@import url("../webfonts/Chivo_Regular/stylesheet.css");
/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
@font-face {
    font-family: SegoeScript;
    src: url("../fonts/SegoeScript.eot") /* EOT file for IE */
}

@font-face {
    font-family: Lato-Light;
    src: url("../fonts/Lato-Light.eot") /* EOT file for IE */
}

@font-face {
    font-family: SegoeScript;
    src: local('SegoeScript'), url("../fonts/SegoeScript.ttf") format("truetype");/* TTF file for CSS3 browsers */
}

@font-face {
    font-family: Lato-Light;
    src: local('Lato-Light'), url("../fonts/Lato-Light.ttf") format("truetype");/* TTF file for CSS3 browsers */
}

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
	vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
	font-family: Arial, Helvetica, sans-serif;
}

.wrapper {
    width: 90%;
    margin: 0 5%;
}

/* ===================
    ALL: Orange Theme
   =================== */

.header-container {
	height: 90px;
    /* border-bottom: 20px solid #e44d26; */
}

.footer-container,
.main aside {
/*    border-top: 20px solid #e44d26; */
}

.header-container,
.footer-container,
.main aside {
    background: #ffffff;
}

.title {
    color: #000000;
}

/* ==============
    MOBILE: Menu
   ============== */

nav ul {
    margin: 0;
    padding: 0;
}

nav a {
    display: block;
    margin-bottom: 10px;
    padding: 15px 0;

    text-align: center;
    text-decoration: none;
    font-weight: bold;

    color: white;
    background: #e44d26;
}

nav a:hover,
nav a:visited {
    color: white;
}

nav a:hover {
    text-decoration: underline;
}

/* ==============
    MOBILE: Main
   ============== */

.main {
	padding: 0;
	min-height: 100%;
}

.main article h1 {
    font-size: 2em;
}

.main aside {
    color: white;
    padding: 0px 5% 10px;
}

.footer-container footer {
	color: #000000;
	padding: 20px 0;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

/* ====================
    INTERMEDIATE: Menu
   ==================== */

    nav a {
        float: left;
        width: 27%;
        margin: 0 1.7%;
        padding: 25px 2%;
        margin-bottom: 0;
    }

    nav li:first-child a {
        margin-left: 0;
    }

    nav li:last-child a {
        margin-right: 0;
    }

/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    nav ul li {
        display: inline;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }
}

@media only screen and (min-width: 768px) {

/* ====================
    WIDE: CSS3 Effects
   ==================== */

    .header-container,
    .main aside {
/*        -webkit-box-shadow: 0 5px 10px #aaa;
           -moz-box-shadow: 0 5px 10px #aaa;
                box-shadow: 0 5px 10px #aaa;
*/
    }

/* ============
    WIDE: Menu
   ============ */

    .title {
        float: left;
    }

    nav {
        float: right;
        width: 38%;
    }

/* ============
    WIDE: Main
   ============ */

    .main article {
        float: left;
        width: 57%;
    }

    .main aside {
        float: right;
        width: 28%;
    }
}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

    .wrapper {
	width: 1100px; /* 1140px - 10% for margins */
	margin: 0 auto;
	padding-left: 20px;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

#logo {
	position: relative;
	float: left;
	margin-right: 10px;
	width: 150px;
}

#left-spacer {
	position: relative;
	float: left;
	width: 150px;
	min-height: 100%;
	margin-right: 10px;
	overflow: hidden;
}

#home-banner {
	background-image: url(../images/banners/homebanner.png);
	float: left;
	height: 310px;
	width: 800px;
	position: relative;
	padding: 8px;
	background-position: left top;
	background-size: 816px 326px;
}

#bottom-column {
	float: left;
	height: 206px;
	width: 800px;
	position: relative;
	padding: 6px 8px;
	margin-top: 14px;
	background-image: url(../images/banners/bottombanner.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-size: 408px 218px;
}

