.clear  { clear: both; }
.nobr   { white-space: nowrap; }
ins 	{ text-decoration: none; }
#jquery-style-css { display: none; } .cart-holder {
position: relative;
z-index: 199;
}
#header.type-1 .cart-holder { float: right; }
#header.type-3 .cart-holder,
#header.type-6 .cart-holder {
float: right;
margin: 9px 10px;
}
.cart-list { display: inline-block; }
.header-in .cart-list {
position: relative;
z-index: 199;
display: block;
}
.cart-set > li,
.cart-list > li {
position: relative;
display: block;
float: left;
margin: 0 2px;
}
.cart-list > li:first-child { margin-left: 0; }
.cart-list > li { margin-left: 20px; }
.count-wishlist,
.count-compare {
position: relative;
display: block;
width: 46px;
height: 42px;
border-width: 1px;
border-style: solid;
border-color: transparent;
background-color: #ecf0f1;
text-align: center;
color: #292f38;
-webkit-border-radius: 4px;
border-radius: 4px;
-webkit-transition: background-color .4s ease;
transition: background-color .4s ease;
}
.count-wishlist:hover,
.count-compare:hover { background-color: #34495e; }
.count-wishlist:before,
.count-compare:before {
font-family: 'fontawesome';
font-size: 23px;
line-height: 40px;
-webkit-transition: color .4s ease;
transition: color .4s ease;
}
.count-wishlist:before { content: "\f08a"; }
.count-compare:before  { content: "\f0c5"; }
.count-wishlist:hover:before,
.count-compare:hover:before { color: #fff; }
.shopping-button {
position: relative;
display: block;
padding: 9px 16px;
background-color: #e74c3c;
color: #fff;
-webkit-transition: color 1s ease, background-color 1s ease;
transition: color 1s ease, background-color 1s ease;
-webkit-border-radius: 4px;
border-radius: 4px;
}
.shopping-button:hover {
color: #fff;
background-color: #34495e;
}
.shopping-button .shop-icon {
position: relative;
display: inline-block;
margin-right: 20px;
}
.shopping-button .shop-icon:before {
font-size: 24px;
font-family: 'fontawesome';
content: "\f07a";
}
.shopping-button b small { display: none; }
.cart-set .count {
position: absolute;
right: 6px;
top: 14px;
width: 18px;
height: 18px;
background-color: #e74c3c;
line-height: 18px;
color: #fff;
font-size: 10px;
text-align: center;
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-transition: color 1s ease, background-color 1s ease;
transition: color 1s ease, background-color 1s ease;
}
.shopping-button .count {
top: 5px;
right: -10px;
background-color: #34495e;
}
.shopping-button:hover .count { background-color: #e74c3c; } .cart-dropdown > li {
position: absolute;
margin-top: 10px;
z-index: 300;
right: 0;
top: 100%;
visibility: hidden;
min-width: 380px;
background-color: #fff;
border-top-style: solid;
border-top-width: 3px;
border-top-color: #e74c3c;
text-align: left;
opacity: 0;
-webkit-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
-webkit-transform: scale(0.2) translate(200px, -100px);
transform: scale(0.2) translate(200px, -100px);
-webkit-transform-origin: 70% 0 0;
transform-origin: 70% 0 0;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#shopping-button:hover .cart-dropdown > li.first-dropdown,
.visible-cart.cart-notification {
visibility: visible;
opacity: 1;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
-webkit-transform: scale(1) translate(0, 0);
transform: scale(1) translate(0, 0);
}
.cart-dropdown > li:after {
position: absolute;
right: 16px;
top: -11px;
height: 0;
width: 0;
border-bottom-style: solid;
border-bottom-width: 8px;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom-color: #e74c3c;
content: "";
}
.cart-dropdown li.cart-notification { padding: 15px; }
.cart-dropdown .added-product-text { float: left; }
.cart-dropdown .cart-notification img {
float: right;
display: block;
padding: 2px;
margin: 0 0 0 10px;
width: 55px;
height: auto;
}
.cart-dropdown .cart_list > li {
position: relative;
padding: 15px;
border-top: 1px solid #ecf0f1;
line-height: 17px;
}
.cart-dropdown .cart_list > li:after {
clear: both;
display: block;
visibility: hidden;
height: 0;
content: ".";
}
.cart_list > li > a,
.cart_list > li > img {
float: left;
margin-right: 10px;
}
.widget_shopping_cart .cart_list > li > a { margin-bottom: 5px; }
.cart-dropdown .product-text {
float: left;
display: block;
width: 200px;
}
.cart-dropdown .product-text .product-name {
display: block;
margin-bottom: 5px;
color: #292f38;
}
.cart-dropdown a:hover { color: #e74c3c; }
.cart-dropdown .sku {
display: block;
font-size: 11px;
}
.cart-dropdown li .cart-quantity {
position: relative;
display: block;
float: left;
width: 55px;
font-size: 13px;
min-height: 55px;
}
.quantity ins { background-color: transparent; }
dl.variation,
dl.variation dd p { margin-bottom: 0; }
dl.variation { margin-top: 5px; }
dl.variation dt,
dl.variation dd { display: inline-block; }
.cart-dropdown dl.variation dt,
.cart-dropdown dl.variation dd { margin-bottom: 5px; }
.widget_shopping_cart_content li .amount { font-weight: 700; }
#sidebar .widget_shopping_cart_content li .amount { color: #292f38; }
.total li small { display: none; }
.cart-dropdown li .remove-item {
position: absolute;
left: 50%;
top: 50%;
margin-top: -7px;
display: block;
font-size: 0;
color: #292f38;
}
.cart-dropdown li .remove-item:hover { color: #e74c3c; }
.widget_shopping_cart li .remove-item {
display: inline-block;
margin-left: 5px;
font-size: 0;
}
#sidebar .widget_shopping_cart li .remove-item { color: #292f38; }
#footer .widget_shopping_cart li .remove-item { color: #fff; }
.widget_shopping_cart_content li .remove-item:before {
font-family: 'fontawesome';
font-size: 13px;
content: "\f00d";
}
#sidebar .widget_shopping_cart_content li .remove-item:hover,
#footer  .widget_shopping_cart_content li .remove-item:hover { color: #e74c3c; }
.widget_shopping_cart_content .total {
padding: 12px 20px;
line-height: 1.2em;
text-align: right;
}
#header .widget_shopping_cart_content .total { background-color: #ecf0f1; }
#sidebar .widget_shopping_content .total {
background-color: #ecf0f1;
color: #292f38;
}
#footer .widget_shopping_cart_content .total { color: #fff; }
.widget_shopping_cart_content .total li {
display: block;
margin-bottom: 10px;
}
.widget_shopping_cart .total li:last-child { margin-bottom: 0; }
.widget_shopping_cart_content .total span {
display: inline-block;
margin-left: 15px;
min-width: 70px;
font-size: 16px;
}
.widget_shopping_cart_content .total strong { font-weight: 300; }
.widget_shopping_cart_content .total li:last-child .amount {
color: #e74c3c;
font-weight: 700;
}
.widget_shopping_cart footer.buttons {
padding: 15px;
text-align: center;
}
#sidebar .widget_shopping_cart footer.buttons { background-color: #fff; }
.cart-dropdown .buttons {
padding: 15px 15px 20px;
text-align: center;
}
.widget_shopping_cart_content .button {
margin-bottom: 0;
padding: 8px 15px 10px;
display: inline-block;
text-align: center;
color: #fff;
-webkit-border-radius: 4px;
border-radius: 4px;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.cart-dropdown .button { min-width: 125px; }
.widget_shopping_cart_content .button.view-cart {
background-color: #e2e6e7;
color: #292f38;
-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0, .17);
box-shadow: inset 0 -2px 0 rgba(0,0,0, .17);
}
.widget_shopping_cart_content .button.checkout {
background-color: #e74c3c;
-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0, .17);
box-shadow: inset 0 -2px 0 rgba(0,0,0, .17);
}
.widget_shopping_cart_content .button.view-cart:hover,
.widget_shopping_cart_content .button.checkout:hover {
background-color: #34495e;
color: #fff;
} .product-carousel { position: relative; } .product-holder {
display: inline-block;
margin-bottom: 20px;
padding-right: 85px;
}
.product-holder .product-title { margin-bottom: 15px; }
.product-filter { margin-bottom: 0; }
.product-filter li {
display: inline-block;
margin-right: 5px;
margin-bottom: 10px;
vertical-align: top;
}
.product-filter li button {
position: relative;
display: block;
padding: 9px 16px;
background-color: #ecf0f1;
color: #292f38;
font-size: 18px;
-webkit-border-radius: 4px;
border-radius: 4px;
-webkit-transition: color 1s ease, background-color 1s ease;
transition: color 1s ease, background-color 1s ease;
}
.product-filter li:hover > button,
.product-filter li.active > button {
background-color: #34495e;
color: #fff !important;
-webkit-transition: color .1s ease, background-color .1s ease;
transition: color .1s ease, background-color .1s ease;
}
.product-filter li button:after {
position: absolute;
bottom: -8px;
left: 50%;
margin-left: -8px;
width: 0;
height: 0;
border-left: 8px solid transparent;
border-top: 8px solid transparent;
border-right: 8px solid transparent;
content:"";
-webkit-transition: border-color 1s ease;
transition: border-color 1s ease;
}
.product-filter li button:hover:after,
.product-filter li.active button:after {
border-top-color: #34495e;
-webkit-transition: border-color .1s ease;
transition: border-color .1s ease;
}  .shop-page-meta {
margin-bottom: 10px;
padding-bottom: 10px;
} .product-single-meta {
padding-top: 10px;
border-top: 1px solid #eee;
}
.product-single-meta a { color: #292f38; }
.product-single-meta a:hover { color: #e74c3c; } .products-container .woocommerce-result-count,
.products-container .woocommerce-ordering {
display: inline-block;
margin-left: 10px;
vertical-align: middle;
}
.products-container .woocommerce-ordering select {
padding: 5px 9px;
font-size: 12px;
}
.products-container .woocommerce-result-count {
margin-bottom: 0;
font-weight: 700;
}
.order-param-button {
display: inline-block;
width: 28px;
height: 28px;
}
.order-param-button a {
display: inline-block;
margin-left: 5px;
width: 28px;
height: 28px;
border-width: 1px;
border-style: solid;
border-color: transparent;
background-color: #ecf0f1;
text-align: center;
line-height: 28px;
-webkit-border-radius: 4px;
border-radius: 4px;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.order-param-button a:hover {
border-width: 0;
background-color: #e74c3c;
}
.order-param-button a:before {
display: block;
color: #292f38;
font-family: 'fontawesome';
font-size: 14px;
content: '\f0dc';
-webkit-transition: all .4s ease;
transition: all .4s ease;
}  .order-param-button a:hover:before { color: #fff; }
.param-count {
display: inline-block;
margin-left: 10px;
}
.param-count a,
.sort-param a {
display: block;
color: #292f38;
}
.sort-param { display: inline-block; }
.sort-param .custom-select { margin-left: 10px; } .list-or-grid {
display: inline-block;
text-align: right;
margin: 0;
font-size: 12px;
vertical-align: middle;
}
.list-or-grid a {
display: inline-block;
width: 30px;
height: 30px;
border-width: 1px;
border-style: solid;
border-color: transparent;
background-color: #ecf0f1;
vertical-align: middle;
text-align: center;
font-size: 0;
-webkit-backface-visibility: hidden;
-webkit-border-radius: 4px;
border-radius: 4px;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.list-or-grid a.view-grid {
margin-left: 5px;
margin-right: 2px;
}
.list-or-grid a:hover,
.list-or-grid a.active {
border-width: 0;
background-color: #e74c3c;
}
.list-or-grid a.active { cursor: default; }
.list-or-grid a:before {
margin-top: 0;
color: #292f38;
font-family: 'fontawesome';
line-height: 30px;
font-size: 14px;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.list-or-grid a.view-grid:before { content: "\f00a"; }
.list-or-grid a.view-list:before { content: "\f00b"; }
.list-or-grid a:hover:before,
.list-or-grid a.active:before { color: #fff; } .products {
margin: 0 0 15px;
padding: 0;
list-style: none;
font-size: 0;
}
.related.products { position: relative; }
.view-grid .products .product,
.view-grid-center .products .product {
position: relative;
display: inline-block;
margin: 0;
padding: 6px 15px 30px 15px;
vertical-align: top;
}
.product-carousel .products li.product 			   { display: none; }
.product-carousel .products li.product:first-child { display: block; }
.view-grid.product-carousel .products .product,
.view-grid-center.product-carousel .products .product { display: block; }
.products > h2 { margin-bottom: 30px; }
.view-grid.products-container .products.related,
.view-grid.products-container .products.related .products { margin: 0; }
.related.products .product 			   { display: none; }
.related.products .product:first-child { display: block; }
.view-grid.shop-columns-2 .products .product,
.view-grid-center.shop-columns-2 .products .product,
.view-grid.shop-columns-3 .products .product,
.view-grid-center.shop-columns-3 .products .product { width: 33.33333333333333%; }
.view-grid.shop-columns-4 .products .product,
.view-grid-center.shop-columns-4 .products .product { width: 25%; }
.view-grid.shop-columns-5 .products .product,
.view-grid-center.shop-columns-5 .products .product { width: 20%; }
#main .view-grid.shop-columns-2 .products .product,
#main .view-grid-center.shop-columns-2 .products .product { width: 50%; }
#main .view-grid.shop-columns-4 .products .product,
#main .view-grid-center.shop-columns-4 .products .product,
#main .view-grid.shop-columns-5 .products .product,
#main .view-grid-center.shop-columns-5 .products .product { width: 33.33333333333333%; }
.view-list .products .product { margin-bottom: 30px; }
.view-list .products .product:after {
clear: both;
display: block;
visibility: hidden;
height: 0;
content: ".";
}
.products-container .col-sm-6.single-product-main-image  { padding-left: 0; }
body.single-product .col-sm-6.single-product-summary 	 { padding-right: 0; }
.product .product-frame {
position: relative;
z-index: 1;
border-width: 1px;
border-style: solid;
border-color: #fff;
padding: 10px;
background-color: #fff;
font-size: 14px;
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.10);
box-shadow: 0 1px 1px rgba(0,0,0,.10);
-webkit-border-radius: 4px;
border-radius: 4px;
}
#footer .widget .product .product-frame { background-color: #404852; }
.view-list .products .product { width: 100%; }
.view-grid .products .product-frame,
.view-grid-center .products .product-frame,
.view-list .products .product {
-webkit-transition: box-shadow .7s ease;
transition: box-shadow .7s ease;
}
.view-grid .products .product-frame:hover,
.view-grid-center .products .product-frame:hover,
.view-list .products .product:hover {
-webkit-box-shadow: 0 0 17px rgba(0,0,0,0.12);
box-shadow: 0 0 17px rgba(0,0,0,0.12);
}
.products .thumbnail-container {
position: relative;
-webkit-perspective: 1400px;
perspective: 1400px;
}
.view-list .products .thumbnail-container {
float: left;
margin-right: 30px;
width: 250px;
}
.product .has-second-thumb .front {
position: relative;
z-index: 9;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: rotateY(0);
transform: rotateY(0);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}
.product-frame:hover .has-second-thumb .front {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.product .back {
position: absolute;
top: 0;
left: 0;
height: auto;
max-height: 280px;
max-width: 100%;
width: 100%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: rotateY(-180deg);
transform: rotateY(-180deg);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}
.product-frame:hover .back {
z-index: 10;
-webkit-transform: rotateY(0);
transform: rotateY(0);
} .products .thumbnail-container .fl-pcountdown-cnt {
position: absolute;
bottom: 10px;
left: 10px;
right: 10px;
z-index: 50;
}
.fl-pcountdown-cnt { font-size: 0; }
.shop_table .fl-pcountdown-cnt { display: none; }
ul.fl-countdown li {
display: inline-block;
padding: 0 4px;
text-align: center;
}
.product-frame ul.fl-countdown li {
margin-left: 1px;
padding: 3px 3px 7px 3px;
width: calc(25% - 1px);
background-color: #fff;
background-color: rgba(255,255,255, .8);
}
.summary ul.fl-countdown li {
margin-left: 1px;
padding: 15px 5px;
width: calc(24.5% - 1px);
background-color: #f0f3f4;
}
ul.fl-countdown li:first-child {
-webkit-border-radius: 4px 0 0 4px;
border-radius: 4px 0 0 4px;
}
ul.fl-countdown li:last-child {
-webkit-border-radius: 0 4px 4px 0;
border-radius: 0 4px 4px 0;
}
ul.fl-countdown li.seperator { display: none; }
ul.fl-countdown li span {
font-size: 16px;
font-weight: 400;
color: #e74c3c;
}
.summary ul.fl-countdown li span { font-size: 24px; }
ul.fl-countdown li p {
margin: 0;
color: #696e6e;
font-size: 11px;
line-height: 1;
}
.summary ul.fl-countdown li p { font-size: 16px; }
@media only screen and (max-width: 1200px) {
ul.fl-countdown li p { font-size: 9px; }
.summary ul.fl-countdown li span { font-size: 19px; }
.summary ul.fl-countdown li p    { font-size: 10px; }
}
.products .product_item.product-category .content-description,
.view-list .products .product_item.product-category > .product-frame > a > h3 { display: none; }
.view-list .products .product_item.product-category .content-description { display: block; }
.view-list .products .content-description {
float: left;
overflow: hidden;
}
#main .view-list .products .content-description { width: 400px; }
.no_sidebar .view-list .products .content-description { width: 700px; }
.view-grid .content-description .shop-desc,
.view-grid-center .content-description .shop-desc { display: none; }
.view-list .products .content-description > p { display: block; }
.view-list .products .process-section {
float: right;
margin-right: 10px;
text-align: right;
}
.price .fl-pcountdown-cnt { display: none; }
.single-product-main-image span.out-of-stock,
.product-frame span.out-of-stock,
span.onfeatured,
span.onsale
{
position: absolute;
z-index: 19;
top: -5px;
left: -5px;
display: block;
width: 82px;
height: 82px;
font-size: 0;
pointer-events: none;
}
span.onfeatured {
left: auto;
top: -15px;
right: -15px;
}
.products .product span.onsale 		 { background-image: url(//maticahrvatska-rovinj.eu/wp-content/themes/gototop/config-woocommerce/images/onsale.png); }
.products .product span.out-of-stock { background-image: url(//maticahrvatska-rovinj.eu/wp-content/themes/gototop/config-woocommerce/images/out-of-stock.png); }
.products .product span.onfeatured   { background-image: url(//maticahrvatska-rovinj.eu/wp-content/themes/gototop/config-woocommerce/images/featured-right.png); }
.scheme_yellow span.onsale,
.scheme_yellow .single-product-main-image span.out-of-stock,
.scheme_yellow span.onfeatured {
position: absolute;
z-index: 19;
top: -10px;
left: -10px;
right: auto;
display: block;
height: auto;
width: 100%;
pointer-events: none;
text-align: left;
}
.scheme_yellow .widget span.onsale,
.scheme_yellow .widget span.out-of-stock,
.scheme_yellow .widget span.onfeatured
{
top: 0;
left: 0;
}
.scheme_yellow .widget span.onsale {
left: auto;
right: 0;
}
.scheme_yellow .single-product-main-image span.out-of-stock,
.scheme_yellow span.onsale {
top: 0;
left: 0;
}
.scheme_yellow span.onfeatured {
right: -10px;
left: auto;
text-align: right;
}
.scheme_yellow span.onsale > span,
.scheme_yellow span.out-of-stock > span,
.scheme_yellow span.onfeatured > span {
display: inline-block;
padding: 6px 10px;
font-size: 13px;
color: #fff;
text-transform: uppercase;
}
.scheme_yellow .products .product span.onsale,
.scheme_yellow .products .product span.out-of-stock,
.scheme_yellow .products .product span.onfeatured { background-image: none; }
.scheme_yellow span.onsale > span	     { background-color: #e67e22; }
.scheme_yellow span.out-of-stock > span  { background-color: #919191; }
.scheme_yellow span.onfeatured > span    { background-color: #e74c3c; }
.single-product-main-image span.onsale,
.single-product-main-image span.out-of-stock {
top: -4px;
right: 11px;
left: auto;
}
.single-product-main-image span.onfeatured {
top: -4px;
left: -4px;
}
.modal-product .single-product-main-image span.onfeatured { left: 10px; }
.scheme_yellow .single-product-main-image span.onsale {
top: 10px;
left: 10px;
right: auto;
}
.scheme_yellow .single-product-main-image span.out-of-stock {
top: 10px;
left: 10px;
}
.scheme_yellow .single-product-main-image span.onfeatured {
top: 10px;
right: 25px;
left: auto;
}
.scheme_yellow .modal-product .single-product-main-image span.onsale {
top: 0;
left: 15px;
right: auto;
}
.scheme_yellow .modal-product .single-product-main-image span.onfeatured {
right: 15px;
top: 0;
left: auto;
}
.scheme_yellow .modal-product .single-product-main-image span.out-of-stock {
top: 0;
left: 15px;
}
.single-product-main-image span.onsale 		 { background-image: url(//maticahrvatska-rovinj.eu/wp-content/themes/gototop/config-woocommerce/images/onsale-right.png); }
.single-product-main-image span.out-of-stock { background-image: url(//maticahrvatska-rovinj.eu/wp-content/themes/gototop/config-woocommerce/images/out-of-stock-right.png); }
.single-product-main-image span.onfeatured   { background-image: url(//maticahrvatska-rovinj.eu/wp-content/themes/gototop/config-woocommerce/images/featured.png); }
.scheme_yellow .single-product-main-image span.onsale,
.scheme_yellow .single-product-main-image span.out-of-stock,
.scheme_yellow .single-product-main-image span.onfeatured { background-image: none; }
.products .thumbnail-container img { display: block; }
.view-grid .thumbnail-container img,
.view-grid-center .thumbnail-container img,
.specials-carousel .thumbnail-container img { margin: 0 auto 15px; }
.product .quick-view {
position: absolute;
z-index: 50;
left: 50%;
top: 50%;
display: block;
padding: 8px 12px 9px;
background-color: #292f38;
background-color: rgba(41, 47, 56, 0.5);
opacity: 0;
color: #fff;
cursor: pointer;
-webkit-backface-visibility: hidden;
-webkit-border-radius: 4px;
border-radius: 4px;
-webkit-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
-webkit-transform: translate(-50%,-50%) scale(.1);
transform: translate(-50%,-50%) scale(.1);
}
.product-frame:hover .quick-view,
body.touch .product-frame .quick-view
{
opacity: 1;
-webkit-transform: translate(-50%, -50%) scale(1);
transform: translate(-50%, -50%) scale(1);
}
.product .quick-view * {
-webkit-border-radius: 4px;
border-radius: 4px;
}
.product .quick-view:hover {
background-color: #34495e;
background-color: rgba(41, 47, 56, 0.8);
}
html.touch .quick-view { display: block; }
.products .product h3,
.products .product h5 {
margin-bottom: 10px;
font-size: 16px;
}
.products .product h3 a,
.products .product h5 a { color: #292f38; }
.products .product h3 mark {
background-color: transparent;
color: #696e6e;
}
.view-list .products .product h3 {
margin-top: 5px;
margin-bottom: 0;
font-weight: 500;
font-size: 18px;
}
.view-grid-center .products .product h3 { margin-bottom: 5px; }
#footer .products .product h3 a,
#footer .products .product h3 a { color: #fff; }
.product .price {
margin-bottom: 15px;
color: #e74c3c;
font-weight: 300;
font-size: 16px;
}
.view-grid .product .price,
.view-grid-center .product .price,
.view-list .product .price { display: block; }
.view-list .product .price {
font-weight: 500;
text-align: right;
}
.product .price del {
color: #6a6a6a;
vertical-align: middle;
}
#footer .widget .product .price del { color: #fff; }
.summary .price del { font-size: 18px; }
.price ins {
background-color: transparent;
vertical-align: middle;
text-decoration: none;
}
.summary .price ins .amount {
margin-left: 5px;
color: #e74c3c;
}
.summary .price ins .amount,
.summary .price > span.amount {
font-weight: 500;
font-size: 25px;
}
.view-grid-center .product-frame { text-align: center; }
a.btn,
.add_to_cart_button,
.product_type_simple,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button
{
display: inline-block;
margin-bottom: 11px;
padding: 8px 15px 10px;
background-color: #e74c3c;
color: #fff;
text-align: center;
vertical-align: top;
cursor: pointer;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: all .4s ease;
transition: all .4s ease;
-webkit-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0, .17);
box-shadow: inset 0 -2px 0 rgba(0,0,0, .17);
}
a.btn:hover,
.add_to_cart_button:hover,
.product_type_simple:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover
{
background-color: #34495e;
color: #fff;
}
.products .added_to_cart { display: none; } .woocommerce-pagination {   }
.woocommerce-pagination .page-numbers { font-size: 0; }
.woocommerce-pagination .page-numbers li {
display: inline-block;
list-style: none;
}
.pagination li { list-style: none; }
.woocommerce-pagination .page-numbers li > a,
.woocommerce-pagination .page-numbers li > span {
display: block;
padding: 1px 4px;
text-align: center;
font-size: 12px;
}
.woocommerce-pagination .page-numbers li > a.prev,
.woocommerce-pagination .page-numbers li > a.next { font-size: 0; }
.woocommerce-pagination .page-numbers li > .prev,
.woocommerce-pagination .page-numbers li > .next {
margin: 0 9px;
width: 26px;
height: 25px;
background-color: #ecf0f1;
-webkit-border-radius: 4px;
border-radius: 4px;
}
.woocommerce-pagination .page-numbers li > .next { margin-right: 0; }
.woocommerce-pagination .page-numbers li > .prev:hover,
.woocommerce-pagination .page-numbers li > .next:hover { background-color: #c0392b; }
.woocommerce-pagination .page-numbers li > .prev:before,
.woocommerce-pagination .page-numbers li > .next:before {
color: #292f38;
font-family: 'fontawesome';
font-size: 16px;
-webkit-transition: color .4s ease;
transition: color .4s ease;
}
.woocommerce-pagination .page-numbers li > .prev:before { content: "\f104"; }
.woocommerce-pagination .page-numbers li > .next:before { content: "\f105"; }
.woocommerce-pagination li > a.prev:hover:before,
.woocommerce-pagination li > a.next:hover:before { color: #fff; } .product-link-pages {
margin-bottom: 50px;
padding-top: 15px;
border-top: 1px solid #e2e6e7;
font-size: 0;
}
.product-nav-left,
.product-nav-right {
display: inline-block;
width: 50%;
}
.product-nav-left {
padding-right: 5%;
text-align: left;
}
.product-nav-right {
padding-left: 5%;
text-align: right;
}
.product-prev-button,
.product-next-button {
position: relative;
display: inline-block;
margin-bottom: 10px;
padding: 9px 20px 11px;
background-color: #e2e6e7;
font-weight: 300;
font-size: 14px;
color: #292f38;
-webkit-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0, .17);
box-shadow: inset 0 -2px 0 rgba(0,0,0, .17);
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.product-prev-button { padding-left: 40px;  }
.product-next-button { padding-right: 40px; }
.product-nav-left .product-prev-button:hover,
.product-nav-right .product-next-button:hover {
background-color: #34495e;
color: #fff;
}
.product-prev-button:before,
.product-next-button:before {
position: absolute;
top: 50%;
margin-top: -10px;
padding: 0 2px;
color: #292f38;
font-family: 'fontawesome';
font-size: 14px;
-webkit-transition: color .4s ease;
transition: color .4s ease;
}
.product-prev-button:before {
left: 20px;
content: "\f053";
}
.product-next-button:before {
right: 20px;
content: "\f054";
}
.product-prev-button:hover:before,
.product-next-button:hover:before { color: #fff; }
.product-nav-right span,
.product-nav-left span {
display: block;
color: #292f38;
font-size: 14px;
} .view-grid-center .product-actions { margin: 5px 0; }
.view-list .product-actions {
margin-top: 15px;
text-align: right;
} .yith-wcwl-add-to-wishlist { display: inline-block; }
.view-grid-center .yith-wcwl-add-to-wishlist { padding-right: 15px; }
.view-grid.shop-columns-5 .products .product .yith-wcwl-add-to-wishlist,
.view-grid-center.shop-columns-5 .products .product .yith-wcwl-add-to-wishlist {
display: block;
padding-right: 0;
}
.yith-wcwl-add-to-wishlist > div.show { display: block; }
.yith-wcwl-add-to-wishlist > div.hide { display: none; }
.yith-wcwl-add-to-wishlist > div > a {
position: relative;
color: #292f38;
text-align: center;
}
.view-list .yith-wcwl-add-to-wishlist > div > a {
display: inline-block;
vertical-align: top;
width: 40px;
height: 42px;
background-color: #e2e6e7;
font-size: 0;
-webkit-backface-visibility: hidden;
-webkit-transition: background-color .4s ease, box-shadow .4s ease;
transition: background-color .4s ease, box-shadow .4s ease;
-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0, .17);
box-shadow: inset 0 -2px 0 rgba(0,0,0, .17);
-webkit-border-radius: 4px;
border-radius: 4px;
}
.view-grid-center .yith-wcwl-add-to-wishlist > div > a:hover { color: #e74c3c; }
.view-list .yith-wcwl-add-to-wishlist > div > a:hover { background-color: #34495e; }
.view-list .yith-wcwl-add-to-wishlist > div > a:before {
line-height: 42px;
color: #292f38;
font-family: 'fontawesome';
font-size: 21px;
-webkit-transition: color .4s ease;
transition: color .4s ease;
}
.view-list .yith-wcwl-add-to-wishlist .yith-wcwl-add-button > a:before 			 { content: "\f08a"; }
.view-list .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > a:before,
.view-list .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > a:before { content: "\f004"; }
.view-list .yith-wcwl-add-to-wishlist > div > a:hover:before { color: #fff; }
.product-actions .feedback {
position: absolute;
bottom: 100%;
left: 50%;
z-index: 15;
visibility: hidden;
margin-bottom: 3px;
padding: 2px 10px;
background-color: #e2e6e7;
white-space: nowrap;
pointer-events: none;
font-size: 12px;
color: #292f38;
opacity: 0;
-webkit-border-radius: 4px;
border-radius: 4px;
-webkit-transform: translateX(-50%) translateY(-20px);
transform: translateX(-50%) translateY(-20px);
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.product-actions .feedback:after {
position: absolute;
left: 50%;
top: 100%;
border-left: 7px solid transparent;
border-top-width: 5px;
border-top-style: solid;
border-top-color: #e2e6e7;
border-right: 7px solid transparent;
margin-left: -7px;
content: "";
}
.product-actions a:hover > .feedback {
opacity: 1;
visibility: visible;
-webkit-transform: translateX(-50%) translateY(-10px);
transform: translateX(-50%) translateY(-10px);
} .view-list .product-actions .compare  {
position: relative;
display: inline-block;
vertical-align: top;
width: 40px;
height: 42px;
padding: 0;
background-color: #e2e6e7;
font-size: 0;
text-align: center;
-webkit-backface-visibility: hidden;
-webkit-transition: background-color .4s ease, box-shadow .4s ease;
transition: background-color .4s ease, box-shadow .4s ease;
-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0, .17);
box-shadow: inset 0 -2px 0 rgba(0,0,0, .17);
-webkit-border-radius: 4px;
border-radius: 4px;
}
.view-grid-center .product-actions .compare {
position: relative;
margin: 0;
padding: 0 0 0 15px;
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.view-grid-center .button.compare:hover { background-color: transparent; } .view-grid.shop-columns-5 .products .product .compare,
.view-grid-center.shop-columns-5 .products .product .compare {
display: block;
padding: 0;
}
.view-grid-center .product-actions .compare 	  { color: #292f38; }
.view-grid-center .product-actions .compare:hover { color: #e74c3c; }
.view-grid-center .product-actions .compare::before {
position: absolute;
width: 1px;
height: 10px;
top: 50%;
left: 0;
margin-top: -5px;
border-left: 1px solid #e2e6e7;
content: "";
}
.view-grid.shop-columns-5 .products .product .compare::before,
.view-grid-center.shop-columns-5 .products .product .compare::before { display: none; }
.view-grid-center .product-actions .compare:first-child 		 { padding-left: 0; }
.view-grid-center .product-actions .compare:first-child::before  { border-left-width: 0; }
.view-list .product-actions .compare:hover { background-color: #34495e; }
.view-list .product-actions .compare:before {
line-height: 42px;
color: #292f38;
font-family: 'fontawesome';
font-size: 21px;
-webkit-transition: color .4s ease;
transition: color .4s ease;
}
.view-list .product-actions .compare:before 	  { content: "\f0c5"; }
.view-list .product-actions .compare:hover:before { color: #fff; } .popup-modal-overlay {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #000;
opacity: .5;
z-index: 300;
width: 100%;
height: 100%;
visibility: hidden;
-webkit-transition: visibility 0s ease;
transition: visibility 0s ease;
}
.popup-modal.modal-hide ~ .popup-modal-overlay {
-webkit-transition: visibility 1.5s ease;
transition: visibility 1.5s ease;
}
.popup-modal.modal-show ~ .popup-modal-overlay { visibility: visible; }
.popup-modal.modal-hide ~ .popup-modal-overlay {
-webkit-animation-direction: reverse;
animation-direction: reverse;
}
.popup-modal.modal-show ~ .popup-modal-overlay,
.popup-modal.modal-hide ~ .popup-modal-overlay {
-webkit-animation-name: animationVisibility;
animation-name: animationVisibility;
-webkit-animation-duration: 0s;
animation-duration: 0s;
}
@-webkit-keyframes animationVisibility {
0%   { visibility: hidden;  }
100% { visibility: visible; }
}
@keyframes animationVisibility {
0%   { visibility: hidden;  }
100% { visibility: visible; }
}
.popup-modal {
position: fixed;
top: 50%;
left: 50%;
width: 790px;
max-height: 620px;
z-index: 2000;
-webkit-font-smoothing: subpixel-antialiased;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
.modal-inner-content {
position: relative;
margin: 0 auto;
overflow: hidden;
padding: 35px 20px 40px;
background-color: #fff;
-webkit-backface-visibility: hidden;
border-radius: 3px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.modal-login.modal-inner-content {
padding: 26px 20px 30px;
width: 390px;
}
.popup-modal.modal-show .modal-inner-content {
-webkit-animation-name: animationScale;
animation-name: animationScale;
-webkit-animation-duration: .25s;
animation-duration: .25s;
}
.popup-modal.modal-hide .modal-inner-content {
-webkit-animation-name: animationOutScale;
animation-name: animationOutScale;
-webkit-animation-duration: .2s;
animation-duration: .2s;
}
@-webkit-keyframes animationScale {
0%   { opacity: 0; -webkit-transform: scale3d(0.1,0.8,1); }
100% { opacity: 1; -webkit-transform: scale3d(1,1,1); }
}
@keyframes animationScale {
0%   { opacity: 0; -webkit-transform: scale3d(0.1,0.8,1); transform: scale3d(0.1,0.8,1); }
100% { opacity: 1; -webkit-transform: scale3d(1,1,1); transform: scale3d(1,1,1); }
}
@-webkit-keyframes animationOutScale {
0%	 { opacity: 1; -webkit-transform: scale3d(1,1,1); }
50% { opacity: 0; -webkit-transform: scale3d(0.1,0.8,1); transform: scale3d(0.1,0.8,1); }
100% { opacity: 0; -webkit-transform: scale3d(0.1,0.8,1); }
}
@keyframes animationOutScale {
0% { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
50% { opacity: 0; -webkit-transform: scale3d(0.1, 0.8, 1); transform: scale3d(0.1, 0.8, 1); }
100% { opacity: 0; -webkit-transform: scale3d(0.1, 0.8, 1); transform: scale3d(0.1, 0.8, 1); }
}
.popup-modal .popup-close {
position: absolute;
top: 9px;
right: 12px;
background-color: transparent;
}
.popup-modal .popup-close:before {
color: #292f38;
font-family: 'fontawesome';
font-size: 17px;
content: "\f00d";
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.popup-modal .popup-close:hover:before { color: #e74c3c; }
.modal-inner-content .custom-scrollbar { height: 565px; }
.modal-login.modal-inner-content .custom-scrollbar { height: auto; }
.modal-inner-content .mad-share-this { display: none; }
.modal-inner-content td { border: none; } .v_centered > * {
display: inline-block;
vertical-align: middle;
margin-top: 0;
margin-bottom: 0;
}
.v_centered > *:not(:first-child) { margin-left: 10px; }
.share-links > a {
display: inline-block;
vertical-align: top;
width: 32px;
height: 32px;
font-size: 0;
text-align: center;
}
.share-links > a:before {
color: #fff;
font-family: 'fontawesome';
font-size: 18px;
line-height: 32px;
}
.share-links > a.share-facebook    { background-color: #305891; }
.share-links > a.share-twitter     { background-color: #2ca8d2; }
.share-links > a.share-linkedin    { background-color: #0ca8ec; }
.share-links > a.share-googleplus  { background-color: #0868b9; }
.share-links > a.share-pinterest   { background-color: #c82828; }
.share-links > a.share-vk		   { background-color: #325078; }
.share-links > a.share-tumblr  	   { background-color: #384853; }
.share-links > a.share-xing  	   { background-color: #e8e8e8; }
.share-links > a.share-facebook:before   { content: '\f09a'; }
.share-links > a.share-twitter:before	 { content: '\f099'; }
.share-links > a.share-linkedin:before	 { content: '\f0e1'; }
.share-links > a.share-googleplus:before { content: '\f0d5'; }
.share-links > a.share-pinterest:before  { content: '\f0d2'; }
.share-links > a.share-vk:before 		 { content: '\f189'; }
.share-links > a.share-tumblr:before 	 { content: '\f173'; }
.share-links > a.share-xing:before 	     { content: '\f168'; color: #036567; }
.foot-modal-login {
margin: 15px -5px -30px -5px;
padding: 20px 30px;
background-color: #ecf0f1;
text-align: justify;
line-height: 0;
}
.foot-modal-login:after {
display: inline-block;
width: 100%;
content: "";
}
.foot-modal-title {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.foot-modal-button {
display: inline-block;
margin-left: 40px;
padding: 8px 15px;
background-color: #34495e;
color: #fff;
text-align: center;
vertical-align: middle;
cursor: pointer;
font-size: 14px;
line-height: 1.6em;
-webkit-backface-visibility: hidden;
-webkit-transition: all .4s ease;
transition: all .4s ease;
-webkit-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0, .17);
box-shadow: inset 0 -2px 0 rgba(0,0,0, .17);
}
.foot-modal-button:hover {
background-color: #e74c3c;
color: #fff;
} .single-product .product_title {
margin-top: 0;
margin-bottom: 10px;
font-size: 25px;
line-height: 1em;
}
.single-product .product_meta > span {
display: block;
padding: 2px 0;
}
.single-product .entry-summary .product-section,
.view-list .product-section {
margin-bottom: 10px;
margin-top: 10px;
margin-right: 10px;
padding-bottom: 10px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #e2e6e7;
}
.shop-desc > p,
.single-product .product-section > p { margin-bottom: .4em; }
small.woocommerce-price-suffix { display: block; }
.single-product .summary.entry-summary .price { margin-bottom: 1em; }
.single-product .product_meta { padding-top: 10px; }
.single-product .product-section-title {
margin-bottom: 10px;
font-weight: 500;
}
.single-product .post-ratings {
display: block;
margin-left: 0;
font-size: 12px;
}
.single-product .post-ratings .rating-info { margin-left: 5px; }
.single-product table.shop_attributes {
margin-bottom: 10px;
width: 100%;
text-align: left;
border: none;
}
.single-product table.shop_attributes tr {
display: inline-block;
width: 49%;
vertical-align: top;
}
.single-product table.shop_attributes th,
.single-product table.shop_attributes td {
padding: 5px;
border: none;
}
@media only screen and (min-width: 768px) {
.single-product table.shop_attributes th,
.single-product .meta-title { min-width: 175px; }
}
.single-product table.shop_attributes p { margin-bottom: 0; }
.single-product .meta-title { display: inline-block; }
.single-product .stock_wrapper .in-stock 	 { color: #27ae60; }
.single-product .stock_wrapper .out-of-stock { color: #e74c3c; }
.single-product button.single_add_to_cart_button {
display: inline-block;
margin-bottom: 0;
margin-right: 1px;
padding: 14px 22px 13px;
background-color: #e74c3c;
color: #fff;
text-align: center;
vertical-align: top;
cursor: pointer;
font-size: 16px;
-webkit-backface-visibility: hidden;
-webkit-transition: all .4s ease;
transition: all .4s ease;
-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0, .17);
box-shadow: inset 0 -2px 0 rgba(0,0,0, .17);
-webkit-border-radius: 4px;
border-radius: 4px;
}
.single-product .single_add_to_cart_button:hover { background-color: #34495e; } .single_variation { display: block; }
.single_variation_wrap {
display: inline-block;
margin-bottom: 20px;
vertical-align: top;
}
table.variations {
margin-bottom: 0;
width: auto;
background-color: transparent;
border: none;
table-layout: auto;
}
table.variations td:first-child {
min-width: 90px;
padding-top: 10px;
}
table.variations td,
table.variations th { border: none; }
table.variations td {
padding: 5px 5px 5px 0;
border: none;
}
table.variations .label {
display: block;
font-size: 100%;
font-weight: 400;
line-height: normal;
padding: 0;
text-align: left;
vertical-align: baseline;
background-color: transparent;
white-space: normal;
border-radius: 0;
color: inherit;
}
table.variations select {
padding: 2px 5px;
width: 170px;
}
table.variations .reset_variations {
display: block;
margin: 3px 0;
}
form.variations_form p { margin-bottom: 0; } .single-product .product-actions { display: inline-block; }
.view-grid .product-actions { float: right; } .single-product .yith-wcwl-add-to-wishlist > div > a,
.view-grid .yith-wcwl-add-to-wishlist > div > a {
display: inline-block;
margin: 0 1px 0 1px;
width: 44px;
height: 48px;
background-color: #e2e6e7;
vertical-align: top;
font-size: 0;
-webkit-backface-visibility: hidden;
-webkit-transition: background-color .4s ease, box-shadow .4s ease;
transition: background-color .4s ease, box-shadow .4s ease;
-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0, .17);
box-shadow: inset 0 -2px 0 rgba(0,0,0, .17);
-webkit-border-radius: 4px;
border-radius: 4px;
}
.view-grid .yith-wcwl-add-to-wishlist > div > a {
width: 40px;
height: 39px;
}
.single-product .yith-wcwl-add-to-wishlist > div > a:hover,
.view-grid .yith-wcwl-add-to-wishlist > div > a:hover {
background-color: #34495e;
}
.single-product .yith-wcwl-add-to-wishlist > div > a:before,
.view-grid .yith-wcwl-add-to-wishlist > div > a:before {
line-height: 46px;
color: #292f38;
font-family: 'fontawesome';
font-size: 24px;
-webkit-transition: color .4s ease;
transition: color .4s ease;
}
.view-grid .yith-wcwl-add-to-wishlist > div > a:before {
line-height: 39px;
font-size: 20px;
}
@media only screen and (max-width: 1200px) {
.view-grid .yith-wcwl-add-to-wishlist > div > a {
width: 35px;
height: 39px;
}
.view-grid .yith-wcwl-add-to-wishlist > div > a:before {
font-size: 17px;
}
}
.single-product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button > a:before,
.view-grid .yith-wcwl-add-to-wishlist .yith-wcwl-add-button > a:before { content: "\f08a"; }
.single-product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > a:before,
.single-product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > a:before,
.view-grid .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > a:before,
.view-grid .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > a:before { content: "\f004"; }
.single-product .yith-wcwl-add-to-wishlist > div > a:hover:before,
.view-grid .yith-wcwl-add-to-wishlist > div > a:hover:before { color: #fff; } .summary .woocommerce-review-link {
display: inline-block;
margin-left: 10px;
color: #696e6e;
font-size: 12px;
}
.modal-inner-content .woocommerce-review-link { cursor: default; }
.modal-inner-content .woocommerce-review-link:hover { color: #696e6e !important; }
.single-product .product-actions .compare,
.single-product .product-actions .woocommerce-review-link,
.view-grid .product-actions .compare {
position: relative;
display: inline-block;
margin: 0 4px 0 1px;
padding: 0;
width: 44px;
height: 48px;
vertical-align: top;
background-color: #e2e6e7;
font-size: 0;
text-align: center;
-webkit-backface-visibility: hidden;
-webkit-transition: background-color .4s ease, box-shadow .4s ease;
transition: background-color .4s ease, box-shadow .4s ease;
-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0, .17);
box-shadow: inset 0 -2px 0 rgba(0,0,0, .17);
-webkit-border-radius: 4px;
border-radius: 4px;
}
.view-grid .product-actions .compare {
width: 40px;
height: 39px;
}
.product-frame > .compare.button,
.summary.entry-summary > .compare.button { display: none; }
.single-product .product-actions .compare:hover,
.single-product .product-actions .woocommerce-review-link:hover,
.view-grid .product-actions .compare:hover { background-color: #34495e; }
.single-product .product-actions .compare:before,
.single-product .product-actions .woocommerce-review-link:before,
.view-grid .product-actions .compare:before {
line-height: 46px;
color: #292f38;
font-family: 'fontawesome';
font-size: 24px;
-webkit-transition: color .4s ease;
transition: color .4s ease;
}
.view-grid .product-actions .compare:before {
line-height: 39px;
font-size: 20px;
}
@media only screen and (max-width: 1200px) {
.view-grid .product-actions .compare {
width: 35px;
height: 39px;
}
.view-grid .product-actions .compare:before {
font-size: 17px;
}
}
.single-product .product-actions .compare:before,
.view-grid .product-actions .compare:before { content: "\f0c5"; }
.single-product .product-actions .woocommerce-review-link:before { content: "\f059"; }
.single-product .product-actions .compare:hover:before,
.single-product .product-actions .woocommerce-review-link:hover:before,
.view-grid .product-actions .compare:hover:before { color: #fff; } .description-table {
margin-bottom: 15px;
width: auto;
background-color: transparent;
border: none;
table-layout: auto;
}
.description-table td {
padding: 5px 5px 5px 0;
border: none;
vertical-align: middle;
}
.description-table td:first-child { min-width: 90px; } .quantity.buttons_added {
display: inline-block;
vertical-align: middle;
background-color: #f5f7f8;
border: 2px solid #e4e4e2;
color: #292f38;
font-size: 11px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
.quantity > input[type="button"],
.quantity > input[type="number"] {
background-color: #f5f7f8;
color: #292f38;
}
.quantity input.qty {
width: 50px;
height: 26px;
padding: 0 8px;
border-left: 1px solid #e4e4e2;
border-right: 1px solid #e4e4e2;
border-top: 0;
border-bottom: 0;
-webkit-border-radius: 0;
border-radius: 0;
}
.quantity input.plus,
.quantity input.minus {
margin: 0;
padding: 0;
width: 26px;
height: 26px;
vertical-align: middle;
cursor: pointer;
border: 0;
outline: none;
} .image_preview_container { position: relative; }
.image_preview_container img {
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.image_preview_container img.preview-hide { opacity: 0; }
.single-product .images { position: relative; }
.single-product .images.product-frame { margin-bottom: 20px; }
.modal-inner-content.single-product .images.product-frame {
padding: 0;
border-width: 0;
background-color: transparent;
-webkit-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.product_preview {
position: relative;
margin-top: 10px;
}
ul.qv-carousel {
position: relative;
margin-bottom: 0;
padding: 0 35px;
width: 100%;
-webkit-backface-visibility: hidden;
}
.product_preview li {
padding: 0 5px;
cursor: pointer;
}
.product_preview li { display: none; }
.product_preview li:first-child { display: block; }
.qv-carousel a {
display: block;
position: relative;
}
.qv-carousel a:before {
position: absolute;
z-index: 2;
width: 100%;
height: 100%;
background-color: #fff;
opacity: .5;
content: "";
-webkit-transition: opacity .25s ease;
transition: opacity .25s ease;
}
.qv-carousel a:hover:before,
.qv-carousel a.active:before { opacity: 0; } .product-carousel ul.products:before {
position: absolute;
top: 50%;
left: 50%;
margin: -16px 0 0 -16px;
display: none;
width: 32px;
height: 32px;
background: url(//maticahrvatska-rovinj.eu/wp-content/themes/gototop/config-woocommerce/images/loader@2x.gif) no-repeat;
content: "";
}
.product-carousel ul.products.changed:before { display: block; }                           .product-loader {
position: absolute;
top: 3px;
right: 150px;
width: 24px;
height: 24px;
cursor: pointer;
overflow: hidden;
z-index: 500;
}
.product-loader span {
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
background-image: url(//maticahrvatska-rovinj.eu/wp-content/themes/gototop/config-woocommerce/images/ajax-loader.gif);
background-repeat: no-repeat;
} table.shop_table {
margin-bottom: 30px;
text-align: left;
width: 100%;
background-color: #fff;
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.10);
box-shadow: 0 1px 1px rgba(0,0,0,.10);
-webkit-border-radius: 4px;
border-radius: 4px;
}
table.shop_table thead th { font-size: 16px; }
table.shop_table th,
table.shop_table td { border: 1px solid #ecf0f1; }
table.shop_table thead th,
table.shop_table tfoot th,
table.shop_table tfoot td { vertical-align: middle; }
table.shop_table tr th {
padding: 15px 20px;
border-top: none;
vertical-align: middle;
}
table.shop_table tr:last-child td { padding: 10px 18px; }
table.shop_table tr th:first-child,
table.shop_table tr td:first-child { border-left: none; }
table.shop_table tr:first-child th:last-child,
table.shop_table tr td:last-child { border-top: none; }
table.shop_table td {
padding: 18px;
vertical-align: middle;
}
table.shop_table td[colspan] {
padding-top: 14px;
padding-bottom: 14px;
}
table.shop_table td.product-price {
color: #292f38;
font-size: 16px;
}
table.shop_table .product-thumbnail .thumbnail {
float: left;
margin-right: 10px;
}
table.shop_table .product-name h4 { margin-bottom: 5px; }
table.shop_table a.product-name { color: #292f38; }
table.shop_table a.product-name:hover { color: #e74c3c; }
table.shop_table ins { background-color: transparent; }
table.shop_table .product-quantity { text-align: center; }
table.shop_table .product-quantity .quantity { margin-bottom: 10px; }
table.shop_table .product-quantity .button {
background-color: transparent;
color: #292f38;
}
table.shop_table .remove {
display: block;
color: #292f38;
}
table.shop_table .remove:before {
margin-right: 4px;
font-family: 'fontawesome';
color: #292f38;
content: "\f00d";
-webkit-transition: color .4s ease;
transition: color .4s ease;
}
table.shop_table .remove:hover,
table.shop_table .remove:hover:before { color: #e74c3c; }
table.shop_table td.product-subtotal {
color: #e74c3c;
font-weight: 500;
font-size: 16px;
}
table.shop_table .sub-th {
text-align: right;
font-weight: 500;
font-size: 16px;
}
table.shop_table .actions .sub-th {
display: inline-block;
margin-right: -5px;
width: 40%;
color: #292f38;
vertical-align: middle;
}
table.shop_table .sub-td {
color: #292f38;
font-weight: 500;
font-size: 16px;
}
table.shop_table .coupon {
display: inline-block;
width: 65%;
vertical-align: middle;
}
table.shop_table .coupon input[type="text"] { width: 200px; }
table.shop_table .actions .button {
display: inline-block;
margin-bottom: 0;
padding: 10px 15px 11px;
color: #292f38;
text-align: center;
vertical-align: top;
cursor: pointer;
background-color: #e2e6e7;
-webkit-backface-visibility: hidden;
-webkit-transition: all .4s ease;
transition: all .4s ease;
-webkit-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0, .17);
box-shadow: inset 0 -2px 0 rgba(0,0,0, .17);
}
table.shop_table .actions .button:hover {
background-color: #34495e;
color: #fff;
}
table.shop_table td center { font-weight: 700; } .col-2 {
margin-bottom: 45px;
padding: 25px 20px;
background-color: #fff;
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.10);
box-shadow: 0 1px 1px rgba(0,0,0,.10);
-webkit-border-radius: 4px;
border-radius: 4px;
}
.col2-set .col-2 {
display: block;
float: left;
width: 48%;
}
.col2-set .col-2:first-child  { margin-right: 2%; }
.col2-set .col-2:nth-child(2) { margin-left:  2%; }
.col-2.lost_reset_password > .form-row { display: inline-block; }
.col-2.lost_reset_password > .form-row.form-row-first {
margin-right: 1%;
width: 48%;
}
.col-2 > .form-row:last-of-type { margin-bottom: 0; }
.col-2 fieldset { margin-bottom: 25px; }
.col-2 h5 {
margin-bottom: 15px;
font-weight: 500;
}
.woocommerce-shipping-fields input[type="checkbox"].input-checkbox {
display: inline-block;
margin-left: 5px;
vertical-align: middle;
}
.col-2 .title {
position: relative;
margin-bottom: 5px;
width: 100%;
text-align: justify;
line-height: 1;
}
.col-2 .title:after {
display: inline-block;
width: 100%;
vertical-align: middle;
content: "";
}
.col-2 .title > * {
display: inline-block;
vertical-align: middle;
}
.col-2 .edit { font-size: 14px; }
.col-2 .edit:before {
margin-right: 7px;
font-family: 'fontawesome';
content: "\f040";
}
.col-2 .edit:hover { color: #292f38; }
.col-2 .title h3 { font-size: 20px; }
.col-2.address address { font-style: normal; } .col-2 .form-field-title { margin-bottom: 15px; }
form.login .form-row-wide,
form.register .form-row-wide,
form.register .form-row {
display: block;
float: left;
width: 50%;
}
form.login .form-row-wide:first-child,
form.register .form-row-wide:first-child { padding-right: 5px; }
form.login .form-row-wide:nth-child(2),
form.register .form-row-wide:nth-child(2) { padding-left: 5px; }
form.register .form-row {
padding-left: 5px;
padding-right: 5px;
}
form.login .form-row-wide.form-row-first  { padding-right: 5px; padding-left: 0; }
form.login .form-row-wide.form-row-last   { padding-left: 5px;  padding-right: 0; }
form.register::after,
form.register::before {
display: table;
content: ' ';
}
.modal-login .login .form-row-wide,
.modal-login .register .form-row-wide {
float: none;
width: 100%;
padding: 0;
}
p.form-row.notes,
.login p.form-row:last-of-type,
.register p.form-row:last-of-type { margin-bottom: 0; }
.form-row label {
display: block;
margin-bottom: 5px;
}
.form-row input[type="checkbox"] + label { margin-bottom: 0; }
.form-row label abbr.required {
color: #e74c3c;
border: none;
}
.form-row-wide span.lost_password { font-size: 11px; }
.form-row-wide .lost_password a { color: #292f38; }
.form-row-wide span.lost_password:hover a { color: #e74c3c; }
.form-row .button,
.return-to-shop .button {
display: inline-block;
margin-bottom: 10px;
padding: 8px 15px;
color: #fff;
text-align: center;
vertical-align: top;
cursor: pointer;
background-color: #e74c3c;
-webkit-backface-visibility: hidden;
-webkit-transition: all .4s ease;
transition: all .4s ease;
-webkit-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0, .17);
box-shadow: inset 0 -2px 0 rgba(0,0,0, .17);
}
.form-row .button { padding: 8px 30px 9px; }
.form-row .button:hover,
.return-to-shop .button:hover {
background-color: #34495e;
color: #fff;
}
.col-2 li { list-style: none; } .woocommerce-account .woocommerce-MyAccount-navigation ul { }
.woocommerce-account .woocommerce-MyAccount-navigation li {
position: relative;
display: inline-block;
margin-right: 1px;
vertical-align: top;
list-style: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation li > a {
position: relative;
padding: 12px 15px;
display: block;
background-color: #ecf0f1;
color: #262626;
text-align: center;
font-size: 18px;
line-height: 1em;
cursor: pointer;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-border-radius: 4px;
border-radius: 4px;
-webkit-transition: background-color .35s ease, color .35s ease;
transition: background-color .35s ease, color .35s ease;
}
.woocommerce-account .woocommerce-MyAccount-navigation li:hover > a,
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active > a {
z-index: 3;
background-color: #34495e;
color: #f9f9f9;
}
.woocommerce-MyAccount-content legend { padding: 0 5px; }
.woocommerce-MyAccount-content fieldset { margin-bottom: 25px; }
.woocommerce-Address-title h3,
.woocommerce-MyAccount-content .col-2 address,
.woocommerce-MyAccount-content .col-2 .title h3 { margin-bottom: 0; } .shipping-calculator-form {
margin-bottom: 45px;
padding: 25px 20px;
background-color: #fff;
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.10);
box-shadow: 0 1px 1px rgba(0,0,0,.10);
-webkit-border-radius: 4px;
border-radius: 4px;
}
.shipping-calculator-form p:last-of-type { margin-bottom: 0; }
.shipping-calculator-form button[type="submit"] {
display: inline-block;
margin-bottom: 0;
padding: 10px 15px 11px;
color: #292f38;
text-align: center;
vertical-align: top;
cursor: pointer;
background-color: #e2e6e7;
-webkit-backface-visibility: hidden;
-webkit-transition: all .4s ease;
transition: all .4s ease;
-webkit-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0, .17);
box-shadow: inset 0 -2px 0 rgba(0,0,0, .17);
}
.shipping-calculator-form button[type="submit"]:hover {
background-color: #34495e;
color: #fff;
}
#shipping_method li { list-style: none; } .tabs-holder { margin-bottom: 45px; }
.modal-login .tabs-holder { margin-bottom: 0; }
.modal-login .col-2 {
margin-bottom: 0;
padding: 0 20px;
-webkit-box-shadow: none;
box-shadow: none;
}
.modal-login .tabs-nav { display: none; }
.tabs-nav { margin-bottom: 0;}
.tabs-nav li {
position: relative;
display: inline-block;
margin-right: 1px;
vertical-align: top;
list-style: none;
}
.tabs-nav a {
position: relative;
padding: 15px 20px;
display: block;
background-color: #ecf0f1;
color: #262626;
text-align: center;
font-size: 20px;
line-height: 1em;
cursor: pointer;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
-webkit-transition: background-color .35s ease, color .35s ease;
transition: background-color .35s ease, color .35s ease;
}
.tabs-nav li:hover > a,
.tabs-nav li.active a {
z-index: 3;
background-color: #323a45;
color: #f9f9f9;
}
.tab-content { display: none; }
.tab-content:first-child { display: block; } .woocommerce > h2 { margin-bottom: 20px; }
.customer_details dt,
.customer_details dd {
display: inline-block;
vertical-align: middle;
}
.customer_details dt { margin-right: 5px; } div.product .woocommerce-tabs {
margin-top: 45px;
margin-bottom: 45px;
clear: both;
}
div.product .woocommerce-tabs ul.tabs {
position: relative;
overflow: hidden;
margin-bottom: 0;
}
div.product .woocommerce-tabs ul.tabs li {
position: relative;
display: inline-block;
margin-right: 1px;
vertical-align: top;
}
div.product .woocommerce-tabs ul.tabs li a {
position: relative;
padding: 15px 20px;
display: block;
background-color: #ecf0f1;
color: #262626;
text-align: center;
font-size: 20px;
line-height: 1em;
cursor: pointer;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
-webkit-transition: background-color .35s ease, color .35s ease;
transition: background-color .35s ease, color .35s ease;
}
div.product .woocommerce-tabs ul.tabs li:hover a,
div.product .woocommerce-tabs ul.tabs li.active a {
z-index: 3;
background-color: #323a45;
color: #f9f9f9;
}
.woocommerce-tabs .panel.entry-content {
margin-bottom: 45px;
padding: 25px 20px;
border-width: 1px;
border-style: solid;
border-color: transparent;
background-color: #fff;
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.10);
box-shadow: 0 1px 1px rgba(0,0,0,.10);
-webkit-border-radius: 4px;
border-radius: 4px;
}
.woocommerce-tabs .panel.entry-content h2 {
margin-bottom: 15px;
font-size: 16px;
font-weight: 500;
} .zoomContainer {
z-index: 150;
width: 0 !important;
height: 0 !important;
}
.zoomLens { display: none !important; } .qv-review-expand {
position: absolute;
right: 10px;
bottom: 10px;
z-index: 5;
width: 40px;
height: 40px;
text-align: center;
background-color: #262c34;
background-color: rgba(41,47,56,.5);
-webkit-backface-visibility: hidden;
-webkit-border-radius: 4px;
border-radius: 4px;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.modal-product .qv-review-expand {
display: none;
pointer-events: none;
}
.qv-review-expand:hover { background-color: #50565c; }
.qv-review-expand:before {
font-family: 'fontawesome';
font-size: 26px;
line-height: 40px;
color: #fff;
content: "\f065";
} .comment_container .avatar {
overflow: hidden;
float: left;
margin-right: 25px;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.comment_container .comment-text { overflow: hidden; } #tab-reviews h5 {
margin-bottom: 15px;
font-weight: 500;
}
#tab-reviews .commentlist li {
padding-top: 10px;
border-top: 1px solid #eee;
list-style: none;
}
#tab-reviews .commentlist li:first-child {
padding-top: 0;
border-top: none;
}
#tab-reviews .comment-text { position: relative; }
#tab-reviews .comment_container .meta {
margin-bottom: 10px;
padding-right: 80px;
}
#tab-reviews .comment_container .meta time { font-size: 13px; }
#tab-reviews .comment_container .star-rating {
position: absolute;
right: 0;
top: 2px;
}
#tab-reviews .comment-form-comment { margin-bottom: 10px; }
#tab-reviews .comment-form-desc {
margin-bottom: 5px;
font-size: 12px;
}
#tab-reviews .comment-form-rating { margin-bottom: .5em; }
#tab-reviews .comment-form-rating > label {
display: inline-block;
margin-right: 5px;
vertical-align: middle;
font-size: 12px;
}
#tab-reviews .star-rating .rating-box span { display: none; }
#tab-reviews .comment_container .description p { margin-bottom: 15px; }
#review_form_wrapper .comment-reply-title {
margin-bottom: 15px;
font-weight: 500;
font-size: 16px;
text-transform: none;
}               @font-face {
font-family: star;
src: url(//maticahrvatska-rovinj.eu/wp-content/themes/gototop/config-woocommerce/assets/fonts/star.eot);
src: url(//maticahrvatska-rovinj.eu/wp-content/themes/gototop/config-woocommerce/assets/fonts/star.eot?#iefix) format("embedded-opentype"), url(//maticahrvatska-rovinj.eu/wp-content/themes/gototop/config-woocommerce/assets/fonts/star.woff) format("woff"), url(//maticahrvatska-rovinj.eu/wp-content/themes/gototop/config-woocommerce/assets/fonts/star.ttf) format("truetype"), url(//maticahrvatska-rovinj.eu/wp-content/themes/gototop/config-woocommerce/assets/fonts/star.svg#star) format("svg");
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: WooCommerce;
src: url(//maticahrvatska-rovinj.eu/wp-content/themes/gototop/config-woocommerce/assets/fonts/WooCommerce.eot);
src: url(//maticahrvatska-rovinj.eu/wp-content/themes/gototop/config-woocommerce/assets/fonts/WooCommerce.eot?#iefix) format("embedded-opentype"), url(//maticahrvatska-rovinj.eu/wp-content/themes/gototop/config-woocommerce/assets/fonts/WooCommerce.woff) format("woff"), url(//maticahrvatska-rovinj.eu/wp-content/themes/gototop/config-woocommerce/assets/fonts/WooCommerce.ttf) format("truetype"), url(//maticahrvatska-rovinj.eu/wp-content/themes/gototop/config-woocommerce/assets/fonts/WooCommerce.svg#WooCommerce) format("svg");
font-weight: 400;
font-style: normal
}
.woocommerce ul.products li.product .star-rating {
font-size: .7em;
}
.woocommerce .star-rating {
float: right;
overflow: hidden;
position: relative;
height: 1em;
line-height: 1;
font-size: 1em;
width: 5.4em;
font-family: star;
}
.woocommerce .summary .star-rating {
float: none;
}
.woocommerce .star-rating:before {
content: "\73\73\73\73\73";
color: #fccd36;
float: left;
top: 0;
left: 0;
position: absolute;
}
.woocommerce .star-rating span {
overflow: hidden;
float: left;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em;
color: #fccd36;
}
.woocommerce .star-rating span:before {
position: absolute;
top: 0;
left: 0;
content: "\53\53\53\53\53";
}
.woocommerce .woocommerce-product-rating {
display: inline-block;
vertical-align: middle;
line-height: 2;
}
.woocommerce .summary .woocommerce-product-rating {
line-height: inherit;
}
.woocommerce .summary > hr { margin-top: 10px; }
.woocommerce .woocommerce-product-rating:after,
.woocommerce .woocommerce-product-rating:before {
content: " ";
display: table;
}
.woocommerce .woocommerce-product-rating:after {
clear: both;
}
.woocommerce .woocommerce-product-rating .star-rating {
display: inline-block;
vertical-align: middle;
}
.woocommerce .products .star-rating {
display: block;
margin: 0 0 .5em;
float: none;
}
.woocommerce .hreview-aggregate .star-rating {
margin: 10px 0 0;
} .woocommerce p.stars {
position: relative;
font-size: 1em;
}
.woocommerce p.stars a {
display: inline-block;
font-weight: 700;
margin-right: 1em;
text-indent: -9999px;
position: relative;
border-bottom: 0!important;
outline: 0;
}
.woocommerce p.stars a:last-child { border-right: 0; }
.woocommerce p.stars a.star-1,
.woocommerce p.stars a.star-2,
.woocommerce p.stars a.star-3,
.woocommerce p.stars a.star-4,
.woocommerce p.stars a.star-5 { border-right: 1px solid #eaeaea; }
.woocommerce p.stars a.star-1:after,
.woocommerce p.stars a.star-2:after,
.woocommerce p.stars a.star-3:after,
.woocommerce p.stars a.star-4:after,
.woocommerce p.stars a.star-5:after {
font-family: WooCommerce;
text-indent: 0;
position: absolute;
top: 0;
left: 0;
color: #fccd36;
}
.woocommerce p.stars a.star-1 { width: 2em; }
.woocommerce p.stars a.star-1:after {
content: "\e021";
}
.woocommerce p.stars a.star-1.active:after,
.woocommerce p.stars a.star-1:hover:after {
content: "\e020";
}
.woocommerce p.stars a.star-2 { width: 3em; }
.woocommerce p.stars a.star-2:after {
content: "\e021\e021";
}
.woocommerce p.stars a.star-2.active:after,
.woocommerce p.stars a.star-2:hover:after {
content: "\e020\e020";
}
.woocommerce p.stars a.star-3 { width: 4em; }
.woocommerce p.stars a.star-3:after {
content: "\e021\e021\e021";
}
.woocommerce p.stars a.star-3.active:after,
.woocommerce p.stars a.star-3:hover:after {
content: "\e020\e020\e020";
}
.woocommerce p.stars a.star-4 { width: 5em; }
.woocommerce p.stars a.star-4:after {
content: "\e021\e021\e021\e021";
}
.woocommerce p.stars a.star-4.active:after,
.woocommerce p.stars a.star-4:hover:after { content: "\e020\e020\e020\e020"; }
.woocommerce p.stars a.star-5 {
width: 6em;
border: 0;
}
.woocommerce p.stars a.star-5:after {
content: "\e021\e021\e021\e021\e021";
}
.woocommerce p.stars a.star-5.active:after,
.woocommerce p.stars a.star-5:hover:after {
content: "\e020\e020\e020\e020\e020";
} .checkout_coupon .form-row {
float: left;
width: 48%;
}
.checkout_coupon .form-row-first { margin-right: 1%; }
.checkout_coupon .form-forw-last { margin-left: 1%; }
.checkout_coupon .form-row input {
display: inline-block;
vertical-align: middle;
}
.checkout_coupon .form-row .button { margin-bottom: 0; } .woocommerce-message,
.woocommerce-info,
.woocommerce-error {
position: relative;
margin-bottom: 25px !important;
padding: 25px 20px 25px 65px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
.woocommerce-message {
background-color: #e4f3eb;
color: #27ae60;
}
.woocommerce-info {
background-color: #e6f1f8;
color: #2980b9;
}
.woocommerce-error {
background-color: #f8e9e8;
color: #cb2700;
}
.woocommerce-message li,
.woocommerce-info li,
.woocommerce-error li { list-style: none; }
.woocommerce-message:before,
.woocommerce-info:before,
.woocommerce-error:before {
position: absolute;
left: 20px;
top: 50%;
font-size: 36px;
font-family: 'fontawesome';
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.woocommerce-message:before   { color: #2ecc71; content: "\f118"; }
.woocommerce-info:before 	  { color: #3498db; content: "\f05a"; }
.woocommerce-error:before     { color: #e74c3c; content: "\f071"; }
.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a { color: #696e6e; }
.woocommerce-message a:hover,
.woocommerce-info a:hover,
.woocommerce-error a:hover { color: #e74c3c; } .select2-container {
overflow: hidden;
padding: 12px 10px;
height: auto;
border: 2px solid #e4e4e2;
background-color: #f5f7f8;
background-image: none;
background-clip: padding-box;
color: #696e6e;
text-decoration: none;
white-space: nowrap;
line-height: normal;
-webkit-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: none;
box-shadow: none;
}
.select2-container .select2-choice {
padding: 0;
border: none;
background-color: transparent;
font-weight: 300;
-webkit-box-shadow: none;
box-shadow: none;
}
.select2-drop { margin-top: -2px; }
.select2-drop-active { border: 2px solid #e4e4e2; }
.select2-drop.select2-drop-above.select2-drop-active {
border-top: none;
border-left: 2px solid #e4e4e2;
border-right: 2px solid #e4e4e2;
border-bottom: 2px solid #e4e4e2;
}
.select2-search { padding: 4px; } .widget_layered_nav { }
.widget_layered_nav li {
overflow: hidden;
margin-right: 5px;
padding-top: 3px;
padding-bottom: 3px;
width: auto;
border-bottom-width: 1px;
border-bottom-style: solid;
}
.widget_layered_nav li:after {
clear: both;
display: block;
visibility: hidden;
height: 0;
content: ".";
}
#sidebar .widget_layered_nav li { border-bottom-color: #ecf0f1; }
#footer  .widget_layered_nav li { border-bottom-color: #404852; }
.widget_layered_nav li:last-child { border-bottom: none; }
.widget_layered_nav li a {
float: left;
word-break: break-all;
font-size: 16px;
font-weight: 700;
}
#sidebar .widget_layered_nav li a { color: #292f38; }
#footer  .widget_layered_nav li a { color: #fff; }
#sidebar .widget_layered_nav a:hover,
#footer .widget_layered_nav a:hover { color: #e74c3c; }
.widget_layered_nav li .count {
float: right;
margin-left: 5px;
font-size: 14px;
font-weight: 700;
} .widget_layered_nav_filters { }
.widget_layered_nav_filters li.chosen {
display: inline-block;
vertical-align: middle;
}
.widget_layered_nav_filters li a {
display: block;
margin-right: 5px;
margin-bottom: 5px;
padding: 7px 12px;
background-color: #ecf0f1;
color: #696e6e;
text-transform: uppercase;
font-size: 14px;
-webkit-border-radius: 4px;
border-radius: 4px;
-webkit-transition: color .4s ease, background-color .4s ease;
transition: color .4s ease, background-color .4s ease;
}
.widget_layered_nav_filters li a:hover {
background-color: #34495e;
color: #fff;
}
.widget_layered_nav_filters li a:before {
margin-right: 5px;
color: #696e6e;
font-family: 'fontawesome';
font-size: 14px;
content: "\f00d";
-webkit-transition: color .4s ease, background-color .4s ease;
transition: color .4s ease, background-color .4s ease;
}
.widget_layered_nav_filters li a:hover:before { color: #fff; } #sidebar .widget_product_search {
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.10);
box-shadow: 0 1px 1px rgba(0,0,0,.10);
}
.widget_product_search .woocommerce-product-search {
position: relative;
-webkit-border-radius: 4px;
border-radius: 4px;
}
#sidebar .widget_product_search .woocommerce-product-search {
padding: 23px 20px 25px;
background-color: #fff;
}
.widget_product_search .woocommerce-product-search label {
display: inline-block;
margin-bottom: 6px;
}
.widget_product_search input[type="search"] {
width: 60%;
width: calc(100% - 45px);
-webkit-box-sizing:  border-box;
-moz-box-sizing: border-box;
box-sizing:  border-box;
}
.widget_product_search button[type="submit"] {
display: inline-block;
vertical-align: top;
width: 40px;
height: 43px;
background-color: #e2e6e7;
font-size: 0;
line-height: 43px;
-webkit-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0, .17);
box-shadow: inset 0 -2px 0 rgba(0,0,0, .17);
-webkit-transition: background-color .3s ease;
transition: background-color .3s ease;
}
.widget_product_search button[type="submit"]:before {
font-family: 'fontawesome';
font-size: 20px;
content: "\f002";
color: #292f38;
-webkit-transition: color .3s ease;
transition: color .3s ease;
}
.widget_product_search button[type="submit"]:hover  { background-color: #34495e; }
.widget_product_search button[type="submit"]:before {
color: #292f38;
-webkit-transition: color .3s ease;
transition: color .3s ease;
}
.widget_product_search button[type="submit"]:hover:before { color: #fff; } .widget ins { background-color: transparent; }
#sidebar .widget_products,
#sidebar .widget_recently_viewed_products,
#sidebar .widget_recent_reviews,
#sidebar .widget_top_rated_products,
#sidebar .widget_shopping_cart,
#sidebar .widget_product_categories,
#sidebar .widget_price_filter,
#sidebar .widget_layered_nav,
#sidebar .widget_layered_nav_filters,
#sidebar .widget_products_specials {
overflow: hidden;
border-width: 1px;
border-style: solid;
border-color: transparent;
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.10);
box-shadow: 0 1px 1px rgba(0,0,0,.10);
}
#sidebar .product_list_widget,
#sidebar .widget_product_categories > ul,
#sidebar .widget_price_filter form,
#sidebar .widget_layered_nav > ul,
#sidebar .widget_layered_nav_filters > ul {
margin-bottom: 0;
padding: 23px 20px 25px;
background-color: #fff;
}
.widget .product_list_widget li {
margin-bottom: 15px;
padding: 0 0 15px 0;
border-bottom-width: 1px;
border-bottom-style: solid;
}
#sidebar .widget .product_list_widget li { border-bottom-color: #ecf0f1; }
#footer .widget .product_list_widget li  { border-bottom-color: #404852; }
.widget .product_list_widget li:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom-width: 0;
}
.widget .product_list_widget li .entry-thumb-image {
float: left;
margin-right: 15px;
}
.widget .product_list_widget li .entry-post-holder { overflow: hidden; }
.widget .product_list_widget li .entry-post-holder ins {
background-color: transparent;
color: #282523;
}
#footer .widget .product_list_widget li .entry-post-holder ins { color: #fff; }
.product_list_widget a h6 {
-webkit-transition: color .4s ease, background-color .4s ease;
transition: color .4s ease, background-color .4s ease;
}
.product_list_widget a:hover h6 {
-webkit-transition: color 0.1s ease 0s;
transition: color 0.1s ease 0s;
}
#footer .widget .product_list_widget a h6 { color: #fff; }
#sidebar .widget .product_list_widget a:hover h6,
#footer .widget .product_list_widget a:hover h6 { color: #e74c3c; }
.widget .fl-pcountdown-cnt { display: none; } .widget_recent_reviews .product_list_widget li > a {
display: block;
height: auto;
color: #292f38;
}
#footer .widget_recent_reviews .product_list_widget > li > a { color: #fff; }
#sidebar .widget_recent_reviews .product_list_widget li > a:hover,
#footer .widget_recent_reviews .product_list_widget li > a:hover { color: #e74c3c; }
.widget_recent_reviews ul.product_list_widget li img {
float: right;
margin-left: 5px;
width: 45px;
padding: 2px;
height: auto;
}
.widget_recent_reviews ul.product_list_widget .star-rating {
float: none;
position: relative;
margin: 3px 0;
} .woocommerce.widget .price_slider_wrapper .ui-widget-content {
position: relative;
height: 12px;
border: 2px solid #e2e6e7;
background-color: #f5f7f8;
}
.woocommerce.widget .ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
display: block;
height: 100%;
font-size: 10px;
border: 0;
background-color: #e74c3c;
}
.woocommerce.widget .ui-slider .ui-slider-handle {
position: absolute;
top: 50%;
z-index: 1;
display: inline-block;
margin-top: -11px;
width: 12px;
height: 22px;
background-color: #e2e6e7;
-webkit-border-radius: 4px;
border-radius: 4px;
}
.woocommerce.widget .price_slider_amount .price_label {
margin-top: 10px;
text-align: left;
text-transform: uppercase;
font-size: 13px;
}
.woocommerce.widget .price_slider_amount .button {
display: inline-block;
margin-bottom: .8em;
padding: 8px 15px;
background-color: #e74c3c;
color: #fff;
text-align: center;
vertical-align: top;
cursor: pointer;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: all .4s ease;
transition: all .4s ease;
-webkit-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 2px 0 #c0392b;
box-shadow: 0 2px 0 #c0392b;
}
.woocommerce.widget .price_slider_amount .button:hover {
background-color: #34495e;
-webkit-box-shadow: 0 2px 0 #2c3e50;
box-shadow: 0 2px 0 #2c3e50;
}
.woocommerce.widget .price_slider_amount .button {
margin-top: 20px;
margin-bottom: 10px;
} .widget_products_specials > ul { padding: 23px 20px 25px; }
#sidebar .widget_products_specials > ul { background-color: #fff; }
#footer .widget_products_specials > ul  {
background-color: #404852;
-webkit-border-radius: 4px;
border-radius: 4px;
}
.specials-carousel li {
display: none;
overflow: hidden;
}
.specials-carousel li:first-child { display: block; }
.widget_products_specials { position: relative; }
.widget_products_specials .products { margin-bottom: 0; }
.widget_products_specials .products .price { display: block; }
.widget_products_specials .product .product-frame {
padding: 0;
border: none;
}  .widget_product_categories { }
.product-categories li { position: relative; }
.product-categories a {
position: relative;
display: block;
padding: 7px 25px 7px 0;
border-bottom-width: 1px;
border-bottom-style: solid;
word-break: break-all;
font-size: 16px;
}
#sidebar .product-categories a {
border-bottom-color: #ecf0f1;
color: #292f38;
}
#footer .product-categories a {
border-bottom-color: #404852;
color: #fff;
}
.product-categories > li > a { font-weight: 700; }
.product-categories li:last-child > a { border-bottom: none; }
#sidebar .product-categories li a:hover,
#footer .product-categories li a:hover { color: #e74c3c; }
.product-categories li > .count {
position: absolute;
right: 30px;
top: 16px;
margin-top: -10px;
}
.product-categories ul.children {
display: none;
margin-left: 0;
}
.product-categories ul > li > a { padding-left: 20px; }
.product-categories ul ul > li > a { padding-left: 40px; font-size: 14px; }
.product-categories .active > a { color: #e74c3c; }
.product-categories .toggle-switch {
position: absolute;
right: 0;
top: 50%;
margin-top: -11px;
display: block;
width: 23px;
height: 23px;
line-height: 21px;
text-align: center;
-webkit-border-radius: 4px;
border-radius: 4px;
}
#sidebar .product-categories .toggle-switch { background-color: #ecf0f1; }
#footer .product-categories .toggle-switch  { background-color: transparent; }
.product-categories .toggle-switch:before {
font-weight: 300;
content: "+";
line-height: 1.5;
-webkit-transition: opacity .4s ease;
transition: opacity .4s ease;
}
.product-categories li.active > a > .toggle-switch:before {
color: #e74c3c;
content: "-";
} #sidebar .widget_product_tag_cloud {
overflow: hidden;
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.10);
box-shadow: 0 1px 1px rgba(0,0,0,.10);
}
#sidebar .widget_product_tag_cloud > div {
padding: 23px 20px 25px;
background-color: #fff;
}
.widget_product_tag_cloud a {
padding: 4px;
display: inline-block;
color: #292f38;
}
#footer  .widget_product_tag_cloud a { color: #fff; }
#sidebar .widget_product_tag_cloud a:hover,
#footer .widget_product_tag_cloud a:hover { color: #e74c3c; } .cart-set .toggle-button {
position: relative;
display: block;
padding: 9px 16px 10px;
border-width: 1px;
border-style: solid;
border-color: transparent;
background-color: #ecf0f1;
color: #292f38;
-webkit-border-radius: 4px;
border-radius: 4px;
}
.cart-set .toggle-button:hover,
.cart-set .toggle-button.active {
background-color: #34495e;
color: #fff;
}
.toggle-button img {
display: inline-block;
margin-right: 10px;
vertical-align: middle;
}
.cart-list .toggle-button {
display: inline-block;
vertical-align: middle;
color: #292f38;
font-size: 12px;
}
.cart-list .toggle-button:hover { color: #e74c3c; }
.cart-list .toggle-button span { vertical-align: middle; }
#currency-switcher {
position: absolute;
visibility: hidden;
top: 100%;
margin-top: 10px;
width: 100%;
-webkit-transform-origin: 0 0 0;
transform-origin: 0 0 0;
-webkit-transform: rotate3d(1,0,0, 90deg);
transform: rotate3d(1,0,0, 90deg);
}
.cart-list #currency-switcher {
left: auto;
right: 0;
min-width: 110px;
}
#currency-switcher.opened {
visibility: visible;
-webkit-animation: wicket .5s ease;
animation: wicket .5s ease;
-webkit-transform: rotate3d(1,0,0,0deg);
transform: rotate3d(1,0,0,0deg);
}
#currency-switcher.closed {
visibility: visible;
-webkit-animation: wicketout .5s ease;
animation: wicketout .5s ease;
}
#currency-switcher:before {
position: absolute;
top: -8px;
right: 16px;
width: 0;
height: 0;
border-left: 7px solid transparent;
border-bottom-width: 8px;
border-bottom-style: solid;
border-right: 7px solid transparent;
border-bottom-color: #34495e;
content: "";
}
#currency-switcher ul {
background-color: #34495e;
-webkit-border-radius: 4px;
border-radius: 4px;
}
#currency-switcher li {
display: block;
padding: 4px 12px;
text-align: left;
color: #fff;
-webkit-transition: background-color 1s ease;
transition: background-color 1s ease;
}
#currency-switcher li:first-child {
-webkit-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
}
#currency-switcher li:last-child {
-webkit-border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;
}
#currency-switcher li:hover { background-color: rgba(0,0,0, .15); }
#currency-switcher li a { color: #fff; }
#currency-switcher li img {
display: inline-block;
margin-right: 5px;
vertical-align: middle;
} .wcv-form label {
display: inline-block;
vertical-align: middle;
}
.wcv-form label:first-child 	  { margin-right: 5px; }
.wcv-form label:not(:first-child) { margin: 0 5px; }
.woocommerce .wcv-form .button {
padding: 11px 15px 12px;
}
.wcv-form .btn.btn-inverse.btn-small {
display: inline-block;
margin-bottom: 11px;
padding: 8px 15px 10px;
background-color: #e74c3c;
color: #fff;
text-align: center;
vertical-align: top;
cursor: pointer;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: all .4s ease;
transition: all .4s ease;
-webkit-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0, .17);
box-shadow: inset 0 -2px 0 rgba(0,0,0, .17);
}
.wcv-form .btn.btn-inverse.btn-small:hover {
background-color: #34495e;
color: #fff;
} .dokan-theme-flatastic .dokan-message,
.dokan-theme-flatastic .dokan-info,
.dokan-theme-flatastic .dokan-error
{
position: relative;
margin-bottom: 25px;
padding: 14px 55px 13px 20px;
border-width: 1px;
border-style: solid;
background-color: #fff;
border-radius: 3px;
}
.dokan-theme-flatastic .dokan-message,
.dokan-theme-flatastic .dokan-info,
.dokan-theme-flatastic .dokan-error:before { display: none; }
.dokan-theme-flatastic .dokan-message {
border-color: #269300;
color: #269300;
}
.dokan-theme-flatastic .dokan-info-info { border-color: #e6f1f8; }
.dokan-theme-flatastic .dokan-error {
border-color: #ff0000;
color: #ff0000;
}
.dokan-theme-flatastic ul.dokan-seller-wrap {
margin-bottom: 40px;
font-size: 0;
}
.dokan-theme-flatastic ul.dokan-seller-wrap li.dokan-single-seller {
margin-bottom: 20px;
float: none;
clear: none;
display: inline-block;
vertical-align: top;
}
.dokan-theme-flatastic #main ul.dokan-seller-wrap li.dokan-single-seller {
margin-right: 3%;
width: 31.3%;
}
.dokan-theme-flatastic .no_sidebar ul.dokan-seller-wrap li.dokan-single-seller {
margin-right: 3%;
width: 22.7%;
}
.dokan-theme-flatastic #main ul.dokan-seller-wrap li.dokan-single-seller:nth-child(2n+1) { margin-right: 3%; }
.dokan-theme-flatastic #main ul.dokan-seller-wrap li.dokan-single-seller:nth-child(3n) { margin-right: 0; }
.dokan-theme-flatastic .no_sidebar ul.dokan-seller-wrap li.dokan-single-seller:nth-child(4n) { margin-right: 0; }
.dokan-theme-flatastic .dokan-store-caption address { font-size: 14px; }
.dokan-theme-flatastic .dokan-store-thumbnail > a {
display: block;
margin-bottom: 20px;
}
.dokan-theme-flatastic #dokan-primary {}
.dokan-theme-flatastic .dokan-store-sidebar { padding-right: 3%; }
.dokan-theme-flatastic .dokan-widget-area .widget {
border-width: 1px;
border-style: solid;
border-color: transparent;
-webkit-border-radius: 4px;
border-radius: 4px;
}
.dokan-theme-flatastic .dokan-widget-area .widget:not(:last-child) { margin-bottom: 30px; }
.dokan-theme-flatastic .dokan-widget-area > .widget {
overflow: hidden;
border-width: 1px;
border-style: solid;
border-color: transparent;
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.10);
box-shadow: 0 1px 1px rgba(0,0,0,.10);
}
.dokan-theme-flatastic .dokan-widget-area .widget > #dokan-form-contact-seller,
.dokan-theme-flatastic .dokan-widget-area .widget > .location-container,
.dokan-theme-flatastic .dokan-widget-area .widget > #cat-drop-stack {
margin-bottom: 0;
padding: 23px 20px 25px;
background-color: #fff;
}
.dokan-theme-flatastic .dokan-widget-area .widget #cat-drop-stack ul { margin-bottom: 0; }
.dokan-theme-flatastic .dokan-widget-area .widget .widget-title {
margin-bottom: 0;
background-color: #34495e;
padding: 15px 20px 14px;
color: #fff;
-webkit-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
}
.dokan-theme-flatastic .dokan-category-menu li { list-style: none; }
.dokan-theme-flatastic .dokan-category-menu a {
position: relative;
display: block;
padding: 7px 25px 7px 0;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #ecf0f1;
color: #292f38;
word-break: break-all;
font-size: 16px;
}
.dokan-theme-flatastic .dokan-category-menu li:last-child > a { border-bottom: none; }
.dokan-theme-flatastic .dokan-category-menu #cat-drop-stack > ul > li > a { font-weight: 700; }
.dokan-theme-flatastic .dokan-category-menu a:hover { color: #e74c3c; }
.dokan-theme-flatastic .dokan-single-store .dokan-store-tabs
{
margin-bottom: 20px;
font-size: 0;
}
.dokan-theme-flatastic .dokan-single-store .dokan-store-tabs ul {
margin-bottom: 0;
border-width: 0 1px 0 1px;
}
.dokan-theme-flatastic .dokan-single-store .dokan-store-tabs ul li a { font-size: 14px; }
.dokan-theme-flatastic .dokan-single-store #reviews {
padding: 19px;
overflow: hidden;
background: #fff;
border: 1px solid #eaeaea;
border-radius: 0 0 3px 3px;
}
.dokan-theme-flatastic .dokan-single-store .commentlist { margin-bottom: 0; }
.dokan-theme-flatastic .commentlist > li:before,
.dokan-theme-flatastic .commentlist > li:after
{
display: table;
content: " ";
}
.dokan-theme-flatastic .commentlist li { list-style: none; }
.dokan-theme-flatastic .commentlist li:not(:last-child) { margin-bottom: 20px; }
.dokan-theme-flatastic .commentlist > li:after { clear: both; }
.dokan-theme-flatastic .dokan-review-author-img {
float: left;
max-width: 80px;
margin-right: 20px;
}
.dokan-dashboard table { width: auto; }
.dokan-theme-flatastic .dokan-form-control {
border: 2px solid #e4e4e2;
background-color: #f5f7f8;
color: #696e6e;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
.dokan-theme-flatastic.dokan-dashboard .dokan-dash-sidebar 	 { width: 22%; }
.dokan-theme-flatastic.dokan-dashboard .dokan-dashboard-content { width: 78%; }
.dokan-theme-flatastic.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter li {
width: 18%;
}
.dokan-theme-flatastic.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter .title { font-size: 13px; }
.dokan-theme-flatastic .dokan-product-listing .dokan-product-listing-area .product-listing-top ul.dokan-listing-filter { width: 65%; }
.dokan-theme-flatastic .dokan-orders-area input[type="text"] { width: auto; }
.dokan-theme-flatastic .dokan-store-sidebar,
.dokan-theme-flatastic #dokan-primary
{
float: none;
width: 100%;
}
.dokan-theme-flatastic .dokan-single-store .profile-frame .profile-info-box { width: 100%; }
#main .view-grid.shop-columns-2 .dokan-single-store .products .product,
#main .view-grid-center.shop-columns-2 .dokan-single-store .products .product,
#main .view-grid.shop-columns-3 .dokan-single-store .products .product,
#main .view-grid-center.shop-columns-3 .dokan-single-store .products .product {
width: 50%;
}
}
@media only screen and (max-width: 767px) {
.dokan-theme-flatastic.dokan-dashboard .dokan-reports-sidebar { margin-bottom: 20px; }
.dokan-theme-flatastic.dokan-dashboard .dokan-dashboard-content ul.dokan_tabs li { width: 50%; }
.dokan-theme-flatastic ul.dokan_tabs { font-size: 0; }
.dokan-theme-flatastic ul.dokan_tabs li:first-child { margin-left: 0; }
.dokan-theme-flatastic ul.dokan_tabs li { margin-right: 0 !important; }
.dokan-theme-flatastic ul.dokan_tabs li a { font-size: 14px; }
.dokan-theme-flatastic ul.dokan_tabs li.active a { background-color: #fff; }
.dokan-theme-flatastic .dokan-dashboard-wrap input[type="text"] { width: auto; }
.dokan-theme-flatastic .dokan-btn { margin-bottom: 10px; }
.dokan-theme-flatastic.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dokan-dash-left { padding-right: 0; }
.dokan-theme-flatastic.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li {
float: none;
width: 100%;
}
.dokan-theme-flatastic.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter .title { font-size: 13px; }
.dokan-theme-flatastic .seller-form { margin-bottom: 40px; }
.dokan-theme-flatastic #dokan-primary { width: 100%; }
.dokan-theme-flatastic .dokan-w3,
.dokan-theme-flatastic .dokan-w4,
.dokan-theme-flatastic .dokan-w5,
.dokan-theme-flatastic .dokan-w6,
.dokan-theme-flatastic .dokan-w7,
.dokan-theme-flatastic .dokan-w8
{
width: 100%;
clear: none;
}
} @media only screen and (max-width: 1200px) { .product-quantity .quantity input.qty {
width: 40px;
padding: 0 4px;
}
table.shop_table .sub-th {
text-align: left;
font-size: 14px;
} .product .quick-view { padding: 8px 10px 9px; }
.woocommerce p.stars { font-size: .8em; }
}
@media screen and (min-width: 993px) and (max-width: 1200px) { .view-list .products .thumbnail-container { width: 220px; }
#main .view-list .products .content-description { width: 290px; }
.no_sidebar .view-list .products .content-description { width: 515px; } table.shop_table.cart td,
table.shop_table.cart tr:last-child td { padding: 8px; }
table.shop_table .coupon { width: 58%; } .view-grid-center .product-frame .product-actions { text-align: center; } .view-grid-center .product-frame .yith-wcwl-add-to-wishlist { display: block; }
.view-grid-center .product-frame .yith-wcwl-add-to-wishlist { padding-right: 0; } .view-grid-center .product-frame .product-actions .compare 			{ padding-left: 0; }
.view-grid-center .product-frame .product-actions .compare::before  { display: none; } .widget_products_specials .add_to_cart_button,
.widget_products_specials .product_type_simple {
margin-bottom: 3px;
padding: 8px 10px;
}
}
@media only screen and (max-width: 992px) { #header.type-6 .cart-holder {
margin: 10px auto;
float: none;
text-align: center;
}
#header.type-6 .cart-holder .cart-set { display: inline-block; } .view-list .products .thumbnail-container { width: 180px; }
#main .view-list .products .content-description,
.no_sidebar .view-list .products .content-description { width: auto; } table.shop_table.cart .product-thumbnail .thumbnail {
float: none;
margin-right: 0;
margin-bottom: 5px;
}
.col-2 .title > h3 { margin-bottom: 10px; }
.col-2 .title > *  { display: block; } .modal-inner-content { width: 690px; }
.modal-login.modal-inner-content {
padding: 15px 15px 30px;
width: 300px;
}
.modal-login.modal-inner-content .foot-modal-title { font-size: 16px; } #tab-reviews .comment_container .meta { margin-bottom: 0; } } @media only screen and (min-width: 768px) and (max-width: 992px) { table.shop_table,
table.shop_table tbody,
table.shop_table thead,
table.shop_table tfoot,
table.shop_table tr,
table.shop_table td { display: block; }
table.shop_table thead { display: none; }
table.shop_table td:not([colspan]) {
position: relative;
padding-left: 50% !important;
border-left: none !important;
border-right: none !important;
border-top: none !important;
}
table.shop_table td:not([colspan]):after {
position: absolute;
left: 47%;
top: 0;
display: block;
height: 100%;
border-left: 1px solid #ecf0f1;
content: "";
}
table.shop_table td:before {
position: absolute;
top: 50%;
left: 9px;
padding-right: 10px;
width: 45%;
text-align: left;
content: attr(data-title);
-webkit-transform: translateY(-50%) translateZ(0);
transform: translateY(-50%);
}
table.shop_table:not(.order_details, .cart) tr:last-child td { padding: 5px 10px; }
table.shop_table.cart .coupon {
margin-bottom: 10px;
width: 100%;
}
table.shop_table th.sub-th { display: none; } .shop-page-meta .d_inline_middle.f_size_medium { display: none; } .view-grid.shop-columns-2 .products .product,
.view-grid-center.shop-columns-2 .products .product,
.view-grid.shop-columns-3 .products .product,
.view-grid-center.shop-columns-3 .products .product,
.view-grid.shop-columns-4 .products .product,
.view-grid-center.shop-columns-4 .products .product,
.view-grid.shop-columns-5 .products .product,
.view-grid-center.shop-columns-5 .products .product { width: 33.33333333333333%; }
#main .view-grid.shop-columns-2 .products .product,
#main .view-grid.shop-columns-3 .products .product,
#main .view-grid.shop-columns-4 .products .product,
#main .view-grid.shop-columns-5 .products .product,
#main .view-grid-center.shop-columns-2 .products .product,
#main .view-grid-center.shop-columns-3 .products .product,
#main .view-grid-center.shop-columns-4 .products .product,
#main .view-grid-center.shop-columns-5 .products .product { width: 50%; } .view-list .products .thumbnail-container { margin-bottom: 20px; }
.view-list .products .content-description {
float: none;
width: auto;
}
.view-list .product .price {
clear: both;
text-align: left;
}
.view-list .products .process-section {
float: none;
text-align: left;
}
.view-list .product-actions {
margin-top: 0;
display: inline-block;
vertical-align: top;
text-align: left;
} .view-grid-center .product-frame .product-actions { text-align: center; } .view-grid-center .product-frame .yith-wcwl-add-to-wishlist { display: block; }
.view-grid-center .product-frame .yith-wcwl-add-to-wishlist { padding-right: 0; } .view-grid-center .product-frame .product-actions .compare 			{ padding-left: 0; }
.view-grid-center .product-frame .product-actions .compare::before  { display: none; } .single-product table.shop_attributes th,
.single-product .meta-title { min-width: 130px; }
.single-product .single_add_to_cart_button,
.woocommerce.single-product .single_add_to_cart_button { padding: 14px 17px 13px; } div.product .woocommerce-tabs ul.tabs li a {
padding: 12px;
font-size: 14px;
} .product-filter li button {
padding: 7px 12px;
font-size: 16px;
} .widget_products_specials .add_to_cart_button,
.widget_products_specials .product_type_simple {
margin-bottom: 3px;
padding: 8px 10px;
}
}
@media only screen and (max-width: 767px) { .shop-page-meta { text-align: center; }
.shop-page-meta label,
.shop-page-meta form,
.shop-page-meta .order-param-button { margin: 5px 0; }
.shop-page-meta .list-or-grid { display: none; } table.shop_table,
table.shop_table tbody,
table.shop_table thead,
table.shop_table tfoot,
table.shop_table tr,
table.shop_table td { display: block; }
table.shop_table thead { display: none; }
table.shop_table td:not([colspan]) {
position: relative;
padding-left: 50% !important;
border-left: none !important;
border-top: none !important;
}
table.shop_table td:not([colspan]):after {
position: absolute;
left: 47%;
top: 0;
display: block;
height: 100%;
border-left: 1px solid #ecf0f1;
content: "";
}
table.shop_table td:before {
position: absolute;
top: 50%;
left: 9px;
width: 45%;
padding-right: 10px;
text-align: left;
content: attr(data-title);
-webkit-transform: translateY(-50%) translateZ(0);
transform: translateY(-50%);
}
table.shop_table.order_details tfoot td[scope="row"] { display: none; }
table.shop_table.cart .actions { text-align: center; }
table.shop_table.cart .coupon {
display: block;
width: 100%;
}
table.shop_table.cart .coupon input[type="text"],
table.shop_table.cart .actions .button { margin-bottom: 10px; }
table.shop_table th.sub-th { display: none; } .col-2 {
margin-bottom: 25px;
padding: 15px 10px;
}
.col2-set .col-2 {
float: none;
width: 100%;
}
.col2-set .col-2:first-child  { margin-right: 0; }
.col2-set .col-2:nth-child(2) { margin-left:  0; }
.login .form-row-wide,
.register .form-row-wide {
float: none;
width: 100%;
}
.login .form-row-wide:first-child,
.register .form-row-wide:first-child { padding-right: 0; }
.login .form-row-wide:nth-child(2),
.register .form-row-wide:nth-child(2) { padding-left: 0; }
.login .form-row-wide.form-row-first  { padding: 0; }
.login .form-row-wide.form-row-last   { padding: 0; } .header-in .cart-list { display: inline-block; }
.cart-holder .cart-dropdown { display: none; }
#header.type-1 .cart-holder {
float: none;
display: inline-block;
text-align: center;
}
#header.type-4 .cart-holder { float: right; } .cart-list #currency-switcher {
left: 0;
right: 0;
min-width: auto;
}
#currency-switcher:before {
left: 10px;
right: auto;
} .product-holder { display: block; }
.product-title { font-size: 18px; }
.product-filter li {
margin-right: 3px;
margin-bottom: 5px;
}
.product-filter li button {
padding: 4px 10px;
font-size: 11px;
}
.product-filter li button:after { bottom: -4px; } .cart-set > li,
.cart-list > li { margin: 3px; }
#header.type-3 .cart-holder,
#header.type-6 .cart-holder {
float: none;
display: inline-block;
margin: 10px;
text-align: center;
}
.shopping-button { padding: 8px 15px 8px 5px; }
.shopping-button .shop-icon { margin-right: 0; }
.shopping-button  b { display: none; } .products > h2 { font-size: 18px; }
.view-list .products .thumbnail-container {
margin: 0 auto;
width: auto;
}
.view-grid .products .product,
.view-grid-center .products .product {
padding-left: 10px;
padding-right: 10px;
}
.view-list .products .product {
padding-left: 15px;
padding-right: 15px;
}
.view-list .products .thumbnail-container {
float: none;
margin-right: 0;
margin-bottom: 20px;
}
.view-list .products .content-description {
float: none;
width: auto;
}
.view-list .product .price { text-align: left; }
.view-list .products .process-section {
float: none;
text-align: left;
}
.view-list .product-actions {
margin-top: 0;
display: inline-block;
vertical-align: top;
} .popup-modal {
top: 20px;
left: 10px;
right: 10px;
bottom: 10px;
width: 95%;
width: calc(100% - 20px);
max-height: 100%;
}
.csstransitions .popup-modal {
-webkit-transform: translateX(0) translateY(0);
transform: translateX(0) translateY(0);
}
.modal-inner-content {
width: 100%;
padding: 25px 10px 10px;
}
.modal-inner-content .custom-scrollbar { height: 380px; } .single-product .product_title {
margin-top: 15px;
font-size: 22px;
}
.popup-modal .single-product .single_add_to_cart_button { margin-bottom: 3em; } div.product .woocommerce-tabs ul.tabs li {
display: block;
margin: 0;
}
div.product .woocommerce-tabs ul.tabs li a {
display: block;
width: 100%;
padding: 10px;
font-size: 20px;
}
.woocommerce-tabs .panel.entry-content {
margin-bottom: 25px;
padding: 15px 10px;
}
.woocommerce-tabs .panel.entry-content .entry-media { margin-bottom: 0; }
.single-product table.shop_attributes tr {
display: block;
width: 100%;
}
.single-product table.shop_attributes th,
.single-product table.shop_attributes td {
display: inline-block;
padding: 5px;
width: 48%;
vertical-align: top;
} .zoomContainer { display: none; }
} @media only screen and (min-width: 480px) and (max-width: 767px) { .view-list .products .product,
.view-grid.shop-columns-3 .products .product,
.view-grid.shop-columns-4 .products .product,
.view-grid-center.shop-columns-3 .products .product,
.view-grid-center.shop-columns-4 .products .product,
#main .view-grid.shop-columns-3 .products .product,
#main .view-grid.shop-columns-4 .products .product,
#main .view-grid-center.shop-columns-3 .products .product,
#main .view-grid-center.shop-columns-4 .products .product { width: 50%; }
}
@media only screen and (max-width: 480px) { .product-holder { padding-right: 0; } .view-list .products .product,
.view-grid.shop-columns-2 .products .product,
.view-grid.shop-columns-3 .products .product,
.view-grid.shop-columns-4 .products .product,
.view-grid.shop-columns-5 .products .product,
.view-grid-center.shop-columns-2 .products .product,
.view-grid-center.shop-columns-3 .products .product,
.view-grid-center.shop-columns-4 .products .product,
.view-grid-center.shop-columns-5 .products .product,
#main .view-grid.shop-columns-2 .products .product,
#main .view-grid.shop-columns-3 .products .product,
#main .view-grid.shop-columns-4 .products .product,
#main .view-grid.shop-columns-5 .products .product,
#main .view-grid-center.shop-columns-2 .products .product,
#main .view-grid-center.shop-columns-3 .products .product,
#main .view-grid-center.shop-columns-4 .products .product,
#main .view-grid-center.shop-columns-5 .products .product { width: 100%; }
}.view-grid .rating-box {
position: absolute;
right: 10px;
opacity: 0;
-webkit-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.view-list .rating-box { display: inline-block; }
.view-grid .product-frame:hover .rating-box { opacity: 1; }
.rating-box .rating {
display: inline-block;
width: auto !important;
font-size: 5px;
-webkit-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.view-grid-center .rating-box .rating.readonly-rating {
display: block;
float: none;
margin-bottom: 8px;
margin-left: auto;
margin-right: auto;
text-align: center;
opacity: 1;
}
.view-grid .rating-box > span,
.view-grid-center .rating-box > span { display: none; }
.view-list .rating-box > span,
.single-product-summary .rating-box > span {
display: inline-block;
margin-left: 10px;
color: #696e6e;
font-size: 12px;
}
.single-product-summary .rating-box > span a 		{ color: #292f38; }
.single-product-summary .rating-box > span a:hover  { color: #e74c3c; } .post-content .rating-box {
margin-bottom: 15px;
padding: 7px 0;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
line-height: 1em;
}
.post-area .entry-blog-big .rating-box {
text-align: right;
}
.post-area .rating.readonly-rating {
display: inline-block;
margin-right: 5px;
width: auto !important;
vertical-align: middle;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.rate-desc {
display: inline-block;
vertical-align: middle;
font-size: 12px;
}
.col-sm-4 .rate-desc {
display: block;
text-align: right;
}
.post-area .rating-box span {
vertical-align: middle;
font-size: 12px;
}
.post-area .rating-box span.average,
.post-area .rating-box span.best { display: none; }
.ratings {
margin: 5px 0;
}
.ratings:after{
content:'.';
display:block;
clear:both;
visibility:hidden;
line-height:0;
height:0;
}
.ratings .item {
display: none;
}
.ratings ul,
.ratings a:hover,
.ratings .rating { background: transparent url(//maticahrvatska-rovinj.eu/wp-content/themes/gototop/inc/plugins/post-ratings/star.png) repeat-x; } .ratings ul,
.ratings li {
list-style-type: none !important;
margin: 0 !important;
padding: 0 !important;
}
.ratings ul {
display: inline-block;
height: 16px;
vertical-align: middle;
}
.ratings li {
position: relative;
display: block;
}
.ratings ul li a {
position: absolute;
cursor: pointer;
left: 0;
top: 0;
display: block;
width:16px;
height: 16px;
text-decoration: none;
text-indent: -500px;
z-index: 10;
}
.ratings ul li a:hover {
background-position: left bottom;
z-index: 5;
left: 0 !important;
}
.ratings .s2 a		 { left:  15px; }
.ratings .s2 a:hover { width: 30px; }
.ratings .s3 a		 { left:  30px; }
.ratings .s3 a:hover { width: 45px; }
.ratings .s4 a		 { left:  45px; }
.ratings .s4 a:hover { width: 60px; }
.ratings .s5 a		 { left:  60px; }
.ratings .s5 a:hover { width: 75px; }
.ratings .s6 a		 { left:  75px; }
.ratings .s6 a:hover { width: 90px; }
.ratings .s7 a		 { left:  90px; }
.ratings .s7 a:hover { width: 105px;}
.ratings .s8 a		 { left:  105px; }
.ratings .s8 a:hover { width: 120px; }
.ratings .s9 a		 { left: 120px; }
.ratings .s9 a:hover { width: 135px; }
.ratings .s10 a		 { left: 135px; }
.ratings .s10 a:hover{ width: 150px; }
.ratings .rating {
position: absolute;
z-index: 1;
display: block;
height: 16px;
background-position: left center;
text-indent: -9999px;
}
.ratings .meta {
display: inline-block;
vertical-align: middle;
}
.ratings.error .meta {
display: inline-block;
vertical-align: middle;
color: #ff0000;
}#header > div.header-in > div > div > a {float: right;}
#main > div > div.shop-page-meta > div > div.col-sm-9 > div.sort-param.param-count.sort-param-count > label:nth-child(1) {display: none !important;}
#main > div > div.shop-page-meta > div > div.col-sm-3.t_align_r{float: right;}
#newsletter_form2{background-color: #323232;}
#edmm-sub-email2{background-color: white !important;}
#newsletter_form2 > div > section.row.space.newsletter_form2_c_get > h2{display: none !important;}
#newsletter_form2 > div > section.row.space.newsletter_form2_c_get > p{color: #a6a6a6 !important; font-size: 15px !important;}
#newsletter_form2 > div > section.row.space.newsletter_form2_c_get_detail > form > div > div:nth-child(4) > button{border: 3px solid #a9c10b !important;}
#header > div.h_top_part > div > div > div.col-lg-4.col-md-4.col-sm-5.t_align_r.t_xs_align_c{display: none !important;}
#newsletter_form2 > div > section.row.space.newsletter_form2_c_get_detail{float: left !important; margin-left: 0px !important; padding-left: 0px !important;}
#newsletter_form2 > div > section.row.space.newsletter_form2_c_get_detail > *{float: left !important; margin-left: 0px !important; padding-left: 0px !important;}
#newsletter_form2 > div > section.row.space.newsletter_form2_c_get_detail > * > *{float: left !important; margin-left: 0px !important; padding-left: 0px !important;}
#newsletter_form2 > div > section.row.space.newsletter_form2_c_get_detail> * > * > *{float: left !important; margin-left: 0px !important; padding-left: 0px !important;}
#newsletter_form2 > div > section.row.space.newsletter_form2_c_get_detail > * > * > * > *{float: left !important; margin-left: 0px !important; padding-left: 0px !important;}
#newsletter_form2 > div > section.row.space.newsletter_form2_c_get_detail > * > * > * > * > *{float: left !important; margin-left: 0px !important; padding-left: 0px !important;}
#newsletter_form2 > div > section.row.space.newsletter_form2_c_get_detail > * > * > * > * > * > *{float: left !important; margin-left: 0px !important; padding-left: 0px !important;}
#newsletter_form2 > div > section.row.space.newsletter_form2_c_get > p {text-align: left !important;float: left !important; margin-left: 0px !important; padding-left: 8px !important;}
#newsletter_form2 > div > section.row.space.newsletter_form2_c_get > span{display: none !important;}
#content > div > div > div > section > div.woocommerce.ywcps-product-slider > div.ywcps-wrapper > div.ywcps-slider > ul > div.owl-wrapper-outer > div > div > li > div > div.content-description > div.product-section > div.rating-box 
{display: none !important;}
@media screen and (min-width: 990px){
#header > div.dms-container {display: none !important; padding-top: 3px !important;}
div.dms-container {display: hidden !important; width: 15% !important; margin-left: 75% !important; padding-right: 20px !important;}
#header > div.header-in {padding-top: 30px !important;}
#header > div.dms-container > select {display: none !important; padding-top: 1px !important; padding-bottom: 1px !important;}
}
#header > div.dms-container > label {display: none !important;}
#header > div.menu_wrap.clearfix.t_xs_align_c {background-color:#323a45 !important;}
#header > div.menu_wrap.clearfix.t_xs_align_c > div {background-color: #323a45 !important;}
#codenegar_ajax_search-2 > div.widget-head {background-color: #323a45 !important;}
#woocommerce_product_categories-2 > div {background-color: #323a45 !important;}
.footer_top_part > .footer-row-top > .container > .row > div > div > .textwidget {color: white !important;}
.wpcs_rating {display: none !important;}
@media screen and (min-width: 701px){
.view-grid-center > div > div > .products > li {width: 50% !important; height: auto !important;}
}
@media screen and (max-width: 700px){
.view-grid-center > div > div > .products > li {width: 100% !important; height: auto !important;}
}
.shop-page-meta > div > .col-sm-9 >div {float: left !important;}
div.pagination-holder:nth-child(1) {display: none !important;}
div.sort-param:nth-child(3) {display: none !important;}
#woof_results_by_ajax > div:nth-child(2) > form:nth-child(1) {margin-bottom: 35px !important;}
.shop-page-meta {margin-bottom: 0px !important; padding-bottom: 2px !important;}
#alg_products_per_page {width: 16.5% !important; height: 27px !important; padding: 2px !important;}
#woof_results_by_ajax > div:nth-child(2) > form:nth-child(1) {font-size: 13px !important;}
.single_add_to_cart_button {padding-left: 80px !important;padding-right: 80px !important;width:100% !important;}
.add_to_cart_button {width:100% !important;}
.wpcsp_product_carousel_slider .owl-item .item img{width: auto !important; display: initial !important;}
@media only screen and (max-width: 992px) { #header > div.menu_wrap.clearfix.t_xs_align_c > div{ padding-top: 15px !important;}}
.kosarica{background-image: url(/wp-includes/images/shopping_cart.png) !important; background-repeat: no-repeat !important; height: 30px;display: inline-table; padding-right: 20px;float: left;padding-left: 10px;)}
@media only screen and (max-width: 992px) { .kosarica{background-image: url(/wp-includes/images/shopping_cart_green.png) !important; background-repeat: no-repeat !important; height: 30px;display: inline-table; padding-right: 20px;float: left;padding-left: 10px;)}}
@media only screen and (max-width: 992px) { .current_page_item .kosarica{background-image: url(/wp-includes/images/shopping_cart.png) !important; background-repeat: no-repeat !important; height: 30px;display: inline-table; padding-right: 20px;float: left;padding-left: 10px;)}}
@media only screen and (max-width: 992px) {h1{font-size: 28px !important; line-height: 28px !important;}}
@media (min-width: 768px){ .col-sm-3{ width: 100% !important;}}
.mobilecontact{display:none;}
@media only screen and (max-width: 992px){.mobilecontact{display:inline;} .pccontact{display:none;}}
.flagrow{width: 33%; float:left;}
.flaglink{color: #ffffff; vertical-align:middle;}
.flagimg{height: 15px; vertical-align:middle; padding-right: 5px;}
@media only screen and (max-width: 1200px){.flagrow{width: 50%; float:left;}}
@media only screen and (max-width: 992px){.flagrow{width: 50%; float:left;}}
.numbertext{color: #ffffff;}
.numbertable{width: 33%; display: inline-block;float:left;}
@media only screen and (max-width: 1200px){.numbertable{width: 50%;}}
@media only screen and (max-width: 992px){.numbertable{width: 50%;}}
.woocommerce-Price-amount {font-family: "Open Sans", sans-serif !important;}
.navigation > ul > li > a {color: ghostwhite !important; font-size:13px !important;}
#scb-wrapper img {margin-top: -10px !important;}
#header > div.header-in {padding-top: 10px !important;}
#header > div.header-in {padding-bottom: 10px !important;}
#cookie-law-info-bar a, #cookie-law-info-bar span{vertical-align: middle !important;}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}dfn{font-style:italic}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:62.5%;-webkit-tap-highlight-color:rgba(0,0,0,0)}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.428571429;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.row:before, .row:after { display: table; content: " "; }.row:after { clear: both; }.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666666666666%}.col-xs-10{width:83.33333333333334%}.col-xs-9{width:75%}.col-xs-8{width:66.66666666666666%}.col-xs-7{width:58.333333333333336%}.col-xs-6{width:50%}.col-xs-5{width:41.66666666666667%}.col-xs-4{width:33.33333333333333%}.col-xs-3{width:25%}.col-xs-2{width:16.666666666666664%}.col-xs-1{width:8.333333333333332%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666666666666%}.col-xs-pull-10{right:83.33333333333334%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666666666666%}.col-xs-pull-7{right:58.333333333333336%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666666666667%}.col-xs-pull-4{right:33.33333333333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.666666666666664%}.col-xs-pull-1{right:8.333333333333332%}.col-xs-pull-0{right:0}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666666666666%}.col-xs-push-10{left:83.33333333333334%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666666666666%}.col-xs-push-7{left:58.333333333333336%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666666666667%}.col-xs-push-4{left:33.33333333333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.666666666666664%}.col-xs-push-1{left:8.333333333333332%}.col-xs-push-0{left:0}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666666666666%}.col-xs-offset-10{margin-left:83.33333333333334%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666666666666%}.col-xs-offset-7{margin-left:58.333333333333336%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666666666667%}.col-xs-offset-4{margin-left:33.33333333333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.666666666666664%}.col-xs-offset-1{margin-left:8.333333333333332%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666666666666%}.col-sm-10{width:83.33333333333334%}.col-sm-9{width:75%}.col-sm-8{width:66.66666666666666%}.col-sm-7{width:58.333333333333336%}.col-sm-6{width:50%}.col-sm-5{width:41.66666666666667%}.col-sm-4{width:33.33333333333333%}.col-sm-3{width:25%}.col-sm-2{width:16.666666666666664%}.col-sm-1{width:8.333333333333332%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666666666666%}.col-sm-pull-10{right:83.33333333333334%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666666666666%}.col-sm-pull-7{right:58.333333333333336%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666666666667%}.col-sm-pull-4{right:33.33333333333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.666666666666664%}.col-sm-pull-1{right:8.333333333333332%}.col-sm-pull-0{right:0}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666666666666%}.col-sm-push-10{left:83.33333333333334%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666666666666%}.col-sm-push-7{left:58.333333333333336%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666666666667%}.col-sm-push-4{left:33.33333333333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.666666666666664%}.col-sm-push-1{left:8.333333333333332%}.col-sm-push-0{left:0}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666666666666%}.col-sm-offset-10{margin-left:83.33333333333334%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666666666666%}.col-sm-offset-7{margin-left:58.333333333333336%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666666666667%}.col-sm-offset-4{margin-left:33.33333333333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.666666666666664%}.col-sm-offset-1{margin-left:8.333333333333332%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666666666666%}.col-md-10{width:83.33333333333334%}.col-md-9{width:75%}.col-md-8{width:66.66666666666666%}.col-md-7{width:58.333333333333336%}.col-md-6{width:50%}.col-md-5{width:41.66666666666667%}.col-md-4{width:33.33333333333333%}.col-md-3{width:25%}.col-md-2{width:16.666666666666664%}.col-md-1{width:8.333333333333332%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666666666666%}.col-md-pull-10{right:83.33333333333334%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666666666666%}.col-md-pull-7{right:58.333333333333336%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666666666667%}.col-md-pull-4{right:33.33333333333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.666666666666664%}.col-md-pull-1{right:8.333333333333332%}.col-md-pull-0{right:0}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666666666666%}.col-md-push-10{left:83.33333333333334%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666666666666%}.col-md-push-7{left:58.333333333333336%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666666666667%}.col-md-push-4{left:33.33333333333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.666666666666664%}.col-md-push-1{left:8.333333333333332%}.col-md-push-0{left:0}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666666666666%}.col-md-offset-10{margin-left:83.33333333333334%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666666666666%}.col-md-offset-7{margin-left:58.333333333333336%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666666666667%}.col-md-offset-4{margin-left:33.33333333333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.666666666666664%}.col-md-offset-1{margin-left:8.333333333333332%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666666666666%}.col-lg-10{width:83.33333333333334%}.col-lg-9{width:75%}.col-lg-8{width:66.66666666666666%}.col-lg-7{width:58.333333333333336%}.col-lg-6{width:50%}.col-lg-5{width:41.66666666666667%}.col-lg-4{width:33.33333333333333%}.col-lg-3{width:25%}.col-lg-2{width:16.666666666666664%}.col-lg-1{width:8.333333333333332%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666666666666%}.col-lg-pull-10{right:83.33333333333334%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666666666666%}.col-lg-pull-7{right:58.333333333333336%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666666666667%}.col-lg-pull-4{right:33.33333333333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.666666666666664%}.col-lg-pull-1{right:8.333333333333332%}.col-lg-pull-0{right:0}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666666666666%}.col-lg-push-10{left:83.33333333333334%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666666666666%}.col-lg-push-7{left:58.333333333333336%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666666666667%}.col-lg-push-4{left:33.33333333333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.666666666666664%}.col-lg-push-1{left:8.333333333333332%}.col-lg-push-0{left:0}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666666666666%}.col-lg-offset-10{margin-left:83.33333333333334%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666666666666%}.col-lg-offset-7{margin-left:58.333333333333336%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666666666667%}.col-lg-offset-4{margin-left:33.33333333333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.666666666666664%}.col-lg-offset-1{margin-left:8.333333333333332%}.col-lg-offset-0{margin-left:0}}input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="url"],
input[type="tel"],
select,
textarea {
-moz-box-sizing: border-box;
box-sizing: border-box;
} @media only screen and (max-width: 1400px) { .aside-admin-panel { top: 7%; }
}
@media only screen and (max-width: 1200px) { #header.type-2 .logo {
display: block;
margin-left: auto;
margin-right: auto;
max-width: 165px;
text-align: center;
}
.t_md_align_c { text-align: center; } #sidebar .widget .widget-title { font-size: 18px; }  #footer .col-sm-6 .widget_zn_mailchimp > .widget-head {
display: block;
margin-bottom: 15px;
}
#footer .col-sm-6 .widget_zn_mailchimp input[type="text"] { width: 320px; } .cwcookielaw p {
margin-bottom: 5px;
display: block;
font-size: 12px;
}
.cwcookielaw .cwcookiebubble {
position: absolute;
left: 50%;
right: auto;
top: 70px;
padding: 10px;
width: 330px;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.cwcookielaw .cwcookiebubble:after { display: none; }
}
@media screen and (min-width: 993px) and (max-width: 1200px) { #header.type-4 .search-wrap { width: 470px; }
#header.type-4 .logo { margin-left: 140px; }
#header.type-2 .logo { margin-bottom: 15px; } #header.type-2 .menu_wrap { width: 710px; }
}
@media only screen and (max-width: 992px),only screen and (max-width:992px) and (orientation: portrait){ .d_sm_block 	{ display: block; }
.d_sm_inline_b  { display: inline-block; }
.d_sm_inline_middle{
display: inline-block;
vertical-align: middle;
}
.t_sm_align_c { text-align: center; }
.t_sm_align_l { text-align: left; }
.f_sm_none 	  { float: none; }
}
@media only screen and (max-width: 992px) {
.f_sm_none 	  { float: none; }
.t_sm_align_c { text-align: center; } #header.type-1 .menu_wrap,
#header.type-3 .menu_wrap,
#header.type-6 .menu_wrap { background-color: transparent; }
#header.type-2 .menu_wrap {
display: block;
padding: 0;
width: 100%;
}
.navigation { display: block; }
.compatible_with_mega_menu .navigation { display: none; }
.mobile-button {
padding-left: 20px;
padding-right: 20px;
display: block;
margin: 0px auto 15px;
width: auto;
height: 47px;
background-color: #e74c3c;
text-align: center;
cursor: pointer;
-webkit-border-radius: 4px;
border-radius: 4px;
}
#header.type-2 .mobile-button { margin-top: 20px; }
.mobile-button.active { background-color: #34495e; }
.mobile-button:before {
line-height: 47px;
color: #fff;
font-size: 30px;
content: "Menu";
}
#theme-wrapper .mobile-advanced {
position: absolute;
top: 0;
right: 0;
z-index: 1001;
overflow: hidden;
display: block;
width: 100%;
height: 100%;
background-color: #fff;
pointer-events: none;
-webkit-transition: -webkit-transform .35s ease;
transition: transform .35s ease;
-webkit-transform: translate(100%, 0);
transform: translate(100%, 0);
}
#theme-wrapper.active .mobile-advanced {
pointer-events: auto;
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
#theme-wrapper .mobile-advanced > ul,
#theme-wrapper .mobile-advanced > .menu_holder { padding-top: 80px; }
#theme-wrapper .mobile-advanced li:not(:last-child) { margin-bottom: 5px; }
#theme-wrapper .mobile-advanced li,
#theme-wrapper .mobile-advanced ul {
display: block;
overflow: hidden;
list-style: none;
width: 100% !important;
backface-visibility: hidden;
background-image: none !important;
}
.mobile-advanced li a,
.mobile-advanced li .item_link {
margin-left: 10px;
margin-right: 10px;
padding: 10px 15px;
display: block;
background-color: #fff;
color: #e74c3c;
text-transform: none;
border: 1px solid #e74c3c;
font-size: 14px;
font-weight: 700;
-webkit-border-radius: 4px;
border-radius: 4px;
}
#theme-wrapper .mobile-advanced > ul > li.current-menu-item > a,
#theme-wrapper .mobile-advanced > ul > li.current-menu-parent > a,
#theme-wrapper .mobile-advanced > ul > li.current-menu-ancestor > a,
#theme-wrapper .mobile-advanced > ul > li.current_page_item > a,
#theme-wrapper .mobile-advanced > ul > li.current_page_parent > a,
#theme-wrapper .mobile-advanced > ul > li.current_page_ancestor > a,
#theme-wrapper .mobile-advanced ul ul li.current-menu-item > a,
#theme-wrapper .mobile-advanced ul ul li.current-menu-parent > a,
#theme-wrapper .mobile-advanced ul ul li.current-menu-ancestor > a,
#theme-wrapper .mobile-advanced ul ul li.current_page_item > a,
#theme-wrapper .mobile-advanced ul ul li.current_page_parent > a,
#theme-wrapper .mobile-advanced ul ul li.current_page_ancestor > a,
#theme-wrapper .mobile-advanced > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link,
#theme-wrapper .mobile-advanced > .menu_holder > .menu_inner > ul > li.current-page-ancestor > .item_link,
#theme-wrapper .mobile-advanced > .menu_holder > .menu_inner > ul > li.current-post-ancestor > .item_link,
#theme-wrapper .mobile-advanced > .menu_holder > .menu_inner > ul > li.current-menu-item > .item_link
{
background-color: #e74c3c;
color: #fff;
}
#theme-wrapper .mobile-advanced ul ul {
margin-left: 0;
margin-top: 5px;
}
#theme-wrapper .mobile-advanced ul ul li > a	 { margin-left: 20px; }
#theme-wrapper .mobile-advanced ul ul ul li > a  { margin-left: 40px; }
#theme-wrapper #advanced-menu-hide {
position: fixed;
top: 20px;
right: 30px;
z-index: 1002;
display: block;
width: 40px;
height: 40px;
background-color: #e74c3c;
text-align: center;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-border-radius: 4px;
border-radius: 4px;
}
.logged-in.admin-bar #advanced-menu-hide { top: 55px; }
#theme-wrapper.active #advanced-menu-hide {
visibility: visible;
pointer-events: auto;
-webkit-transform: translateX(0);
transform: translateX(0);
}
#theme-wrapper #advanced-menu-hide:after {
vertical-align: middle;
text-align: center;
font-size: 21px;
line-height: 40px;
color: #fff;
content: 'X';
} .type-1 .searchform-wrap,
.type-2 .searchform-wrap,
.type-3 .searchform-wrap {
position: relative;
visibility: visible;
margin-bottom: 0;
pointer-events: auto;
opacity: 1;
-webkit-transform: none;
transform: none;
}
.type-1 .searchform-wrap .search-outer,
.type-3 .searchform-wrap .search-outer { padding: 0 10px; }
.searchform-wrap #searchform { display: block; }
.type-1 .close-search-form,
.type-1 .search-button,
.type-2 .close-search-form,
.type-2 .search-button,
.type-3 .close-search-form,
.type-3 .search-button { display: none; } #content.sbl #main,
#content.sbr #main,
#content.sbl #sidebar,
#content.sbr #sidebar { float: none; width: 100%;  } .comment-respond .comment-form .comment-form-author,
.comment-respond .comment-form .comment-form-email { width: 100%; }
.comment-respond .comment-form .comment-form-author { padding-right: 0; }
.comment-respond .comment-form .comment-form-email  { padding-left: 0; }
} @media only screen and (min-width: 768px) and (max-width: 992px) { #header.type-4 .search-wrap { width: 243px; }
#header.type-4 .logo { margin-left: 0; }  #footer .col-sm-6 .widget_zn_mailchimp input[type="text"] { width: 200px; }
}
@media only screen and (max-width: 767px) { .alignleft,
.alignright { float: none; }
img.alignleft,
img.alignright {
display: block;
margin: 0 auto 15px;
}
.m_xs_bottom_15 { margin-bottom: 15px; }
.t_xs_align_c { text-align: center; }
.section-title { font-size: 18px; } .header-in { text-align: center; }
#header.type-1 .header-in { padding-bottom: 10px; }
#header .logo {
display: block;
margin-bottom: 15px;
}
#header.type-4 #logo {
margin-left: 0;
text-align: center;
} #header.type-1 .searchform-wrap { background-color: transparent; }
#header.type-1 .search_form { margin-bottom: 15px; }
#header.type-4 .search-wrap { width: 100%; }
#header.type-4 .cart-holder {
float: none;
text-align: center;
}
#header.type-4 .cart-holder .cart-set { display: inline-block; }
.search-button { display: none; } .searchform-wrap {
position: relative;
visibility: visible;
margin-bottom: 0;
pointer-events: auto;
opacity: 1;
-webkit-transform: none;
transform: none;
}
.close-search-form,
.search-button { display: none; } .boxed_layout { width: auto; }
#content.sbl #main,
#content.sbr #main,
#content.sbl #sidebar,
#content.sbr #sidebar { float: none;  } .page_content_offset { padding: 55px 0 20px; } .aside-admin-panel { display: none; }  #footer .col-sm-6 .widget_zn_mailchimp input[type="text"] {
margin-bottom: 15px;
width: 100%;
} #footer .copyright { text-align: center; }
ul.payment-images {
display: block;
margin: 10px 0 0;
text-align: center;
} .cwallowcookies.button,
.cwcookiesmoreinfo.button {
display: inline-block;
margin-bottom: 10px;
text-align: center;
-webkit-border-radius: 4px;
border-radius: 4px;
}
.cwcookielaw .cwcookiebubble {
position: relative;
left: 0;
right: 0;
top: 0;
padding: 10px;
width: 100%;
-webkit-transform: translateX(0);
transform: translateX(0);
} .error-404-text {
margin-bottom: 50px;
padding: 0 15px;
}
.error-404-text h2 { font-size: 100px; }
.error-404-text h3 {
margin-bottom: 15px;
font-size: 23px;
}
} @media only screen and (min-width: 480px) and (max-width: 767px) {
.section-line .section-title { margin-right: 25px; }
}
@media only screen and (max-width: 480px) {
} @media only screen and (min-width: 768px) {
.boxed_layout { width: 770px; }
}
@media only screen and (min-width: 992px) {
.boxed_layout { width: 1020px; }
}
@media only screen and (min-width: 1200px) {
.boxed_layout { width: 1220px; }
} @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144 dpi) { } .csstransitions .animated [class*="animate-"] {
-webkit-transition: all .7s ease;
transition: all .7s ease;
}
.csstransitions .animated [class*="animate-"].fast {
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.animated [class*="animate-"].long {
-webkit-transition: all 1.1s ease;
transition: all 1.1s ease;
}
.csstransitions .animated [class*="animate-"] {
opacity: 0;
visibility: hidden;
}
.csstransitions .animated .animate-top-to-bottom {
-webkit-transform: translateY(-45px);
transform: translateY(-45px);
}
.csstransitions .animated .animate-bottom-to-top {
-webkit-transform: translateY(45px);
transform: translateY(45px);
}
.csstransitions .animated .animate-left-to-right {
-webkit-transform: translateX(-45px);
transform: translateX(-45px);
}
.csstransitions .animated .animate-right-to-left {
-webkit-transform: translateX(45px);
transform: translateX(45px);
}
.csstransitions .animated .animate-appear.animate_finished {
-webkit-animation: animation_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
animation: animation_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
.csstransitions .animated [class*="animate_finished"] {
opacity: 1;
visibility: visible;
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
} @-webkit-keyframes animation_appear {
0% {
-webkit-transform: scale(0.5);
opacity: 0.1;
} 100% {
-webkit-transform: scale(1);
opacity: 1;
}
}
@keyframes animation_appear {
0% {
transform: scale(0.5);
opacity: 0.1;
} 100% {
transform: scale(1);
opacity: 1;
}
}  @-webkit-keyframes ministorm {
0%, 100% { -webkit-tranform: rotate(0deg); }
30% 	 { -webkit-transform: rotate(8deg); }
70% 	 { -webkit-transform: rotate(-8deg); }
}
@-moz-keyframes ministorm {
0%,100% {
-moz-transform: rotate(0deg);
transform: rotate(0deg);
}
30%{
-moz-transform: rotate(8deg);
transform: rotate(8deg);
}
70%{
-moz-transform: rotate(-8deg);
transform: rotate(-8deg);
}
}
@keyframes ministorm {
0%,100% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
30%{
-webkit-transform: rotate(8deg);
transform: rotate(8deg);
}
70%{
-webkit-transform: rotate(-8deg);
transform: rotate(-8deg);
}
}
@keyframes wicket {
0% {
-webkit-transform: rotate3d(1,0,0,90deg);
transform: rotate3d(1,0,0,90deg);
}
70% {
-webkit-transform: rotate3d(1,0,0,-30deg);
transform: rotate3d(1,0,0,-30deg);
}
100% {
-webkit-transform: rotate3d(1,0,0,0deg);
transform: rotate3d(1,0,0,0deg);
}
}
@-webkit-keyframes wicket {
0%  { -webkit-transform:rotate3d(1,0,0,90deg) translate3d(0,0,1px);  }
70% { -webkit-transform:rotate3d(1,0,0,-30deg) translate3d(0,0,1px); }
100%{ -webkit-transform:rotate3d(1,0,0,0deg) translate3d(0,0,1px);   }
}
@keyframes wicketout {
0%{
-webkit-transform: rotate3d(1,0,0,0deg);
transform: rotate3d(1,0,0,0deg);
}
30%{
-webkit-transform: rotate3d(1,0,0,-30deg);
transform: rotate3d(1,0,0,-30deg);
}
100%{
-webkit-transform: rotate3d(1,0,0,90deg);
transform: rotate3d(1,0,0,90deg);
}
}
@-webkit-keyframes wicketout {
0%   { -webkit-transform: rotate3d(1,0,0,0deg) translate3d(0,0,1px); }
30%  { -webkit-transform: rotate3d(1,0,0,-30deg) translate3d(0,0,1px); }
100% { -webkit-transform: rotate3d(1,0,0,90deg) translate3d(0,0,1px); }
}
@-webkit-keyframes sizejump {
0%, 100% { -webkit-transform: scaleX(1); }
50%      { -webkit-transform: scaleX(1.1); }
}
@keyframes sizejump{
0%, 100% { -moz-transform:scaleX(1);-o-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1);}
50% 	{ -moz-transform:scaleX(1.1);-o-transform:scaleX(1.1);-ms-transform:scaleX(1.1);transform:scaleX(1.1);}
}
@-webkit-keyframes jump {
0%, 100% { -webkit-transform:translateY(0px); }
50%  { -webkit-transform:translateY(-5px); }
}
@keyframes jump {
0%, 100% { -moz-transform:translateY(0px);-o-transform:translateY(0px);-ms-transform:translateY(0px);transform:translateY(0px);}
50%	     { -moz-transform:translateY(-5px);-o-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px);}
}.camera_wrap img, 
.camera_wrap ol, .camera_wrap ul, .camera_wrap li,
.camera_wrap table, .camera_wrap tbody, .camera_wrap tfoot, .camera_wrap thead, .camera_wrap tr, .camera_wrap th, .camera_wrap td
.camera_thumbs_wrap a, .camera_thumbs_wrap img, 
.camera_thumbs_wrap ol, .camera_thumbs_wrap ul, .camera_thumbs_wrap li,
.camera_thumbs_wrap table, .camera_thumbs_wrap tbody, .camera_thumbs_wrap tfoot, .camera_thumbs_wrap thead, .camera_thumbs_wrap tr, .camera_thumbs_wrap th, .camera_thumbs_wrap td {
background: none;
border: 0;
font: inherit;
font-size: 100%;
margin: 0;
padding: 0;
vertical-align: baseline;
list-style: none
}
.camera_wrap {
display: none;
position: relative;
z-index: 0;
}
.camera_wrap img {
max-width: none!important;
}
.camera_fakehover {
height: 100%;
min-height: 60px;
position: relative;
width: 100%;
z-index: 1;
}
.camera_wrap {
width: 100%;
}
.camera_src {
display: none;
}
.cameraCont, .cameraContents {
height: 100%;
position: relative;
width: 100%;
z-index: 1;
}
.cameraSlide {
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
width: 100%;
}
.cameraContent {
bottom: 0;
display: none;
left: 0;
position: absolute;
right: 0;
top: 0;
width: 100%;
}
.camera_target {
bottom: 0;
height: 100%;
left: 0;
overflow: hidden;
position: absolute;
right: 0;
text-align: left;
top: 0;
width: 100%;
z-index: 0;
}
.camera_overlayer {
bottom: 0;
height: 100%;
left: 0;
overflow: hidden;
position: absolute;
right: 0;
top: 0;
width: 100%;
z-index: 0;
}
.camera_target_content {
bottom: 0;
left: 0;
overflow: hidden;
position: absolute;
right: 0;
top: 0;
z-index: 2;
}
.camera_target_content .camera_link {
background: url(//maticahrvatska-rovinj.eu/wp-content/themes/gototop/images/blank.gif);
display: block;
height: 100%;
text-decoration: none;
}
.camera_loader {
background: #fff url(//maticahrvatska-rovinj.eu/wp-content/themes/gototop/images/camera-loader.gif) no-repeat center;
background: rgba(255, 255, 255, 0.9) url(//maticahrvatska-rovinj.eu/wp-content/themes/gototop/images/camera-loader.gif) no-repeat center;
border: 1px solid #ffffff;
-webkit-border-radius: 18px;
-moz-border-radius: 18px;
border-radius: 18px;
height: 36px;
left: 50%;
overflow: hidden;
position: absolute;
margin: -18px 0 0 -18px;
top: 50%;
width: 36px;
z-index: 3;
}
.camera_bar {
bottom: 0;
left: 0;
overflow: hidden;
position: absolute;
right: 0;
top: 0;
z-index: 3;
}
.camera_thumbs_wrap.camera_left .camera_bar, .camera_thumbs_wrap.camera_right .camera_bar {
height: 100%;
position: absolute;
width: auto;
}
.camera_thumbs_wrap.camera_bottom .camera_bar, .camera_thumbs_wrap.camera_top .camera_bar {
height: auto;
position: absolute;
width: 100%;
}
.camera_nav_cont {
height: 65px;
overflow: hidden;
position: absolute;
right: 9px;
top: 15px;
width: 120px;
z-index: 4;
}
.camera_caption {
bottom: 0;
display: block;
position: absolute;
width: 100%;
}
.camera_caption > div {
padding: 10px 20px;
}
.camerarelative {
overflow: hidden;
position: relative;
}
.imgFake {
cursor: pointer;
}
.camera_prevThumbs {
bottom: 4px;
cursor: pointer;
left: 0;
position: absolute;
top: 4px;
visibility: hidden;
width: 30px;
z-index: 10;
}
.camera_prevThumbs div {
background: url(//maticahrvatska-rovinj.eu/wp-content/themes/gototop/images/camera_skins.png) no-repeat -160px 0;
display: block;
height: 40px;
margin-top: -20px;
position: absolute;
top: 50%;
width: 30px;
}
.camera_nextThumbs {
bottom: 4px;
cursor: pointer;
position: absolute;
right: 0;
top: 4px;
visibility: hidden;
width: 30px;
z-index: 10;
}
.camera_nextThumbs div {
background: url(//maticahrvatska-rovinj.eu/wp-content/themes/gototop/images/camera_skins.png) no-repeat -190px 0;
display: block;
height: 40px;
margin-top: -20px;
position: absolute;
top: 50%;
width: 30px;
}
.camera_command_wrap .hideNav {
display: none;
}
.camera_command_wrap {
left: 0;
position: relative;
right:0;
z-index: 4;
}
.camera_wrap .camera_pag{
position:absolute;
left:0;
bottom:0;
width:100%;
text-align:center;
}
.camera_wrap .camera_pag .camera_pag_ul {
list-style: none;
margin: 0;
padding: 0;
text-align: right;
display: inline-block;
}
.camera_wrap .camera_pag .camera_pag_ul li {
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
cursor: pointer;
display: inline-block;
height: 16px;
margin: 20px 5px;
position: relative;
text-align: left;
text-indent: -9999px;
width: 16px;
}
.camera_commands_emboss .camera_pag .camera_pag_ul li {
-moz-box-shadow:
0px 1px 0px rgba(255,255,255,1),
inset 0px 1px 1px rgba(0,0,0,0.2);
-webkit-box-shadow:
0px 1px 0px rgba(255,255,255,1),
inset 0px 1px 1px rgba(0,0,0,0.2);
box-shadow:
0px 1px 0px rgba(255,255,255,1),
inset 0px 1px 1px rgba(0,0,0,0.2);
}
.camera_wrap .camera_pag .camera_pag_ul li > span {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
height: 8px;
left: 4px;
overflow: hidden;
position: absolute;
top: 4px;
width: 8px;
}
.camera_commands_emboss .camera_pag .camera_pag_ul li:hover > span {
-moz-box-shadow:
0px 1px 0px rgba(255,255,255,1),
inset 0px 1px 1px rgba(0,0,0,0.2);
-webkit-box-shadow:
0px 1px 0px rgba(255,255,255,1),
inset 0px 1px 1px rgba(0,0,0,0.2);
box-shadow:
0px 1px 0px rgba(255,255,255,1),
inset 0px 1px 1px rgba(0,0,0,0.2);
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
-moz-box-shadow: 0;
-webkit-box-shadow: 0;
box-shadow: 0;
}
.camera_pag_ul li img {
display: block;
}
.camera_pag_ul .thumb_arrow {
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-top: 4px solid;
top: 0;
left: 50%;
margin-left: -4px;
position: absolute;
}
.camera_prev, .camera_next{
z-index:100;cursor:pointer; position:absolute;	width:60px;	height:60px;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
text-align: center;
-webkit-transform:translateX(-40px);
-moz-transform:translateX(-40px);
-o-transform:translateX(-40px);
-ms-transform:translateX(-40px);
transform:translateX(-40px);
opacity:0;
top:50%;
margin-top:-30px;
background:rgba(41,47,56,.5);
-webkit-transition:background-color .3s ease,opacity .3s ease,-webkit-transform .3s ease;
-moz-transition:background-color .3s ease,opacity .3s ease,transform .3s ease;
-o-transition:background-color .3s ease,opacity .3s ease,transform .3s ease;
-ms-transition:background-color .3s ease,opacity .3s ease,transform .3s ease;
transition:background-color .3s ease,opacity .3s ease,transform .3s ease;
}
.camera_next{
-webkit-transform:translateX(40px);
-moz-transform:translateX(40px);
-o-transform:translateX(40px);
-ms-transform:translateX(40px);
transform:translateX(40px);
}
.ie9 .camera_prev,.ie9 .camera_next{
visibility: hidden;
}
.camera_wrap:hover .camera_prev,.camera_wrap:hover .camera_next{
-webkit-transform:translateX(0px);
-moz-transform:translateX(0px);
-o-transform:translateX(0px);
-ms-transform:translateX(0px);
transform:translateX(0px);
opacity:1;
}
.ie9 .camera_wrap:hover .camera_prev,.ie9 .camera_wrap:hover .camera_next{
visibility: visible;
}
.camera_prev > span,.camera_next > span{
display:none;
}
.camera_prev {
left: 30px;
}
.camera_next {
right: 30px;
}
.camera_commands {
right: 41px;
}
.camera_commands > .camera_play {
background: url(//maticahrvatska-rovinj.eu/wp-content/themes/gototop/images/camera_skins.png) no-repeat -80px 0;
height: 40px;
width: 40px;
}
.camera_commands > .camera_stop {
background: url(//maticahrvatska-rovinj.eu/wp-content/themes/gototop/images/camera_skins.png) no-repeat -120px 0;
display: block;
height: 40px;
width: 40px;
}
.camera_wrap .camera_pag .camera_pag_ul li {
cursor:pointer; position:relative;	width:10px;	height:10px;  margin-right:0px; float:left; margin-top:0px; margin-left:10px;
-webkit-border-radius:50%;
-moz-border-radius:50%;
border-radius:50%;
background:rgba(250,251,251,.5);
-webkit-transition:background-color 1.2s ease;
-moz-transition:background-color 1.2s ease;
-o-transition:background-color 1.2s ease;
transition:background-color 1.2s ease;
}
.camera_wrap .camera_pag .camera_pag_ul li:first-child{
margin-left:0px;
}
.camera_thumbs_cont {
-webkit-border-bottom-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
overflow: hidden;
position: relative;
width: 100%;
}
.camera_commands_emboss .camera_thumbs_cont {
-moz-box-shadow:
0px 1px 0px rgba(255,255,255,1),
inset 0px 1px 1px rgba(0,0,0,0.2);
-webkit-box-shadow:
0px 1px 0px rgba(255,255,255,1),
inset 0px 1px 1px rgba(0,0,0,0.2);
box-shadow:
0px 1px 0px rgba(255,255,255,1),
inset 0px 1px 1px rgba(0,0,0,0.2);
}
.camera_thumbs_cont > div {
float: left;
width: 100%;
}
.camera_thumbs_cont ul {
overflow: hidden;
padding: 3px 4px 8px;
position: relative;
text-align: center;
}
.camera_thumbs_cont ul li {
display: inline;
padding: 0 4px;
}
.camera_thumbs_cont ul li > img {
border: 1px solid;
cursor: pointer;
margin-top: 5px;
vertical-align:bottom;
}
.camera_clear {
display: block;
clear: both;
}
.showIt {
display: none;
}
.camera_clear {
clear: both;
display: block;
height: 1px;
margin: -1px 0 25px;
position: relative;
} .pattern_1 .camera_overlayer {
background: url(//maticahrvatska-rovinj.eu/wp-content/themes/gototop/images/patterns/overlay1.png) repeat;
}
.pattern_2 .camera_overlayer {
background: url(//maticahrvatska-rovinj.eu/wp-content/themes/gototop/images/patterns/overlay2.png) repeat;
}
.pattern_3 .camera_overlayer {
background: url(//maticahrvatska-rovinj.eu/wp-content/themes/gototop/images/patterns/overlay3.png) repeat;
}
.pattern_4 .camera_overlayer {
background: url(//maticahrvatska-rovinj.eu/wp-content/themes/gototop/images/patterns/overlay4.png) repeat;
}
.pattern_5 .camera_overlayer {
background: url(//maticahrvatska-rovinj.eu/wp-content/themes/gototop/images/patterns/overlay5.png) repeat;
}
.pattern_6 .camera_overlayer {
background: url(//maticahrvatska-rovinj.eu/wp-content/themes/gototop/images/patterns/overlay6.png) repeat;
}
.pattern_7 .camera_overlayer {
background: url(//maticahrvatska-rovinj.eu/wp-content/themes/gototop/images/patterns/overlay7.png) repeat;
}
.pattern_8 .camera_overlayer {
background: url(//maticahrvatska-rovinj.eu/wp-content/themes/gototop/images/patterns/overlay8.png) repeat;
}
.pattern_9 .camera_overlayer {
background: url(//maticahrvatska-rovinj.eu/wp-content/themes/gototop/images/patterns/overlay9.png) repeat;
}
.pattern_10 .camera_overlayer {
background: url(//maticahrvatska-rovinj.eu/wp-content/themes/gototop/images/patterns/overlay10.png) repeat;
}
.camera_caption {
color: #fff;
}
.camera_caption > div {
background: #000;
background: rgba(0, 0, 0, 0.8);
}
.camera_wrap .camera_pag .camera_pag_ul li:hover > span {
display:none;
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
display:none;
}
.camera_pag_ul .thumb_arrow {
border-top-color: #e6e6e6;
}
.camera_thumbs_cont ul li > img {
border-color: 1px solid #000;
} .camera_amber_skin .camera_prevThumbs div {
background-position: -160px -160px;
}
.camera_amber_skin .camera_nextThumbs div {
background-position: -190px -160px;
}
.camera_amber_skin .camera_prev > span {
background-position: 0 -160px;
}
.camera_amber_skin .camera_next > span {
background-position: -40px -160px;
}
.camera_amber_skin .camera_commands > .camera_play {
background-position: -80px -160px;
}
.camera_amber_skin .camera_commands > .camera_stop {
background-position: -120px -160px;
} .camera_ash_skin .camera_prevThumbs div {
background-position: -160px -200px;
}
.camera_ash_skin .camera_nextThumbs div {
background-position: -190px -200px;
}
.camera_ash_skin .camera_prev > span {
background-position: 0 -200px;
}
.camera_ash_skin .camera_next > span {
background-position: -40px -200px;
}
.camera_ash_skin .camera_commands > .camera_play {
background-position: -80px -200px;
}
.camera_ash_skin .camera_commands > .camera_stop {
background-position: -120px -200px;
} .camera_azure_skin .camera_prevThumbs div {
background-position: -160px -240px;
}
.camera_azure_skin .camera_nextThumbs div {
background-position: -190px -240px;
}
.camera_azure_skin .camera_prev > span {
background-position: 0 -240px;
}
.camera_azure_skin .camera_next > span {
background-position: -40px -240px;
}
.camera_azure_skin .camera_commands > .camera_play {
background-position: -80px -240px;
}
.camera_azure_skin .camera_commands > .camera_stop {
background-position: -120px -240px;
} .camera_beige_skin .camera_prevThumbs div {
background-position: -160px -120px;
}
.camera_beige_skin .camera_nextThumbs div {
background-position: -190px -120px;
}
.camera_beige_skin .camera_prev > span {
background-position: 0 -120px;
}
.camera_beige_skin .camera_next > span {
background-position: -40px -120px;
}
.camera_beige_skin .camera_commands > .camera_play {
background-position: -80px -120px;
}
.camera_beige_skin .camera_commands > .camera_stop {
background-position: -120px -120px;
} .camera_black_skin .camera_prevThumbs div {
background-position: -160px -40px;
}
.camera_black_skin .camera_nextThumbs div {
background-position: -190px -40px;
}
.camera_black_skin .camera_prev > span {
background-position: 0 -40px;
}
.camera_black_skin .camera_next > span {
background-position: -40px -40px;
}
.camera_black_skin .camera_commands > .camera_play {
background-position: -80px -40px;
}
.camera_black_skin .camera_commands > .camera_stop {
background-position: -120px -40px;
} .camera_blue_skin .camera_prevThumbs div {
background-position: -160px -280px;
}
.camera_blue_skin .camera_nextThumbs div {
background-position: -190px -280px;
}
.camera_blue_skin .camera_prev > span {
background-position: 0 -280px;
}
.camera_blue_skin .camera_next > span {
background-position: -40px -280px;
}
.camera_blue_skin .camera_commands > .camera_play {
background-position: -80px -280px;
}
.camera_blue_skin .camera_commands > .camera_stop {
background-position: -120px -280px;
} .camera_brown_skin .camera_prevThumbs div {
background-position: -160px -320px;
}
.camera_brown_skin .camera_nextThumbs div {
background-position: -190px -320px;
}
.camera_brown_skin .camera_prev > span {
background-position: 0 -320px;
}
.camera_brown_skin .camera_next > span {
background-position: -40px -320px;
}
.camera_brown_skin .camera_commands > .camera_play {
background-position: -80px -320px;
}
.camera_brown_skin .camera_commands > .camera_stop {
background-position: -120px -320px;
} .camera_burgundy_skin .camera_prevThumbs div {
background-position: -160px -360px;
}
.camera_burgundy_skin .camera_nextThumbs div {
background-position: -190px -360px;
}
.camera_burgundy_skin .camera_prev > span {
background-position: 0 -360px;
}
.camera_burgundy_skin .camera_next > span {
background-position: -40px -360px;
}
.camera_burgundy_skin .camera_commands > .camera_play {
background-position: -80px -360px;
}
.camera_burgundy_skin .camera_commands > .camera_stop {
background-position: -120px -360px;
} .camera_charcoal_skin .camera_prevThumbs div {
background-position: -160px -400px;
}
.camera_charcoal_skin .camera_nextThumbs div {
background-position: -190px -400px;
}
.camera_charcoal_skin .camera_prev > span {
background-position: 0 -400px;
}
.camera_charcoal_skin .camera_next > span {
background-position: -40px -400px;
}
.camera_charcoal_skin .camera_commands > .camera_play {
background-position: -80px -400px;
}
.camera_charcoal_skin .camera_commands > .camera_stop {
background-position: -120px -400px;
} .camera_chocolate_skin .camera_prevThumbs div {
background-position: -160px -440px;
}
.camera_chocolate_skin .camera_nextThumbs div {
background-position: -190px -440px;
}
.camera_chocolate_skin .camera_prev > span {
background-position: 0 -440px;
}
.camera_chocolate_skin .camera_next > span {
background-position: -40px -440px;
}
.camera_chocolate_skin .camera_commands > .camera_play {
background-position: -80px -440px;
}
.camera_chocolate_skin .camera_commands > .camera_stop {
background-position: -120px -440px	;
} .camera_coffee_skin .camera_prevThumbs div {
background-position: -160px -480px;
}
.camera_coffee_skin .camera_nextThumbs div {
background-position: -190px -480px;
}
.camera_coffee_skin .camera_prev > span {
background-position: 0 -480px;
}
.camera_coffee_skin .camera_next > span {
background-position: -40px -480px;
}
.camera_coffee_skin .camera_commands > .camera_play {
background-position: -80px -480px;
}
.camera_coffee_skin .camera_commands > .camera_stop {
background-position: -120px -480px	;
} .camera_cyan_skin .camera_prevThumbs div {
background-position: -160px -520px;
}
.camera_cyan_skin .camera_nextThumbs div {
background-position: -190px -520px;
}
.camera_cyan_skin .camera_prev > span {
background-position: 0 -520px;
}
.camera_cyan_skin .camera_next > span {
background-position: -40px -520px;
}
.camera_cyan_skin .camera_commands > .camera_play {
background-position: -80px -520px;
}
.camera_cyan_skin .camera_commands > .camera_stop {
background-position: -120px -520px	;
} .camera_fuchsia_skin .camera_prevThumbs div {
background-position: -160px -560px;
}
.camera_fuchsia_skin .camera_nextThumbs div {
background-position: -190px -560px;
}
.camera_fuchsia_skin .camera_prev > span {
background-position: 0 -560px;
}
.camera_fuchsia_skin .camera_next > span {
background-position: -40px -560px;
}
.camera_fuchsia_skin .camera_commands > .camera_play {
background-position: -80px -560px;
}
.camera_fuchsia_skin .camera_commands > .camera_stop {
background-position: -120px -560px	;
} .camera_gold_skin .camera_prevThumbs div {
background-position: -160px -600px;
}
.camera_gold_skin .camera_nextThumbs div {
background-position: -190px -600px;
}
.camera_gold_skin .camera_prev > span {
background-position: 0 -600px;
}
.camera_gold_skin .camera_next > span {
background-position: -40px -600px;
}
.camera_gold_skin .camera_commands > .camera_play {
background-position: -80px -600px;
}
.camera_gold_skin .camera_commands > .camera_stop {
background-position: -120px -600px	;
} .camera_green_skin .camera_prevThumbs div {
background-position: -160px -640px;
}
.camera_green_skin .camera_nextThumbs div {
background-position: -190px -640px;
}
.camera_green_skin .camera_prev > span {
background-position: 0 -640px;
}
.camera_green_skin .camera_next > span {
background-position: -40px -640px;
}
.camera_green_skin .camera_commands > .camera_play {
background-position: -80px -640px;
}
.camera_green_skin .camera_commands > .camera_stop {
background-position: -120px -640px	;
} .camera_grey_skin .camera_prevThumbs div {
background-position: -160px -680px;
}
.camera_grey_skin .camera_nextThumbs div {
background-position: -190px -680px;
}
.camera_grey_skin .camera_prev > span {
background-position: 0 -680px;
}
.camera_grey_skin .camera_next > span {
background-position: -40px -680px;
}
.camera_grey_skin .camera_commands > .camera_play {
background-position: -80px -680px;
}
.camera_grey_skin .camera_commands > .camera_stop {
background-position: -120px -680px	;
} .camera_indigo_skin .camera_prevThumbs div {
background-position: -160px -720px;
}
.camera_indigo_skin .camera_nextThumbs div {
background-position: -190px -720px;
}
.camera_indigo_skin .camera_prev > span {
background-position: 0 -720px;
}
.camera_indigo_skin .camera_next > span {
background-position: -40px -720px;
}
.camera_indigo_skin .camera_commands > .camera_play {
background-position: -80px -720px;
}
.camera_indigo_skin .camera_commands > .camera_stop {
background-position: -120px -720px	;
} .camera_khaki_skin .camera_prevThumbs div {
background-position: -160px -760px;
}
.camera_khaki_skin .camera_nextThumbs div {
background-position: -190px -760px;
}
.camera_khaki_skin .camera_prev > span {
background-position: 0 -760px;
}
.camera_khaki_skin .camera_next > span {
background-position: -40px -760px;
}
.camera_khaki_skin .camera_commands > .camera_play {
background-position: -80px -760px;
}
.camera_khaki_skin .camera_commands > .camera_stop {
background-position: -120px -760px	;
} .camera_lime_skin .camera_prevThumbs div {
background-position: -160px -800px;
}
.camera_lime_skin .camera_nextThumbs div {
background-position: -190px -800px;
}
.camera_lime_skin .camera_prev > span {
background-position: 0 -800px;
}
.camera_lime_skin .camera_next > span {
background-position: -40px -800px;
}
.camera_lime_skin .camera_commands > .camera_play {
background-position: -80px -800px;
}
.camera_lime_skin .camera_commands > .camera_stop {
background-position: -120px -800px	;
} .camera_magenta_skin .camera_prevThumbs div {
background-position: -160px -840px;
}
.camera_magenta_skin .camera_nextThumbs div {
background-position: -190px -840px;
}
.camera_magenta_skin .camera_prev > span {
background-position: 0 -840px;
}
.camera_magenta_skin .camera_next > span {
background-position: -40px -840px;
}
.camera_magenta_skin .camera_commands > .camera_play {
background-position: -80px -840px;
}
.camera_magenta_skin .camera_commands > .camera_stop {
background-position: -120px -840px	;
} .camera_maroon_skin .camera_prevThumbs div {
background-position: -160px -880px;
}
.camera_maroon_skin .camera_nextThumbs div {
background-position: -190px -880px;
}
.camera_maroon_skin .camera_prev > span {
background-position: 0 -880px;
}
.camera_maroon_skin .camera_next > span {
background-position: -40px -880px;
}
.camera_maroon_skin .camera_commands > .camera_play {
background-position: -80px -880px;
}
.camera_maroon_skin .camera_commands > .camera_stop {
background-position: -120px -880px	;
} .camera_orange_skin .camera_prevThumbs div {
background-position: -160px -920px;
}
.camera_orange_skin .camera_nextThumbs div {
background-position: -190px -920px;
}
.camera_orange_skin .camera_prev > span {
background-position: 0 -920px;
}
.camera_orange_skin .camera_next > span {
background-position: -40px -920px;
}
.camera_orange_skin .camera_commands > .camera_play {
background-position: -80px -920px;
}
.camera_orange_skin .camera_commands > .camera_stop {
background-position: -120px -920px	;
} .camera_olive_skin .camera_prevThumbs div {
background-position: -160px -1080px;
}
.camera_olive_skin .camera_nextThumbs div {
background-position: -190px -1080px;
}
.camera_olive_skin .camera_prev > span {
background-position: 0 -1080px;
}
.camera_olive_skin .camera_next > span {
background-position: -40px -1080px;
}
.camera_olive_skin .camera_commands > .camera_play {
background-position: -80px -1080px;
}
.camera_olive_skin .camera_commands > .camera_stop {
background-position: -120px -1080px	;
} .camera_pink_skin .camera_prevThumbs div {
background-position: -160px -960px;
}
.camera_pink_skin .camera_nextThumbs div {
background-position: -190px -960px;
}
.camera_pink_skin .camera_prev > span {
background-position: 0 -960px;
}
.camera_pink_skin .camera_next > span {
background-position: -40px -960px;
}
.camera_pink_skin .camera_commands > .camera_play {
background-position: -80px -960px;
}
.camera_pink_skin .camera_commands > .camera_stop {
background-position: -120px -960px	;
} .camera_pistachio_skin .camera_prevThumbs div {
background-position: -160px -1040px;
}
.camera_pistachio_skin .camera_nextThumbs div {
background-position: -190px -1040px;
}
.camera_pistachio_skin .camera_prev > span {
background-position: 0 -1040px;
}
.camera_pistachio_skin .camera_next > span {
background-position: -40px -1040px;
}
.camera_pistachio_skin .camera_commands > .camera_play {
background-position: -80px -1040px;
}
.camera_pistachio_skin .camera_commands > .camera_stop {
background-position: -120px -1040px	;
} .camera_pink_skin .camera_prevThumbs div {
background-position: -160px -80px;
}
.camera_pink_skin .camera_nextThumbs div {
background-position: -190px -80px;
}
.camera_pink_skin .camera_prev > span {
background-position: 0 -80px;
}
.camera_pink_skin .camera_next > span {
background-position: -40px -80px;
}
.camera_pink_skin .camera_commands > .camera_play {
background-position: -80px -80px;
}
.camera_pink_skin .camera_commands > .camera_stop {
background-position: -120px -80px;
} .camera_red_skin .camera_prevThumbs div {
background-position: -160px -1000px;
}
.camera_red_skin .camera_nextThumbs div {
background-position: -190px -1000px;
}
.camera_red_skin .camera_prev > span {
background-position: 0 -1000px;
}
.camera_red_skin .camera_next > span {
background-position: -40px -1000px;
}
.camera_red_skin .camera_commands > .camera_play {
background-position: -80px -1000px;
}
.camera_red_skin .camera_commands > .camera_stop {
background-position: -120px -1000px	;
} .camera_tangerine_skin .camera_prevThumbs div {
background-position: -160px -1120px;
}
.camera_tangerine_skin .camera_nextThumbs div {
background-position: -190px -1120px;
}
.camera_tangerine_skin .camera_prev > span {
background-position: 0 -1120px;
}
.camera_tangerine_skin .camera_next > span {
background-position: -40px -1120px;
}
.camera_tangerine_skin .camera_commands > .camera_play {
background-position: -80px -1120px;
}
.camera_tangerine_skin .camera_commands > .camera_stop {
background-position: -120px -1120px	;
} .camera_turquoise_skin .camera_prevThumbs div {
background-position: -160px -1160px;
}
.camera_turquoise_skin .camera_nextThumbs div {
background-position: -190px -1160px;
}
.camera_turquoise_skin .camera_prev > span {
background-position: 0 -1160px;
}
.camera_turquoise_skin .camera_next > span {
background-position: -40px -1160px;
}
.camera_turquoise_skin .camera_commands > .camera_play {
background-position: -80px -1160px;
}
.camera_turquoise_skin .camera_commands > .camera_stop {
background-position: -120px -1160px	;
} .camera_violet_skin .camera_prevThumbs div {
background-position: -160px -1200px;
}
.camera_violet_skin .camera_nextThumbs div {
background-position: -190px -1200px;
}
.camera_violet_skin .camera_prev > span {
background-position: 0 -1200px;
}
.camera_violet_skin .camera_next > span {
background-position: -40px -1200px;
}
.camera_violet_skin .camera_commands > .camera_play {
background-position: -80px -1200px;
}
.camera_violet_skin .camera_commands > .camera_stop {
background-position: -120px -1200px	;
} .camera_white_skin .camera_prevThumbs div {
background-position: -160px -80px;
}
.camera_white_skin .camera_nextThumbs div {
background-position: -190px -80px;
}
.camera_white_skin .camera_prev > span {
background-position: 0 -80px;
}
.camera_white_skin .camera_next > span {
background-position: -40px -80px;
}
.camera_white_skin .camera_commands > .camera_play {
background-position: -80px -80px;
}
.camera_white_skin .camera_commands > .camera_stop {
background-position: -120px -80px;
} .camera_yellow_skin .camera_prevThumbs div {
background-position: -160px -1240px;
}
.camera_yellow_skin .camera_nextThumbs div {
background-position: -190px -1240px;
}
.camera_yellow_skin .camera_prev > span {
background-position: 0 -1240px;
}
.camera_yellow_skin .camera_next > span {
background-position: -40px -1240px;
}
.camera_yellow_skin .camera_commands > .camera_play {
background-position: -80px -1240px;
}
.camera_yellow_skin .camera_commands > .camera_stop {
background-position: -120px -1240px	;
}.owl-carousel .owl-wrapper:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
} .owl-carousel{
display: none; width: 100%;
-ms-touch-action: pan-y;
}
.owl-carousel li { list-style: none; }
.owl-carousel .owl-wrapper{
display: none;
position: relative;
-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
overflow: hidden;
position: relative;
width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
-webkit-transition: height 500ms ease-in-out;
-moz-transition: height 500ms ease-in-out;
-ms-transition: height 500ms ease-in-out;
-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item{
float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
cursor: pointer;
}
.owl-controls {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
} .grabbing { 
cursor:url(//maticahrvatska-rovinj.eu/wp-content/themes/gototop/js/owl-carousel/grabbing.png) 8 8, move;
} .owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
-webkit-backface-visibility: hidden;
-moz-backface-visibility:    hidden;
-ms-backface-visibility:     hidden;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
}.owl-theme .owl-controls .owl-buttons div {
position: absolute;
top: 50%;
z-index: 100;
background-color: rgb(41, 47, 56);
background-color: rgba(41, 47, 56, 0.5);
cursor: pointer;
margin-top: -20px;
width: 40px;
height: 40px;
text-align: center;
font-size: 0;
-webkit-border-radius: 4px;
border-radius: 4px;
-webkit-transition: background-color 0.3s ease 0s, opacity 0.3s ease 0s, transform 0.3s ease 0s;
transition: background-color 0.3s ease 0s, opacity 0.3s ease 0s, transform 0.3s ease 0s;
}
.no-touch .owl-theme .owl-controls .owl-buttons div {
opacity: 0;
-webkit-transform: translateX(-40px);
transform: translateX(-40px);
}
.no-touch .owl-theme .owl-controls .owl-buttons .owl-prev {
left: 20px;
-webkit-transform: translateX(-40px);
transform: translateX(-40px);
}
.no-touch .owl-theme .owl-controls .owl-buttons .owl-next {
right: 20px;
-webkit-transform: translateX(40px);
transform: translateX(40px);
}
.touch .owl-theme .owl-controls .owl-buttons .owl-prev { left: 20px;  }
.touch .owl-theme .owl-controls .owl-buttons .owl-next { right: 20px; }
.no-touch .owl-theme:hover .owl-controls .owl-buttons div {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
.owl-theme .owl-controls .owl-buttons div:hover { background-color: #e74c3c; }
.owl-theme .owl-controls .owl-buttons div:before {
margin-top: 0;
color: #fff;
font-family: 'fontawesome';
line-height: 40px;
font-weight: 700;
font-size: 24px;
}
.owl-theme .owl-controls .owl-buttons .owl-prev:before { content: '\f104'; }
.owl-theme .owl-controls .owl-buttons .owl-next:before { content: '\f105'; } .owl-theme .owl-pagination {
position: absolute;
bottom: 5px;
width: 100%;
text-align: center;
}
.owl-theme .owl-controls .owl-page {
display: inline-block;
zoom: 1;
*display: inline; }
.owl-theme .owl-controls .owl-page span {
display: block;
width: 12px;
height: 12px;
margin: 5px 7px;
filter: Alpha(Opacity=50); opacity: 0.5;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
background-color: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
filter: Alpha(Opacity=100); opacity: 1;
} .owl-theme .owl-controls .owl-page span.owl-numbers {
height: auto;
width: auto;
color: #FFF;
padding: 2px 10px;
font-size: 12px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
} .owl-item.loading {
min-height: 150px;
background: url(//maticahrvatska-rovinj.eu/wp-content/themes/gototop/js/owl-carousel/AjaxLoader.gif) no-repeat center center
}  .owl-qv-carousel-theme .owl-controls .owl-buttons div {
position: absolute;
top: 50%;
z-index: 100;
cursor: pointer;
margin-top: -15px;
width: 30px;
height: 30px;
text-align: center;
font-size: 0;
-webkit-backface-visibility: hidden;
-webkit-border-radius: 4px;
border-radius: 4px;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.owl-qv-carousel-theme .owl-controls .owl-buttons .owl-prev { left: 0; }
.owl-qv-carousel-theme .owl-controls .owl-buttons .owl-next { right: 0; }
.owl-qv-carousel-theme .owl-controls .owl-buttons div:hover { background-color: #e74c3c; }
.owl-qv-carousel-theme .owl-controls .owl-buttons div:before {
margin-top: 0;
color: #696e6e;
font-family: 'fontawesome';
line-height: 30px;
font-size: 18px;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.owl-qv-carousel-theme .owl-controls .owl-buttons .owl-prev:before { content: '\f104'; }
.owl-qv-carousel-theme .owl-controls .owl-buttons .owl-next:before { content: '\f105'; }
.owl-qv-carousel-theme .owl-controls .owl-buttons div:hover:before { color: #fff; } .owl-qv-carousel-theme .owl-controls .owl-page{
display: inline-block;
zoom: 1;
*display: inline; }
.owl-qv-carousel-theme .owl-controls .owl-page span{
display: block;
width: 12px;
height: 12px;
margin: 5px 7px;
filter: Alpha(Opacity=50); opacity: 0.5;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
background: #869791;
}
.owl-qv-carousel-theme .owl-controls .owl-page.active span,
.owl-qv-carousel-theme .owl-controls.clickable .owl-page:hover span{
filter: Alpha(Opacity=100); opacity: 1;
} .owl-qv-carousel-theme .owl-controls .owl-page span.owl-numbers {
height: auto;
width: auto;
color: #fff;
padding: 2px 10px;
font-size: 12px;
-webkit-border-radius: 30px;
border-radius: 30px;
} .owl-qv-carousel-theme.loading {
min-height: 150px;
background: url(//maticahrvatska-rovinj.eu/wp-content/themes/gototop/js/owl-carousel/AjaxLoader.gif) no-repeat center center
} .owl-tm-theme .owl-controls .owl-buttons {
position: absolute;
right: 15px;
top: 0;
}
[class*="vc_col-sm-"] .owl-tm-theme .owl-controls .owl-buttons { right: 0; }
.portfolio-items.portfolio-carousel.owl-tm-theme .owl-controls .owl-buttons { right: 15px; }
#main .owl-tm-theme .owl-controls .owl-buttons { right: 15px; }
.owl-tm-theme .owl-controls .owl-buttons div {
display: inline-block;
border-width: 1px;
border-style: solid;
border-color: transparent;
background-color: #ecf0f1;
cursor: pointer;
width: 30px;
height: 30px;
text-align: center;
font-size: 0;
-webkit-border-radius: 4px;
border-radius: 4px;
-webkit-transition: all .3s aese;
transition: all .3s ease;
}
.owl-tm-theme .owl-controls .owl-buttons .owl-next { margin-left: 5px; }
.owl-tm-theme .owl-controls .owl-buttons div:hover {
border-color: transparent;
background-color: #e74c3c;
}
.owl-tm-theme .owl-controls .owl-buttons div:before {
font-family: 'fontawesome';
line-height: 29px;
font-size: 18px;
-webkit-transition: color .3s ease;
transition: color .3s ease;
}
.owl-tm-theme .owl-controls .owl-buttons .owl-prev:before { content: '\f104'; }
.owl-tm-theme .owl-controls .owl-buttons .owl-next:before { content: '\f105'; }
.owl-tm-theme .owl-controls .owl-buttons div:hover:before { color: #fff; } .owl-tm-theme .owl-controls .owl-page {
display: inline-block;
zoom: 1;
*display: inline; }
.owl-tm-theme .owl-controls .owl-page span {
display: block;
width: 12px;
height: 12px;
margin: 5px 7px;
filter: Alpha(Opacity=50); opacity: 0.5;
background-color: #869791;
-webkit-border-radius: 20px;
border-radius: 20px;
}
.owl-tm-theme .owl-controls .owl-page.active span,
.owl-tm-theme .owl-controls.clickable .owl-page:hover span {
filter: Alpha(Opacity=100); opacity: 1;
} .owl-widget-theme .owl-controls .owl-buttons {
position: absolute;
right: 10px;
top: 10px;
}
#footer .owl-widget-theme .owl-controls .owl-buttons { top: 0; }
.owl-widget-theme .owl-controls .owl-buttons div {
display: inline-block;
cursor: pointer;
width: 30px;
height: 30px;
text-align: center;
font-size: 0;
-webkit-border-radius: 4px;
border-radius: 4px;
-webkit-transition: background-color .3s ease, opacity .3s ease, transform .3s ease;
transition: background-color .3s ease, opacity .3s ease, transform .3s ease;
}
.owl-widget-theme .owl-controls .owl-buttons .owl-next { margin-left: 5px; }
.owl-widget-theme .owl-controls .owl-buttons div:hover { background-color: #e74c3c; }
.owl-widget-theme .owl-controls .owl-buttons div:before {
font-family: 'fontawesome';
line-height: 30px;
font-size: 18px;
color: #fff;
-webkit-transition: color .3s ease;
transition: color .3s ease;
}
.owl-widget-theme .owl-controls .owl-buttons .owl-prev:before { content: '\f104'; }
.owl-widget-theme .owl-controls .owl-buttons .owl-next:before { content: '\f105'; }
.owl-widget-theme .owl-controls .owl-buttons div:hover:before { color: #fff; } .owl-widget-theme .owl-controls .owl-page {
display: inline-block;
zoom: 1;
*display: inline; }
.owl-widget-theme .owl-controls .owl-page span {
display: block;
width: 12px;
height: 12px;
margin: 5px 7px;
filter: Alpha(Opacity=50); opacity: 0.5;
background-color: #869791;
-webkit-border-radius: 20px;
border-radius: 20px;
}
.owl-widget-theme .owl-controls .owl-page.active span,
.owl-widget-theme .owl-controls.clickable .owl-page:hover span {
filter: Alpha(Opacity=100); opacity: 1;
}.owl-origin {
-webkit-perspective: 1200px;
-webkit-perspective-origin-x : 50%;
-webkit-perspective-origin-y : 50%;
-moz-perspective : 1200px;
-moz-perspective-origin-x : 50%;
-moz-perspective-origin-y : 50%;
perspective : 1200px;
} .owl-fade-out {
z-index: 10;
-webkit-animation: fadeOut .7s both ease;
-moz-animation: fadeOut .7s both ease;
animation: fadeOut .7s both ease;
}
.owl-fade-in {
-webkit-animation: fadeIn .7s both ease;
-moz-animation: fadeIn .7s both ease;
animation: fadeIn .7s both ease;
} .owl-backSlide-out {
-webkit-animation: backSlideOut 1s both ease;
-moz-animation: backSlideOut 1s both ease;
animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
-webkit-animation: backSlideIn 1s both ease;
-moz-animation: backSlideIn 1s both ease;
animation: backSlideIn 1s both ease;
} .owl-goDown-out {
-webkit-animation: scaleToFade .7s ease both;
-moz-animation: scaleToFade .7s ease both;
animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
-webkit-animation: goDown .6s ease both;
-moz-animation: goDown .6s ease both;
animation: goDown .6s ease both;
} .owl-fadeUp-in {
-webkit-animation: scaleUpFrom .5s ease both;
-moz-animation: scaleUpFrom .5s ease both;
animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
-webkit-animation: scaleUpTo .5s ease both;
-moz-animation: scaleUpTo .5s ease both;
animation: scaleUpTo .5s ease both;
}  @-webkit-keyframes empty {
0% {opacity: 1}
}
@-moz-keyframes empty {
0% {opacity: 1}
}
@keyframes empty {
0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
0% { opacity:0; }
100% { opacity:1; }
}
@-moz-keyframes fadeIn {
0% { opacity:0; }
100% { opacity:1; }
}
@keyframes fadeIn {
0% { opacity:0; }
100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
0% { opacity:1; }
100% { opacity:0; }
}
@-moz-keyframes fadeOut {
0% { opacity:1; }
100% { opacity:0; }
}
@keyframes fadeOut {
0% { opacity:1; }
100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
25% { opacity: .5; -webkit-transform: translateZ(-500px); }
75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
25% { opacity: .5; -moz-transform: translateZ(-500px); }
75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
25% { opacity: .5; transform: translateZ(-500px); }
75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; -webkit-transform: translateZ(-500px); }
100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; -moz-transform: translateZ(-500px); }
100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; transform: translateZ(-500px); }
100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
from { transform: translateY(-100%); }
}
@-webkit-keyframes scaleUpFrom {
from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
from { opacity: 0; transform: scale(1.5); }
}
@-webkit-keyframes scaleUpTo {
to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
to { opacity: 0; transform: scale(1.5); }
}.scrollable {
position: relative;
}
.scrollable:focus {
outline: 0;
}
.scrollable .viewport {
position: relative;
overflow: hidden;
}
.scrollable .viewport .overview {
position: absolute;
width:100%;
padding-top:4px;
}
.scrollable .scroll-bar {
display: none;
}
.scrollable .scroll-bar.vertical {
position: absolute;
right: -2px;
height: 98% !important;
width:2px;
background:#959595;
margin:15px 0;
}
.scrollable .scroll-bar.horizontal {
position: relative;
width: 100%;
}
.scrollable .scroll-bar .thumb {
position: absolute;
}
.scrollable .scroll-bar.vertical .thumb {
width: 200%;
left:-50%;
min-height: 10px;
background:#333333;
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
}
.scrollable .scroll-bar.horizontal .thumb {
height: 100%;
min-width: 10px;
left: 0;
}
.not-selectable {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
} .scrollable.default-skin {
padding-right: 10px;
padding-bottom: 6px;
}
.scrollable.default-skin .scroll-bar.vertical {
width: 6px;
}
.scrollable.default-skin .scroll-bar.horizontal {
height: 6px;
}
.scrollable.default-skin .scroll-bar .thumb {
background-color: black;
opacity: 0.4;
border-radius: 3px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
.scrollable.default-skin .scroll-bar:hover .thumb {
opacity: 0.6;
} .scrollable.gray-skin {
padding-right: 17px;
}
.scrollable.gray-skin .scroll-bar {
border: 1px solid gray;
background-color: #d3d3d3;
}
.scrollable.gray-skin .scroll-bar .thumb {
background-color: gray;
}
.scrollable.gray-skin .scroll-bar:hover .thumb {
background-color: black;
}
.scrollable.gray-skin .scroll-bar.vertical {
width: 10px;
}
.scrollable.gray-skin .scroll-bar.horizontal {
height: 10px;
margin-top: 2px;
} .scrollable.modern-skin {
padding-right: 17px;
}
.scrollable.modern-skin .scroll-bar {
border: 1px solid gray;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-moz-box-shadow: inset 0 0 5px #888;
-webkit-box-shadow: inset 0 0 5px #888;
box-shadow: inset 0 0 5px #888;
}
.scrollable.modern-skin .scroll-bar .thumb {
background-color: #95aabf;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border: 1px solid #536984;
}
.scrollable.modern-skin .scroll-bar.vertical .thumb {
width: 8px;
background: -moz-linear-gradient(left, #95aabf 0%, #547092 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%, #95aabf), color-stop(100%, #547092));
background: -webkit-linear-gradient(left, #95aabf 0%, #547092 100%);
background: -o-linear-gradient(left, #95aabf 0%, #547092 100%);
background: -ms-linear-gradient(left, #95aabf 0%, #547092 100%);
background: linear-gradient(to right, #95aabf 0%, #547092 100%);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#95aabf', endColorstr='#547092',GradientType=1 )";
}
.scrollable.modern-skin .scroll-bar.horizontal .thumb {
height: 8px;
background-image: linear-gradient(#95aabf, #547092);
background-image: -o-linear-gradient(#95aabf, #547092);
background-image: -moz-linear-gradient(#95aabf, #547092);
background-image: -webkit-linear-gradient(#95aabf, #547092);
background-image: -ms-linear-gradient(#95aabf, #547092);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#95aabf', endColorstr='#547092',GradientType=0 )";
}
.scrollable.modern-skin .scroll-bar.vertical {
width: 10px;
}
.scrollable.modern-skin .scroll-bar.horizontal {
height: 10px;
margin-top: 2px;
}.jackbox-modal {
font: 12px Arial, Helvetica, sans-serif;
color: #666;
line-height: 18px;
background: rgba(0, 0, 0, 0.75);
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
-o-box-sizing: content-box;
-ms-box-sizing: content-box;
box-sizing: content-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}
.jackbox-modal * {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
-o-box-sizing: content-box;
-ms-box-sizing: content-box;
box-sizing: content-box;
}
.jackbox-container img {
max-width: none;
} .jackbox-modal h2,
.jackbox-modal h3 {
font: 24px "Mako", sans-serif;
font-weight: normal;
color: #444;
} .jackbox-title-text {
font: 14px "Mako", sans-serif;
color: #222;
} .jackbox-thumb-tip {
background: url(//maticahrvatska-rovinj.eu/wp-content/themes/gototop/js/jackbox/img/graphics/ie_bg.png);
background: rgba(0, 0, 0, 0.75);
} .jackbox-thumb-tip-text {
font: 12px "Mako", sans-serif;
text-transform: uppercase;
color: #FFF;
} .jackbox-description-text {
background-color: #FFF;
text-align: left;
} .jackbox-html > div {
background-color: #F5F5F5;
border: 1px solid #E5E5E5;
text-align: left;
} .jackbox-holder {
background-color: #FFF;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.jackbox-container {
background: #000;
background: -moz-radial-gradient(center, ellipse cover, rgba(68, 68, 68, 1) 0%, rgba(0, 0, 0, 1) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(68, 68, 68, 1)), color-stop(100%, rgba(0, 0, 0, 1)));
background: -webkit-radial-gradient(center, ellipse cover,  rgba(68, 68, 68, 1) 0%, rgba(0, 0, 0, 1) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(68, 68, 68, 1) 0%, rgba(0, 0, 0, 1) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(68, 68, 68, 1) 0%,rgba(0, 0, 0, 1) 100%);
background: radial-gradient(ellipse at center, rgba(68, 68, 68, 1) 0%, rgba(0, 0, 0, 1) 100%);
} .jackbox-panel:hover {
background-color: #333;
} .jackbox-panel-left {
background-image: url(//maticahrvatska-rovinj.eu/wp-content/themes/gototop/js/jackbox/img/graphics/panel_left.png);
} .jackbox-panel-right {
background-image: url(//maticahrvatska-rovinj.eu/wp-content/themes/gototop/js/jackbox/img/graphics/panel_right.png);	
} .jackbox-panel-left:hover {
-webkit-box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.2);
box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.2);
border-right: 1px solid #4D4D4D;
background-image: url(//maticahrvatska-rovinj.eu/wp-content/themes/gototop/js/jackbox/img/graphics/panel_left_over.png);	
} .jackbox-panel-right:hover {
-webkit-box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.2);
box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.2);
border-left: 1px solid #4D4D4D;
background-image: url(//maticahrvatska-rovinj.eu/wp-content/themes/gototop/js/jackbox/img/graphics/panel_right_over.png);	
} .jackbox-button {
width: 20px;
height: 20px;
background-size: 20px 20px;
background-repeat: no-repeat;
} .jackbox-arrow-left {
background-image: url(//maticahrvatska-rovinj.eu/wp-content/themes/gototop/js/jackbox/img/graphics/left_arrow.png);
} .jackbox-arrow-right {
background-image: url(//maticahrvatska-rovinj.eu/wp-content/themes/gototop/js/jackbox/img/graphics/right_arrow.png);
} .jackbox-info {
background-image: url(//maticahrvatska-rovinj.eu/wp-content/themes/gototop/js/jackbox/img/graphics/info.png);
} .jackbox-show-thumbs {
background-image: url(//maticahrvatska-rovinj.eu/wp-content/themes/gototop/js/jackbox/img/graphics/thumbs_show.png);
} .jackbox-hide-thumbs {
background-image: url(//maticahrvatska-rovinj.eu/wp-content/themes/gototop/js/jackbox/img/graphics/thumbs_hide.png);
} .jackbox-close {
background-image: url(//maticahrvatska-rovinj.eu/wp-content/themes/gototop/js/jackbox/img/graphics/exit.png);
} .jackbox-fs {
background-image: url(//maticahrvatska-rovinj.eu/wp-content/themes/gototop/js/jackbox/img/graphics/fullscreen.png);
}
.jackbox-ns {
background-image: url(//maticahrvatska-rovinj.eu/wp-content/themes/gototop/js/jackbox/img/graphics/normalscreen.png);
} .jb-info-inactive, 
.jackbox-button:hover {
opacity: 0.6;
} .jackbox-thumb-panel {
background: url(//maticahrvatska-rovinj.eu/wp-content/themes/gototop/js/jackbox/img/graphics/ie_bg.png);
background: rgba(0, 0, 0, 0.75);
} .jackbox-thumb-left {
width: 20px;
height: 20px;
margin: -9px 0 0 -30px;
background-size: 20px 20px;
background-repeat: no-repeat;
background-image: url(//maticahrvatska-rovinj.eu/wp-content/themes/gototop/js/jackbox/img/graphics/thumb_left.png);
} .jackbox-thumb-right {
width: 20px;
height: 20px;
margin: -9px 0 0 12px;
background-size: 20px 20px;
background-repeat: no-repeat;
background-image: url(//maticahrvatska-rovinj.eu/wp-content/themes/gototop/js/jackbox/img/graphics/thumb_right.png);
} .jackbox-thumb-left:hover,
.jackbox-thumb-right:hover {
opacity: 0.70;
}
.jackbox-pre-outside {
padding: 5px; background: url(//maticahrvatska-rovinj.eu/wp-content/themes/gototop/js/jackbox/img/graphics/ie_preloader.gif); background: -moz-linear-gradient(top,                                      #FFF 0%,               #FFF 25%,              #444 90%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFF), color-stop(25%, #FFF), color-stop(90%, #444));
background: -webkit-linear-gradient(top,                                   #FFF 0%,               #FFF 25%,              #444 90%);
background: -o-linear-gradient(top,                                        #FFF 0%,               #FFF 25%,              #444 90%);
background: -ms-linear-gradient(top,                                       #FFF 0%,               #FFF 25%,              #444 90%);
background: linear-gradient(to bottom,                                     #FFF 0%,               #FFF 25%,              #444 90%);
} .jackbox-pre-inside {
background-color: #444;
}    .jackbox {
position: relative;
display: inline-block;
}
.single-image.jackbox { display: block; } .jackbox-modal {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
display: none;
z-index: 9999;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
} .jackbox-modal h2 {
margin: 0 0 12px -2px;
} .jackbox-modal h3 {
margin: 0 0 8px -2px;
} .jackbox-modal ul {
margin: 0;
padding: 0;
} .jackbox-modal li {
margin: 0 0 10px 0;
padding: 0;
} .jackbox-modal li:last-child {
margin-bottom: -10px;
} .jackbox-html > div {
padding: 16px 20px 16px 20px;
box-sizing: border-box;
} .jackbox-html > div p {
margin: 5px 0 0 0;
color: #808080;
} .jackbox-title-text {
position: absolute;
left: 6px;
top: 7px;
width: 100%;
overflow: hidden;
text-align: center;
white-space: nowrap;
z-index: 0;
} .jackbox-info-text {
display: inline-block;
overflow-y: auto;
z-index: 999;
width: 100%;
position: absolute;
top: 0;
left: 0;
} .jackbox-description-text {
padding: 14px 17px 19px 17px;
} .jackbox-html,
.jackbox-wrapper,
.jackbox-content,
.jackbox-description,
.jackbox-hidden-items {
display: none;
} .jackbox-youtube {
visibility: hidden;
margin: 0 auto;
} .jackbox-html {
overflow-y: auto;
} .jackbox-modal img {
image-rendering: optimizeQuality;
} .jackbox-holder {
position: absolute;
left: 50%;
top: 51.5%;
width: 100%;
height: 100%;
overflow: hidden;
opacity: 0;
padding: 33px 6px 34px 6px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
} .jackbox-container {
width: 100%;
height: 100%;
position: relative;
overflow: hidden;
z-index: 0;
text-align: center;
} .jackbox-content {
margin: 0 auto;
} .jackbox-overflow {
overflow: hidden !important;
} .jackbox-thumb-holder {
position: absolute;
width: 100%;
bottom: 0;
left: 0;
} .jackbox-thumb-panel {
position: absolute;
left: 50%;
overflow: hidden;
white-space: nowrap;
padding: 2px 2px 0 2px;
} .jackbox-thumb-strip {
position: relative;
} .jackbox-thumb {
overflow: hidden;
position: absolute;
top: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
} .jackbox-thumb img {
cursor: pointer;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-webkit-transition: opacity 0.4s cubic-bezier(0.230, 1.000, 0.320, 1.000);
-moz-transition: opacity 0.4s cubic-bezier(0.230, 1.000, 0.320, 1.000);
-o-transition: opacity 0.4s cubic-bezier(0.230, 1.000, 0.320, 1.000);
-ms-transition: opacity 0.4s cubic-bezier(0.230, 1.000, 0.320, 1.000);
transition: opacity 0.4s cubic-bezier(0.230, 1.000, 0.320, 1.000);
} .jb-thumb-fadein img {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter: alpha(opacity=50);
opacity: 0.5;
} .jb-thumb-active img {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
} .jb-thumb-hover img:hover {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
} .jb-thumb-active img {
cursor: auto;
} .jackbox-thumb-left,
.jackbox-thumb-right {
cursor: pointer;
position: absolute;
display: none;
} .jackbox-top {
position: absolute;
top: 7px;
left: 5px;
} .jackbox-top:after {
content: "";
position: absolute;
top: 26px;
left: 1px;
width: 100%;
height: 1px;
background-color: #FFF;
display: block;
z-index: 999;
} .jackbox-bottom {
position: relative;
white-space: nowrap;
z-index: 99;
} .jackbox-social {
position: absolute;
} .jackbox-top-icons {
position: absolute;
right: -1px;
} .jackbox-bottom-icons {
position: absolute;
right: 0px;
top: 7px;
} .jackbox-controls {
position: absolute;
left: 0;
top: 7px;
z-index: 1;
} .jackbox-button {
cursor: pointer;
display: inline-block;
} .jackbox-arrow-right {
margin-left: 6px;
} .jackbox-button-margin {
margin-left: 6px;
} :-webkit-full-screen .jackbox-fs {
display: none !important; 
} :-moz-full-screen .jackbox-fs {
display: none !important; 
} :-webkit-full-screen .jackbox-ns {
display: inline-block !important; 
}
:-moz-full-screen .jackbox-ns {
display: inline-block !important; 
} .jackbox-panel {
display: block;
cursor: pointer;
visibility: hidden;
background-position: center center;
background-repeat: no-repeat;
background-size: 38px 38px;
width: 58px;
height: 100%;
position: absolute;
top: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-webkit-transition: all 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
-moz-transition: all 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
-o-transition: all 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
-ms-transition: all 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
transition: all 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
} .jackbox-panel-left {
left: 0;
} .jackbox-panel-right {
right: 0;
} .jackbox-preloader {
position: fixed;
left: 50%;
top: 50%;
visibility: hidden;
width: 20px;
height: 20px;
margin: -15px 0 0 -15px;
z-index: 9999;
} .jackbox-spin-preloader {
visibility: visible;
-webkit-animation: rotator 1s linear infinite;
-moz-animation: rotator 1s linear infinite;
-ms-animation: rotator 1s linear infinite;
-o-animation: rotator 1s linear infinite;
animation: rotator 1s linear infinite;
}
.jackbox-pre-outside {
width: 20px;
height: 20px;
display: inline-block;
position: relative;
top: -25%;
left: -25%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.jackbox-pre-inside {
display: none;
width: 20px;
height: 20px;
display: inline-block;
position: absolute;
top: 5px;
left: 5px;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-transition: background-color 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
-moz-transition: background-color 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
-o-transition: background-color 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
-ms-transition: background-color 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
transition: background-color 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
} .jackbox-thumb-tip {
display: block;
position: fixed;
overflow: hidden;
opacity: 0;
z-index: 9999;
visibility: hidden;
pointer-events: none;
padding: 5px 10px 5px 10px;
-webkit-transition: all 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
-moz-transition: all 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
-o-transition: all 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
-ms-transition: all 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
transition: all 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
} .jackbox-thumb-tip-text {
white-space: nowrap;
display: inline-block;
text-transform: uppercase;
-webkit-transition: width 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
-moz-transition: width 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
-o-transition: width 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
-ms-transition: width 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
transition: width 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
} @-webkit-keyframes rotator {
from { 
-webkit-transform: rotate(0deg); 
}
50%  { 
-webkit-transform: rotate(180deg);
}
to   { 
-webkit-transform: rotate(360deg);
}
} @-moz-keyframes rotator {
from { 
-moz-transform: rotate(0deg); 
}
50%  { 
-moz-transform: rotate(180deg);
}
to   { 
-moz-transform: rotate(360deg);
}
} @-o-keyframes rotator {
from { 
-o-transform: rotate(0deg); 
}
50%  { 
-o-transform: rotate(180deg);
}
to   { 
-o-transform: rotate(360deg);
}
} @-ms-keyframes rotator {
from { 
-ms-transform: rotate(0deg); 
}
50%  { 
-ms-transform: rotate(180deg);
}
to   { 
-ms-transform: rotate(360deg);
}
} @keyframes rotator {
from { 
transform: rotate(0deg); 
}
50%  { 
transform: rotate(180deg);
}
to   { 
transform: rotate(360deg);
}
}   @media screen and (max-width: 600px) {
.jackbox-panel,
.jackbox-thumb-holder {
display: none !important;
}
.jackbox-show-thumbs,
.jackbox-hide-thumbs {
width: 0;
margin-left: 0;
overflow: hidden;
}
}   @media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) { .jackbox-arrow-left {
background-image: url(//maticahrvatska-rovinj.eu/wp-content/themes/gototop/js/jackbox/img/graphics/retina/left_arrow@2x.png);
} .jackbox-arrow-right {
background-image: url(//maticahrvatska-rovinj.eu/wp-content/themes/gototop/js/jackbox/img/graphics/retina/right_arrow@2x.png);
} .jackbox-info {
background-image: url(//maticahrvatska-rovinj.eu/wp-content/themes/gototop/js/jackbox/img/graphics/retina/info@2x.png);
} .jackbox-show-thumbs {
background-image: url(//maticahrvatska-rovinj.eu/wp-content/themes/gototop/js/jackbox/img/graphics/retina/thumbs_show@2x.png);
} .jackbox-hide-thumbs {
background-image: url(//maticahrvatska-rovinj.eu/wp-content/themes/gototop/js/jackbox/img/graphics/retina/thumbs_hide@2x.png);
} .jackbox-close {
background-image: url(//maticahrvatska-rovinj.eu/wp-content/themes/gototop/js/jackbox/img/graphics/retina/exit@2x.png);
} .jackbox-fs {
background-image: url(//maticahrvatska-rovinj.eu/wp-content/themes/gototop/js/jackbox/img/graphics/retina/fullscreen@2x.png);
}
.jackbox-ns {
background-image: url(//maticahrvatska-rovinj.eu/wp-content/themes/gototop/js/jackbox/img/graphics/retina/normalscreen@2x.png);
} .jackbox-thumb-left {
background-image: url(//maticahrvatska-rovinj.eu/wp-content/themes/gototop/js/jackbox/img/graphics/retina/thumb_left@2x.png);
} .jackbox-thumb-right {
background-image: url(//maticahrvatska-rovinj.eu/wp-content/themes/gototop/js/jackbox/img/graphics/retina/thumb_right@2x.png);
} .jackbox-panel-left {
background-image: url(//maticahrvatska-rovinj.eu/wp-content/themes/gototop/js/jackbox/img/graphics/retina/panel_left@2x.png);
} .jackbox-panel-right {
background-image: url(//maticahrvatska-rovinj.eu/wp-content/themes/gototop/js/jackbox/img/graphics/retina/panel_right@2x.png);	
} .jackbox-panel-left:hover {
background-image: url(//maticahrvatska-rovinj.eu/wp-content/themes/gototop/js/jackbox/img/graphics/retina/panel_left_over@2x.png);	
} .jackbox-panel-right:hover {
background-image: url(//maticahrvatska-rovinj.eu/wp-content/themes/gototop/js/jackbox/img/graphics/retina/panel_right_over@2x.png);	
}
}.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8;
filter: alpha(opacity=80); }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
} .mfp-fade-in .mfp-figure,
.mfp-fade-in .mfp-iframe-holder .mfp-iframe-scaler {
opacity: 0;
-webkit-transition: all 0.35s ease-out;
transition: all 0.35s ease-out;
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
.mfp-fade-in.mfp-bg,
.mfp-fade-in .mfp-preloader {
opacity: 0;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.mfp-fade-in.mfp-image-loaded .mfp-figure,
.mfp-fade-in.mfp-ready .mfp-iframe-holder .mfp-iframe-scaler {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
.mfp-fade-in.mfp-ready.mfp-bg,
.mfp-fade-in.mfp-ready .mfp-preloader { opacity: 0.75; }
.mfp-fade-in.mfp-removing .mfp-figure,
.mfp-fade-in.mfp-removing .mfp-iframe-holder .mfp-iframe-scaler {
opacity: 0;
-webkit-transform: scale(0.95);
transform: scale(0.95);
}
.mfp-fade-in.mfp-removing.mfp-bg,
.mfp-fade-in.mfp-removing .mfp-preloader { opacity: 0; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #CCC; }
.mfp-preloader a:hover {
color: #FFF; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close, button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
-webkit-box-shadow: none;
box-shadow: none; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
filter: alpha(opacity=65);
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover, .mfp-close:focus {
opacity: 1;
filter: alpha(opacity=100); }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333; }
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap; }
.mfp-arrow {
position: absolute;
opacity: 0.65;
filter: alpha(opacity=65);
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover, .mfp-arrow:focus {
opacity: 1;
filter: alpha(opacity=100); }
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after, .mfp-arrow .mfp-a {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before, .mfp-arrow .mfp-b {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
border-right: 17px solid #FFF;
margin-left: 31px; }
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
margin-left: 25px;
border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
border-left: 17px solid #FFF;
margin-left: 39px; }
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-holder .mfp-close {
top: -40px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000; } img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; } .mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444; }
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; }
}
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; }
}
.mfp-ie7 .mfp-img {
padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
width: 600px;
left: 50%;
margin-left: -300px;
margin-top: 5px;
padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
padding: 0; }
.mfp-ie7 .mfp-content {
padding-top: 44px; }
.mfp-ie7 .mfp-close {
top: 0;
right: 0;
padding-top: 0; }.heapBox {
position: relative;
display: block;
min-width: 110px;
}
.section-line .heapBox {
display: inline-block;
width: 175px;
line-height: 1.3em;
}
.heapBox * {
margin: 0;
padding: 0;
outline: none;
list-style: none;
}
.heapBox.disabled .holder  { color: #989898; }
.heapBox.disabled .handler { }
.heapBox a {
text-decoration: none;
color: #fff;
}
.heapBox .holder {
overflow: hidden;
display: block;
padding: 9px 10px;
width: 100%;
min-width: 75px;
border: 2px solid #e4e4e2;
background-color: #f5f7f8;
color: #696e6e;
-webkit-border-radius: 4px;
border-radius: 4px;
-webkit-transition: all .25s ease;
transition: all .25s ease;
}
.select-small-size .heapBox .holder { padding: 3px 10px; }
.heapBox.open .holder { background-color: #fff; }
.heapBox .handler {
position: absolute;
top: 0;
right: 0;
z-index: 10;
display: block;
height: 100%;
}
.heapBox .handler:before {
position: absolute;
height: 27px;
right: 35px;
top: 9px;
margin-top: 0;
content: "";
border-left: 1px solid #e4e4e2;
}
.select-small-size .heapBox .handler:before { height: 14px; }
.heapBox .handler:after {
position: absolute;
right: 12px;
top: 50%;
display: inline-block;
margin-top: -10px;
content: "\f107";
font-family: fontawesome;
line-height: inherit;
font-size: 18px;
color: #292f38;
}
.heapBox.open .handler:after { content: "\f106"; }
.select-small-size .heapBox .handler:after { font-size: 15px; }
.heapBox div.heap {
position: absolute;
left: 0;
top: calc(100% - 1px);
overflow: hidden;
cursor: pointer;
z-index: 22;
display: none;
width: 100%;
background: #fff;
border-left: 2px solid #e4e4e2;
border-right: 2px solid #e4e4e2;
border-bottom: 2px solid #e4e4e2;
list-style-type: none;
-webkit-border-bottom-left-radius: 4px;
border-bottom-left-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.heapBox .heap .heapOptions {
display: block;
overflow: hidden;
z-index: 20;
position: relative;
}
.heapBox .heap a.sliderUp,
.heapBox .heap a.sliderDown {
position: absolute;
z-index: 30;
display: block;
width: 100%;
height: 20px;
background-color: #fff;
}
.heapBox .heap a.sliderUp    {
top: 0;
border-bottom: 1px solid #e4e4e2;
}
.heapBox .heap a.sliderDown {
bottom: 0;
border-top: 1px solid #e4e4e2;
}
.heapBox .heap a.sliderUp:hover,
.heapBox .heap a.sliderDown:hover { background-color: #ecf0f1; }
.heapBox .heap a.sliderUp:after,
.heapBox .heap a.sliderDown:after {
display: block;
text-align: center;
font-family: 'fontawesome';
font-size: 18px;
line-height: 20px;
color: #292f38;
}
.heapBox .heap a.sliderUp:after   { content: "\f106"; }
.heapBox .heap a.sliderDown:after { content: "\f107"; }
.heapBox .heap .heapOptions .heapOption { }
.heapBox .heap .heapOptions .heapOption a {
display: block;
padding: 7px 10px;
width: 100%;
background-color: #fff;
color: #6a6a6a;
-webkit-transition: color 1s ease, background-color 1s ease, box-shadow 1s ease;
transition: color 1s ease, background-color 1s ease, box-shadow 1s ease;
}
.select-small-size .heapBox .heap .heapOptions .heapOption a { padding: 3px 10px; }
.heapBox .heap .heapOptions .heapOption a:hover {
color: #000;
background-color: #ecf0f1;
-webkit-transition: color .1s ease, background-color .1s ease, box-shadow .1s ease;
transition: color .1s ease, background-color .1s ease, box-shadow .1s ease;
}
.heapBox .heap .heapOptions .heapOption a.selected {
color: #000;
background-color: #ecf0f1;
}
.heapBox .heap .heapOptions .heapOption a.disabled { }
.heapBox .heap .heapOptions .heapOption a.disabled:hover { }@font-face{font-family:'FontAwesome';src:url(//maticahrvatska-rovinj.eu/wp-content/themes/gototop/fonts/fontawesome-webfont.eot?v=4.4.0);src:url(//maticahrvatska-rovinj.eu/wp-content/themes/gototop/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0) format('embedded-opentype'),url(//maticahrvatska-rovinj.eu/wp-content/themes/gototop/fonts/fontawesome-webfont.woff2?v=4.4.0) format('woff2'),url(//maticahrvatska-rovinj.eu/wp-content/themes/gototop/fonts/fontawesome-webfont.woff?v=4.4.0) format('woff'),url(//maticahrvatska-rovinj.eu/wp-content/themes/gototop/fonts/fontawesome-webfont.ttf?v=4.4.0) format('truetype'),url(//maticahrvatska-rovinj.eu/wp-content/themes/gototop/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}#wpgmza-maps-engine-dialog
{
text-align: left;
}
#wpgmza-maps-engine-dialog h1
{
text-align: center;
margin-bottom: 1em;
}
#wpgmza-maps-engine-dialog img
{
display: block;
margin: 0 auto;
width: 80%;
box-sizing: border-box;
}
#wpgmza-maps-engine-dialog .wpgmza-inner
{
display: flex;
}
#wpgmza-maps-engine-dialog .wpgmza-inner>div,
#wpgmza-maps-engine-dialog .wpgmza-inner label
{
flex: 1;
display: flex;
flex-direction: column;
}
#wpgmza-maps-engine-dialog .wpgmza-inner>div>div,
#wpgmza-maps-engine-dialog .wpgmza-inner label>div
{
flex-grow: 1;
}
#wpgmza-maps-engine-dialog ul
{
list-style: none; }
#wpgmza-maps-engine-dialog .wpgmza-pros>li:before
{
content: "\2714";
}
#wpgmza-maps-engine-dialog .wpgmza-cons>li:before
{
content: "\2718";
}    #wpgmza-maps-engine-dialog h2>img
{
width: 100%;
height: auto;
}
#wpgmza-maps-engine-dialog footer
{
margin: auto;
width: 20%;
}
#wpgmza-maps-engine-dialog footer>img
{
width: 100%;
height: auto;
}
#wpgmza-maps-engine-dialog img.wpgmza-engine-logo
{
width: 75%;
height: auto;
}
#wpgmza-maps-engine-dialog input[type='radio']
{
display: none;
}
#wpgmza-maps-engine-dialog input[type='radio'] + label
{  -webkit-filter: grayscale(100%); transition: all 0.5s;
}
#wpgmza-maps-engine-dialog input[type='radio'] + label:hover,
#wpgmza-maps-engine-dialog input[type='radio']:checked + label
{ -webkit-filter: grayscale(0%);
}
#wpgmza-maps-engine-dialog .wpgmza-mock-radio
{
position: relative;
left: -1.3em; }
#wpgmza-maps-engine-dialog .wpgmza-mock-radio-button
{
display: inline-block;
box-sizing: border-box;
width: 2em;
height: 2em;
margin-right: 0.5em;
position: top;
top: -4px;
border: 1px solid #ccc;
border-radius: 100%;
}
#wpgmza-maps-engine-dialog small
{
display: block;
text-align: center;
}
#wpgmza-maps-engine-dialog input[type='radio']:checked + label .wpgmza-mock-radio-button
{ border: 4px solid white;
box-shadow: -1px -1px 0px #ccc, -1px 0px 0px #ccc, 1px -1px 0px #ccc, 1px 0px 0px #ccc, 1px -1px 0px #ccc, 0px -1px 0px #ccc, -1px -1px 0px #ccc, -1px 0px 0px #ccc; background: #0073AA;
}
#wpgmza-maps-engine-dialog .wpgmza-mock-radio>*
{
display: inline-block;
vertical-align: middle;
}
#wpgmza-maps-engine-dialog .wpgmza-mock-radio-label
{
width: 50%;
height: auto;
}
#wpgmza-maps-engine-dialog ul
{
text-align: center;
}
#wpgmza-maps-engine-dialog button
{
font-size: 1.25em;
}
.wpgmza-centered
{
text-align: center;
}
.wpgmza_map {
border:0;
}
.wpgmza_hide_input { display:none !important; }
.wpgmza_theme_selection { margin-right:20px; margin-bottom:20px; cursor:pointer; border-radius:4px; }
.wpgmza-not-found-msg {
display: none;
margin-top: 20px;
color: #777;
}
.wpgmza-not-found-msg.is-active {
display: block;
}
.wpgmza-not-found-msg p {
margin-bottom: 0;
}
.wpgmza_map img:not(button img) {
border: none !important;
background-color:transparent !important;  box-shadow: none !important;
} .wpgmza_map img[src$="//maps.gstatic.com/mapfiles/api-3/images/google4.png"],
img[src='http://maps.gstatic.com/mapfiles/api-3/images/google_white5.png']
{
box-shadow: none !important;
}
#wpgmza_map img { box-shadow: none !important; }
.wpgmza_table img {
box-shadow: none !important;
}
.gm-style div { margin-top:0 !important; }
#wpgmaps_directions_edit {
padding-top:20px;
}
.wpgmza_markerbox {  margin:0; padding:0;
color:#000 !important;
}
.wpgmza_markerbox img { margin: 3px !important; }
.wpgmza_markerbox h1,
.wpgmza_markerbox h2,
.wpgmza_markerbox h3,
.wpgmza_markerbox h4,
.wpgmza_markerbox h5,
.wpgmza_markerbox h6,
.wpgmza_markerbox h7,
.wpgmza_markerbox h8,
.wpgmza_markerbox strong,
.wpgmza_markerbox p,
.wpgmza_markerbox br {
margin:2px;
padding:1px;
color:#000 !important;
}
.wpgmza_markerbox a {
color:#1982D1 !important;
}
.wpgmaps_mlist_table {
width:42px;
}
.wpgmza_table .wpgmaps_mlist_marker {
width:32px;
height:32px;
vertical-align:top;
padding:0 !important;
}
.wpgmza_table .wpgmaps_mlist_info {
vertical-align:top;
text-align:left;
padding:0 !important;
}
.wpgmza_table .wpgmaps_mlist_row {
cursor:pointer;
}
.wpgmza_table .wpgmaps_mlist_row:hover {
background-color: #EEEEEE;
}
.wpgmaps_directions_outer_div {
padding-top:30px;
padding-bottom:5px;
}
.wpgmaps_directions_outer_div table, wpgmza_marker_list_class {
margin-bottom:0px !important;
}
.wpgmza_map h2 { clear:both; }
.wpgmaps_user_form { clear: both; }
.wpgmza_table { clear:both; }
.wpgmaps_mlist_row img {
margin-bottom:0 !important;
}
.wpgmza_table td {
vertical-align: top !important;
padding-bottom: 15px !important;
padding-right: 10px !important;
border: 0 !important;
}
.wpgmza_table tr { border: 0 !important; }
.wpgmza_table th {
text-align: left !important;
padding-bottom: 15px !important;
border: 0 !important;
min-width:100px;    
}
.dataTables_filter input[type="text"], .dataTables_filter select { display: inline !important; }
.dataTables_filter label { font-weight:bold; }
.adp-placemark img { width:24px !important; max-width:none !important; }
.wpgmza_table .sorting { background-image: none !important; } #wpgm_premium {
display:block;
overflow:auto;
margin:10px;
margin-left:0;
clear:both;
width:90%;
}
#wpgm_premium h2 {
margin-top:0;
padding-top:0;
font-weight:200;
font-size: 20px;
padding-bottom:0px;
margin-bottom:2px;
}
#wpgm_premium p {
font-size:16px;
line-height:28px;
}
.wpgm_premium_row { 
margin-top:20px;
display:block;
clear:both;
width:100%;
overflow:auto;
}
.wpgm_details p {
padding-top:0px;
margin-top:2px;
color: #666 !important;
}
.wpgm_icon {
display:block;
float:left;
width:50px;
height:70px;
background-image:url(//maticahrvatska-rovinj.eu/wp-content/plugins/wp-google-maps/images/premium.png);
background-repeat: no-repeat;
}
.wpgm_details {
display:block;
float:left;
width:80%;
}
.wpgm_notice_message {
border-style: solid;
border-width: 1px;
margin: 5px 0 15px;
padding: 0 0.6em;
background-color: #FFFCF5;
border-color: #FFBA00;
} .wpgmza_sl_main_div {
width:100%;
}
.wpgmza_sl_query_div {
height:30px;
display:block;
}
.wpgmza_sl_query_innerdiv1 { 
float:left;
display:block;
width:150px;
clear:left;
}
.wpgmza_sl_query_innerdiv2 {
display:block;
float:left;
width:250px;
}
.wpgmza_sl_radius_div {
display:block; 
height:30px;
margin-top:10px;
clear:both;
}
.wpgmza_sl_radius_innerdiv1 { 
float:left;
display:block;
width:150px;
}
.wpgmza_sl_radius_innerdiv2 {
display:block;
float:left;
width:250px;
}
.wpgmza_sl_radius_select {
}
.wpgmza_sl_select_option {
}
.wpgmza_sl_category_div {
display:block; 
clear:both;
height:auto; 
overflow:auto; 
margin-top:10px; 
margin-bottom:10px; 
}
.wpgmza_sl_category_innerdiv1 { 
float:left;
display:block;
width:150px;
}
.wpgmza_sl_category_innerdiv2 {
float:left;
}
.wpgmza_sl_search_button {
}
.wpgmza_marker_approval_msg { font-weight: bold; }
.scrollFix {
line-height: 1.35;
}
.wpgmza_infowindow_description { white-space: normal; }
.wpgmza_infowindow_title { white-space: normal; }
.wpgmza_infowindow_address { white-space: normal; }
.wpgmza_infowindow_title { font-weight: bold; }
#wpgmza_marker_list tr { vertical-align: middle !important; }
#wpgmza_marker_list td { vertical-align: middle !important; }
#wpgmza_marker_list td img { vertical-align: middle !important; }
.wpgmza_marker_carousel { clear:both; }
.wpgmza-shadow { 
-webkit-box-shadow: 3px 3px 10px 0px rgba(107,107,107,1);
-moz-box-shadow: 3px 3px 10px 0px rgba(107,107,107,1);
box-shadow: 3px 3px 10px 0px rgba(107,107,107,1);
}
.wpgmza_innermap_holder { 
padding:5px;
background-color:white;
border: 1px solid #ccc;
border-radius:5px;
}
.wpgmza_small_img { max-width: 14px; max-height: 14px; }
ul.wpgmza_marker_list_class {
list-style: none;
margin-left:5px;
padding-left:0;
}
.wpgmza-basic-list-item { float:left; cursor:pointer; }
.wpgmaps_blist_row { clear:both; display:block; height:auto; overflow:hidden;   }
.wpgmaps_blist_row:hover { background-color:#EEE;  }
.wpgmza_div_marker { width:17px; height:17px; }
.wpgmza_div_address { padding-left:2px;}
.wpgmza_row {
width:100%;
display:block;
overflow:auto;
}
.wpgmza_row_col {
width:90%;
float:left;
display:block;
overflow:auto;
margin:0.25%;
padding:0.2%;
min-height:360px;
}
.wpgmza_row_col h2 { 
font-weight:900;
}
.wpgmza_row_col ul li {
margin: 0.3em 2.5em;
}
.wpgmza_row_col ul {
list-style-type:disc;
}
@media only screen and (min-width:480px) {
.wpgmza_row_col {
width:31%;
float:left;
display:block;
overflow:auto;
margin:0.25%;
padding:0.2%;
min-height:360px;
} 
}
.wpgmza_theme_selection_activate { border-radius: px;
padding-left: 0px;
padding-right: 0px;
border-left: 4px solid #0073AA;
} @media only screen and (min-width: 320px) and (max-width:568px) and (-webkit-min-device-pixel-ratio: 2) {
.wpgmza_infowindow_description,
.wpgmza_infowindow_address,
.wpgmza_infowindow_title {
width:140px !important;
}
}
.wpgmza-badge {
background-image: url(//maticahrvatska-rovinj.eu/wp-content/plugins/wp-google-maps/images/WP-google-maps-logo-1-B-transparent.png); position: absolute;
background: url(//maticahrvatska-rovinj.eu/wp-content/plugins/wp-google-maps/images/WP-google-maps-logo-1-B-transparent.png) center no-repeat;
-webkit-background-size: 202px 101px;
background-size: 202px 101px;
color: #fff;
font-size: 14px;
text-align: center;
font-weight: 600;
margin: 5px 0 0;
padding:5px;
height: 101px;
display: inline-block;
width: 202px;
text-rendering: optimizeLegibility;
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
box-shadow: 0 1px 3px rgba(0,0,0,.2);
top: 0;
right: 0;
}
.toplevel_page_wp-google-maps-menu .about-text {
max-width: 600px;
}
.wpgmza-clearfix {
zoom: 1;
}
.wpgmza-clearfix:before,
.wpgmza-clearfix:after {
content: '';
display: table;
table-layout: fixed;
}
.wpgmza-clearfix:after {
clear: both;
}
.wpgmza_sl_main_div {
overflow: hidden;
position: relative;
top: 10px;
}
.wpgmza_sl_query_div,
.wpgmza_sl_radius_div {
height: auto;
margin-bottom: 10px;
}
.wpgmza_sl_radius_div {
margin-bottom: 20px;
}
.wpgmaps_fullscreen {
position: fixed !important;
top:0;
left:0;
width:100% !important;
height: 100% !important;
z-index:9999;
}
.wpgmza-modern-store-locator {
text-align: center;
padding-top: 10px;
}
.wpgmza-modern-store-locator > .wpgmza-inner {
display: inline-block;
background: white;
padding: 0.5em !important;
border-radius: 2px;
font-family: Roboto, sans-serif;
box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
-o-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
}
.wpgmza-modern-store-locator input,
.wpgmza-modern-store-locator select {
height: 28px !important;
vertical-align: top;
padding: 0 6px !important;
margin: 0 2px;
color: #777;
}
#addressInput {
width: auto !important;
display: inline;
}
.wpgmza-form-field {
position: relative;
overflow: hidden;
margin-top: 0;
margin-bottom: 5px;
padding-top: 25px;
}
.wpgmza-form-field:last-of-type {
margin-bottom: 18px;
}
.wpgmza-form-field--no-pad {
display: block;
padding-top: 0;
}
.wpgmza-form-field__label {
display: block;
color: #666;
font-weight: 400;
}
#wpgmza-map .wpgmza-form-field__label--float {
width: 100%;
position: absolute;
top: 37px;
background: #fff;
transition: all ease .3s;
}
.wpgmza-form-field__input:focus ~ label {
top: 8px;
color: #333;
font-weight: 700;
}
.wpgmza-modern-store-locator .wpgmza_sl_search_button {
cursor: pointer;
font-size: 15px;
padding: 0 0.3em;
height: 100%;
line-height: 28px;
color: #b7b7b7;
}
#wpgmza_map .wpgmza-inner .wpgmza-form-field__input,
#wpgmza_map .wpgmza-form-field input[type="text"],
#wpgmza_map .wpgmza-form-field input[type="url"],
#wpgmza_map .wpgmza-form-field input[type="password"],
#wpgmza_map .wpgmza-form-field input[type="search"],
#wpgmza_map .wpgmza-form-field input[type="number"],
#wpgmza_map .wpgmza-form-field input[type="tel"],
#wpgmza_map .wpgmza-form-field input[type="email"],
#wpgmza_map .wpgmza-form-field textarea,
#wpgmza_map .wpgmza-form-field select {
padding: 10px;
padding-left: 0;
border: none;
border-radius: 0;
transition: all .3s;
background: none;
box-shadow: none;
font-family: Roboto, sans-serif;
}
#wpgmza_map .wpgmza-inner .wpgmza-form-field__input:focus,
#wpgmza_map .wpgmza-form-field input[type="text"]:focus,
#wpgmza_map .wpgmza-form-field input[type="url"]:focus,
#wpgmza_map .wpgmza-form-field input[type="password"]:focus,
#wpgmza_map .wpgmza-form-field input[type="search"]:focus,
#wpgmza_map .wpgmza-form-field input[type="number"]:focus,
#wpgmza_map .wpgmza-form-field input[type="tel"]:focus,
#wpgmza_map .wpgmza-form-field input[type="email"]:focus,
#wpgmza_map .wpgmza-form-field textarea:focus,
#wpgmza_map .wpgmza-form-field select:focus {
background: none;
}
.wpgmza_sl_main_div input[type="button"],
.wpgmaps_directions_outer_div input[type="button"],
.wpgmza-inner input[type="button"]
.wpgmza_sl_main_div input[type="button"] {
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.05em;
} .pac-container {
border-radius: 2px;
border-top: none;
font-family: Roboto, sans-serif;
box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
-o-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
}
.pac-container .pac-item{
border-top: none;
}
.pac-container .pac-item .pac-item-query{
color: #333;
}
#wpgmza-google-api-error-dialog
{
width: 66vw;
}
#wpgmza-google-api-error-list,
#wpgmza-google-api-error-list *
{
text-align: left;
}
#wpgmza-google-api-error-list
{
list-style: none;
}
#wpgmza-google-api-error-list li
{
background: ghostwhite;
padding: 0.5em;
margin: 0.5em;
}
#wpgmza-google-api-error-list li:before
{
content: "\26D4";
color: red;
}
#wpgmza-google-api-error-dialog a
{
color: blue;
}
#wpgmza-google-api-error-dialog .wpgmza-documentation-buttons
{
float: right;
}
#wpgmza-google-api-error-dialog .wpgmza-documentation-buttons a
{
color: #444444;
background: #F3F3F3;
border: 1px #DADADA solid;
padding: 5px 10px;
border-radius: 2px;
cursor: pointer;
font-size: 9pt;
outline: none;
}
#wpgmza-google-api-error-dialog .wpgmza-documentation-buttons a:hover {
border: 1px #C6C6C6 solid;
box-shadow: 1px 1px 1px #EAEAEA;
color: #333333;
background: #F7F7F7;
}
#wpgmza-google-api-error-dialog .wpgmza-documentation-buttons a:active {
box-shadow: inset 1px 1px 1px #DFDFDF;   
}
#wpgmza-google-api-error-dialog .wpgmza-documentation-buttons a i
{
font-weight: bold;
padding-right: 0.3em;
}
#wpgmza-google-api-error-dialog .wpgmza-front-end-only
{
color: red;
font-size: 0.8em;
}
.wpgmza-google-html-overlay
{
position: absolute;
}