/* 
    Document   : style
    Created on : 05.03.2014., 21:27:58
    Author     : Dario
    Description:
        Purpose of the stylesheet follows.
*/
* { margin: 0; padding: 0; }
.margin-bottom-20{
    margin-bottom:20px;
}
a {
    cursor:pointer;
}
html, body
{
    height: 100%;
}
html {
    width: auto !important;
    overflow-x: hidden !important;
}
.padding-left-right0{
    padding-left:0px;
    padding-right:0px;
}
.padding-left0{
    padding-left:0px;
}
.padding-left-30{
    padding-left:30px;
}
.mobile-button-menu{
    display: none;
}

.padding-right-30{
    padding-right:30px;
}
.padding-right0{
    padding-right:0px;
}
.margin-top-20{
    margin-top:20px;
}
.padding-left-0-right50{
    padding-right: 50px;
}
body {
    background-image:url("images/bg_tile.jpg");
    background-repeat: repeat;
    background-size: 100% 100%;
    margin:0px;
    text-align:center;
    /*font-family: Dense Regular;*/
    width: auto !important;
    overflow-x: hidden !important;
    height: 100%;
}
.content-home{
        margin-top: 15px;
        margin-bottom:15px;
    padding-top:30px;
    min-width:320px;
    max-width:960px;
    /*width:960px !important;*/
    background-color:whitesmoke;
    z-index: 1;
    float: none;
    padding-bottom:30px;
}
.content-gallery{
    min-width:320px;
    max-width:960px;
    /*width:960px !important;*/
    background-color:whitesmoke;
    float:inherit;
    min-height:525px;
}
.gallery-choose {
    min-width:320px;
    max-width:960px;
    /*width:960px !important;*/
    background-color:whitesmoke;
    float:inherit;
    min-height:110px;
}
.header-background {
    min-width:320px;
    max-width:960px;
    /*width:960px !important;*/
    background-color:whitesmoke;
    float:inherit;
    margin:0 auto;
}
.active-menu{
    color:#73B1B7;
}
.menu-bar{
    text-align: left;
}

#header {
    position: relative;
    z-index: 100;
    width: 100%;
    min-height: 70px;
}
.header-container
{
    max-width: 845px;
    min-width: 320px;
    position:	relative;
    margin-left:auto;
    margin-right:auto;
}
.header-logo{
    margin-top:35px;
}
.number-header{
	/*    padding-right:30px;*/
    margin-right: 5px;
    font-size: 20px;
    color: #758796;
    font-family:Dense Regular;
    margin-top: 10px;
    margin-bottom: 30px;
}

.footer-style {
    padding-top:15px;
    margin-top:15px;
    font-size: 20px;
    color: #758796;
    font-family:Dense Regular;
    margin-left: auto;
    margin-right: auto;
    max-width: 845px;
    padding-bottom: 15px;
}

.content-center {
    margin-left: auto;
    margin-right: auto;
    max-width: 845px;
    float: none;
}
ul.menu-nav {
    font-family: Dense Regular;
    font-size: 20px;  
    padding-left:0px;
    float: right;
}
ul.menu-nav li{
    display:inline-block;
    margin-right: 15px;
}
ul.menu-nav li:last-child{
    margin-right: 5px !important;
}
ul.menu-nav li:hover{
    display:inline-block;
    color:#73B1B7;
}
ul.menu-nav li a:hover{
    text-decoration: none;
    color:#73B1B7;
}
ul.menu-nav li a:active{
    text-decoration: none;
    color:#73B1B7;
}
ul.menu-nav span {
    color: #6f6f6f;
}
ul.menu-nav span:hover {
    color: #D85339;
}
ul.menu-nav > li  > a.active > span
{
	color: #D85339;
        font-style: italic;
        font-weight: bold;
}
ul.menu-nav span:active  {
    color:#73B1B7;
}
.slider-div{
    min-width: 280px;
    width:825px;
    max-height:345px;
    margin-left:auto;
    margin-right:auto;
}

