html {
	height: 100%;
}

body {
	font-family: armata, Verdana, Trebuchet, Helvetica, Sans-Serif;
	color: #fff;
	line-height: 2;
	font-size: 15px;
	background: #fff;
	height: 100%;
	padding-top: 87px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

::selection {
	background: #fd9c93; /* Safari */
}

::-moz-selection {
	background: #fd9c93; /* Firefox */
}

h1, h2 {
	font-size: 20px;
}

.description-white h2 {
	color: #2e1a26;
}

h1 strong, h2 strong {
	font-weight: normal;
	color: #c46d67;
}

h3 {
	font-weight: normal;
	font-size: 23px;
	line-height: 1.6;
}

h4 {
	font-weight: normal;
	font-size: 20px;
	color: #c46d67;
}

h5 {
	color: #2e1a26;
	font-size: 18px;
	text-shadow: 0 0 1px rgba(46, 26, 38, 0.35);
}

a {
	color: #c46d67;
}

a:hover {
	color: #ab5753;
}

ul {
	padding: 0 0 0 20px;
}

label {
	font-weight: normal;
	color: #828282;
	font-size: 16px;
	margin-top: 5px;
}

address {
	line-height: inherit;
}

.alignright {
	float: right;
	margin: 0 0 10px 15px;
}

img.alignright, img.alignleft, img.aligncenter {
	border: 1px solid #cdcdcd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
}

.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}

.aligncenter {
	margin: 0 auto 10px auto;
}

/* --------------------------------------------------- */


#wrap {
	min-height: 100%;
	margin: 0 auto -52px;
	padding: 0 0 52px;
}

footer {
	background: #000;
	overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 12px 0 0 0;
}

header {
	border-bottom: 1px solid #e1e1e1;
	background: #fff;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.17);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.17);
	box-shadow: 0 0 5px rgba(0,0,0,.17);
	transform: translate3d(0px, 0px, 0px);
	transform-style: preserve-3d;
	backface-visibility: hidden;
}

body.home {
	background: url(img/bg.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 0;
}

#scene {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: -1;
	overflow: hidden;
	top: 0;
	left: 0;
}

#scene, .main-layer {
	display: block;
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}

