 


@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:0.99; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:0.99; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:0.99; } }
 
.fade-in {
    opacity:0;  
    -webkit-animation:fadeIn ease-in 1;  
    -moz-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;
 
    -webkit-animation-fill-mode:forwards; 
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
 
    -webkit-animation-duration:0.7s;
    -moz-animation-duration:0.7s;
    animation-duration:0.7s;
}
 
.fade-in.one {
	-webkit-animation-delay: 0.7s;
	-moz-animation-delay: 0.7s;
	animation-delay: 0.7s;
}

.fade-in.two {
	-webkit-animation-delay: 1.2s;
	-moz-animation-delay:1.2s;
	animation-delay: 1.2s;
}
 
.fade-in.three {
	-webkit-animation-delay: 1.6s;
	-moz-animation-delay: 1.6s;
	animation-delay: 1.6s;
}
#supersized { 
	opacity:0;  /* make things invisible upon start */
	-webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
	-moz-animation:fadeIn ease-in 1;
	animation:fadeIn ease-in 1;
	
	-webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
	
	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	animation-duration:1s;
	
	-webkit-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

#gallery_caption {
	opacity:0;  /* make things invisible upon start */
	-webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
	-moz-animation:fadeIn ease-in 1;
	animation:fadeIn ease-in 1;
	
	-webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
	
	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	animation-duration:1s;
	
	-webkit-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

.post_header h2, h1, h2, h3, h4, h5, h6, h7, #page_caption h1, #page_content_wrapper .sidebar .content .sidebar_widget li h2, #contact_form label, #commentform label, #page_content_wrapper .sidebar .content .sidebar_widget li h2.widgettitle, h2.widgettitle, .post_date, .pagination span, .pagination a:hover, #page_caption h2, .filter li a.active, .filter li a:hover
{
	color: #a8a8a8 !important;
}

body { font-size:16px; }

#menu_wrapper .nav ul li a, #menu_wrapper div .nav li a { font-size:14px; }

#menu_wrapper .nav ul li ul li a, #menu_wrapper div .nav li ul li a, #menu_wrapper div .nav li.current-menu-parent ul li a { font-size:12px; }

#page_caption h1 { font-size:30px; }

h1 { font-size:40px; }

h2 { font-size:24px; }

h3 { font-size:26px; }

h4 { font-size:22px; }

h5 { font-size:18px; }

h6 { font-size:16px; }

#gallery_caption h2 { font-size:24px; }

a { color:#ffffff; }

#page_content_wrapper a:hover, #page_content_wrapper a:active { color:#ff0000; }

#page_content_wrapper .inner .sidebar_wrapper .sidebar .content { color:#999999; }

#page_content_wrapper .inner .sidebar_wrapper a { color:#cccccc; }

#page_content_wrapper .inner .sidebar_wrapper a:hover, #page_content_wrapper .inner .sidebar_wrapper a:active { color:#ff0000; }

#footer { color:#999999; }

#footer a { color:#cccccc; }

#footer a:hover, #footer a:active { color:#ff0000; }

input[type=submit], input[type=button], a.button, .button, #toTop:hover { 
	background: #ff0000;
}
.widget_tag_cloud div a:hover, .meta-tags a:hover, #footer .widget_tag_cloud div a:hover, #footer .meta-tags a:hover, .tag_cloud a:hover, .woocommerce ul.products li.product a.add_to_cart_button, .woocommerce-page ul.products li.product a.add_to_cart_button, .woocommerce ul.products li.product a.add_to_cart_button.loading, .woocommerce-page ul.products li.product a.add_to_cart_button.loading, .woocommerce ul.products li.product a.add_to_cart_button:hover, .woocommerce-page ul.products li.product a.add_to_cart_button:hover, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button, .woocommerce .widget_shopping_cart .widget_shopping_cart_content a.button, .woocommerce table.cart td.actions .button.alt.checkout-button, .woocommerce #payment #place_order, .woocommerce-page #payment #place_order, .woocommerce table.cart td.actions .button.alt {
	background: #ff0000 !important;
}

