body {
	background:#fff;
	font-family:'Open Sans', sans-serif;
	font-size:17px;
	color:#111;
	outline:none;
	margin:0;
	padding:0;
}
a:link {
	color:#111;
	text-decoration:none;
	outline:none;
	-webkit-transition:color 0.2s ease-in-out;
	-moz-transition:color 0.2s ease-in-out;
	-o-transition:color 0.2s ease-in-out;
	transition:color 0.2s ease-in-out;
}
a:visited {
	color:#111;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#111;
	text-decoration:none;
	outline:none;
}
p {
	margin:0 !important;
	padding:0 !important;
}
a img {
	border:0;
}
h1 {
	width:100%;
	font-size:36px;
	line-height:50px;
	font-weight:normal;
	margin:0 0 20px 0;
	text-transform:uppercase;
	text-align:center;
}
h2 {
	width:100%;
	font-size:26px;
	font-weight:normal;
	margin:0 0 20px 0;
	text-align:left;
}
h5 {
	width: 100%;
	color: #111;
	font-size: 16pt;
	font-weight: bold;
	margin: 0 0 30px 0;
	padding-top: 18px;
	text-align: left;
	border-top: 1px solid #111;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}
hr {
	background: #111;
	color: #111;
	border: 0;
	width: 100%;
	height: 2px;
	margin: 35px 0;
	float: left;
}
.content img {
	width:auto !important;
	max-width:100% !important;
	height:auto !important;
}
.page-container {
	width:100%;
	min-height:500px;
	float:left;
}
.page-content {
	background:#fff;
	width:100%;
	float:left;
}
.container {
	max-width:1100px;
	width:94%;
	margin:0 auto;
	position:relative;
}
.content {
	width:100%;
	padding:50px 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	float:left;
}
.content img.photo-bl {
	width:auto !important;
	max-width:50% !important;
	height:auto !important;
}
.video-bl-content {
	width:100%;
	max-width:800px;
	margin:0 auto 30px auto;
	display:block;
}
.video-bl {
  overflow:hidden;
  padding-top:56.25%;
  position:relative;
} 
.video-bl iframe {
   border:0;
   width:100%;
   height:100%;
   position:absolute;
   left:0;
   top:0;
}
.text-content {
	min-height:600px;
}
.intro-text {
	width:100%;
	padding-bottom:40px;
	float:left;
}
.header {
	background:#fff;
	width:100%;
	padding:15px 0 0 0;
	height:130px;
	position:relative;
	z-index:1000;
	-moz-box-shadow:0 0 5px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 0 5px rgba(0,0,0,0.2);
	box-shadow:0 0 5px rgba(0,0,0,0.2);
	float:left;
}
.header .content {
	padding:0 0 !important;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.logo {
	position:absolute;
	top:-5px;
	left:0;
	width:170px;
	height:125px;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.logo a img {	
	margin:auto;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	max-width:170px;
	max-height:110px;
}
.menu {
	width:100%;
	margin-top:25px;
	padding-left:195px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	float:left;
}
.menu > ul {
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	max-width:83%;
	display:table;
	text-align:right;
	float:right;
}
.menu > ul > li {
	margin:0;
	padding:0;
	display:table-cell;
	position:relative;
}
.menu > ul > li > a {
	width:100%;
	font-size:14pt;
	line-height:26px;
	text-transform:uppercase;
	padding:22px;
	white-space:nowrap;
	text-align:center;
	float:left;
	-webkit-transition:background 0.2s ease-in-out, color 0.2s ease-in-out;
	-moz-transition:background 0.2s ease-in-out, color 0.2s ease-in-out;
	-o-transition:background 0.2s ease-in-out, color 0.2s ease-in-out;
	transition:background 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.menu > ul > li > a:hover, .menu > ul > li > a.current {
	color:#fff;
}
.menu > ul > li > ul {
	width:220px;
	list-style:none;
	position:absolute;
	top:70px;
	left:0;
	text-align:left;
	padding:0;
	z-index:2000;
	opacity:0;
	visibility:hidden;
	padding:0;
	-moz-box-shadow:0 4px 4px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 4px 4px rgba(0,0,0,0.2);
	box-shadow:0 4px 4px rgba(0,0,0,0.2);
	-webkit-transition:opacity 0.2s ease-in-out;
	-moz-transition:opacity 0.2s ease-in-out;
	-o-transition:opacity 0.2s ease-in-out;
	transition:opacity 0.2s ease-in-out;
}
.menu > ul > li:last-child > ul {
	left:auto;
	right:0;
	text-align:right;
}
.menu > ul > li > ul > li {
	margin:0;
	padding:0;
}
.menu > ul > li > ul > li > a {
	background:rgba(255,255,255,0);
	padding:12px 17px;
	display:block;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition:background 0.2s ease-in-out;
	-moz-transition:background 0.2s ease-in-out;
	-o-transition:background 0.2s ease-in-out;
	transition:background 0.2s ease-in-out;
}
.menu > ul > li > ul > li > a:hover {
	background:rgba(255,255,255,0.1);
}
.menu > ul > li:hover > ul {
	opacity:1;
	visibility:visible;
}
.menu-sml-content {
	background:#fff;
	width:100%;
	height:0;
	position:absolute;
	top:115px;
	left:0;
	z-index:999;
	text-align:center;
	display:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
#menu-bttn {
	width:20px;
	height:13px;
	position:absolute;
	top:40px;
	right:2%;
	padding:10px;
	cursor:pointer;
	z-index:1001;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	display:none;
}
#menu-bttn div {
	background:#111;
	width:22px;
	height:2px;
	position:absolute;
}
.menu-bttn-line-1 {
	top:10px;
}
.menu-bttn-line-2 {
	top:16px;
}
.menu-bttn-line-3 {
	top:22px;
}
#menu-sml {
	background:#fff;
	width:100%;
	position:absolute;
	top:30px;
	left:0;
	padding:8px 0;
	display:none;
	z-index:1000;
	-webkit-user-select:none;
    -moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-moz-box-shadow:0 8px 8px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 8px 8px rgba(0,0,0,0.2);
	box-shadow:0 8px 8px rgba(0,0,0,0.2);
}
#menu-sml ul {
	width:100%;
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
	float:left;
}
#menu-sml ul li {
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
	position:relative;
	float:left;
}
#menu-sml ul li a {
	color:#222;
	text-transform:uppercase;
	font-size:12pt;
	line-height:25px;
	font-weight:600;
	height:20px;
	padding:10px 10px 9px 10px;
	position:relative;
	cursor:pointer;
	display:inline-block;
	z-index:10;
}
#menu-sml ul li a:hover {
	text-decoration:none;
}
#menu-sml ul li a.current {
	color:#000;
}
#menu-sml ul li ul {
	background:#f9f9f9;
	padding:5px 0 8px 0;
	margin:0 0 5px 0;
	display:none;
}
#menu-sml ul li div {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	cursor:pointer;
}
#menu-sml ul li span {
	background:url(img/arrow.png) no-repeat center;
	background-size:16px 10px;
	width:16px;
	height:10px;
	display:inline-block;
	position:relative;
	margin-right:-16px;
	cursor:pointer;
}
#menu-sml ul li ul li {
	margin:0;
	border:0;
}
#menu-sml ul li ul li a {
	text-transform:none;
	font-size:12pt;
	line-height:22px;
}
.submenu-content {
	background: #bbb;
	width: 100%;
	position: relative;
	z-index: 999;
	float: left;
}
.submenu {
	width:100%;
	float:left;
}
.submenu .content {
	padding-top:0;
	padding-bottom:0;
}
.submenu .content a, .submenu .blocks-bttn {	
	font-size:13pt;
	line-height:24px;
	color:#fff;
	width:33.3333%;
	height:100px;
	padding:65px 25px 0 25px;
	text-transform:uppercase;
	text-align:center;
	font-weight:600;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	float:left;
}
.submenu .content a:hover {
	text-decoration:underline;
}
.cat {
	background:url(img/cat.png) no-repeat top 15px center #22a759;
}
.info {
	background:url(img/info.png) no-repeat top 15px center #1ca199;
}
.design {
	background:url(img/design.png) no-repeat top 15px center #9966cc;
}
.blocks-bttn ul {
	background:#aaa;
	width:200px;
	position:absolute;
	top:30px;
	left:0;
	margin:0 0 0 -100px;
	padding:10px 15px;
	list-style:none;
	display:none;
}
.blocks-bttn ul li {
	width:100%;
	margin:0;
	padding:0;
	float:left;
}
.blocks-bttn:hover ul {
	display:block;
}
.submenu .content li:hover a {
	text-decoration:underline;
}
.slides-content {
	width: 100%;
	height: 640px;
	float: left;
}
.slides-container span {
	max-width: 1100px;
	width: 94%;
	position: absolute;
	top: 38%;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.slides-container h1 {
	width: 100%;
	font-size: 44pt;
	line-height: 64px;
	font-weight: bold;
	text-align: left;
	color: #fff;
	text-transform: none;
	margin: 0;
	padding: 0 0 30px 0;
}
.slides-container span h2 {
	width: 100%;
	color: #fff;
	text-align: left;
	font-size: 18pt;
	margin: 0;
}
.slider-bg {
	background:rgba(0,0,0,0.5);
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:0;
}
.box-content {
	width:103.3332%;
	margin:0 0 -1.6666% -1.6666%;
	float:left;
}
.box-content ul {
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}
.box-content ul li {
	width:30%;
	padding:0;
	margin:1.6666%;
	height:260px;
	display:table;
	table-layout:fixed;
	position:relative;
	overflow:hidden;
	float:left;
}
.box-content ul li a {
	width:100%;
	height:260px;
	color:#fff;
	font-size:26pt;
	line-height:46px;
	text-align:center;
	text-transform:uppercase;
	vertical-align:middle;
	display:table-cell;
	padding:20px;
	overflow:hidden;
	-webkit-transition:background 0.2s ease-in-out;
	-moz-transition:background 0.2s ease-in-out;
	-o-transition:background 0.2s ease-in-out;
	transition:background 0.2s ease-in-out;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.box-content ul li a div {
	background:rgba(0,0,0,0.25);
	width:100%;
	height:260px;
	position:absolute;
	top:0;
	left:0;
}
.box-content ul li a span {
	position:relative;
	z-index:99;
}
.footer {
	background:none;
	text-align:center;
}
.footer .content {
	padding:40px 0 25px 0;
}
.logForm {
	width:100%;
	padding:120px 0;
	float:left;
}
.logForm form {
	width:270px;
	float:none;
	padding:0;
	border:0;
	position:absolute;
	top:50%;
	left:50%;
	margin:-167px 0 0 -135px;
}
.logForm input {
	margin:4px 0 5px 9px !important;
	background:#fff;
}
.logForm button {
	margin:10px 0 0 0;
}
.logForm .error {
	width:100%;
	font:10px Arial, Helvetica, sans-serif;
	color:#be3636;
	background:white;
	border:1px solid #be3636;
	padding:3px;
	text-align:left;
	margin-top:20px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	float:left;
}
.logForm .error div {
	width:14px;
	height:14px;
	background:url(img/error.png) no-repeat top left;
	float:left;
	margin:0 4px -2px 1px;
}
input, textarea, select {
	background:#fff;
	font-family:'Open Sans', sans-serif;
	font-size:16px;
	line-height:23px;
	color:#111;
	margin:2px 0 15px 0;
	padding:12px 20px;
	border:1px solid #777;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	resize:none;
}
input[type=file] {
	width: auto;
	border: 0;
	padding: 0;
	background: none;
}
.content button, .logForm button {
	width: 110px;
	font-size: 13pt;
	line-height: 22px;
	background: #111;
	color: #fff;
	height: 50px;
	text-align: center;
	border: 0;
	margin-top: 2px;
	cursor: pointer;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: background 0.2s ease-in-out;
	-moz-transition: background 0.2s ease-in-out;
	-o-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
	display: block;
}
.content button:hover {
	background: #333;
}
.content button:focus, .content button:active {
	outline:0 !important;
}
.content form strong {
	font-weight: 600;
	display: block;
	margin: 7px 0;
}
button.cancel-bttn {
	background:#000 !important;
	margin:0 0 0 10px;
	display:inline-block;
}
button.cancel-bttn[disabled] {
	opacity:0.75;
}
.delete-big {
	padding-right:48px;
	padding-top:10px;
	position:absolute;
	top:63px;
	right:0;
}
.delete-big button, .delete-big button:hover {
	background:url(img/delete.png) no-repeat !important;
	width:39px;
	height:39px;
	display:block;
	z-index:100;
	cursor:pointer;
	position:absolute;
	top:0;
	right:0;
}
.delete {
	background:url(img/icons.png) no-repeat top center;
	width:28px;
	height:28px;
	position:absolute;
	top:15px;
	right:15px;
	z-index:500;
	display:block;
	cursor:pointer;
}
.move {
	background:url(img/icons.png) no-repeat 0 -28px;
	width:28px;
	height:28px;
	position:absolute;
	top:15px;
	right:44px;
	z-index:500;
	display:block;
	cursor:move;
}
.edit {
	background:url(img/icons.png) no-repeat bottom center;
	width:28px;
	height:28px;
	position:absolute;
	top:15px;
	right:73px;
	z-index:500;
	display:block;
}
.edit-big {
	background: url(img/edit_big.png) no-repeat bottom center;
	width: 39px;
	height: 39px;
	position: absolute;
	top: 185px;
	right: 75px;
	z-index: 500;
	display: block;
}
.true {
	width:100%;
	background:#fff;
	border:1px solid #23b005;
	padding:10px 5px;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#23b005;
	text-align:left;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin:0 0 20px 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	display:table;
}
.true div {
	background:url(img/big_icons.png) no-repeat left top;
	width:24px;
	height:24px;
	float:left;
	margin:-4px 5px -5px 0;
}
.false {
	width:100%;
	background:#fff;
	border:1px solid #ee552a;
	padding:10px 5px;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#ee552a;
	text-align:left;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin:0 0 20px 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	display:table
}
.false div {
	background:url(img/big_icons.png) no-repeat;
	background-position:0 -24px;
	width:24px;
	height:24px;
	float:left;
	margin:-4px 5px -5px 0;
}
.warn {
	width:100%;
	background:#fff;
	border:1px solid #ff8f2c;
	padding:10px 5px;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#ff8f2c;
	text-align:left;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin:0 0 20px 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	display:table
}
.warn div {
	background:url(img/big_icons.png) no-repeat;
	background-position:0 -48px;
	width:24px;
	height:24px;
	float:left;
	margin:-4px 5px -5px 0;
}
.true-icon {
	background:url(img/big_icons.png) no-repeat top left;
	width:100%;
	height:24px;
	padding-left:30px;
	font-size:11pt;
	line-height:24px;
	margin-top:25px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.false-icon {
	background:url(img/big_icons.png) no-repeat center left;
	width:100%;
	height:24px;
	padding-left:30px;
	font-size:11pt;
	line-height:24px;
	margin-top:25px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.warn-icon {
	background:url(img/big_icons.png) no-repeat bottom left;
	width:100%;
	height:24px;
	padding-left:30px;
	font-size:11pt;
	line-height:24px;
	margin-top:25px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.logout {
	position:absolute;
	top:15px;
	right:35px;
	z-index:15;
}
.add-cat {
	font-size:36pt !important;
	padding-left:25px !important;
	padding-right:25px !important;
}
.footer-menu {
	max-width:25%;
	width:200px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding-left:5.26%;
	text-align:left;
	float:right;
}
.footer-menu ul {
	width:100%;
	text-align:left;
	margin:-9px 0 22px 0;
	padding:0;
	list-style:none;
	float:left;
}
.footer-menu ul li {
	width:100%;
	margin:5px 0;
	padding:0;
	float:left;
}
.footer-menu ul li a {
	font-size:15px;
	line-height:20px;
	float:left;
}
.footer-menu ul li a:hover {
	text-decoration:underline;
}
.footer-menu ul li a div {
	background-size:30px 30px;
	width:30px;
	height:30px;
	margin:-5px 10px 2px 0;
	float:left;
}
.facebook {
	background:url(img/facebook.png) no-repeat center;
}
.draugiem {
	background:url(img/draugiem.png) no-repeat center;
}
.instagram {
	background:url(img/instagram.png) no-repeat center;
}
.youtube {
	background:url(img/youtube.png) no-repeat center;
}
.pinterest {
	background:url(img/pinterest.png) no-repeat center;
}
.twitter {
	background:url(img/twitter.png) no-repeat center;
}
.booking {
	background:url(img/booking.png) no-repeat center;
}
.copyrights {
	width:100%;
	padding:30px 0;
	float:left;
}
.contacts {
	width:100%;
	height:21px;
	padding-left:195px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	font-size:11pt;
	line-height:21px;
	margin-top:5px;
	margin-bottom:9px;
	text-align:right;
	float:left;
}
.contacts .phone {
	background:url(img/phone.png) no-repeat left top 4px;
	padding-left:25px;
	margin-left:32px;
	margin-bottom:3px;
	display:inline-block;
}
.contacts .mail {
	background:url(img/mail.png) no-repeat left top 7px;
	padding-left:25px;
	margin-left:32px;
	margin-bottom:3px;
	display:inline-block;
}
.contacts .address {
	background:url(img/address.png) no-repeat left top 4px;
	padding-left:25px;
	margin-left:32px;
	margin-bottom:3px;
	display:inline-block;
}
.footer .contacts {
	width:50%;
	height:auto;
	text-align:left;
	padding-left:0;
	margin:-4px 0 0 0;
}
.footer .contacts span {
	margin:6px 0 5px 0;
}
.footer .contacts span:first-of-type {
	margin-top:0 !important;
}
.map-content {
	width:100%;
	height:445px;
	position:relative;
	overflow:hidden;
	float:left;
}
.map-content #map {
	width:140%;
	height:500px;
	margin:-55px 0 0 -40%;
	float:left;
}
.map-content iframe {
	width:140%;
	height:500px;
	margin:-55px 0 0 -40%;
	border:0;
	float:left;
}
.map-container iframe {
	width:100%;
	height:560px;
	border:0;
	float:left;
}
.contact-box {
	width:40%;
	height:445px;
	font-size:24px;
	line-height:34px;
	color:#fff;
	text-align:center;
	position:absolute;
	top:0;
	right:0;
	display:table;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	z-index:99;
}
.contact-box .contact-box-content {
	background:rgba(0,0,0,0.25);
	width:100%;
	height:427px;
	display:table-cell;
	vertical-align:middle;		
}
.contact-box div {
	width:100%;
	padding:9px 2%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.contact-text {
	width:100%;
	margin-bottom:25px;
	float:left;
}
.contact-form {
	width:100%;
	max-width:930px;
	padding-top:10px;
	margin:0 auto;
}
.contact-form input, .contact-form textarea {
	background:rgba(0,0,0,0.1);
	color:#000;
	width:100%;
	font-size:20px;
	line-height:30px;
	margin-bottom:25px;
	padding:20px;
	border:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	resize:none;
	float:left;
}
.edit-list {
	width:100%;
	float:left;
}
.edit-list ul {
	width:100%;
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}
.edit-list ul li {
	width:100%;
	height:214px;
	margin:0;
	padding:5px 0;
	float:left;
}
.edit-list ul li .edit-list-img {
	height:204px;
	position:relative;
	float:left;
}
.edit-list ul li .edit-list-img img {
	height:204px !important;
}
.edit-list ul li input[type=text] {
	width:790px;
	float:right;
}
.edit-list ul li .move {
	position:absolute;
	top:10px;
	right:15px;
	opacity:1;
}
.edit-cat-list {
	width:100%;
	padding-top:50px;
	float:left;
}
.edit-cat-list strong {
	font-weight:600;
}
.edit-cat-list li div span {
	color:rgba(0,0,0,0.5);
}
.edit-cat-list ul {
	width:100%;
	list-style:none;
	margin:0;
	padding:0 0 0 0;
	float:left;
}
.edit-cat-list ul li {
	width:100%;
	margin:0;
	padding:0;
	float:left;
}
.edit-cat-list ul li > div {
	width:100%;
	position:relative;
	padding:5px 0 5px 74px;
	float:left;
}
.edit-cat-list > div {
	padding:15px 0 5px 74px;
}
.edit-cat-list ul li .move {
	top:2px;
	right:auto;
	left:0;
}
.edit-cat-list ul li .edit {
	top:2px;
	right:auto;
	left:34px;
}
.checkbox {
	position:absolute;
	top:15px;
	left:17px;
}
.order-images-box {
	width:100%;
	margin-bottom:10px;
	float:left;
}
.order-images-box ul {
	width:100%;
	list-style:none;
	margin:15px 0 0 0;
	padding:0;
	float:left;
}
.order-images-box ul li, .images-placeholder {
	width:100%;
	margin:10px 0;
	padding:0 0;
	position:relative;
	float:left;
	-webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.order-images-box ul li img {
	width:130px !important;
	height:auto !important;
	float:left;
}
.order-images-box .move {
	top:7px;
	left:95px;
}
.order-images-box input[type=checkbox] {
	top:12px;
	left:14px;
}
.photo-gallery {
	width:100%;
	width:calc(100% + 20px);
	margin:-10px 0 -10px -20px;
	float:left;
}
.photo-gallery ul {
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
.photo-gallery ul li {
	width:16.6667%;
	margin:0;
	padding:10px 0 10px 20px;
	-webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
	float:left;
}
.photo-gallery ul li a {
	width:100%;
	height:100%;
	-webkit-transition:opacity 0.2s ease-in-out;
	-moz-transition:opacity 0.2s ease-in-out;
	-o-transition:opacity 0.2s ease-in-out;
	transition:opacity 0.2s ease-in-out;
	float:left;
}
.photo-gallery a:hover {
	opacity:0.8;
}
.photo-gallery a img {
	width:100%;
	height:100%;
}
.gallery-title {
	width:100%;
	font-size:24px;
	line-height:29px;
	text-transform:uppercase;
	padding:4px 0 0 0;
	margin-bottom:20px;
	float:left;
}
.gallery-title a {
	margin:2px 0;
	display:inline-block;
	-webkit-transition:opacity 0.2s ease-in-out;
	-moz-transition:opacity 0.2s ease-in-out;
	-o-transition:opacity 0.2s ease-in-out;
	transition:opacity 0.2s ease-in-out;
}
.gallery-title span {
	margin:2px 8px;
	display:inline-block;
}
.gallery-title a:hover {
	text-decoration:none;
	opacity:0.7;
}
.gallery-title a.current {
	color:#c02423;
	opacity:1 !important;
}
.gallery-title span:last-of-type {
	display:none;
}
.subcat-title {
	font-size:36px;
	line-height:42px;
	font-weight:600;
	margin:0 0 25px 0;
	text-align:center;
	text-transform:uppercase;
}
.gallery-box textarea {
	width:950px;
	height:130px;
	margin:0;
	float:right;
}
.container-gallery {
	background:#ccc !important;
}
.container-gallery .container .content {
	background:#ccc !important;
	min-height:auto !important;
	padding:50px 0;
}
.share {
	background:url(img/share.png) no-repeat center;
	background-size:40px 40px;
	width:40px;
	height:40px;
	margin-top:20px;
	float:left;
	-webkit-transition:opacity 0.2s ease-in-out;
	-moz-transition:opacity 0.2s ease-in-out;
	-o-transition:opacity 0.2s ease-in-out;
	transition:opacity 0.2s ease-in-out;
}
.share:hover {
	opacity:0.75;
}
.content img, .subcat-descr-offer img {
	width:auto !important;
	max-width:100% !important;
	height:auto !important;
}
.articles-content {
	position:relative;
}
.articles-content .article-bg {
	background:rgba(0,0,0,0.06);
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	display:none;
}
.articles-content:nth-child(even) .article-bg {
	display:block;
}
.articles-content .container {
	max-width:800px !important;
}
.articles-content .content {
	min-height:auto !important;
}
.article-content {
	width:100%;
	padding-bottom:52px;
	margin-bottom:35px;
	border-bottom:1px solid #ccc;
	float:left;
}
.article-content:last-of-type {
	padding-bottom:0;
	margin-bottom:0;
	border-bottom:0;
}
.article-content h2 {
	width:100%;
	font-size:24pt;
	line-height:40px;
	font-weight:600;
	margin:0;
	padding:0;
	text-align:center;
	float:left;
}
.article-image {
	width:100%;
	margin-bottom:25px;
	float:left;
}
.article-image img {
	max-width:800px !important;
	width:100% !important;
	height:auto !important;
}
.article-descr {
	width:100%;
	margin-top:10px;
	display:block;
	float:left;
}
.article-date {
	font-size:16pt;
	line-height:40px;
	padding:20px 0 25px 0;
	float:left;
}
a.article-continue {
	font-size:14pt;
	color:#fff;
	display:table;
	margin:30px auto 0 auto;
	padding:15px 25px;
	-webkit-transition:opacity 0.2s ease-in-out;
	-moz-transition:opacity 0.2s ease-in-out;
	-o-transition:opacity 0.2s ease-in-out;
	transition:opacity 0.2s ease-in-out;
}
a.article-continue:hover {
	opacity:0.75;
}
.article-back {
	margin-bottom:15px;
	cursor:pointer;
	float:right;
}
.article-back:hover span {
	text-decoration:underline;
}
.soc-icons {
	padding:20px 0 25px 0;
	float:right;
}
.soc-icons .facebook-icon {
	background:url(img/facebook_icon.png) no-repeat center;
}
.soc-icons .twitter-icon {
	background:url(img/twitter_icon.png) no-repeat center;
}
.soc-icons .draugiem-icon {
	background:url(img/draugiem_icon.png) no-repeat center;
}
.soc-icons .share-icon {
	background:url(img/share_icon.png) no-repeat center;
}
.soc-icons a {
	margin:0 6px;
	background-size:40px 40px !important;
	display:inline-block;
	width:40px;
	height:40px;
	-webkit-transition:opacity 0.2s ease-in-out;
	-moz-transition:opacity 0.2s ease-in-out;
	-o-transition:opacity 0.2s ease-in-out;
	transition:opacity 0.2s ease-in-out;
}
.soc-icons a:hover {
	opacity:0.75;
}
.delete-text {
	position:absolute;
	top:73px;
	right:0;
	color:#cc0000;
}
.list {
	width:100%;
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}
.list li {
	width:50%;
	list-style:none;
	font-size:18pt;
	line-height:40px;
	color:#113941;
	text-transform:uppercase;
	font-weight:600;
	padding:25px 0 25px 85px;
	margin:0;
	position:relative;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	float:left;
}
.list li:nth-child(odd) {
	padding-right:50px;
}
.list li:before {
	content:"";
	background:url(img/bullet.png) no-repeat center;
	width:56px;
	height:50px;
	position:absolute;
	top:50%;
	left:0;
	margin-top:-24px;
}
.form {
	padding-top:35px;
	display:-webkit-flex;
	display:-ms-flex;
    display:flex;
	-webkit-transition:wrap;
	-moz-flex-wrap:wrap;
	-o-flex-wrap:wrap;
	flex-wrap:wrap;
}
.form-col {
	width:33.3333%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	float:left;
}
#top-arrow {
	background:url(img/top_arrow.png) no-repeat;
	background-size:54px 54px;
	width:54px;
	height:54px;
	display:block;
	position:fixed;
	bottom:25px;
	right:25px;
	display:none;
	z-index:9999;
}
.table {
	text-align:left;
	margin-bottom:75px;
}
.table tbody th {
	font-size:10pt;
	line-height:16px;
	border-bottom:1px solid #999;
	vertical-align:middle;
}
.table tr:nth-child(odd) td {
	background:rgba(0,0,0,0.1);
}
.table tr:hover td {
	background:#ffff66;
}
.table th, .table td {
	font-size:11pt;
	padding:10px;
	vertical-align:middle;
}
.pagnav {
	width:100%;
	margin:-55px 0 75px 0;
}
a.paginate, a.selected {
	background:#b1b1b1;
	font-size:13pt;
	line-height:34px;
	width:34px;
	text-align:center;
	text-decoration:none;
	color:#fff;
	margin:5px 2px;
	display:inline-block;
	-webkit-transition:background 0.2s ease-in-out;
	-moz-transition:background 0.2s ease-in-out;
	-o-transition:background 0.2s ease-in-out;
	transition:background 0.2s ease-in-out;
}
a.paginate:hover {
	background:#f6ae2d;
}
a.selected {
	background:#19647e;
}
span.inactive {
	visibility:hidden;
}
a.page-next:hover, a.page-prev:hover {
	text-decoration:underline;
}