.bg-layer {
	width: 110%;
	height: 110%;
	z-index: -1;
	background: url(img/bg.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	

	position: absolute;
	width: 110%;
	left: -5%;
	top: 2%;
}


.home-box {
	display: block;
	color: inherit;
	text-decoration: none !important;
	-moz-transition: all 200ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 200ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 200ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 200ms ease-in-out;
	margin-bottom: 30px;
	cursor: pointer;
}

.home-box .icon {
	display: table;
	text-align: center;	
	width: 100%;
	background: #f7f7f7;
	background: rgba(255,255,255,0.17);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-transition: all 200ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 200ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 200ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 200ms ease-in-out;
}

.home-box .icon-align {
	height: 195px;
	margin: 0 auto;
	display: table-cell;
	vertical-align: middle;
}

.home-box-txt {
	display: table;
	width: 100%;
	text-align: center;
	margin-top: 10px;
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-transition: all 200ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 200ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 200ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 200ms ease-in-out;
}

.home-box strong {
	display: table-cell;
	vertical-align: middle;
	margin-top: 10px;
	padding: 0 10px;
	height: 64px;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;
	color: #6e6e6e;
	font-size: 16px;
	font-weight: normal;
	font-family: armata;
	overflow: hidden;
	-moz-transition: all 200ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 200ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 200ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 200ms ease-in-out;
}

.home-box:hover strong {
	text-decoration: none;
	color: #fff;
}

.home-box:hover .home-box-txt {
	background: #c16c67;
}

.home-box:hover .icon {
	background: #c16c67;
}

.home-box:active {
	-webkit-transform:scale(0.95); 
	-moz-transform:scale(0.95); 
	-o-transform:scale(0.95); 
	transform:scale(0.95); 
}

section.home {
	padding-top: 140px;
}

section.home h1 {
	font-size: 28px;
	line-height: 1.9;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	margin: 20px 0 50px 0;
	padding: 20px 15px;
	font-family: armata;
	text-shadow: 0 0 1px rgba(255, 255, 255, 0.35);
	
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	background-color: #fff;
	background-image: -webkit-linear-gradient(left, #4e3770, #cb7068);
	background-image: -moz-linear-gradient(left, #4e3770, #cb7068);
	background-image: -o-linear-gradient(left, #4e3770, #cb7068);
	background-image: linear-gradient(to right, #4e3770, #cb7068);
}

section.home .header-extended h1 {
	background: #4e3770;
	margin-bottom: 0;
	padding: 6px 15px 2px 15px;
}

section.home .header-extended {
	background-image: -webkit-linear-gradient(left, #4e3770, #cb7068);
	background-image: -moz-linear-gradient(left, #4e3770, #cb7068);
	background-image: -o-linear-gradient(left, #4e3770, #cb7068);
	background-image: linear-gradient(to right, #4e3770, #cb7068);
	margin-bottom: 50px;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
}

section.home .header-extended strong {
	color: #fff;
	font-size: 20px;
	display: block;
	text-align: center;
	font-weight: normal;
	padding: 5px 15px;
}

.footer-cookies {
	font-family: armata;
	line-height: 28px;
	float: left;
	font-size: 14px;
	color: #e1e1e1 !important;
	text-decoration: none !important;
	padding-left: 41px;
	background: url(img/cookies.png) 0 center no-repeat;
	-moz-transition: all 200ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 200ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 200ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 200ms ease-in-out;
	opacity: 0.3;
	margin-bottom:12px;
}

.footer-cookies:hover {
	opacity: 1;
}

.footer-wizjo {
	font-family: armata;
	line-height: 28px;
	float: left;
	font-size: 14px;
	color: #e1e1e1 !important;
	text-decoration: none !important;
	padding-right: 115px;
	background: url(img/wizjo.png) 100% center no-repeat;
	-moz-transition: all 200ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 200ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 200ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 200ms ease-in-out;
	opacity: 0.3;
	margin-bottom:12px;
}

.footer-wizjo:hover {
	opacity: 1;
}

.footer-nineorbs {
	font-family: armata;
	line-height: 28px;
	height: 28px;
	float: right;
	margin-left: 15px;
	font-size: 14px;
	color: #e1e1e1 !important;
	text-decoration: none !important;
	width: 72px;
	background: url(img/nineorbs.png) 100% center no-repeat;
	-moz-transition: all 200ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 200ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 200ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 200ms ease-in-out;
	opacity: 0.3;
	margin-bottom:12px;
}

.footer-nineorbs.footer-nineorbs-only {
	padding-right: 77px;
	width: auto;
}

.footer-nineorbs:hover {
	opacity: 1;
}

.header-phone {
	float: right;
	font-size: 15px;
	line-height: 32px;
	color: #6e6e6e;
	padding-left: 27px;
	background: url(img/ico-mobile.png) 0 0 no-repeat;
	margin-left: 15px;
	margin-top: 27px;
	overflow: hidden;
	text-shadow: 0 0 1px rgba(110, 110, 110, 0.25);
}

.header-email {
	float: right;
	font-size: 15px;
	line-height: 32px;
	color: #6e6e6e;
	padding-left: 40px;
	background: url(img/ico-email.png) 0 center no-repeat;
	margin-left: 15px;
	margin-top: 27px;
	width: auto;
	overflow: hidden;
	text-shadow: 0 0 1px rgba(110, 110, 110, 0.25);
}

.logo {
	float: left;
	margin: 10px 15px 9px 0;
	-moz-transition: all 200ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 200ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 200ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 200ms ease-in-out;
}

.logo:hover {
	opacity: 0.85;
}

.menu {
	float: left;
	text-align: center;
	margin: 0;
}

.menu li {
	float: left;
	position: relative;
	background: #fff;
	padding-top: 27px;
	padding-bottom: 27px;
}

.menu a {
	display: block;
	font-size: 14px;
	line-height: 32px;
	color: #6e6e6e;
	padding: 0 5px;
	text-decoration: none !important;
	-moz-transition: all 350ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 350ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 350ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 350ms ease-in-out;
	text-shadow: 0 0 1px rgba(110, 110, 110, 0.25);
}

.menu li:last-child a {
	padding-right: 0;
}

.menu a:hover,.menu a.active, li.current-menu-item a {
	color: #cb7068 !important;
	text-shadow: 0 0 1px rgba(203, 112, 104, 0.25) !important;
}

.language a {
	opacity: 0.8;
	-moz-transition: all 200ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 200ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 200ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 200ms ease-in-out;
}

.language a:hover {
	opacity: 1;
}

li.dropdown-toggle {
	padding-top: 0;
	padding-bottom: 0;
}

li.dropdown-toggle:hover > span > a {
	color: #b0672e;
	text-shadow: 0 0 1px rgba(203, 112, 104, 0.25);
}

.dropdown-mask {
	position: relative;
	padding-top: 27px;
	padding-bottom: 27px;
	background: #fff;
	z-index: 121212121;
	display: block;
}

.dropdown {
	width: 230px;
	position: absolute;
	left: 5px;
	top: 86px;
	background: #fff;
	padding: 0;
	border-top: 1px solid #e1e1e1;
	margin-top: -300px;
	opacity: 0;
	-moz-transition: all 350ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 350ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 350ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 350ms ease-in-out;
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,.17);
	-moz-box-shadow: 0 0 6px rgba(0,0,0,.17);
	box-shadow: 0 0 6px rgba(0,0,0,.17);
}

li:hover .dropdown {
	display: block;
	opacity: 1;
	margin-top: 0;
}

.dropdown li {
	display: block;
	text-align: left;
	padding: 7px 15px;
	float: none;
	border-bottom: 1px solid #e1e1e1;
}

.dropdown a {
	line-height: 24px;
}

.menu-mobile {
	margin: 0;
}

.menu-mobile a {
	display: block;
	font-size: 15px;
	line-height: 24px;
	color: #6e6e6e;
	padding: 10px 15px;
	text-decoration: none !important;
	-moz-transition: all 350ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 350ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 350ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 350ms ease-in-out;
	text-shadow: 0 0 1px rgba(110, 110, 110, 0.25);
	border-top: 1px solid #cdcdcd;
}

.menu-mobile a:hover {
	color: #fff !important;
	background: #cb7068;
	text-shadow: 0 0 1px rgba(255, 255, 255, 0.25);
}

.menu-mobile a.active {
	color: #cb7068;
}

.menu-mobile-container {
	display: none;
}

.main-header {
	background: url(img/bg.jpg) center 0 no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.75);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.75);
	box-shadow: 0 0 5px rgba(0,0,0,.75);
	position: relative;
}

.main-header.large-image {
	min-height: 200px;
	background-position: center center;
}

.main-header h1 {
	margin: 0;
	font-weight: normal;
	color: #fff;
	font-size: 34px;
	line-height: 44px;
	text-shadow: 0 0 1px rgba(255, 255, 255, 0.35);
	padding-top: 37px;
	padding-bottom: 37px;
}

.icon-info {
	padding-left: 59px;
	background: url(img/theme-icons/info.png) 0 center no-repeat;
}
.icon-valid {
	padding-left: 59px;
	background: url(img/theme-icons/valid.png) 0 center no-repeat;
}
.icon-flask {
	padding-left: 59px;
	background: url(img/theme-icons/flask.png) 0 center no-repeat;
}
.icon-mail {
	padding-left: 74px;
	background: url(img/theme-icons/mail.png) 0 center no-repeat;
}
.icon-briefcase {
	padding-left: 70px;
	background: url(img/theme-icons/briefcase.png) 0 center no-repeat;
}

.icon-truck {
	padding-left: 78px;
	background: url(img/theme-icons/truck.png) 0 center no-repeat;
}
.icon-settings {
	padding-left: 66px;
	background: url(img/theme-icons/settings.png) 0 center no-repeat;
}
.icon-settings {
	padding-left: 83px;
	background: url(img/theme-icons/contact.png) 0 center no-repeat;
}
.icon-goods {
	padding-left: 69px;
	background: url(img/theme-icons/goods.png) 0 center no-repeat;
}
.icon-present {
	padding-left: 54px;
	background: url(img/theme-icons/present.png) 0 center no-repeat;
}
.icon-picture {
	padding-left: 58px;
	background: url(img/theme-icons/picture.png) 0 center no-repeat;
}
.icon-approve-contact {
	padding-left: 58px;
	background: url(img/theme-icons/approve-contact.png) 0 center no-repeat;
}
.icon-magic {
	padding-left: 58px;
	background: url(img/theme-icons/magic.png) 0 center no-repeat;
}
.icon-cart {
	padding-left: 58px;
	background: url(img/theme-icons/cart.png) 0 center no-repeat;
}
.icon-sharing {
	padding-left: 63px;
	background: url(img/theme-icons/sharing.png) 0 center no-repeat;
}
.icon-contact {
	padding-left: 83px;
	background: url(img/theme-icons/contact.png) 0 center no-repeat;
}
.icon-direction {
	padding-left: 49px;
	background: url(img/theme-icons/direction.png) 0 center no-repeat;
}
.icon-camera {
	padding-left: 59px;
	background: url(img/theme-icons/camera.png) 0 center no-repeat;
	background-size: auto 37px;
}
.icon-record {
	padding-left: 59px;
	background: url(img/theme-icons/record.png) 0 center no-repeat;
}
.icon-speaker {
	padding-left: 63px;
	background: url(img/theme-icons/speaker.png) 0 center no-repeat;
}
.icon-chatting {
	padding-left: 63px;
	background: url(img/theme-icons/chatting.png) 0 center no-repeat;
}
.icon-book {
	padding-left: 63px;
	background: url(img/theme-icons/book.png) 0 center no-repeat;
}
.icon-wallet {
	padding-left: 54px;
	background: url(img/theme-icons/wallet.png) 0 center no-repeat;
}


section.description {
	color: #fff;
	background: #2e1a26 url(img/dark-bg.jpg) center center no-repeat;
	padding: 5px 0 12px 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

section.small-description {
	padding: 22px 0 22px 0;
}

section.description-white {
	color: #656565;
	background: #fff;
	padding: 5px 0 12px 0;
}

.content-boxes {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
	color: #6e6e6e;
	font-size: 16px;
}

.content-boxes h3, .content-boxes strong {
	color: #bc1019;
	font-weight: normal;
}

.content-boxes:nth-child(2) h3, .content-boxes:nth-child(2) strong {
	color: #762a68;
}

.partners {
	color: #fff;
	background: #a6a6a6;
	padding-top: 10px;
}

.partner-logo {
	text-align: center;
	background: #fff;
	height: 125px;
	display: table-cell;
	vertical-align: middle;
	width: 165px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.partner-logo img {
	display: inline-block !important;
	max-width: 150px;
	
	filter: url('../js/filters.svg#grayscale');
	filter: gray; 
	-webkit-filter: grayscale(1);
	
	/*-webkit-filter: grayscale(100%);  
    -webkit-filter: grayscale(1);  
    filter: grayscale(100%);  
  
    filter: url('url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale");'); 
    filter: gray; */
	-moz-transition: all 350ms ease-in-out; 
	-o-transition: all 350ms ease-in-out; 
	-webkit-transition: all 350ms ease-in-out;  
	transition: all 350ms ease-in-out;
	
}

.partner-logo:hover img {
	filter: none;
	-webkit-filter: grayscale(0);
}

.partners h2 {
	padding-right: 110px;
}

input[type=date]::-webkit-clear-button,
input[type=date]::-webkit-inner-spin-button {
    display: none;
}

input[type='text'],input[type='date'] {
	border: 1px solid #d0d0d0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #fff;
	line-height: 24px;
	height: 52px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 0 15px;
	color: #828282;
	outline: none !important;	
	-moz-transition: all 200ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 200ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 200ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 200ms ease-in-out;
	margin-bottom: 14px;
}

input[type='text']:focus, ,input[type='date']:focus {
	-webkit-transform:scale(1.02); 
	-moz-transform:scale(1.02);  
	-o-transform:scale(1.02); 
	transform:scale(1.02); 
	border-color: #bcbcbc;
}

.description input[type='text'] {
	border-color: #7a7076;
	color: #92888e;
}

.description input[type='text']:focus {
	border-color: #fff;
}

.form-search {
	padding: 7px 0 8px;
}

.form-search input{
	background: transparent;
}


.description button {
	background: #ffffff;
	border: none;
	width: 100%;
	max-width: 250px;
	line-height: 24px;
	font-size: 16px;
	color: #2e1a26;
	padding: 14px 15px;
	-moz-transition: all 200ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 200ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 200ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 200ms ease-in-out;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	outline: none !important;
	margin: 0 auto 14px auto;
	display: block;
}

.description button:active {
	-webkit-transform:scale(0.94); 
	-moz-transform:scale(0.94); 
	-o-transform:scale(0.94); 
	transform:scale(0.94); 
}

.description button:hover{
	background-color: #f1f1f1;
}

.search-results {
	margin-top: 25px;
	margin-bottom: 25px;
}

.

.search-result {
	border: 1px solid #cdcdcd;
	padding: 15px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-bottom: 30px;
	color: #656565;
	font-size: 13px;
}

.search-result img {
	width: 231px;
	height: 151px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.search-result h3 {
	color: #2e1a26;
	font-size: 18px;
	margin-top: 0;
}

.search-txt {
	overflow: hidden;
	margin-top: 15px;
	line-height: 1.8;
}

.search-txt p {
	margin: 0;
}

.search-result-sided .search-result h3 {
	padding-right: 46px;
}

.search-side {
	position: absolute;
	right: 15px;
	top: 0;
	border-left: 1px solid #cdcdcd;
}

.search-allegro {
	font: 0/0 a;
	color: transparent;
	text-indent: -2999px;
	display: block;
	width: 46px;
	height: 110px;
	background: url(img/allegro.png) 0 0 no-repeat;
}

.search-olx {
	font: 0/0 a;
	color: transparent;
	text-indent: -2999px;
	display: block;
	width: 45px;
	height: 73px;
	background: url(img/olx.png) 0 0 no-repeat;
	margin-right: 1px;
}

.search-side a:first-child .search-olx {
	margin-top: 1px;
}

.pagination {
	text-align: right;
	margin: 0;
	display: block;
}

.page-numbers {
	display: inline-block;
	font-family: verdana;
	width: 45px;
	line-height: 45px;
	font-size: 16px;
	color: #fff;
	background: #2e1a26;
	border: none;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 10px 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none !important;
	-moz-transition: all 200ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 200ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 200ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 200ms ease-in-out;
}

.page-numbers:hover {
	background-color: #78606e;
	color: #fff;
}

.page-numbers:active {
	-webkit-transform:scale(0.95); 
	-moz-transform:scale(0.95); 
	-o-transform:scale(0.95); 
	transform:scale(0.95); 
}

.page-numbers:last-child {
	margin-right: 0;
}

.page-numbers.current {
	background-color: #cb7068;
	color: #fff;
}

.page-numbers.dots {
	background-color: #d0d0d0;
}

.page-numbers.prev {
	background: #2e1a26 url(img/prev.png) 15px center no-repeat;
	border: none;
	color: transparent;
	font: 0/0a;
	text-indent: -999px;
}

.page-numbers.prev:hover, .page-numbers.next:hover {
	background-color: #78606e;
}

.page-numbers.next {
	background: #2e1a26 url(img/next.png) 18px center no-repeat;
	border: none;
	color: transparent;
	font: 0/0a;
	text-indent: -999px;
}

.co-address {
	padding-left: 35px;
	line-height: 32px;
	background: url(img/ico-place.png) 0 center no-repeat;
}

.co-more {
	display: block;
	padding-left: 35px;
	line-height: 32px;
	background: url(img/ico-more.png) 0 center no-repeat;
	color: #fff;
	margin-top: 20px;
}

.co-more:hover {
	color: #fff;
	text-decoration: none;	
}

#map-canvas {
	height: 320px;
}

input[type='text'],input[type='date'] {
	font-size: 16px;
	color: inherit;
	font: inherit;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-transition: all 200ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 200ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 200ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 200ms ease-in-out;
}

.description-white input[type='text']:focus,.description-white input[type='date']:focus {
	-webkit-transform: none;
	-moz-transform: none; 
	-o-transform: none;
	transform: none;
	border-color: #2e1a26;
}

textarea {
	outline: none !important;
	width: 100%;
	height: 200px;
	resize: none;
	font-size: 16px;
	color: inherit;
	font: inherit;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-color: #d0d0d0;
	-moz-transition: all 200ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 200ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 200ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 200ms ease-in-out;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 15px;
	margin-bottom: 12px;
}

textarea:focus {
	border-color: #2e1a26;
}

section.contact {
	padding-bottom: 30px;
}

section.contact h2 {
	margin-bottom: 20px;
}

.description-white button[type='submit'], input[type='submit'] {
	outline: none !important;
	background: #fff;
	border: 3px solid #c46d67;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #c46d67;
	font-size: 16px;
	line-height: 24px;
	padding: 6px 15px;
	-moz-transition: all 200ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 200ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 200ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 200ms ease-in-out;
	margin-bottom: 10px;
}

input[type='submit'] {
	padding: 6px 115px;
}
.description-white button[type='submit']:hover, input[type='submit']:hover {
	background: #c46d67;
	color: #fff;
}
.description-white button[type='submit']:active {
	-webkit-transform:scale(0.95); 
	-moz-transform:scale(0.95); 
	-o-transform:scale(0.95); 
	transform:scale(0.95); 
}

.counter-box {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 8px solid #fff;
	border-color: rgba(255,255,255,.06);
	position: relative;
	text-align: center;
	margin: 22px auto;
	height: 270px;
	width: 270px;
}

.co-img {
	position: absolute;
	top: -27px;
	left: 0;
	width: 100%;
}

.co-number {
	margin-top: 90px;
	font-size: 44px;
	line-height: 1;
	
	-moz-transition: all 3500ms linear;  /* FF3.7+ */
	-o-transition: all 3500ms linear;  /* Opera 10.5 */
	-webkit-transition: all 3500ms linear;  /* Saf3.2+, Chrome */
	transition: all 3500ms linear;
	-webkit-transform:scale(0.3); 
	-moz-transform:scale(0.3);
	-o-transform:scale(0.3);
	transform:scale(0.3);
	opacity: 0;
}

.co-number.toggled {
	-webkit-transform:scale(1); 
	-moz-transform:scale(1); 
	-o-transform:scale(1); 
	transform:scale(1); 
	opacity: 1;
}

.co-number small {
	font-size: 24px;
}

.co-txt {
	margin-top: 30px;
	padding: 0 30px;
}

.has-js label.label_check    {
	line-height: 30px;
	display: block;
	margin-bottom: 10px;
	margin-top: 0;
	padding: 11px 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

}

.has-js .label_check .checkbox-ico {
	floaT: left;
	width: 30px;
	height: 30px;
	border: 1px solid #d0d0d0;
	background: #fff;
	margin-right: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 4px;
	
}

.has-js .label_check .checkbox-ico span {
	display: block;
	height: 20px;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.has-js label.c_on  .checkbox-ico  span { background: #c46d67; }
.has-js .label_check input  { position: absolute; left: -9999px; }

.has-js label.label_radio    {
	line-height: 30px;
	display: block;
	padding: 11px 0;
	margin: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	float: left;
	min-width: 200px;

}

.has-js .label_radio .radio-ico {
	floaT: left;
	width: 30px;
	height: 30px;
	border: 1px solid #d0d0d0;
	background: #fff;
	margin-right: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 4px;
	
}

.has-js .label_radio .radio-ico span {
	display: block;
	height: 20px;
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.has-js label.r_on  .radio-ico  span { background: #c46d67; }
.has-js .label_radio input  { position: absolute; left: -9999px; }

.radio-section {
	margin-bottom: 10px;
}

.radio-section label {
	margin: 5px 0 0 0;
}

.btn-delete, .btn-add {
	float: left;
	width: 37px;
	height: 37px;
	margin-right: 3px;
	background: url(img/btn-delete.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-moz-transition: all 100ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 100ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 100ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 100ms ease-in-out;
	margin-top: 7px;
	margin-bottom: 18px;
	cursor: pointer;	
	position: absolute;
	right: 25px;
	top: -131px;
}

.btn-add {
	background: url(img/btn-add.png);
	display: none;
	margin-right: 0;
	right: 70px;
}

.single-form-item {
	position: relative;
}

.single-form-item:last-child .btn-add {
	display: block;
}

.btn-delete:active,.btn-add:active {
	-webkit-transform:scale(0.95); 
	-moz-transform:scale(0.95); 
	-o-transform:scale(0.95); 
	transform:scale(0.95); 
}

.side-info p, .side-info address, .side-info ul {
	margin-bottom: 25px;
}

.wpcf7-form-control {
	position: relative;
	z-index: 2;
}

span.wpcf7-not-valid-tip {
	font-size: 13px !important;
	line-height: 25px;
	color: #fff !important;
	text-transform: uppercase;
	padding: 20px 15px 3px 45px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #a00008 url(img/error.png) 18px  22px no-repeat;
	margin-top: -30px;
	margin-bottom: 10px;
	position: relative;
	z-index: 1;
}

div.wpcf7-validation-errors {
	border: 0 !important;
	font-size: 13px !important;
	line-height: 25px;
	color: #fff !important;
	text-transform: uppercase;
	padding: 20px 15px 3px 45px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #a00008 url(img/error.png) 18px  22px no-repeat;
	margin-top: -30px;
	margin-bottom: 10px;
	position: relative;
	z-index: 1;
}

.text-center img {
	display: inline-block;
}

.info-row {
	padding: 40px 0;
	border-bottom: 1px solid #e8e8e8;
	overflow: auto;
	font-size: 16px;
}

.info-row:last-child {
	border-bottom: none;
}

.info-row .text-center img {
	margin-top: 15px;
	margin-bottom: 15px;
}

.info-row h4 {
	font-size: 22px;
}

.btn-filled {
	background: #c46d67;
	border: none;
	display: inline-block;
	line-height: 24px;
	font-size: 16px;
	color: #fff;
	padding: 14px 45px;
	-moz-transition: all 200ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 200ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 200ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 200ms ease-in-out;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline: none !important;
	margin: 15px 0 15px 0;
}

.btn-filled:active {
	-webkit-transform:scale(0.94); 
	-moz-transform:scale(0.94); 
	-o-transform:scale(0.94); 
	transform:scale(0.94); 
}

.btn-filled:hover{
	background-color: #b35e59;
	color: #fff;
	text-decoration: none;
}

.btn-dynks-follow, .btn-dynks-more {
	height: 52px;
	width: 24px;
	background: url(img/btn-dynks-follow.png) 0 0;
	display: inline-block;
	margin-top: -14px;
	margin-bottom: -21px;
	-moz-transition: all 350ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 350ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 350ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 350ms ease-in-out;
}

.btn-filled:hover .btn-dynks-follow,.btn-filled:hover .btn-dynks-more {
	background-position: 0 -52px;
}

.btn-dynks-more {
	background: url(img/btn-dynks-more.png) 0 0;
	width: 29px;
}

.btn-filled:hover .btn-dynks-more {
	background-position: 0 -52px;
}
.carousel .slides li {
	position: relative;
}

.sl-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4) url(img/sl-hover.png) center center no-repeat;
	text-shadow: 0 0 1px rgba(255,255,255,0.5);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	text-decoration: none;
	font-family: armata;
	padding-top: 155px;
	-moz-transition: all 200ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 200ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 200ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 200ms ease-in-out;
	opacity: 0;
}

.carousel .slides li:hover .sl-mask {
	opacity: 1;
}

.description h2.icon-picture {
	margin: 0;
	padding-top: 30px;
	padding-bottom: 25px;
}

blockquote {
	font-size: 13px;
	color: #656565;
	padding: 40px 0;
	border: none;
	position: relative;
} 
blockquote p {
	font-size: 13px;
	color: #656565;
	border: none;
	line-height: inherit;
}

blockquote cite {
	float: right;
	color: #2e1a26;
	font-size: 16px;
	margin-top: 30px;
}

blockquote:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 34px;
	height: 27px;
	background: url(img/quote.png) 0 0 no-repeat;
}

blockquote:after {
	content: '';
	position: absolute;
	bottom: 20px;
	right: 0;
	width: 34px;
	height: 27px;
	background: url(img/quote.png) 0 0 no-repeat;
}

.slider {
	margin: 40px 0;
}

.btn-slider {
	margin: 0 0 40px 0;
}

.order-header {
	color: #c96f68;
	padding-left: 55px;
	background: url(img/sharing2.png) 0 center no-repeat;
	margin-top: 30px;
	margin-bottom: 30px;
}

.order-title > div > div {
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	height: 61px;
	/*overflow: hidden;*/
	padding: 16px 15px;
	background: url(img/dark-bg.jpg) 44% 70%;
	border-bottom: 4px solid silver;
}

.order-title > div:nth-child(3) > div {
	background: url(img/dark-bg.jpg) 64% 70%;
	border-bottom: 4px solid gold;
}

.order-title > div:nth-child(4) > div {
	background: url(img/dark-bg.jpg) 90% 70%;
	border-bottom: 4px solid #2ba7f5;
}

.order-row > div > div {
	text-align: right;
	color: #828282;
	font-size: 18px;
	line-height: 28px;
	height: 61px;
	padding: 16px 15px;
	background: #f0f0f0;	
	font-size: 16px;
	
	width: 700px;
	display: table-cell;
	vertical-align: middle;
}

.order-row > div:first-child > div {
	background: #fff;
	text-align: left;
}

.order-row:nth-child(2n) > div > div {
	background: #e7e7e7;
}

.order-summary {
	margin-bottom: 10px;
}

.order-arrow {
	height: 155px;
	padding-top: 20px;
	background: url(img/arrow.png) center 100% no-repeat;
	color: #009cff;
	font-size: 16px;
	text-align: center;
	display: none;
}

.order-arrow span {
	background: #fff;
}

.form-description h2 {
	color: #c96f68;
}

.form-description button {
	max-width: 100%;
}

.order-summary label.label_radio {
	text-align: right;
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	/*height: 61px;*/
	overflow: hidden;
	padding: 16px 45px 16px 15px;
	background: #b9b9b9;	
	font-size: 16px;
	display: block;
	width: 100%;
	cursor: pointer;
	text-align: center;
	-moz-transition: all 200ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 200ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 200ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 200ms ease-in-out;
	min-width: 0;
	position: relative;	
}

.order-summary label.label_radio .tooltip {
	display: none;
}

.order-summary label.label_radio .radio-ico {
	position: absolute;
	top: 25%;
	right: 7px;
	display: inline-block;
	background: none;
	border: none;
	width: 0;
	padding: 0;
	margin: 0;
	-moz-transition: all 200ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 200ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 200ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 200ms ease-in-out;
}

.order-summary label.label_radio.r_on .radio-ico {
	background: url(img/checkmark.png) center center no-repeat;
	width: 30px;
	padding: 4px;	
	margin: 0 0 0 15px;
}
.order-summary label.label_radio.r_on {
	background: #009cff;
}


*, *:before, *:after {
  box-sizing: border-box;
 }

.hamburglar {
   float: right;
  transform: scale(0.88);
  position: relative;
  display: block;
  width: 68px;
  height: 68px;
  margin-top: 11px;
  -webkit-touch-callout: none;
	user-select: none;
	cursor: pointer;
}
#top, #bottom {
  position: absolute;
  display: block;
  height: 4px;
  width: 36px;
  border-radius: 2px;
  background: #511c2b;
}
#top {
  top: 19px;
  left: 14px;
}
#bottom {
  top: 41px;
  left: 14px;
}

path, line {
  stroke: #511c2b;
  stroke-linecap: round;
}

#top, #bottom {
  transform-origin: 34px 2px;
  transform: rotate( 0deg );
  transition: all 500ms cubic-bezier(.8, -1.1, .5, 1.9); 
}
#circle {
  stroke-dasharray: 1 100 32 300; 
  stroke-dashoffset: 101; 
  transition: all 750ms ease; 
}

.hamburglar.is-closed #circle {
    stroke-dasharray: 1 100 190 300;
    stroke-dashoffset: 1;
  }

.hamburglar.is-closed  #top {
    transform: translateX( -4.5px ) rotate( -45deg );
  }
.hamburglar.is-closed  #bottom {
    transform: translateX( -4.5px ) rotate( 45deg );
  }
  
  
/* Menu hover: Effect 5: same word slide in */
.cl-effect-5 a {
	overflow: hidden;
}

.cl-effect-5 a span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 300ms ease-in-out;
	-moz-transition: -moz-transform 300ms ease-in-out;
	transition: transform 300ms ease-in-out;
}

.cl-effect-5 a span::before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.cl-effect-5 a:hover span,
.cl-effect-5 a:focus span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}

