/*
Theme Name: STRLE SVETILA
Description: Template made specialy for the Strle svetila by <a href="http://www.studiotibor.com" target="_blank">Studio Tibor</a>
Author: Studio Tibor
Version: 1.0
Copyrights: 2014 All Rights Reserved
*/

/*====================================================
	CUSTOM FONTS
====================================================*/


/*====================================================
	GENERAL
====================================================*/
/* http://timkadlec.com/2012/10/ie10-snap-mode-and-responsive-design/ */
@-ms-viewport{ width: device-width; }


body, html { color: #828282; /*#3C3C3C;*/ }


/* Selections */
*::-moz-selection {
	color: inherit;
}
*::selection {
	color: inherit;
}

button:focus { outline:0 !important; }



.center {
	text-align: center !important;
}
/* http://css-tricks.com/snippets/css/clear-fix/ */
.clear {
	clear: both;
	font-size: 1px  !important;
	height: 0px; 
	overflow: visible !important;
	overflow: hidden;
}


.group:after {
	content: "";
	display: table;
	clear: both;
}


.skip-link, .screen-reader-text {
    color: #000000 !important;
    left: -9000px;
    position: absolute;
}

.noBorder,
.noBorder:link,
.noBorder:visited,
.noBorder:hover
{
	border: none !important;
}

.noShadow {
	box-shadow: none !important;
	
	-webkit-box-shadow: none !important;	/* Saf3.0+, Chrome */
	-moz-box-shadow: none !important;		/* FF3.5 - 3.6 */
	box-shadow: none !important;			/* Opera 10.5, IE9, FF4+, Chrome 10+ */
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(enabled = false)" !important;
}

.hidden {
	display: none;
	visibility: hidden;
}

.invisible {
	visibility: hidden;
}



/* Disable clicks on hyperlink. E.g. currently selected image in the gallery,... */
a.no-click {
	pointer-events: none;
	cursor: default;
}
a[no-click] {
	pointer-events: none;
}



.right { text-align: right; }



/*---------------------------------------------*/
a,
a:link,
a:visited
{
	color: #828282; /*#3C3C3C;*/
	text-decoration: none;
	border-bottom: #828282 solid 1px; /*#3C3C3C*/
}
a:hover {
	color: #ED1665;
	text-decoration: none;
	border-bottom: #ED1665 solid 1px;
}

a.social-icon-main,
a.social-icon-main:link,
a.social-icon-main:visited
{
	border-bottom: none;
}
a.social-icon-main:hover {
	border-bottom: none;
}




.disabled {
	pointer-events: none;

	zoom: 1;
	filter: alpha(opacity=10);

	-webkit-opacity: 0.1;
	-moz-opacity: 0.1;
	opacity: 0.1;
}


/*----------------------------------------------------
	FORMS
----------------------------------------------------*/
/* align checkboxes, radios, text inputs with their label */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; /**vertical-align: baseline;*/ }
.ie6 input { vertical-align: text-bottom; }

/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button, select { cursor: pointer; }
/*li:hover {cursor: pointer;}*/




/*====================================================
	FONTS OVERRUN
====================================================*/
body,
h1, h2, h3, h4, h5, h6,
p,
.navbar,
.btn,
#form-main input, #form-main textarea, .comment-form input, .comment-form textarea,
#form-main .form-submit input, #submit,
.tagcloud a,
.form-404 input,
.pagination ul>li>a, .pagination ul>li>span,
.shop-search input,
.shop-select, .shipping_calculator select,
#portfolio-filter li a, #shop-filter li a,
.wpcf7 input[type="text"],.wpcf7 input[type="email"],.wpcf7 textarea
{
	/*font-family: "Asap", sans-serif;*/
	font-family: 'Source Sans Pro', sans-serif;
}




/*====================================================
	HEAD
====================================================*/
header {
	position: relative;
	z-index: 99999;
}

a.svgLogo {
	position: relative;
	display: inline-block;
	border: none;

	margin-right: 15px;
}
a.svgLogo:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left:0;
}
.svg.headline {
	margin-top: 2px;
}

.navbar .nav > li > a {
	/*padding:15px 25px 15px 25px;*/
	padding: 15px 15px 15px 15px;
	/*padding: 13px 10px 13px 10px;*/
}

.navbar .nav > li.color > a {
	color: #000;
	background-color: #F79420;
}

