body {
	color:#444;
	font:normal 16px "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:300;
	background-color:#fff;
	overflow-x:hidden;
	line-height:1.5;
}
a {
	color:#00802b;
	cursor:pointer;
	text-decoration:none;
		-moz-transition:all .2s;
	-o-transition:all .2s;
	-webkit-transition:all .2s;
	transition:all .2s;
}
a:hover,a:focus {
	color:#00802b;
	outline:none;
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
	font-family:"Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:bold;
	margin-bottom:15px;
	margin-top:0;
}
h1 {
	font-size:38px;
}
h2 {
	font-size:32px;
}
h3 {
	font-size:24px;
	display:block;
}
h4 {
	font-size:20px;
}
h5 {
	font-size:18px;
}
h6 {
	font-size:16px;
}
p.lead {
	font-size:24px;
	font-weight:200;
}
p {
	margin-bottom:20px;
}
p:last-child {
	margin-bottom:0;
}
ul,ol {
	margin-bottom:20px;
}
blockquote {
	padding-top:0;
	padding-bottom:0;
	border-color:#1ABC9C;
}
blockquote small {
	color:inherit;
}
pre {
	background-color:rgba(255,255,255,.5);
	border-color:rgba(0,0,0,.1);
	margin-bottom:20px;
}
.lighter {
	font-weight:100;
}
img {
	max-width: 100%;
}

::-webkit-scrollbar {
    width: 12px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.4); 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
	background: #cccccc;
}

::-webkit-scrollbar-thumb:hover{
	background: #8c8c8c;
}

::-webkit-scrollbar-thumb:active {
	background: #666666;
}


/*	Footer	==================================================*/

footer{
	width: 100%;
	padding: 2% 0 5% 0;
	color: white;
}

.footerr{
	width: 60%;
	margin: 0 auto;
}

.footer1-2{
	width: 100%;
	height: 10em;
	margin: 0 auto;
	padding: 2.5%;
	margin-top: 8%;
}

.footer1-2 a{
	color: white;
}

.footer1-2 h4{
	font-size: 1.2em;
}

.footer1-2 p{
	font-size: 0.9em;
}

.footer1-2 button{
	width: 40%;
	height: 2.2em;
	background: #333;
	color: #fff;
	border:1px solid white;
	font-size: 0.8em;
}

.footer1-2 button:hover{
	border:0;
	background: #f2f2f2;
	color: #333;
	font-weight: bold;
	transition: 200ms;
}

.copyright{
	width: 100%;
	height: 2.5em;
	line-height: 2.5em;
}

.copyright p{
	color: #f2f2f2;
	font-size: 0.9em;
	text-align: center;
}

/*	Section	==================================================*/

.active-section {
	top:0px;
}
.navbar.active-section {
	top:0 !important;
}
.section-title {
	text-transform:uppercase;
	font-size:30px;
	letter-spacing:5px;
	color: #333;
}
.whitecolor {
	color: #fff;
}
/*	Button & Label	==================================================*/
.alert {
	color:#FFF;
	border:none;
}
[class^="alert-"] .alert-link,[class*=" alert-"] .alert-link {
	color:#FFF;
	font-weight:300;
	text-decoration:underline;
}
.btn,.label {
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	-moz-transition:all .2s;
	-o-transition:all .2s;
	-webkit-transition:all .2s;
	transition:all .2s;
}
.btn {
	font-weight:400;
	text-transform:uppercase;
	font-size:13px;
	letter-spacing:3px;
}
.btn:hover,.btn:focus {
	outline:none;
}
.btn-link {
	color:#1abc9c;
}
.btn-link:hover,.btn-link:focus {
	color:#16a085;
}
.btn-default,.label-default {
	border-color:rgba(0, 102, 0, .7);
	color:rgba(0, 102, 0, .7);
	font-weight: bold;
	background-color:transparent;
	border-width:2px;
	padding:15px 20px;
}
.btn-default:hover,.btn-default:focus {
	background-color:#fff;
	border-color:#006600;
	color:#444;
}
.btn-success,.label-success,.alert-success {
	background-color:#FFF;
	border-color:#FFF;
	color:#1E2024;
}
.btn-success:hover,.btn-success:focus {
	border-color:#FFF;
	background-color:#FFF;
	color:#000;
}
.btn-primary,.label-primary {
	background-color:#444;
	border-color:#444;
}
.btn-primary:hover,.btn-primary:focus {
	background-color:#d33c00;
	border-color:#d33c00;
}
.btn-info,.label-info,.alert-info {
	background-color:#fff;
	border-color:#bfbfbf;
}
.btn-info:hover,.btn-info:focus {
	background-color:#FFF;
	border-color:#bfbfbf;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.11);
}