/* SVG line */
div.link-svgline,section.link-svgline {
    position: relative;
    z-index: 1; /* needed for setting pseudo-element z-index */
    backface-visibility: hidden;
}
 
div.link-svgline a,section.link-svgline a {
    outline: none;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
    display: inline-block;
    vertical-align: bottom;
}
 
div.link-svgline a::before,
div.link-svgline a::after,
section.link-svgline a::before,
section.link-svgline a::after {
    pointer-events: none;
    backface-visibility: hidden;
}

.link-svgline a {
	font-weight: 500;
}

.link-svgline a svg.link-svgline {
	position: absolute;
	top: 105%;
	left: 0;
	overflow: hidden;
	margin: 0;
	width: 100%;
	height: 20px; 
	-webkit-transition: stroke-dashoffset 0.3s ease-in-out; 
	transition: stroke-dashoffset 0.3s ease-in-out;
	-webkit-transform: translateY(-90%);
	transform: translateY(-90%);
	fill: none;
	stroke: #b1d474;
	stroke-width: 2;
	stroke-dasharray: 400px; 
	stroke-dashoffset: 400px;
}

@media screen and (max-width: 50em) {
	.link-svgline a svg.link-svgline {
		-webkit-transform: translateY(-80%);
		transform: translateY(-80%);
	}
}