#bottom-column-opsto {
	float: left;
	height: 100%;
	width: 800px;
	position: relative;
	padding: 6px 8px;
	margin-top: 14px;
}
#bottom-column-left {
	float: left;
	height: 185px;
	width: 370px;
	position: relative;
	padding: 10px;
}

#bottom-column-right {
	float: left;
	height: 185px;
	width: 370px;
	position: relative;
	padding: 10px;
	margin-left: 20px;
}

#bottom-column-products {
	float: left;
	width: 800px;
	position: relative;
	padding: 6px 8px;
	margin-top: 14px;
}

#smooth-menu {
	position: relative;
	margin-left: 30px;
	/*text-shadow: 1px 1px 1px #999;*/
}

#smooth-menu a, #smooth-menu a:link, #smooth-menu a:visited {
	text-decoration:none;
}
#smooth-menu a:hover {
	text-decoration: underline;
}

#smooth-menu ul, li {
	list-style-type:none;
	margin:0;
	padding:0;
}

#smooth-menu li ul li {
	list-style-image: url(../images/banners/arrowmenu.png);
	list-style-position: inside;
	list-style-type: none;
	padding-bottom: 5px;
}

#bottom-banner-img {
	margin-bottom: 10px;
}

#bottom-banner-rectangle-left, #bottom-banner-rectangle-right {
	background-repeat: no-repeat;
	float: left;
	height: 31px;
	width: 366px;
	padding: 2px;
}

#bottom-banner-rectangle-left{
	background-image: url(../images/banners/bcg-left.jpeg);
}

#bottom-banner-rectangle-right{
	background-image: url(../images/banners/bcg-right.jpeg);
}

.bottom-title-big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: 100;
	color: #878786;
}

.main-product-category-desc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 100;
	color: #878786;
	margin: 0.83em 0;
}

.read-more {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 100;
	color: #1A1A18;
	text-decoration: none;
	line-height: 26px;
	padding-top: 3px;
	cursor:pointer;
}
.read-more:hover {
	color: #878786;
}

.footer-links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 100;
	text-decoration: none;
	color: #1A1A18;
	margin-left: 168px;
}

.footer-links a, .footer-links a:link, .footer-links a:visited {
	text-decoration:none;
	color: #1A1A18;
}

.footer-links a:hover {
	color: #878786;
}


#home-banner-products {
	background-image: url(../images/banners/dotted-frame.png);
	float: left;
	height: 310px;
	width: 800px;
	position: relative;
	padding: 8px;
	background-position: left top;
	background-size: 816px 326px;
	background-repeat: no-repeat;
	margin-bottom: -1px;
}

#main-product-row {
	float: left;
	height: 545px;
	width: 800px;
	position: relative;
	padding: 6px 8px;
	margin-top: 0px;
	background-image: url(../images/banners/dotted-frame_big.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 816px 545px;
}

#product-column-left {
	float: left;
	height: 100%;
	width: 100%;
	position: relative;
	padding: 0px;
	margin-top: 30px;
}

#product-column-right {
	float: left;
	height: 300px;
	width: 370px;
	position: relative;
	padding: 10px;
	margin-left: 0px;
	padding-left: 20px;
}

.product-title-heading {
	font-family: Lato-Light,Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: 400;
	color: #878786;
	text-transform: uppercase;
	margin-bottom: 10px;
	float: left;
}

.product-title-text {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: 100;
	color: #878786;
	font-style: normal;
	font-variant: normal;
	line-height: normal;
	float: left;
}

.krugce-video {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 100;
	background-image: url(../images/banners/krugce-video.gif);
	background-repeat: no-repeat;
	padding: 33px 20px 1px;
	float: left;
	height: 98px;
	width: 60px;
	margin-top: 200px;
	text-align: center;
}

.krugce-video a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 800;
	text-decoration:none;
	color: #FFFFFF;
}
.krugce-video a:hover {
	text-decoration: underline;
	color: #878786;
}