.carousel-indicators .active {
    background-color: #73B1B7;
    width:14px;
    height:14px;
}
.carousel-indicators li{
    border:none;
    width: 14px;
    height: 14px;
    background-color:#f1e6e2;
    margin:0px;
}
.carousel-indicators.slider-nav {
    position: absolute;
    left: 70%;
    /* float: right; */
    z-index: 15;
    width: 100%;
    bottom: -10px !important;
    right: 10px;
    margin-left: -40%;
    text-align: center;
    list-style: none;
}
.title-desc{
    min-height: 60px;
    background-color: #65909A;
    width:92%;
    /*min-width: 825px;*/
    margin-top:10px;
    margin-left:auto;
    margin-right:auto;
    /*text-align:center;*/
}
.title-desc-contact{
    min-height: 60px;
    background-color: #3d2217;
    width:92%;
    /*min-width: 825px;*/
    margin-top:10px;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
}
.button-get-started{
    display: inline-block; 
    color:white; 
    margin-top: 30px;
    line-height: 30px;
    width: 100%;
}
.contact-get-started {
    display: inline-block; 
    color:white; 
    margin-top: 15px;
    line-height: 30px;
    text-align: left;
    padding-left:20px;
    font-size:25px;
}
.redslika {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#contact-form{
    width:92%;
    margin-left:auto;
    margin-right:auto;
    text-align: left;
}
.button-get-started a{
    color:white;   
    /*display: inline-block;*/
    width:120px;
    height: 29px;
    /*background-image:url("images/triangle-white.png");*/
    background-repeat: no-repeat;
    background-position: 90% 5px;
    background-color: #65909A;
    font-size:23px;
    text-align: center;
    padding-left:5px;
    cursor: pointer;

}
#contact-form .button-get-started a{
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px !important;
}
.button-get-started a:hover{
    text-decoration: none;
    color:white;
}
.button-get-started span {
    text-align: center;
    font-size:30px;
}
.button-get-started em{
    font-size: 22px;
}
.item-box{
    text-align: center;
    overflow: hidden; 
    width: 100%;
}

.content-box {
    max-width: 900px;
    min-width: 210px;
    width: 217px;
    z-index: 5;
    min-height: 225px;
    display: inline-block;
    /* margin-top: 20px; */
    padding: 10px 10px 20px 10px;
    /* background: #ebd1a5 url("images/title-content.png"); */
    /* background-image: url("images/title-content.png"),url("images/box-background.png"); */
    margin-bottom: 5px;
    background-image: url("images/title-content.png");
    background-repeat: no-repeat;
    background-position: 50% 8px;
    margin-left: -9px;
    background-size: 100%;
    position: relative;
}

