/* @override 
http://192.168.1.10:8855/css_fx/mainTAB.css
*/

/* Author: liberartestudio.com */



/* @group General */

html, body {
	width: 100%;
	height: 100%;
/*trick safari font bad
-webkit-font-smoothing: antialiased;
-webkit-text-stroke: 0.7px;
*/
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-text-stroke: 0.5px;

}

body {
	color: white;
	text-align: center;
	margin: 0;
	padding: 0;
	background: #161c24 0;
	font: 400 14px/1.4 'Rajdhani', sans-serif;
}

header {
	background-image: none;
	border-style: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
	display: inline-block;
	height: 220px;
}

.wrapper {
	width: 750px;
	margin: 0 auto;
}

article {
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
	margin: 20px 0 0;
}

section {
	display: inline-block;
	width: 100%;
	padding: 0;
	margin: 0;
}

footer {
	padding-top: 30px;
	padding-bottom: 30px;
	clear: both;
}

footer li {
	display: inline-block;
}

.central {
	text-align: center;
}

.centralblock {
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.inline-block {
	display: inline-block;
}

#pagetitle {
	text-align: left;
	margin-bottom: 20px;
	font-size: 32px;
	display: block;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-top: -20px;
}

#pagetitle .counter,  h3 .counter {
	font: 400 14px/1 'Rajdhani', sans-serif;
	text-transform: uppercase;
}

h1,h2,h3,h4,h5 {
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	text-shadow: black 0 1px 0;
	margin-top: 0;
	line-height: 1;
	margin-bottom: 10px;
	color: #d52152;
}

h2 {
	font-size: 21px;
}

h1 span, h2 span, h3 span {
	color: white;
}

p {
	margin-top: 0;
	margin-bottom: 15px;
	color: white;
}

.small {
	text-transform: none;
	font-size: 9px;
	margin-bottom: 2px;
}

pre {
	font: 400 16px/1.4 'Rajdhani', sans-serif;
	margin-top: 0;
	margin-bottom: 15px;
}

strong {
	font-weight: 700;
	text-shadow: black 0 1px 0;
}

b {
	font-weight: 700;
	text-shadow: black 0 1px 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #5e6672;
	margin: 10px 0 5px;
	padding: 0;
}

a {
	text-decoration: none;
	transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	color: #c6cdd7;
}

a:hover {
	text-decoration: none;
	color: #d52152;
}

p a {
white-space: -moz-pre-wrap; /* Mozilla */
white-space: -hp-pre-wrap; /* HP printers */
white-space: -o-pre-wrap; /* Opera 7 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: pre-wrap; /* CSS 2.1 */
white-space: pre-line; /* CSS 3*/
word-wrap: break-word; /* IE */
word-break: break-all;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

li {
}

.col_A {
	color: #d52152;
}

.col_B {
	color: #5e6672;
}


.green {
	color: #00bc00;
}

.yellow {
	color: #ffe300;
}

.red {
	color: #f32300;
}

.blu {
	color: #0099f0;
}


audio, canvas, img, video {
	vertical-align: middle;
}

.halfDX {
	width: 48%;
	float: right;
}

.halfSX {
	width: 48%;
	float: left;
}


.floatDX {
	float: right;
}

.floatSX {
	float: left;
}

img.floatDX {
	border-radius: 2px;
	max-width: 49%;
	margin-left: 15px;
	margin-bottom: 15px;
}

img.floatSX {
	border-radius: 2px;
	max-width: 49%;
	margin-right: 15px;
	margin-bottom: 15px;
}

.imghalf {
	width: 50%;
	height: 200px;
	margin-left: 10px;
}


/* @end */

/* @group Graphics */

a.logohead {
	display: block;
	background: url(../images/logoJL2016_head.png) no-repeat;
	width: 142px;
	height: 142px;
	margin-right: auto;
	margin-top: 20px;
	margin-left: auto;
}

a:hover.logohead {
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

ul.menuSX {
	margin-top: 20px;
	float: left;
}

ul.menuDX {
	float: right;
	margin-top: 20px;
}

.menuSX li, .menuDX li {
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	display: inline-block;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 20px;
	line-height: 1;
}

.menuSX li:hover, .menuDX li:hover {
	-moz-transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	-ms-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}

#downfoot {
	font-size: 13px;
	text-transform: uppercase;
	line-height: 1.1;
	color: #566979;
}

#downfoot li {
	display: block;
}

