/* MAIN */

@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,700&subset=latin-ext');
html {
	overflow-x: hidden;
}
body {
	font-family: 'Roboto','Arial', sans-serif;
	color: #333;
	background: #fff;
	font-size: 16px;
	font-weight: 300;
}

body.modal-open {
	padding-right: 0 !important;
}
h1 {
	position: relative;
	margin: 40px 0 40px 0;
	text-align: center;
	font-size: 48px;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	color: #444444;
	text-transform: none;
}
h2 {
	position: relative;
	margin: 10px 0 70px 0;
	color: #000;
	text-align: left;
	font-size: 36px;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
}
a, a:active, a:focus {
	text-decoration: none; 
	color: #444;
}
p {
	line-height: 29px;
	letter-spacing: 0.1px;
	margin-bottom: 27px;
}
a:focus, a:active,
button,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    outline: none !important;
}
a:hover	{
	text-decoration: none;
	color: #e7bb77;
}
.btn.btn-default {
	background: transparent;
	border: 3px solid #98874d;
	color: #98874d;
	font-size: 13px;
	font-weight: 500;
	padding: 10px 35px;
	position: relative;
	border-radius: 3px;
	text-transform: uppercase;
	-webkit-transition: background 0.3s ease, color 0.3s ease 0s, border 0.3s ease 0s;
	-moz-transition: background 0.3s ease, color 0.3s ease 0s, border 0.3s ease 0s;
	-ms-transition: background 0.3s ease, color 0.3s ease 0s, border 0.3s ease 0s;
	-o-transition: background 0.3s ease, color 0.3s ease 0s, border 0.3s ease 0s;
	transition: background 0.3s ease, color 0.3s ease 0s, border 0.3s ease 0s;
}
.btn.btn-default:before {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	right: 2px;
	bottom: 2px;
	border: 1px solid #98874d;
}
.btn.btn-default:hover {
	background: #98874d;
	color: #fff;
}
.btn.btn-default:focus {
	background: transparent;
	color: #98874d;
	box-shadow: none;
	border-color: #98874d;
}
.error-404-wrapper {
	margin: 100px 0;
}
.error-404-wrapper .error-404 {
	text-align: center;
	font-size: 196px;
	color: #868688;
}
.error-404-wrapper .error-404-text .first {
	font-size: 50px;
	text-transform: uppercase;
	color: #212121;
	margin-top: 56px;
}
.error-404-wrapper .error-404-text .second {
	font-size: 30px;
	font-weight: 700;
	text-transform: capitalize;
	color: #212121;
	margin: -15px 0 15px 0;
}
.error-404-wrapper .error-404-text .third {
	font-size: 18px;
	font-weight: 600;
	color: #807F7D;
}
.index-news-snippet h3 {
	font-size:20px;
	text-align:left;
}
.contact-wrapper {
	padding: 40px 40px 50px 40px;
}
.captcha-input {
	margin-top:18px;
}
.form-control-feedback {
	top: 20px;
}
.contact-information-wrapper .contact-row {
	margin-bottom:10px;
}
.contact-information-wrapper .contact-row i {
	margin-right:8px;
}
.contact-information-wrapper .social-link i {
	color:#555;
	border-color:#555;
}
#map {
	height: 450px;
	position: relative;
	z-index: 1;
}
#map h3 {
	margin-top: 5px;
	font-size: 15px;
}
.loading-spinner {
	position: absolute;
	z-index:999;
	left:50%;
	top:90px;
	margin-left:-30px;
}
.first-section-wrapper {
	text-align: center;
	padding: 70px 0 41px 0;
}
.first-section-inner {
	padding: 0 80px;
}
.second-section-wrapper {
	background-image: url("/design/second-section-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.second-section-content {
	background: rgba(0,0,0,0.3);
	padding: 85px 50px 85px 195px;
	color: #fff;
	font-weight: 400;
	margin-right: -15px;
}
.second-section-content h2 {
	margin: 0 0 26px 0;
	color: #fff;
}
.second-section-content .btn.btn-default {
	background: transparent;
	border: 2px solid #ced2d7;
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	text-transform: none;
	padding: 10px 28px;
}
.second-section-content .btn.btn-default.first-btn {
	margin-right: 24px;
}
.second-section-content .btn.btn-default:hover {
	background: #e7bb77;
	border-color: #e7bb77;
}
.second-section-content .year-row {
	margin-bottom: 26px;
	display: flex;
}
.second-section-content .year-row .year {
	display: flex;
	justify-content: center;
	align-items: center;
	float: left;
	width: 132px;
	height: 44px;
	border-radius: 5px;
	background: rgba(204,102,0,0.8);
	margin-right: 20px;
	font-size: 18px;
	font-weight: 600;
}
.second-section-content .year-row .text {
	width: calc(100% - 152px);
	line-height: 22px;
}
.third-section-wrapper {
	background-color: #fff;
	background-image: url("/design/third-section-bg.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	padding: 72px 0 0 0;
}
.third-section-wrapper .first-p {
	padding: 0 90px;
	margin-bottom: 100px;
}
.left-num {
	padding-right: 155px;
}
.right-num {
	padding-left: 155px;
}
.number-item {
	text-align: left;
	margin-bottom: 125px;
	position: relative;
	padding-left: 115px;
}
.number-item:before {
	content: attr(data-number);
	display: block;
	position: absolute;
	left: 0;
	top: -32px;
	font-size: 120px;
	color: #e7bb77;
	font-weight: 600;
	font-family: "Roboto", sans-serif;
}
.fourth-section-wrapper {
	background-image: url("/design/fourth-section-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	color: #fff;
	padding: 92px 0 100px 0;
}
.fourth-section-wrapper h1, .fourth-section-wrapper  h4 {
	color: #fff;
}
.fourth-section-wrapper p {
	font-size: 22px;
	font-weight: 500;
	line-height: 35px;
}
.fourth-section-wrapper a {
	color: #fff;
}
.fourth-section-wrapper a:hover {
	color: #e7bb77;
}
.fourth-section-wrapper .contact-info-wrapper {
	font-size: 36px;
	font-weight: 500;
	margin-top: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fourth-section-wrapper .contact-info-wrapper i {
	margin-right: 12px;
}
.fourth-section-wrapper .contact-info-wrapper a.phone {
	margin-right: 75px;
	font-family: "Roboto", sans-serif;
}
.fifth-section-wrapper {
	padding: 72px 0 66px 0;
	background-image: url("/design/fifth-section-bg.png");
	background-repeat: no-repeat;
	background-position: left top 95px;
}
.video-wrapper {
	padding: 0 120px;
}
.video-thumbs-wrapper {
	height: 510px;
	overflow-y: auto;
	overflow-x: hidden;
}
.video-thumbs-wrapper .video-thumb {
	padding: 3px;
	border: 2px solid #fff;
	margin-bottom: 5px;
	position: relative;
}
.video-thumbs-wrapper .video-thumb:after {
	content: '';
	display: block;
	width: 48px;
	height: 34px;
	background: url("/design/youtube-play-icon.png") no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 50px;
}
.video-thumbs-wrapper .video-thumb:last-child {
	margin-bottom: 0;
}
.video-thumbs-wrapper .video-thumb.active {
	border: 2px solid #e7bb77;
}
.video-thumbs-wrapper .video-thumb.active:after {
	display: none;
}
.video-thumbs-wrapper .video-thumb:hover {
	cursor: pointer;
}

.video-thumbs-right {
	padding-left: 5px;
}
.embed-youtube-wrapper {
	margin-top: 5px;
}
.sixth-section-wrapper {
	background-image: url("/design/sixth-section-right-bg.jpg");
	background-repeat: no-repeat;
	background-position: top right -336px;
}
.sixth-section-wrapper .row{
	display: flex;
}
.sixth-section-wrapper .left-box {
	background-image: url("/design/sixth-section-left-image.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.sixth-section-content {
	padding: 78px 210px 0 30px;
	color: #fff;
}
.sixth-section-content h2 {
	font-size: 30px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 15px;
}
.sixth-section-content .first-p {
	font-size: 22px;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 44px;
}
.sixth-section-content .second-p {
	font-style: italic;
	font-size: 18px;
	font-weight: 300;
	line-height: 25px;
	padding-right: 10px;
}
.sixth-section-content .third-p {
	font-weight: 500;
}
.seventh-section-wrapper {
	background: #eee;
	padding: 28px 0;
}
.partners-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.map {
	position: relative;
	height: 600px;
}
.map iframe {
	width: 100%;
	position: relative;
	z-index: 1;
	height: 600px;
}
.form-wrapper-absolute {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	bottom: 0;
}
.form-wrapper-absolute .container {
	position: relative;
	height: 100%;
}
.contact-form-wrapper {
	position: absolute;
	width: 400px;
	bottom: 0;
	top: 60px;
	left: 60px;
	background: rgba(255, 255, 255, 0.85);
	color: #333;
	z-index: 999;
	padding-top: 36px;
	font-size: 14px;
	font-weight: 400;
}

.contact-form-wrapper .map-logo {
	margin: 35px auto 20px;
}
.contact-form-wrapper a {
	color: #333;
	font-weight: 400;
}

.contact-form-wrapper a:hover {
	color: #e7bb77;
}
.contact-form-wrapper .title {
	font-size: 36px;
	font-weight: 300;
	text-align: center;
}
.contact-form-wrapper .inner-content {
	padding:  20px 30px 0 30px;
}
.row-contact-info {
	font-size: 15px;
	letter-spacing: 0.5px;
	margin-bottom: 15px;
	position: relative;
	padding-left: 30px;
}

.row-contact-info img {
	position: absolute;
	left: 0;
	top: 1px;
}
.contact-form-wrapper textarea {
	height: 100px;
}
.template {
	display: none;
}
.form-group {
	margin-bottom: 12px;
}
.form-control {
	border-radius: 0;
	height: 55px;
	box-shadow: none;
	color: #666;
	font-size: 15px;
	font-weight: 400;
	padding-left: 20px;
	border: 0;
	background: #f5f5f5;
	margin-bottom: 15px;
}
.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #666;
	text-transform: uppercase;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
	color: #666;
	text-transform: uppercase;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
	color: #666;
	text-transform: uppercase;
}
.form-control:-moz-placeholder { /* Firefox 18- */
	color: #666;
	text-transform: uppercase;
}
.btn.btn-default.send-form {
	border-radius: 3px;
	background: #e7bb77;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	height: 48px;
	letter-spacing: 2px;
	padding: 10px 45px;
}
.btn.btn-default.send-form:hover {
	background: #bf6000;
}
.modal-content .form-control {
	border: 1px solid #ccc;
}
.slider-arrows {
	position: relative;
}
.slider-arrows div {
	display: block;
	position: absolute;
	left: -50px;
	top: 17px;
	color: #a4a4a4;
	width: 11px;
	height: 30px;
	font-size: 30px;
}
.slider-arrows div:hover {
	color: #c7ad7b;
	cursor: pointer;
}
.slider-arrows div.next {
	right: -50px;
	left: auto;
}
.institucionalna-podrska-wrapper {
	background-image: url("/design/institucionalna-podrska-bg.png");
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #fff;
	padding: 35px 0 65px 0;
}
.logo-slider {
	padding: 0 50px;
}
.logo-slider .one-image {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 80px;
}
.logo-slider .one-image img {
	display: inline;
	max-width: 100%;
	max-height: 100%;
	width: auto;
}
.relative {
	position: relative;
}
.popust-za-ucesnike {
	width: 100px;
	font-size: 15px;
	color: #fff;
	position: absolute;
	right: 38px;
	top: -79px;
}
.popust-za-ucesnike .text {
	margin-top: 7px;
	padding-left: 3px;
	line-height: 18px;
}
.prijatelji-foruma {
	background-color: #f1f1f1;
	padding: 35px 0 65px 0;
}
.index-text-forum-hotelijera {
	padding: 14px 0 50px 0;
	background: #fff;
}
.predavaci-wrapper {
	background-color: #f7f7f7;
	background-image: url("/design/predavaci-wrapper-bg.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 30px 0;
}
.heading-under-text {
	font-size: 16px;
	color: #333;
	text-align: center;
	font-weight: 300;
	margin-top: -15px;
	margin-bottom: 60px;
}
.carousel-indicators {
	bottom: 0px;
}
.carousel-indicators li {
	background: #e1e1e1;
	width: 15px;
	height: 15px;
	border: 0;
	margin: 0 5px 0 0;
}
.carousel-indicators li.active {
	background: #999;
	width: 15px;
	height: 15px;
	border: 0;
	margin: 0 5px 0 0;
}
#Predavaci {
	min-height: 800px;
	margin-bottom: 30px;
}
.predavac {
	text-align: center;
	color: #333;
	padding: 0 40px;
	margin-bottom: 50px;
}
.predavac .image img {
	border-radius: 56%;
	margin: 0 auto;
}
.predavac .name {
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 30px;
	min-height: 46px;
}
.predavac .text {
	font-style: italic;
	font-weight: 300;
	font-size: 14px;
	min-height: 70px;
}
.flag-icons {
	text-align: center;
	margin-bottom: 40px;
}
.flag-icons img {
	width: 36px;
}
.btn.btn-default.arrow-right {
	padding-right: 60px;
	position: relative;
	-webkit-transition: background 0.1s ease;
	-moz-transition: background 0.1s ease;
	-ms-transition: background 0.1s ease;
	-o-transition: background 0.1s ease;
	transition: background 0.1s ease;
	margin-top: 46px;
}
.btn.btn-default.arrow-right:after {
	content: '';
	position: absolute;
	top: 11px;
	right: 25px;
	width: 20px;
	height: 14px;
	font-size: 20px;
	color: #333;
	background: url("/design/long-arrow-right.png") no-repeat left top;
}
.btn.btn-default.arrow-right:hover:after {
	background: url("/design/long-arrow-right.png") no-repeat right top;
}
.forum-right-text {
	line-height: 24px;
}
.program-accordion-wrapper {
	padding: 0 164px;
}
.panel-group .panel {
	border: 0;
	box-shadow: none;
	margin-bottom: 10px;
}
.panel-default > .panel-heading {
	background: transparent;
	padding: 0;
	border: 0;
	border-radius: 0;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border: 0;
	padding: 20px 2px;
	font-size: 15px;
	font-weight: 300;
}
.panel-default > .panel-heading h4 {
	font-weight: 400;
	font-size: 17px;
	text-transform: none;
	position: relative;
	border: 0;
}
.panel-default > .panel-heading h4 a {
	position: relative;
	display: block;
	width: 100%;
	padding: 25px 35px;
	background: #e7bb77;
	color: #fff;
	border-radius: 10px;
}
.panel-default > .panel-heading h4 a:before {
	content: '\f0d8';
	font-family: 'FontAwesome';
	font-size: 20px;
	position: absolute;
	display: block;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	margin-top: -2px;
}
.panel-default > .panel-heading h4 a.collapsed {
	color: #444444;
	background: #f7f7f7;
}
.panel-default > .panel-heading h4 a.collapsed:before {
	content: '\f0d7';
	color: #999;
}
.panel-default > .panel-heading h4 a .time {
	position: relative;
	margin-right: 24px;
	padding-right: 22px;
	font-weight: 500;
	font-size: 18px;
}
.panel-default > .panel-heading h4 a .time:after {
	content: '';
	display: block;
	position: absolute;
	top: -10px;
	right: -3px;
	height: 40px;
	width: 1px;
	background: #fff;
}
.panel-default > .panel-heading h4 a.collapsed .time:after {
	background: #ccc;
}
.preuzmite-under-heading {
	text-align: center;
	margin: -10px 0 44px;
}
.preuzmite-under-heading a {
	font-size: 16px;
}
.preuzmite-under-heading a i {
	margin-right: 10px;
}
.program-wrapper {
	padding: 23px 0 40px;
	background: #fff;
}
.medijski-sponzor {
	width: 20%;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
	padding: 0 5px;
}

.medijski-sponzor > a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.medijski-sponzor img {
	max-height: 100%;
	max-width: 100%;
}

.medijski-sponzor > a > img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.medijski-sponsori-flex {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.medijski-sponzori {
	padding: 23px 0 40px;
	background: #fff;
}
.prijavi-se {
	background-image: url("/design/prijavi-se-bg.jpg");
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 44px 0 76px;
}
.prijavi-se .text {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 25px;
	padding-left: 2px;
}
.form-action {
	text-align: right;
}
.kotizacija-box-outer {
	background: #e7bb77;
	padding: 6px;
	border-radius: 10px;
}
.kotizacija-box {
	background: #e7bb77;
	border-radius: 10px;
	border: 1px solid #fff;
	text-align: center;
	color: #fff;
	padding: 36px 10px 30px 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.kotizacija-box .title {
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 15px;
}
.kotizacija-box .text {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	padding: 0 15px;
	margin-bottom: 37px;
}
.kotizacija-box .btn.btn-default {
	margin: 0;
	border-color: #fff;
	color: #fff;
}
.kotizacija-box .btn.btn-default:after {
	background-position: right top;
}
.prijavi-se .captcha-input {
	margin: 8px 0 0 0;
}
.prijavi-se .btn.btn-default {
	border-color: #fff;
	color: #fff;
}
.prijavi-se .reset-captcha {
	margin-left: 15px;
}
.prijavi-se .btn.btn-default.arrow-right:after {
	background-position: right top;
}
.prijavi-se .btn.btn-default.sendbtn {
	margin-top: 5px;
}
.rekli-su-o-forumu {
	background: #f7f7f7;
	padding: 23px 0 125px 0;
}
.rekli-su-one .image {
	width: 90px;
	float: left;
	margin-right: 18px;
}
.rekli-su-one .name-and-desc {
	max-width: 300px;
	float: left;
	color: #333;
}
.rekli-su-one .name {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 400;
	margin-top: 9px;
}
.rekli-su-one .desc {
	font-size: 14px;
	font-weight: 300;
	font-style: italic;
	margin-top: 4px;
}
.rekli-su-one .image img {
	max-width: 90px;
	border-radius: 50%;
}
.rekli-su-one .top-center {
	display: flex;
	align-items: center;
	justify-content: center;
}
.rekli-su-one .top-center .inline-wrapper {
	display: inline-block;
}
.rekli-su-one .text {
	font-size: 18px;
	color: #333;
	font-style: italic;
	max-width: 840px;
	margin: 40px auto 0 auto;
	text-align: center;
}
.rekli-su-o-forumu .slider-arrows div {
	top: 74px;
}
.main-image-wrapper {
	position: relative;
}
.main-image-layer-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	z-index: 10;
}
.mouse-scroll-icon {
	position: absolute;
	bottom: 70px;
	left: 50%;
	transform: translate(-50%);
}
.text-over-main-image {
	text-align: center;
	padding-top: 17%;
}
.text-over-main-image .first-row {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom: 1px;
}
.text-over-main-image .title {
	font-size: 64px;
	font-weight: 600;
	margin-bottom: -10px;
}
.text-over-main-image .second-row {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 1px;
}
.text-over-main-image .btns {
	margin-top: 50px;
}
.text-over-main-image .btn.btn-default {
	border-color: #fff;
	color: #fff;
	position: relative;
	padding-top: 10px;
}

.btn.btn-default.pogledajte-najavu {
	padding-left: 50px;
	margin-right: 20px;
}

.btn.btn-default.pogledajte-najavu:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 20px;
	width: 20px;
	height: 20px;
	transform: translateY(-50%);
	background: url("/design/play-icon.png") no-repeat;
}

.btn.btn-default.detaljnije-o-forumu:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 20px;
	width: 20px;
	height: 20px;
	transform: translateY(-50%);
	background: url("/design/info-icon.png") no-repeat;
}

.btn.btn-default.detaljnije-o-forumu {
	padding-left: 50px;
	background: #dfa54d;
	border-color: #dfa54d;
}

.btn.btn-default.detaljnije-o-forumu:hover {
	background-color: #333;
	border-color: #333;
}
.date-and-place {
	border-top: 1px solid rgba(255,255,255,0.5);
	max-width: 545px;
	margin: 40px auto 0 auto;
	font-size: 16px;
	font-weight: 400;
	padding-top: 18px;
	text-transform: uppercase;
}
.date-and-place i {
	font-size: 22px;
	margin-right: 8px;
}
.counter {
	margin-top: 30px;
}
.counter #countdown {
	display: flex;
	align-items: center;
	justify-content: center;
}
.counter .time-circle {
	width: 122px;
	height: 122px;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #fff;
	border-radius: 50%;
	margin-right: 30px;
}
.counter .time-circle.seconds {
	margin-right: 0;
}
.counter .time-circle .time {
	font-size: 50px;
	font-weight: 300;
	margin: -5px 0 -10px;
}
.counter .time-circle .text {
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
}
.organizator-foruma {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	margin-top: 140px;
	max-width: 180px;
	text-align: center;
}
.organizator-foruma img {
	display: block;
	max-width: 100%;
}
.main-image-layer-overlay .relative {
	position: relative;
}
.contact-top-row {
	display: flex;
	background: #fff;
	margin-bottom: 40px;
}

.contact-top-row .contact-info {
	width: 40%;
}

.contact-top-row .map-wrapper {
	width: 60%;
}

.contact-top-row #map {
	height: 500px;
}

.contact-info {
	padding: 40px 15px 0 40px;
}

.contact-info .map-logo {
	margin-bottom: 45px;
}

.buttons-wrapper {
	margin-top: 59px;
}

.buttons-wrapper .btn.btn-default {
	border-color: #fff;
	color: #fff;
	position: relative;
	padding-top: 10px;
}

.buttons-wrapper .btn.btn-default.detaljnije-o-forumu {
	border-color: #e7bb77;
}

.buttons-wrapper .btn.btn-default.detaljnije-o-forumu:hover {
	border-color: #333;
}

.flex-form-wrapper {
	display: flex;
}

.flex-form-wrapper .left-form-wrapper {
	width: 300px;
}

.flex-form-wrapper .right-form-wrapper {
	width: 100%;
	padding-left: 10px;
}

.flex-form-wrapper .form-group {
	margin-bottom: 10px;
}

.flex-form-wrapper .form-control {
	border-radius: 0;
	border: 0;
	background: #f5f5f5;
	margin-bottom: 0;
	height: 44px;
	font-size: 13px;
	color: #878787;
	font-weight: 400;
	padding-left: 15px;
}

.flex-form-wrapper textarea.form-control {
	height: 206px;
}

.flex-form-wrapper .captcha-input {
	width: 180px;
	height: 48px;
	border-radius: 2px;
	float: left;
	margin: 0 0 0 10px;
	padding: 7px 5px 7px 15px;
}

.flex-form-wrapper .form-captcha {
	border: 1px solid #e5e5e5;
	border-radius: 2px 0 0 2px;
	border-right: 0;
	float: left;
}

.flex-form-wrapper .refresh-captcha, .flex-form-wrapper .refresh-captcha:focus {
	background: #c7ad7b;
	width: 48px;
	height: 48px;
	text-align: center;
	padding: 0;
	border: 0;
	float: left;
	color: #fff;
	border-radius: 2px;
	margin-left: -2px;
	font-size: 20px;
}

.flex-form-wrapper .btn.btn-default.arrow-right.sendbtn {
	margin-top: 0;
	height: 48px;
	background: #c7ad7b;
	float: right;
	border: 0;
	color: #fff;
	padding: 11px 30px 10px 30px;
}

.flex-form-wrapper .btn.btn-default.arrow-right.sendbtn:after {
	display: none;
}
.flex-form-wrapper .btn.btn-default.arrow-right.sendbtn:hover {
	background: #666;
}

.buttons-wrapper .btn.btn-default.prev-btn, .buttons-wrapper .btn.btn-default.next-btn {
	padding: 12px 30px;
	height: auto;
}

.buttons-wrapper .btn.btn-default.prev-btn:hover, .buttons-wrapper .btn.btn-default.next-btn:hover {
	background: #c7ad7b;
	border-color: #c7ad7b;
}

.buttons-wrapper .btn.btn-default.prev-btn {
	margin-right: 10px;
	padding-left: 60px;
}

.buttons-wrapper .btn.btn-default.prev-btn:before {
	content: '';
	position: absolute;
	left: 20px;
	top: 15px;
	background: url("/design/long-arrow-left.png") no-repeat left top;
	width: 20px;
	height: 14px;
}

.buttons-wrapper .btn.btn-default.next-btn {
	padding-right: 60px;
}

.buttons-wrapper .btn.btn-default.next-btn:after {
	content: '';
	position: absolute;
	right: 20px;
	top: 15px;
	background: url("/design/long-arrow-right.png") no-repeat right top;
	width: 20px;
	height: 14px;
}

.gallery-images-wrapper {
	padding: 40px 40px 10px 40px;
	background: #fff;
}

.gallery-image-wrapper {
	position: relative;
	margin-bottom: 30px;
}

.gallery-image-wrapper a {
	position: relative;
	display: block;
	width: 100%;
}

.gallery-image-wrapper a:before {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	background: rgba(0, 0, 0, 0.65);
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.gallery-image-wrapper a:after {
	content: '+';
	font-size: 80px;
	font-weight: 100;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border: 1px solid #dcc776;
	opacity: 0;
	color: #dcc776;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.gallery-image-wrapper a:hover:before, .gallery-image-wrapper a:hover:after {
	opacity: 1;
}
.prijavi-se .form-captcha, .prijavi-se .reset-captcha {
	margin-top: 8px;
}
.embed-responsive {
	margin-bottom: 30px;
}
.sponzori-wrapper {
	margin-top: -60px;
	position: relative;
	z-index: 11;
}
.sponzori-left {
	background: #98874d;
	color: #fff;
	padding: 33px 5px 31px 25px;
	height: 120px;
	margin-right: -15px;
}
.sponzori-left .title {
	font-size: 36px;
	font-weight: 300;
	margin-bottom: -6px;
}
.sponzori-left .text {
	font-size: 15px;
	font-weight: 400;
}
.sponzori-right {
	background: #fff;
	padding: 20px 30px;
	height: 120px;
	margin-left: -15px;
}
.gala-vece-wrapper {
	background-image: url("/design/gala-vece-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	text-align: center;
	padding: 65px 0 105px 0;
}
.gala-vece-wrapper h1 {
	color: #fff;
	padding-bottom: 0;
	margin-bottom: 60px;
	font-weight: 300;
}
.gala-vece-wrapper h1:after {
	display: none;
}
.gala-vece-wrapper .heading-under-text {
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 25px;
	letter-spacing: 1px;
}
.gala-vece-wrapper .btn.btn-default, .gala-vece-wrapper .btn.btn-default:focus {
	display: inline-block;
	border: 3px solid #fff;
	border-radius: 2px;
	color: #fff;
	position: relative;
	background: transparent;
	height: auto;
	width: auto;
	padding: 15px 70px;
	font-size: 14px;
	letter-spacing: 1px;
}
.gala-vece-wrapper .btn.btn-default:before {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	right: 2px;
	bottom: 2px;
	border: 1px solid #fff;
}
.gala-vece-wrapper .btn.btn-default:hover {
	background: #fff;
	color: #98874d;
}
.gala-vece-wrapper .btn.btn-default:focus {
	box-shadow: none;
}
.gala-vece-wrapper .text {
	padding: 0 100px;
	margin-bottom: 55px;
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
}
.kategorije-nagrada .row {
	display: flex;
}
.kategorije-nagrada-left {
	background-image: url("/design/kategorije-nagrada-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.kategorije-nagrada-right-bg {
	background-image: url("/design/kategorije-nagrada-right-bg.png");
	background-repeat: no-repeat;
	background-size: 200px 471px;
	background-position: right 50px center;
	background-color: #222;
	color: #fff;
}
.o-priznanju {
	padding: 54px 0 0;
	background: #f7f7f7;
}
.o-priznanju-text {
	column-count: 2;
	column-gap: 40px;
	font-size: 16px;
	color: #666;
	text-align: justify;
	font-weight: 300;
	padding-bottom: 35px;
}
.heading-wrapper {
	border-left: 5px solid #98874d;
	padding-left: 25px;
	padding-bottom: 3px;
	margin-bottom: 22px;
}
.heading-wrapper .heading-title {
	font-size: 48px;
	font-weight: 100;
	color: #212121;
	line-height: 44px;
	margin-bottom: 8px;
}
.heading-wrapper .heading-text {
	font-size: 13px;
	font-weight: 500;
	color: #999;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.strucni-ziri {
	padding: 25px 0 15px 0;
}
.strucni-ziri .ziri-title {
	font-size: 22px;
	font-weight: 400;
	color: #555;
	margin-bottom: 20px;
}
.clan-zirija {
	margin-bottom: 40px;
}
.clan-zirija .title {
	font-size: 16px;
	color: #666;
	font-weight: 400;
}
.clan-zirija .snippet {
	font-size: 14px;
	color: #999;
	font-style: italic;
}
.clan-zirija .text {
	font-size: 15px;
	color: #333;
	font-weight: 300;
	margin-top: 10px;
}
.clan-zirija-right {
	margin-left: -15px;
}
.right-kategorije-nagrada .heading-wrapper {
	margin-bottom: 52px;
}
.right-kategorije-nagrada .heading-wrapper .heading-title {
	color: #fff;
}
.kategorije-nagrada ul {
	list-style: none;
	padding-left: 27px;
}
.kategorije-nagrada-page-wrapper ul {
	list-style: none;
	padding-left: 0;
}
.kategorije-nagrada ul li {
	position: relative;
	padding-left: 27px;
	margin: 0 0 20px 0;
	color: #ccc;
	font-size: 16px;
}
.kategorije-nagrada-page-wrapper ul li {
	position: relative;
	padding-left: 27px;
	margin: 0 0 20px 0;
}
.kategorije-nagrada ul li:before, .kategorije-nagrada-page-wrapper ul li:before {
	content: '';
	width: 8px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url("/design/kategorije-list-style.png") no-repeat;
}
.kategorije-nagrada ul li:last-child, .kategorije-nagrada-page-wrapper ul li:last-child {
	margin-bottom: 0;
}
.right-kategorije-nagrada {
	padding: 66px 0 72px 45px;
}
.guest-star {
	padding: 70px 0;
}
.guest-star .guest-star-wrapper {
	position: relative;
}
.guest-star .guest-star-wrapper:before {
	content: '';
	position: absolute;
	top: 50%;
	height: 75%;
	transform: translateY(-50%);
	margin-top: -16px;
	left: 0;
	right: 0;
	background: #f1f1f1;
}
.guest-star .heading-wrapper {
	margin-bottom: 40px;
}
.one-guest-star {
	display: flex;
	justify-content: center;
	align-items: center;
}
.one-guest-star .title {
	font-size: 30px;
	color: #202020;
	margin-bottom: 15px;
}
.one-guest-star .text {
	font-size: 16px;
	color: #666;
	font-weight: 400;
	margin-bottom: 30px;
}
.one-guest-star .btn.btn-default {
	padding: 14px 48px;
}
.guest-controls {
	padding-right: 12px;
	text-align: center;
	color: #666;
	font-style: italic;
	font-size: 14px;
	font-weight: 400;
	margin-top: 12px;
}
.guest-controls a {
	color: #666;
}
.guest-controls .arrow-img {
	margin-right: 8px;
}
.guest-controls .arrow-img.right-arrow {
	margin-left: 8px;
	margin-right: 0;
}
.main-image-wrapper {
	text-align: center;
	position: relative;
	height: 800px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.main-image-wrapper:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 343px;
	background: url("/design/main-image-shadow.png") no-repeat top -70px left;
}
.main-image-layer-overlay .box-wrapper {
	margin-top: 19%;
	display: inline-block;
	color: #fff;
	font-size: 27px;
	font-weight: 400;
	padding: 0 80px;
	position: relative;
}
.main-image-layer-overlay .box-wrapper:before {
	display: none;
	content: '';
	position: absolute;
	left: 4px;
	top: 4px;
	right: 4px;
	bottom: 4px;
	border: 1px solid rgba(152,135,77,0.7);
}
.main-image-layer-overlay .box {
	display: inline-block;
	color: #fff;
	font-size: 65px;
	font-weight: 400;
}
.main-image-layer-overlay h1 {
	display: block;
	border: none;
	color: #fff;
	font-size: 57px;
	padding: 0;
	font-weight: 300;
	text-align: center;
	text-transform: none;
	margin: 0;
	line-height: 35px;
}
.main-image-layer-overlay p {
	margin: 0 0 39px 0;
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	text-transform: none;
}
.inner-page-content-wrapper {
	background: #f7f7f7;
	padding: 40px 0;
}
.contact-wrapper {
	background: #fff;
}
.contact-wrapper .btn.btn-default:before {
	display: none;
	background: #c7ad7b;
}
.contact-text {
	font-size: 16px;
	color: #666;
	font-weight: 400;
	text-align: center;
	padding: 0 150px;
	margin-bottom: 42px;
	line-height: 25px;
}
.breadcrumb-wrapper {
	margin-bottom: 40px;
}
.breadcrumb-wrapper .breadcrumb-title {
	text-align: center;
	font-size: 48px;
	color: #1f1f1f;
	font-weight: 100;
	text-transform: uppercase;
	overflow: hidden;
}
.breadcrumb-wrapper .breadcrumb-title span {
	display: inline-block;
	position: relative;
	padding: 0 40px;
}
.breadcrumb-wrapper .breadcrumb-title span:before,
.breadcrumb-wrapper .breadcrumb-title span:after {
	background: #e1e1e1;
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	top: 50%;
	width: 1000px;

}
.breadcrumb-wrapper .breadcrumb-title span:before {
	right: 100%;
}
.breadcrumb-wrapper .breadcrumb-title span:after {
	left: 100%;
}
.breadcrumb-wrapper .breadcrumb-text {
	text-align: center;
	text-transform: uppercase;
	font-size: 13px;
	color: #98864c;
	font-weight: 500;
	letter-spacing: 1px;
}
#Content {
	background: #fff;
	color: #666;
	font-size: 16px;
	padding: 40px;
}
#Content h3:first-child {
	margin-top: 0;
}
.gallery-item {
	background: #fff;
	margin-bottom: 30px;
}
.gallery-item .title {
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	height: 70px;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-top: 1px solid #e5e5e5;
}
.pagination-sm > li > a, .pagination-sm > li > span {
	border-radius: 0;
	font-size: 15px;
	padding: 4px 9px;
	color: #333;
	min-width: 28px;
	border: 0;
	margin-right: 8px;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	background-color: #c7ad7b;
	border-color: #c7ad7b;
}
.pagination-sm > li > a:hover, .pagination-sm > li > span:hover {
	color: #fff;
	background: #898989;
}
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span, .pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
	border-radius: 0;
}
.right-kategorije-nagrada .heading-wrapper .heading-title {
	margin-bottom: 0;
	padding-top: 2px;
}
.gray-bg {
	background: #f7f7f7;
}

.logo-slider .one-image {
	padding: 0 8px;
}
.main-image {
	display: none;
}

.main-image-layer-overlay .partner {
	width: 140px;
	height: 140px;
	padding: 0 10px;
	background: rgba(51, 51, 51, 0.7);
	border-radius: 50%;
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox; /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Chrome */
	display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
	justify-content: center;
	align-items: center;
	margin: 30px auto 0;
}

.main-image-layer-overlay .partner img {
	width: 98%;
	margin: 15px auto 0;
	object-fit: contain;
}

.main-image-layer-overlay .partner .text {
	text-align: center;
	font-weight: 500;
	color: #fff;
	margin-top: 5px;
	letter-spacing: 1px;
	font-size: 11px;
	text-transform: uppercase;
}
.date-and-place a {
	color: #fff;
}
.date-and-place a:hover {
	color: #98864c;
}
.popust-za-ucesnike-link {
	text-transform: lowercase;
}