.btn-info a{
	color:#267326;
}

.btn-info a:hover{
	color:#267326;
}

.btn-info a:active{
	color:#fff;
}

.btn-warning,.label-warning,.alert-warning {
	background-color:#e67e22;
	border-color:#e67e22;
}
.btn-warning:hover,.btn-warning:focus {
	background-color:#d35400;
	border-color:#d35400;
}
.btn-danger,.label-danger,.alert-danger {
	background-color:#e74c3c;
	border-color:#e74c3c;
}
.btn-danger:hover,.btn-danger:focus {
	background-color:#c0392b;
		border-color: #c0392b;
}
/*	Tab & Collapse Skin	==================================================*/
.tab-pane {
	padding:15px 0;
	margin-bottom:5px;
}
.nav-tabs {
	border-bottom-color:#ecf0f1;
}
.nav-tabs>li>a {
	padding:10px 0;
	margin-right:30px;
	color:inherit;
	font-size:16px;
	border:none;
	border-bottom:1px solid rgba(255,255,255,0);
}
.nav .open>a,.nav .open>a:hover,.nav .open>a:focus {
	background:transparent;
	border:none;
	border-color:rgba(255,255,255,0);
}

.nav>li>a:hover,.nav>li>a:focus {
	background-color:#ecf0f1;
}
.nav-tabs>li>a:hover,.nav-tabs>li>a:focus {
	color:#1abc9c;
	background:transparent;
}
.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus {
	background:transparent;
	border:none;
	color:#1abc9c;
	border-bottom:1px solid #1abc9c;
}

.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus {
	background-color:#1abc9c;
}
.nav .caret,.nav a:hover .caret {
	border-top-color:#1abc9c;
	border-bottom-color:#1abc9c;
}
.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus {
	background-color:#1abc9c;
}
.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form {
	border-color:#bdc3c7;
}
.navbar-inverse .navbar-toggle {
	background-color:#006600;
	border-color:#004f00;
	margin-top:23px;
}
.navbar-inverse .navbar-toggle:focus {
	outline:none;
}
.panel {
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}
.panel-default {
	border-color:#eee;
}
.panel-default:last-child {
	margin-bottom:25px;
}
.panel-default>.panel-heading {
	background:#fff;
	color:#444;
}
.panel-heading {
	padding:20px 25px;
}
.panel-default>.panel-heading a:hover {
	color:#008000;
}
.panel-default>.panel-heading+.panel-collapse .panel-body {
		border-top:1px solid #eee;
}
.panel-group .panel {
	border-radius: 0;
}
/*	Form	==================================================*/
label {
	font-weight:300;
}
.input-group {
	margin-bottom:10px;
}
.form-control {
	font-weight:300;
	border-color:#ecf0f1;
	background-color:#ecf0f1;
		border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
		box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
		-moz-transition:all .2s;
	-o-transition:all .2s;
	-webkit-transition:all .2s;
	transition:all .2s;
}
.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control,.form-control[disabled]:hover,.form-control[readonly]:hover,fieldset[disabled] .form-control:hover,.form-control[disabled]:focus,.form-control[readonly]:focus,fieldset[disabled] .form-control:focus {
	background-color:#ecf0f1;
}
.form-control:hover,.form-control:focus {
	outline:none;
	border-color:#ecf0f1;
	background-color:#FFF;
		box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}
.form-control:-moz-placeholder {
	color:#bdc3c7;
	font-weight:300;
}
.form-control::-moz-placeholder {
	color:#bdc3c7;
	font-weight:300;
}
.form-control:-ms-input-placeholder {
	color:#bdc3c7;
	font-weight:300;
}
.form-control::-webkit-input-placeholder {
	color:#bdc3c7;
	font-weight:300;
}
.input-group-addon {
	background-color:#FFF;
	border-color:#ecf0f1;
	color:#ecf0f1;
}
[class^="has-"] .form-control,[class*=" has-"] .form-control {
	color:#FFF;
}
.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline {
	color:#2ecc71;
}
.has-success .form-control {
	border-color:#2ecc71;
	background-color:#2ecc71;
}
.has-success .form-control:hover,.has-success .form-control:focus {
	border-color:#2ecc71;
	background-color:#FFF;
	color:#2ecc71;
		box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}
.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline {
	color:#e67e22;
}
.has-warning .form-control {
	border-color:#e67e22;
	background-color:#e67e22;
}
.has-warning .form-control:hover,.has-warning .form-control:focus {
	background-color:#FFF;
	border-color:#e67e22;
	color:#e67e22;
		box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}
