
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff; //url('./ajax-loader.gif') center center no-repeat
}

/* Icons */
@font-face
{
   // font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    //src: url('./fonts/slick.eot');
    //src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.---------Protection--------{}

.ug-gallery-wrapper, 
.ug-gallery-wrapper *{
	transition: all !important;
	-o-transition: all !important;
	-webkit-transition: all;
	-moz-transition: all !important;
	-ms-transition: all !important;
	max-width:none;
}

.ug-gallery-wrapper{
	z-index:0;
} 

.ug-item-wrapper img{
	width:auto;
	max-width:none;
	margin:0px;
	padding:0px;
}

.ug-videoplayer-wrapper video{
	height:100%;
	width:100%;
	visibility: visible !important;
}


.---------General_Styles--------{}

.ug-rtl{
	direction:rtl;
}

.ug-gallery-wrapper{
	overflow:hidden;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
}

.ug-error-message{
	text-align:center;
	padding-top:30px;
	padding-bottom:30px;
	font-size:20px;
	color:#F30D0D;
}

.ug-error-message-wrapper{
	width:100%;
	height:100%;
	border:1px solid black;
}

.ug-gallery-wrapper .ug-canvas-pie{
	position:absolute;
	z-index:4;
}

.ug-gallery-wrapper .ug-progress-bar{
	position:absolute;
	overflow:hidden;
	z-index:4;
}

.ug-gallery-wrapper .ug-progress-bar-inner{
	xposition:absolute;
}

.ug-gallery-wrapper.ug-fullscreen{
	height: 100% !important;
	width: 100% !important;
	max-width:none !important;
	max-height:none !important;
}

.ug-gallery-wrapper.ug-fake-fullscreen{
	position: fixed !important;
	height: auto !important;
	width: auto !important;
	max-width:none !important;
	max-height:none !important;
	margin: 0px !important;
	padding: 0px !important;
	top: 0px !important;
	left: 0px !important;
	bottom: 0px !important;
	right: 0px !important;
	z-index: 999999 !important;
}

.ug-body-fullscreen{
	overflow: hidden !important;
	height: 100% !important;
	width: 100% !important;
	margin:0px !important;
	padding:0px !important;	
}

.ug-gallery-wrapper .ug-preloader-trans{
	display:block;
	height:35px;
	width:32px;
	height:32px;
	background-image:url('../js/plugins/unitegallery/images/loader_skype_trans.gif');
	background-repeat:no-repeat;
}


.--------------SLIDER------------------{}

.ug-gallery-wrapper .ug-slider-wrapper{
	position:absolute;
	overflow:hidden;
	z-index:1;
	background-color:#000000;
}


.ug-slider-wrapper .ug-slide-wrapper{
	position:absolute;
}

.ug-slide-wrapper.ug-slide-clickable{
	cursor:pointer;
}

.ug-slider-wrapper .ug-slider-inner{
	position:absolute;
	z-index:0;
}

.ug-slider-wrapper .ug-item-wrapper{
	position:absolute;
	overflow:hidden;
}

.ug-slider-wrapper,
.ug-item-wrapper img{
	
	-webkit-user-select: none;	/* make unselectable */         
	-moz-user-select: none; 
	-ms-user-select: none;	
	max-width:none !important;
	box-sizing:border-box;
}

.ug-slider-wrapper .ug-slider-preloader{
	position:absolute;
	z-index:1;
	border:2px solid #ffffff;
	border-radius:6px;
	background-color:#ffffff;
	background-position:center center;
	background-repeat:no-repeat;
}

.ug-slider-preloader.ug-loader1{
	width:30px;
	height:30px;
	background-image:url('../js/plugins/unitegallery/images/loader-white1.gif');
}

.ug-slider-preloader.ug-loader1.ug-loader-black{
	background-image:url('../js/plugins/unitegallery/images/loader-black1.gif');	
}
	
.ug-slider-preloader.ug-loader2{
	width:32px;
	height:32px;
	background-image:url('../js/plugins/unitegallery/images/loader-white2.gif');
}

.ug-slider-preloader.ug-loader2.ug-loader-black{
	background-image:url('../js/plugins/unitegallery/images/loader-black2.gif');	
}

.ug-slider-preloader.ug-loader3{
	width:38px;
	height:38px;
	background-image:url('../js/plugins/unitegallery/images/loader-white3.gif');
}

.ug-slider-preloader.ug-loader3.ug-loader-black{
	background-image:url('../js/plugins/unitegallery/images/loader-black3.gif');	
}

.ug-slider-preloader.ug-loader4{
	width:32px;
	height:32px;
	background-image:url('../js/plugins/unitegallery/images/loader-white4.gif');
	background-color:white;
}

.ug-slider-preloader.ug-loader4.ug-loader-black{
	background-image:url('../js/plugins/unitegallery/images/loader-black4.gif');	
}

.ug-slider-preloader.ug-loader5{
	width:60px;
	height:8px;
	background-image:url('../js/plugins/unitegallery/images/loader-white5.gif');
	background-color:white;
	border:none;
	border-radius:0px;
}

.ug-slider-preloader.ug-loader5.ug-loader-black{
	background-image:url('../js/plugins/unitegallery/images/loader-black5.gif');
	border:2px solid #000000;
}

.ug-slider-preloader.ug-loader6{
	width:32px;
	height:32px;
	background-image:url('../js/plugins/unitegallery/images/loader-white6.gif');
}

.ug-slider-preloader.ug-loader6.ug-loader-black{
	background-image:url('../js/plugins/unitegallery/images/loader-black6.gif');	
}

.ug-slider-preloader.ug-loader7{
	width:32px;
	height:10px;
	background-image:url('../js/plugins/unitegallery/images/loader-white7.gif');
	border-width:3px;
	border-radius:3px;
}

.ug-slider-preloader.ug-loader7.ug-loader-black{
	background-image:url('../js/plugins/unitegallery/images/loader-black7.gif');	
}

.ug-slider-preloader.ug-loader-black{
	border-color:#000000;
	background-color:#000000;
}

.ug-slider-preloader.ug-loader-nobg{
	background-color:transparent;
}

.ug-slider-wrapper .ug-button-videoplay{
	position:absolute;
	z-index:2;
	cursor:pointer;	
}

.ug-slider-wrapper .ug-button-videoplay.ug-type-square{	
	width:86px;
	height:66px;
	background-image:url('../js/plugins/unitegallery/images/play-button-square.png');
	background-position:0px -66px;
}

.ug-slider-wrapper .ug-button-videoplay.ug-type-square.ug-button-hover{
	background-position:0px 0px;
}


.ug-slider-wrapper .ug-button-videoplay.ug-type-round{	
	width:76px;
	height:76px;
	background-image:url('../js/plugins/unitegallery/images/play-button-round.png');
	opacity:0.9;
	filter: alpha(opacity = 90);
	transition: all 0.3s ease 0s !important;
}


.ug-slider-wrapper .ug-button-videoplay.ug-type-round.ug-button-hover{
	opacity:1;
	filter: alpha(opacity = 100);
	transition: all 0.3s ease 0s !important;
}


.--------------VIDEO_PLAYER------------------{}

.ug-gallery-wrapper .ug-videoplayer{
	position:absolute;
	z-index:100;	
	background-color:#000000;
	background-image:url('../js/plugins/unitegallery/images/loader-black1.gif');	
	background-repeat:no-repeat;
	background-position:center center;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

.ug-videoplayer .ug-videoplayer-wrapper{
	width:100%;
	height:100%;
	background-color:#000000;
	background-image:url('../js/plugins/unitegallery/images/loader-black1.gif');	
	background-repeat:no-repeat;
	background-position:center center;
}


.ug-videoplayer .ug-videoplayer-button-close{
	position:absolute;
	height:64px;
	width:64px;
	background-image:url('../js/plugins/unitegallery/images/button-close.png');
	cursor:pointer;
	z-index:1000;
}


.ug-videoplayer .ug-videoplayer-button-close:hover{
	background-position: 0px -64px;
}

.--------------THUMBS_STRIP------------------{}


.ug-gallery-wrapper .ug-thumbs-strip,
.ug-gallery-wrapper .ug-thumbs-grid{
	position:absolute;
	overflow:hidden;
	
	-webkit-user-select: none;	/* make unselectable */         
	-moz-user-select: none; 
	-ms-user-select: none;
	
	xbackground-color:green;
	z-index:10;
}

.ug-thumbs-strip.ug-dragging{
	xcursor: -webkit-grab;
	xcursor: -moz-grab;
}

.ug-gallery-wrapper .ug-thumbs-strip-inner,
.ug-gallery-wrapper .ug-thumbs-grid-inner{
	position:absolute;
}

.ug-thumb-wrapper.ug-thumb-generated{
	position:absolute;
	overflow:hidden;
	
	-webkit-user-select: none;	/* make unselectable */         
	-moz-user-select: none; 
	-ms-user-select: none;
	
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}


.ug-thumb-wrapper.ug-thumb-generated .ug-thumb-loader,
.ug-thumb-wrapper.ug-thumb-generated .ug-thumb-error{
	position:absolute;
	top:0px;
	left:0px;
	background-repeat:no-repeat;
	background-position:center center;
}

.ug-thumb-wrapper .ug-thumb-border-overlay{
	position:absolute;
	top:0px;
	left:0px;
	z-index:4;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	border-style:solid;
}

.ug-thumb-wrapper .ug-thumb-overlay{
	position:absolute;
	top:0px;
	left:0px;
	z-index:3;
}

.ug-thumb-wrapper.ug-thumb-generated .ug-thumb-loader-dark{
	background-image:url('../js/plugins/unitegallery/images/loader.gif');
}

.ug-thumb-wrapper.ug-thumb-generated .ug-thumb-loader-bright{
	background-image:url('../js/plugins/unitegallery/images/loader_bright.gif');
}

.ug-thumb-wrapper.ug-thumb-generated .ug-thumb-error{
	background-image:url('../js/plugins/unitegallery/images/not_loaded.png');
}

.ug-thumb-wrapper.ug-thumb-generated img{
	position:absolute;
	z-index:1;
	max-width:none !important;
}

.ug-thumb-wrapper.ug-thumb-generated img.ug-thumb-image-overlay{
	position:absolute;
	z-index:2;
	max-width:none !important;
}


/* bw desaturate effect lightweight */
img.ug-bw-effect{
	filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */	
	-moz-filter: grayscale(100%);
	-webkit-filter: grayscale(100%); 
}

/* blur effect desaturate effect lightweight */
img.ug-blur-effect{
	
	filter: blur(0.8px); 
	-webkit-filter: blur(0.8px);
	-moz-filter: blur(0.8px);
	-o-filter: blur(0.8px);
	-ms-filter: blur(0.8px);    
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id='blur'><feGaussianBlur stdDeviation=\'0.8\' /></filter></svg>#blur"); /* Firefox 10+, Firefox on Android */
	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='0.8');
}

img.ug-sepia-effect{
	-webkit-filter: sepia(1);
	-webkit-filter: sepia(100%); -moz-filter: sepia(100%);
	-ms-filter: sepia(100%); -o-filter: sepia(100%);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'sepia\'><feColorMatrix values=\'0.14 0.45 0.05 0 0 0.12 0.39 0.04 0 0 0.08 0.28 0.03 0 0 0 0 0 1 0\' /></filter></svg>#sepia"); /* Firefox 10+, Firefox on Android */
	filter: sepia(100%);
	background-color: #5E2612;
	filter: alpha(opacity = 50);
	zoom:1;
}


.--------------BULLETS------------------{}


.ug-gallery-wrapper .ug-bullets{
	position: absolute;
	top:0px;
	left:0px;
	margin:0px;
	padding:0px;
}

.ug-gallery-wrapper .ug-bullets .ug-bullet{
	background-repeat:no-repeat;
	cursor:pointer;
	display:block;
	float:left;
	z-index:2;
}

.ug-gallery-wrapper .ug-bullets .ug-bullet:first-child{
	margin-left:0px;
}


.--------------TEXT_PANEL------------------{}

.ug-gallery-wrapper .ug-textpanel{
	position:absolute;
	overflow:hidden;
}

.ug-slider-wrapper .ug-textpanel{
	z-index:2;
}

.ug-gallery-wrapper .ug-textpanel-bg,
.ug-gallery-wrapper .ug-textpanel-title,
.ug-gallery-wrapper .ug-textpanel-description{
	display:block;
	position:absolute;
	margin:0px;
	padding:0px;
}


.ug-gallery-wrapper .ug-textpanel-bg{
	background-color:#000000;
	opacity:0.4;
	filter: alpha(opacity = 40);
	z-index:1;
}

.ug-textpanel-textwrapper{
	overflow:hidden;
}

.ug-gallery-wrapper .ug-textpanel-title{
	font-size:16px;
	font-weight:bold;
	color:white;
	text-align:left;
	z-index:2;	
}

.ug-gallery-wrapper .ug-textpanel-description{
	font-size:14px;
	color:white;
	text-align:left;
	z-index:3;
}


.--------------ZOOM_PANEL------------------{}

.ug-slider-wrapper .ug-zoompanel{
	position:absolute;
	top:200px;
	left:100px;
}

.ug-zoompanel .ug-zoompanel-button{
    background-repeat: no-repeat;
    cursor:pointer;
    display:block;
}


.--------------ZOOM_PANEL_BUTTONS------------------{}

.ug-gallery-wrapper .ug-arrow-left{
	position:absolute;	
	background-repeat:no-repeat;
	display:block;
	cursor:pointer;
}

.ug-gallery-wrapper .ug-arrow-right{
	position:absolute;
	background-repeat:no-repeat;
	cursor:pointer;
}


.--------------GRID_PANEL_AND_ARROWS------------------{}


.ug-gallery-wrapper .ug-grid-panel{
	position:absolute;
    background-color: #000000;
    xbackground-color: blue;

    z-index:2;
}


.ug-gallery-wrapper .ug-grid-panel .grid-arrow{
	position:absolute;
	background-repeat:no-repeat;
	cursor:pointer;
	z-index:11;
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow.ug-button-disabled{
	cursor:default;	
}


/* handle tip */
.ug-gallery-wrapper .ug-panel-handle-tip{
	position:absolute;
	z-index:13;
	cursor:pointer;
}

.ug-gallery-wrapper .ug-overlay-disabled{
	position:absolute;
	z-index:100;
	width:100%;
	height:100%;
	background-color:#000000;
	opacity: 0.3;
    filter: alpha(opacity=30);	
	background-image:url('../js/plugins/unitegallery/images/cover-grid.png');
}


.--------------STRIP_PANEL------------------{}

.ug-gallery-wrapper .ug-strip-panel{
	position:absolute;
	background-color:#000000;
	z-index:2;
}

.ug-strip-panel .ug-strip-arrow{
	position:absolute;	
	cursor:pointer;
}

.ug-strip-panel .ug-strip-arrow.ug-button-disabled{
	cursor:default;
}


.ug-strip-panel .ug-strip-arrow-tip{
	position:absolute;
}

.--------------TILES------------------{}

.ug-thumb-wrapper.ug-tile{
	display:block;
	position:absolute;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	overflow:hidden;
	padding:0px;
	margin:0px;
}

.ug-tile .ug-tile-cloneswrapper{
	position:absolute;
	width:0px;
	height:0px;
	top:0px;
	left:0px;
	overflow:hidden;
	opacity:0;
	filter: alpha(opacity = 90);
}


/* transit something */
/* transit fixed size items */
/* transit image overlay */

.ug-tiles-transit.ug-tiles-transition-active .ug-thumb-wrapper.ug-tile,
.ug-tiles-transit.ug-tiles-transition-active .ug-thumb-wrapper.ug-tile .ug-trans-enabled{
	transition: left 0.7s ease 0s, top 0.7s ease 0s, width 0.7s ease 0s, height 0.7s ease 0s !important;
}


.ug-thumb-wrapper.ug-tile.ug-tile-clickable{
	cursor: pointer;
}

.ug-thumb-wrapper.ug-tile .ug-image-container{
	position:absolute;
	overflow:hidden;
	z-index:1;
	top:0px;
	left:0px;
}

.ug-thumb-wrapper.ug-tile img.ug-thumb-image{

	-webkit-user-select: none;	/* make unselectable */         
	-moz-user-select: none; 
	-ms-user-select: none;	
	max-width:none !important;
	max-height:none !important;

	display:block;	
	border:none;
	padding:0px !important;
	margin:0px !important;
	
	width:auto;
	height:auto;
	position:absolute;
}


.ug-thumb-wrapper.ug-tile .ug-tile-image-overlay{
	position:absolute;
	overflow:hidden;
	z-index:2;
	top:0px;
	left:0px;
}

.ug-thumb-wrapper.ug-tile .ug-tile-image-overlay img{
	width:100%;
	max-width:none !important;	
}

.ug-tiletype-justified .ug-thumb-wrapper.ug-tile .ug-tile-image-overlay img{
	height:100%;
	max-width:none !important;	
}

.ug-thumb-wrapper.ug-tile .ug-tile-icon{
	position:absolute;
	width:38px;
	height:38px;
	background-repeat:no-repeat;
	background-position:0 0;
	xbackground-color:green;
	z-index:6;
	top:1px;
	left:1px;
	cursor:pointer;
}

.ug-thumb-wrapper.ug-tile .ug-tile-icon.ug-icon-link{
	background-image:url('../js/plugins/unitegallery/images/icon-zoom32.png');	
}

.ug-thumb-wrapper.ug-tile .ug-tile-icon.ug-icon-zoom{
	background-image:url('../js/plugins/unitegallery/images/icon-zoom32.png');	
}

.ug-thumb-wrapper.ug-tile .ug-tile-icon.ug-icon-play{
	background-image:url('../js/plugins/unitegallery/images/icon-play32.png');	
}

.ug-thumb-wrapper.ug-tile .ug-tile-icon:hover{
	background-position:0 -38px;
}


.ug-thumbs-grid .ug-tile-image-overlay img{
	width:auto;
	height:auto;
	position:absolute;
	max-width:none !important;
}

/* text panel on tiles*/

.ug-tile .ug-textpanel{
	z-index: 5;
	cursor:default;
}

.ug-tile.ug-tile-clickable .ug-textpanel{
	cursor:pointer;
}

.ug-tile .ug-textpanel-title{
	font-size:14px;
	font-weight:bold;
}

.--------------CAROUSEL------------------{}

.ug-gallery-wrapper .ug-carousel-wrapper{
	position:absolute;
	overflow:hidden;
}

.ug-gallery-wrapper .ug-carousel-inner{
	position:absolute;
}


.------------------LIGHTBOX---------------------{}

.ug-gallery-wrapper.ug-lightbox{
	display: none;
	position: fixed;
    border: none;
    padding:0px;
    margin:0px;
    outline: invert none medium;
    overflow: hidden;
    top: 0;
    left: 0;
	width: 100%;
    height: 100%;
	max-width:none !important;
	max-height:none !important;
    z-index: 999999;
}

.ug-lightbox .ug-lightbox-top-panel{
	position:absolute;
	z-index:2;
}

.ug-lightbox .ug-lightbox-top-panel-overlay{
	width:100%;
	height:100%;
	position:absolute;
	background-color:#000000;
	opacity:0.4;
	filter: alpha(opacity=40);
}


.ug-lightbox .ug-lightbox-overlay{
	z-index:1;
	width:100%;
	height:100%;
    background-color:#000000;
    opacity:1;
}

.ug-lightbox .ug-slider-wrapper{
	z-index:1;
	xbackground-color:green;
	background-color:transparent !important;
}

.ug-lightbox .ug-textpanel{
	z-index: 2;
}


.ug-lightbox .ug-lightbox-arrow-left,
.ug-lightbox .ug-lightbox-arrow-right{
	position:absolute;
	width:50px;
	height:55px;
	background-repeat:no-repeat;
	background-image:url('../js/plugins/unitegallery/images/lightbox-arrow-left.png');
	background-position:0px 0px;
	z-index:3;
	cursor:pointer;
}

.ug-lightbox .ug-lightbox-arrow-right{
	background-image:url('../js/plugins/unitegallery/images/lightbox-arrow-right.png');
}

.ug-lightbox .ug-lightbox-button-close{
	position:absolute;
	width:36px;
	height:36px;
	background-repeat:no-repeat;
	background-image:url('../js/plugins/unitegallery/images/lightbox-icon-close.png');
	background-position:0px 0px;
	z-index:4;
	cursor:pointer;
}


.ug-lightbox-compact .ug-lightbox-button-close{
	width:45px;
	height:41px;
	background-image:url('../js/plugins/unitegallery/images/lightbox-icon-close-compact2.png');
}


.ug-lightbox .ug-lightbox-arrow-left.ug-arrow-hover,
.ug-lightbox .ug-lightbox-arrow-right.ug-arrow-hover{
	background-position:0px -55px;	
}

.ug-lightbox .ug-lightbox-button-close.ug-button-hover{
	background-position:0px -35px;
}

.ug-lightbox-compact .ug-lightbox-button-close.ug-button-hover{
	background-position:0px -40px;
}

.ug-lightbox .ug-lightbox-numbers{
	position:absolute;
	color:#e5e5e5;
	font-size:12px;
	top:14px;
	left:8px;
	z-index:3;
}

.ug-lightbox-compact .ug-lightbox-numbers{
	font-size: 14px;
	padding-right:5px;
	padding-top:7px;
}

.ug-lightbox .ug-textpanel-title,
.ug-lightbox .ug-textpanel-description{
	font-size: 14px;
	font-weight: normal;
	color: #e5e5e5;
}

.ug-lightbox-compact .ug-textpanel-title,
.ug-lightbox-compact .ug-textpanel-description{
	color:#F3F3F3;
	font-size: 16px;
}

.------------------LOADMORE_BUTTON---------------------{}

.ug-loadmore-wrapper{
	margin-top:20px;
	text-align:center;	
}

.ug-loadmore-wrapper .ug-loadmore-button{
	display:inline-block;
	padding:5px;
	border:1px solid #939393;
	text-decoration:none;
	color: #4F4F4F;
}

.ug-loadmore-wrapper .ug-loadmore-error{
	color:red;
}

.ug-loadmore-wrapper .ug-loadmore-button:hover{
	background-color:#F0F0F0;	
	color:#515151;
}

.ug-loadmore-wrapper .ug-loadmore-loader{
	color: #515151;
}



.------------------CATEGORY_TABS---------------------{}

	.ug-tabs-wrapper{
		margin-top:0px;
		margin-bottom:20px;
		text-align:center;
	}

	.ug-tabs-wrapper a.ug-tab{
	    display: inline-block;
		cursor:pointer;
		text-decoration:none;
		color:#ffffff;
		padding-left:8px;
		padding-right:8px;
		padding-top:6px;
		padding-bottom:6px;
		margin-left:5px;
		background-color:#333333;
		border-radius:3px;
		font-size:12px;
		font-weight:normal;
		
		border: 1px solid #969696;
	}
	
	.ug-tabs-wrapper a.ug-tab:hover{
		background-color: #707070 !important;
	}

	.ug-tabs-wrapper a.ug-tab.ug-tab-selected,
	.ug-tabs-wrapper a.ug-tab.ug-tab-selected:hover{
		background-color: #2077A2 !important;
		cursor:default !important;
	}

	.ug-tabs-wrapper a.ug-tab:first-child{
		margin-left:0px !important;
	}


.------------------DEFAULT_SKIN---------------------{}

/* --- arrows -- */

.ug-arrow-left.ug-skin-default,
.ug-arrow-right.ug-skin-default{
	width:15px;
	height:30px;
	background-image:url('../skins/default/slider_arrow_left.png');
	background-position:0px 0px;
}

.ug-arrow-right.ug-skin-default{
	background-image:url('../skins/default/slider_arrow_right.png');
}

.ug-arrow-left.ug-skin-default.ug-arrow-hover,
.ug-arrow-right.ug-skin-default.ug-arrow-hover{
	background-position:0px -30px;
}

.ug-arrow-left.ug-skin-default.ug-arrow-disabled,
.ug-arrow-right.ug-skin-default.ug-arrow-disabled{
	background-position:0px -60px;
}

/* --- bullets -- */

.ug-bullets.ug-skin-default .ug-bullet{
	width:15px;
	height:15px;
	background-image:url('../skins/default/slider_bullets.png');
	background-position:top left;
	margin-left:5px;
}

.ug-bullets.ug-skin-default .ug-bullet.ug-bullet-active{
	background-position:bottom left;
}

.ug-bullets.ug-skin-default.ug-bullets-gray .ug-bullet{ 
	background-image:url('../skins/default/tile_bullets_gray.png');
}

.ug-bullets.ug-skin-default.ug-bullets-blue .ug-bullet{ 
	background-image:url('../skins/default/tile_bullets_blue.png');
}

.ug-bullets.ug-skin-default.ug-bullets-brown .ug-bullet{ 
	background-image:url('../skins/default/tile_bullets_brown.png');
}

.ug-bullets.ug-skin-default.ug-bullets-green .ug-bullet{ 
	background-image:url('../skins/default/tile_bullets_green.png');
}

.ug-bullets.ug-skin-default.ug-bullets-red .ug-bullet{ 
	background-image:url('../skins/default/tile_bullets_red.png');
}

.ug-button-tile-navigation{
	width:36px;
	height:36px;
	background-position:top left;
	cursor:pointer;
	float:left;
}

.ug-button-tile-navigation.ug-button-tile-left{
	background-image:url('../skins/default/tile_button_left.png');
}

.ug-button-tile-navigation.ug-button-tile-right{
	background-image:url('../skins/default/tile_button_right.png');
}

.ug-button-tile-navigation:hover{
	background-position:bottom left;
}

.ug-button-tile-navigation.ug-button-disabled{
	opacity:0.6;
}

.ug-button-tile-navigation.ug-button-disabled:hover{
	background-position:top left;	
}

.ug-button-tile-navigation.ug-button-tile-play{
	background-image:url('../skins/default/tile_button_play_pause.png');
	width:35px;
} 

.ug-button-tile-navigation.ug-button-tile-play.ug-pause-icon{
	background-position:bottom left;
} 

.ug-button-tile-navigation.ug-button-tile-play:hover{
	background-position:top left;
} 

.ug-button-tile-navigation.ug-button-tile-play.ug-pause-icon:hover{
	background-position:bottom left;
} 


/* --- play button -- */

.ug-button-play.ug-skin-default{
	position:absolute;
	background-image:url('../skins/default/button_playpause.png');
    width:14px;
    height:17px;
    cursor:pointer;
	background-position:0px 0px;
}

.ug-button-play.ug-skin-default.ug-button-hover{
	background-position:0px -17px;	
}

.ug-button-play.ug-skin-default.ug-stop-mode{
	background-position:0px -34px;
}

.ug-button-play.ug-skin-default.ug-stop-mode.ug-button-hover{
	background-position:0px -51px;
}

/* --- fullscreen button -- */

.ug-button-fullscreen.ug-skin-default{
	position:absolute;
	background-image:url('../skins/default/button_fullscreen.png');
    width:16px;
    height:16px;
    cursor:pointer;
	background-position:0px 0px;
}

.ug-button-fullscreen.ug-skin-default.ug-button-hover{
	background-position:0px -16px;	
}

.ug-button-fullscreen.ug-skin-default.ug-fullscreenmode{
	background-position:0px -32px;
}

.ug-button-fullscreen.ug-skin-default.ug-fullscreenmode.ug-button-hover{
	background-position:0px -48px;
}


/* --- zoom panel --- */

.ug-zoompanel.ug-skin-default .ug-zoompanel-button{
    background-repeat: no-repeat;
    cursor:pointer;
    height: 23px;
    width: 23px;
    margin-top:5px;
    background-position: 0px 0px;	
}

.ug-zoompanel.ug-skin-default .ug-zoompanel-plus{
	margin-top:0px;
}

.ug-zoompanel.ug-skin-default .ug-zoompanel-plus{
	background-image:url('../skins/default/icon_zoom_plus.png');
}

.ug-zoompanel.ug-skin-default .ug-zoompanel-minus{
	background-image:url('../skins/default/icon_zoom_minus.png');
}

.ug-zoompanel.ug-skin-default .ug-zoompanel-return{
	background-image:url('../skins/default/icon_zoom_back.png');
}

.ug-zoompanel.ug-skin-default .ug-zoompanel-button.ug-button-hover{
    background-position: 0px -23px;
}

.ug-zoompanel.ug-skin-default .ug-zoompanel-button-disabled,
.ug-zoompanel.ug-skin-default .ug-zoompanel-button.ug-button-hover.ug-zoompanel-button-disabled{
    background-position: 0px -46px;
    cursor:default;
}


/* --- Grid Panel Arrows -- */

/*--- down arrow ---*/

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-down.ug-skin-default{
	width:30px;
	height:15px;
	background-position:0px 0px;	
	background-image:url('../skins/default/arrow_grid_down.png');
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-down.ug-skin-default.ug-button-hover{
	background-position:0px -15px;
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-down.ug-skin-default.ug-button-hover.ug-button-disabled,
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-down.ug-skin-default.ug-button-disabled{
	background-position:0px -30px;
}


/*--- up arrow ---*/

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-up.ug-skin-default{
	width:30px;
	height:15px;
	background-position:0px 0px;	
	background-image:url('../skins/default/arrow_grid_up.png');
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-up.ug-skin-default.ug-button-hover{
	background-position:0px -15px;	
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-up.ug-skin-default.ug-button-hover.ug-button-disabled,
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-up.ug-skin-default.ug-button-disabled{
	background-position:0px -30px;
}

/*--- left arrow ---*/

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left.ug-skin-default{
	width:40px;
	height:40px;
	background-position:0px -40px;
	background-image:url('../skins/default/grid_arrow_left.png');
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left.ug-skin-default.ug-button-hover{
	background-position:0px -0px;
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left.ug-skin-default.ug-button-hover.ug-button-disabled,
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left.ug-skin-default.ug-button-disabled{
	background-position:0px -80px;
}

/*--- right arrow ---*/

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right.ug-skin-default{
	width:40px;
	height:40px;
	background-position:0px -40px;	
	background-image:url('../skins/default/grid_arrow_right.png');
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right.ug-skin-default.ug-button-hover{
	background-position:0px -0px;
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right.ug-skin-default.ug-button-hover.ug-button-disabled,
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right.ug-skin-default.ug-button-disabled{
	background-position:0px -80px;
}

/*--- left arrow - horizontal panel type ---*/

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left-hortype.ug-skin-default{
	width:15px;
	height:30px;
	background-image:url('../skins/default/slider_arrow_left.png');
	background-position:0px 0px;
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left-hortype.ug-skin-default.ug-button-hover{
	background-position:0px -30px;
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left-hortype.ug-skin-default.ug-button-hover.ug-button-disabled,
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left-hortype.ug-skin-default.ug-button-disabled{
	background-position:0px -60px;
}


/*--- right arrow - horizontal panel type ---*/

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right-hortype.ug-skin-default{
	width:15px;
	height:30px;
	background-image:url('../skins/default/slider_arrow_right.png');
	background-position:0px 0px;
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right-hortype.ug-skin-default.ug-button-hover{
	background-position:0px -30px;
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right-hortype.ug-skin-default.ug-button-hover.ug-button-disabled,
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right-hortype.ug-skin-default.ug-button-disabled{
	background-position:0px -60px;
}


/* --- Strip Panel Arrows -- */

/* left and right arrows */

.ug-strip-panel .ug-strip-arrow-left.ug-skin-default,
.ug-strip-panel .ug-strip-arrow-right.ug-skin-default{
	width:25px;
	height:50px;
}

.ug-strip-panel .ug-strip-arrow-left.ug-skin-default .ug-strip-arrow-tip,
.ug-strip-panel .ug-strip-arrow-right.ug-skin-default .ug-strip-arrow-tip{
	background-position:0px 0px;
	background-repeat:no-repeat;
	width:4px;
	height:7px;
}

.ug-strip-panel .ug-strip-arrow-left.ug-skin-default .ug-strip-arrow-tip{
	background-image:url('../skins/default/arrows_strip_left.png');
}

.ug-strip-panel .ug-strip-arrow-right.ug-skin-default .ug-strip-arrow-tip{
	background-image:url('../skins/default/arrows_strip_right.png');	
}

.ug-strip-panel .ug-strip-arrow-left.ug-skin-default.ug-button-hover .ug-strip-arrow-tip,
.ug-strip-panel .ug-strip-arrow-right.ug-skin-default.ug-button-hover .ug-strip-arrow-tip{
	background-position:0px -7px;
}


/* up and down arrows */

.ug-strip-panel .ug-strip-arrow-up.ug-skin-default,
.ug-strip-panel .ug-strip-arrow-down.ug-skin-default{
	height:25px;
	width:50px;
}

.ug-strip-panel .ug-strip-arrow-up.ug-skin-default .ug-strip-arrow-tip,
.ug-strip-panel .ug-strip-arrow-down.ug-skin-default .ug-strip-arrow-tip{
	background-position:0px 0px;
	background-repeat:no-repeat;
	width:7px;
	height:4px;
}

.ug-strip-panel .ug-strip-arrow-up.ug-skin-default .ug-strip-arrow-tip{
	background-image:url('../skins/default/arrows_strip_up.png');
}

.ug-strip-panel .ug-strip-arrow-down.ug-skin-default .ug-strip-arrow-tip{
	background-image:url('../skins/default/arrows_strip_down.png');	
}

.ug-strip-panel .ug-strip-arrow-up.ug-skin-default.ug-button-hover .ug-strip-arrow-tip,
.ug-strip-panel .ug-strip-arrow-down.ug-skin-default.ug-button-hover .ug-strip-arrow-tip{
	background-position:-7px 0px;
}

.ug-strip-panel .ug-strip-arrow.ug-skin-default.ug-button-disabled .ug-strip-arrow-tip{
	background-position:0px 0px;
	opacity:0.5;
	filter: alpha(opacity = 50);
}


/* --- Panel Handle Tip -- */

/* left and right handle */
.ug-gallery-wrapper .ug-handle-tip-left.ug-skin-default,
.ug-gallery-wrapper .ug-handle-tip-right.ug-skin-default{
	width:22px;
	height:36px;
	background-image:url('../skins/default/grid_handle_black_left.png');
	background-repeat:no-repeat;
	background-position:0px -36px;
}

.ug-gallery-wrapper .ug-handle-tip-right.ug-skin-default{
	background-image:url('../skins/default/grid_handle_black_right.png');
	background-position:0px -36px;
}

.ug-gallery-wrapper .ug-handle-tip-left.ug-button-hover.ug-skin-default,
.ug-gallery-wrapper .ug-handle-tip-right.ug-button-hover.ug-skin-default{
	background-position:0px -0px;	
}

.ug-gallery-wrapper .ug-handle-tip-left.ug-skin-default.ug-button-closed,
.ug-gallery-wrapper .ug-handle-tip-right.ug-skin-default.ug-button-closed{
	background-position:0px -108px;
}

.ug-gallery-wrapper .ug-handle-tip-left.ug-skin-default.ug-button-closed.ug-button-hover,
.ug-gallery-wrapper .ug-handle-tip-right.ug-skin-default.ug-button-closed.ug-button-hover{
	background-position:0px -72px;
}


/* top and bottom handle */

.ug-gallery-wrapper .ug-handle-tip-top.ug-skin-default,
.ug-gallery-wrapper .ug-handle-tip-bottom.ug-skin-default{	
	width:36px;
	height:22px;
	background-image:url('../skins/default/grid_handle_black_top.png');
	background-repeat:no-repeat;
	background-position:-36px 0px;
}

.ug-gallery-wrapper .ug-handle-tip-bottom.ug-skin-default{
	background-image:url('../skins/default/grid_handle_black_bottom.png');
	background-position:-36px 0px;
}

.ug-gallery-wrapper .ug-handle-tip-top.ug-skin-default.ug-button-hover,
.ug-gallery-wrapper .ug-handle-tip-bottom.ug-skin-default.ug-button-hover{
	background-position:0px 0px;	
}

.ug-gallery-wrapper .ug-handle-tip-top.ug-skin-default.ug-button-closed,
.ug-gallery-wrapper .ug-handle-tip-bottom.ug-skin-default.ug-button-closed{
	background-position:-108px 0px;
}

.ug-gallery-wrapper .ug-handle-tip-top.ug-skin-default.ug-button-closed.ug-button-hover,
.ug-gallery-wrapper .ug-handle-tip-bottom.ug-skin-default.ug-button-closed.ug-button-hover{
	background-position:-72px 0px;
}




.ug-gallery-wrapper .ug-theme-panel{
	position:absolute;
	xbackground-color:red;
	z-index:11;		
}

.ug-theme-panel .ug-strip-panel{
	z-index:6;
}

/* --- fullscreen button -- */

.ug-theme-default .ug-default-button-fullscreen{
	position:absolute;
	background-image:url('images/button_fullscreen.png');
    width:53px;
    height:50px;
    cursor:pointer;
	background-position:0px 0px;
	z-index:3;
}

.ug-theme-default .ug-default-button-fullscreen.ug-button-hover{
	background-position:0px -50px;	
}

.ug-theme-default .ug-default-button-fullscreen.ug-fullscreenmode{
	background-position:0px -100px;
}

.ug-theme-default .ug-default-button-fullscreen.ug-fullscreenmode.ug-button-hover{
	background-position:0px -150px;
}


/* --- fullscreen button single mode-- */

.ug-theme-default .ug-default-button-fullscreen-single{
	position:absolute;
	background-image:url('images/button_fullscreen_single.png');
    width:52px;
    height:50px;
    cursor:pointer;
	background-position:0px 0px;
	z-index:3;
}

.ug-theme-default .ug-default-button-fullscreen-single.ug-button-hover{
	background-position:0px -50px;	
}

.ug-theme-default .ug-default-button-fullscreen-single.ug-fullscreenmode{
	background-position:0px -100px;
}

.ug-theme-default .ug-default-button-fullscreen-single.ug-fullscreenmode.ug-button-hover{
	background-position:0px -150px;
}


/* --- play button -- */

.ug-theme-default .ug-default-button-play{
	position:absolute;
	background-image:url('images/button_playpause.png');
    width:51px;
    height:50px;
    cursor:pointer;
	background-position:0px 0px;
	z-index:4;
}

.ug-theme-default .ug-default-button-play.ug-button-hover{
	background-position:0px -50px;	
}

.ug-theme-default .ug-default-button-play.ug-stop-mode{
	background-position:0px -100px;
}

.ug-theme-default .ug-default-button-play.ug-stop-mode.ug-button-hover{
	background-position:0px -150px;
}

/* --- play button single mode-- */

.ug-theme-default .ug-default-button-play-single{
	position:absolute;
	background-image:url('images/button_playpause_single.png');
    width:50px;
    height:50px;
    cursor:pointer;
	background-position:0px 0px;
	z-index:4;
}

.ug-theme-default .ug-default-button-play-single.ug-button-hover{
	background-position:0px -50px;	
}

.ug-theme-default .ug-default-button-play-single.ug-stop-mode{
	background-position:0px -100px;
}

.ug-theme-default .ug-default-button-play-single.ug-stop-mode.ug-button-hover{
	background-position:0px -150px;
}


/* --- hide panel button -- */

.ug-default-button-hidepanel{
	position:absolute;
	width:23px;
	height:23px;
	z-index:5;
	cursor:pointer;	
}

.ug-default-button-hidepanel .ug-default-button-hidepanel-bg{
	background-color:#000000;
	width:23px;
	height:23px;
	position:absolute;
	top:0px;
	left:0px;
	opacity:0.4;
	filter: alpha(opacity = 40);
	z-index:1;
}

.ug-default-button-hidepanel .ug-default-button-hidepanel-tip{
	position:absolute;
	width:7px;
	height:7px;
	background-repeat:no-repeat;
	background-image:url('images/arrow_down_up.png');
	background-position: 0px 0px;
	z-index:2;
}

.ug-default-button-hidepanel.ug-button-hover .ug-default-button-hidepanel-tip{
	background-position: 0px -7px;
}

.ug-default-button-hidepanel.ug-button-hidden-mode .ug-default-button-hidepanel-tip{
	background-position: 0px -14px;
}

.ug-default-button-hidepanel.ug-button-hidden-mode.ug-button-hover .ug-default-button-hidepanel-tip{
	background-position: 0px -21px;
}


html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
::selection {
  background: #111;
  color: #fff;
}
::-moz-selection {
  background: #111;
  color: #fff;
}
html {
  color: #111;
  font-family: 'Cardo', sans-serif;
  transition: 250ms;
  font-size: 15px;
}
body {
  min-height: 100vh;
  background: #fff url(../img/intro-bg.jpg) no-repeat center top;
  background-size: auto 100vh;
  overflow-x: hidden;
}
body.subpage {
  background: #f6f6f6;
}
body.sm-noscroll {
  position: static;
  width: 100%;
  overflow: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
.clr {
  clear: both;
}
.hide,
.hd-c {
  display: none;
}
.vam {
  position: relative;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.container:after {
  clear: both;
  display: block;
  content: '';
  width: 100%;
  height: 0;
}
@media all and (max-width: 1200px) {
  .container {
    width: auto;
    padding: 0;
  }
}
.clear {
  clear: both;
}
h1 {
  font-size: 42px;
  text-align: center;
  text-transform: uppercase;
}

header {
  width: 100%;
  min-height: 220px;
  position: relative;
  z-index: 2;
}
header .logo {
  float: left;
  margin-top: 30px;
  transition: 250ms;
}
header .logo img {
  width: 278px;
  height: 178px;
  transition: 250ms;
}
@media all and (max-width: 600px) {
  header .logo img {
    width: 150px;
    height: 109px;
  }
}
@media all and (max-width: 1200px) {
  header .logo {
    margin-left: 30px;
  }
}
@media all and (max-width: 600px) {
  header .logo {
    margin-top: 20px;
    margin-left: 15px;
  }
}
header nav {
  float: right;
  margin-top: 30px;
  transition: 250ms;
}
header nav > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 18px;
  position: relative;
}
header nav > ul > li {
  float: left;
  line-height: 178px;
  margin: 0 0 0 40px;
  transition: 250ms;
  position: relative;
}
header nav > ul > li > a {
  color: #111;
  position: relative;
  overflow: hidden;
  display: inline;
}
header nav > ul > li > a:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #111;
  content: '';
  transition: 250ms;
}
header nav > ul > li > ul {
  display: none;
  margin: 0;
  padding: 15px 0;
  list-style: none;
  background: #fff;
  z-index: 3;
  width: 250px;
  position: absolute;
  left: 50%;
  top: 120px;
  margin-left: -125px;
}
header nav > ul > li > ul:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  left: 50%;
  top: -10px;
  margin-left: -10px;
}
@media all and (max-width: 1200px) {
  header nav > ul > li > ul:before {
    display: none;
  }
}
header nav > ul > li > ul:after {
  content: '';
  width: 100%;
  height: 20px;
  position: absolute;
  left: 0;
  top: -20px;
}
@media all and (max-width: 1200px) {
  header nav > ul > li > ul:after {
    display: none;
  }
}
header nav > ul > li > ul > li {
  display: block;
  line-height: 34px;
  text-align: center;
  position: relative;
}
header nav > ul > li > ul > li > a:hover {
  text-decoration: underline;
}
header nav > ul > li > ul > li > ul {
  display: none;
  margin: 0;
  padding: 15px 0;
  list-style: none;
  background: #fff;
  z-index: 3;
  width: 250px;
  position: absolute;
  left: calc(100% + 15px);
  top: 0;
}
header nav > ul > li > ul > li > ul:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #ffffff transparent transparent;
  position: absolute;
  left: -10px;
  top: 10px;
}
header nav > ul > li > ul > li > ul:after {
  content: '';
  width: 20px;
  height: 100%;
  position: absolute;
  left: -20px;
  top: 0;
}
header nav > ul > li > ul > li > ul > li {
  display: block;
  line-height: 34px;
  text-align: center;
}
header nav > ul > li > ul > li > ul > li > a:hover {
  text-decoration: underline;
}
header nav > ul > li > ul > li:hover > ul {
  display: block;
}
@media all and (max-width: 1200px) {
  header nav > ul > li > ul > li:hover > ul {
    display: none;
  }
}
@media all and (max-width: 1200px) {
  header nav > ul > li > ul {
    display: none;
    position: relative;
    left: 0;
    top: 0;
    margin: 0;
    background: #f0f0f0;
    width: 100%;
  }
}
header nav > ul > li:hover > ul {
  display: block;
}
@media all and (max-width: 1200px) {
  header nav > ul > li:hover > ul {
    display: none;
  }
}
header nav > ul > li:hover > a:after {
  width: 100%;
  left: 0;
}
@media all and (max-width: 1200px) {
  header nav > ul > li {
    float: none;
    margin: 0;
    display: block;
    line-height: 40px;
    text-align: center;
  }
}
@media all and (max-width: 1200px) {
  header nav > ul {
    display: none;
    padding: 10px 0;
    background: #fff;
    width: 250px;
    position: absolute;
    right: 95px;
    top: 145px;
  }
}
@media all and (max-width: 600px) {
  header nav > ul {
    right: 60px;
    top: 85px;
  }
}
header nav .nav-toggle {
  display: none;
  background-color: inherit;
  position: absolute;
  right: 90px;
  top: 95px;
  overflow: hidden;
  width: 50px;
  height: 50px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background .3s;
}
header nav .nav-toggle:focus {
  outline: 0;
}
header nav .nav-toggle span {
  display: block;
  position: absolute;
  top: 23px;
  left: 10px;
  right: 10px;
  height: 4px;
  background: #000;
  transition: background 0s .3s;
  border-radius: 2px;
}
header nav .nav-toggle span:after,
header nav .nav-toggle span:before {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #000;
  content: "";
  border-radius: 2px;
  transition-duration: .3s, .3s;
  transition-delay: .3s, 0s;
}
@media all and (max-width: 500px) {
  header nav .nav-toggle span:after,
  header nav .nav-toggle span:before {
    height: 4px;
  }
}
header nav .nav-toggle span:before {
  top: -10px;
  transition-property: top, transform;
}
header nav .nav-toggle span:after {
  bottom: -10px;
  transition-property: bottom, transform;
}
header nav .nav-toggle.is-active {
  background-color: inherit;
}
header nav .nav-toggle.is-active span {
  background: 0 0;
}
header nav .nav-toggle.is-active span:before {
  top: 0;
  transform: rotate(45deg);
}
header nav .nav-toggle.is-active span:after {
  bottom: 0;
  transform: rotate(-45deg);
}
header nav .nav-toggle.is-active span:after,
header nav .nav-toggle.is-active span:before {
  transition-delay: 0s, .3s;
}
@media all and (max-width: 1200px) {
  header nav .nav-toggle {
    display: block;
  }
}
@media all and (max-width: 600px) {
  header nav .nav-toggle {
    right: 85px;
    top: 36px;
  }
}
header .locale {
  float: right;
  position: relative;
  margin: 108px 0 0 20px;
  z-index: 3;
}
header .locale a {
  display: inline-block;
}
header .locale a svg {
  height: 20px;
  width: 31px;
}
@media all and (max-width: 1200px) {
  header .locale {
    margin-right: 20px;
    margin-left: 5px;
  }
}
@media all and (max-width: 600px) {
  header .locale {
    margin-top: 51px;
    margin-right: 10px;
  }
}
header .search {
  float: right;
  position: relative;
  margin: 99px 0 0 20px;
  z-index: 3;
}
header .search input {
  height: 40px;
  line-height: 40px;
  display: none;
  padding: 0 10px;
  width: 200px;
  border: 0;
  background: #fff;
  position: absolute;
  left: -200px;
  top: 0;
}
header .search button {
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  outline: none;
  border: 0;
  background: none;
  margin: 0;
  float: right;
  background: url(../img/ico-search.png) no-repeat center center;
}
header .search button svg {
  width: 20px;
  height: 20px;
  margin-top: 10px;
  display: none;
}
@media all and (max-width: 1200px) {
  header .search {
    margin-right: 0;
  }
}
@media all and (max-width: 600px) {
  header .search {
    margin-top: 40px;
    margin-right: 5px;
  }
}
.header-fixed header,
.subpage header {
  width: 100%;
  min-height: 120px;
  z-index: 4;
}
.header-fixed header .logo,
.subpage header .logo {
  margin-top: 5px;
}
.header-fixed header .logo img,
.subpage header .logo img {
  width: 138px;
  height: 103px;
}
.header-fixed header nav,
.subpage header nav {
  margin-top: 0;
}
.header-fixed header nav > ul > li,
.subpage header nav > ul > li {
  line-height: 113px;
}
@media all and (max-width: 1200px) {
  .header-fixed header nav > ul > li,
  .subpage header nav > ul > li {
    line-height: 40px;
  }
}
@media all and (max-width: 1200px) {
  .header-fixed header nav > ul,
  .subpage header nav > ul {
    top: 85px;
  }
}
.header-fixed header nav .nav-toggle,
.subpage header nav .nav-toggle {
  top: 35px;
}
.header-fixed header .search,
.subpage header .search {
  margin-top: 37px;
}
.header-fixed header .locale,
.subpage header .locale {
  margin-top: 48px;
}
.header-fixed {
  padding-top: 220px;
}
.header-fixed header {
  position: fixed;
  left: 0;
  top: -100%;
  background-color: #f3f3f3;
}
.header-fixed header nav .nav-toggle {
  top: 33px;
}
@media all and (max-width: 1200px) {
  .header-fixed header nav > ul {
    top: 83px;
  }
}
@media all and (max-width: 600px) {
  .header-fixed header .search {
    margin-right: 5px;
  }
}

.intro {
  display: block;
  min-height: 600px;
  height: calc(100vh - 220px);
}
.intro h1 {
  font-size: 30px;
  text-align: left;
  margin: -40px 0 0 0;
  padding: 0;
  font-weight: normal;
  line-height: 60px;
  float: left;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.intro h1 strong {
  font-size: 55px;
}
@media all and (max-width: 600px) {
  .intro h1 strong {
    font-size: 30px;
  }
}
@media all and (max-width: 1200px) {
  .intro h1 {
    margin-left: 30px;
  }
}
@media all and (max-width: 800px) {
  .intro h1 {
    position: relative;
    width: 100%;
  }
}
@media all and (max-width: 600px) {
  .intro h1 {
    font-size: 19px;
    line-height: 40px;
    margin-left: 15px;
  }
}
.intro .statistics {
  float: right;
  width: 30%;
  margin-top: calc(100vh - 180px - 590px);
}
.intro .statistics .item {
  line-height: 30px;
  margin: 20px 0;
}
.intro .statistics .item .name {
  font-size: 16px;
  line-height: 1.3;
}
.intro .statistics .item .value span.number {
  font-size: 39px;
}
@media all and (max-width: 600px) {
  .intro .statistics .item .value span.number {
    font-size: 31px;
  }
}
.intro .statistics .item .value span {
  font-size: 18px;
}
@media all and (max-width: 800px) {
  .intro .statistics {
    margin-top: -50px;
    margin-right: 30px;
  }
}
@media all and (max-width: 600px) {
  .intro .statistics {
    width: 100%;
    text-align: center;
    margin-right: 0;
  }
}
.intro .mouse {
  width: 19px;
  height: 31px;
  position: absolute;
  left: 50%;
  bottom: 20px;
  margin-left: -10px;
}
.intro .mouse svg {
  width: 19px;
  height: 31px;
}
@media all and (max-width: 800px) {
  .intro .mouse {
    display: none;
  }
}
@media all and (max-width: 800px) {
  .intro {
    margin-top: 200px;
    height: auto;
    min-height: 200px;
  }
}
@media all and (max-width: 600px) {
  .intro {
    margin-top: 40px;
  }
}

footer {
  background: #f3f3f3;
  padding: 40px 0;
}
footer .left-side {
  float: left;
  width: calc(100% - 340px);
}
footer .left-side .partners {
  display: block;
  margin-bottom: 30px;
}
footer .left-side .partners a {
  display: inline-block;
  height: 86px;
  width: 90px;
  margin-right: 30px;
}
footer .left-side .partners a img {
  max-height: 86px;
  display: block;
}
footer .left-side nav {
  float: right;
}
footer .left-side nav h3 {
  font-size: 29px;
  margin: 0 0 20px 0;
  padding: 0;
  font-weight: normal;
}
footer .left-side nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 35px;
  font-size: 17px;
}
footer .left-side nav ul li a {
  color: #3f3f3f;
  position: relative;
}
footer .left-side nav ul li a:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #3f3f3f;
  content: '';
  transition: 250ms;
}
footer .left-side nav ul li a:hover:after {
  width: 100%;
  left: 0;
}
footer .left-side .copy {
  float: left;
  font-size: 18px;
}
footer .left-side .copy p {
  font-size: 13px;
  color: #3f3f3f;
  line-height: 24px;
}
footer .left-side .social {
  float: left;
  clear: both;
}
footer .left-side .social a {
  margin: 0 5px;
  display: inline-block;
  transition: 250ms;
}
footer .left-side .social a:hover {
  opacity: .6;
}
footer .left-side .social .instagram svg {
  width: 19px;
  height: 19px;
}
footer .left-side .social .twitter svg {
  width: 20px;
  height: 16px;
}
footer .left-side .social .facebook svg {
  width: 10px;
  height: 19px;
}
footer .left-side .social .youtube svg {
  width: 18px;
  height: 22px;
}
@media all and (max-width: 767px) {
  footer .left-side {
    width: 100%;
  }
}
footer .social-plugin {
  float: right;
}
@media all and (max-width: 767px) {
  footer .social-plugin {
    display: none;
  }
}
footer .author {
  clear: both;
  text-align: center;
  margin: 50px 0 -10px 0;
  float: left;
  width: 100%;
  line-height: 16px;
}
footer .author a.avente {
  text-indent: -99999px;
  display: inline-block;
  margin: 0 0 0 10px;
  transition: 250ms;
  opacity: .2;
  padding: 0;
  width: 83px;
  height: 20px;
  color: transparent;
  background: url(../img/avente.svg) no-repeat;
  background-size: 100% auto;
}
footer .author a.avente:hover {
  opacity: 1;
}
@media all and (max-width: 1200px) {
  footer {
    padding: 40px 15px;
  }
}

.categories-list {
  padding: 40px 0;
}
.categories-list h2 {
  font-size: 46px;
  color: #111;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
}
@media all and (max-width: 600px) {
  .categories-list h2 {
    font-size: 36px;
  }
}
.categories-list .item {
  width: 33.3333%;
  padding-top: 33.3333%;
  position: relative;
  float: left;
  overflow: hidden;
}
.categories-list .item .inner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.categories-list .item .inner .image {
  position: absolute;
  left: -5%;
  top: 0;
  width: 110%;
  height: 100%;
  transition: 1s ease-out;
  background-position: center;
  background-size: cover;
}
.categories-list .item .inner h3 {
  position: absolute;
  left: 0;
  bottom: 70px;
  padding: 0 20px;
  text-shadow: 1px 1px 3px #000;
  width: 100%;
  z-index: 2;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  transition: .5s;
}
.categories-list .item .inner h3 a strong {
  text-transform: uppercase;
}
@media all and (max-width: 800px) {
  .categories-list .item .inner h3 a span {
    display: none;
  }
}
@media all and (max-width: 1200px) {
  .categories-list .item .inner h3 {
    bottom: 20px;
  }
}
.categories-list .item:hover h3 {
  font-size: 22px;
}
.categories-list .item:hover .image {
  opacity: 1;
  animation-name: moveBackAndForth;
  animation-iteration-count: infinite;
  animation-duration: 20s;
  animation-timing-function: linear;
}
@media all and (max-width: 600px) {
  .categories-list .item {
    width: 100%;
    padding-top: 100%;
  }
}
.categories-list a.more {
  float: right;
  clear: both;
  font-size: 18px;
  margin: 40px 20px 40px 0;
  font-weight: bold;
  position: relative;
}
.categories-list a.more svg {
  width: 12px;
  height: 11px;
  margin-left: 5px;
  position: absolute;
  right: -20px;
  top: 50%;
  margin-top: -6px;
}
.categories-list a.more:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #111;
  content: '';
  transition: 250ms;
}
.categories-list a.more:hover:after {
  width: 100%;
  left: 0;
}
@media all and (max-width: 1200px) {
  .categories-list a.more {
    margin-right: 35px;
  }
}
@keyframes moveBackAndForth {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-4.5%);
  }
  50% {
    transform: translateX(0%);
  }
  75% {
    transform: translateX(4.5%);
  }
  100% {
    transform: translateX(0);
  }
}
.top-article {
  padding: 40px 0;
  background: #2a2a2a url(../img/temp/03.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.top-article .slide {
  position: relative;
  outline: none;
}
.top-article .slide h2 {
  font-size: 46px;
  height: 235px;
  width: 62%;
  margin: 60px 0 0 0;
  float: right;
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
}
@media all and (max-width: 800px) {
  .top-article .slide h2 {
    width: 100%;
    padding: 0 20px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
  }
}
.top-article .slide .image-left {
  position: absolute;
  width: 550px;
  height: 550px;
  top: 0;
  left: 50%;
  margin-left: -750px;
  background-size: cover;
  background-position: center center;
}
@media all and (max-width: 1500px) {
  .top-article .slide .image-left {
    width: 33%;
    height: auto;
    padding-top: 33%;
    left: 0;
    margin-left: 0;
  }
}
@media all and (max-width: 800px) {
  .top-article .slide .image-left {
    display: none;
  }
}
.top-article .slide .image-right {
  position: absolute;
  width: 50%;
  height: 285px;
  top: 0;
  right: 0;
  background-size: cover;
  background-position: center center;
}
@media all and (max-width: 800px) {
  .top-article .slide .image-right {
    width: 100%;
    padding-top: 33.3333%;
  }
}
.top-article .slide .item {
  float: right;
  width: 50%;
  clear: both;
}
.top-article .slide .item h3 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 29px;
  text-transform: uppercase;
}
.top-article .slide .item h3 a {
  color: #f7f7f7;
  transition: 250ms;
}
.top-article .slide .item h3 a:hover {
  opacity: .5;
}
@media all and (max-width: 800px) {
  .top-article .slide .item h3 {
    padding-top: 30px;
  }
}
.top-article .slide .item p {
  font-size: 18px;
  line-height: 36px;
  color: #fff;
  margin: 20px 0 0;
  padding: 0;
}
.top-article .slide .item a.more {
  float: left;
  color: #fff;
  clear: both;
  font-size: 18px;
  margin: 20px 20px 20px 0;
  font-weight: bold;
  position: relative;
}
.top-article .slide .item a.more svg {
  fill: #fff;
  width: 12px;
  height: 11px;
  margin-left: 5px;
  position: absolute;
  right: -20px;
  top: 50%;
  margin-top: -6px;
}
.top-article .slide .item a.more:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #fff;
  content: '';
  transition: 250ms;
}
.top-article .slide .item a.more:hover:after {
  width: 100%;
  left: 0;
}
@media all and (max-width: 800px) {
  .top-article .slide .item {
    width: 100%;
    padding: 0 20px;
  }
}
.top-article .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  bottom: -35px;
}
.top-article .slick-dots li {
  display: inline-block;
  margin: 0 3px;
}
.top-article .slick-dots li button {
  background: none;
  border: 0;
  border-radius: 50%;
  border: 2px solid #111;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
}
.top-article .slick-dots li.slick-active button {
  background: #111;
}
@media all and (max-width: 800px) {
  .top-article {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.actual-workshops {
  padding: 40px 0;
  position: relative;
}
.actual-workshops .container:before {
  width: 55%;
  height: 470px;
  background: #2b2b2c;
  content: '';
  position: absolute;
  left: 100px;
  top: 143px;
}
@media all and (max-width: 1200px) {
  .actual-workshops .container:before {
    display: none;
  }
}
.actual-workshops h2 {
  font-size: 46px;
  color: #111;
  text-align: center;
  margin: 40px 0 80px 0;
  text-transform: uppercase;
  font-weight: normal;
}
@media all and (max-width: 1200px) {
  .actual-workshops h2 {
    margin-bottom: 40px;
    font-size: 36px;
  }
}
.actual-workshops .item {
  float: left;
  width: 45%;
  position: relative;
  z-index: 2;
}
.actual-workshops .item .image {
  float: left;
}
.actual-workshops .item .image img {
  margin-right: 30px;
  max-width: 280px;
}
@media all and (max-width: 600px) {
  .actual-workshops .item .image {
    float: none;
    margin: 0 auto;
    display: block;
    width: 280px;
  }
}
.actual-workshops .item h4 {
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
@media all and (max-width: 1200px) {
  .actual-workshops .item h4 {
    color: #2b2b2c;
  }
}
@media all and (max-width: 600px) {
  .actual-workshops .item h4 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.actual-workshops .item p {
  font-size: 16px;
  color: #fff;
  line-height: 28px;
}
@media all and (max-width: 1200px) {
  .actual-workshops .item p {
    color: #2b2b2c;
  }
}
@media all and (max-width: 600px) {
  .actual-workshops .item p {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.actual-workshops .item a.btn {
  display: inline-block;
  font-weight: bold;
  border: 2px solid #fff;
  transition: 250ms;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  padding: 0 30px;
  position: relative;
}
.actual-workshops .item a.btn span {
  position: relative;
  z-index: 2;
}
.actual-workshops .item a.btn:before {
  width: 0;
  height: 100%;
  background: #fff;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  transition: 250ms;
}
@media all and (max-width: 1200px) {
  .actual-workshops .item a.btn:before {
    background: #2b2b2c;
  }
}
.actual-workshops .item a.btn:hover {
  color: #2b2b2c;
}
.actual-workshops .item a.btn:hover:before {
  width: 100%;
}
@media all and (max-width: 1200px) {
  .actual-workshops .item a.btn {
    border-color: #2b2b2c;
    color: #2b2b2c;
  }
}
@media all and (max-width: 600px) {
  .actual-workshops .item a.btn {
    margin-left: 20px;
  }
}
.actual-workshops .item.first {
  margin: 20px 70px 0 0;
}
.actual-workshops .item.first h4 {
  margin-top: 50px;
}
@media all and (max-width: 1200px) {
  .actual-workshops .item.first h4 {
    margin-top: 15px;
  }
}
@media all and (max-width: 1200px) {
  .actual-workshops .item.first {
    margin: 0 auto;
    margin-bottom: 60px;
  }
}
.actual-workshops .item.second {
  margin: 70px 0 0 0;
}
.actual-workshops .item.second img {
  margin-top: 65px;
}
@media all and (max-width: 1200px) {
  .actual-workshops .item.second img {
    margin-top: 0;
  }
}
.actual-workshops .item.second h4,
.actual-workshops .item.second p {
  color: #2b2b2c;
}
@media all and (max-width: 1200px) {
  .actual-workshops .item.second h4,
  .actual-workshops .item.second p {
    margin-top: 15px;
  }
}
.actual-workshops .item.second a.btn {
  color: #2b2b2c;
  border-color: #2b2b2c;
}
.actual-workshops .item.second a.btn:before {
  background: #2b2b2c;
}
.actual-workshops .item.second a.btn:hover {
  color: #fff;
}
@media all and (max-width: 1200px) {
  .actual-workshops .item.second {
    margin: 0 auto;
  }
}
@media all and (max-width: 1200px) {
  .actual-workshops .item {
    float: none;
    width: 540px;
    margin: 0 auto;
    display: block;
  }
}
@media all and (max-width: 600px) {
  .actual-workshops .item {
    width: 100%;
  }
}
.actual-workshops a.more {
  float: right;
  color: #2b2b2c;
  clear: both;
  font-size: 18px;
  margin: 80px 440px 20px 0;
  font-weight: bold;
  position: relative;
}
.actual-workshops a.more svg {
  fill: #2b2b2c;
  width: 12px;
  height: 11px;
  margin-left: 5px;
  position: absolute;
  right: -20px;
  top: 50%;
  margin-top: -6px;
}
.actual-workshops a.more:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #2b2b2c;
  content: '';
  transition: 250ms;
}
.actual-workshops a.more:hover:after {
  width: 100%;
  left: 0;
}
@media all and (max-width: 1200px) {
  .actual-workshops a.more {
    margin-right: 35px;
  }
}
.flash-message {
  text-align: center;
  background: #cc0000;
  color: #fff;
  font-size: 20px;
  padding: 20px 0;
}

.article-detail .head {
  padding: 30px 0 50px 0;
  background: #303031 url(../img/article-detail-bg.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
.article-detail .head .breadcrumbs ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.article-detail .head .breadcrumbs ul li {
  color: #afafaf;
  display: inline-block;
  font-size: 13px;
}
.article-detail .head .breadcrumbs ul li a {
  color: #afafaf;
  position: relative;
  transition: 250ms;
  padding-right: 20px;
}
.article-detail .head .breadcrumbs ul li a:after {
  width: 6px;
  height: 6px;
  background: #505151;
  content: '';
  position: absolute;
  right: 5px;
  top: 6px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.article-detail .head .breadcrumbs ul li a:hover {
  color: #fff;
}
@media all and (max-width: 1200px) {
  .article-detail .head .breadcrumbs {
    margin: 0 15px;
  }
}
.article-detail .head h1 {
  font-size: 46px;
  color: #fbfbfb;
  margin: 25px 0 50px calc(400px + 60px);
  padding: 0;
  font-weight: normal;
  text-align: left;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 900px) {
  .article-detail .head h1 {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0;
  }
}
.article-detail .head .perex {
  font-size: 18px;
  color: #ffffff;
  line-height: 36px;
  padding: 0 0 0 calc(400px + 60px);
  position: relative;
  z-index: 2;
}
@media all and (max-width: 1200px) {
  .article-detail .head .perex {
    padding-right: 15px;
  }
}
@media all and (max-width: 900px) {
  .article-detail .head .perex {
    padding-left: 15px;
  }
}
.article-detail .head img.image-square {
  position: absolute;
  left: 0;
  top: 55px;
}
@media all and (max-width: 900px) {
  .article-detail .head img.image-square {
    display: none;
  }
}
.article-detail .head img.image-landscape {
  position: absolute;
  left: calc(400px + 150px);
  top: -30px;
}
.article-detail .author {
  margin: 30px 0 0 0;
  padding: 60px 0 40px 0;
  border-top: 2px solid #ebebeb;
}
.article-detail .author:after {
  clear: both;
  display: block;
  width: 100%;
  height: 0;
  content: '';
}
.article-detail .author .left {
  width: 240px;
  float: left;
  position: relative;
}
.article-detail .author .left .name {
  color: #0c0c0c;
  font-size: 12px;
  text-transform: uppercase;
}
.article-detail .author .left .name strong {
  display: block;
  font-size: 29px;
  font-weight: normal;
  text-transform: none;
}
.article-detail .author .left .name .avatar {
  display: block;
  text-align: center;
  margin-top: 20px;
}
.article-detail .author .left .name .avatar img {
  border-radius: 50%;
}
@media all and (max-width: 700px) {
  .article-detail .author .left {
    float: none;
    display: block;
    width: auto;
    text-align: center;
  }
}
.article-detail .author .text {
  float: right;
  width: calc(100% - 240px);
  font-size: 14px;
  color: #0c0c0c;
  padding-left: 40px;
  line-height: 30px;
  position: relative;
}
.article-detail .author .text:after {
  width: 2px;
  height: 70%;
  background: #ebebeb;
  position: absolute;
  left: 0;
  top: 15%;
  content: '';
}
@media all and (max-width: 700px) {
  .article-detail .author .text:after {
    width: 100%;
    height: 2px;
    top: 0;
  }
}
.article-detail .author .text strong {
  font-size: 19px;
  line-height: 34px;
  font-weight: normal;
}
@media all and (max-width: 700px) {
  .article-detail .author .text {
    width: auto;
    display: block;
    float: none;
    padding: 10px 0 0 0;
    margin-top: 20px;
  }
}
@media all and (max-width: 1200px) {
  .article-detail .author {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
  }
}
.article-detail .article-info {
  margin-bottom: 50px;
}
.article-detail .article-info .line {
  color: #0c0c0c;
  padding: 15px 0;
  font-size: 18px;
  line-height: 38px;
}
.article-detail .article-info .line:after {
  clear: both;
  display: block;
  width: 100%;
  height: 0;
  content: '';
}
.article-detail .article-info .line .label {
  float: left;
  width: 240px;
  font-weight: bold;
}
@media all and (max-width: 700px) {
  .article-detail .article-info .line .label {
    float: none;
    width: auto;
    display: block;
  }
}
.article-detail .article-info .line .value {
  float: right;
  width: calc(100% - 240px);
}
.article-detail .article-info .line .value .tag {
  border: 2px solid #e8e8e8;
  border-radius: 20px;
  padding: 0 20px;
  display: inline-block;
  margin: 0 5px 8px 0;
  transition: 250ms;
}
.article-detail .article-info .line .value .tag img {
  display: inline-block;
  margin-right: 10px;
}
.article-detail .article-info .line .value .tag:hover {
  background: #e8e8e8;
}
.article-detail .article-info .line .value ul.social {
  margin: 0;
  padding: 0;
}
.article-detail .article-info .line .value ul.social li {
  width: 43px;
  height: 42px;
  display: inline-block;
  margin-right: 10px;
}
.article-detail .article-info .line .value ul.social li a {
  display: block;
}
.article-detail .article-info .line .value ul.social li a svg {
  width: 43px;
  height: 42px;
  fill: #515151;
  transition: 250ms;
}
.article-detail .article-info .line .value ul.social li a:hover svg {
  fill: #111;
}
.article-detail .article-info .line .value ul.social li:last-child {
  width: auto;
  margin-left: 20px;
}
.article-detail .article-info .line .value ul.social li:last-child div {
  top: -24px;
}
@media all and (max-width: 950px) {
  .article-detail .article-info .line .value ul.social li:last-child {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
}
@media all and (max-width: 700px) {
  .article-detail .article-info .line .value {
    float: none;
    width: auto;
    display: block;
  }
}
@media all and (max-width: 1200px) {
  .article-detail .article-info {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.article-detail .comments {
  margin-bottom: 50px;
}
.article-detail .comments .handle {
  color: #0c0c0c;
  text-decoration: none;
  padding: 20px 0 20px 0;
  display: block;
  margin-bottom: 20px;
}
.article-detail .comments .handle h4 {
  font-size: 29px;
  text-decoration: underline;
  margin: 0;
  padding: 0;
}
.article-detail .comments .handle span {
  font-size: 18px;
  display: block;
  font-weight: bold;
}
.article-detail .comments .handle:hover h4 {
  text-decoration: none;
}
.article-detail .comments a.btn {
  display: inline-block;
  font-weight: bold;
  border: 2px solid #2b2b2c;
  transition: 250ms;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 50px;
  color: #2b2b2c;
  padding: 0 30px;
  position: relative;
}
.article-detail .comments a.btn span {
  position: relative;
  z-index: 2;
}
.article-detail .comments a.btn:before {
  width: 0;
  height: 100%;
  background: #2b2b2c;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  transition: 250ms;
}
.article-detail .comments a.btn:hover {
  color: #fff;
}
.article-detail .comments a.btn:hover:before {
  width: 100%;
}
.article-detail .comments form {
  margin-bottom: 20px;
  display: none;
}
.article-detail .comments form h3 {
  font-weight: normal;
  font-size: 29px;
  margin: 0 0 10px 0;
  padding: 0;
}
.article-detail .comments form .pr {
  display: none;
}
.article-detail .comments form .inputs {
  float: left;
  width: 30%;
}
.article-detail .comments form .inputs .input {
  margin-bottom: 10px;
}
.article-detail .comments form .inputs .input input {
  width: 100%;
  background: #fff;
  line-height: 50px;
  border: 1px solid #ccc;
  height: 50px;
  padding: 0 20px;
}
.article-detail .comments form .textarea {
  float: right;
  width: calc(70% - 10px);
}
.article-detail .comments form .textarea textarea {
  width: 100%;
  background: #fff;
  resize: none;
  border: 1px solid #ccc;
  height: 50px;
  padding: 10px 20px;
  height: 110px;
}
.article-detail .comments form .term-checkbox {
  text-align: left;
  width: 100%;
  padding: 0 0 10px 0;
  clear: both;
}
.article-detail .comments form .term-checkbox a {
  text-decoration: underline;
}
.article-detail .comments form .term-checkbox a:hover {
  text-decoration: none;
}
.article-detail .comments form .submit {
  clear: both;
}
.article-detail .comments form .submit button {
  display: inline-block;
  font-weight: bold;
  border: 2px solid #2b2b2c;
  transition: 250ms;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 50px;
  color: #2b2b2c;
  padding: 0 30px;
  position: relative;
}
.article-detail .comments form .submit button span {
  position: relative;
  z-index: 2;
}
.article-detail .comments form .submit button:before {
  width: 0;
  height: 100%;
  background: #2b2b2c;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  transition: 250ms;
}
.article-detail .comments form .submit button:hover {
  color: #fff;
}
.article-detail .comments form .submit button:hover:before {
  width: 100%;
}
.article-detail .comments .comments-list .item {
  clear: both;
  padding: 20px;
  margin: 0 0 20px 0;
  background: #fff;
  border: 2px solid #ebebeb;
}
.article-detail .comments .comments-list .item .name {
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
}
.article-detail .comments .comments-list .item .text {
  font-size: 16px;
  line-height: 20px;
  padding: 5px 0;
}
.article-detail .comments .comments-list .item time {
  color: #666;
}
.article-detail .comments .comments-list .item.level-1 {
  background: #f6f6f6;
  margin-left: 30px;
  position: relative;
}
.article-detail .comments .comments-list .item.level-1:before {
  content: '';
  position: absolute;
  left: -32px;
  top: -22px;
  width: 30px;
  height: 50px;
  border-left: 2px solid #ebebeb;
  border-bottom: 2px solid #ebebeb;
}
@media all and (max-width: 1200px) {
  .article-detail .comments {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.line-text h2,
.line-text h3 {
  margin: 0;
  padding: 60px 80px 40px 80px;
  font-size: 46px;
  color: #0c0c0c;
  text-transform: uppercase;
  text-align: center;
  font-weight: normal;
}
@media all and (max-width: 1200px) {
  .line-text h2,
  .line-text h3 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (max-width: 800px) {
  .line-text h2,
  .line-text h3 {
    font-size: 36px;
  }
}
.line-text h3 {
  font-size: 32px;
  padding-top: 0;
  text-transform: none;
}
.line-text p {
  margin: 0;
  padding: 0 80px 40px 80px;
  font-size: 18px;
  color: #141415;
  text-align: justify;
  line-height: 36px;
}
@media all and (max-width: 1200px) {
  .line-text p {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.line-text a {
  text-decoration: underline;
  color: #000;
}
.line-text a:hover {
  text-decoration: none;
}
.line-text ul {
  font-size: 18px;
}
.line-text ul li a {
  text-decoration: none;
}
.line-text ul li a:hover {
  text-decoration: underline;
}
.line-text .clanekfoto {
  display: block;
  text-align: center;
  margin-bottom: 40px;
}
.line-text .clanekfoto .imgpopis {
  font-size: 13px;
  color: #868686;
  font-style: italic;
  line-height: 21px;
  padding: 0 0;
  display: block;
}
.line-text .clanekfoto .imgpopis strong {
  font-weight: normal;
}
.line-text .clanekfoto .imgpopis ins {
  text-decoration: none;
}
.text-order-form {
  background: #fff;
  border: 1px solid #eee;
  padding: 30px;
  width: 60%;
  margin: 0 auto 30px auto;
}
.text-order-form table {
  width: 100%;
}
.text-order-form table tr:nth-child(1),
.text-order-form table tr:nth-child(2) {
  display: none;
}
.text-order-form table th {
  padding: 3px 20px 3px 3px;
  text-align: left;
}
.text-order-form table td {
  padding: 3px;
}
.text-order-form table input[type="text"],
.text-order-form table input[type="email"],
.text-order-form table textarea {
  height: 35px;
  line-height: 35px;
  width: 100%;
  border: 1px solid #eee;
  font-size: 16px;
  background: #fff;
  outline: none;
  padding: 0 20px;
}
.text-order-form table textarea {
  line-height: 1;
  height: 150px;
  padding: 20px;
}
.text-order-form table input[type="submit"] {
  display: inline-block;
  font-weight: bold;
  border: 2px solid #2b2b2c;
  color: #2b2b2c;
  background: none;
  transition: 250ms;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 40px;
  padding: 0 30px;
  position: relative;
}
.text-order-form table input[type="submit"]:hover {
  background: #2b2b2c;
  color: #fff;
}

.line-image h2,
.line-image h3 {
  margin: 0;
  padding: 60px 80px 40px 80px;
  font-size: 46px;
  color: #0c0c0c;
  text-transform: uppercase;
  text-align: center;
  font-weight: normal;
}
@media all and (max-width: 1200px) {
  .line-image h2,
  .line-image h3 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (max-width: 800px) {
  .line-image h2,
  .line-image h3 {
    font-size: 36px;
  }
}
.line-image p {
  margin: 0;
  padding: 0 80px 40px 80px;
  font-size: 18px;
  color: #141415;
  text-align: justify;
  line-height: 36px;
}
.line-image p a {
  text-decoration: underline;
  color: #000;
}
.line-image p a:hover {
  text-decoration: none;
}
@media all and (max-width: 1200px) {
  .line-image p {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.line-image .image .src {
  width: 100%;
  background-size: cover;
  margin: 0 auto;
}
.line-image .image .label {
  font-size: 13px;
  color: #868686;
  font-style: italic;
  line-height: 21px;
  padding: 40px 0;
}
@media all and (max-width: 1200px) {
  .line-image .image .label {
    padding: 15px;
  }
}

.line-slideshow {
  margin: 20px 0 100px 0;
}
.line-slideshow h2 {
  margin: 0;
  padding: 60px 80px 40px 80px;
  font-size: 46px;
  color: #0c0c0c;
  text-transform: uppercase;
  text-align: center;
  font-weight: normal;
}
.line-slideshow .slides .item {
  position: relative;
}
.line-slideshow .slides .item img {
  max-width: 100%;
}
.line-slideshow .slides .item .caption {
  color: #fff;
  background: rgba(0,0,0,0.7);
  padding: 20px 40px 10px 40px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.line-slideshow .slides .item .caption h4 {
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  font-size: 30px;
  font-weight: normal;
}
.line-slideshow .slides .item .caption h5 {
  margin: 0;
  padding: 0;
  font-size: 22px;
  font-weight: normal;
}
.line-slideshow .slides .item .caption p {
  font-size: 16px;
}
.line-slideshow .slick-next {
  width: 40px;
  height: 40px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -20px;
  z-index: 2;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.line-slideshow .slick-next:before {
  display: none;
  content: '';
}
.line-slideshow .slick-prev {
  width: 40px;
  height: 40px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -20px;
  z-index: 2;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.line-slideshow .slick-prev:before {
  display: none;
  content: '';
}
.line-slideshow .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  bottom: -35px;
}
.line-slideshow .slick-dots li {
  display: inline-block;
  margin: 0 3px;
}
.line-slideshow .slick-dots li button {
  background: none;
  border: 0;
  border-radius: 50%;
  border: 2px solid #111;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
}
.line-slideshow .slick-dots li.slick-active button {
  background: #111;
}

.photogallery-list {
  margin: 0;
  padding: 20px 0 4px 0;
}
.photogallery-list .photos img {
  display: none;
}
.photogallery-list .photos-data {
  display: none;
}

.lightbox-detail-photo {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 100;
}
.lightbox-detail-photo .close {
  width: 50px;
  height: 50px;
  border: 0;
  outline: none;
  background: rgba(255,255,255,0.7);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}
.lightbox-detail-photo .close:before {
  width: 30px;
  height: 2px;
  background: #666;
  content: '';
  position: absolute;
  left: 10px;
  top: 23px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media all and (max-width: 800px) {
  .lightbox-detail-photo .close:before {
    width: 20px;
    height: 2px;
    top: 14px;
    left: 6px;
  }
}
.lightbox-detail-photo .close:after {
  width: 30px;
  height: 2px;
  background: #666;
  content: '';
  position: absolute;
  left: 10px;
  top: 23px;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media all and (max-width: 800px) {
  .lightbox-detail-photo .close:after {
    width: 20px;
    height: 2px;
    top: 14px;
    left: 6px;
  }
}
@media all and (max-width: 800px) {
  .lightbox-detail-photo .close {
    width: 30px;
    height: 30px;
  }
}
.lightbox-detail-photo .next {
  width: 50px;
  height: 150px;
  border: 0;
  outline: none;
  background: rgba(255,255,255,0.4);
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -75px;
  z-index: 3;
}
.lightbox-detail-photo .next:before {
  width: 30px;
  height: 30px;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  content: '';
  position: absolute;
  left: 2px;
  top: 55px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media all and (max-width: 800px) {
  .lightbox-detail-photo .next:before {
    width: 15px;
    height: 15px;
    top: 24px;
    left: 0;
  }
}
.lightbox-detail-photo .next:disabled {
  opacity: .5;
}
@media all and (max-width: 800px) {
  .lightbox-detail-photo .next {
    width: 25px;
    height: 60px;
    margin-top: -30px;
  }
}
.lightbox-detail-photo .prev {
  width: 50px;
  height: 150px;
  border: 0;
  outline: none;
  background: rgba(255,255,255,0.4);
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -75px;
  z-index: 3;
}
.lightbox-detail-photo .prev:before {
  width: 30px;
  height: 30px;
  border-bottom: 2px solid #666;
  border-left: 2px solid #666;
  content: '';
  position: absolute;
  right: 2px;
  top: 55px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media all and (max-width: 800px) {
  .lightbox-detail-photo .prev:before {
    width: 15px;
    height: 15px;
    top: 24px;
    right: 0;
  }
}
.lightbox-detail-photo .prev:disabled {
  opacity: .5;
}
@media all and (max-width: 800px) {
  .lightbox-detail-photo .prev {
    width: 25px;
    height: 60px;
    margin-top: -30px;
  }
}
.lightbox-detail-photo > img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.lightbox-detail-photo .info-box {
  width: 100%;
  padding: 10px 20px 20px 20px;
  background: rgba(255,255,255,0.4);
  position: absolute;
  left: 0;
  top: calc(100% - 48px);
  transition: 250ms;
}
.lightbox-detail-photo .info-box .inner {
  padding: 0 15px;
}
.lightbox-detail-photo .info-box h2 {
  margin: 0;
  padding: 0;
}
.lightbox-detail-photo .info-box p {
  font-size: 16px;
  margin-top: 5px;
}
.lightbox-detail-photo .info-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.lightbox-detail-photo .info-box ul li {
  display: inline-block;
}
.lightbox-detail-photo .info-box:hover {
  top: auto;
  bottom: 0;
}
.lightbox-detail-photo .social {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 50px;
  line-height: 40px;
  padding: 10px 20px 0 20px;
}
.lightbox-detail-photo .social a {
  display: inline-block;
  padding: 0 4px;
}
.lightbox-detail-photo .social a svg {
  fill: #666;
}
.lightbox-detail-photo .social a:hover svg {
  fill: #111;
}
.lightbox-detail-photo .social a.comments svg {
  width: 16px;
  height: 19px;
}
.lightbox-detail-photo .social a.facebook svg,
.lightbox-detail-photo .social a.twitter svg {
  width: 19px;
  height: 19px;
}
.lightbox-detail-photo > .comments-box {
  display: none;
  width: 500px;
  max-width: 100vh;
  background: #F7F7F7;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.lightbox-detail-photo > .comments-box .comments-close {
  width: 50px;
  height: 50px;
  border: 0;
  outline: none;
  background: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}
.lightbox-detail-photo > .comments-box .comments-close:before {
  width: 30px;
  height: 2px;
  background: #666;
  content: '';
  position: absolute;
  left: 10px;
  top: 23px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.lightbox-detail-photo > .comments-box .comments-close:after {
  width: 30px;
  height: 2px;
  background: #666;
  content: '';
  position: absolute;
  left: 10px;
  top: 23px;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.lightbox-detail-photo > .comments-box h4 {
  margin: 0;
  padding: 0 70px 0 15px;
  font-weight: normal;
  font-size: 25px;
  line-height: 50px;
}
.lightbox-detail-photo > .comments-box form {
  margin: 10px 16px;
}
.lightbox-detail-photo > .comments-box form:after {
  clear: both;
  display: block;
  width: 100%;
  height: 0;
  content: '';
}
.lightbox-detail-photo > .comments-box form .inputs {
  float: left;
  width: 35%;
}
.lightbox-detail-photo > .comments-box form .inputs input {
  border: 1px solid #eee;
  background: #fff;
  outline: none;
  padding: 0 10px;
  width: 100%;
  font-size: 14px;
  line-height: 30px;
  height: 30px;
  margin-bottom: 5px;
}
.lightbox-detail-photo > .comments-box form textarea {
  border: 1px solid #eee;
  background: #fff;
  outline: none;
  padding: 0 10px;
  width: calc(65% - 5px);
  float: right;
  font-size: 14px;
  line-height: 30px;
  height: 65px;
  resize: none;
  margin-bottom: 5px;
}
.lightbox-detail-photo > .comments-box form button {
  display: inline-block;
  background: none;
  font-weight: bold;
  border: 2px solid #2b2b2c;
  transition: 250ms;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 34px;
  color: #2b2b2c;
  padding: 0 15px;
  position: relative;
}
.lightbox-detail-photo > .comments-box form button span {
  position: relative;
  z-index: 2;
}
.lightbox-detail-photo > .comments-box form button:before {
  width: 0;
  height: 100%;
  background: #2b2b2c;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  transition: 250ms;
}
.lightbox-detail-photo > .comments-box form button:hover {
  color: #fff;
}
.lightbox-detail-photo > .comments-box form button:hover:before {
  width: 100%;
}
.lightbox-detail-photo > .comments-box .comment-list {
  border-top: 2px solid #eee;
  margin: 5px 15px;
  padding: 0;
  max-height: 300px;
  overflow: auto;
}
.lightbox-detail-photo > .comments-box .comment-list p.no-results {
  margin: 0;
  padding: 10px 0;
  text-align: center;
}
.lightbox-detail-photo > .comments-box .comment-list .item {
  border-bottom: 1px solid #eee;
  line-height: 24px;
  padding: 10px 0;
}
.lightbox-detail-photo > .comments-box .comment-list .item span {
  color: #999;
  font-size: 12px;
}
.lightbox-detail-photo > .comments-box .comment-list .item:last-child {
  border-bottom: 0;
}

.article-list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.article-list .item {
  width: 33.333333%;
  margin-bottom: 30px;
  background: url(../img/background-wave-light.png);
  overflow: hidden;
}
.article-list .item .image {
  position: relative;
  margin-bottom: 20px;
}
.article-list .item .image:after {
  background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
  background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
  background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#a6000000',GradientType=0);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
}
.article-list .item .image img {
  width: 100%;
  display: block;
}
.article-list .item .image .info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 0 40px;
}
.article-list .item .image .info:after {
  clear: both;
  display: block;
  width: 100%;
  height: 0;
  content: '';
}
.article-list .item .image .info h2 {
  text-transform: uppercase;
  font-size: 28px;
  margin: 5px 0 15px 0;
  font-weight: normal;
  color: #fff;
}
.article-list .item .image .info time {
  color: #fff;
  font-size: 12px;
}
.article-list .item .image .info .stats {
  margin: 0 0 15px 0;
  font-size: 12px;
  color: #fff;
}
.article-list .item .image .info .stats:after {
  clear: both;
  display: block;
  width: 100%;
  height: 0;
  content: '';
}
.article-list .item .image .info .stats .comments {
  display: inline-block;
  margin-right: 20px;
}
.article-list .item .image .info .stats .comments svg {
  width: 12px;
  height: 16px;
  margin: 0 5px -4px 0;
  fill: #fff;
}
.article-list .item .image .info .stats .viewing {
  display: inline-block;
}
.article-list .item .image .info .stats .viewing svg {
  width: 16px;
  height: 12px;
  margin: 0 5px -2px 0;
  fill: #fff;
}
.article-list .item .breadcrumbs {
  margin: 0 40px;
  padding: 0;
  list-style: none;
}
.article-list .item .breadcrumbs li {
  display: inline-block;
  margin-right: 20px;
  position: relative;
  color: #acacac;
  font-size: 12px;
}
.article-list .item .breadcrumbs li:after {
  width: 1px;
  height: 12px;
  background: #acacac;
  content: '';
  position: absolute;
  right: -14px;
  top: 2px;
}
.article-list .item .breadcrumbs li:last-child:after {
  display: none;
  margin-right: 0;
}
.article-list .item .breadcrumbs li a {
  text-decoration: none;
  color: #acacac;
}
.article-list .item .breadcrumbs li a:hover {
  text-decoration: underline;
}
.article-list .item .breadcrumbs li a.country img {
  float: right;
  margin: 1px 0 0 6px;
}
.article-list .item p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
  padding: 0 40px;
  text-align: justify;
}
.article-list .item a.read-more {
  font-size: 24px;
  position: relative;
  padding-left: 65px;
  display: inline-block;
  margin: 0 0 20px 40px;
}
.article-list .item a.read-more:after,
.article-list .item a.read-more:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 2px;
  margin-top: -1px;
  background-color: #2d2d2d;
  transition: .2s;
}
.article-list .item a.read-more:before {
  left: 0;
  width: 40px;
}
.article-list .item a.read-more:after {
  left: 45px;
  width: 2px;
}
.article-list .item a.read-more:hover:before {
  width: 45px;
}
.article-list .item a.read-more:hover:after {
  transform: translateX(5px);
}
.article-list .item:hover {
  background-image: url(../img/background-wave-dark.png);
}
.article-list .item:hover p {
  color: #fff;
}
.article-list .item:hover a.read-more {
  color: #fff;
}
.article-list .item:hover a.read-more:after,
.article-list .item:hover a.read-more:before {
  background: #fff;
}
.article-list .item:hover .image {
  position: relative;
  margin-bottom: 20px;
}
.article-list .item:hover .image:after {
  display: none;
}
@media all and (max-width: 800px) {
  .article-list .item {
    width: 50%;
  }
}
@media all and (max-width: 500px) {
  .article-list .item {
    width: 100%;
  }
}
.article-list a.more {
  clear: both;
  font-size: 18px;
  margin: 20px 20px 20px auto;
  font-weight: bold;
  position: relative;
}
.article-list a.more svg {
  width: 12px;
  height: 11px;
  margin-left: 5px;
  position: absolute;
  right: -20px;
  top: 50%;
  margin-top: -6px;
}
.article-list a.more:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #111;
  content: '';
  transition: 250ms;
}
.article-list a.more:hover:after {
  width: 100%;
  left: 0;
}
@media all and (max-width: 1200px) {
  .article-list a.more {
    margin-right: 35px;
  }
}
.pagination {
  text-align: center;
  padding: 20px 0 50px 0;
  clear: both;
}
.pagination ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagination ul li {
  display: inline-block;
  margin: 0 5px;
}
.pagination ul li a {
  display: block;
  font-size: 30px;
  line-height: 34px;
  padding: 0 5px;
}
.pagination ul li.active a {
  border-bottom: 1px solid #333;
}

.search-form {
  background: #fff;
  padding: 30px;
  margin: 0 0 30px 0;
}
.search-form .term {
  display: inline-block;
}
.search-form .term input {
  height: 40px;
  line-height: 40px;
  width: 300px;
  border: 1px solid #eee;
  font-size: 16px;
  background: #fafafa;
  outline: none;
  padding: 0 20px;
}
@media all and (max-width: 920px) {
  .search-form .term input {
    width: 100%;
  }
}
@media all and (max-width: 920px) {
  .search-form .term {
    display: block;
    margin-bottom: 15px;
  }
}
.search-form .where {
  display: inline-block;
  margin: 0 0 -5px 30px;
}
.search-form .where .radio {
  display: inline-block;
  margin: 15px 30px 0 0;
  line-height: 20px;
  text-align: left;
  font-size: 16px;
  color: #2b2b2c;
  cursor: pointer;
}
.search-form .where .radio label {
  position: relative;
  padding: 0 0 0 30px;
}
.search-form .where .radio input[type=radio] {
  display: none;
}
.search-form .where .radio input[type=radio]+label:after {
  border: 1px solid #2b2b2c;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
}
.search-form .where .radio input[type=radio]:checked+label:before {
  width: 14px;
  height: 14px;
  background: #2b2b2c;
  border-radius: 50%;
  content: '';
  position: absolute;
  left: 4px;
  top: 4px;
}
@media all and (max-width: 920px) {
  .search-form .where {
    margin-left: 0;
  }
}
@media all and (max-width: 600px) {
  .search-form .where {
    dispaly: block;
    width: 100%;
    margin: -15px 0 15px 0;
  }
}
.search-form .submit {
  float: right;
}
.search-form .submit input {
  display: inline-block;
  font-weight: bold;
  border: 2px solid #2b2b2c;
  color: #2b2b2c;
  background: none;
  transition: 250ms;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 40px;
  padding: 0 30px;
  position: relative;
}
.search-form .submit input:hover {
  background: #2b2b2c;
  color: #fff;
}
@media all and (max-width: 600px) {
  .search-form .submit {
    float: none;
    display: block;
  }
}

.contact-form {
  background: #fff;
  border: 1px solid #eee;
  padding: 30px;
  width: 60%;
  margin: 30px auto;
}
.contact-form h2 {
  text-align: center;
  margin: 0;
  padding: 0;
}
.contact-form h3 {
  text-align: center;
  margin: 5px 0;
  padding: 0;
}
.contact-form p {
  text-align: center;
  margin: 10px 0 30px 0;
  padding: 0;
  font-size: 16px;
}
.contact-form form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-form form .input {
  width: calc(50% - 10px);
  margin: 0 0 12px 0;
}
.contact-form form .input label {
  display: block;
  font-size: 15px;
  padding: 0 0 3px 0;
}
.contact-form form .input input {
  height: 35px;
  line-height: 35px;
  width: 100%;
  border: 1px solid #eee;
  font-size: 16px;
  background: #fff;
  outline: none;
  padding: 0 20px;
}
@media all and (max-width: 500px) {
  .contact-form form .input {
    width: 100%;
  }
}
.contact-form form .textarea {
  width: 100%;
  margin: 0 0 12px 0;
}
.contact-form form .textarea textarea {
  line-height: 1;
  widtgh: 100%;
  height: 150px;
  width: 100%;
  border: 1px solid #eee;
  font-size: 16px;
  background: #fff;
  outline: none;
}
.contact-form form .term-checkbox {
  text-align: left;
  width: 100%;
  padding: 0 0 10px 0;
}
.contact-form form .term-checkbox a {
  text-decoration: underline;
}
.contact-form form .term-checkbox a:hover {
  text-decoration: none;
}
.contact-form form .submit {
  clear: both;
}
.contact-form form .submit input[type="submit"] {
  display: inline-block;
  font-weight: bold;
  border: 2px solid #2b2b2c;
  color: #2b2b2c;
  background: none;
  transition: 250ms;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 40px;
  padding: 0 30px;
  position: relative;
}
.contact-form form .submit input[type="submit"]:hover {
  background: #2b2b2c;
  color: #fff;
}
.contact-form form .pr {
  display: none;
}
@media all and (max-width: 800px) {
  .contact-form {
    width: 100%;
  }
}