#downfoot a {
	color: #d52152;
}

#downfoot a:hover {
	color: #c6cdd7;
}

ul.socials {
	padding-bottom: 30px;
}

.socials a {
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-color: #222a35;
	font-size: 40px;
	width: 60px;
	text-align: center;
	line-height: 55px;
	border: 1px solid #424a55;
	display: block;
	padding-top: 5px;
	color: #586b79;
	margin-right: 2px;
	margin-left: 2px;
}

.socials a:hover {
	background-color: #d52152;
	color: white;
}

.shareGRP {
	display: block;
	position: relative;
	float: right;
	top: -4px;
}

.shareGRPfix {
	position: relative;
	top: 6px;
}

#sharefootbar {
	margin: 0;
	padding: 4px 0 0;
}

.calendar {
	display: inline-block;
	background-color: rgba(254,255,255,0.85);
	font: 400 16px/1.4 'Rajdhani', sans-serif;
	width: 100px;
	float: left;
	text-align: center;
	margin-right: 10px;
	border: 1px solid white;
}

.calendar h3 {
	font: 400 16px/1.3 'Rajdhani', sans-serif;
	text-shadow: none;
	color: white;
	background-color: #c21d4a;
	text-transform: uppercase;
	border-bottom: 1px solid white;
	padding: 0;
	margin: 0;
}

.calendar h4 {
	font: 400 65px/54px 'Rajdhani', sans-serif;
	text-shadow: white 0 1px 0;
	letter-spacing: -2px;
	padding: 0;
	margin: 0;
}

.calendar h5 {
	font: 400 17px/1.2 'Rajdhani', sans-serif;
	text-shadow: none;
	background-color: black;
	color: white;
	padding: 0;
	margin: 0;
	border-top: 1px solid white;
}

.calendar .bg_green {
	font-weight: 700;
	background-color: #00bc00;
	display: block;
	line-height: 1.2;
	text-transform: uppercase;
	border-top: 1px solid rgba(254,255,255,0.5);
	color: rgba(254,255,255,0.7);
}

.calendar .bg_yellow {
	font-weight: 700;
	background-color: #ffe300;
	display: block;
	line-height: 1.2;
	text-transform: uppercase;
	border-top: 1px solid rgba(254,255,255,0.5);
	color: rgba(0,0,0,0.7);
}

.calendar .bg_red {
	font-weight: 700;
	background-color: #f32300;
	display: block;
	line-height: 1.2;
	text-transform: uppercase;
	border-top: 1px solid rgba(254,255,255,0.5);
	color: rgba(254,255,255,0.7);
}

.calendar .bg_blu {
	font-weight: 700;
	background-color: #0099f0;
	display: block;
	line-height: 1.2;
	text-transform: uppercase;
	border-top: 1px solid rgba(254,255,255,0.5);
	color: rgba(254,255,255,0.7);
}

ul.seealso {
	display: block;
	width: 98%;
	margin: 50px 1% 30px;
	padding: 0;
	text-align: center;
}

.seealso h4 {
	font: 700 18px/1 'Rajdhani', sans-serif;
	text-transform: uppercase;
	margin: 0 4px;
	padding: 0;
	color: #8599a9;
}

.seealso li {
	display: inline-block;
	margin-right: 1px;
	margin-left: 1px;
	border: 1px solid #666b76;
	margin-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
}

.seealso li:hover  {
	background-color: black;
	border-color: white;
}

.addressblock {
	font-size: 14px;
}

.addressblock img {
	width: 110px;
	margin-left: 5px;
	margin-bottom: 5px;
}

 /* @end */

/* @group Artworks */

#artwork a .artworkthumb:hover, a:hover.fancybox  {	
	-moz-transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	-webkit-filter: grayscale(10%) opacity(80%);
	filter: opacity(50%);
}

