code, pre{
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
    background-color: #fcfcfc;
}
pre{
	background-image: url(../prevajanje/pre_bg.png);
    background-position:  0 -9px;
    padding: 9px;
	overflow: auto; 
}
span.highlight-2,
span.highlight{
    font-weight: bold;
}
span.highlight-4,
span.highlight-3{
    padding: 0 3px;
    color: #fff;
    text-shadow: none;
}
.alignleft, img.alignleft {
	margin-right: 10px;
	display: inline;
	float: left;
    max-width: 100%;
    height: auto;
}
.alignright, img.alignright {
	margin-left: 10px;
	display: inline;
	float: right;
    max-width: 100%;
    height: auto;
}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
    max-width: 100%;
    height: auto;
}
#topBorder{
    height: 4px;
	/*
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.3)));
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%);
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%);
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1a000000',GradientType=0 );*/
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.3)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

}
#headerMeta{
    padding: 16px 0;
}
.metaMenu li{
    float: left;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
}
.metaMenu{
    padding: 3px 0;
    margin-left: -20px;
}
.metaMenu li,
.metaMenu{
    margin-bottom: 0;
}
.metaMenu li{
    line-height: 12px;
    padding: 0 10px 0 9px;
    border-left: 1px solid rgba(255,255,255,.4);
}
.metaMenu li:first-child{
    padding-left: 0;
    border-left: none;  
}