.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline {
	color:#e74c3c;
}
.has-error .form-control {
	border-color:#e74c3c;
	background-color:#e74c3c;
}
.has-error .form-control:hover,.has-error .form-control:focus {
	background-color:#FFF;
	border-color:#e74c3c;
	color:#e74c3c;
		box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow: none;
}
/*	Header	==================================================*/
#header {
	box-shadow:0 0 5px rgba(0,0,0,.05);
	-webkit-box-shadow:0 0 5px rgba(0,0,0,.05);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.05);
}
/*	Parallax Background	==================================================*/
#parallax {
	height:100%;
	width:100%;
	top:0;
	position:fixed;
	background-image:url('../img/GD-100.jpg');
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: -100;
}
/*	Navbar	==================================================*/
.navbar-inverse .navbar-brand {
	padding:30px 15px;
	margin-right:30px;
	color:inherit;
	text-transform:uppercase;
	font-size: 40px;
	font-family: Arial Black, Helvetica, Verdana, sans-serif;
	color: #008000;
}
.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus {
	color:#006600;
}
.navbar-inverse {
	background-color:#FFF;
		border:none;
}
.navbar-right button {
	margin:23px 0;
}
.navbar-nav>li>a {
	padding:30px 0;
	margin:0 15px;
}
.navbar-inverse .navbar-nav>li>a {
	color:inherit;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
}
.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus {
	background-color:transparent;
	background-color:rgba(255,255,255,0);
	color:#339933;
}
.header-button {
	margin-left: 15px;
}
/*	Hero	==================================================*/
#hero {
	margin-top:140px;
	padding:0;
	color: rgba(0, 102, 0, .9);
}
#hero .herotext {
	padding:160px 0px;
}

#hero .herotext h1{}

#hero h1 {
	font-size:50px;
	font-family: Arial Black, Helvetica, Verdana, sans-serif;
}
#hero p.lead {
	font-size:1.4em;
	color: #666;
}

.lead-2{
	color: black;
}
#hero .btn {
	font-size:12px;
}
/*	Features	==================================================*/
#features {
	background-color:#333;
	color:#333;
}
.maintitle h1 {
	text-transform:uppercase;
}
.maintitle,.service-box {
	text-align:center;
}
.maintitle .lead {
	max-width:840px;
	margin:0px auto;
	margin-bottom:80px;
	padding-left:20px;
	padding-right:20px;
}
.service-box {
	margin-bottom:30px;
	background-color:#fff;
	color:#444;
	padding:30px;
	  position: relative;
}
.service-box .glyphicon {
	font-size:60px;
	margin-bottom:20px;
}
.service-box img {
	margin-bottom: 29px;
}

.service-box a{
	color: #333;
}

/*	Gallery	==================================================*/ 

#gallery img {
	width:100%;
	height:auto;
		transition:all .3s ease-in-out;
}
#gallery img:hover {
	transform:scale(1.3);
}
#gallery a {
	display:block;
	overflow:hidden;
	margin-bottom:30px;
}
#gallery a img {
	margin-bottom:0px;
	display:block;
	width:100%;
	max-width:100%;
}
#gallery .description {
	background-color:#fff;
	display:block;
	padding:20px 15px;
	color:#333;
	text-transform:uppercase;
	clear:both;
	position: relative;
}
#gallery .caption {
	float:left;
}
#gallery .camera {
	float:right;
}
#gallery a.btn {
	display:inline-block;
}
/*	Faq==================================================*/ 
#faq {
	background-color:#F9FAFD;
}
.faq-block {
	margin:0px;
}
/*	Slider	==================================================*/ 
#slider {	
	color:#333;
}
.carousel-control.left,.carousel-control.right {
	background-image:none;
}
.carousel-control {
	color:#333;
	opacity:1;
	text-shadow:none;
}
.carousel-control:hover {
	color:#CCC;
}
.carousel-indicators li {
	border-color:#333;
	margin:0 2px;
	height:15px;
	width:15px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	margin:0 2px;
		-moz-transition:all .2s;
	-o-transition:all .2s;
	-webkit-transition:all .2s;
	transition:all .2s;
}
.carousel-indicators .active {
	height:15px;
	width:15px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	margin:0 2px;
	background-color: #006600;
	border:1px solid #333;
}
.carousel.slide {
	-moz-transition:all .2s;
	-o-transition:all .2s;
	-webkit-transition:all .2s;
	transition:all .2s;
}
.carousel-inner blockquote {
	border:none;
	text-align:center;
	padding:40px 10%;

}
.carousel-inner blockquote small {
	font-size:14px;
	text-transform:uppercase;
	font-weight:400;
}
.carousel-inner blockquote p {
	font-size:33px;
	color: #666666;
	font-family: 'Arial';
	font-weight: lighter;
}
.carousel-control .glyphicon {
	left:50%;
	margin-top:-10px;
	margin-left:-10px;
	font-size:20px;
}
.carousel-indicators {
	bottom:-20px;
}
.carousel-control {
	background:transparent;
	position:absolute;
	top:50%;
	margin-top:0px;
		border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
		height:40px;
	width:40px;
}
/*	Contact Area	==================================================*/ 