#artwork {
	-moz-transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	display: inline-block;
	margin-right: 3px;
	margin-left: 3px;
	margin-bottom: 0;
	width: 48%;
	padding: 0;
	overflow: hidden;
	background-color: #313a49;
}

#artworkfull .row.permalink {
	font-size: 14px;
	line-height: 1;
	margin-top: 5px;
}

#artworkfull {
	display: inline-block;
	width: 100%;
}

#artworkfull .row {
	display: block;
	font-size: 16px;
}

#artworkfull .row.tip {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1.2;
	margin: 5px 0;
	padding: 5px;
	display: block;
	border: 1px solid #666b76;
	width: 32%;
}

#artworkfull h2 {
	font-weight: 200;
	font-size: 24px;
	margin-bottom: 5px;
}

#artworkfull h3 {
	font-weight: 400;
	font-style: italic;
	color: white;
	margin-bottom: 20px;
	font-size: 18px;
}

.artworkimg {
	width: 65%;
	display: block;
	height: auto;
	float: right;
	margin-left: 20px;
}

#artwork .wrap {
	display: table;
	border-top: 1px solid #161c24;
	width: 94%;
	padding: 10px 3% 0;
	margin: 0;
	height: 100px;
}

#artwork .row {
	display: block;
	line-height: 1;
	color: #aeb4bd;
	font-size: 14px;
}

#artwork .row b {
	color: #ccd4de;
}

.artworkthumb {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-style: none;
	width: 100%;
	height: 300px;
	display: block;
}

#artwork h2.ESP {
	font-weight: 400;
	margin-bottom: 5px;
	font-size: 22px;
}

#artwork h2.ENG {
	font-weight: 400;
	color: white;
	margin-bottom: 10px;
	font-size: 18px;
	font-style: italic;
}

#artwork:hover {
	background-color: #3f4b5e;
}

.statuslab{
	position: absolute;
	z-index: 1;
	display: block;
	margin-top: 15px;
	padding: 0 10px;
	background-color: #ffe300;
	line-height: 1.5;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
	-webkit-box-shadow: 0 1px 8px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 8px rgba(0,0,0,0.5);
	box-shadow: 0 1px 8px rgba(0,0,0,0.5);
	color: #161c24;
}

.statuslab.sold {
	background-color: #d52152;
	color: white;
}

.row .ico {
	position: relative;
	top: 1px;
	margin-right: 5px;
}

/* @end */

/* @group Press */

.pressblock {
	padding: 20px 0;
	text-align: left;
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #42515d;
}

.pressblock:hover {
	-moz-transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	background-color: rgba(255,255,255,0.05);
}

.pressblock .wrap {
	display: block;
	padding-left: 115px;
}

.pressblock h2 {
	font: 200 22px/0.9 'Rajdhani', sans-serif;
	text-align: left;
	color: white;
	text-shadow: none;
	margin: 0 0 2px;
}

.pressblock p.textsPreview {
	font-size: 14px;
	margin: 0;
	padding: 0;
	display: block;
}

.pressthumb {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center 20%;
	height: 125px;
	display: block;
	float: right;
	width: 300px;
	border-radius: 1px;
	margin-left: 15px;
}

#paginatenews .page_navigation {
	font-weight: 200;
	border-radius: 20px;
	display: inline-block;
	width: 100%;
	font-size: 16px;
	color: white;
	line-height: 1;
	text-align: center;
	margin: -15px auto 0;
}

#paginatenews a.page_link {
	color: white;
	border-width: 1px;
	border-style: solid;
	margin-right: 1px;
	margin-left: 1px;
	line-height: 27px;
	width: 25px;
	float: left;
}

span.ellipse.more, span.ellipse.less {
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

#paginatenews .ico {
	font-size: 14px;
	margin-right: 2px;
	margin-left: 2px;
	line-height: 27px;
	width: 25px;
	float: right;
	border: 1px solid white;
}

#paginatenews .ico:hover {
	border: 1px solid #d52152;
}

a.next_link, a.previous_link { 
	color: white;
}