.metaMenu li a{
    color: rgba(255,255,255,.96);
}
.metaMenu li a:hover{
    color: #fff;
}
.metaRight{
    color: rgba(255,255,255,.96);
    position: relative;
    float: right;
    right: -20px;
    font-size: 12px;
}
.meta-data-language,
.meta-data{
    float: left;
}
.meta-data{
    font-weight: bold;
}
.meta-data-language{
    margin-left: 10px;
}
.meta-data-language a{
    
    color: #555;
}
.meta-data-language img{
	margin-left: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#main{
    position: relative;
    width: 980px;
    margin: 0 auto;
    background-color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.4);
    z-index: 1;
}
#header{
    position: relative;
    width: 960px;
    margin: 0 auto;
    background: #fff;
    z-index: 1;
}
#logo{
    float: left;
    padding: 10px 0 0;
    /*margin-left: 10px;*/
}
#logo h1,
#logo h5{
    float: left;
    color: #c2c2c2;
    margin-bottom: 0;
}
#logo h1 a{
    display: block;
    color: #363636;
    text-decoration: none;
}
#logo h1 a img{
    display: block;
}
#logo h5{
    font-size: 16px;
    font-style: italic;
    margin: 35px 0 0 0px;
    padding-left: 10px;
	color:#777777;
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    font-family: sans-serif !important;
}
.navi{
    float: right;
    right: 9px;
    margin-bottom: 0;        
}
.navi li{
    font-weight: bold;
    font-size: 14px;
    float: left;
    margin-bottom: 0;
}
.navi li.backLava {
	position: absolute; 
	z-index: 3; 
	background-color: #fafafa;
	border-bottom: 3px solid;
}
.navi li a{
	position: relative;
	z-index: 5;
    color: #959595;
    display: block;
    text-decoration: none;
    padding: 45px 20px;
}
.navi li.selectedLava a,
.navi li.current a,
.navi li a:hover{
    color: #363636;
}
.navi ul{
    background: #fff;
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.1);
	box-shadow:  0 5px 10px rgba(0,0,0,.1);
    opacity: 0.97; /* Chrome 4+, FF2+, Saf3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */
    filter: alpha(opacity=97); /* IE6-IE8 */
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    font-size: 100%;
}
ul.navi ul ul{
    border-left: 1px solid #e1e1e1;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
	-moz-box-shadow: 5px 0 10px rgba(0,0,0,.1);
	-webkit-box-shadow: 5px 0 10px rgba(0,0,0,.1);
	box-shadow:  5px 0 10px rgba(0,0,0,.1);
}
.navi ul li{
    font-size: 13px;
    margin: 0;   
}
.navi ul li a{
    display: block;
    padding: 9px 20px;
    color: #555;
    border-top: 1px solid #e1e1e1;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
ul.navi ul li a:hover{
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.2) inset;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.2) inset;
	box-shadow:  0 0 10px rgba(0,0,0,.2) inset;
}
.navi ul li:last-child a{
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;   
}
.navi ul ul li:first-child a{
    -moz-border-radius: 0 3px 0 0;
    -webkit-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0;
    border-color: white;   
}
.navi ul ul li:last-child a{
    -moz-border-radius: 0 0 3px 0;
    -webkit-border-radius: 0 0 3px 0;
    border-radius: 0 0 3px 0;   
}
.mobileNavi_wrap{
    display: none;
    padding-top: 18px;
}
select.mobileNavi{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
    padding: 4px;
}
#title{
    position:relative;
    text-align: center;
    background: rgb(250,250,250);
    background: -moz-linear-gradient(top,  rgba(250,250,250,1) 0%, rgba(255,255,255,1) 50%, rgba(250,250,250,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,250,250,1)), color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(250,250,250,1)));
    background: -webkit-linear-gradient(top,  rgba(250,250,250,1) 0%,rgba(255,255,255,1) 50%,rgba(250,250,250,1) 100%);
    background: -o-linear-gradient(top,  rgba(250,250,250,1) 0%,rgba(255,255,255,1) 50%,rgba(250,250,250,1) 100%);
    background: -ms-linear-gradient(top,  rgba(250,250,250,1) 0%,rgba(255,255,255,1) 50%,rgba(250,250,250,1) 100%);
    background: linear-gradient(to bottom,  rgba(250,250,250,1) 0%,rgba(255,255,255,1) 50%,rgba(250,250,250,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#fafafa',GradientType=0 );
    border: 1px solid #e1e1e1;
    border-left: none;
    border-right: none;
}
#title:before,
#title:after {
    content:"";
    position:absolute;
    z-index:-2;
}
#title:before {
    top: 50%;
    bottom: 0;
    left: 50px;
    right: 50px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.15);
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    -moz-border-radius: 100px / 10px;
    border-radius: 100px / 10px;
}
#title .container{
    width: 940px;
    border: 1px solid #e1e1e1;
    border-top: none;
    border-bottom: none;
}
#title .container .sixteen{
    margin: 0;
    box-shadow: 0 0 30px 0 #f5f5f5 inset;
}
#title .container .titleWrap{
    border: 1px solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #fff;
    border-left-color: #fff;
    padding: 34px 0;
    background-image: url(../prevajanje/titleWrap-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.breadcrumb{
    color: #959595;
    font-family: sans-serif;
}
.breadcrumb a{
    color: #959595;
    text-decoration: none; 
}
#page{
    position: relative;
    overflow: hidden;
    z-index: -3;
}
#page .container{
    padding-top: 36px;
    padding-bottom: 18px;
}
#page .container h3 { font-size: 24px; line-height: 36px; margin-bottom: 0; }
#page .container h4 { font-size: 18px; line-height: 36px; margin-bottom: 0; }
#page .container h5 { font-size: 14px; line-height: 27px; margin-bottom: 0; }
#page .container h6 { font-size: 12px; line-height: 27px; margin-bottom: 0; }
#page .container li{
    padding: 4px 0;
    margin-bottom: 0;
}
#page .container .button,
#page .container button{
    margin-bottom: 0;
}
#page .img{
    display: block;
    margin-bottom: 18px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