.fashions-text {
	position: relative;
	float: left;
	width: 650px;
	height: 29px;
	padding: 3px 10px;
	margin-left: 10px;
	background-color: #EBCCD9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: 100;
	color: #878786;
}


#specifikacii div ul {
	margin: 0px;
	padding: 0px;
}

#specifikacii table {
	empty-cells: hide; 
	background-color: #EBCCD9;
	height: 100%;
	text-align: center;
	width: 670px;
	margin: 0px auto;
	border-collapse: separate;
	border-spacing:2px;
}

#specifikacii th { 
	background-color: #FFFFFF;
	font-weight: 400;
	height: 25px;
	padding: 5px;
}

#specifikacii td { 
	height: 50px;
	padding: 5px;
	vertical-align: top;
}

.product-title-text table {
	empty-cells: hide; 
	background-color: transparent;
	height: 25px;
	text-align: center;
	width: 690px;
	margin: 0px auto;
	border-collapse: collapse;
	border-spacing:0px;
	color: #878786;
	margin-left: 10px;
}

.product-title-text th { 
	background-color: transparent;
	font-weight: 400;
	height: 25px;
	padding: 0px;
}

.product-title-text td { 
	width: 115px;
	height: 25px;
	padding: 0px;
	vertical-align: top;
}

/*set a border on the images to prevent shifting*/
#gal1 img {
	border:0px solid white;
}

#img_01 {
	position:relative;
	float:left
}

/*Change the colour*/
.active img{
	border:0px solid #333 !important;
}

.zoom-wrapper { 
	background-color: #F7F7F7;
	border: 0px solid #E0E0E0;
	border-radius: 10px;
	padding: 10px;
}

/* .zoomWindow { background-size:  600px 600px !important; } da se trgne ako ima ubavi golemi sliki */
#gal1 { 
	position: relative;
	float: left;
	background-image: url("../images/banners/homebanner.png");
	background-position: 0% 0%;
	background-repeat: no-repeat;
	background-size: 710px 230px;
	width: 690px;
	height: 210px;
	overflow: hidden;
	padding: 10px;
	margin: -15px 45px 0px 45px;
}

.zoomWindowContainer { display:none !important;}
.zoomLens {
	background-image: url(../images/banners/ZoomSmallIconLeft.png) !important;
	background-size: 32px 32px !important;
	background-origin:content-box !important;
	background-position:top left !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-color: transparent !important;
	opacity: 1 !important;
	border: none !important;
	cursor: none
}

/* -------- all product thumbnails and thumnail grids--------  */

.productGridListCaption
{
    font: 400 10px "Helvetica", "Arial", "sans-serif";
    text-align:center;
    width:90%;
    position:relative;
    left:11px;
}

.productGridListDIV a
{
	color:#1A1A18; /* graco black */
	text-decoration:none;
	cursor:pointer;
}

.productGridListDIV a:hover
{
  text-decoration:none;
  color:#878786;
}

.productGridListDIV
{
	float:left;
	width:136px;
	height:163px;
	margin:10px;
	margin-top:20px;
	/* background:#FFFFFF url('../images/banners/productThumbBG.jpg') no-repeat top center fixed; */
}

.productGridListDIV img
{
	border-bottom-color: #000000;
	border-bottom-width: 5px;
	border-left-color: #000000;
	border-left-width: 5px;
	border-right-color: #000000;
	border-right-width: 5px;
	border-top-color: #000000;
	border-top-width: 5px;
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	margin: 0px;
	position: relative;
	left: 12px;
	top: 12px;
}


.productGridShadow
{
	position:relative;
	left:0px;
	top:0px;
	background-image:url('../images/banners/productThumbBG.jpg'); 
	width:136px;
	height:163px;
}

/* ----------------------------End all product thumbnails and thumnail grids -------------------------------- */