a:hover.next_link, a:hover.previous_link { 
	color: #d52152;
}

#paginatenews a:hover.page_link {
	color: #c6cdd7;
}

#paginatenews a.active_page {
	color: #d52152;
}

#paginatenews a:hover.active_page {
	color: #d52152;
}

#newsbox {
	display: inline-block;
	width: 100%;
}

#newsbox .wrap {
	display: block;
	border-top: 1px solid #161c24;
	padding: 0 0 0 115px;
	margin: 0;
}

#newsbox.layoutAlt .wrap {
	padding: 0;
}

#newsbox h2 {
	font: 200 26px/0.9 'Rajdhani', sans-serif;
	text-align: left;
	color: white;
	text-shadow: none;
	margin: 0 0 10px;
}

#newsbox a img {
	border-radius: 2px;
	width: 100% !important;
	display: inline-block;
	margin-bottom: 10px;
	float: right;
}

#newsbox .halfDX {
	margin-left: 20px;
	width: 49%;
}

#newsbox .wrap p img {
	max-width: 100% !important;
	height: auto !important;
	padding: 0;
	display: block;
	margin-bottom: 10px;
	margin-left: 10%;
	margin-right: auto;
}

#newsbox.layoutAlt .wrap p img {
	margin-left: auto;
}

#newsbox iframe {
	max-width:100%;
	margin-bottom: 5px;
	display: block;
	z-index: 2147483647;
}

#newsbox .table {
	border: 1px solid #666b76;
	border-bottom-style: none;
	display: table;
	margin-bottom: 10px;
	float: right;
	width: 100%;
}

#newsbox .table .row {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1.2;
	border-bottom: 1px solid #666b76;
	margin: 0;
	padding: 5px;
	display: block;
}

/* @end */

/* @group Exhibitions */

.exhibition h1 {
	display: block;
	font-size: 22px;
	margin: 20px 0 5px;
}

section.exhibition{
	margin-top: -20px;
}

.exhibition h2 {
	display: block;
	font-size: 18px;
	margin: 10px 0 5px;
	color: #c6cdd7;
}

.exhibition p, .exhibition ol, .exhibition ul {
	margin: 0 0 10px;
	line-height: 1.2;
}

.exhibition .row {
	-moz-transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	display: block;
	padding: 2px 10px 0 6px;
	margin: 0 0 3px;
	border: 1px solid #666b76;
}

.exhibition .icoinline {
	float: right;
	line-height: 1;
	color: rgba(254,255,255,0.7);
	font-size: 18px;
	margin-right: -5px;
	margin-top: 1px;
}

.exhibition .row:hover {
	background-color: rgba(254,255,255,0.1);
}

.exhibition a.row {
	display: block;
	font-weight: 700;
	border: 1px solid #666b76;
	color: #d52152;
	background-color: #0b161e;
}

.exhibition a:hover.row {
	background-color: #d52152;
	color: white;
}

.calendarSM {
	display: inline-block;
	background-color: #0b161e;
	text-align: center;
	margin-right: 5px;
	border: 1px solid #666b76;
	margin-bottom: 10px;
	margin-top: 0;
}

.exhibition .tag {
	font-weight: 400;
	line-height: 20px;
	float: right;
	text-transform: uppercase;
	padding: 2px 5px;
	margin: -2px -10px 0 10px;
	text-align: center;
	width: 80px;
	border-left: 1px solid #666b76;
	background-color: #0b161e;
}

.calendarSM .tag {
	font-weight: 700;
	text-transform: uppercase;
	padding: 0;
	text-align: center;
	width: 110px;
	background-color: #0b161e;
	border-right: 1px solid #666b76;
	display: inline-block;
	font-size: 16px;
	margin: 0;
	line-height: 1;
	position: relative;
	top: 1px;
}


.calendarSM h4 {
	text-transform: uppercase;
	margin: 0;
	display: inline-block;
	font: 700 16px/22px 'Rajdhani', sans-serif;
	background-color: #d52152;
	padding: 1px 15px 0;
	color: white;
}

/* @end */

/* @group Galleries */