.navbar .nav li ul li a {
	line-height: 30px;
	padding-left: 10px;
	border: none;
}


.navbar .nav > li.current-menu-item > a,
.navbar .nav > li.current-menu-item > a:hover,
.navbar .nav > li.current-menu-item > a:focus,
.navbar .nav > li.current-menu-parent > a,
.navbar .nav > li.current-menu-parent > a:hover,
.navbar .nav > li.current-menu-parent > a:focus,

.navbar .nav > li.current-menu-ancestor > a,
.navbar .nav > li.current-menu-ancestor > a:hover,
.navbar .nav > li.current-menu-ancestor > a:focus,

.navbar .nav > li.current-page-ancestor > a,
.navbar .nav > li.current-page-ancestor > a:hover,
.navbar .nav > li.current-page-ancestor > a:focus,

.navbar .nav > li.current-product_cat-ancestor > a,
.navbar .nav > li.current-product_cat-ancestor > a:hover,
.navbar .nav > li.current-product_cat-ancestor > a:focus,
.navbar .nav > li.current-product-ancestor > a,
.navbar .nav > li.current-product-ancestor > a:hover,
.navbar .nav > li.current-product-ancestor > a:focus,
.navbar .nav > li.current-portfolio-ancestor > a,
.navbar .nav > li.current-portfolio-ancestor > a:hover,
.navbar .nav > li.current-portfolio-ancestor > a:focus
{
	color: #fff;
	border-top: 1px #3C3C3C solid;
	border-bottom: 0px #3C3C3C solid;
	border-left: 1px #3C3C3C solid;
	background-color:#3C3C3C;
}
.navbar .nav > li:hover > a {
	color: #9E9E9E;
	background-color: #3C3C3C;
	border-left: 1px #3C3C3C solid;
	border-bottom: 0px #CDCDCD solid;
	border-top: 1px #3C3C3C solid;
}

.navbar .nav li:hover ul {
	color: #9E9E9E;
	background-color: #3C3C3C;
	border-left: 0px #3C3C3C solid;
	border-right: 0px #3C3C3C solid;
	border-bottom: 0px #3C3C3C solid;
}

.navbar .nav > li.current-menu-item:hover a {
	background-color: #3C3C3C;
	border-left: 0px #3C3C3C solid;
	border-bottom: 0px #3C3C3C solid;
	border-top: 0px #3C3C3C solid;
}



.navbar .nav li ul li.current-product-ancestor > a,
.navbar .nav li ul li.current-portfolio-ancestor > a
{
	color:#fff!important;
}




/*====================================================
	CONTENT
====================================================*/




/*----------------------------------------------------
	GENERAL content
----------------------------------------------------*/
h2, h2 a {
	text-decoration: none;
}

h4, h4 a {
	color: #000;
}

h5, h5 a {
	text-transform: none;
	padding-bottom: 0;
	margin-bottom: 10px;
}

h1 span, h1 span a,
h2 span, h2 span a,
h3 span, h3 span a,
h4 span, h4 span a,
h5 span, h5 span a
{ color: #828282; }



h2.item-name, h1.product_title {
	text-decoration: none;
}

h5.subTitle .designer a,
h5.subTitle .designer a:hover,
h5.subTitle .designer a:focus
{
	color: #9E9E9E;
	border-bottom: #9E9E9E solid 1px;
}
h5.subTitle .designer a:hover {
	color: #ED1665;
	text-decoration: none;
	border-bottom: #ED1665 solid 1px;
}



.pagination .current { color: #ED1665; }
.pagination.top { margin: 0 0 20px 0; line-height: 100%; min-height: 22px; }
.pagination.top ul { margin: 0; }
.pagination.top ul>li>a, .pagination.top ul>li>span { line-height: 100%; }



/*----------------------------------------------------
	SINGLE content
----------------------------------------------------*/



/*----------------------------------------------------
	PROJECT content
----------------------------------------------------*/
.project-heading h1, .project-heading-2 h1 {
	padding: 0;
	font-size: 22px;
}


/*====================================================
	FOOTER
====================================================*/
.entiri-footer-text {
	text-align: left;
}




/*====================================================
	WOOCOMMERCE
====================================================*/
.item-price del {
	color: #3C3C3C;
}
.item-price ins {
	color: #ED1665;
	text-decoration: none;
}


/*----------------------------------------------------
	Archive / Index
----------------------------------------------------*/
.img-container-subimage {
	padding: 0;
	overflow:hidden;
	border-top: 0px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	background: #FAFAFA;
}

.img-container-text {
	padding: 15px 22px 15px 22px;
	min-height: 60px;   /*41px;*/
}

.img-container-text h4,
.img-container-text h4 a
{
	font-size:17px;
}



.img-container-text a,
.img-container-text a:link,
.img-container-text a:visited
{
	border-bottom: none;
}
.img-container-text a:hover {
	border-bottom: none;
}


.img-container-image-shop .hot {
	background-color: #F79420;
}
.featured .img-container-image-shop:after {
	content: "NEW";
	color: #F79420;
	font-size: 18px;
	line-height: 0;

	display: block;
	position: relative;
	top: -17px;
	left: 21px;
}

.img-container-text .item-price {
	margin-top: 5px;
}
.img-container-text .item-price ins {
	font-size: 18px;
}


/*----------------------------------------------------
  Shop filter
----------------------------------------------------*/
#shop-filter { margin: 0; }
#shop-filter li {
	padding: 6px 0px 6px 0px;
}

#shop-filter li a {
	padding: 6px 15px;
}