.kontakt-naslov{
	padding-bottom: 2%;
	font-size: 2.2em;
}

#contactarea {
	text-align:center;
}
#contactarea .maintitle p.lead {
	margin-bottom:40px;
}
#contactarea form {
	max-width:800px;
	margin:0px auto;
}
#contactarea .input-lg,#contactarea .btn-lg {
	padding:20px 25px;
	height:65px;
}
#contact label {
	text-transform:uppercase;
	font-weight:300;
	 letter-spacing:3px;
	 font-size:13px;
	 color: #333;
}
#contact input,#contact select,#contact textarea {
	font-family:inherit;
	font-size:inherit;
	line-height:inherit;
	width:100%;
	border:0px;
	color:#333;
	background-color:#fff;
	border:0;
	border: 1px solid #b3b3b3;
}
#contact input,#contact select {
		height:40px;
	margin-bottom:0px;
}
#contact input#submit {
	width:auto;
	margin-top:20px;
	background-color:rgba(0,102,34,0.6);
	border:0;
	color:#fff;
	padding:0px 20px;
	font-weight:400;
	text-transform:uppercase;
	letter-spacing:3px;
	font-size:14px;
}
#contact input#submit:hover {
	background-color:rgba(0,102,34,0.8);
}
#contact input#submit:active {
	background-color:rgba(0,102,34,0.9);
}
#contact textarea {
	height:180px;
}

#contact input#submit1 {
    width: 100%;
    margin-top: 20px;
    background-color: rgba(0,102,34,0.6);
    border: 0;
    color: #fff;
    padding: 0px 20px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 14px;
}