section.gallery {
	margin-top: 15px;
}

.gallery h3 {
	margin: 0;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}

#image_gallery .page_navigation,
#video_gallery .page_navigation {
	font-weight: 200;
	border-radius: 20px;
	display: inline-block;
	color: white;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	float: right;
	margin-top: -25px;
}

#image_gallery .page_navigation a, #video_gallery .page_navigation a {
	margin-right: 1px;
	margin-left: 1px;
	display: inline-block;
	padding-right: 8px;
	padding-left: 8px;
	width: 10px;
	float: left;
	line-height: 25px;
	border-width: 1px;
	border-style: solid;
	font-size: 18px;
}

#image_gallery .page_navigation .ico, #video_gallery .page_navigation .ico {
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
	left: -2px;
	font-size: 14px;
}

#image_gallery .page_navigation .active_page, #video_gallery .page_navigation .active_page {
	color: #d52152;
}

#image_gallery hr, #video_gallery hr {
	clear: both;
	display: inline-block;
	width: 100%;
	border-color: #d52152;
	margin: 0 0 10px;
}

#image_gallery li, #video_gallery li {
	border-radius: 3px;
	width: 236px;
	display: inline-table;
	margin-bottom: 5px;
	background-color: #0b161e;
	border: 1px solid #666b76;
}

#image_gallery h2, #video_gallery h2 {
	font: 400 14px/1 'Rajdhani', sans-serif;
	margin: 0 0 4px;
	text-shadow: none;
	color: rgba(254,255,255,0.75);
	text-transform: uppercase;
	height: 30px;
	padding-right: 5px;
	padding-left: 5px;
}

.galleryimage {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center 20%;
	height: 133px;
	display: inline-block;
	border-bottom: 1px solid #666b76;
	width: 100%;
}

.gallery_inpage {
	display: block;
	text-align: center;
}

.gallery_inpage img {
border-radius: 2px;
	max-width: 100%;
}

.gallery_inpage iframe.videopreview  {
	display: inline-block;
	width: 505px;
	height: 285px;
	border-style: none;
}

.gallery_inpage h2 {
	border-radius: 3px;
	font: 400 14px 'Rajdhani', sans-serif;
	margin: 0 auto 10px;
	text-shadow: none;
	color: rgba(254,255,255,0.75);
	text-transform: uppercase;
	padding: 2px 20px;
}

iframe.videopreview  {
	height: 133px;
	display: inline-block;
	width: 236px;
	border-bottom: 1px solid #666b76;
}

/* @end */

/* @group Tubechannel */

.tubechannel {
	background-color: black;
	border-radius: 2px;
	-webkit-box-shadow: 0 2px 0px rgba(0,0,0,1);
	-moz-box-shadow: 0 2px 0px rgba(0,0,0,1);
	box-shadow: 0 2px 0px rgba(0,0,0,1);
	margin: 5px 0 0;
}

.tubechannel .wrap {
	background-color: #d52152;
	margin: 0;
	padding: 20px 20px 10px;
	border-top: 1px solid rgba(254,255,255,0.5);
}

.videosm {
	width: 100%;
	height: 200px;
	margin: 0;
	padding: 0;
	display: block;
}

.tubechannel h3 {
	color: white;
	text-shadow: none;
	font: 200 20px/0.8 'Rajdhani', sans-serif;
	margin: 0 0 4px;
	padding: 0;
	letter-spacing: -1.2px;
}

