	html, body { height:100%;}
/********************************************************************************

SITE STRUCTURE

********************************************************************************/
	.content_area {
        height: auto;
        max-height: 100%;
        padding:35px 34px 34px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
	.content_bg {
		overflow:hidden;
		/*min-height: 100%; height: auto !important; height: 100%;*/
	}
	.sidebar {
        position: absolute!important;
        width: 270px;
        bottom: 0;
        left: 280px;
        background: #FFFFFF;
        height: 170px!important;
    }
	
	.column-line-tail { position:fixed; width:283px; height:100%; left:0; top:0; bottom:0;background:url(../images/fili.png) no-repeat top center;}
	/*.column-line-tail:before{background:url(../images/tail-shadow-col-left.png) repeat-y; background-size: 2px 1px; content:'';height:100%;position:absolute;right:-2px;top:0;width:2px;z-index:1}*/
	
/********************************************************************************

	HEADER

********************************************************************************/
	header{
        position: fixed;
    }
/*	Logo
-------------------------------------------------- */
	.logo { -moz-transition:all .2s; -o-transition:all .2s; -webkit-transition:all .2s; line-height:.7; margin:51px 25px 29px; padding-bottom:49px;}
    @media screen and (max-height: 785px){
        .logo{
            margin-top: 0;
            padding-bottom: 0;
        }
    }
    @media screen and (max-height: 635px){
        .logo{
            margin-bottom: 10px;
        }
    }

	.logo h1  { margin:0}
	.logo h1 > a,.logo img{ display:block}
	.logo h1, .logo > a { -moz-hyphens:auto;-ms-word-break:break-all;-o-word-break:break-all;-webkit-hyphens:auto;display:inline-block;hyphens:auto;max-width:100%;word-break:break-word}
	.logo, .filters {background-size: 76px 1px;}
	
	.description { padding:2px 0px 0px }
	.header_content_area { padding:0 25px 0 23px}
	.header_content_area .social_links { margin:0 2px 3px 0;}
	.header_content_area p { margin:5px 0 2px}

/********************************************************************************

	FOOTER

********************************************************************************/
	.footer {
        z-index:999; position:relative;
    }

    .content_bg > .footer{
        position: fixed;
    }

    .secondFooter{
        display: none;
    }


    @media screen and (max-height: 560px){
        
        header{
            position: relative;
        }
        
        .content_bg > .footer{
            display: none;
        }

        .secondFooter{
            display: block;
        }
    }

    .copyright { position: relative; width:283px; z-index:2;}
	.copyright-indent { padding: 0px 23px 13px;}
	.copyright p { margin-bottom: 0;}

/********************************************************************************

 NAVIGATION

********************************************************************************/	
	.main_menu_select {	display: none;}
	
	.mainmenu-title {display: none;text-transform: uppercase;text-align: center;cursor: pointer; padding: 0 25px 5px;}
	.mainmenu-title:hover {}
	.mainmenu-title .icon { display: inline-block; width: 15px; margin:3px 10px 0 0}
	.mainmenu-title .icon span { height: 3px;margin-bottom: 2px;display: block; background-color: #ccc;}

	.mainmenu-title .icon span { -moz-transition: background-color .3s; -o-transition: background-color .3s; -webkit-transition: background-color .3s}


	.main_menu a em {
		display: none;
		position: absolute;top: 0;bottom: 0; right: 5px;
		width: 30px; height: 30px;
		font: 12px/30px Arial, serif;
		text-align: center;
	}

	.main_menu {  padding:0px 25px 34px;}
	.menu-item { cursor:pointer; position:relative; padding-bottom:1px;}
	.menu-item a { display:inline-block; letter-spacing:-1px; padding:6px 22px 5px 21px; z-index:1;}
	
	.menu-item:hover { visibility:inherit; background: none}
	.menu-item:hover ul,.menu-item.sfHover ul { top:-12px; z-index:999}
	
	.sf-menu { list-style:none; margin:0; padding:0}
	.sub-menu { left:221px; list-style:none; margin:0; padding:12px 0; position:absolute; top:-9999em; width:211px}
	.sub-menu .menu-item { padding:0px 12px 1px 11px;}
	.sub-menu .sub-menu { left:180px; top:0}
	
	.menu-item a { -moz-transition:all .8s; -o-transition:all .8s; -webkit-transition:all .8s; font-size:16px !important; margin-bottom:6px;}
	.menu-item a:hover { -moz-transition:all .1s; -o-transition:all .1s; -webkit-transition:all .1s}

	.sidebar-left .sub-menu {left: 118px;}
	
	#menu-main li {
        background: url(../images/separation-menu.png) no-repeat center bottom;
        margin-bottom: 6px;
        -webkit-transition: margin 350ms ease;
        -moz-transition: margin 350ms ease;
        -ms-transition: margin 350ms ease;
        -o-transition: margin 350ms ease;
        transition: margin 350ms ease;
    }
    
    #menu-menu-1 li {
        background: url(../images/separation-menu.png) no-repeat center bottom;
        margin-bottom: 6px;
        -webkit-transition: margin 350ms ease;
        -moz-transition: margin 350ms ease;
        -ms-transition: margin 350ms ease;
        -o-transition: margin 350ms ease;
        transition: margin 350ms ease;
    }
    
    @media screen and (max-height: 615px) {
        #menu-main li{
            margin-bottom: 0;
        }
    }

/********************************************************************************

	SLIDER

********************************************************************************/

/*	Flex
------------------------------------------- */
	.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus  {outline: none;}
	.slides, .flex-control-nav { margin: 0; padding: 0; list-style: none;} 
	.flexslider { margin: 0; padding: 0; width:100%;}
	.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;}
	.flexslider .slides img { width: 100%; display: block;}
	.flex-pauseplay span {text-transform: capitalize;}
	.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
	html[xmlns] .slides {display: block;} 
	* html .slides {height: 1%;}
	.no-js .slides > li:first-child {display: block;}
	.flexslider { position: relative;}
	.ie8 .flexslider { overflow:hidden;}
	.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease-in; -moz-transition: all 1s ease-in;}
	.loading .flex-viewport {max-height: 300px;}
	.flexslider .slides {zoom: 1; overflow: hidden;}
	.carousel li {margin-right: 5px;}
	
	.flex-post-nav { position: absolute; right: 0; padding: 0; margin: 0; list-style: none;}
	.gallery_small_content .flex-post-nav {right: 36px;}

	
	.flex-control-nav { width: 100%; position: absolute; bottom: -40px; text-align: center;}
	.flex-control-nav li { margin: 0 2px;}
	.flex-control-paging li a {
		display: block; float: left;
		margin: 0 2px 0 1px; width: 7px; height: 7px; 
		border-radius: 7px;	box-shadow: inset #000 1px 1px 1px rgba(0,0,0,.3); background: #d4d4d4;
		text-indent:100%; color: transparent; font:0/0 serif;
		cursor: pointer;
	}
	.flex-control-paging li a:hover, .flex-control-paging li a.flex-active { background: #333; background: rgba(0,0,0,0.7); }
	
	.flex-control-thumbs { margin: 5px 0 0; position: static; overflow: hidden;}
	.flex-control-thumbs li { width: 25%; float: left; margin: 0;}
	.flex-control-thumbs img { width: 100%; display: block; opacity: .7; cursor: pointer;}
	.flex-control-thumbs img:hover { opacity: 1;}
	.flex-control-thumbs .flex-active { opacity: 1; cursor: default;}
	
/*	MaxImage
-------------------------------------------------- */	
	.mc-hide-scrolls { overflow:hidden;}
	body .mc-cycle { position:fixed; left:0; top:0; width:100%; height:100%; overflow:hidden; z-index:-1;}
	div.mc-image {
		overflow:hidden; width:100%; height:100%;
		background-position:center center; background-repeat:no-repeat;
		-webkit-transition: opacity 1s ease-in; -moz-transition: opacity 1s ease-in; -o-transition: opacity 1s ease-in;
	}
	.mc-old-browser .mc-image {	overflow:hidden;}
	body .postformat_gallery .mc-cycle { position: static!important;}
	body.single .postformat_gallery .mc-cycle { position: static!important;}
	.gallery_slider .mc-cycle {  position: absolute!important; z-index:66;}
	.gallery_slider .mc-cycle img { -webkit-transition: none; -moz-transition: none; -o-transition: none;}
	.originalSize { left:0;}

/*	Isotope
-------------------------------------------------- */
	.isotope { overflow:inherit!important;}
	.isotope-item { z-index: 2; }
	.isotope-hidden.isotope-item { pointer-events: none; z-index: 1; }
	.isotope,.isotope .isotope-item { -webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s; transition-duration: 0.2s; }
	.isotope { -webkit-transition-property: height, width; -moz-transition-property: height, width; transition-property: height, width; }
	.isotope .isotope-item { -webkit-transition-property: -webkit-transform, opacity; -moz-transition-property: -moz-transform, opacity; transition-property: transform, opacity; }
	.isotope.no-transition, .isotope.no-transition .isotope-item { -webkit-transition-duration: 0s; -moz-transition-duration: 0s; transition-duration: 0s; }
		
	.filters {	margin: 0 0px 30px; padding: 36px 0 0;}
	.filters ul { padding:0; margin:0; list-style: none;}
	.filters li { margin-bottom:1px;}
	.filters a {
		display: inline-block; padding:2px 13px 2px 12px;
		-moz-transition: all .8s; -webkit-transition: all .8s; -o-transition: all .8s;
	}
	.filters a:hover { -moz-transition: all .1s; -webkit-transition: all .1s; -o-transition: all .1s;}

/********************************************************************************

	PAGE STYLES

********************************************************************************/
	.page .post_wrap {height: auto !important;} /* page bug when resize to 320 (isotop write on this class height: 0;)*/

/*	Preloader
------------------------------------------- */
	#preloader { position: fixed; width: 100%; height: 100%; z-index: 9999999; top: 0;}
	#preloaderwrap {position: absolute; top: 50%; width: 100%; height: 47px; text-align: center;}
	#preloaderbg {
		position: relative; display: inline-block;
		margin-top: -23px; width: 159px; height: 47px;
		box-shadow: 1px 1px 2px 0 rgba(0,0,0,.099);
		background: #fff;
	}
	#preloader_progress {
		position: absolute; left:17px; top:19px;	
		width: 124px; height: 9px;
		background: url(../images/animation.gif) no-repeat;
	}
		