#page .img img{
    display: block;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	width:100%;
}
#page .img iframe{
    display: block;
}
#content{
    float: left;
    width: 640px;
    padding: 0 10px;  
}
.sidebar-left #content{
    float: right;
}
#content .container{
    width: 640px;
}
#sidebar{
    float: left;
    width: 320px;
}
#sidebar .column{
    background-color: #fafafa;
    background: -moz-linear-gradient(left,  rgba(250,250,250,1) 0%, rgba(252,252,252,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(250,250,250,1)), color-stop(100%,rgba(252,252,252,1)));
    background: -webkit-linear-gradient(left,  rgba(250,250,250,1) 0%,rgba(252,252,252,1) 100%);
    background: -o-linear-gradient(left,  rgba(250,250,250,1) 0%,rgba(252,252,252,1) 100%);
    background: -ms-linear-gradient(left,  rgba(250,250,250,1) 0%,rgba(252,252,252,1) 100%);
    background: linear-gradient(to right,  rgba(250,250,250,1) 0%,rgba(252,252,252,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#fcfcfc',GradientType=1 );
    padding: 36px 20px 0 19px;
    border-left: 1px solid #e1e1e1;
    margin-bottom: -9999px;
    padding-bottom: 9999px;
}
.sidebar-left #sidebar .column{
    padding-left: 20px;
    padding-right: 19px;
    border-left: none;
    border-right: 1px solid #e1e1e1;
    padding-bottom: 9999px;
}
#footer{
    position: relative;
    border-top: 1px solid rgba(0,0,0,.3);
}
#footer:before,
#footer:after {
    content:"";
    position:absolute;
    z-index:-2;
}
#footer:before {
    top: 0;
    bottom: 50%;
    left: 50px;
    right: 50px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.15);
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    -moz-border-radius: 100px / 10px;
    border-radius: 100px / 10px;
}
.footer{
    color: #fafafa;
    border-top: 1px solid #252525;
    background: rgb(85,85,85);
    background: -moz-linear-gradient(top,  #363636 0%, #464646 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#363636), color-stop(100%,#464646));
    background: -webkit-linear-gradient(top,  #363636 0%,#464646 100%);
    background: -o-linear-gradient(top,  #363636 0%,#464646 100%);
    background: -ms-linear-gradient(top,  #363636 0%,#464646 100%);
    background: linear-gradient(to bottom,  #363636 0%,#464646 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#363636', endColorstr='#464646',GradientType=0 );
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    padding: 36px 0;
}
.footer h6,
.footer h5,
.footer h4,
.footer h3,
.footer h2,
.footer h1,
.footer strong{
    color: #fff;
}



.grayscale{
    display: block;
    position: relative;
}
.grayscale .thumbnail{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}
.grayscale .bw_thumbnail{
    position: relative;
    z-index: 9;
    opacity: .2; /* Chrome 4+, FF2+, Saf3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */
    filter: alpha(opacity=20); /* IE6-IE8 */
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; 
}
.grayscale .icon{
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -27px 0 0 -27px;
    width: 54px;
    height: 54px;
    display: block;
    background-repeat: no-repeat;
    z-index: 10;
    opacity: 0; /* Chrome 4+, FF2+, Saf3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */
    filter: alpha(opacity=0); /* IE6-IE8 */
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.grayscale:hover .icon{
    opacity: 1; /* Chrome 4+, FF2+, Saf3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */
    filter: alpha(opacity=100); /* IE6-IE8 */ 
}
.grayscale:hover img.bw_thumbnail{
    opacity: 0 !important; /* Chrome 4+, FF2+, Saf3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */
    filter: alpha(opacity=0) !important; /* IE6-IE8 */ 
}
.grayscale .icon.zoom-in{
    background-image: url(../prevajanje/zoom-in.png);
}
.grayscale .icon.link{
    background-image: url(../prevajanje/link.png);
}
.grayscale .icon.eye{
    background-image: url(../prevajanje/eye.png);
}
.dark_shadow{
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);  
}
#copyright{
    position: relative;
    float: left;
    left: -10px;
    color: rgba(255,255,255,.96);
    padding: 18px 0; 
}
#copyright a{
    color: rgba(255,255,255,.96);
}
#copyright a:hover{
    color: #fff;
}
#social ul{
    position: relative;
    float: right;
    right: -10px;
    padding: 11px 0 1px; 
}
#social ul li{
    float: left;
    margin-left: 10px;
    margin-bottom: 10px;
}
/* `callout
-------------------------------------------------- */
#callout{
    position:relative;
    background: rgb(250,250,250);
    background: -moz-linear-gradient(top,  rgba(250,250,250,1) 0%, rgba(255,255,255,1) 50%, rgba(250,250,250,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,250,250,1)), color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(250,250,250,1)));
    background: -webkit-linear-gradient(top,  rgba(250,250,250,1) 0%,rgba(255,255,255,1) 50%,rgba(250,250,250,1) 100%);
    background: -o-linear-gradient(top,  rgba(250,250,250,1) 0%,rgba(255,255,255,1) 50%,rgba(250,250,250,1) 100%);
    background: -ms-linear-gradient(top,  rgba(250,250,250,1) 0%,rgba(255,255,255,1) 50%,rgba(250,250,250,1) 100%);
    background: linear-gradient(to bottom,  rgba(250,250,250,1) 0%,rgba(255,255,255,1) 50%,rgba(250,250,250,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa',GradientType=0 );
    border: 1px solid #e1e1e1;
    border-left: none;
    border-right: none;
}
#callout:before,
#callout:after {
    content:"";
    position:absolute;
    z-index:-2;
}
#callout:before {
    top: 50%;
    bottom: 0;
    left: 50px;
    right: 50px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.15);
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    -moz-border-radius: 100px / 10px;
    border-radius: 100px / 10px;
}
#callout.top{
    border-top: none;
}
#callout .container{
    width: 940px;
    border: 1px solid #e1e1e1;
    border-top: none;
    border-bottom: none;
}
#callout .container .four,
#callout .container .twelve{
    margin: 0;
}
#callout .container .four{
    border-left: 1px solid #e1e1e1;
    width: 239px;
    text-align: center;
    box-shadow: 0 0 30px 0 #f5f5f5 inset;
}
#callout .container .titleWrap{
    border: 1px solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #fff;
    border-left-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 18px 10px 0;
}
#callout .container .four .titleWrap{
    padding: 0;
}
#callout h4{
    margin-bottom: 9px;
}
#callout .button{
    margin-bottom: 0;
}
#callout .left{
    text-align: left;
}
/* `grad-border
-------------------------------------------------- */
.grad-border{
    display: inline-block;
    padding: 3px;
    background: rgb(235,235,235);
    background: -moz-linear-gradient(top,  rgba(235,235,235,1) 0%, rgba(250,250,250,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(235,235,235,1)), color-stop(100%,rgba(250,250,250,1)));
    background: -webkit-linear-gradient(top,  rgba(235,235,235,1) 0%,rgba(250,250,250,1) 100%);
    background: -o-linear-gradient(top,  rgba(235,235,235,1) 0%,rgba(250,250,250,1) 100%);
    background: -ms-linear-gradient(top,  rgba(235,235,235,1) 0%,rgba(250,250,250,1) 100%);
    background: linear-gradient(to bottom,  rgba(235,235,235,1) 0%,rgba(250,250,250,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#fafafa',GradientType=0 );
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.grad-border:hover{
    background: rgb(245,245,245);
    background: -moz-linear-gradient(top,  rgba(245,245,245,1) 0%, rgba(250,250,250,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,1)), color-stop(100%,rgba(250,250,250,1)));
    background: -webkit-linear-gradient(top,  rgba(245,245,245,1) 0%,rgba(250,250,250,1) 100%);
    background: -o-linear-gradient(top,  rgba(245,245,245,1) 0%,rgba(250,250,250,1) 100%);
    background: -ms-linear-gradient(top,  rgba(245,245,245,1) 0%,rgba(250,250,250,1) 100%);
    background: linear-gradient(to bottom,  rgba(245,245,245,1) 0%,rgba(250,250,250,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#fafafa',GradientType=0 );
}
/* `sub-navigation
-------------------------------------------------- */
#sub-navigation{
    position:relative;
    background: rgb(250,250,250);
    background: -moz-linear-gradient(top,  rgba(250,250,250,1) 0%, rgba(255,255,255,1) 50%, rgba(250,250,250,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,250,250,1)), color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(250,250,250,1)));
    background: -webkit-linear-gradient(top,  rgba(250,250,250,1) 0%,rgba(255,255,255,1) 50%,rgba(250,250,250,1) 100%);
    background: -o-linear-gradient(top,  rgba(250,250,250,1) 0%,rgba(255,255,255,1) 50%,rgba(250,250,250,1) 100%);
    background: -ms-linear-gradient(top,  rgba(250,250,250,1) 0%,rgba(255,255,255,1) 50%,rgba(250,250,250,1) 100%);
    background: linear-gradient(to bottom,  rgba(250,250,250,1) 0%,rgba(255,255,255,1) 50%,rgba(250,250,250,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa',GradientType=0 );
    border: 1px solid #e1e1e1;
    border-left: none;
    border-right: none;
}
#sub-navigation:before,
#sub-navigation:after {
    content:"";
    position:absolute;
    z-index:-2;
}
#sub-navigation:before {
    top: 50%;
    bottom: 0;
    left: 50px;
    right: 50px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.15);
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    -moz-border-radius: 100px / 10px;
    border-radius: 100px / 10px;
}
#sub-navigation.top{
    border-top: none;
}
#sub-navigation .container{
    width: 940px;
    border: 1px solid #e1e1e1;
    border-top: none;
    border-bottom: none;
}
#sub-navigation .container .four{
    margin: 0;
    border-left: 1px solid #e1e1e1;
    width: 234px;
    text-align: center;
}
#sub-navigation .container .four:hover{
    box-shadow: 0 0 30px 0 #f5f5f5 inset;  
}
#sub-navigation .container .four:first-child{
    width: 235px;
    border-left: none;
}
#sub-navigation .container .titleWrap{
    border: 1px solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #fff;
    border-left-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0;
}
#sub-navigation .button{
    margin-bottom: 0;
}
#sub-navigation .header_icon.icon_32{
    margin-bottom: 0;
}
#sub-navigation .header_icon.icon_32 span{
    float: none;  
    display: inline-block;
    height: 32px;
    width: 32px;
    margin: -10px 10px -10px  0;
}
#sub-navigation .header_icon.icon_32 img.iconhere{
    float: none;  
    display: inline-block;
    height: 32px;
    width: 32px;
    margin: -10px 10px -10px  0;
}
#sub-navigation .header_icon h6{
    display: inline-block;
    padding: 27px 0;
    margin-bottom: 0;
    font-weight: bold;
    text-transform: uppercase;

}
#sub-navigation .header_icon h6 a{
    display: block;
    color: #959595;
    text-decoration: none;
}
#sub-navigation .header_icon h6 a:hover{
    color: #555;
}
/* `front-media
-------------------------------------------------- */
#front-media{
    position: relative;
    border: 1px solid #e1e1e1;
    border-left: none;
    border-right: none;
    z-index: -3;   
}
.front-video iframe{
    display: block;
}
#front_image{
    position: relative;
}
#front_image img{
    display: block;
}
#front_image .image-caption{
    position: absolute;
	top: 0;
    width: 280px;
    height: 321px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    padding: 70px 30px 30px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.layerslider{
    width: 980px;
    height: 423px;
}
/* `contact
-------------------------------------------------- */
form.contact textarea{
    width: 406px;
}
.result{
    font-style: italic;
    color: #ed1c24;
    margin-bottom: 18px;
}
.result p{
    margin-bottom: 0;
}
#google-map{
    position: relative;    
    width: 100%;
    height: 216px;
    z-index: -3;
    border: 1px solid #e1e1e1;
    border-left: none;
    border-right: none;  
}
.img #google-map{
    width: 100%;
    height: 216px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
}
/* `about
-------------------------------------------------- */
.about-isotope{
    width: 640px !important;
    margin-left: -10px;
    padding-top: 10px;
    margin-top: -10px;
}
.full-post .about-isotope{
    width: 960px !important; 
}
.about-isotope .element{
    width: 193px;
    margin: 0 10px 18px;
}
.about-isotope .img{
    margin-bottom: 0 !important;
}
.about-isotope img.bw_thumbnail{
    opacity: 0.2; /* Chrome 4+, FF2+, Saf3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */
    filter: alpha(opacity=20); /* IE6-IE8 */
}
.about-isotope .element:hover .grayscale .icon{
    opacity: 1; /* Chrome 4+, FF2+, Saf3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */
    filter: alpha(opacity=100); /* IE6-IE8 */ 
}
.about-isotope .element:hover .grayscale img.bw_thumbnail{
    opacity: 0 !important; /* Chrome 4+, FF2+, Saf3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */
    filter: alpha(opacity=0) !important; /* IE6-IE8 */ 
}
.about-isotope h4{
    font-size: 13px !important;
    line-height: 18px !important;
    padding: 9px 0;
    margin-bottom: 0 !important;
}
.about-isotope h4 a{
    text-decoration: none;
    color: #363636;
}
.about-isotope .element{
    margin-bottom: 18px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.about-isotope .element .img{
    box-shadow: none !important;
}
.about-isotope .element .img img{
    -moz-border-radius: 3px 3px 0 0 !important;
    -webkit-border-radius: 3px 3px 0 0 !important;
    border-radius: 3px 3px 0 0 !important;
}
.about-isotope .element .details{
    border: 1px solid #e1e1e1;
    border-top: none;
    padding-top: 18px;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}
.about-isotope .element span{
    display: block;
    padding: 0 10px;
}
.about-isotope span.name{
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase; 
    color: #363636;
}
.about-isotope span.info{
    font-family: sans-serif;
    font-size: 10px;
    text-transform: uppercase; 
}
.about-isotope .element p{
    font-size: 12px;
    padding: 9px 0;
    margin:  18px 10px 9px;
    border: 1px dotted #e1e1e1;
    border-left: none;
    border-right: none;
}
.about-isotope .social{
    padding: 0 10px 9px; 
}
.about-isotope .social a{
    font-family: sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    text-decoration: none;
    color: #959595;
    font-style: italic;
    margin-right: 5px;
    letter-spacing: -0.25px;
}
/* `sitemap
-------------------------------------------------- */
.sitemap ul li a{
    color: #555;
}
/* `header icons
-------------------------------------------------- */
.header_icon{
    margin-bottom: 18px;
}
.header_icon:before,
.header_icon:after{
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
.header_icon:after{
  clear: both;
}
.header_icon{
  zoom: 1;
}
.header_icon.icon_32 span{
    float: left;  
    display: block;
    height: 32px;
    width: 32px;
    margin: 2px 15px 2px 0;
}
.header_icon.icon_48 span{
    float: left;  
    display: block;
    height: 48px;
    width: 48px;
    margin: 3px 15px 3px 0;
}
.header_icon.icon_64 span{
    float: left;  
    display: block;
    height: 64px;
    width: 64px;
    margin: 4px 15px 4px 0;
}
.header_icon.icon_32.right span{
    float: right;
    margin-left: 15px;
    margin-right: 0;
}
.header_icon.icon_48.right span{
    float: right;
    margin-left: 15px;
    margin-right: 0;
}
.header_icon.icon_64.right span{
    float: right; 
    margin-left: 15px;
    margin-right: 0;
}
.header_icon h4.title{
    font-size: 16px !important;
    margin: 9px 0 0;
    line-height: 18px !important;
}
.header_icon.icon_48 h4.title{
    margin: 18px 0 0;
}
.header_icon.icon_64 h4.title{
    margin: 27px 0 0;
}
.header_icon.center span{
    float: none;
    margin: 0 auto;
}
.header_icon.center h4{
    margin-top: 18px;
    text-align: center;
}
.header_icon span, .header_icon img.iconhere{
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;    
    opacity: .7; /* Chrome 4+, FF2+, Saf3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */
    filter: alpha(opacity=70); /* IE6-IE8 */ 
}
.header_icon:hover span, .header_icon img.iconhere:hover{
    opacity: 1; /* Chrome 4+, FF2+, Saf3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */
    filter: alpha(opacity=100); /* IE6-IE8 */ 
}
/* `button icons
-------------------------------------------------- */
.button span,
button span{
   float: left;
   display: block;
   height: 32px;
   width: 32px;
   margin-right: 5px;
}
.button.medium_button span,
button.medium_button span{
   float: left;
   display: block;
   height: 28px;
   width: 28px;
   margin-right: 5px;
}
/* `scroll-to-top
-------------------------------------------------- */
.scroll-to-top a{
    float: right;
    font-family: sans-serif;
    font-size: 10px;
    color: #959595;
    text-decoration: none; 
}
.scroll-to-top a:hover{
    color: #555;
}
/* `styling
-------------------------------------------------- */
.light_shadow{
    text-shadow: 0 1px 0 #fff;
}
#social a{
    display: block;
    height: 32px;
    width: 32px;
    outline: 0 none;
    text-indent: -9999px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-image: -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(255,255,255,0) 100%)!important;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255, 255, 255, .4)), color-stop(100%,rgba(255,255,255,0)))!important;
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(255,255,255,0) 100%)!important;
	background-image: -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(255,255,255,0) 100%)!important;
	background-image: -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(255,255,255,0) 100%)!important;
	background-image: linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(255,255,255,0) 100%)!important;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    border: 1px solid;
    background-color: #363636;
    border-color: #363636;   
}
#social a span {
    display: block;
    height: 32px;
    width: 32px;
}
#social a.vimeo span {
    background: url("../prevod/social.png") no-repeat scroll 0 0 transparent;
}
#social a.twitter span {
    background: url("../prevod/social.png") no-repeat scroll -32px 0 transparent;
}
#social a.facebook span {
    background: url("../prevod/social.png") no-repeat scroll -64px 0 transparent;
}
#social a.youtube span {
    background: url("../prevod/social.png") no-repeat scroll -96px 0 transparent;
}
#social a.google span {
    background: url("../prevod/social.png") no-repeat scroll -128px 0 transparent;
}
#social a.linkedin span {
    background: url("../prevod/social.png") no-repeat scroll -160px 0 transparent;
}
#social a.rss {
    background: url("../prevod/social.png") no-repeat scroll -192px 0 #363636;
}
#social a.digg {
    background: url("../prevod/social.png") no-repeat scroll 0 -32px #363636;
}
#social a.googlebuzz {
    background: url("../prevod/social.png") no-repeat scroll -32px -32px #363636;
}
#social a.delicious {
    background: url("../prevod/social.png") no-repeat scroll -64px -32px #363636;
}
#social a.tumbler {
    background: url("../prevod/social.png") no-repeat scroll -96px -32px #363636;
}
#social a.plixi {
    background: url("../prevod/social.png") no-repeat scroll -128px -32px #363636;
}
#social a.dribble {
    background: url("../prevod/social.png") no-repeat scroll -160px -32px #363636;
}
#social a.stubleupon {
    background: url("../prevod/social.png") no-repeat scroll -192px -32px #363636;
}
#social a.lastfm {
    background: url("../prevod/social.png") no-repeat scroll -224px -32px #363636;
}
#social a.mobypicture {
    background: url("../prevod/social.png") no-repeat scroll -256px -32px #363636;
}
#social a.skype {
    background: url("../prevod/social.png") no-repeat scroll -288px -32px #363636;
}
#social a.myspace {
    background: url("../prevod/social.png") no-repeat scroll -320px -32px #363636;
}
#social a.dropbox {
    background: url("../prevod/social.png") no-repeat scroll -352px -32px #363636;
}
#social a.foursquare {
    background: url("../prevod/social.png") no-repeat scroll -384px -32px #363636;
}
#social a.ichat {
    background: url("../prevod/social.png") no-repeat scroll -416px -32px #363636;
}
#social a.flickr {
    background: url("../prevod/social.png") no-repeat scroll -448px -32px #363636;
}