#contact input#submit1:hover {
    background-color: rgba(0,102,34,0.8);
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}
.required {
	color:#333;
}
#success,#error {
	display:none
}
#success span,#erro span {
	display:block;
	position:absolute;
	top:0;
	width:100%
}
#success span p,#error span p {
	margin-top:6em
}
#success span p {
	color:#9bd32d;
}
#error span p {
	color:#c0392b;
}
.error.contactalert {
	text-transform:none;
	font-style:italic;
	display:inline-block;
}
.contactalert {  
	margin-top: 20px;
	border: 1px solid;
	display: inline-block;
	padding: 20px;
	background: #008000;
}
#credits {
	padding:30px 0;
	text-transform:uppercase;
	font-size:13px;
	line-height: 1.6;
}
#credits a {
	color:inherit;
}
#credits .social i {
	border:1px solid #ccc;
	height:30px;
	width:30px;
	line-height:30px;
	border-radius:50%;
	margin-left:2px;
	color:#999;
	text-align:center;
	margin-bottom:15px;
	display:inline-block;
}
#credits .social i:hover {
	color: #333;
}
/*	Magnific Popup	==================================================*/
.mfp-bg {
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1042;
	overflow:hidden;
	position:fixed;
	background:#0b0b0b;
	opacity:0.8;
	filter:alpha(opacity=80);
}
.mfp-wrap {
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1043;
	position:fixed;
	outline:none !important;
	-webkit-backface-visibility:hidden;
}
.mfp-container {
	text-align:center;
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	padding:0 8px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.mfp-container:before {
	content:'';
	display:inline-block;
	height:100%;
	vertical-align:middle;
}
.mfp-align-top .mfp-container:before {
	display:none;
}
.mfp-content {
	position:relative;
	display:inline-block;
	vertical-align:middle;
	margin:0 auto;
	text-align:left;
	z-index:1045;
}
.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content {
	width:100%;
	cursor:auto;
}
.mfp-ajax-cur {
	cursor:progress;
}
.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor:-moz-zoom-out;
	cursor:-webkit-zoom-out;
	cursor:zoom-out;
}
.mfp-zoom {
	cursor:pointer;
	cursor:-webkit-zoom-in;
	cursor:-moz-zoom-in;
	cursor:zoom-in;
}
.mfp-auto-cursor .mfp-content {
	cursor:auto;
}
.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter {
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
}
.mfp-loading.mfp-figure {
	display:none;
}
.mfp-hide {
	display:none !important;
}
.mfp-preloader {
	color:#CCC;
	position:absolute;
	top:50%;
	width:auto;
	text-align:center;
	margin-top:-0.8em;
	left:8px;
	right:8px;
	z-index:1044;
}
.mfp-preloader a {
	color:#CCC;
}
.mfp-preloader a:hover {
	color:#FFF;
}
.mfp-s-ready .mfp-preloader {
	display:none;
}
.mfp-s-error .mfp-content {
	display:none;
}
button.mfp-close,button.mfp-arrow {
	overflow:visible;
	cursor:pointer;
	background:transparent;
	border:0;
	-webkit-appearance:none;
	display:block;
	outline:none;
	padding:0;
	z-index:1046;
	-webkit-box-shadow:none;
	box-shadow:none;
}
button::-moz-focus-inner {
	padding:0;
	border:0;
}
.mfp-close {
	width:44px;
	height:44px;
	line-height:44px;
	position:absolute;
	right:0;
	top:0;
	text-decoration:none;
	text-align:center;
	opacity:0.65;
	filter:alpha(opacity=65);
	padding:0 0 18px 10px;
	color:#FFF;
	font-style:normal;
	font-size:28px;
	font-family:Arial,Baskerville,monospace;
}
.mfp-close:hover,.mfp-close:focus {
	opacity:1;
	filter:alpha(opacity=100);
}
.mfp-close:active {
	top:1px;
}
.mfp-close-btn-in .mfp-close {
	color:#333;
}
.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close {
	color:#FFF;
	right:-6px;
	text-align:right;
	padding-right:6px;
	width:100%;
}
.mfp-counter {
	position:absolute;
	top:0;
	right:0;
	color:#CCC;
	font-size:12px;
	line-height:18px;
	white-space:nowrap;
}
.mfp-arrow {
	position:absolute;
	opacity:0.65;
	filter:alpha(opacity=65);
	margin:0;
	top:50%;
	margin-top:-55px;
	padding:0;
	width:90px;
	height:110px;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.mfp-arrow:active {
	margin-top:-54px;
}
.mfp-arrow:hover,.mfp-arrow:focus {
	opacity:1;
	filter:alpha(opacity=100);
}
.mfp-arrow:before,.mfp-arrow:after,.mfp-arrow .mfp-b,.mfp-arrow .mfp-a {
	content:'';
	display:block;
	width:0;
	height:0;
	position:absolute;
	left:0;
	top:0;
	margin-top:35px;
	margin-left:35px;
	border:medium inset transparent;
}
.mfp-arrow:after,.mfp-arrow .mfp-a {
	border-top-width:13px;
	border-bottom-width:13px;
	top:8px;
}
.mfp-arrow:before,.mfp-arrow .mfp-b {
	border-top-width:21px;
	border-bottom-width:21px;
	opacity:0.7;
}
.mfp-arrow-left {
	left:0;
}
.mfp-arrow-left:after,.mfp-arrow-left .mfp-a {
	border-right:17px solid #FFF;
	margin-left:31px;
}
.mfp-arrow-left:before,.mfp-arrow-left .mfp-b {
	margin-left:25px;
	border-right:27px solid #3F3F3F;
}
.mfp-arrow-right {
	right:0;
}
.mfp-arrow-right:after,.mfp-arrow-right .mfp-a {
	border-left:17px solid #FFF;
	margin-left:39px;
}
.mfp-arrow-right:before,.mfp-arrow-right .mfp-b {
	border-left:27px solid #3F3F3F;
}
.mfp-iframe-holder {
	padding-top:40px;
	padding-bottom:40px;
}
.mfp-iframe-holder .mfp-content {
	line-height:0;
	width:100%;
	max-width:900px;
}
.mfp-iframe-holder .mfp-close {
	top:-40px;
}
.mfp-iframe-scaler {
	width:100%;
	height:0;
	overflow:hidden;
	padding-top:56.25%;
}
.mfp-iframe-scaler iframe {
	position:absolute;
	display:block;
	top:0;
	left:0;
	width:100%;
	height:100%;
	box-shadow:0 0 8px rgba(0,0,0,0.6);
	background: #000;
}
/* Main image in popup */
img.mfp-img {
	width:auto;
	max-width:100%;
	height:auto;
	display:block;
	line-height:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:40px 0 40px;
	margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
	line-height:0;
}
.mfp-figure:after {
	content:'';
	position:absolute;
	left:0;
	top:40px;
	bottom:40px;
	display:block;
	right:0;
	width:auto;
	height:auto;
	z-index:-1;
	box-shadow:0 0 8px rgba(0,0,0,0.6);
	background:#444;
}
.mfp-figure small {
	color:#BDBDBD;
	display:block;
	font-size:12px;
	line-height:14px;
}
.mfp-figure figure {
	margin:0;
}
.mfp-bottom-bar {
	margin-top:-36px;
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	cursor:auto;
}
.mfp-title {
	text-align:left;
	line-height:18px;
	color:#F3F3F3;
	word-wrap:break-word;
	padding-right:36px;
}
.mfp-image-holder .mfp-content {
	max-width:100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}
@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px) {
	/** * Remove all paddings around the image on small screen */
	.mfp-img-mobile .mfp-image-holder {
			padding-left:0;
			padding-right:0;
	}
	.mfp-img-mobile img.mfp-img {
			padding:0;
	}
	.mfp-img-mobile .mfp-figure:after {
			top:0;
			bottom:0;
	}
	.mfp-img-mobile .mfp-figure small {
			display:inline;
			margin-left:5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
			background:rgba(0,0,0,0.6);
			bottom:0;
			margin:0;
			top:auto;
			padding:3px 5px;
			position:fixed;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			box-sizing:border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
			padding:0;
	}
	.mfp-img-mobile .mfp-counter {
			right:5px;
			top:3px;
	}
	.mfp-img-mobile .mfp-close {
			top:0;
			right:0;
			width:35px;
			height:35px;
			line-height:35px;
			background:rgba(0,0,0,0.6);
			position:fixed;
			text-align:center;
			padding:0;
	}
}
@media all and (max-width:900px) {
	.mfp-arrow {
			-webkit-transform:scale(0.75);
			transform:scale(0.75);
	}
	.mfp-arrow-left {
			-webkit-transform-origin:0;
			transform-origin:0;
	}
	.mfp-arrow-right {
			-webkit-transform-origin:100%;
			transform-origin:100%;
	}
	.mfp-container {
			padding-left:6px;
			padding-right:6px;
	}
}
.mfp-ie7 .mfp-img {
	padding:0;
}
.mfp-ie7 .mfp-bottom-bar {
	width:600px;
	left:50%;
	margin-left:-300px;
	margin-top:5px;
	padding-bottom:5px;
}
.mfp-ie7 .mfp-container {
	padding:0;
}
.mfp-ie7 .mfp-content {
	padding-top:44px;
}
.mfp-ie7 .mfp-close {
	top:0;
	right:0;
	padding-top:0;
}
/*	Common	==================================================*/ 
.section {	
	
}
.wrapsection {  
    padding-top:70px;
	padding-bottom:140px;
    position: relative;
  }

