@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: DejaVuSans;  
	src: url("../fonts/DejaVuSans.ttf") format('truetype');  
}
body {
 	

/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #FFE8E9 60%, #FF96D4 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #FFE8E9 60%, #FF96D4 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #FFE8E9 60%, #FF96D4 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.6, #FFE8E9), color-stop(1, #FF96D4));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #FFE8E9 60%, #FF96D4 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #FFE8E9 60%, #FF96D4 100%);
    font: 100%/1.4 DejaVuSans,Verdana,Arial,Comic Sans MS;
    margin: 0;
    padding: 0;
}
.inner {	
    background-image: url("../images/blue.png");
    background-position: center center;
    background-repeat: repeat-x;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.65);
    width: 100%;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 15px; 
}
a img { 
	border: none;
}
a {
   outline: 0;
}
a:link {
	color:#414958;
	text-decoration: none; 
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: underline;
}
strong {
    font-weight: bold;
}
.bold{
  font-weight: bold;  
}
.center{
text-align: center;
}
.container {
	margin: 0 auto;
	max-width: 1050px;
	min-width: 220px;
	width: 100%;
}
#kombi011{
    width: 100%;
}
.header {
    background-image: url("../images/kombi-prevoz-robe-kombi011.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}
.wrap{
    max-width: 350px;
    position: relative;
    top: 105px;
}
#nav{
    font-family: arial;
    font-size: 1.1em;
    text-shadow: 1px 0 2px #FFFFFF;
    width: 100%;
}
#nav a {
    text-decoration: none;
}
.main-content {
    clear: both;
    overflow: hidden;
    padding: 10px 0;
    width: 100%;
}
#sidebar1 {
    float: left;
	min-width: 200px;
    width: 22%;
}
#sidebar1 p {
	font-size: 80%;
}
#sidebar1 a:link{
    color: #FFFFFF;
    text-decoration: none;
}
#sidebar1 a:visited{
	color: #12D604;
	text-decoration: none;
	text-shadow: 1px 0 1px rgba(255, 255, 255, 0.5);
}
#sidebar1 a:hover {
    color: #FCF807;
    text-decoration: none;
    text-shadow: 1px 0 1px rgba(255, 255, 255, 0.5);
}
#sidebar1 a:hover, a:active, a:focus { 
	text-decoration: none;
}
.strane-c {
    background-image: url("../images/kombi-prevoz-robe.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 83px;
    text-shadow: 1px 0 1px rgba(255, 255, 255, 0.5);
    transition: all 0.5s ease 0s;
}
.strane-c:hover {
    -webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    -ms-transform: translateX(15px);
    -o-transform: translateX(15px);
	transform: translateX(15px);
    transition: all 0.5s ease 0.25s;
}
.strane-c h3 {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 15px;
    margin-top: 18px;
}
.strane-p {
    background-image: url("../images/kombi-prevoz.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 83px;
    text-shadow: 1px 0 1px rgba(255, 255, 255, 0.5);
    transition: all 0.5s ease 0s;
}
.strane-p:hover {
    -webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    -ms-transform: translateX(15px);
    -o-transform: translateX(15px);
	transform: translateX(15px);
    transition: all 0.5s ease 0.25s;
}
.strane-p h3 {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 15px;
    margin-top: 18px;
}
.strane-pp{
    background-image: url("../images/kombi-p-w200.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 83px;
    text-shadow: 0 0 1px #FFFFFF;
    transition: all 1s ease 0s;
}
.strane-pp:hover {
    -webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    -ms-transform: translateX(15px);
    -o-transform: translateX(15px);
	transform: translateX(15px);
    transition: all 0.5s ease 0s;
}
.strane-pp h3 {
    margin-bottom: 0;
    margin-top: 0;
    padding: 20px 0 0 13px;
    text-align: left;
}
.strane{
    background-image: url("../images/header.jpg");
    background-repeat: repeat;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 3px 2px 3px #222222;
    color: #FFFFFF;
    font-family: DejaVuSans;
    margin-bottom: 15px;
    padding: 10px;
    text-align: center;
    text-shadow: 2px 2px 2px #222222;
}
.strane h3 {
   text-align: center;
   margin-top: 0;
   margin-bottom: 0;
}
.content {
    float: left;
    margin-right: 10px;
    width: 76%;
}
.content-kontakt {
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0;
    width: 81%;
}
.post h1 {
    font-size: 26px;
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    text-shadow: 1px 0 1px #333333;
}
.post h2 {
    font-size: 24px;
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    text-shadow: 1px 0 1px #333333;
}

.red{
    color: red;
}
.post{
    background-image: url("../images/bg.png");
    border: 4px solid #F990F2;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 3px 3px 3px #555555;
    margin-bottom: 2%;
    padding: 3%;
    text-shadow: 1px 0 1px #777777;
}
.post p a {
    color: #165BFC;
    text-decoration: none;
}
.post p a:hover {
    text-decoration: underline;
}

.content .post ul {
    list-style-type: none;
    margin: 0;
    padding: 0 0 25px;
}
.blue li{
    background-image: url("../images/plava-check.png");
    background-position: 15px 0;
    background-repeat: no-repeat;
    list-style: none outside none;
    padding: 9px 0 9px 55px;
}
.pink li{
    background-image: url("../images/pink-check.png");
    background-position: 15px 0;
    background-repeat: no-repeat;
    list-style: none outside none;
    padding: 9px 0 9px 55px;
}

.vise{
    background: none repeat scroll 0 0 #FCB0F7;
    border-radius: 7px 7px 7px 7px;
    box-shadow: 2px 1px 3px;
    float: left;
    margin-top: 20px;
    padding: 5px;
    text-align: center;
    text-shadow: 1px 0 1px;
    width: 15%;
}
.vise p {
    margin: 0;
    padding: 0;
}
a.style1:link{
    color: #555555;
    text-decoration: none;
    text-shadow: 2px 1px 0px #FFFFFF, 2px 1px 0px #000000;
}
a.style1:visited{
	color: #12A624;
	text-decoration: none;
}
a.style1:hover{
	color: #00F;
	text-decoration: none;
	}
a.style1:active{
	color: #000;
	text-decoration: none;
}
a.style2:link {
    text-decoration: none;
	    transition: 5s;
}
a.style2:visited{
    text-decoration: none;
	    transition: 5s;
}
a.style2:hover{
    text-decoration: none;
	    transition: 5s;
}
a.style3:link{
    color: #F4AE35;
    text-decoration: underline;
    text-shadow: 1px 0px 1px #555555, 1px 0px 1px #000000;
}
a.style3:visited{
	color: #12A624;
	text-decoration: none;
}
a.style3:hover{
	color: #00F;
	text-decoration: none;
	}
a.style3:active{
	color: #000;
	text-decoration: none;
}
.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}
.footer-wid{

    overflow: hidden;
    padding: 20px 0;
    width: 100%;

}

.footer-wid p{
color: #FFFFFF;
}
.footer {
    background-image: url("../images/footer.jpg");
    background-repeat: repeat;
    padding: 25px 0;
    width: 100%;
}
.footer p{
    color: #FFFFFF;
    text-align: center;
    text-shadow: 2px 1px 1px #000000;
}
.footer a{
    color: #F9B804;
}
.footer-wrap{
    margin: 0 auto;
    max-width: 1000px;
    padding: 0 10px;
    position: relative;
}
.footer-kol{
    color: #FFFFFF;
    float: left;
    font-family: DejaVuSans;
    margin-left: 30px;
    max-width: 230px;
    text-align: left;
    text-shadow: 1px 1px 2px #000000;
	
}
.footer-kol h3 {
	margin-top:0;
    padding: 0;
}
.footer-kol ul {
list-style: none;
}
.footer-kol a{
    color: #F9FAFC;
}
.footer-nasl{



}


.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.shadows-p:hover{ 
    border: 4px solid #0000FF;
    border-radius: 10px 10px 10px 10px;
    transition: all 0.5s ease 0s;
} 
.shadows:hover{ 
    transform: translateX(15px);
    transition: all 0.5s ease 0.25s;
} 
.shadows-vise:hover{
    background: none repeat scroll 0 0 #3261FC;
    border-radius: 7px 7px 7px 7px;
    box-shadow: 2px 2px 2px #000000;
    color: white;
    text-shadow: 1px 0 1px;
}

.bg-kontakt {
/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #9EDEFF 10%, #1181C3 120%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #9EDEFF 10%, #1181C3 120%);

/* Opera */ 
background-image: -o-linear-gradient(top, #9EDEFF 10%, #1181C3 120%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.1, #9EDEFF), color-stop(1.2, #1181C3));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #9EDEFF 10%, #1181C3 120%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #9EDEFF 10%, #1181C3 120%);
    border-radius: 6px 6px 6px 6px;
    box-shadow: 3px 3px 3px #777777;
    display: inline-block;
    padding: 6px;
    text-shadow: 1px 0 1px;
}
.bg-kontakt-t {
    border-radius: 6px 6px 6px 6px;
    box-shadow: 3px 3px 3px #777777;
    display: inline-block;
    padding: 7px;
}
.bg-galerija-t {
    display: block;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 84%;
    height: 2em;
}
.galerija {
/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top left, #9EDEFF 20%, #1181C3 120%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top left, #9EDEFF 20%, #1181C3 120%);

/* Opera */ 
background-image: -o-linear-gradient(top left, #9EDEFF 20%, #1181C3 120%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0.2, #9EDEFF), color-stop(1.2, #1181C3));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top left, #9EDEFF 20%, #1181C3 120%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom right, #9EDEFF 20%, #1181C3 120%);
    border-radius: 7px 7px 7px 7px;
    box-shadow: 6px 6px 9px;
    margin: 15px;
    padding: 15px;
	width: 75%;
}
.galerija-slike{
    float: left;
    margin-bottom: 0px;
    width: 33%;
}
.center {
text-align: center;
}
.bg_colour:hover{     background-image: url("../images/kombi-p-w200.png"); } 
 .fade_in { opacity:0.3; } .fade_in:hover{ opacity:1; } 
 .fade_out:hover{ opacity:0.3; } 
.social{
    background: none repeat scroll 0 0 transparent;
    left: 0;
    padding: 5px;
    position: fixed;
    text-align: center;
    top: 250px;
    width: 4em;
    z-index: 1;
}
.g{
padding-top:10px;
}
.k-captcha{
    margin-left: 230px;
}