.tubechannel p {
	color: white;
	display: block;
	line-height: 1.1;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

.tubechannel strong {
	text-shadow: none;
}

.arrowbig {
	width: 40px;
	height: 40px;
	display: inline-block;
	margin-right: 3px;
	margin-left: 3px;
	margin-top: 0;
	position: relative;
	top: 5px;
	right: -10px;
}

.arrowbig:hover {
	-moz-transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	-ms-transform: scale(1.07,1.07);
    -webkit-transform: scale(1.07,1.07);
    transform: scale(1.07,1.07);
}

.arrowbig.prev {
	background-image: url(../images/bigarrow_prev.png);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.arrowbig.next {
	background-image: url(../images/bigarrow_next.png);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#pagination .page_navigation {
	display: block;
	text-align: right;
	margin-top: 20px;
}

a.linkchannel {
	position: absolute;
	margin-top: 45px;
	color: white;
	font-size: 11px;
	line-height: 1;
}

a:hover.linkchannel {
	color: #2a3341;
}

/* @end */

/* @group HOMESLIDE */

header.home {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

header.home .logohead {
	margin-left: 30px;
}

.owl-carousel {
	width: 100%;
	height: 100%;
}

div.owl-wrapper {
	width: 100%;
	height: 100%;
}

.owl-wrapper-outer {
	width: 100%;
	height: 100%;
}

.owl-item .item {
	display: block;
	height: 100%;
	width: 100%;
}

.owl-item .item span {
	width: 100%;
	height: 100%;
	display: block;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	border-style: none;
}

.owl-item {
	width: 100%;
	height: 100%;
}

.owl-item .mainpic {
	display: block;
	max-height:70%;
	widht: auto;
	position: absolute;
	z-index: 1;
	right: 1%;
	left: 1%;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
	box-shadow: 0 1px 4px rgba(0,0,0,0.3);
	margin: auto;
	top: 15%;
	bottom: 15%;
}

div.owl-controls.clickable {
	margin-bottom: 0;
	position: relative;
	margin-top: -40px;
}

.blur {
	-webkit-filter: blur(15px) grayscale(80%) opacity(50%);
	filter: blur(15px) grayscale(80%) opacity(50%);
}

a.buttonhome {
	font-family: 'Rajdhani', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: white;
	background-color: #d52152;
	text-shadow: rgba(0,0,0,0.5) 1px 1px 0;
	border-radius: 1px;
	-webkit-box-shadow: 0 2px 0px rgba(0,0,0,1), inset 0 1px 0 rgba(255,255,255,0.5);
	-moz-box-shadow: 0 2px 0px rgba(0,0,0,1), inset 0 1px 0 rgba(255,255,255,0.5);
	box-shadow: 0 2px 0px rgba(0,0,0,1), inset 0 1px 0 rgba(255,255,255,0.5);
	-webkit-transition: background-color .3s ease;
	-moz-transition: background-color .3s ease;
	transition: background-color .3s ease;
	text-transform: uppercase;
	vertical-align: middle;
	height: 80px;
	width: 80px;
	padding: 0;
	display: block;
	line-height: 80px;
	z-index: 3;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	right: 20px;
	bottom: 20px;
}

a:hover.buttonhome {
	background-color: #5e6672;
	color: #d2d8e5;
}

p.texts {
	font-family: 'Rajdhani', sans-serif;
	font-size: 20px;
	font-weight: 200;
	background-color: rgba(22,28,36,0.9);
	line-height: 0.9;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
	width: 100px;
	text-align: left;
	height: 98%;
	margin: 0;
	padding-top: 2%;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: uppercase;
}

.owl-item a.smallink {
	font-size: 12px;
	display: block;
	margin-top: 10px;
}

.owl-item .item span.ico {
	height: inherit;
	width: inherit;
	display: inline-block;
}

/* @end */

/* @group Forms */

#langform {
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-transform: uppercase;
	top: 20px;
	font-size: 13px;
	border: 1px solid #586b79;
	border-radius: 20px;
	padding: 2px 15px;
	color: #586b79;
	display: inline-block;
	position: absolute;
	right: 3%;
	line-height: 1.6;
}

#langform:hover {
	background-color: #051223;
	color: #c6cdd7;
	border-color: #c6cdd7;
}

select#lang {
	font-family: 'Rajdhani', sans-serif;
	display: inline-block;
	width: inherit;
	background-color: transparent;
	border-style: none;
	line-height: inherit;
	font-size: inherit;
	margin: 0;
	padding: 0;
}

#registration {
	margin-bottom: 15px;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}


label {
	display: block;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
}


label.radiofix {
	width: inherit;
	display: inline;
	margin-right: 5px;
	margin-left: 0;
}