input[type=submit], input[type=button], a.button, .button { 
	color: #ffffff;
}
input[type=submit]:hover, input[type=button]:hover, a.button:hover, .button:hover
{
	color: #ffffff !important;
}
.widget_tag_cloud div a:hover, .meta-tags a:hover, #footer .widget_tag_cloud div a:hover, #footer .meta-tags a:hover, .tag_cloud a:hover, .woocommerce ul.products li.product a.add_to_cart_button, .woocommerce-page ul.products li.product a.add_to_cart_button, .woocommerce ul.products li.product a.add_to_cart_button.loading, .woocommerce-page ul.products li.product a.add_to_cart_button.loading, .woocommerce ul.products li.product a.add_to_cart_button:hover, .woocommerce-page ul.products li.product a.add_to_cart_button:hover, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button, .woocommerce .widget_shopping_cart .widget_shopping_cart_content a.button, .woocommerce table.cart td.actions .button.alt.checkout-button, .woocommerce #payment #place_order, .woocommerce-page #payment #place_order, .woocommerce table.cart td.actions .button.alt {
	color: #ffffff !important;
}

input[type=submit], input[type=button], a.button, .button { 
	border: 1px solid #ff0000;
}
.widget_tag_cloud div a:hover, .meta-tags a:hover, #footer .widget_tag_cloud div a:hover, #footer .meta-tags a:hover, .tag_cloud a:hover {
	border: 1px solid #ff0000 !important;
}

.post_header h2, h1, h2, h3, h4, h5, .portfolio_header h6, pre, code, tt
{
	color: #a8a8a8;
}
#menu_wrapper .nav ul li a, #menu_wrapper div .nav li a { color: #000000; }
#menu_wrapper div .nav li ul li a, #menu_wrapper div .nav li.current-menu-item ul li a, #menu_wrapper div .nav li ul li.current-menu-item a, #menu_wrapper .nav ul li ul li a, #menu_wrapper .nav ul li.current-menu-item ul li a, #menu_wrapper .nav ul li ul li.current-menu-item a, #menu_wrapper div .nav li.current-menu-parent ul li a, #menu_wrapper div .nav li ul li.current-menu-parent a { color: #777777;  }
#menu_wrapper .nav ul li a.hover, #menu_wrapper .nav ul li a:hover, #menu_wrapper div .nav li a.hover, #menu_wrapper div .nav li a:hover, #menu_wrapper .nav ul li ul li a:hover, #menu_wrapper .nav ul li ul li a:hover, #menu_wrapper div .nav li ul li a:hover, #menu_wrapper div .nav li ul li a:hover, #menu_wrapper div .nav li.current-menu-item ul li a:hover, #menu_wrapper div .nav li.current-menu-parent ul li a:hover { color: #000000;  }
#menu_wrapper .nav ul li a.hover, #menu_wrapper .nav ul li a:hover, #menu_wrapper div .nav li a.hover, #menu_wrapper div .nav li a:hover, #menu_wrapper div .nav li.current-menu-item > a, #menu_wrapper div .nav li.current-menu-parent > a, #menu_wrapper div .nav li.current-menu-ancestor > a, #menu_wrapper div .nav li ul li.current-menu-ancestor a
{
	border-color: #000000;
}
#menu_wrapper div .nav li.current-menu-item > a, #menu_wrapper div .nav li.current-menu-parent > a, #menu_wrapper div .nav li.current-menu-ancestor > a { color: #000000;  }
body { color: #616161; }

.top_bar
{
	background: #ffffff;
}

.top_bar
{
	background: #ffffff;
	background: rgb(255, 255, 255, 1);
	background: rgba(255, 255, 255, 1);
}

#menu_wrapper .nav ul li ul, #menu_wrapper div .nav li ul
{
	background: #ffffff;
	background: rgb(255, 255, 255, 1);
	background: rgba(255, 255, 255, 1);
}

#menu_wrapper div .nav li ul li a, #menu_wrapper div .nav li.current-menu-item ul li a, #menu_wrapper div .nav li ul li.current-menu-item a,#menu_wrapper .nav ul li ul li a, #menu_wrapper .nav ul li.current-menu-item ul li a, #menu_wrapper .nav ul li ul li.current-menu-item a, #menu_wrapper div .nav li.current-menu-parent ul li a, #menu_wrapper div .nav li ul li.current-menu-parent a, #menu_wrapper .nav ul li ul li a, #menu_wrapper div .nav li ul li a, #menu_wrapper div .nav li.current-menu-parent ul li a, #menu_wrapper .nav ul li ul li a:hover, #menu_wrapper .nav ul li ul li a:hover, #menu_wrapper div .nav li ul li a:hover, #menu_wrapper div .nav li ul li a:hover, #menu_wrapper div .nav li.current-menu-item ul li a:hover, #menu_wrapper div .nav li.current-menu-parent ul li a:hover
{
	border-color: #ebebeb;
}

#menu_wrapper .nav ul li ul li a:hover, #menu_wrapper .nav ul li ul li a:hover, #menu_wrapper div .nav li ul li a:hover, #menu_wrapper div .nav li ul li a:hover, #menu_wrapper div .nav li.current-menu-item ul li a:hover, #menu_wrapper div .nav li.current-menu-parent ul li a:hover
{
	color: #000000;
}

.one_half.gallery2 .mask, .one_third.gallery3 .mask, .one_fourth.gallery4 .mask, .wall_thumbnail .mask, .mansory_thumbnail .mask
{
	background: #ff0000;
	background-color: rgba(255,0,0, 0.7);
}

.one_half.gallery2 h4, .one_half.gallery2 span.caption, .one_third.gallery3 h5, .one_third.gallery3 span.caption, .one_fourth.gallery4 h6, .one_fourth.gallery4 span.caption, .wall_thumbnail h6, .wall_thumbnail span.caption, .mansory_thumbnail h6, .mansory_thumbnail span.caption
{
	color: #ffffff;
}

#supersized_overlay
{
	background: transparent url('https://www.wimmer-wurzer.at/wp-content/themes/pptitan/images/fff_90.png') repeat;
}
.portfolio_desc { background: #fff; }
.portfolio_desc { background: rgba(256,256,256,256.6); }
.footer_bar { background: #fff; background: rgba(0,0,0,0.8);  }
input[type=text], input[type=password], .woocommerce table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon .input-text, textarea
{
	background: #ddd;
	border-color: #ddd !important;
	color: #777;
}
.woocommerce table.shop_table th, .woocommerce-page table.shop_table th
{
	background: #ddd;
	border-color: #ddd;
}


.footer_bar {
    background: none;
}

#footer {
    border-top: 0px solid #888888;
    color: #ffffff;
    font-size: 14px;
    margin: none;
    padding-bottom: 0;
    padding: 0,5%x;
    width: 980px;
    word-wrap: break-word;
    background: #666666;
}

#page_content_wrapper .inner .sidebar_content.full_width {
    margin-top: 0;
    padding: 22px 0 20px;
    width: 960px;
}

#menu_wrapper .nav ul li ul li a, #menu_wrapper div .nav li ul li a, #menu_wrapper div .nav li.current-menu-parent ul li a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #EBEBEB;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 8px 10px;
    width: 250px;
    background: #FFFFFF;
}