.content-box-wrap{
    max-width: 200px;
    min-width: 185px;
    width: 199px;
    z-index: 7;
    display: inline-block;
    background-color: #e3ecec;
    //background-image: url("images/box-background.png");
    background-repeat: repeat;
    box-shadow: 2px 2px 5px #888888;
    position: relative;
    height: 297px;
    margin-top: 8px;
    margin-bottom: 5px;
}
.content-box-about {
    /*max-width: 410px;*/
    background-color:#e3ecec;
    /*min-width:200px;*/
    /*min-height:375px;*/
    display:inline-block;
    margin-top:20px;
    padding:10px 10px 20px 10px;
    box-shadow: 2px 2px 5px #888888; 
    margin-bottom: 30px;
}
.center-content{
    margin-left: auto;
    margin-right: auto;
}
article p{
    font-size:16px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.title-item-box{
    font-size: 30px;
    font-family: Dense Regular;
}

.slide-container{
    height: 120px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    margin-left:auto;
    margin-right:auto;
}
.slide-image {
    width: 100%;
    position: relative;
}
.carousel-control.left{
    background-image:url("images/left-slide.png");
    background-repeat: no-repeat;
    background-color:#ebdcc2;
}
.carousel-control.right{
    background-image:url("images/right-slide.png");
    background-repeat: no-repeat;
    background-color:#ebdcc2;
}
.slide-item{
    width:20%;
}
.subscription{
    min-width: 230px;
    min-height: 30px;
    padding-top:0px;
}
.err-msg{
    color: #E43333;
    text-align: left;
    font-size: 16px !important;
    font-style: italic;
}
.subscription.email-subsc{
    min-width:230px;
}
.subscription.captcha-input{
    min-width:140px;
}
textarea.subscription {
    font-size: 20px;
    padding-left: 5px;
}
.success-message {
    color: green !important;
    font-style: italic;
    font-weight: bold;
}
.btn {
    background: #e3ecec;
}
#contact-form p {
    font-size: 16px;
    color:black;
    padding-top:15px;
}
#contact-form span {
    font-size:28px;
    padding: 10px;
}
input[type="text"].subscription{
    font-size: 20px;
    padding-left:5px;
    width: 100%;
    height: 35px;
}
.subscription::-webkit-input-placeholder{
    color: lightgray;
    opacity: 1 !important;
    font-size: 18px;
    padding-top:2px;
    padding-bottom:2px;
    font-style: italic;

}
p {
        text-shadow: 0 1px white;
}
.new-arrivals{
    margin-bottom: 15px;
    position: relative;
}
.gallery-container{
    width:825px;
    max-width: 825px;
    margin:auto;
}
.gallery-button-left{
    display:table-cell;
    float:left;
    margin-top: 25px;
}
.gallery-button-right{
    display:table-cell;
    float:right;
    margin-top:-70px;
}
.footer-content{
    min-height: 60px;
    position: relative;
    margin-top:20px;
    background-color: whitesmoke;
    float:inherit;
    max-width: 960px;
    min-width: 320px;
    margin-left:auto;
    margin-right:auto;
}

.footer-image-ruler {
	/*    margin-left:auto;
		margin-right:auto;
		text-align: center;
		margin-top:10px;*/
    background-image: url("images/horizontal-ruler.png");
    background-position: top left;
    margin-top: 20px;
    min-height:2px;
    width:100%;
}
.about-image-ruler{
    background-image: url("images/horizontal-ruler.png");
    background-position: top left;
    margin-top: 15px;
    height:2px;
    margin-left: auto; 
    width: 75%;
    margin-right: 4%;
}

.about-image-ruler-transportne-trake {
    background-image: url("images/horizontal-ruler.png");
    background-position: top left;
    margin-top: 15px;
    height:2px;
    margin-left: auto; 
    width: 50%;
    margin-right: 4%;
}
.custom-list li {
    margin-left: 20px;
}

.custom-list.bold-list-item li {
    font-weight: bold;
}

.width-title {
    width:21%;
    float: left;
    /*margin-left: 4%;*/
}

.width-title-transportne-trake {
    width:50%;
    float: left;
    /*margin-left: 4%;*/
}

.margin-top-3{
    margin-top: -3px;
}
.footer-content p{
    font-size:16px;
}
.position-first-p{
    padding-left:42px;
}
.position-last-p{
    padding-right:42px;
}
.width-title-contact-us {
    width: 35%;
    float: left;
}

.about-image-ruler-contact-us {
    width: 65%;
    background-image: url("images/horizontal-ruler.png");
    background-position: top left;
    margin-top: 15px;
    height: 2px;
    margin-left: auto;
    margin-right: 4%;
}

.title-about{
    font-size: 28px;
    color:#D85339;
    margin-top: -15px !important;
    text-align: left;
    display: inline-block;
}
.line-about{
    margin-top:25px;
    border:1px solid black;
    height: 2px;
    margin-left: 10px;
    width: 78%;
}
.margin-top-25{
    margin-top:25px;
    padding-left: 75px;
}
.margin-top-10{
    margin-top:10px;
}
.about-text{
    text-align:left;
        float: none;
    font-size: 15px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;

}
.dropdown-menu>li>a {
   
    white-space: normal;
}