.link-svgline a:hover svg.link-svgline {
	stroke-dashoffset: 0px; 
}

/* gallery-grid */

.gal-grid .fancybox {
	margin-top: 30px;
	display: block;
}

.gal-grid {
	margin-bottom: 30px;
}

.gal-nav {
	color: #9c8e89;
	line-height: 52px;
}

.gal-nav span {
	float: left;
	margin-right: 15px;
}

section.gal-nav-section {
	padding-bottom: 7px;
}

.btn-gal {
	float: left;
	border: 2px solid #887772;
	color: #9c8e89;
	text-decoration: none !important;
	line-height: 48px;
	padding: 0 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 15px 15px 0;
	-moz-transition: all 200ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 200ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 200ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 200ms ease-in-out;
}

.btn-gal.active {
	background: #fff !important;
	border-color: #fff !important;
	color: #2e1a26 !important;
	cursor: default;
}

.btn-gal:hover {
	background: #887772;
	color: #fff;
}

/* 01-galeria-fullscreen */

.gallery-fullscreen-wrapper .container-fluid {
	padding-left: 0;
	padding-right: 0;
}

.gallery-fullscreen-wrapper {
	background: #2e1a26 url(img/dark-bg.jpg) center center;
}

.container-fluid .gal-grid .fancybox, .fancybox-placeholder {
	margin: 0;
	border-top: 4px solid #41192b;
	border-left: 2px solid #41192b;
	border-right: 2px solid #41192b;
	border-bottom: none;
}