#shop-filter li.current-menu-item a,
#shop-filter li.current-menu-parent a,

#shop-filter  li.current-page-ancestor > a
{
	color:#fff;
	background: #3C3C3C;
	border: 1px solid transparent;
	text-decoration:none;
}


/*----------------------------------------------------
	Single
----------------------------------------------------*/
.nav-tabs li a {
	padding: 10px 15px;
}

.single-product h5.subTitle.product {
	margin-top: -20px;
}

.single-product .item-price del {
	color: #9F9F9F;
	font-size: 20px;
}



/*----------------------------------------------------
	Gallery
----------------------------------------------------*/
.shop-product-slider > li {     /*Prevent images "blink" on loading */
	filter: alpha(opacity=0);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}


.rs-thumb-wrap > a {
	border: #CECDCC solid 1px !important;

	width: 110px;
	height: 71px;
	margin: 0 5px 6px 0;
}


.pp_overlay     { z-index: 900000 !important; }
.pp_pic_holder  { z-index: 900100 !important; }


.images a,
.images a:link,
.images a:visited,
.pp_pic_holder a,
.pp_pic_holder a:link,
.pp_pic_holder a:visited
{
	border-bottom: none;
}
.images a:hover,
.pp_pic_holder a:hover
{
	border-bottom: none;
}

div.pp_default .pp_expand { /* Workaround */
	pointer-events: none;
	cursor: default;

	filter: alpha(opacity=0);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;

}




/*----------------------------------------------------
	TABS & TAB CONTENT
----------------------------------------------------*/
.tab-content {
	border: none;
	border-top: #CCC solid 1px;

	padding: 30px 30px 30px 0;

	color: #3C3C3C;
}


.tab-content section { margin-bottom: 20px; font-size: 13px; }
.tab-content section h1 {
	font-size: 13px;
	font-weight: normal;
	color: #828082;

	padding: 0;
}


ul.files {
	margin-left: 0;

	list-style: none;
	list-style-position: outside;
}


ul.files li.icon a:before {
	content: "";
	display: inline-block;
	height: 30px;
	padding-left: 35px;
	background: url("../_images/wireframe/icons.png") no-repeat top left;
	vertical-align: middle;
}


ul.files li.word a:before     { background-position: 0 -50px; }
ul.files li.excel a:before    { background-position: 0 -100px; }
ul.files li.img a:before      { background-position: 0 -150px; }
ul.files li.pdf a:before      { background-position: 0 -200px; }
ul.files li.txt a:before      { background-position: 0 -250px; }

ul.files li,
ul.files li a
{
	font-size: 20px;
	border: 0;
	margin-bottom: 10px;
}



/*===================================================
	PAGE
===================================================*/
.pageGallery {
	margin-bottom: 30px;
}


/*===================================================
	MEDIJI
===================================================*/
.medijiWrap .img-container {
	margin-bottom: 30px;
}


/*===================================================
	HOME & BLOG
===================================================*/
.archive h1 a, .archive h1 a:link, .archive h1 a:visited,
.archive h2 a, .archive h2 a:link, .archive h2 a:visited,
.archive h3 a, .archive h3 a:link, .archive h3 a:visited,
.archive h4 a, .archive h4 a:link, .archive h4 a:visited,