/*e39044*/
@media only screen and (max-width: 487px){
    .header-logo{
        width:75% !important;
    }
    .mobile-button-menu
    {
        display: inline-block;
        margin-top: 20px;
        margin-right: 40px;
    }
    .mobile-bar{
        display:none;
    }
    .number-header{
        display:none;
    }
}
@media only screen and (min-width:0px) and (max-width:1060px) {
    #nextslide {
        right: -25px;
    }
    #prevslide{
        left:0px !important;
    }
}
@media only screen and (min-width:901px) {
    .center-content iframe {
        width: 825px;
        
    }
}
@media only screen and (min-width:768px) and (max-width: 900px){
    .gallery-container{
		width: 670px;
    }  
    .center-content iframe {
        width: 750px;
        height: 450px;
    }
}
@media only screen and (min-width:550px) and (max-width: 767px){
	/*	.gallery-img img {
			width:100px;
			height:76px
		}
		.gallery-button-left{
			margin-top: 17px;
		}
		.gallery-button-right{
			margin-top:-60px;
		}*/
	.gallery-container{
		width: 515px;
    }
	.gallery-item{
		margin-left:27px !important;
		margin-right:34px !important;
	}
        
}

/*@media only screen and (min-width:480px) and (max-width: 624px){
    .gallery-container{
       width: 400px;
    }
	.gallery-img img {
		width:100px;
		height:76px
	}
	.gallery-button-left{
		margin-top: 17px;
	}
	.gallery-button-right{
		margin-top:-60px;
	}
	.gallery-item{
		margin-left:20px !important;
		margin-right:20px !important;
	}

}*/
.mobile-li {
	width:100%;
	background-color: #e3ecec;
	text-align: left;
	border-bottom: 1px solid #e3ecec;
}
.mobile-li span {
	font-size: 20px;
}
.dropdown-menu.header-options-dropdown {
	padding: 0px !important;
	margin-top: 60px;
        width: 100%;
	border: 1px solid #e3ecec;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a.active {
	background-color: #e8e8e8;
	background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e3ecec 100%);
	background-image: linear-gradient(to bottom, #f5f5f5 0%, #e3ecec 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
	background: #73B1B7;
}
@media only screen and (min-width:400px) and (max-width: 549px){
    .gallery-container{
		width: 325px;
    }  
	.gallery-item{
		margin-left: 32px !important;
		margin-right: 32px !important;
	}
	.dropdown-menu.header-options-dropdown {
		margin-top: -25px;
		margin-right: 25px;
	}
}
@media only screen and (max-width: 399px){
    .gallery-container{
		width: 220px;
    }  
	.gallery-item{
		margin-left:50px !important;
		margin-right:50px !important;
	}
	.mobile-button-menu{
		margin-top: 20px;
		margin-right: 60px;
	}
	.header-logo {
		width: 60% !important;
	}
	.button-menu{
		width:30%;
	}
}

@media only screen and (min-width:768px) and (max-width: 850px){
    .slider-div{
        width:90%;
        height:90%;
    }
}

@media only screen and (min-width:488px) and (max-width: 767px){
    .margin-top-50{
        margin-top: -50px;
    }
    
}