.fancybox-placeholder img {
	opacity: 0;
	visibility: hidden;
}

.container-fluid .gal-grid {
	border-bottom: 4px solid #41192b;
	background: #2e1a26 url(img/dark-bg.jpg) center center;
}

.container-fluid  .gal-grid {
	margin: 0;
}

.container-fluid  .gal-grid > div {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.container-fluid .gal-grid figure {
	padding: 0;
	border: none;
}

.container-fluid .gal-img-wrapper {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.container-fluid figure.effect-chico figcaption::before {
	top: 10px;
	right: 10px;
	left: 10px;
	bottom: 10px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border-width: 1px;
	/*background: url(img/zoom.png) center center no-repeat;*/
}

.container-fluid figure.effect-chico p {
	max-width: none;
	margin: 0;
	text-align: center;
	display: none;
}

.container-fluid .gal-grid figure figcaption {
	font-size: 16px;
	text-transform: none;
}

.container-fluid figure.effect-chico figcaption {
	padding: 20px;
}

.svg-wrap {
	display: none;
}

.form-search {
	padding: 27px 0 8px;
}

.search-list-item {
	border: 1px solid #d0d0d0;
	padding: 15px;
	margin-bottom:20px;
	display: block;
	color: inherit;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-transition: all 200ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 200ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 200ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 200ms ease-in-out;
}

.search-list-item:hover {
	color: #fff;
	background: #24264d;
	border-color: #24264d;
}

.search-list-item  h5 {
	margin-top: 0;
	color:#304d90;
}

.search-list-item:hover h5 {
	color: #3f6cd3;
}

.search-list-img img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 15px 0;
}

.search-list-item p {
	margin-bottom: 0;
	line-height: 1.86;
}

.select-info {
	margin: 0 0 20px 0;
	font-size: 16px;
	line-height: 24px;
	background-color: #74a420;
	background-image: -webkit-linear-gradient(left, #74a420, #2d4904);
	background-image: -moz-linear-gradient(left, #74a420, #2d4904);
	background-image: -o-linear-gradient(left, #74a420, #2d4904);
	background-image: linear-gradient(to right, #74a420, #2d4904);
	color: #fff;
	text-transform: uppercase;
}

.select-info.error-info {
	background-color: #e5755a;
	background-image: -webkit-linear-gradient(left, #e5755a, #7b1f00);
	background-image: -moz-linear-gradient(left, #e5755a, #7b1f00);
	background-image: -o-linear-gradient(left, #e5755a, #7b1f00);
	background-image: linear-gradient(to right, #e5755a, #7b1f00);
}

.select-info.msg-info {
	background-color: #2c457d;
	background-image: none;
}

.select-info.msg-info .select-info-inside {
	background: url(img/log-info.png) 20px center no-repeat;
}
.select-info-inside {
	padding: 22px 20px 22px 65px;
	background: url(img/ico-info.png) 20px center no-repeat;
}

.form-description .select-info {
	margin: 20px 0 0 0;
}

#form-packet h2 {
	padding-left: 50px;
	background: url(img/form-header-valid.png) 0 center no-repeat;
}

/* 09-kategoria-kolumny */

.col-icon {
	width: 95px;
	height: 95px;
	-webkit-border-radius: 48px 47px 47px 48px/47px 47px 48px 48px;
	-moz-border-radius: 48px 47px 47px 48px/47px 47px 48px 48px;
	border-radius: 48px 47px 47px 48px/47px 47px 48px 48px;
	background-color: #cecccc;
	background-image: -webkit-linear-gradient(left, #4e3770, #62406f);
	background-image: -moz-linear-gradient(left, #4e3770, #62406f);
	background-image: -o-linear-gradient(left, #4e3770, #62406f);
	background-image: linear-gradient(to right, #4e3770, #62406f);
	text-align: center;
	line-height: 95px;
	margin: 30px auto 20px auto;
}

.categories {
	color: #828282;
	
}

.categories h3 {
	text-align: center;
	color: #2e1a26;
	text-shadow: 0 0 1px rgba(46, 26, 38, 0.3);
}

.col-icon-wrapper:nth-child(2) .col-icon {
	background-image: -webkit-linear-gradient(left, #62406f, #8b536c);
	background-image: -moz-linear-gradient(left, #62406f, #8b536c);
	background-image: -o-linear-gradient(left, #62406f, #8b536c);
	background-image: linear-gradient(to right, #62406f, #8b536c);
}

.col-icon-wrapper:nth-child(4) .col-icon {
	background-image: -webkit-linear-gradient(left, #8b536c, #b56669);
	background-image: -moz-linear-gradient(left, #8b536c, #b56669);
	background-image: -o-linear-gradient(left, #8b536c, #b56669);
	background-image: linear-gradient(to right, #8b536c, #b56669);
}

.col-icon-wrapper:nth-child(5) .col-icon {
	background-image: -webkit-linear-gradient(left, #b56669, #cb7068);
	background-image: -moz-linear-gradient(left, #b56669, #cb7068);
	background-image: -o-linear-gradient(left, #b56669, #cb7068);
	background-image: linear-gradient(to right, #b56669, #cb7068);
}

/* 10-kontakt-2-mapki */

#map-canvas-1,#map-canvas-2 {
	height: 320px;
	width: 50%;
	float: left;
	border-top: 1px solid #c7aba9;
}

#map-canvas-1 {border-right: 2px solid #c7aba9;}
#map-canvas-2 {border-left: 2px solid #c7aba9;}

/* 12-aktualnosci-duze-zdjecie */

section.news-large-wrapper {
	padding: 10px 0 30px 0;
}

.news-large {
	border-top: 1px solid #d0d0d0;
}

.news-large:first-child {
	border-top: 0;
}

.news-large h2 {
	font-size: 22px;
	color: #656565;
}

.news-large-img {
	border: 1px solid #e8e8e8;
	background: #fff;
	padding: 8px;
}

.news-large-img img {
	border: 1px solid #e8e8e8;
}

.news-large-excerpt {
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	color: #656565;
	margin: 10px 0;
}

.news-large-excerpt p {
	margin: 0;
}

.news-large-more {
	width: 120px;
	height: 30px;
	position: absolute !important;
	right: 0;
	top: 0;
	text-align: right;
	background: #fff;
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 26%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(26%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 26%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 26%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 26%); /* IE10+ */
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 26%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

.content-box {
	background-image: -webkit-linear-gradient(left, rgba(78, 55, 112, 0.69), rgba(203, 112, 104, 0.69));
	background-image: -moz-linear-gradient(left, rgba(78, 55, 112, 0.69), rgba(203, 112, 104, 0.69));
	background-image: -o-linear-gradient(left, rgba(78, 55, 112, 0.69), rgba(203, 112, 104, 0.69));
	background-image: linear-gradient(to right, rgba(78, 55, 112, 0.69), rgba(203, 112, 104, 0.69));
	padding-bottom: 10px;
	margin: 10px 0;
}

.content-box-header h1 {
	margin: 10px 0 0 0;
	padding-top: 12px;
	padding-bottom: 12px;
}

.side-responsive {
	position: fixed;
	bottom: 30%;
	z-index: 999;
	left: 0;
}

/* --- cookies --- */
.cookies {
	background: #2e1a26 url(img/dark-bg.jpg) center center;
	overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 12px 0;
	color: #fff;
	position: fixed;
	width: 100%;
	bottom: 0;
	font-size: 14px;
	z-index: 1001;
	
	transform: translate3d(0px, 0px, 0px);
	transform-style: preserve-3d;
	backface-visibility: hidden;
}

.cookies ul {
	margin: 0;
	poadding: 0;
}

.cookies li a {
	color: #fff !important;
	text-decoration: none;
	outline: none !important;
}

.cookies-left {
	float: left;
	line-height: 28px;
	padding-left: 42px;
	background: url(img/cookies-bottom.png) 0 center no-repeat;
}


.cookies-right {
	cursor: pointer;
	text-align: right;
	float: right;
	line-height: 28px;
	padding-right: 37px;
	background: url(img/cookies-close.png) 100% center no-repeat;
}	
		
/* --- --- --- */
	
/* part-faq-boxes */

.faq-boxes {
	margin-top: 15px;
}

.faq-toggle {
	/*color: #fff;*/
	font-size: 18px;
	padding: 20px 60px 20px 25px;
	line-height: 28px;
	background: #fff url(img/toggle-more3.png) 100% center no-repeat;
	cursor: pointer;
	-moz-transition: all 200ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 200ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 200ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 200ms ease-in-out;
	border: 1px solid #e1e1e1;
}

.faq-single {
	-o-transition: all 200ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 200ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 200ms ease-in-out;
	padding-bottom: 1px;
	margin-bottom: 10px;
	background: #fff;
}

.faq-single:first-child {
	margin-top: 30px;
}

.faq-more {
	font-size: 15px;
	padding: 15px 25px 15px 25px;	
	border: 1px solid #e1e1e1;
	border-top: none;
}

.faq-toggle:hover {
	background-color: #c46d67 !important;
	background-image: url(img/toggle-more2.png);
	color: #fff;
}

.faq-single.open .faq-toggle {
	background: #c46d67 url(img/toggle-less2.png) 100% center no-repeat;
	color: #fff;
}

.faq-single.open .faq-more {
	display: block;
}

.faq-single.open {	
	-moz-transition: all 1000ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 1000ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 1000ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 1000ms ease-in-out;	-moz-transition: all 200ms ease-in-out;  /* FF3.7+ */
	border-color: transparent !important;
}

.faq-row {
	border-bottom: 1px solid #e8e8e8;
	padding: 30px 0;
}

.faq-row h2 {
	margin-top: 15px;
}

.faq-row:last-child {
	border: none;
}	

/*------------------------------------*/


.section-separator {
	color: #fff;
	background: #2e1a26 url(img/dark-bg.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.section-separator .container {
	height: 8px;
}

section.home-section {
	padding-top: 20px;
	padding-bottom: 40px;
}

.home-section .header-section-home {
	color: #cb7068;
	font-size: 30px;
	padding-left: 95px;
	padding-top: 12px;
	padding-bottom: 12px;
	background: url(img/ico-help-color.png) 0 center no-repeat;
	-webkit-background-size: auto 57px !important;
	-moz-background-size: auto 57px !important;
	-o-background-size: auto 57px !important;
	background-size: auto 57px !important;
	padding-left: 70px;
}

.home-section .header-section-home.ico-approve-color {
	background: url(img/ico-approve-color.png) 0 center no-repeat;
}

.home-section .header-section-home.ico-cart-color {
	background: url(img/ico-cart-color.png) 0 center no-repeat;
}

.home-section .header-section-home.ico-gift-color {
	background: url(img/ico-gift-color.png) 0 center no-repeat;
}

.scroll-section,.home-box-back {
	width: 66px;
	height: 65px;
	background: url(img/scroll-section.png) no-repeat;
	border: none;
	margin: 40px auto 10px auto;
	-moz-transition: all 200ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 200ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 200ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 200ms ease-in-out;
	display: block;
	font: 0/0 a;
	color: transparent;
	text-indent: -2999px;
	outline: none !important;
	cursor: pointer;
}

.scroll-section:active,.home-box-back:active {
	-webkit-transform:scale(0.95); 
	-moz-transform:scale(0.95); 
	-o-transform:scale(0.95); 
	transform:scale(0.95); 
	-moz-transition: all 100ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 100ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 100ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 100ms ease-in-out;
}
.scroll-section:hover {
	background: url(img/scroll-section-h.png) no-repeat;
}
.home-box-back { 
	background: url(img/home-box-back.png) no-repeat;
}
.home-box-back:hover {
	background: url(img/home-box-back-h.png) no-repeat;
}

.scroll-section.type-2 {
	background: url(img/scroll-section2.png) no-repeat;
	width: 74px;
	height: 70px;
}

.scroll-section.type-2:hover {
	background: url(img/scroll-section2-h.png) no-repeat;
}

.home-section .order-title {
	margin-top: 30px;
}

.home-section.order-home {
	padding-bottom: 20px;
}

section.counters-section {
	padding-top: 44px;
}

.gift-ico {
	height: 276px;
	background: center center no-repeat;
	-moz-transition: all 200ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 200ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 200ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 200ms ease-in-out;
}

.gift-title {
	background: #e8e8e8;
	line-height: 52px;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
	color: #656565;
}

.gift-single {
	width: 262px;
	height: 330px;
	float: left;	
	margin-top: 20px;
	margin-bottom: 10px;
	margin-right: 30px;
	position: relative;
}

.gift-box-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	margin-right: 30px;
	border: 1px solid #ebebeb;
	background: #fff;
	overflow: hidden;
	width: 262px;
	-moz-transition: box-shadow 200ms ease-in-out;  /* FF3.7+ */
	-o-transition: box-shadow 200ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: box-shadow 200ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: box-shadow 200ms ease-in-out;
	cursor: pointer;
}

.gift-single:last-child {
	margin-right: 0;
}

.gift-box-wrapper.open,.gift-box-wrapper:hover {
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,.12);
	-moz-box-shadow: 0 0 8px rgba(0,0,0,.12);
	box-shadow: 0 0 8px rgba(0,0,0,.12);
}

.gift-box-wrapper.open {
	cursor: default;
}

.gift-right, .gift-left {
	-moz-transition: all 200ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 200ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 200ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 200ms ease-in-out;
}

.gift-right {
	width: 876px;
	padding-left: 30px;
	padding-right: 15px;
	display: table-cell;	
	height: 328px;
	vertical-align: middle;
	position: relative;
}

.gift-right h3 {
	color: #cb7068;
	margin: 0 0 10px 0;
	font-size: 22px;
}

.gift-left {
	width: 262px;
	float: left;
}

.gift-box {
	width: 1140px;
	display: table;
}

.gift-close {
	position: absolute;
	color: #fff;
	top: 0;
	right: 0;
	background: #bfbebe url(img/close-gift.png) 100% center repeat-y;
	line-height: 52px;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
	padding-left: 21px;
	padding-right: 54px;
	cursor: pointer;
	-moz-transition: all 350ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 350ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 350ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 350ms ease-in-out;
}

.gift-close:hover {
	background-position: 100% -52px;
	background-color: #cb7068;	
}
.gift-close:active {
	-moz-transition: all 50ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 50ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 50ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 50ms ease-in-out;
	-webkit-transform:scale(0.98); 
	-moz-transform:scale(0.98); 
	-o-transform:scale(0.98); 
	transform:scale(0.98); 
}
	
	
/* aktualnosci siatka */

.news-grid-single {
	display: block;
	border: 1px solid #d0d0d0;
	padding: 15px;
	background: #fff;
	-moz-transition: all 350ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 350ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 350ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 350ms ease-in-out;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-top: 30px;
	font-size: 16px;
	text-decoration: none !important;
	color: inherit;
}

.news-grid-clip {
	height: 375px;
	overflow: hidden;
	position: relative;
}

.news-grid-mask, .news-grid-mask2 {
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	width: 100%;
	height: 10px;
	position: absolute;
	bottom: 0;
	-moz-transition: all 600ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 600ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 600ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 600ms ease-in-out;
}

.news-grid-mask2{
	background: -moz-linear-gradient(top,  rgba(46, 26, 38,0) 0%, rgba(46, 26, 38, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(46, 26, 38,0)), color-stop(100%,rgba(46, 26, 38, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(46, 26, 38,0) 0%,rgba(46, 26, 38, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(46, 26, 38,0) 0%,rgba(46, 26, 38, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(46, 26, 38,0) 0%,rgba(46, 26, 38, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(46, 26, 38,0) 0%,rgba(46, 26, 38, 1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002e1a26', endColorstr='#2e1a26',GradientType=0 ); /* IE6-9 */
	opacity: 0;
	-moz-transition: all 200ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 200ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 200ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 200ms ease-in-out;
}


.news-grid-single h4 {
	font-size: 24px;
	margin: 15px 0 8px 0;
}

.news-grid-date {
	font-size: 13px;
	margin-bottom: 4px;
}

.news-grid-single img {
	margin: 0 auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #cdcdcd;
	-moz-transition: all 350ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 350ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 350ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 350ms ease-in-out;
}

.news-grid-single:hover img {
	margin-top: -64px;	
	border-color: #2e1a26;
}

.news-grid-single:hover {
	color: #fff !important;
	background: #2e1a26;
	border-color: #2e1a26;
}

.news-grid-pagination {
	margin-top: 30px;
}

.news-grid-single:hover .news-grid-mask {
	opacity: 0;
	-moz-transition: all 200ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 200ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 200ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 200ms ease-in-out;
}

.news-grid-single:hover .news-grid-mask2 {
	opacity: 1;	
	-moz-transition: all 600ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 600ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 600ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 600ms ease-in-out;
}

/*-------------------------*/

/*----single-aktualnosci---*/

.news-single {
	padding-top: 25px;
}

.news-single-img {
	margin-top: 7px;
}

.news-single:first-child {
	margin-top: 0;
}

.news-list {
	margin-top: 25px;
}

.news-list a {
	text-decoration: none !important;
}

.news-list img {
	float: left;
	margin: 0 10px 0 0;
}

.news-list h4 {
	font-weight: bold;
	color: #2e1a26;
	font-size: inherit;
	margin-top: 0;
}

.news-list li {
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 18px;
	margin-bottom: 30px;
}

.news-list p {
	margin-bottom: 6px;
}

/*-----------------*/

.ce-box {
	border: 1px solid #e8e8e8;
	height: 266px;
	text-align: center;
	color: #656565;
	-moz-transition: all 200ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 200ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 200ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 200ms ease-in-out;
	cursor: pointer;
	margin-bottom: 30px;
}

.ce-box:hover {
	border: 1px solid #B9B9C8;
}

.ce-img {
	margin-top: 35px;
	margin-bottom: 15px;
}

.ce-img-active {
	margin-top: 35px;
	margin-bottom: 15px;
	display: none;
}

.ce-box.active {
	border-color: #304d90 !important;
	color: #fff;
	background: #304d90;
}

.ce-box.active .ce-img {
	display: none;
}

.ce-box.active .ce-img-active {
	display: block;
}

.ch-info-front {
	cursor: pointer;
	-moz-transition: all 200ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 200ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 200ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 200ms ease-in-out;
}

.ch-info-front:hover {
	border-color: #B9B9C8;
}

.ch-info-front.active {
	border-color: #304d90 !important;
}

.ch-info-front.active  .ch-name {
	background: #304d90 !important;
	color: #fff !important;
}


	
div.container table {
	width: 100%;
	margin-top: 7px;
	margin-bottom: 30px;
	border: 1px solid #ccc;
	border-collapse: collapse;
}

div.container table td {
	border:1px solid #ccc;
	vertical-align:top;
	padding: 5px 15px;
}

div.container table tr:hover {
	background-color:#e2e2e2;
}

div.container table th {
	background-color:#595959;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	border: 1px solid #595959;	
	padding: 5px 15px;
	vertical-align: middle;
	text-align: center;
	height: 25px;
	border-right: 1px solid #7d7d7d;
}


.cennik-table, .cennik-kto {
	display: none;
}

.cennik-table table {
	width: 100% !important;
}

div.cennik-table table td {
	vertical-align: middle;
}

.cennik-table td p {
	margin: 0;
}
