body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}
.btn {
	font-family: 'Open Sans', sans-serif !important;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
	font-weight: 300;
}
h2 {
	font-family: 'Poiret One', cursive;
	font-size: 27px;
}
h3 {
	font-family: 'Poiret One', cursive;
	font-size: 21px;
}
h4 {
	font-family: 'Poiret One', cursive;
	font-size: 15px;
}
h5 {
	font-family: 'Poiret One', cursive;
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {

}
/* footer */
footer {
	background-color: #3c444d;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

#top-bar .top { position:absolute; right:10px; top:0; z-index:999; }
#top-bar .top ul.contact{ float:right; border-bottom:1px solid #e9ecf1; margin:0; padding:0;}
#top-bar .top ul.contact li{ height:39px; line-height:42px; display:block; float:left; border-right:1px solid #e9ecf1; padding:0 12px; margin:0; font-size:13px; color:#99a8b5;}
#top-bar .top ul.contact li.email:hover,
#top-bar .top ul.contact li.facebook:hover,
#top-bar .top ul.contact li.instagram:hover {background-color:#e9ecf1; color:#54667a;}
#top-bar .top ul.contact li:hover a { color:#54667a;}
#top-bar .top ul.contact li a { color:#99a8b5;}
#top-bar .top ul.contact li:first-child{ border-left:1px solid #e9ecf1;}
#top-bar .top ul.contact li.icon { padding-left:30px; background-image: url(../images/icone.png); background-repeat:no-repeat; }
#top-bar .top ul.contact li.icon.info { background-position:0 -80px;}
#top-bar .top ul.contact li.icon.phone { background-position:0 0;}
#top-bar .top ul.contact li.icon.email { background-position:0 -40px; }

#main-nav {float:right;}
#main-nav ul {     position: absolute;top: 72px;right: 0;height: 60px; }
#main-nav li { float:left; font-size:15px; position:relative; margin:0 4px 0 0; text-transform:uppercase;background:rgba(220, 230, 240, 0.9);}
#main-nav li a {color:#54667a; float:left; display:block; height:60px; line-height:60px; padding:0 15px; font-family: 'Signika', sans-serif; cursor:pointer;}
#main-nav li a:hover {color:#86c56b; background:none;}
#main-nav li.active a{background:#518785; color:#fff;}
#main-nav li ul { display:none;position:absolute;top:60px;left:-45px;width:190px;z-index:99999;}
#main-nav li li { float:none;text-transform:capitalize; padding:0 4px; background-color: rgba(220, 230, 240, 0.9);}
#main-nav li li a { border-bottom:1px solid #fff; }

.home-background {
    width: 100%;
    height: 480px;
    background-image: url(/image/catalog/backgrounds/santorini.jpg);
    /*background-position: -100px;*/
    border-top: solid 5px #518785;
    background-repeat:no-repeat;
    background-size: cover;
}
.home-background .container {
    width: 100%;
    /*background-image: url(/image/catalog/backgrounds/bg-images.png);*/
    background-repeat: no-repeat;
    background-position: center 10px;
}
.container-gallery {
	background: #f8f8f8;
	background: -moz-linear-gradient(top, #f8f8f8 1%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #f8f8f8 1%,#ffffff 100%);
	background: linear-gradient(to bottom, #f8f8f8 1%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#ffffff',GradientType=0 );
	min-height:660px;
	width:100%;
	padding:20px 0 40px;
}
.container-prizes {
	background: #f8f8f8;
	width:100%;
	padding-bottom: 20px;
	padding-top:40px;
}
.container-offer {
    padding:20px 0 40px;
    background: #f8f8f8;
}
.container-offer {
}
.container-countdown {
    background: #518785;
    color: #fff;
    width:100%;
}
.container-intro {
    font-family: 'Poiret One', cursive;
    font-size: 16px;
    padding: 10px;
    text-align: center;
    width: 100%;
    /* text-transform: uppercase; */
    color: #ffffff;
    background: #518785;
}
.container-info {
	background: #ffffff;
	min-height:400px;
	width:100%;
	padding-top:0;
	padding-bottom:40px;
}
.container-info h1 {
	margin-top:40px;
	margin-bottom:10px;
	color:#518785;
	position: relative;
	display:block;
}
.container-info h1 span,
.container-offer h1 span {
	background: #ffffff;
    z-index: 10;
    position: relative;
	padding-right: 15px;
    padding-left: 15px;
}
.container-offer h1 span {
	background: #f8f8f8;
}
.container-prizes h1 span,
.container-gallery h1 span {
	background: #f8f8f8;
    z-index: 10;
    position: relative;
	padding-right: 15px;
    padding-left: 15px;
}
/*.container-info h1:before,
.container-gallery h1:before,
.container-offer h1:before,
.container-prizes h1:before  {
	position: absolute;
    content: '';
    border-top: solid 1px #518785;
    width: 100%;
    top: 50%;
    left:0;
}*/
.container-info h1,
.container-gallery h1,
.container-offer h1,
.container-prizes h1  {
	position: relative;
	color: #518785;
	text-align: center;
	overflow: hidden;
	padding: 0 0 3px;
}
.container-info h3 {
	margin-top:10px;
}
.container-info .description {
	font-size: 15px;
    line-height: 26px;
    font-weight: 300;
    text-align: center;
}
.container-info .description strong {
	color: #518785;
}
.container-info .description .desc-box {
	margin:15px 0;
}
.container-gallery h1 {
	margin-top:30px;
	color: #518785;
    padding-bottom: 10px;
}


.hide { display: none; }

/* CUSTOM BOOTSTRAP BUTTONS */
.btn {
  outline: 0px;
}
.btn {
    border: none;
    border-radius: 0;
    font-family: 'Signika';
    font-weight: 600;
    text-transform: uppercase;
    padding: 0px 21px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
}
.btn-primary {
    background: #89c76b;
}
.btn-primary:hover {
    background: #518785;
    color: #fff;
}
.btn.btn-info {
  background: #89c76b;
  font-size: 15px;
  text-align: left;
  padding-left: 45px;
}
.btn.btn-info:active:focus {
  background: #3a6361;
}
.fileinput-button .fa {
    margin-left: -37px;
    margin-right: 8px;
    border-right: solid 1px #eeeeee;
    height: 36px;
    padding-right: 6px;
    position: absolute;
    padding-top: 12px;
}
.fileinput-button {
    background: #89c76b !important;
    font-size: 15px !important;
    text-align: left !important;
    width: 260px !important;
    padding: 10px 0 !important;
    padding-left: 45px !important;
    padding-right: 20px !important;
    width: 320px !important;
    margin: 0 auto !important;
    display: block !important;
    height: auto !important;
    white-space: normal !important;
    line-height: 20px !important;
    text-align: center !important;
}
.alert h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #518785;
    font-weight: bold;
}
.alert p.notification {
    font-size: 14px;
    padding-bottom: 10px;
    border-top: solid 1px #ffffff;
    padding-top: 10px;
    font-family: inherit;
}
/* CUSTOM PROGRESS */
.gallery-form .progress {
  margin-bottom: 0px;
  margin-top: 10px;
}
.gallery-form .fa-facebook {
    width: 36px !important;
    padding-left: 2px !important;
}
#files span {
    display: block;
    padding: 2px 5px;
    border: solid 1px #ffffff;
    background: #f8f8f8;
}
form[name="create-gallery"] input[type="submit"] {
    width: 320px;
    line-height: 26px;
    margin-top: 0;
    display: inline-block;
    padding: 5px 25px;
    color: #ffffff;
    font-size: 18px;
    margin-left: -15px;
    margin-right: 0;
    cursor: pointer;
    background: #518786;
    height: 44px;
    font-weight: normal;
    text-shadow: none;
    transition: all linear 0.3s;
}
form[name="create-gallery"] input[type="submit"][disabled] {
	cursor: not-allowed;
}
form[name="create-gallery"] input[type="submit"]:before {

}
#progress,
form[name="create-gallery"] h4 {
	display:none;
    margin-bottom: 2px;
}
#fileupload:after {
	content:'test';
	position:absolute;
	top:0;
	right:0;
}
.fileinput-button {
	width:100%;
}
.item {
    width: 19.17%;
    float: left;
    margin-right: 1%;
}
.container-gallery .item {
    width: 24.18%;
    float: left;
    margin-right: 1%;
}
.container-offer .item {
	cursor:pointer;
}
.container-gallery .item:nth-child(4),
.container-offer .item:last-child {
	margin-right:0;
}
#masonry {
	width:100%;
	/*-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;*/
}
.ekko-lightbox .modal-body {
    position: relative;
    padding: 0;
    padding-right: 300px;
}
#masonry img{
	width: 100%;
	height:160px;
	object-fit: cover;
	padding: 0;
}
.container-gallery #masonry img {
	height:280px;
}
#masonry a {
	color:#ffffff;
	font-size: 20px;
}
.ekko-lightbox-container {
    position: relative;
}
.ekko-lightbox-container>div.ekko-lightbox-item {
	position:relative !important;
}
.ekko-lightbox-container {
	height:auto !important;
}
.ekko-lightbox .modal-content {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.modal.in .modal-dialog {
	max-width:80% !important;
	max-height: 80% !important;
	background: #222;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
	box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
.image-info {
	width:100%;
	height:66px;
	background:#518785;
	margin-bottom:10px;
	padding: 8px;
	position: relative;
	display: table;
}
.container-offer .image-info,
.container-prizes .image-info {
	height:65px;
}
.container-offer .image-info {
	height:40px;
}
.image-info-destination,
.image-info-date {
	font-size:12px;
	color:#ffffff;
	line-height:14px;
	height: 18px;
	padding: 2px 0;
}
.image-info-title {
    text-align: center;
    color: #fff;
    font-size: 13px;
    padding: 5px;
	display: table-cell;
    vertical-align: middle;
}
.thumbs-up {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    height: 100%;
    background: #666666;
    padding: 25px 10px;
	line-height:14px;
    text-align: center;
    color: #e8e8e8;
    font-size: 16px;
    transition: all linear 0.3s;
    cursor: pointer;
}
.thumbs-up .thumb-icon {
	font-size:10px !important;
	line-height:14px;
}
.thumbs-up.voted {
	background:#89c76b;
}
.thumbs-up:hover {
	background:#222222;
}
.thumbs-up.voted:hover {
	background:#89c76b;
}
.thumbs-up a {
	color:#ffffff;
}
.image-error {
    margin: 10px 0;
    padding: 15px;
    display: none;
}
.clear {
	clear:both;
}
.filters {
    height: 60px;
    margin: 0 0 20px;
    padding-top: 8px;
}
.form-control {
	border-radius: 0 !important;
	box-shadow:none !important;
	-webkit-appearance: none;
}
.pagination {
    border-top: solid 1px #ddd;
    width: 100%;
    padding-top: 15px;
    margin-top: 10px;
}
.pagination li span, .pagination li a {
	border-radius: 0 !important;
}
.pagination li.active span {
    background: #eee;
    color: #3c3c3c;
    border-color: #ddd;
}
select.form-control {
	display: block;
	position: relative;
	padding:5px 10px;
}
select.form-control {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 10px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

select.form-control:focus {
    background-image: linear-gradient(45deg, gray 50%, transparent 50%), linear-gradient(135deg, transparent 50%, gray 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 10px) 1em, calc(100% - 15px) 1em, calc(100% - 2.5em) 0.5em;
    background-size: 6px 6px, 6px 6px, 0px 1em;
    background-repeat: no-repeat;
    border-color: gray;
    outline: 0;
}
.ajax-loader {
    display: none;
    z-index: 1000;
    position: fixed;
    top: 50%;
    left: 50%;
}
.layered-navigation-block {
    display: none;
    background-color: white;
    height: 100%;
    opacity: 0.35;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}
.product-filter-empty {
    margin-right: 1%;
    border: solid 1px #518785;
    padding: 20px;
}
.at-style-responsive .at-share-btn {
	padding:2px !important;
}
.at-svc-compact {
	    background: #89c76b !important;
}
.st-btn > svg {
	top:3px !important;
}
.st-btn {
    height: 22px !important;
    width: 22px !important;
    padding: 0 3px !important;
    line-height: 14px !important;
}
.countdown {
	margin-top:12px;
	text-align:center;
}
.countdown #clock {
    font-size: 20px;
    padding-top: 10px;
    display: block;
}
.clock-title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight:300;
}
.count-box {
	display: inline-block;
    padding: 6px 8px;
    margin-right: 6px;
    min-width: 68px;
    background: rgba(255,255,255,0.1);
}
.count-box:last-child {
	margin-right:0;
}
.count-box span {
	display: block;
	margin-top:4px;
}
.count-box .text {
	font-size: 12px;
}
#logo img {
    width: 200px;
    padding: 9px 0;
}
.nextyear {
    padding: 0;
    margin-bottom: 0;
    border-top: solid 1px #ccc;
    border-bottom: none;
    padding-top: 15px;
}
.rank {
    position: absolute;
    left: 0;
    top: 0;
    width: 55px;
    height: 55px;
    background: #333333;
    color: #fff;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    padding: 18px 0;
}
.container-prizes .rank {
	background:#89c76b;
}
.tooltip.top .tooltip-inner {
    background-color: #3C4452 !important;
}
.tooltip.top .tooltip-arrow {
      border-top: 5px solid #3C4452 !important;
}
.pagination>.active>a:focus, .pagination>.active>a:hover.pagination>.active>span:focus, .pagination>.active>span:hover  {
	box-shadow: inset 2px 2px 40px rgba(30,30,30,0.3) !important;
	background:#7eb8b7;
	border-color:#7eb8b7;
}
.gallery-tab {
    background: #7eb8b7;
    display: inline-block;
    padding: 10px 25px;
    color: #ffffff;
    font-size: 16px;
    margin-right: 8px;
    cursor: pointer;
    transition:all linear 0.3s;
}
.gallery-tab:hover,
button#search-gallery:hover,
form[name="create-gallery"] input[type="submit"]:hover {
	box-shadow: inset 2px 2px 40px rgba(30,30,30,0.3) !important;
}
.gallery-tab:hover {
	color:#ffffff;
}
.gallery-tab:last-child {
	margin-left:0;
}
.gallery-tab.active {
    background: #518786;
}
.thumb-icon {
	font-size:12px;
}
.thumb-icon .fa {
	font-size:18px;
}
.pagination>li>a, .pagination>li>span {
	font-size:14px;
	padding:10px 15px;
}
.pagination li.active span {
    background: #518785;
    color: #ffffff;
    border-color: #518785;
}
input[name="search-gallery"] {
	height:40px;
	width:74%;
	margin-right:1%;
	float:left;
}
button#search-gallery {
	width:25%;
	height:40px;
	background:#518786;
	border-color:#518786;
	color:#ffffff;
	float:left;
	font-size: 16px;
	text-transform: uppercase;
	transition:all linear 0.3s;
}
.form-control {
	height:40px;
}
.modal-container {
    position: absolute;
    right: 0;
    width: 300px;
    padding: 0;
    z-index: 9999;
}
.modal-data {
	padding:20px 10px 20px;
	border-bottom:1px solid #e8e8e8;
}
.modal-data .destination {
	font-weight: bold;
	font-size:14px;
}
.modal-data .destination span {
    display: block;
    float: left;
    padding: 10px;
    background: #518785;
    width: 45px;
    height: 45px;
    line-height: 25px;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    margin-right: 10px;
	margin-bottom: 60px;
}
.modal-data .description {
	margin:5px 0;
}
.modal-data .author {
	font-size:11px;
}
.modal-likes {
    padding-bottom: 0;
    border-bottom: solid 1px #e8e8e8;
}
.modal-likes .thumbs-up {
    position: relative;
    margin: 10px auto;
    width: 120px;
    height: 50px;
    padding: 5px;
}
.modal-likes > span {
	text-align: center;
	display: block;
	padding-bottom:5px;
}
.tooltip {
	z-index:999999;
}
.form-group {
    margin-bottom: 22px;
}
.form-group .error {
	display:none;
}
.form-group.has-error .error {
	display:block;
	padding:0;
	color:#a94442;
	position: absolute;
}
.nextyear .error {
	padding:0;
	color:#a94442;
}
.uploaded-image {
    background: #f8f8f8;
    margin-top: 12px;
    border: solid 1px #e8e8e8;
    height: 100px;
	position:relative;
}
.uploaded-image .cancel {
	border: none;
    text-shadow: none;
    font-weight: 300;
    background: none;
    color: #518786;
    position: absolute;
    top: 0;
    right: 10px;
    height: auto;
    padding: 0;
}
.uploaded-image .cancel:hover,
.uploaded-image .cancel:active {
	background:transparent;
	box-shadow: none;
	color: #518786;
}
.uploaded-image .left {
	padding:20px;
    padding-left: 150px;
}
.form-group h4 {
    margin-bottom: 2px;
    text-transform: uppercase;
    font-family: 'Open-sans', sans-serif;
    font-weight: 200;
}
.uploaded-image h4 {
	display:block !important;
    font-family:'Open-sans', sans-serif;
    color: #518786;
    margin: 2px 0 4px;
    font-size: 12px;
}
.uploaded-image input {
    width:100%;
    padding:5px;
	display:block;
}
.uploaded-image img {
	width:100px;
	height:100px;
	object-fit: cover;
	margin:0;
    float:left;
	border-right:solid 1px #eee;
}
.reload {
    background: #518785;
    color: #fff;
    padding: 6px 20px;
    display: block;
    width: 160px;
    margin: 5px auto 10px;
}
.modal-comments {
	padding: 10px;
}
.modal-comments .comment-area {
	margin-top: 10px;
}
.modal-comments .comment-area .text-success,
.modal-comments .comment-area .text-danger {
	display: none;
}
.modal-comments .comment-area textarea {
	width: 100%;
	border: 1px solid #eee;
	padding: 2px 5px;
	word-wrap: break-word;
	word-break: break-all;
}
.modal-comments .comment-area textarea:focus {
	outline: 0px;
}
.modal-comments .modal-comments-list {
	overflow: auto;
	max-height: 400px;
}
.modal-comments .comment-item strong {
	display: none;
}
.modal-comments .comment-item small {
}
.modal-comments .comment-item p {
	font-size: 12px;
	line-height: 1.3;
}