.parallax.section .container{
	position: relative;
	z-index: 4;
}
.justtitle {
	margin-top:80px;
}
.parallax {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	overflow: hidden;
	z-index: 1;	
	color:#fff;
}
.parallax-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 2;
}
/*	Responsive	==================================================*/ 
@media (max-width:991px) {
	.service-box {
					margin-bottom:30px;
	}
	#image img.img-responsive {
					margin-left:auto;
					margin-right:auto;
	}	
	.navbar-nav>li>a {
					margin:0 7px;
	}
}
@media (max-width:767px) {
	.section,.parallax.section .container {
					padding-top:30px;
					padding-bottom:30px;
	}
	.service-box,.img-responsive,.carousel {
					margin-bottom:30px;
	}
	.maintitle .lead {
					margin-left:0;
					margin-right:0;
	}
	.container {
					max-width:690px;
					padding-left:30px;
					padding-right:30px;
	}	
	.navbar-nav>li>a {
					padding:10px;
	}
	.header-button {
					margin:0;
	}
	#hero .herotext {
					padding: 90px 0px;
	}
}
@media (max-width:767px) {
	body {
					font-size:14px;
	}
	h1 {
					font-size:28px;
	}
	h2,.carousel-inner blockquote p {
					font-size:24px;
	}
	h3 {
					font-size:20px;
	}
	h4 {
					font-size:18px;
	}
	h5 {
					font-size:16px;
	}
	h6 {
					font-size:14px;
	}
	p.lead {
					font-size:18px;
	}
	.section {
					padding:60px 0;
	}
	.maintitle p.lead {
					margin-bottom:40px;
	}
	.service-box,.img-responsive,.carousel {
					margin-bottom:30px;
	}
	.maintitle .lead {
					margin-left:0;
					margin-right:0;
	}
	.container {
					max-width:690px;
					padding-left:30px;
					padding-right:30px;
	}	
}
@media (max-width:490px) {
	.wow {
					visibility: visible !important;
					-webkit-animation: none !important;
					 -moz-animation: none !important;
					   -o-animation: none !important;
					  -ms-animation: none !important;
						  animation: none !important;
	}
	.container {
					max-width:430px;
					padding-left:30px;
					padding-right:30px;
	}
	#hero h1 {
					font-size:38px;
	}
	#hero p.lead {
					font-size:1.5em;
	}	
	.faq-block {
					margin: 0;
	}
}