@media only screen and (min-width:480px) and (max-width: 767px){
    .about-image-ruler-transportne-trake {
        display: none;
    }
    .about-image-ruler-contact-us {
        display: none;
    }
    .about-image-ruler {
        display: none;
    }
    .slider-div{
        width:90%;
    }
    .about-image-ruler{
        width: 65%;
    }

    .center-content iframe {
        width: 480px;
        height: 450px;
    }
}
@media only screen and (min-width:651px) and (max-width: 767px){
	.carousel-indicators.slider-nav{
        left:73%;
    }
}
@media only screen and (min-width:481px) and (max-width: 650px){
	.carousel-indicators.slider-nav{
        left:71%;
    }
}
@media only screen and (min-width:0px) and (max-width: 480px){
    .slider-div{
        width:90%;
    }
    .about-image-ruler-transportne-trake {
        display: none;
    }
    .about-image-ruler-contact-us {
        display: none;
    }
    .about-image-ruler {
        display: none;
    }
    .width-title{
            width: 100%;
    }
    .width-title-transportne-trake {
        width: 100%;
    }
    .width-title-contact-us {
        width: 100%;
    }
    .padding-left-30{
        padding-left:0px;
    }
    .padding-right-30{
        padding-right:0px;
    }
    .carousel-indicators.slider-nav{
        left: 40%;
        bottom: -30px !important;
        list-style: none;
    }
    .text-aling-left {
        text-align: left;
    }
    .padding-fix-mobile{
        padding-left:0px;
        padding-right:0px;
    }
    .button-get-started em{
        font-size:24px;
    }
    .button-get-started span{
        font-size:20px;
    }
    .about-image-ruler{
        display:none;
    }
    .center-content iframe {
        width: 320px;
        height: 450px;
    }
}

@media only screen and (min-width:320px) and (max-width: 480px){
    .content-box-index {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
}
@media only screen and (min-width:0px) and (max-width: 320px){
    .title-desc{
        width:96%;
    }

}

#prevslide{
	background-image: url("images/left-slide.png");
	background-repeat:no-repeat;
	left: 35px;
	opacity: 1;
}

#nextslide{	
	background-image: url("images/right-slide.png");
	background-repeat:no-repeat;
	opacity: 1;
}

#thumb-forward{
	background-image: url("images/right-slide.png");
	background-repeat:no-repeat;
}

#thumb-back{
	background-image: url("images/left-slide.png");
	background-repeat:no-repeat;
}

@media (min-width:320px) and (max-width: 767px){
    .about-image-ruler {
        display: none;
    }
    .about-image-ruler-transportne-trake {
        display:none;
    }
	.content-box-wrap
	{
		max-width: none;
		height: auto;
		width:auto;
	}
        .footer-right-panel span {
            float: left !important;
        }
	.content-box{
		background-image: none;
		width: auto;
		min-height: initial; 
	}
}
.title-item-box a{
   color: #333;
}
.title-item-box a:hover{
   color: #333;
}

.about-text a{
	color: #333;
        font-style: italic;
        font-weight: bold;
}   

.about-text a:hover{
	color: #333;
        font-style: italic;
        font-weight: bold;
}

.gallery-item{
	margin-left: 5px;
	width: 132px;
	float: left;
}

.flag-icon {
    width: 24px;
    height: 24px;
}

.padding-left0 {
    padding-left: 0px;
}

.galleries-background {
    min-width:320px;
    max-width:960px;
    /*width:960px !important;*/
    background-color:whitesmoke;
    float:inherit;
    margin:0 auto;
}

.content-box-gallery {
    background-color:#e3ecec;
    display:inline-block;
    padding:5px 5px 5px 5px;
    box-shadow: 2px 2px 5px #888888; 
    margin-bottom: 30px;
    margin-right: 1%;
    margin-left: 1%;
    width: 18%;
    float:left;
}
.padding0 {
    padding: 0px;
}

.text-box {
    font-size: 16px;
}
.text-box p {
    text-align: left;
}

.content-box-index {
/*    max-width:410px;*/
    width: 100%;
    background-color:#e3ecec;
/*    min-width:200px;
    min-height:375px;*/
    display:inline-block;
    margin-top:20px;
    padding: 10px 10px 10px 10px;
    box-shadow: 2px 2px 5px #888888; 
    margin-bottom: 30px;
    text-align: left;
    width: auto;
    margin-left: 35px;
    margin-right: 35px;
}
.margin-bottom-15 {
    margin-bottom: 15px;
}

/*.center-content iframe {
    width: 825px;
    height: 450px;
}*/