a {
    color: #000000;
}

#copyright {
    color: #888888;
   width: 100%;
    font-family: 'Oswald','helvetica neue',Helvetica,Arial,sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: none;
}

#menu-item-78 a:hover {
    border-bottom: 3px solid #336699 !important;
}

#menu-item-78 a:activ {
    border-bottom: 3px solid #336699 !important;
}

#menu-item-75 a:hover {
    border-bottom: 3px solid #7d6497 !important;
}

#menu-item-76 a:hover {
    border-bottom: 3px solid #9cac42 !important;
}

#menu-item-77 a:hover {
    border-bottom: 3px solid #666666 !important;
}

#menu-item-85 a:hover {
    border-bottom: 3px solid #666666 !important;
}

#supersized_overlay {
    background: none repeat scroll 0 0 #FFFFFF;
}

#page_caption h1 {
    font-size: 20px;
    margin-top: 10px;
}

#footer .sidebar_widget.three > li {
    margin: 15px 0px 25px 30px;
    
}

#footer .sidebar_widget li h2.widgettitle {
    margin-bottom: 0;
    margin-top: 0;
   color: #9BAB41 !important;
}

#footer .sidebar_widget.three > li.last {
    margin-right: 0;
    width: 25% !important;
}

#footer .sidebar_widget.three > li.first {
    margin-right: 0;
    width: 25% !important;
}

#page_content_wrapper a:hover {
    color: #7B4A8D !important;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul li:first-child, #footer ul.sidebar_widget li ul li:first-child, #footer ul.sidebar_widget li .textwidget, #footer ul.sidebar_widget li .flickr {
    padding-top: 0;
}

input[type="submit"], input[type="button"], a.button, .button, #toTop:hover {
    background: none repeat scroll 0 0 #7B4A8D;
}

input[type="submit"], input[type="button"], a.button, .button {
    border: 1px solid #7B4A8D;
}