/*	Post layout
------------------------------------------- */
	.post {	position: relative;}
	.posts_listing { width: 533px; float: left; display: inline; margin: 0 20px 23px 0;}

	.small_post_size { width: 257px;}
	
	.post-shadow { z-index: 2;}
	.post-bg { z-index:5;}
	
	.post_img { overflow:hidden; text-align:center; background:#fafafa; line-height:0.7;}
	.post_img .imgborder { display:block; padding:0; margin:0; border:0;}
	.post_img .wp-post-image { position:relative; top:0; margin:0;}
	.post_img .wp-post-image, .post_img .wp-post-image:hover {-moz-transition:none; -o-transition:none; -webkit-transition:none;}
	.post_img + .post-bg { position: relative; margin: -20px 0px 0px; z-index: 1;}
	
	.entry-content { padding: 24px 25px 8px 24px;}
	.tweet .entry-content { padding: 0;}
	.page .entry-content, .search .entry-content {padding-bottom: 22px;}
	
	.hide_post_title .post_img + .post-bg .entry-content { padding-top:22px;}
	.hide_post_title .postformat_gallery + .post-bg .entry-content { padding-top:22px;}
	.hide_line + .entry-content { display: none;}
	
	.postmeta {
		position: relative;
		padding: 18px 25px 11px 25px;
		background-color:#f7f7f7; background-color:rgba(0,0,0,.04);
		z-index:2;
	}
	.postmeta { background-color:#f7f7f7; background-color:rgba(0,0,0,.04);}
	/* .post-bg-bottom, .post-bg-bottom-small {background-color:#f7f7f7;} */
	
	.post-bg-bottom, .post-bg, .post-shadow { position:relative;}
	.post-bg-bottom, .post-bg-bottom-small, .post-bg { -moz-transition:background .2s linear;-o-transition:background .2s linear;-webkit-transition:background .2s linear;}
	
	.post-bg-bottom 		{ height:3px; margin:0 3px; /* box-shadow: 1px 1px 2px 0 #d2d2d2; */}
	.post-bg-bottom-small 	{ height:2px; margin:0 7px; /* box-shadow: 1px 1px 2px 0 #d2d2d2; */}
	.post-bg-bottom, .post-bg-bottom-small {box-shadow: 1px 1px 2px 0 rgba(0,0,0,.12);}
	.ie8 .post-bg-bottom, .ie8 .post-bg-bottom-small {box-shadow: none;}
	
	/*	password protected post */
	.post-password-required .post_img,
	.post-password-required .postformat_gallery,
	.post-password-required .jp-audio,
	.post-password-required .video_frame {display: none;}

	.post-password-required .post-bg {margin: 0 !important;}
	.post-password-required .post_format_line {display: block !important;}
	.blog .post-password-required .post_format_icon, .archive .post-password-required .post_format_icon {position: inherit !important;}
	
/*	WP content classes
------------------------------------------- */
	.wp-smiley { vertical-align: middle;}
	.wp-caption-text { font-size: 13px; margin: 0; line-height: 2.2; text-align:center;}
	.blog .sticky .entry-meta { clip: rect(1px, 1px, 1px, 1px); position: absolute!important;}
	
/*	Comments count
------------------------------------------- */
	.postcategories { font-size: 11px; padding-bottom:1px;}
	
	.meta-icon { display:inline-block; width:14px; height:14px; background:url(../images/elegance_sprite.png) no-repeat; background-size:987px 705px;}
	.postdata .meta-icon, .commentslink .meta-icon {opacity: .25;}
	.postdata { display: inline-block; padding:0px 0px 0px 0px; vertical-align:top;}
	.postdata .meta-icon { margin:0px 7px 0px 0px; background-position:-282px -469px;}

	.commentslink {	display: inline-block; padding: 0px 8px 4px 0; vertical-align:top; overflow: hidden;}
	.commentslink .meta-icon { margin:0px 6px 0px 0px; background-position:-282px -562px;}

	.fb-comments-count {display: inline-block;}
	
	.like { display: inline-block; padding: 0px 1px 4px 0px; vertical-align:top;}
	.like .meta-icon { margin:0px 6px 0px 0px; background-position:-282px -514px; opacity: 0.25}
	.like.voted .meta-icon{opacity: 1;}
	
	.edit-link {display: inline-block; margin-right:10px; text-align: right;}
	
/*	Author
------------------------------------------- */
	.authormeta { border-top:1px solid #f7f7f7; border-color:rgba(0,0,0,.04); padding: 27px 0 29px; margin-top:25px;}
	.authorimage { width: 61px; margin:0 14px 0 0; float: left;}
	.authorimage img { padding:0; margin:0; border:0; background:none;}
	.authorblock { height: 100%; overflow: hidden; padding: 0 0 0 17px;}
	.authorname { font-size: 13px; display: block; margin-bottom: 6px;}
	
/*	Commentlist
------------------------------------------- */
	#authorbox { margin-top: 28px;}
	#reply-title #cancel-comment-reply-link { position: relative; display:block; clear:both; margin-top:5px;}
	.comments + #respond { margin-top:40px;}
	.avatars.alignleft { margin-right: 13px;}
	.avatars img { max-width: inherit; width: inherit; height: inherit; padding:0; margin:0; border:0; background:none;}
	.comment-text { padding-right:1px;}
	.comment-meta {	margin-bottom: 4px;}
	.comment-meta cite.fn {	display: block; padding:1px 0px 0px 1px; margin-bottom:-2px; font-weight: bold; font-style: normal;}
	.comment-meta span sup { line-height: 1;}
	.comment-entry { padding: 8px 0px 1px;}
	.comment-entry p  { margin-bottom: 9px;}
	.comment-entry ul { list-style:outside}
	.comment-entry ul, .comment-entry ol { padding-left: 19px; margin: 0 0 18px;}
	.comment-entry ul li, .comment-entry ol li { line-height:1.7; padding:0; margin:0;}
	.comment-entry + em { padding: 20px 0; display: inline-block;}
	.comment-reply-link {
		display: inline-block;
		padding: 0px 7px;
		margin-top: -1px;
		line-height: 1.7;
	}
	.nocomments { padding-top:8px;}
	.logged-in-as a {margin-right: -4px;}
	
	ol.commentlist { margin: 0; padding: 0; list-style-type: none;}
	ol.commentlist .comment { clear: both; position: relative;}
	ol.commentlist .comment #respond { margin-top:28px;}
	ol.commentlist .comment {
		margin-top: 19px; padding-top:27px;
		border-top: 1px solid #f4f4f4; border-color:rgba(0,0,0,.04);
	}
	ol.commentlist .comment:first-child { margin-top:0; padding-top:0; border:0;}
	
	ol.commentlist .children { clear: both; padding: 0; list-style-type: none; margin:17px 0 0; padding-top:27px; border-top: 1px solid #f4f4f4; border-color:rgba(0,0,0,.04);}
	ol.commentlist .children li { padding-left: 45px;}
	ol.commentlist .children .children { margin-left:-45px;}
	ol.commentlist .children .children li { padding-left: 90px;}
	
	ol.commentlist li.pingback div > .avatars { display:none;}
	ol.commentlist li.pingback .children { margin-top:18px;}
	.commentlist .pagination ul li + li { margin:0 0 0 1px;}
	
/*	Pagination
------------------------------------------- */
	.load_more, .prev, .next, .postnav a {-moz-transition: background-color .8s ease-in; -webkit-transition: background-color .8s ease-in; -o-transition: background-color .8s ease-in;}
	.load_more:hover, .prev:hover, .next:hover, .postnav a:hover { -moz-transition: background-color .1s ease-in; -webkit-transition: background-color .1s ease-in; -o-transition: background-color .1s ease-in}
	
	.load_more { position:relative;	display: inline-block; }
	.load_more, .load_more_icon { width:76px; height: 76px;}	
	.load_more_icon { display:block;}
	
	.prev, .next {
		position:absolute; display:block;
		background:url(../images/elegance_sprite.png) no-repeat; background-size:987px 705px; background-color:rgba(43,43,43,.9);
		font:0/0 serif; color:transparent; z-index:999;
	}
	
	.page-pagination { padding: 10px 0;}
	.page-pagination a, .page-pagination > span {
		display: inline-block;  padding:0px 9px; margin-left:-1px; margin-bottom:2px; height: 23px; 
		font-size:11px;	line-height: 23px;
	}
	.page-pagination a:last-child { margin-left:2px;}	
	.pagination { padding: 25px 0; position:relative!important; clear:both; text-align:center;}	
	.paginationhide .page-numbers { display:none;}
	.page-numbers { margin: 0; padding:0; list-style: none;}
	.page-numbers li { display: inline; vertical-align: middle;}
	.page-numbers a, .page-numbers span {
		display: inline-block;  padding:0px 9px; height: 23px; 
	}
	.page-numbers .prev, .page-numbers .next {position:relative;}
	
	.postnav {
		padding: 27px 0 20px;
		border-top: 1px solid rgba(0,0,0,.03);
	}
	.postnav a {
		display: inline-block;
		margin-right: 2px;
		width: 35px; height: 34px;
		background: url(../images/elegance_sprite.png); background-size:987px 705px;
		text-indent:100%; font:0/0 serif; color: transparent;
	}
	.blog_link {float: right;}	
	.prev_post_link a { background-position: -334px -148px;}	
	.blog_link a { margin-right: 0;background-position: -611px -94px;}	
	.next_post_link a { background-position: -381px -148px;}
	
	.flex-next, .flex-prev {
		position: absolute;  top:15px;
		display: block; width:25px; height:25px;
		background: url(../images/elegance_sprite.png) no-repeat; background-size:987px 705px;
		text-indent:100%; font:0/0 serif;
		z-index:999;
		-moz-transition: background-color .2s ease-in; -o-transition: background-color .2s ease-in;-webkit-transition: background-color .2s ease-in;
	}
	.flex-next { right:16px; background-position:-385px -105px;}
	.flex-next:hover { background-position:-385px -152px;}
	
	.flex-prev { right:43px;background-position:-339px -105px;}
	.flex-prev:hover { background-position:-339px -152px;}
	.flex-prev:hover, .flex-next:hover { 
		background-color: #fff;
		-moz-transition: background-color .2s ease-in; -o-transition: background-color .2s ease-in;-webkit-transition: background-color .2s ease-in;
	}
		
	.gallery_slider .prev { left:27px; background-position:-338px -104px;}
	.gallery_slider .prev:hover { background-position:-338px -151px;}
	.gallery_slider .next { right:27px; background-position:-385px -104px;}
	.gallery_slider .next:hover { background-position:-385px -151px;}
	.gallery_slider .next, .gallery_slider .prev { top:50%; margin-top:-15px; width:27px; height:27px; z-index:100;}

/********************************************************************************

	SINGLE

********************************************************************************/
	.post_single { float: left; width: 100%;}
	.post_single .post_inner {  margin-right: 553px;}
	
	.post_reply {  float: left; width: 533px; margin-left: -533px; margin-top: 0; z-index:1;}
	.post_reply .post_inner {  padding: 36px 25px 31px 24px; padding-bottom:31px !important;}

	.bottomcomments .post_single {float: none;margin-bottom: 30px}
	.bottomcomments .post_reply {margin-left: 0;float: none; clear: both;}
	.ie8 .bottomcomments .post_reply {/* width: 853px; */width: 100%;}
	.contentfull.bottomcomments .post_single .post_inner {  margin-right: 0;}

	.ie8 .post_single { /* width: 852px; */ float:left; margin:0px 20px 20px 0px;}

	/* .ie8 .post_single .post_inner, .ie8 .post_reply { margin:0;} */

	.ie8 .post_single.comments_open {
		width: 1406px;
	}
	.ie8 .bottomcomments .post_reply {
		width: 853px;
	}


	.ie8 .post_single.comments_close {
		width: 853px;
	}
	.ie8 .post_single.comments_close .post_inner {margin-right: 0;}


	.ie8 .contentfull .post_single, .ie8 .contentfull.bottomcomments .post_reply {
		width: 100% !important;
		max-width: 100% !important;
	}

	



/********************************************************************************

	CONTACT PAGE 

********************************************************************************/
	.tpl_contact { position: relative; padding:0;}
	.content_map, .location-map-container {
		position:absolute; width:100%; height:100%; top:0; bottom: 0;
	}	
	.contact_adress {
		position: relative;
		display:inline-block;
		margin:15% 60px 0 0;
		width:374px; min-height: 100px;
		vertical-align:top;	text-align:left;
		z-index:1;
	}
	.contact_adress article { margin:0; width:100%;}
	.contact_adress .post-shadow {position: inherit;}
	.contact_adress .post_area_title { margin: 0 24px 25px 24px; padding: 31px 0 28px;}
	.contact_adress .entry-content { padding:0px 22px 25px 23px;}	
	.contact_adress .qd_contact-form { padding-top:7px;}
	.contact_adress .form_line {margin-bottom: 7px;}
	.contact_adress .eligance_contact_button {margin-top: 2px;}

	/* close button for contact page */
	.contact_close {
		position:absolute;  right:24px; top:28px;
		width:34px; height:33px;
		background: url(../images/elegance_sprite.png) no-repeat #fff -54px -148px; background-size:987px 705px;
		text-indent:100%; font:0/0 serif;
		z-index:999;
		-moz-transition: background-color .2s ease-in; -o-transition: background-color .2s ease-in;-webkit-transition: background-color .2s ease-in;
	}
	.contact_close:hover { background-position: -7px -148px;}
	.contact_close_active, .contact_close_active:hover { background-position: -477px -383px;}
	
/********************************************************************************

	POST FORMAT

********************************************************************************/	
	.post_format_line { height:48px; background-color: #f5f5f5; background-color: rgba(0,0,0,.04);}
	.post_format_icon { margin: -37px 0 0px 37px; position:relative; display: block; width: 47px; height: 47px; z-index:9;-moz-transition: background-color .2s ease-in; -o-transition: background-color .2s ease-in;-webkit-transition: background-color .2s ease-in;}
	
	.post_img + .post-bg .post_format_line { display: none;}

	/* Gallery */
	.format-gallery .postformat_gallery + .post-bg .post_format_line { display: none;}
	
	.postformat_gallery + .post-bg .post_area_title, .post_img + .post-bg .post_area_title { padding-top:19px;}
	.postformat_gallery + .post-bg .post_format_icon, .post_img + .post-bg .post_format_icon { position: absolute; top: 0;}

	.postformat_gallery { position:relative; overflow: hidden;	width:100%; height:430px;}
	.postformat_gallery .prev {	right:66px; background-position:-336px -102px;}
	.postformat_gallery .prev:hover { background-position:-336px -149px;}
	.postformat_gallery .next {	right:34px; background-position:-383px -102px;}
	.postformat_gallery .next:hover { background-position:-383px -149px;}
	
	.postformat_gallery .next, .postformat_gallery .prev { bottom:12px; width:31px; height:31px;}
	
	.small_post_size .postformat_gallery  { height:203px;}
	.small_post_size .postformat_gallery .prev { right:59px; background-position:-339px -105px;}
	.small_post_size .postformat_gallery .prev:hover { background-position:-339px -152px;}
	.small_post_size .postformat_gallery .next { right:32px; background-position:-386px -105px;}
	.small_post_size .postformat_gallery .next:hover { background-position:-386px -152px;}
	.small_post_size .postformat_gallery .next, .small_post_size .postformat_gallery .prev { width:25px; height:25px;}
	
	/* Link */	
	.format-link .post_format_line { display:none;}
	.format-link .post_format_icon { float:left; margin:0px 17px 0px 0px;}
	.format-link .post_area_title { padding:23px 0px 23px;}
	.format-link .post_img + .post-bg .post_format_icon { position:relative;}
	
	.format-link .hide_post_title .post_area_title { border:0; padding:0;}
	.format-link .hide_post_title .extra_wrap { display:none;}
	.format-link .hide_post_title .post_format_line { display: block;}
	.format-link .hide_post_title .post_format_icon { float:none; margin: -37px 0 11px 13px;}
	.format-link .hide_post_title .post_img + .post-bg .post_format_line { display: none;}
	.format-link .hide_post_title .post_img + .post-bg .post_format_icon { position: absolute; top: 0;}
	.single .format-link .post_format_line { display:block;}
	.single .format-link .post_format_icon { float: none; margin: -37px 0 0px 37px;}
	.single .format-link .post_area_title { padding-top: 11px;}
	
	/* Status */
	.format-status .entry-content {
		/* overflow:hidden; */
		font: 18px/24px Georgia,"Times New Roman",Palatino,serif;
	}
	.format-status .entry-content iframe.twitter-tweet {
		margin: 0!important; max-width: 100%!important;
		-moz-box-shadow: 	none!important;
		-webkit-box-shadow: none!important;
		box-shadow: 		none!important;
		-moz-border-radius: 	0!important;
		-webkit-border-radius: 	0!important;
		border-radius: 			0!important;
		border:0!important;
		background:#fff!important;
		min-height: 200px;
	}
	.format-status .entry-content iframe.twitter-tweet body div {
		padding: 0 !important;
		background: #ccc !important;
		display: none !important;

	}


	.format-status .entry-content iframe.twitter-tweet-rendered .screen-name.url span { text-decoration:none!important;}
	.format-status.entry-content .twitter-tweet-rendered .entry-title { margin: 12px 0px 12px 3px!important; font-style: italic!important; line-height: 1.1!important;}
	.format-status.entry-content .twitter-tweet-rendered .footer a.view-details span, .twitter-tweet-rendered .twt-tweet .footer ul.twt-actions b { font-size: 11px!important;}
	.format-status.entry-content .twitter-tweet-rendered + p { margin:0;}
	iframe.twitter-tweet {min-width: 100% !important;}

	.single .format-status .post_format_icon, .single .format-status .post_format_line  { display: none;}
	
	.single .format-status .post_area_title {padding-top: 16px;}


	/* video */
	.format-video .post_area_title { padding-top:19px;}
	.single .format-video .post_format_icon, .single .format-video .post_format_line  { display: none;}
	
	/* Quote */
	.format-quote .entry-content { padding: 29px 25px 0px 38px;}
	.format-quote .post_format_icon {margin: 0 0 -8px 37px;}
	.single .format-quote blockquote.cite {margin-bottom: 57px;}

/********************************************************************************

	GALLERY

********************************************************************************/
	.content_area.gallery_template { padding:0;}
	.gallery_listing {
		float: left; display:inline-block;
		-moz-transition: none; -webkit-transition: none; -o-transition: none;
	}
	.gallery_listing:hover { box-shadow: 0 0 80px 0 rgba(0,0,0,.29);}

	.ie8 .gallery_listing .post_format_icon {display: none;}
	.ie8 .gallery_listing:hover .post_format_icon {display: block;}

	.gallery_template .gallery_wrap { overflow:hidden; padding-bottom: 130px;}

	.double_thumb, .double_thumb img { position: absolute; top: 0; right: 0; bottom: 0; left: 0;}
	.double_thumb {overflow: hidden;}
	.double_thumb img {	margin: auto;}
	.double_thumb img.custom_colored_thumbnail { z-index:1;}
	
	.postcontent {
		position:absolute; left:0; bottom:150px;
		display: block;
		width: 100%;
		text-align:left;
		z-index:1;
	}
	 .postcontent-text {
		position: absolute;
		display: block;
		width: 100%;
		opacity: 0;
	}

	.postcontent-bg { position: absolute; display:none;}
	.postcontent_area_title { height:56px;}
	.postcontent-title {
		overflow: hidden;
		margin:0; padding:8px 45px 0px 16px;
		height: 38px;
		vertical-align: middle;
		text-transform:uppercase;
	}
	.postcontent-title a {
		display: table-cell;
		width: 100%; height: 38px;
		vertical-align: middle;
		-ms-word-break: break-all; -o-word-break: break-all; word-break: break-word;
	}
	.postcontent-ico { position:absolute; right:4px; top:3px; margin:0;}
	.postcontent-entry { 
		overflow: hidden; padding:16px 20px 20px 17px;
		color:#797979; font-size:11px;
	}

	.gallery_listing .img-light .postcontent-zoom {
		display: block;
		position: absolute; left: 0;right: 0;top: 0;bottom: 0;
		background-color: rgba(59,59,59,.3);
		z-index: 999;
		opacity: 0;
		-moz-transition:	all .4s ease;
		-o-transition:		all .4s ease;
		-webkit-transition: all .4s ease;
	}	

/*	Gallery grid
-------------------------------------------------- */
	.content_area.classic_gallery_template {padding-right: 0;}
	.gallery_listing_grid {
		margin-bottom: 20px;
		
		margin-right: 20px;
		float: left;
		display: inline-block;
	}
	.gallery_listing_grid .postcontent_area_title {position: relative;height: auto;min-height: 62px;}
	.gallery_listing_grid .postcontent-img { display: block;position: relative; background: #363636; line-height:.7; text-align: center; overflow: hidden; }
	
	.gallery_listing_grid .postcontent-zoom {display: none;}
	.gallery_listing_grid .img-light .postcontent-zoom {
		display: block;
		position: absolute; left: 0;right: 0;top: 0;bottom: 0;
		background: url(../images/ico-zoom.png) no-repeat 50% rgba(53,53,53,.9); background-size: 18px 18px;
		opacity: 0;
		z-index: 1;
		-moz-transition:	all .4s ease;
		-o-transition:		all .4s ease;
		-webkit-transition: all .4s ease;
	}
	.gallery_listing_grid:hover .img-light .postcontent-zoom { opacity: 1;}
		
			.gallery_listing_grid .postcontent-img {font-size: 0;}
			.gallery_listing_grid .postcontent-img img { 
				vertical-align: middle;				
				left: 0;
				position: relative;
				top: 0;
				right: 0;
				bottom: 0;
				margin: auto;
			}

	.gallery_listing_grid .img-contrast img.custom_colored_thumbnail {z-index: 1;}
	.gallery_listing_grid .img-contrast img.custom_colored_thumbnail,
	.gallery_listing_grid .img-contrast img.custom_black_white_thumbnail { 
		position: absolute; left: 0; top: 0; right:0; bottom: 0; margin:auto;
	}

	.gallery_listing_grid .postcontent-ico {top: 7px;}	
	.gallery_listing_grid .postcontent_title_align {display:table-cell; height: 41px; min-height: 41px; padding: 9px 0 10px; vertical-align: middle;}
	.gallery_listing_grid .postcategories { padding: 0 0 0px 17px;margin-bottom: -1px;}
	.gallery_listing_grid .postcontent-title { padding-top: 0; padding-left: 16px; height: auto;}
	.gallery_listing_grid .postcontent-title a {height: auto;}
	.gallery_listing_grid .postcontent-entry {
		padding: 15px 20px 16px 17px;
		font-size: 12px;
	}
	.gallery-overlay-fixed {
		position: absolute;
		left: 0; right: 0; top: 0; bottom: 0;
		overflow: hidden;
		background-color: rgba(59,59,59,.3);
		z-index: 1;
	}

/*	Gallery single
-------------------------------------------------- */
	.gallery_single {
		display: none;
		position: fixed; top: 0;
		overflow: hidden; float: left;
		width: 100%; min-height: 100%;
		z-index: 10000;
		/* -moz-transition:	all .8s ease-in;
		-o-transition:		all .8s ease-in;
		-webkit-transition: all .8s ease-in; */
	}	
	.gallery_center {
		position: absolute;
		left: 0; right: 0; top: 0; bottom: 0; margin: auto;
		/*size for lightbox with content*/ width: 812px; height: 423px;
		background: #363636;
		text-align: left;
		z-index: 9999999;
		box-shadow: 0 0 40px rgba(0,0,0,.35);
	}
	.gallery_left { 
		float: right;
		width: 296px;
		height: 423px;
	}	
	.gallery_width { z-index:99;}
	.gallery_single .indent { padding:13px 0 11px;}
	.gallery_single .indent_content { padding:9px 24px 0px 24px;}
	.gallery_single .indent_buttom { padding:0px 0px 0 30px;}
	
	.gallery_slider { position:absolute; left:0; top:0; right:296px; bottom:0; background:#363636;}

	.gallery_single .entry-content { position:relative; left:0; top:0; bottom:0; overflow: auto; padding:0; font-size: 11px; line-height: 1.4;}
	.gallery-title { margin:0 0 16px 24px; word-break:break-word;}
		.gallery_content .gallery-title {height: 18px;overflow: hidden;}
	
	.gallery_single .postcategories { text-align:left; padding:9px 0 2px 24px;}
	.postcontent-line {
		clear:both;	margin:0px 0 19px 24px;	width:30px; height:1px; 
		background-color:#dedede; background-color:rgba(0,0,0,.13);
	}
	.gallery_close {
		position:absolute; right:12px; top:13px;
		display: block; width:27px; height:27px;
		background: url(../images/elegance_sprite.png) no-repeat #404040 -10px -151px; background-size:987px 705px;
		text-indent:100%; font:0/0 serif;
		z-index:999;
		-moz-transition: background-color .2s ease-in; -o-transition: background-color .2s ease-in;-webkit-transition: background-color .2s ease-in;
	}
	.gallery_close:hover { background-color: #fff; background-position: -57px -151px;}
	.youtube iframe { z-index: 1; display: inline;}

	.gallery_small_content {
		width: auto; height: auto;	
		top: 5%; bottom: 5%;
		left: 5%; right: 5%;
		visibility: hidden;	
	}
	.lt-ie9 .gallery_small_content { width: 90%;/* fix for ie to center block */}
	.gallery_small_content {-moz-transition: max-width .2s ease-in; -o-transition: max-width .2s ease-in;-webkit-transition: max-width .2s ease-in;-moz-transition: max-height .2s ease-in; -o-transition: max-height .2s ease-in;-webkit-transition: max-height .2s ease-in;}
	.gallery_small_content .gallery_slider {right: 0;}
	.gallery_small_content .gallery_slider + .gallery_left {display: none;}
	.gallery_small_content .gallery_slider .jp-jplayer {height: 437px !important;}
	.gallery_small_content div.mc-image {
		-webkit-background-size:cover;
		-moz-background-size: 	cover;
		-o-background-size: 	cover;
		background-size: 		cover;
	}

	/* max width for lightbox small content: postformat audio and video; */
	.gallery_small_max_width {
		max-width: 748px; 
		max-height: 480px;		
	}


/********************************************************************************

	SHORCODES

********************************************************************************/
	.jp-type-single { position: relative;}
	.jp-play, .jp-pause, .jp-stop, .jp-stop:before, .jp-interface, .jp-volume, .jp-mute, .jp-unmute, .jp-audio, .jp-videoface, .jp-video-play-icon, .jp-full-screen, .jp-restore-screen, .jp-repeat, .jp-repeat-off { background:url(../images/elegance_sprite.png); background-size:987px 705px;}
	.jp-play, .jp-pause, .jp-stop {	float:left; text-indent:100%; font:0/0 serif; color: transparent;}
	.jp-play, .jp-pause, .jp-stop { width: 36px; height: 43px;}
	.jp-play { background-position: -427px -190px;}
	.jp-pause { background-position: -474px -190px;}
	.jp-stop { position: relative; margin:0px 0px 0px 2px; background-position: -524px -190px; -moz-transition:none;-o-transition:none;-webkit-transition:none;}
	.jp-stop:active { background-position: -571px -190px;}
	.jp-stop:before { content:''; position:absolute; left:-2px; top:10px; width:2px; height:22px; background-position:0 -47px;}	

	.jp-control { float: left; overflow: hidden;}
	.jp-interface { position: relative; height:22px; padding: 10px 12px 0 18px;	background-position:0 -37px;}
	
	.jp-progress { position: relative; padding: 7px 0 0;}
	.jp-seek-bar, .jp-volume-bar { height: 8px; border-radius: 4px; background: url(../images/elegance_sprite.png) repeat-x 0 -8px #252628; background-size:987px 705px; cursor: pointer;}
	
	.jp-seek-bar {width: 100% !important;}

	.jp-play-bar { height: 8px; border-radius: 4px;}
	
	.jp-volume { position: absolute; right: 11px; top: 10px; height: 22px; background-position: 0px -47px;}

	.jp-volume {
		position: relative; right: 0; top: 0;		
		float: right;
		margin: -15px 0 0 0;
	}
	
	.jp-mute { background-position: -629px -205px;}
	.jp-unmute { display: none; background-position: -676px -205px;}
	.jp-mute, .jp-unmute { position: absolute; width: 13px; height: 15px; text-indent:100%;	font:0/0 serif; color: transparent;}
	.jp-volume-max { display: none!important;}
	.jp-volume-bar { margin-top:7px;}
	.jp-volume-bar-value { height: 8px; border-radius: 4px}
	.jp-no-solution { visibility: hidden }
	.jp-title { display: none;}
	
	.jp-audio, .jp-videoface { position:relative; overflow:hidden; height: 43px; margin-bottom:21px; background-repeat:repeat-x; background-position: 0 -611px;}
	
/*	Audio
-------------------------------------------------- */
	.gallery_slider .jp-audio {	position:absolute; left:0; right:0; top:50%; margin:-13px 10% 0;}
	.post-audio .jp-audio { margin-bottom:0;}
	.jp-audio .jp-interface {overflow: hidden;}
	.jp-audio .jp-mute, .jp-audio .jp-unmute { left: -24px; top: -2px;}
	.jp-audio .jp-volume { float: right; margin-top: 10px;}
	.jp-audio .jp-volume-bar {
		margin-left: 35px;
		margin-top: 6px;
		margin-right: 12px;
		float: right;
		width: 54px;
		position: relative;
	}
	.jp-audio .jp-volume-bar-value { position:absolute; bottom: 0;}
	.jp-audio .jp-title {
		display: none;
		position: absolute; right: 121px; bottom: -9px;
		color: #fff;
		font-size: 9px;
	}
		
/*	Video
-------------------------------------------------- */
	.video_frame {overflow: hidden;  height: 0; /* visibility: hidden; */}
	.video_frame object {visibility: hidden;overflow: hidden;}


	.video_frame .jp-videoface { margin-bottom:0;}
	.jp-video { position:relative;}
	.jp-jplayer { background:#000; overflow: hidden;}
	
	.jp-video-play { position: absolute; top:50%; left: 50%; margin-left: -40px; margin-top:-25px;}
	.jp-video-play-icon {
		display: block; width:79px; height: 50px; border-radius: 3px;
		background-position: -517px -94px; background-color:#333;
		text-indent:100%; font:0/0 serif; color: transparent;
	}

	.jp-video .jp-interface { margin-left:74px;}
		.jp-video .jp-progress { margin-right: 120px;}
			.jp-video .jp-current-time { left: 2px;}
			.jp-video .jp-duration { right: 2px;}
			.jp-video .jp-duration, .jp-video .jp-current-time { position: absolute; bottom:-16px; color: #c2c2c2; font-size: 10px;}
	
	.jp-video .jp-toggles { width: 106px;}
		.jp-video .jp-full-screen {
			position: absolute; left: 10px; top:5px;
			width: 15px; height: 12px;
			background-position: -423px -141px;
			text-indent:100%; font:0/0 serif; color: transparent;
		}
		.jp-video .jp-restore-screen {
			position: absolute; left: 10px; top:5px; 
			display:none; width: 15px; height: 12px;
			background-position: -423px -176px;
			text-indent:100%; font:0/0 serif; color: transparent;
		}
		.jp-video .jp-repeat, .jp-video .jp-repeat-off {
			position: absolute; left:31px; top: 3px; width: 13px; height: 15px; 
			text-indent:100%; font:0/0 serif; color: transparent;
		}
		.jp-video .jp-repeat { background-position: -470px -94px;}
		.jp-video .jp-repeat-off { display: none; background-position: -470px -126px;}
		.jp-video .jp-mute, .jp-video .jp-unmute { left: 47px; top:5px;}
		.jp-video .jp-volume-bar { margin-left:64px;}
		
	#gallery_single_content .jp-video, #gallery_single_content .jp-video .jp-type-single { height: 100%!important;}
	#gallery_single_content .jp-video .jp-jplayer > object, #gallery_single_content .jp-video .jp-jplayer > img, #gallery_single_content .jp-video .jp-jplayer > video { width: 100% !important;height: 100%!important;}
	
	.blog .jp-video .jp-full-screen, .search .jp-video .jp-full-screen, .small_post_size .jp-current-time, .small_post_size .jp-duration { display:none!important;}
		
	.blog .jp-video .jp-progress, .search .jp-video .jp-progress { margin-right: 102px;}
	.blog .jp-video .jp-volume, .search .jp-video .jp-volume { background-position: 17px -47px;}	
	
	.jp-video-full .fluid-width-video-wrapper { padding-top: 50% !important;}
	.jp-video-full .jp-jplayer { position: fixed!important; left:0; top:0; overflow: hidden; z-index: 10000;}
	.jp-video-full .jp-videoface { position: fixed; left: 0; bottom: 0; width: 100%; z-index: 20000;}

	.gallery_slider .jp-jplayer {height: 380px!important}
	.gallery_slider .jp-video-full .jp-jplayer {height: 100%!important}
	.gallery_slider .jp-videoface {margin-bottom: 0;}
	.gallery_slider .jp-play, .gallery_slider .jp-pause, .gallery_slider .jp-stop {background-color:transparent!important;}

	
/*	Blog
-------------------------------------------------- */					
	.content_area .post_wrap {visibility: hidden;}
	.hidden_area {display: none!important;}
	
/*	Shara custom
-------------------------------------------------- */	
	.shara_opt { float:left; overflow:hidden; position:relative; vertical-align:middle; margin:0 -21px 0 0;}
	.shara_fb { margin-right:14px;}
	.shara_gp { margin-right:-29px;}
	.shara_pt { margin-right:6px;}

/*	Social links small
-------------------------------------------------- */	
	.social_links {
		display:inline-block; 
		text-align:left;
		text-indent:100%; font:0/0 serif; color: transparent; vertical-align:middle;
		-moz-transition: background-color .8s; -o-transition: background-color .8s;	-webkit-transition: background-color .8s;
	}	
	.social_links.small_icon { margin:0 2px 4px;}	
	.social_links:hover { -moz-transition:background-color .05s; -o-transition:background-color .05s; -webkit-transition:background-color .05s;}
	.social_links.small_icon, .social_links.small_icon .social-item { width:24px; height:24px;}
	.social_links.small_icon, .social_links.small_icon .social-item { background:url(../images/elegance_sprite.png); background-size:987px 705px;}
	.social-item { display:block; opacity: 0;}
		
	/*	light	*/
		.rss_feed.small_icon.invers, .rss_feed.small_icon.invers:hover { background-position: 0 -282px;}		
		.facebook_account.small_icon.invers, .facebook_account.small_icon.invers:hover { background-position: -48px -282px;}		
		.twitter_account.small_icon.invers, .twitter_account.small_icon.invers:hover { background-position: -235px -282px;}		
		.dribble_account.small_icon.invers, .dribble_account.small_icon.invers:hover { background-position: -188px -282px;}		
		.email_to.small_icon.invers, .email_to.small_icon.invers:hover { background-position: -94px -282px;}		
		.google_plus_account.small_icon.invers, .google_plus_account.small_icon.invers:hover { background-position: -141px -282px;}		
		.flicker_account.small_icon.invers, .flicker_account.small_icon.invers:hover { background-position: -658px -282px;}
		.vimeo_account.small_icon.invers, .vimeo_account.small_icon.invers:hover { background-position: -376px -282px;}		
		.youtube_account.small_icon.invers, .youtube_account.small_icon.invers:hover { background-position: -282px -282px;}		
		.linkedin_account.small_icon.invers, .linkedin_account.small_icon.invers:hover { background-position: -893px -282px;}		
		.pinterest_account.small_icon.invers, .pinterest_account.small_icon.invers:hover { background-position: -329px -282px;}		
		.picasa_account.small_icon.invers, .picasa_account.small_icon.invers:hover { background-position: -423px -282px;}		
		.digg_account.small_icon.invers, .digg_account.small_icon.invers:hover { background-position: -470px -282px;}
		.plurk_account.small_icon.invers, .plurk_account.small_icon.invers:hover { background-position: -517px -282px;}
		.tripadvisor_account.small_icon.invers, .tripadvisor_account.small_icon.invers:hover { background-position: -564px -282px;}
		.yahoo_account.small_icon.invers, .yahoo_account.small_icon.invers:hover { background-position: -611px -282px;}		
		.delicious_account.small_icon.invers, .delicious_account.small_icon.invers:hover { background-position: -940px -282px;}		
		.devianart_account.small_icon.invers, .devianart_account.small_icon.invers:hover { background-position: -705px -282px;}		
		.tumblr_account.small_icon.invers, .tumblr_account.small_icon.invers:hover { background-position: -752px -282px;}		
		.skype_account.small_icon.invers, .skype_account.small_icon.invers:hover { background-position: -799px -282px;}		
		.apple_account.small_icon.invers, .apple_account.small_icon.invers:hover { background-position: -846px -282px;}		
		.aim_account.small_icon.invers, .aim_account.small_icon.invers:hover { background-position: -564px -423px;}		
		.paypal_account.small_icon.invers, .paypal_account.small_icon.invers:hover { background-position: -611px -423px;}		
		.blogger_account.small_icon.invers, .blogger_account.small_icon.invers:hover { background-position: -658px -423px;}		
		.behance_account.small_icon.invers, .behance_account.small_icon.invers:hover { background-position: -705px -423px;}		
		.myspace_account.small_icon.invers, .myspace_account.small_icon.invers:hover { background-position: -752px -423px;}		
		.stumble_account.small_icon.invers, .stumble_account.small_icon.invers:hover { background-position: -799px -423px;}		
		.forrst_account.small_icon.invers, .forrst_account.small_icon.invers:hover { background-position: -846px -423px;}		
		.imdb_account.small_icon.invers, .imdb_account.small_icon.invers:hover { background-position: -893px -423px;}
		.instagram_account.small_icon.invers, .instagram_account.small_icon.invers:hover { background-position: -940px -423px;}

	/*	dark	*/
		.rss_feed.small_icon, .rss_feed.small_icon:hover { background-position: 0 -235px;}
		.rss_feed.small_icon .social-item { background-position: 0 -282px;}
		
		.facebook_account.small_icon, .facebook_account.small_icon:hover { background-position: -48px -235px;}
		.facebook_account.small_icon .social-item { background-position: -48px -282px;}
		
		.twitter_account.small_icon, .twitter_account.small_icon:hover { background-position: -235px -235px;}
		.twitter_account.small_icon .social-item { background-position: -235px -282px;}
		
		.dribble_account.small_icon, .dribble_account.small_icon:hover { background-position: -188px -235px;}
		.dribble_account.small_icon .social-item { background-position: -188px -282px;}
		
		.email_to.small_icon, .email_to.small_icon:hover { background-position: -94px -235px;}
		.email_to.small_icon .social-item { background-position: -94px -282px;}
		
		.google_plus_account.small_icon, .google_plus_account.small_icon:hover { background-position: -141px -235px;}
		.google_plus_account.small_icon .social-item { background-position: -141px -282px;}
		
		.flicker_account.small_icon, .flicker_account.small_icon:hover { background-position:  -658px -235px;}
		.flicker_account.small_icon .social-item { background-position: -658px -282px;}
		
		.vimeo_account.small_icon, .vimeo_account.small_icon:hover { background-position:  -376px -235px;}
		.vimeo_account.small_icon .social-item { background-position: -376px -282px;}
		
		.youtube_account.small_icon, .youtube_account.small_icon:hover { background-position:  -282px -235px;}
		.youtube_account.small_icon .social-item { background-position: -282px -282px;}
		
		.linkedin_account.small_icon, .linkedin_account.small_icon:hover { background-position:  -893px -235px;}
		.linkedin_account.small_icon .social-item { background-position: -893px -282px;}
		
		.pinterest_account.small_icon, .pinterest_account.small_icon:hover { background-position:  -329px -235px;}
		.pinterest_account.small_icon .social-item { background-position: -329px -282px;}
		
		.picasa_account.small_icon, .picasa_account.small_icon:hover { background-position:  -423px -235px;}
		.picasa_account.small_icon .social-item { background-position: -423px -282px;}
		
		.digg_account.small_icon, .digg_account.small_icon:hover { background-position:  -470px -235px;}
		.digg_account.small_icon .social-item { background-position: -470px -282px;}

		.plurk_account.small_icon, .plurk_account.small_icon:hover { background-position:  -517px -235px;}
		.plurk_account.small_icon .social-item { background-position: -517px -282px;}
		
		.tripadvisor_account.small_icon, .tripadvisor_account.small_icon:hover { background-position:  -564px -235px;}
		.tripadvisor_account.small_icon .social-item { background-position: -564px -282px;}

		.yahoo_account.small_icon, .yahoo_account.small_icon:hover { background-position:  -611px -235px;}
		.yahoo_account.small_icon .social-item { background-position: -611px -282px;}
		
		.delicious_account.small_icon, .delicious_account.small_icon:hover { background-position:  -940px -235px;}
		.delicious_account.small_icon .social-item { background-position: -940px -282px;}
		
		.devianart_account.small_icon, .devianart_account.small_icon:hover { background-position:  -705px -235px;}
		.devianart_account.small_icon .social-item { background-position: -705px -282px;}
		
		.tumblr_account.small_icon, .tumblr_account.small_icon:hover { background-position:  -752px -235px;}
		.tumblr_account.small_icon .social-item { background-position: -752px -282px;}
		
		.skype_account.small_icon, .skype_account.small_icon:hover { background-position:  -799px -235px;}
		.skype_account.small_icon .social-item { background-position: -799px -282px;}
		
		.apple_account.small_icon, .apple_account.small_icon:hover { background-position:  -846px -235px;}
		.apple_account.small_icon .social-item { background-position: -846px -282px;}
		
		.aim_account.small_icon, .aim_account.small_icon:hover { background-position:  -564px -376px;}
		.aim_account.small_icon .social-item { background-position: -564px -423px;}
		
		.paypal_account.small_icon, .paypal_account.small_icon:hover { background-position:  -611px -376px;}
		.paypal_account.small_icon .social-item { background-position: -611px -423px;}
		
		.blogger_account.small_icon, .blogger_account.small_icon:hover { background-position:  -658px -376px;}
		.blogger_account.small_icon .social-item { background-position: -658px -423px;}
		
		.behance_account.small_icon, .behance_account.small_icon:hover { background-position:  -705px -376px;}
		.behance_account.small_icon .social-item { background-position: -705px -423px;}
		
		.myspace_account.small_icon, .myspace_account.small_icon:hover { background-position:  -752px -376px;}
		.myspace_account.small_icon .social-item { background-position: -752px -423px;}
		
		.stumble_account.small_icon, .stumble_account.small_icon:hover { background-position:  -799px -376px;}
		.stumble_account.small_icon .social-item { background-position: -799px -423px;}
		
		.forrst_account.small_icon, .forrst_account.small_icon:hover { background-position:  -846px -376px;}
		.forrst_account.small_icon .social-item { background-position: -846px -423px;}
		
		.imdb_account.small_icon, .imdb_account.small_icon:hover { background-position:  -893px -376px;}
		.imdb_account.small_icon .social-item { background-position: -893px -423px;}

		.instagram_account.small_icon, .instagram_account.small_icon:hover { background-position: -940px -376px;}
		.instagram_account.small_icon .social-item { background-position: -940px -423px;}
		
		.widget_social_links ul .no_icon, .widget_social_links ul .no_icon span {
			overflow: visible; width: auto; height: auto; text-indent:inherit; background: none;
			border-radius: 0;
			-moz-transition: color 0.2s ease-in; -webkit-transition: color 0.2s ease-in; -o-transition: color 0.2s ease-in;
		}
		.no_icon:hover { background: none; opacity:1!important}

/*	Social links big (for post and text widget)
-------------------------------------------------- */

		.social_links { margin: 0 3px 7px 0; width: 39px; height: 39px;}
		.social_links, .social-item { background: url(../images/sprite_socialbuttons.png); background-size: 78px 1170px;}
		.social-item { width: 39px; height: 39px;}
		
		/*	light	*/
			.rss_feed.invers, .rss_feed.invers:hover { background-position: right 0;}			
			.facebook_account.invers, .facebook_account.invers:hover { background-position: right -156px;}		
			.twitter_account.invers, .twitter_account.invers:hover { background-position: right -195px;}	
			.dribble_account.invers, .dribble_account.invers:hover { background-position: right -117px;}			
			.email_to.invers, .email_to.invers:hover { background-position: right -234px;}
			.google_plus_account.invers, .google_plus_account.invers:hover  { background-position: right -273px;}			
			.flicker_account.invers, .flicker_account.invers:hover  { background-position: right -39px;}			
			.vimeo_account.invers, .vimeo_account.invers:hover { background-position: right -78px;}
			.youtube_account.invers, .youtube_account.invers:hover { background-position: right -312px;}			
			.linkedin_account.invers, .linkedin_account.invers:hover { background-position: right -350px;}			
			.pinterest_account.invers, .pinterest_account.invers:hover { background-position: right -390px;}			
			.picasa_account.invers, .picasa_account.invers:hover { background-position: right -975px;}			
			.digg_account.invers, .digg_account.invers:hover { background-position: right -1014px;}
			.plurk_account.invers, .plurk_account.invers:hover { background-position: right -936px;}			
			.tripadvisor_account.invers, .tripadvisor_account.invers:hover { background-position: right -897px;}
			.yahoo_account.invers, .yahoo_account.invers:hover { background-position: -40px -819px;}			
			.delicious_account.invers, .delicious_account.invers:hover { background-position: right -1092px;}			
			.devianart_account.invers, .devianart_account.invers:hover { background-position: right -663px;}			
			.tumblr_account.invers, .tumblr_account.invers:hover { background-position: right -702px;}			
			.skype_account.invers, .skype_account.invers:hover { background-position: right -741px;}			
			.apple_account.invers, .apple_account.invers:hover  { background-position: right -780px;}			
			.aim_account.invers, .aim_account.invers:hover { background-position: right -1053px;}			
			.paypal_account.invers, .paypal_account.invers:hover { background-position: right -468px;}			
			.blogger_account.invers, .blogger_account.invers:hover { background-position: right -585px;}			
			.behance_account.invers, .behance_account.invers:hover { background-position: right -624px;}			
			.myspace_account.invers, .myspace_account.invers:hover { background-position: right -859px;}			
			.stumble_account.invers, .stumble_account.invers:hover { background-position: right -429px;}			
			.forrst_account.invers, .forrst_account.invers:hover { background-position: right -506px;}	
			.imdb_account.invers, .imdb_account.invers:hover { background-position: right -547px;}
			.instagram_account.invers, .instagram_account.invers:hover { background-position: right -1131px;}

		/*	dark	*/
			.rss_feed, .rss_feed:hover { background-position: 0 0;}
			.rss_feed .social-item { background-position: right 0;}
			
			.facebook_account, .facebook_account:hover { background-position: 0 -156px;}
			.facebook_account .social-item { background-position: right -156px;}
			
			.twitter_account, .twitter_account:hover { background-position: 0 -195px;}
			.twitter_account .social-item { background-position: right -195px;}
			
			.dribble_account, .dribble_account:hover { background-position: 0 -117px;}
			.dribble_account .social-item { background-position: right -117px;}
			
			.email_to, .email_to:hover { background-position: 0 -234px;}
			.email_to .social-item { background-position: right -234px;}
			
			.google_plus_account, .google_plus_account:hover { background-position: 0 -273px;}
			.google_plus_account .social-item { background-position: right -273px;}
			
			.flicker_account, .flicker_account:hover { background-position: 0 -39px;}
			.flicker_account .social-item { background-position: right -39px;}
			
			.vimeo_account, .vimeo_account:hover { background-position: 0 -78px;}
			.vimeo_account .social-item { background-position: right -78px;}
			
			.youtube_account, .youtube_account:hover { background-position: 0 -312px;}
			.youtube_account .social-item { background-position: right -312px;}
			
			.linkedin_account, .linkedin_account:hover { background-position: 0 -350px;}
			.linkedin_account .social-item { background-position: right -350px;}
			
			.pinterest_account, .pinterest_account:hover { background-position: 0 -390px;}
			.pinterest_account .social-item { background-position: right -390px;}
			
			.picasa_account, .picasa_account:hover { background-position: 0 -975px;}
			.picasa_account .social-item { background-position: right -975px;}
			
			.digg_account, .digg_account:hover { background-position: 0 -1014px;}
			.digg_account .social-item { background-position: right -1014px;}

			.plurk_account, .plurk_account:hover { background-position: 0 -936px;}
			.plurk_account .social-item { background-position: right -936px;}
			
			.tripadvisor_account, .tripadvisor_account:hover { background-position: 0 -897px;}
			.tripadvisor_account .social-item { background-position: right -897px;}

			.yahoo_account, .yahoo_account:hover { background-position: -1px -819px;}
			.yahoo_account .social-item { background-position: -40px -819px;}
			
			.delicious_account, .delicious_account:hover { background-position: 0 -1092px;}
			.delicious_account .social-item { background-position: right -1092px;}
			
			.devianart_account, .devianart_account:hover { background-position: 0 -663px;}
			.devianart_account .social-item { background-position: right -663px;}
			
			.tumblr_account, .tumblr_account:hover { background-position: 0 -702px;}
			.tumblr_account .social-item { background-position: right -702px;}
			
			.skype_account, .skype_account:hover { background-position: 0 -741px;}
			.skype_account .social-item { background-position: right -741px;}
			
			.apple_account, .apple_account:hover { background-position: 0 -780px;}
			.apple_account .social-item { background-position: right -780px;}
			
			.aim_account, .aim_account:hover { background-position: 0 -1053px;}
			.aim_account .social-item { background-position: right -1053px;}
			
			.paypal_account, .paypal_account:hover { background-position: 0 -468px;}
			.paypal_account .social-item { background-position: right -468px;}
			
			.blogger_account, .blogger_account:hover { background-position: 0 -585px;}
			.blogger_account .social-item { background-position: right -585px;}
			
			.behance_account, .behance_account:hover { background-position: 0 -624px;}
			.behance_account .social-item { background-position: right -624px;}
			
			.myspace_account, .myspace_account:hover { background-position: 0 -859px;}
			.myspace_account .social-item { background-position: right -859px;}
			
			.stumble_account, .stumble_account:hover { background-position: 0 -429px;}
			.stumble_account .social-item { background-position: right -429px;}
			
			.forrst_account, .forrst_account:hover { background-position: 0 -506px;}
			.forrst_account .social-item { background-position: right -506px;}
			
			.imdb_account, .imdb_account:hover { background-position: 0 -547px;}
			.imdb_account .social-item { background-position: right -547px;}

			.instagram_account, .instagram_account:hover { background-position: 0 -1131px;}
			.instagram_account .social-item { background-position: right -1131px;}
			
			
			.rss_feed:hover, .rss_feed .social-item, .rss_feed:hover .social-item 									{ background-color: #ffb400;}
			.facebook_account:hover, .facebook_account .social-item, .facebook_account:hover .social-item 			{ background-color: #3b5998;}
			.twitter_account:hover, .twitter_account .social-item, .twitter_account:hover .social-item 				{ background-color: #00c3f4;}
			.dribble_account:hover, .dribble_account .social-item, .dribble_account:hover .social-item 				{ background-color: #f977a6;}
			.email_to:hover, .email_to .social-item, .email_to:hover .social-item 									{ background-color: #a8c000;}
			.google_plus_account:hover, .google_plus_account .social-item, .google_plus_account:hover .social-item 	{ background-color: #4b8df7;}
			.flicker_account:hover, .flicker_account .social-item, .flicker_account:hover .social-item 				{ background-color: #ff0084;}
			.vimeo_account:hover, .vimeo_account .social-item, .vimeo_account:hover .social-item 					{ background-color: #1ab7ea;}
			.youtube_account:hover, .youtube_account .social-item, .youtube_account:hover .social-item 				{ background-color: #b72d28;}
			.linkedin_account:hover, .linkedin_account .social-item, .linkedin_account:hover .social-item 			{ background-color: #4b8df7;}
			.pinterest_account:hover, .pinterest_account .social-item, .pinterest_account:hover .social-item 		{ background-color: #cb2027;}
			.picasa_account:hover, .picasa_account .social-item, .picasa_account:hover .social-item 				{ background-color: #4b8df8;}
			.digg_account:hover, .digg_account .social-item, .digg_account:hover .social-item 						{ background-color: #1b5891;}
			.plurk_account:hover, .plurk_account .social-item, .plurk_account:hover .social-item 					{ background-color: #cf682f;}
			.tripadvisor_account:hover, .tripadvisor_account .social-item, .tripadvisor_account:hover .social-item 	{ background-color: #589642;}
			.yahoo_account:hover, .yahoo_account .social-item, .yahoo_account:hover .social-item	 				{ background-color: #ab64bc;}
			.delicious_account:hover, .delicious_account .social-item, .delicious_account:hover .social-item 		{ background-color: #004795;}
			.devianart_account:hover, .devianart_account .social-item, .devianart_account:hover .social-item 		{ background-color: #54675a;}
			.tumblr_account:hover, .tumblr_account .social-item, .tumblr_account:hover .social-item 				{ background-color: #34526f;}
			.skype_account:hover, .skype_account .social-item, .skype_account:hover .social-item 					{ background-color: #33bff3;}
			.apple_account:hover, .apple_account .social-item, .apple_account:hover .social-item 					{ background-color: #4c4c4c;}
			.aim_account:hover, .aim_account .social-item, .aim_account:hover .social-item 							{ background-color: #ffb400;}
			.paypal_account:hover, .paypal_account .social-item, .paypal_account:hover .social-item 				{ background-color: #0079c1;}
			.blogger_account:hover, .blogger_account .social-item, .blogger_account:hover .social-item 				{ background-color: #ff6403;}
			.behance_account:hover, .behance_account .social-item, .behance_account:hover .social-item 				{ background-color: #1769ff;}
			.myspace_account:hover, .myspace_account .social-item, .myspace_account:hover .social-item 				{ background-color: #003399;}
			.stumble_account:hover, .stumble_account .social-item, .stumble_account:hover .social-item 				{ background-color: #cc492b;}
			.forrst_account:hover, .forrst_account .social-item, .forrst_account:hover .social-item 				{ background-color: #176023;}
			.imdb_account:hover, .imdb_account .social-item, .imdb_account:hover .social-item 						{ background-color: #f4c118;}
			.instagram_account:hover, .instagram_account .social-item, .instagram_account:hover .social-item 		{ background-color: #99654d;}

/*	Social button
-------------------------------------------------- */
	#fb-root { zoom: 1;}

/*	Tab group
-------------------------------------------------- */
	.tabgroup { display: none; }
	.no-js .tabgroup { display: block }
	.no-js .tabgroup div { clear: both }
	.ui-tabs { margin-bottom: 20px;}
		.ui-tabs .ui-tabs-nav { margin: 0; padding: 0; display: block;}
		.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; margin: 0 -2px -2px 0; padding: 0; white-space: nowrap; border: 1px solid transparent }
		.ui-tabs .ui-tabs-nav li:last-child { background: none;}
		/* .ui-tabs .ui-tabs-nav li:before { content: ''} */
		.ui-tabs .ui-tabs-nav li a { float: left; padding: 8px 13px 6px; margin: 0; text-decoration: none;	}
	/* .ui-tabs .ui-tabs-nav li:before { position:absolute; left:-1px; top:6px; color:#e3e3e3; color:rgba(0,0,0,.06); content: "|";}
	.ui-tabs .ui-tabs-nav li:first-child:before { display:none;} */
	.ui-tabs .ui-tabs-nav li.ui-tabs-active {
		margin-bottom: -1px; border: 1px solid;
		border-radius: 2px 2px 0 0;
		z-index: 2;
	}
	.ui-tabs .ui-tabs-nav li.ui-tabs-active { content: ''}
	/* .ui-tabs .ui-tabs-nav li.ui-tabs-active:before,
	.ui-tabs .ui-tabs-nav li.ui-tabs-active:after {
		position: absolute; top:inherit; bottom:-1px;
		width: 4px; height: 4px;
		border: 1px solid;
		content: " "; 
	}
	.ui-tabs .ui-tabs-nav li.ui-tabs-active:before {
		left: -5px;
		border-width: 0 1px 1px 0; border-bottom-right-radius: 3px;
	}
	.ui-tabs .ui-tabs-nav li.ui-tabs-active:after {
		right: -5px; bottom:-1px;
		border-width: 0 0 1px 1px; border-bottom-left-radius: 3px;
	}
	.ui-tabs .ui-tabs-nav li.ui-tabs-active:first-child:before { display:none;} */
		.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
		.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
		.ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
		.ui-tabs .ui-tabs-nav li a,
		.ui-tabs.ui-tabs-collapsible
		.ui-tabs-nav li.ui-tabs-active a { cursor: pointer; }
	.ui-tabs .ui-tabs-panel {
		display: block; clear: both;
		padding: 11px 13px 10px; margin: 0;
		border: 1px solid;
		border-radius: 2px;
	}
	.ui-tabs #tabs-1 {border-radius: 0 2px 2px;}
	.ui-tabs .ui-tabs-hide { display: none !important; }
	
	footer .ui-tabs .ui-tabs-nav li a { padding: 6px 6px 4px; font-size:11px;}

/*	Toggle
-------------------------------------------------- */
	.toggle {
		padding: 12px 25px 13px 0px; margin-bottom:18px;
		border-radius: 2px;
		border: 1px solid;
		overflow:hidden;
	}
	.toggle + .toggle { margin-top:-16px;}
	
	h4.trigger { position: relative; padding: 0px 0px 0px 41px;  margin: 0; cursor: pointer;}
	.t_ico {
		position: absolute; top: -3px; left: 9px;
		display: block; width: 19px; height: 19px;
		background:url(../images/elegance_sprite.png) no-repeat -329px -188px; background-size:987px 705px;
		z-index: 1;
	}
	.active .t_ico { background-position:-376px -188px;}
	.toggle_container {	 padding: 14px 0px 0px 14px; display: none}

	.toggle_container.active {display: block;}

/*	Button
-------------------------------------------------- */
	.qd_button { display:inline-block; margin-bottom:4px; vertical-align: middle;}
	.btn_small { padding: 0 10px; height: 23px; text-transform: lowercase;}
	.qd_button_small { display:inline-block; padding: 0 10px; height: 23px;	text-transform: lowercase; vertical-align: middle;}
	
	.btn_middle { padding: 0 14px; height: 34px; text-transform: uppercase;}
	.btn_large  { padding: 0 28px; height: 40px; text-transform: uppercase;}

/*	Notification
-------------------------------------------------- */
	.qd_notification{ clear:both;margin-bottom:21px;padding:31px 25px 31px 71px;position:relative}
	.qd_notification + .qd_notification { margin-top:-6px;}
	.qd_notification:before { content:''; position:absolute; left:27px; top:31px; display:block; width:26px; height:26px;}

/*
----------------------------------------------------------------------------------*/
	#videoplayer iframe {width: 100%;height: 100%;}
	.fancybox-wrap { box-shadow: 0 0 46px 3px rgba(0,0,0,0.3);}

/********************************************************************************

ELEMET STYLES

********************************************************************************/
	.gallery-item { position: relative; margin-top:0!important; vertical-align:top; line-height:1; float:none!important; display:inline-block;}
	.gallery-item .lightbox-zoom { display: none;}
	.gallery-icon {
		display:inline-block;
		padding: 6px; margin:0 10px 0 0;
		box-shadow: 1px 2px 5px rgba(28,20,6,0.14);
		background: #fff; 
		box-sizing: border-box;
	}
	.gallery-icon .lightbox { display:block;}
	.gallery-icon img { border:0!important;}
	.gallery-item p { display: none;}
	.gallery-caption {
		display:inline-block;
		position:absolute;  left:0; right:0; top:80%;
		padding: 5px 10px 5px; margin:0px 10px 0px -10px;
		background:#363636; background:rgba(54,54,54,.9); color:#f0f0f0;
		z-index:1;
		-ms-word-break: break-all; -o-word-break: break-all; word-break: break-word;
		-webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto;
	}

/* ************************************************************************* */	
	
	article a.double_thumb>img{
		opacity:0;
	}
			ul.load, .loading ul {display: none;}
			.loading ul.load {display:block;font-size: 20px;position: absolute;margin: -10px 0 0 -10px !important;padding:0 !important;list-style: none;top:50%;left:50% }
			.loading ul.load li { background-color:#fff; float:left; margin:0 .1em .15em;width: 5px;height: 5px;}
			.gallery_listing .loading ul.load li {background-color: #404040;}
			.loading ul.load li:nth-child(1) { 
				-webkit-animation:       
					opa 4s ease-in infinite alternate;  
				-moz-animation:       
					opa 4s ease-in infinite alternate; 
				-o-animation:       
					opa 4s ease-in infinite alternate; 
				-ms-animation:       
					opa 4s ease-in infinite alternate; 
				animation:       
					opa 4s ease-in infinite alternate; 
			}
			.loading ul.load li:nth-child(2) {    
				-webkit-animation:       
					opa2 4s ease-in infinite alternate;
				-moz-animation:       
					opa2 4s ease-in infinite alternate; 
				-o-animation:       
					opa2 4s ease-in infinite alternate; 
				-ms-animation:       
					opa2 4s ease-in infinite alternate; 
				animation:       
					opa2 4s ease-in infinite alternate;
			}
			.loading ul.load li:nth-child(3) {    
				-webkit-animation:       
					opa3 4s ease-in infinite alternate;
				-moz-animation:       
					opa3 4s ease-in infinite alternate; 
				-o-animation:       
					opa3 4s ease-in infinite alternate; 
				-ms-animation:       
					opa3 4s ease-in infinite alternate; 
				animation:       
					opa3 4s ease-in infinite alternate;
			}

			@-webkit-keyframes opa {
				0%  { opacity: 1; }
				5% { opacity: 0; }
				50% { opacity: 0; }
			}
			@-moz-keyframes opa {
				0%  { opacity: 1; }
				5% { opacity: 0; }
				50% { opacity: 0; }
			}
			@-ms-keyframes opa {
				0%  { opacity: 1; }
				5% { opacity: 0; }
				50% { opacity: 0; }
			}
			@-0-keyframes opa {
				0%  { opacity: 1; }
				5% { opacity: 0; }
				50% { opacity: 0; }
			}
			@keyframes opa {
				0%  { opacity: 1; }
				5% { opacity: 0; }
				50% { opacity: 0; }
			}

			@-webkit-keyframes opa2 {
				0%  { opacity: 1; }
				10% { opacity: 0; }
				55% { opacity: 0; }
			}
			@-moz-keyframes opa2 {
				0%  { opacity: 1; }
				10% { opacity: 0; }
				55% { opacity: 0; }
			}
			@-ms-keyframes opa2 {
				0%  { opacity: 1; }
				10% { opacity: 0; }
				55% { opacity: 0; }
			}
			@-0-keyframes opa2 {
				0%  { opacity: 1; }
				10% { opacity: 0; }
				55% { opacity: 0; }
			}
			@keyframes opa2 {
				0%  { opacity: 1; }
				10% { opacity: 0; }
				55% { opacity: 0; }
			}

			@-webkit-keyframes opa3 {
				0%  { opacity: 1; }
				15% { opacity: 0; }
				60% { opacity: 0; }
			}
			@-moz-keyframes opa3 {
				0%  { opacity: 1; }
				15% { opacity: 0; }
				60% { opacity: 0; }
			}
			@-ms-keyframes opa3 {
				0%  { opacity: 1; }
				15% { opacity: 0; }
				60% { opacity: 0; }
			}
			@-0-keyframes opa3 {
				0%  { opacity: 1; }
				15% { opacity: 0; }
				60% { opacity: 0; }
			}
			@keyframes opa3 {
				0%  { opacity: 1; }
				15% { opacity: 0; }
				60% { opacity: 0; }
			}
			img.desaturate {
				filter: grayscale(100%);
				-webkit-filter: grayscale(100%);
				-moz-filter: grayscale(100%);
				-ms-filter: grayscale(100%);
				-o-filter: grayscale(100%);
			}

/*	MaxImage include

@todo add correct styles

-------------------------------------------------- */
	.mc-hide-scrolls { overflow:hidden;}
	body #gallery_single_content.mc-cycle {
		height:100%;
		left:0;
		overflow:hidden;
		position:fixed;
		top:0;
		width:100%;
		z-index:-1;
	}
	body #fullscreen_slideshow.mc-cycle {
		top: -4px;
		height: 100%;
		overflow:hidden;
		position:relative;
		width:100%;
		z-index: auto;
	}
	.slideshow_template  {
		position: fixed;
	}

	.slideshow_template .timeline {position: relative;z-index: 9999;height: 4px;background-color: #171717 }
	.slideshow_template .jcycle_navigation {width: 144px; margin:8px 0px 0 5px; padding: 0; display: inline-block;}
	.slideshow_template .jcycle_navigation li {margin: 0 2px 0 0; padding: 0; list-style: none; float: left; opacity:0;}
	.slideshow_template .jcycle_navigation li a {
		display: block;
		background-color: #000;
		background-color: rgba(0,0,0,.7);
		width: 44px;
		height: 44px;
		margin: 0;
		background-image: url('../images/bg_slides_nav.png');
		background-repeat: no-repeat;
		background-position: -136px 0;

		-webkit-transition: background-color 0.8s linear;
		-moz-transition: background-color 0.8s linear;
		-o-transition: background-color 0.8s linear;
		-ms-transition: background-color 0.8s linear;
		transition: background-color 0.8s linear;
}

.slideshow_template .jcycle_navigation li a:hover {
	-webkit-transition: background-color 0.05s linear;
	-moz-transition: background-color 0.05s linear;
	-o-transition: background-color 0.05s linear;
	-ms-transition: background-color 0.05s linear;
	transition: background-color 0.05s linear;
}

	.slideshow_template .jcycle_navigation li a.pause_slider.paused {background-position: 0 0}
	.slideshow_template .jcycle_navigation li a.slide_next{background-position: -92px 0}
	.slideshow_template .jcycle_navigation li a.slide_prev{background-position: -46px 0}
	.slideshow_template .jcycle_navigation li span{display: none;}
	.slideshow_template .slide_content {position: absolute;z-index: 9999; padding: 0;}
	div.description_padding {margin:20px 30px;}

	.slideshow_template .slide_content .has_background_color {padding:17px 30px 24px;}

	.horizontal_left { text-align: left;left:54px;}
	.horizontal_left .entry-title, .horizontal_left .jcycle_navigation {text-align: left;}
	.slideshow_template .slide_content.horizontal_center {text-align: center; margin-left: auto;margin-right: auto;}
	.horizontal_right {right: 54px; text-align: right; float: right;}
	.horizontal_right .entry-title, .horizontal_right .jcycle_navigation {text-align: right;}
	.horizontal_right article{float:right;}

	.vertical_top {top:54px;}
	.vertical_bottom {bottom: 54px;}
	.article_container {max-width: 50%; min-width: 204px;}

	.slideshow_template .slide_content .entry-title {padding: 0 0 15px 0;margin: 0 0 17px 0px;font-size: 60px;line-height: 100%;font-weight: 700;text-transform: uppercase; background: url(../images/bg_slideshow_title.png) no-repeat 5px 100% transparent;word-wrap: break-word;color:#fff}
	.slideshow_template .slide_content.horizontal_center .entry-title {background-position: 50% 100%;}
	.slideshow_template .slide_content.horizontal_right .entry-title {background-position: 100% 100%;}
	.slideshow_template .slide_content .entry-content {padding: 0;margin:10px 0 10px 5px;color:#fff}
	.slideshow_template .slide_content.horizontal_right .jcycle_navigation {margin-right: -9px;}

	.fullwidth_slider_link {display: block; position: absolute; top:0; bottom: 0; left: 0; right: 0;}

	.fullscreen div.mc-image{ width:100% !important; height:100% !important;}

	.postformat_gallery div.mc-image {-webkit-transition: opacity 1s ease-in-out; -moz-transition: opacity 1s ease-in-out; -o-transition: opacity 1s ease-in-out;}
	
	#fullscreen_slideshow .mc-image img {position: relative;}

.slideshow_template #fullscreen_slideshow,
.slideshow_template #fullscreen_slideshow > div {width: 100%!important; height: 100%!important}
.content_area.slideshow_template { padding:0}
.slideshow_template #fullscreen_slideshow > div img, .slideshow_template a, .slideshow_template div.mc-image { -webkit-transition: none; -moz-transition: none; -o-transition: none;}

.slideshow_image_type img {	margin: 0 !important;}

/*	Nano scroll (for lightbox;)
-------------------------------------------------- */
	.nano { position: relative; overflow: hidden; width: 100%; height: 100%;}
	.nano .content { position: absolute; left: 0; right: 0; top: 72px; bottom: 0; overflow: scroll; overflow-x: hidden;}
	.nano .content:focus { outline: none;}
	.nano .content::-webkit-scrollbar { visibility: hidden;}
	.has-scrollbar .content::-webkit-scrollbar { visibility: visible;}
	.nano > .pane {
		position: absolute;
		width: 3px; cursor: pointer;
		top: 41px; right: 11px; bottom: 0px;	
		visibility: visible;
		opacity: .01;
		-webkit-transition: .2s;
		-moz-transition: 	.2s;
		-o-transition: 		.2s;
	}
	.nano > .pane > .slider {  width: 3px; position: relative;  margin: 0;}
	.nano:hover > .pane, .pane.active, .pane.flashed { opacity: 0.99; visibility: visible;}
		.nano { 
			width: 295px;
			height: 397px;
		}
		.nano .pane   { background: #d6d6d6;}
		.nano .slider { background: #4e4e4e;}


/*	Password lightbox
-------------------------------------------------- */
#password_lightbox {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -200px;
	margin-top: -74px;
	display: none;
	width:400px;
	background:#fff;
	box-shadow: rgba(0, 0, 0, 0.0980392) 1px 1px 2px 0px;
	text-align:left;
	z-index: 9999999;
}
#password_lightbox form{margin: 20px 24px 24px;}
#password_lightbox input{position: relative;}

.gallery_listing, .gallery_listing:hover {overflow: visible!important}
.bypostauthor {}


/*	custom css
-------------------------------------------------- */

#page-21 { 
position: relative;
display: inline-block;
margin: 40% 60px 0 0;
width: 400px;
min-height: 100px;
vertical-align: top;
text-align: left;
z-index: 1;
}

#page-21 .post-bg { 
background: url(../images/fond-contact.png) no-repeat !important;
background-color:#be491f !important;
}

#page-565 { 
position: relative;
display: inline-block;
margin: 40% 60px 0 0;
width: 400px;
min-height: 100px;
vertical-align: top;
text-align: left;
z-index: 1;
}

#page-565 .post-bg { 
background: url(../images/fond-contact.png) no-repeat !important;
background-color:#be491f !important;
}


#page-472 { 
position: relative;
display: inline-block;
margin: 25% 60px 0 0;
width: 400px;
min-height: 100px;
vertical-align: middle;
text-align: left;
z-index: 1;
}

#page-472 .post-bg { 
background: url(../images/fond-contact.png) repeat-y !important;
background-color:#be491f !important;
}

#page-567 { 
position: relative;
display: inline-block;
margin: 25% 60px 0 0;
width: 400px;
min-height: 100px;
vertical-align: middle;
text-align: left;
z-index: 1;
}

#page-567 .post-bg { 
background: url(../images/fond-contact.png) repeat-y !important;
background-color:#be491f !important;
}


.disNone { 
visibility:hidden;
}


#flags_language_selector ul{
     list-style-type: none;
     padding:0 !important;
     margin:0 !important;
     
}

#flags_language_selector li {
     display: inline-block;
     margin: 0px 0 13px 0;
     }

#flags_language_selector img {
     vertical-align:middle;
}

body {
     -webkit-font-smoothing: antialiased;
}

.clickopen {
     color:#bb4316 !important;
}

.clickopen:hover {
     color:#e6a995 !important;
}

blockquote {
    border : none !important;
}



.post-492 .post-bg {
background-color:none !important;
}