.inputfield, textarea, select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	background-color: rgba(254,255,255,0.0487069);
	color: #d52152;
	font: 400 14px/1.8 'Raleway', sans-serif;
	margin: 0 0 4px;
	border-radius: 0px;
	width: 96%;
	padding: 0 2%;
	border-style: none;
	border-top: 1px solid #56595e;
}

.inputfield.adapt {
	display: inline-block;
	width: 65%;
	line-height: 2;
	position: relative;
	top: 1px;
}

input.inputfield.readonly {
	border-style: none;
	line-height: inherit;
	margin: -5px 0 0;
	background-color: transparent;
	color: #88a5bc;
	padding: 0;
}

input:hover, textarea:hover {
	background-color: #051223;
}

textarea {
	resize: vertical;
	height: 120px;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	cursor: pointer;
	font: 400 14px/1.8 'Raleway', sans-serif;
	width: 100%;
}

img.captcha {
	margin-top: 2px;
	margin-bottom: 5px;
}

.error {
	font-size: 11px;
	color: #7ed300;
	display: block;
	text-align: right;
	padding-right: 2px;
	float: right;
	text-transform: uppercase;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	position: relative;
	top: 4px;
}

.messfield {
	font-size: 12px;
	color: #7ed300;
	display: block;
	text-transform: uppercase;
	position: relative;
	margin: -10px 0 0;
	line-height: 10px;
	top: 4px;
}

p.success {
	background-color: #00bc00;
	border-radius: 3px;
	padding: 10px;
	font: 700 18px/1.1 'Rajdhani', sans-serif;
	text-align: center;
	border-top: 1px solid rgba(254,255,255,0.5);
	margin: 0 0 10px;
}

p.error {
	background-color: #f32300;
	border-radius: 3px;
	padding: 10px;
	font: 700 18px/1.1 'Rajdhani', sans-serif;
	text-align: center;
	border-top: 1px solid rgba(254,255,255,0.5);
	margin: 0 0 10px;
}

.googlemap{
	height: 294px;
	display: block;
}

/* @end */

/* @group Buttons */


.button {
	font-family: 'Rajdhani', sans-serif;
	font-weight: 400;
	color: white;
	background-color: #d52152;
	text-shadow: rgba(0,0,0,0.5) 1px 1px 0;
	border-radius: 1px;
	-webkit-box-shadow: 0 2px 0px rgba(0,0,0,1), inset 0 1px 0 rgba(255,255,255,0.5);
	-moz-box-shadow: 0 2px 0px rgba(0,0,0,1), inset 0 1px 0 rgba(255,255,255,0.5);
	box-shadow: 0 2px 0px rgba(0,0,0,1), inset 0 1px 0 rgba(255,255,255,0.5);
	-webkit-transition: background-color .5s ease;
	-moz-transition: background-color .5s ease;
	transition: background-color .5s ease;
	padding: 1px 10px 0;
	display: inline-block;
	font-size: 14px;
	line-height: 2;
	text-transform: uppercase;
	vertical-align: middle;
	margin: 5px 1px;
}

a.button:hover {
	background-color: #5e6672;
	text-decoration: none;
	color: #d2d8e5;
}

a:active.button {
	position: relative;
	top: 2px;
}

a.button.BIG {
	font-weight: 700;
	font-size: 18px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 2px;
	line-height: 1.8;
}

a.button.SM {
	font-size: 12px;
	line-height: 1.6;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 1px;
}

.inputbutton {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-style: none;
	cursor: pointer;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 400;
	color: white;
	background-color: #d52152;
	text-shadow: rgba(0,0,0,0.5) 1px 1px 0;
	border-radius: 1px;
	-webkit-box-shadow: 0 2px 0px rgba(0,0,0,1), inset 0 1px 0 rgba(255,255,255,0.5);
	-moz-box-shadow: 0 2px 0px rgba(0,0,0,1), inset 0 1px 0 rgba(255,255,255,0.5);
	box-shadow: 0 2px 0px rgba(0,0,0,1), inset 0 1px 0 rgba(255,255,255,0.5);
	-webkit-transition: background-color .3s ease;
	-moz-transition: background-color .3s ease;
	transition: background-color .3s ease;
	padding: 1px 10px 0;
	display: inline-block;
	font-size: 14px;
	line-height: 2;
	text-transform: uppercase;
	vertical-align: middle;
	margin: 5px 1px;
}