@media (min-width: 768px) and (max-width:1200px) {
	#masonry {
		width:100%;
		/*-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;*/
	}
	.item {
		width:100%;
	}
}
@media (max-width: 767px) {
	#masonry {
		/*width:100%;
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;*/
	}
	.item {
		width:100%;
	}
	input[name="lastname"] {
		margin-top: 15px;
	}
	#main-nav ul {
		top:0;
		position: relative;
		width: max-content;
    	margin: 0 auto;
	}
	#main-nav {
		float:none;
	}
	#logo img {
		margin:0 auto;
	}
	.home-background {
		height:206px;
	}
	.home-background .container {
		height:206px;
		background-size: contain;
	}
}
@media (max-width: 600px) {
	#masonry {
		width:100%;
		/*-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;*/
	}
}
@media (max-width: 420px) {
	#main-nav li {
		float:none;
	}
	#main-nav li a {
		display: block;
	    text-align: center;
	    width: 100%;
	}
}

#openGalleryPopup {
	padding: 0px;
	margin: 0px auto;
  top:15%;
  height:70%;
  width:1000px;
  outline: none;
	overflow: hidden;
}
#openGalleryPopup .modal-header {
	background: #518785;
	color: white;
}
#openGalleryPopup .modal-header h3 {
	color: white;
	margin: 0px;
}
#openGalleryPopup .modal-body {
	background: white;
}
#openGalleryPopup .modal-body,
#openGalleryPopup .modal-body .gallery-container,
#openGalleryPopup .modal-body .gallery-container .carousel.slide,
#openGalleryPopup .modal-body .gallery-container .carousel.slide .carousel-inner,
#openGalleryPopup .modal-body .gallery-container .carousel.slide .carousel-inner .gallery-item,
#openGalleryPopup .modal-body .gallery-container .carousel.slide .carousel-inner .gallery-item .item-image {
	height: 100%;
}
#openGalleryPopup .modal-body .gallery-container .item-image,
#openGalleryPopup .modal-body .gallery-container .item-right {
	display: inline-block;
	vertical-align: top;
}
#openGalleryPopup .modal-body .gallery-container .item-image {
	position: relative;
	background-color: #f8f8f8;
	width: 70%;
}
#openGalleryPopup .modal-body .gallery-container .item-right {
	margin-left: -4px;
	width: 30%;
}
#openGalleryPopup .modal-body .gallery-container .item-right .destination {
	margin: 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid #7eb8b7;
}
#openGalleryPopup .modal-body .gallery-container .item-image img {
	margin: 0px auto;
	display: block;
  vertical-align: middle;
	top: 0;
	position: relative;
	max-height:100%;
}
#openGalleryPopup .modal-body .gallery-container .item-image > div {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#openGalleryPopup .modal-body .gallery-container .item-right .item-right-header {
	display: block;
    border-bottom: solid 1px #f8f8f8;
    margin: 10px;
    padding-bottom:15px;
}
#openGalleryPopup .modal-body .gallery-container .item-right .item-right-header .likes {
	display: inline-block;
    vertical-align: top;
    background-color: #f8f8f8;
    padding: 15px 10px 12px;
    font-size: 20px;
    /* color: white; */
    /* height: 60px; */
    /* line-height: 60px; */
    width: 60px;
    text-align: center;
}
#openGalleryPopup .modal-body .gallery-container .item-right .item-right-header .date {
    display: inline-block;
    color: #777;
    padding: 0;
    font-size: 12px;
    vertical-align: top;
    margin-bottom: 6px;
}
#openGalleryPopup .gallery-item.item {
	height: auto;
	width: 100%;
}
#openGalleryPopup .carousel-control.left,
#openGalleryPopup .carousel-control.right {
	width: auto;
}
#openGalleryPopup .carousel-control.left {
	left: 1%;
}
#openGalleryPopup .carousel-control.right {
	right: 32%;
}
.form-box {
	padding-right: 0;
    padding: 0 30px 40px !important;
    background: #f8f8f8;
    background: -moz-linear-gradient(top, #f8f8f8 1%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #f8f8f8 1%,#ffffff 100%);
    background: linear-gradient(to bottom, #f8f8f8 1%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#ffffff',GradientType=0 );
    border:solid 1px #f2f2f2;
    margin-top:30px;
}
.form-box  h1 span, .form-box  h1 span {
	background: #f8f8f8 !important;
}
input[type="checkbox"]{
 -webkit-appearance:none;
  appearance:none;
  width:40px;
  height:18px;
  border:1px solid #aaa;
  border-radius:8px;
  background:#ebebeb;
  position:relative;
  display:inline-block;
  vertical-align:middle;
  transition: background 0.3s;
  box-sizing:border-box;
  cursor:pointer;
  outline: none !important;
  margin-top: -2px;
  margin-right: 10px;
}
input[type="checkbox"]:after{
    content: '';
    position: absolute;
    top: -3px;
    left: -2px;
    width: 22px;
    border-radius: 22px;
    height: 22px;
    background: white;
    border: 1px solid #aaa;
    /* border-radius: 2px; */
    transition: left 0.1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: 99;
}
input[type="checkbox"]:checked{
  background:#89c76b;
  border-color:#89c76b;
}
input[type="checkbox"]:checked:after{
  left:23px;
  border-color:#8daee5;
}

input[type="checkbox"]:hover:not(:checked):not(:disabled):after,
input[type="checkbox"]:focus:not(:checked):not(:disabled):after{
  left:-4px;
}

input[type="checkbox"]:hover:checked:not(:disabled):after,
input[type="checkbox"]:focus:checked:not(:disabled):after{
  left:22px;
}

input[type="checkbox"]:disabled{
  opacity:0.5;
}

.fb-button-like {
	padding: 1rem 1.5rem;
	background: #4267B2;
	color: white;
	cursor: pointer;
	font-size: 1.3rem;
  font-weight: bold;
}
.fb-button-like.liked {
	background: #92a9d8;
	cursor: default;
}
.fb-button-like i {
	margin-right: 1rem;
	color: white;
	font-size: 2rem;
}
.like-logo {
    background: #ffffff;
    border: solid 1px #ddd;
    padding: 20px 0;
    margin: 0 0 20px;
	min-height:220px;
}
.like-logo img {
	width:140px;
	margin-bottom:10px;
}
.button-login, .button-logout {
    border-radius: 0;
    background: #4267b2;
    color: #ffffff;
    border: none;
    outline: none;
    padding: 10px 30px;
    padding-left: 50px;
    font-size: 14px;
    line-height: 22px;
    position: relative;
    margin: 15px 0 15px;
    font-weight: bold;
	text-transform:uppercase;
}
.button-logout {
	display:none;
	padding:10px 15px;
}
.button-login svg {
	position:absolute;
}
.button-navodila {
    border-radius: 0;
    color: #ffffff;
    border: none;
    outline: none;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 22px;
    position: relative;
    margin: 15px 0 15px;
    font-weight: bold;
	text-transform:uppercase;
	background: #518786;
}
.gallery-form .desc-box {
	margin-top: 10px;
}
.password-box {
	display:none
}
.nextyear span {
    color: #89c76b;
    padding-left: 5px;
    cursor: pointer;
}
.modal-content {
    border-radius: 0 !important;
}
.modal-header .close {
    position: absolute;
    top: 28px;
    right: 30px;
}
.home-background .description .box {
    padding: 18px;
    margin: 0 0 6px;
    background-color:#7eb8b7;
    border-radius: 8px;
    /* border: 1px solid #99a8b5; */
}
.home-background .description {
    position: absolute;
    top: 30px;
    width: 510px;
    left: 0;
    z-index: 999;
    color: #fff;
}
.home-background .container {
	overflow: hidden;
	min-height: 480px;
}
.home-background .description-right {
	position: absolute;
    top: 50px;
    right: 0;
    z-index: 999;
    color: #fff;
}
.home-background .description-right .offer {
    position: absolute;
    right: 0;
    top: 0;
	background: #ffffff;
    border: solid 1px #eee;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    padding: 20px 35px;
}
.home-background .description-right .offer big.day {
    font-size: 28px;
    line-height: 26px;
    text-align: center;
    border-bottom: 1px solid #99a8b5;
    color: #54667a;
    display: block;
    margin: 30px 0 5px;
    font-weight: 600;
	padding-bottom:8px;
}
.home-background .description-right .offer .price span {
    margin: -10px 0 0;
    display: block;
    color: #518785;
    font-size: 18px;
    line-height: normal;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}
.home-background .description-right .offer big span {
	color:#89c76b;
}
.home-background .description-right .offer .price {
    margin-top:10px;
}
.home-background .description h1 {
    color: #fff;
    font-size: 38px;
    font-weight: bold;
    text-transform: uppercase;
    margin:0;
    margin-top: 5px;
    font-family: 'Open Sans', sans-serif;
}
.home-background .description h2 {
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    margin:0;
    font-family: 'Open Sans', sans-serif;
	font-size:25px;
}
.home-background .description .btn {
	padding-left: 45px;
    padding-right: 45px;
    height: 39px;
    line-height: 39px;
    background: #54667a;
    color: #fff;
    text-shadow: none;
    font-weight: bold;
    box-shadow: none;
    border-radius: 8px;
}
.home-background .description .btn:hover, .home-background .description .btn:focus {
    background: #86c56b;
}
.show-results a {
	width: 292px;
	margin:15px auto;
	display:block;
	padding:10px;
    background: #89c76b;
    color:#ffffff;
    text-align: center;
    cursor:pointer;
	font-weight: 400;
    font-size: 16px;
}
.gallery-modal {
	max-height:100% !important;
	padding:0 !important;
}
.gallery-modal h3 {
	font-size:16px;
	font-family: 'Open Sans', sans-serif;
}
.gallery-modal .close {
    top: 5px;
    right: 8px;
    position: absolute;
    outline: none;
}
.gallery-modal .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: 0px !important;
}
#agree-info1 .btn-secondary,
#agree-info2 .btn-secondary,
#agree-info3 .btn-secondary,
.nagrade-modal .btn-secondary,
#instructions .btn-secondary {
	    background: #3c444d;
	    color:#ffffff;
}
.modal-link {
	text-align: center;
}
.modal-link a {
	background: #89c76b;
	color:#ffffff;
    padding: 10px;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    margin: 10px 0;
    text-decoration: none;
}
.nagrade-modal img {
	max-width:100%;
}
.modal-info {
	font-size:14px;
	margin-top:15px;
	text-align: justify;
	line-height:20px;
}
.desc-box-info {
    font-size: 14px;
    line-height: 24px;
    padding: 0 50px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
    color: #518786;
    text-shadow: none;
}
.button-fb-go {
    border-radius: 0;
    background: #4267b2;
    color: #ffffff;
    border: none;
    outline: none;
    padding: 10px 30px;
    font-size: 14px;
    line-height: 22px;
    position: relative;
    margin: 15px 0 15px;
    font-weight: bold;
    text-transform: uppercase;
	width:100%;
	margin: 5px 0 0;
}
.social-logo {
	margin 5px;
	width:18px !important;
	height:auto !important;
	cursor:pointer;
}
.gallery-modal .share span {
	font-size: 12px;
    color: #777;
    position: relative;
    top: 1px;
}
.has-error input[type="text"] {
	border:solid 1px #a94442;
}
.top-bar-info {
    float: right;
    position: relative;
    right: -15px;
    top: 3px;
}