/* ****************************** O PREPARATU **************************** */

.clr{
	clear: both;
}

.op-article{
	width: 83%;
	margin: 0 auto;
	font-size: 0.9em;
	padding-bottom: 5%;
}

.op-article spam{
	font-weight: bold;
}

.op-h2{
	text-align: center;
	color: #333;
	font-size: 2.5em;
	padding-top: 12%;
}

.op-h3{
	padding-top: 5%;
	font-size: 1.6em;
}

.op-article p{
	font-family: 'Raleway';
	padding-top: 1%''

}

.op-article i{
	color: #00802b;
	font-size: 1.3em;
	margin-right: 0.4em;
}

.par{
	padding-top: 3%;
}

.p-is{
	padding-top: 2%;
}

.p-is span{
	font-weight: bold;
}

.op-h6{
	font-size: 1.4em;
	padding-bottom: 2%;
}

.op-h6-p{
	font-size: 1em;
	padding-top: 0;

}

.dejstvo{
	font-size: 1.8em;
}

.op-h4{
	padding-top: 2%;
	padding-bottom: 2%;
}

.op-box{
	width: 100%;
	padding: 1.5%;
	background: #99ccab;
	color: #fff;
	box-shadow: 0 10px 20px rgba(191, 191, 191, 1), 0 5px 5px rgba(191, 191, 191, 1);
	-webkit-box-shadow:0 10px 20px rgba(191, 191, 191, 1), 0 5px 5px rgba(191, 191, 191, 1);
	-moz-box-shadow:0 10px 20px rgba(191, 191, 191, 1), 0 5px 5px rgba(191, 191, 191, 1);
}

.op-box-1{
	width: 100%;
	padding:1.5%;
	background: #99ccab;
	color: #fff;
	box-shadow: 0 10px 20px rgba(191, 191, 191, 1), 0 5px 5px rgba(191, 191, 191, 1);
	-webkit-box-shadow:0 10px 20px rgba(191, 191, 191, 1), 0 5px 5px rgba(191, 191, 191, 1);
	-moz-box-shadow:0 10px 20px rgba(191, 191, 191, 1), 0 5px 5px rgba(191, 191, 191, 1);

}

.op-box-p{
	padding-top: 1%;
}

.op-box-p-1{
	padding-top: 3%;
}

/* ****************************** STUDIJE **************************** */

.panel-group{
	padding-top: 2%;
}

.studije-article{
	width: 83%;
	margin: 0 auto;
}

.s-h2{
	text-align: center;
	color: #333;
	font-size: 2.5em;
	padding-top: 12%;

}

.s-h3{
	padding-top: 5%;
	font-size: 1.6em;
	font-weight: 200;
}

.s-p{
	font-size: 1em;
	padding-top: 4%;

}

.s-color i:hover {
	color: #00802b;
}

.s-color p a:hover {
	color: #00802b;
	font-size: 1em;
	text-decoration: underline;
}


/* ****************************** ISKUSTVA **************************** */

.iskustva-article{
	width: 83%;
	margin-left: 8.5%;
	float: left;
	padding-bottom: 5%;
}

.is-h2{
	text-align: center;
	color: #333;
	font-size: 2.3em;
	padding-top: 12%;
	padding-bottom: 3%;
}

.is-h3{
	padding-top: 5%;
	font-size: 1.5em;
}

.is-div{
	width: 48%;
	height: 28em;
	float: left;
	margin-top: 5%;
	padding: 1.5%;
	box-shadow: 0 10px 20px rgba(191, 191, 191, 1), 0 5px 5px rgba(191, 191, 191, 1);
	-webkit-box-shadow:0 10px 20px rgba(191, 191, 191, 1), 0 5px 5px rgba(191, 191, 191, 1);
	-moz-box-shadow:0 10px 20px rgba(191, 191, 191, 1), 0 5px 5px rgba(191, 191, 191, 1);
}

.is-div:hover{
	box-shadow: 0 14px 28px rgba(191, 191, 191, 1), 0 10px 10px rgba(191, 191, 191, 1);
	-webkit-box-shadow: 0 14px 28px rgba(191, 191, 191, 1), 0 10px 10px rgba(191, 191, 191, 1);
	-moz-box-shadow:0 14px 28px rgba(191, 191, 191, 1), 0 10px 10px rgba(191, 191, 191, 1);
}

.is-div2{
	margin-left: 4%;
}

.is-div-h3{
	font-size: 1.4em;
}