.home h1 a, .home h1 a:link, .home h1 a:visited,
.home h2 a, .home h2 a:link, .home h2 a:visited,
.home h3 a, .home h3 a:link, .home h3 a:visited,
.home h4 a, .home h4 a:link, .home h4 a:visited
{
	border: 0;
	text-decoration: none;
}

.home h1,
.home h2,
.home h3,
.home h4
{ color: #828282; }


.blog-container-text h1 {
	font-size: 22px;
}

.single-post .project-all {
	margin: 3px 0 0 0;
}

.single-post .blog-container-pagging {
	height: auto;
}


/*----------------------------------------------------
	Other blog posts
----------------------------------------------------*/
.img-container-image:hover img, .img-container-image-2:hover img {
	-moz-opacity:1; filter:alpha(opacity=100);
	opacity:1; -khtml-opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	transform: scale(1.2,1.2);
	-ms-transform: scale(1.2,1.2);
	-webkit-transform: scale(1.2,1.2);
}


.img-container-image a, .img-container-image-2 a {
	position: static;
	top: inherit;
	left: inherit;
	width: inherit;
	height: inherit;
	border: none;
	-moz-opacity: 100; filter:alpha(opacity=100); opacity:100; -khtml-opacity:100;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	text-align: inherit;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

.img-container-image .title, .img-container-image-2 .title {
	position: absolute;
	top: 50%;
	left: 5%;
	width: 90%;
	height: 40px;
	border: 0;

	text-align: center;

	color: #fff;

	-moz-opacity:0; filter:alpha(opacity=0); opacity:0; -khtml-opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	text-align:center;
	-webkit-transition: 0.7s ease-in-out;
	-moz-transition: 0.7s ease-in-out;
	-ms-transition: 0.7s ease-in-out;
	-o-transition: 0.7s ease-in-out;
	transition: 0.7s ease-in-out;

}

.img-container-image:hover .title, .img-container-image-2:hover .title, .img-container-image-3 .overlay:hover .title {
	-moz-opacity:1;
	filter:alpha(opacity=100);
	opacity:1;
	-khtml-opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";


	/* Click through */
	pointer-events: none;
	cursor: default;
}




/*====================================================
	RS (RefineSlide) - image modul
====================================================*/
.rs-wrap .rs-caption.rs-bottom h4 {
	color: #858585;
}

.rs-arrows {
	/*enable clickthrough */
	pointer-events: none;
	cursor: default;


	position: absolute;
	z-index: 9999;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;


	zoom: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-khtml-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;

	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	-ms-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;


	font-family:FontAwesome;
	font-weight:bold;
	font-style:normal;
	font-size:22px;
}

.rs-arrows .rs-next,
.rs-arrows .rs-prev
{
	/*enable clickthrough */
	pointer-events: auto;
	cursor: pointer;

	display: table-cell;
	vertical-align: middle;

	top: 0;
	width: 90px;
	height: 100%;
	line-height: 50px;

	background-image: none;
	/*background: rgba(0,0,0,0.8);*/
	background: none;

	border: 0;
}

.rs-arrows .rs-next { right: 0; }
.rs-arrows .rs-prev { left: 0; }

.rs-arrows .rs-next i,
.rs-arrows .rs-prev i
{
	display: inline-block;

	color:#fff;
	width: 50px;
	height: 50px;
	margin-left: 20px;
	margin-right: 20px;

	top: 43%;
	background: rgba(0,0,0,0.8);

	text-indent: 0px;
	font-size: 22px;
	font-weight: bold;
}

.hover .rs-arrows {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
.rs-wrap a.rs-prev:hover, .rs-wrap a.rs-next:hover { background: none; border: 0; }

.hover a.rs-prev i, .hover a.rs-next i { background: rgba(0,0,0,0.8); border: 0; }
.hover a.rs-prev:hover i , .hover a.rs-next:hover i { color: #fff; border: 0; }



/*====================================================
	Nivo Slider - image modul
====================================================*/
/* Direction nav styles (e.g. Next & Prev) */
.middleNav .nivo-directionNav {
	/*enable clickthrough */
	pointer-events: none;
	cursor: default;


	position: absolute;
	z-index: 9999;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;


	zoom: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-khtml-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;

	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	-ms-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;


	font-family:FontAwesome;
	font-weight:bold;
	font-style:normal;
	font-size:22px;

}

.middleNav a.nivo-prevNav,
.middleNav a.nivo-nextNav
{
	/*enable clickthrough */
	pointer-events: auto;
	cursor: pointer;

	display: table-cell;
	vertical-align: middle;

	top: 0;
	width: 90px;
	height: 100%;
	line-height: 50px;

	background-image: none;
	/*background: rgba(0,0,0,0.8);*/
	background: none;

	border: 0;
}

.middleNav a.nivo-prevNav { left: 0; }
.middleNav a.nivo-nextNav { right: 0; }


.middleNav a.nivo-prevNav i,
.middleNav a.nivo-nextNav i
{
	display: inline-block;

	color:#fff;
	width: 50px;
	height: 50px;
	margin-left: 20px;
	margin-right: 20px;

	top: 40%;
	background: rgba(0,0,0,0.8);

	text-indent: 0px;
	font-size: 22px;
	font-weight: bold;
}


.middleNav.hover .nivo-directionNav {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
.middleNav a.nivo-prevNav:hover, .middleNav a.nivo-nextNav:hover { background: none; border: 0; }

.middleNav.hover a.nivo-prevNav i, .middleNav.hover a.nivo-nextNav i { background: rgba(0,0,0,0.8); border: 0; }
.middleNav.hover a.nivo-prevNav:hover i , .middleNav.hover a.nivo-nextNav:hover i { color: #fff; border: 0; }





/*====================================================
	MISC - Icons, ...
====================================================*/
.project-all .icon-th {
	font-size: 14px;
}


/* NewsletterSubscribe */
.button.newsletterSubscribe {
	border: #CCC solid 1px;
	background-color: #FAFAFA;

	padding: 3px 6px;

	margin-top: 50px;
}

.button.newsletterSubscribe i {
	margin-right: 4px;
	padding-right: 6px;
	border-right: #828282 solid 1px;
}

.button.newsletterSubscribe a,
.button.newsletterSubscribe a:link,
.button.newsletterSubscribe a:visited,
.button.newsletterSubscribe a:hover {
	text-decoration: none;
	border-bottom: none;
}


/* PhoneCall */
.button.phoneCall {
	border: #CCC solid 1px;
	background-color: #FAFAFA;

	padding: 3px 6px;

	margin-top: 50px;
	margin-right: 15px;
}

.button.phoneCall i {
	margin-right: 4px;
	padding-right: 6px;
	border-right: #828282 solid 1px;
}

.button.phoneCalle a,
.button.phoneCall a:link,
.button.phoneCall a:visited,
.button.phoneCall a:hover {
	text-decoration: none;
	border-bottom: none;
}


/*====================================================
	Suppliers Logos - Ueed in "footer"
====================================================*/
.suppliersLogos { margin: 15px 0 0 0; border-top: #CCC solid 1px; }
.suppliersLogos .logo { float: left; }
.suppliersLogos .client { margin-bottom: 0; }
.suppliersLogos a { border: 0; }



/*====================================================
	Footer
====================================================*/
ul.nav.footer,
ul.nav.footer li,
ul.nav.footer li a
{
	display: inline;
	border: 0;
	margin-left: 5px;
}

ul.nav.footer { margin-left: 0; }

ul.nav.footer li.current-menu-item a {
	color: #ED1665;
}

.nav>li>a:hover,
.nav>li>a:focus {
	background: none;
}



/*====================================================
	RESPONSIVE
====================================================*/


@media (max-width: 1200px) {
	.row .product.first article { margin-left: 20px; }
}

/*
@media (max-width: 980px) {
	.row .product.first article { margin-left: 20px; }
}
*/

@media (max-width: 767px) {
	#shop-filter { display: none; }
	.row .product.first article { margin-left: 0; }
	.footer h4 { padding: 28px 0 0 0; }


	ul.nav.footer,
	ul.nav.footer li {
		display: block;
		margin-left: 0;
		font-size: 14px;
	}

	ul.nav.footer { margin-bottom: 20px; }
}


@media (max-width: 767px) {
	.entry-content > .row > .span3,
	.entry-content > .row > .span4
	{
		margin-bottom: 30px;
	}
}