.inputbutton:hover {
	background-color: #5e6672;
	text-decoration: none;
	color: #d2d8e5;
}

.inputbutton:active {
	position: relative;
	top: 2px;
}

.inputbutton.BIG {
	font-weight: 700;
	font-size: 18px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 2px;
	line-height: 1.8;
}

.inputbutton.SM {
	font-size: 12px;
	line-height: 1.6;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 1px;
}

a.button.getfile {
	margin-left: 0;
	margin-right: 4px;
	margin-bottom: 4px;
	background-color: #0b161e;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 1px solid #666b76;
	font-size: 13px;
}

a:hover.button.getfile {
	color: #d52152;
}

.scrollToTop {
	color: #d52152;
	text-decoration: none;
	position: fixed;
	right: 20px;
	display: none;
	text-shadow: black 0 1px 0;
	text-align: center;
	top: 40%;
	z-index: 1;
}

.scrollToTop:hover {
	color: #c6cdd7;
}

.scrollToTop .icon-arrow-up3 {
	font-size: 60px;
	display: block;
}

.buttontop {
	font-size: 22px;
	margin-top: 8px;
}

a.buttontop .icon-arrow-left3 {
	font-size: 16px;
	color: #bec4d0;
}

/* @end */



/* @group Editor Styles */

.ckedmarker {
	background-color: #effb2e;
	font-weight: 400;
}

p code {
	background-color: #dee4ea;
}

q {
	color: #5e6672;
	font-style: italic;
}

blockquote {
	margin: 10px 20px;
	border-left: 5px solid #5e6672;
	padding-left: 10px;
	background-color: rgba(0,0,0,0.1);
}

blockquote p {
	font-weight: 400;
	text-shadow: white 0 1px 0;
}

caption {
	padding: 0;
	color: #5e6672;
	margin: 0 0 3px;
	font-weight: 400;
}

table, thead, tr, td, th {
	padding: 5px;
	border: 1px solid silver;
	text-shadow: white 0 1px 0;
	font: 400 14px/1.2 'Raleway', sans-serif;
}

thead {
	background-color: #5e6672;
}

tbody {
	color: #32383d;
	padding: 2px 4px;
	background-color: #d52152;
}

thead th {
	font-weight: 400;
	color: white;
	text-shadow: rgba(0,0,0,0.5) 0 1px 0;
}

tbody th {
	font-weight: 400;
	color: white;
	text-shadow: rgba(0,0,0,0.5) 0 1px 0;
}

td {
	background-color: #e1e7ec;
}

td.color1 {
	background-color: #edf3fa;
}

td.color2 {
	background-color: #e3e9f2;
}

/* @end */

/* @group Map Modal Win */


#checkmap .modal-content {
	position: relative;
	z-index: 21;
	border-radius: 3px;
	overflow: hidden;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
}

#checkmap {
	left: 50%;
	margin: -250px 0 0 -40%;
	opacity: 0;
	position: fixed;
	top: -50%;
	visibility: hidden;
	width: 80%;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	z-index: 20;
}

#checkmap:target {
	opacity: 1;
	top: 50%;
	visibility: visible;
}

#checkmap .header {
	text-align: left;
	padding: 10px 10px 15px;
	background-color: #374252;
}

#checkmap div.modal-content address {
	display: block;
	border-top: 1px solid white;
}

#checkmap h2 {
	font: 400 20px/1 'Rajdhani', sans-serif;
	color: white;
	margin: 0;
	padding: 0;
	text-transform: none;
}

#checkmap a.button {
	float: right;
	margin: -2px 0 0 10px;
}

#checkmap h2 .icon-location {
	font-size: 22px;
	position: relative;
	top: 3px;
	left: -5px;
	color: #d52152;
}

#checkmap .overlay {
	background-color: rgba(0,7,15,0.7);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 19;
}

/* @end */