.is-div-p{
	font-size: 0.95em;
}

/****************************************** PITANJAA *********************/

article{
	width: 100%;
}

.pitanja-article{
	width: 83%;
	margin: 0 auto;
}

.pitanja-accordion{
	margin-top: 5%;
}

.p-h2{
	text-align: center;
	padding-top: 12%;
	font-size: 2.2em;
}

.p-h3{
	text-align: center;
	padding-top: 3%;
	font-size: 1.5em;
	font-family: "Raleway";
	font-weight: 200;

}

.dropdown-toggle{
	width: 45px;
	background: white;
	border: none;
	box-shadow: none;
}

.dropdown-toggle:hover{
	background: white;
}

.btn-group.open .dropdown-toggle {
	box-shadow: none;
}

.btn-group.open .dropdown-toggle:active {
	box-shadow: none;
}

.dropdown-menu{
	width: 150px;
}

.dropdown-menu li a img{
	width: 20px;
	float: left;
	margin-right: 15px;
}

.dropdown-menu li a{
	
}

@media (max-width: 1400px){
   .wrapsection {  
    padding-top:100px;
  }
}


@media (max-width: 1000px){
   .wrapsection {  
    padding-top:80px;
  }
}
@media (max-width: 800px) {
   .footer1-2{
		margin-top: 10%;
	}
   .wrapsection {  
    	padding-top:60px;
    	padding-bottom:80px;
   }
}

@media (max-width: 700px) {
   .wrapsection {  
    	padding-top:0;
    	padding-bottom:80px;
   }
}

@media (max-width: 600px) {
  .footer1-2{
	margin-top: 11%;
}
   .wrapsection {  
    	padding-top:0;
   }
   .btn-default{
	margin-top: 5px;
}
}

@media (max-width: 500px) {
  .footer1-2{
	margin-top: 15%;
}

.kontakttt{
	margin-top: 25%;
}

}

@media (max-width: 400px) {
  .footer1-2{
	margin-top:20%;
}

.copyright{
	margin-top: 30%;
}

.kontakttt{
	margin-top: 40%;
}

}

@media (max-width: 350px) {
  .footer1-2{
	margin-top:25%;
}

.copyright{
	margin-top: 30%;
}

.kontakttt{
	margin-top: 55%;
}

}

.gd{
	font-family: 'Arial';
}

.glyphicon{
	color: #006622;
}

#koontakt{
	margin-top: 4%;
}

.article-blog{
	margin-top: 12%;
	margin-bottom: 7%;
}

.article-blog ul li{
	margin-top: 2%;
}

.article-blog h2{
	font-size: 1.9em;
	font-size: #333;
}

.article-blog h3{
	margin-top: 3%;
	font-size: 1.3em;
	color: #999;
}

.article-blog p{
	margin-top: 3%;
	font-size: 1em;
	color: #262626;
}

#contact input, #contact select {
    padding-left: 5px;
	padding-right: 5px;
}

#contact textarea {
    padding-left: 5px;
	padding-right: 5px;
}

.porucivanje-cene{
	font-size: 18px; 
	color: #666;
	text-align: right;
	font-weight: 400;
}

.porucivanje-slika{
	width: 350px;
	float: left;
}

.popust{
	color: red;
	font-weight: 500;
}

@media screen and (max-width: 767px){
	.is-h2 {
    	padding-top: 20%;
	}

	.p-h2 {
	    padding-top: 25%;
	}

	.s-h2{
		padding-top: 18%;
	}

	.op-h2{
		padding-top: 22%;
	}

	.porucivanje-cene{
		text-align: left;
		line-height: 20px;
	}

	.porucivanje-slika{
		width: 350px;
		float: left;
		margin-top: 15px;
	}
}

@media screen and (max-width: 1100px){

	.is-div {
	    width: 100%;
	    height: auto;
	    margin-top: 10%;
	    padding: 5%;
	}

	.is-div2{
		margin-left: 0;
	}
}

@media screen and (max-width: 470px){
	.is-h2 {
    	padding-top: 29%;
	}

	.p-h2 {
	    padding-top: 40%;
	}

	.s-h2{
		padding-top: 30%;
	}

	.op-h2{
		padding-top: 35%;
		padding-bottom: 6%;
	}
}

@media screen and (max-width: 320px){
.navbar-inverse .navbar-brand {
    font-size: 25px !important;
}
}

@media screen and (max-width: 1000px){
.navbar-inverse .navbar-brand {
    font-size: 25px !important;
}
}

@media only screen and (max-width: 1000px) and (min-width: 769px)  {
.navbar-inverse .navbar-brand {
    font-size: 19px !important;
}
}

