/*
        HTML5 Reset :: style.css
        ----------------------------------------------------------
        We have learned much from/been inspired by/taken code where offered from:
        
        Eric Meyer					:: http://ericmeyer.com
        HTML5 Doctor				:: http://html5doctor.com
        and the HTML5 Boilerplate	:: http://html5boilerplate.com
        
-------------------------------------------------------------------------------*/

/* Let's default this puppy out
-------------------------------------------------------------------------------*/

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}									

article, aside, figure, footer, header, hgroup, nav, section {display: block;}

/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
   If this default setting for images is causing issues, you might want to replace it with a .responsive class instead. */
img,
object,
embed {max-width: 100%;}

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}

/* we use a lot of ULs that aren't bulleted. 
        don't forget to restore the bullets within content. */
ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before, 
blockquote:after, 
q:before, 
q:after {content: ''; content: none;}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

input, select {vertical-align: middle;}

pre {
    white-space: pre; /* CSS2 */
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
    word-wrap: break-word; /* IE */
}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom; *vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}

select, input, textarea {font: 99% sans-serif;}

table {font-size: inherit; font: 100%;}

/* Accessible focus treatment
        people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {outline: none;}

small {font-size: 85%;}

strong, th {font-weight: bold;}

td, td img {vertical-align: top;} 

/* Make sure sup and sub don't screw with your line-heights
        gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

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

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
button {width: auto; overflow: visible;}

/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}

/* prevent BG image flicker upon hover */
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}

/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }  



/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/

/* new Linux- and Windows-friendly sans-serif font stack: http://mky.be/fontstack */
body {font: 13px Helmet, Freesans, sans-serif;}

/* using local fonts? make sure to read up on Paul Irish's 
        Bulletproof @font-face syntax: http://mky.be/font-face/bulletproof/ */

/* we like off-black for text */
body, select, input, textarea {color: #333;}

a {color: #03f;}
a:hover {color: #69f;}

img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

/* Custom text-selection colors (remove any text shadows: twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #fcd700; color: #000; text-shadow: none;}
::selection {background: #fcd700; color: #000; text-shadow: none;} 

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #fcd700;} 

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}

blockquote {margin: 1em 3em;color: #111;border-left: 2px solid #999;padding-left: 0.8em; }
blockquote {margin: 1em 3em;padding: .5em 1em;border-left: 5px solid #fce27c;background-color: #f6ebc1; }
blockquote p {margin: 0; }
blockquote {margin: 1em 20px;padding-left: 20px;}

.vsebina p {padding-left: 20px;font-size: 1.1em;}
#logotip{ 
    height: 34px;width: 84px;
    background: url('../images/btn-dol.png');
}
.info{font-size: xx-small; color: #333; text-align: center;}
/* MY STUFF */


.content{font-family: Arial;font-size: 1em;position: relative;width:628px;background-color:#eee;height: 800px;
         background-image: url('../images/EMA2016-ozadje.jpg');
         overflow: hidden;

         font-family: 'Open Sans', sans-serif;       

}
.content.first{
    background-image: url('../images/EMA2016-ozadje.jpg');
    /*background-size: 628px 690px; */
}

img.logo2017{
    position: absolute;
    width: 300px;
    top: 280px;
    left: 160px;
}


.entry_page{
    font-family: 'Open Sans', sans-serif;
}
.entry_page .header{
    height: 220px;

}

.entry_page .header{

    text-align: center;

}
.entry_page .header img{

    margin-top: 35px;

}

.entry_page .ema{
    position: relative;
    top: 25px;
}
.entry_page .ema span{
    position: absolute;
    bottom: 10px;
    background-color:rgba(255,255,255,0.8);
    font-size: 1.2em;
    padding: 4px;
    font-weight: bold;

}
.secondPage .firstColumn .imageOne{
    position: relative;
    width: 250px;
    clear: both;
}
.secondPage .firstColumn .imageOne .img{
    float: left;
    width: 125px;
}
.secondPage .firstColumn .imageOne .social{
    float: left;
    width: 115px;
    padding-left: 10px;
}
.secondPage .firstColumn .imageOne .social p{
    height: 136px;
    margin-top: 15px;
}
.secondPage .firstColumn .imageOne .social h3{
    padding: 0;
    margin: 0;
}
.secondPage .firstColumn .imageOne span{
    position: absolute;
    bottom: 17px;
    background-color:rgba(255,255,255,0.8);
    ont-size: 1.0em;
    padding: 4px;
    font-weight: bold;
}

.entry_page .ema .item{
    position: relative;
}
.entry_page .ema a{
    color: black;
}

.entry_page .ema .item.alya{
    position: absolute;
    background-image: url('../images2017/alya.jpg');
    background-size: 170px 120px;
    width: 120px;
    height: 120px;
    top: 0px;
    left: 30px;
    border-radius: 0px 10px;
    
}

.entry_page .ema .item.kingfoo{
    position: absolute;
    background-image: url('../images2017/kingFoo.jpg');
    background-size: 190px 120px;
    width: 120px;
    height: 120px;
    top: 0px;
    left: 177px;
    background-position: center; 
    border-radius: 0px 10px;
}

.entry_page .ema .item.leasirk{
    position: absolute;
    background-image: url('../images2017/leaSirk.jpg');
    background-size: 120px 120px;
    width: 120px;
    height: 120px;
    top: 0px;
    right: 177px;
    border-radius: 0px 10px;
}

.entry_page .ema .item.nikazorjan{
    position: absolute;
    background-image: url('../images2017/nikaZorjan.jpg');
    background-size: 120px 120px;
    width: 120px;
    height: 120px;
    top: 0px;
    right: 30px;
    border-radius: 0px 10px;
}

.entry_page .ema .item.omar{
    position: absolute;
    background-image: url('../images2017/omarNaber.jpg');
    background-size: 120px 120px;
    width: 120px;
    height: 120px;
    top: 140px;
    left: 30px;
    border-radius: 0px 10px;
}

.entry_page .ema .item.toscaBeat{
    position: absolute;
    background-image: url('../images2017/toscaBeat.jpg');
    background-size: 150px 120px;
    width: 120px;
    height: 120px;
    top: 140px;
    left: 177px;
    background-position: center; 
    border-radius: 0px 10px;


}

.entry_page .ema .item.sellout{
    position: absolute;
    background-image: url('../images2017/sellout.jpg');
    background-size: 120px 120px;
    width: 120px;
    height: 120px;
    top: 140px;
    right: 177px;
    border-radius: 0px 10px;
    


}


.entry_page .ema .item.zala{
    position: absolute;
    background-image: url('../images2017/zala.jpg');
    background-size: 180px 130px;
    width: 120px;
    height: 120px;
    top: 140px;
    right: 30px;
    border-radius: 0px 10px;


}



.entry_page .ema .item.bql{
    position: absolute;
    background-image: url('../images2017/bql.jpg');
    background-size: 120px 120px;
    width: 120px;
    height: 120px;
    top: 420px;
    left: 30px;  
    border-radius: 10px 0px;
}

.entry_page .ema .item.clemens{
    position: absolute;
    background-image: url('../images2017/clemens.jpg');
    background-size: 170px 120px;;
    width: 120px;
    height: 120px;
    top: 420px;
    left: 177px;
    border-radius: 10px 0px;
}


.entry_page .ema .item.inashai{
    position: absolute;
    background-image: url('../images2017/inaShai.jpg');
    background-size: 120px 120px;
    width: 120px;
    height: 120px;
    top: 420px;
    right: 177px;
    background-position: center; 
    border-radius: 10px 0px;
}




.entry_page .ema .item.kataya{
    position: absolute;
    background-image: url('../images2017/kataya.jpg');
    background-size: 160px 120px;
    width: 120px;
    height: 120px;
    top: 420px;
    right: 30px;
    background-position: center; 
    border-radius: 10px 0px;
}


.entry_page .ema .item.nuska{
    position: absolute;
    background-image: url('../images2017/nuskaDrascek.jpg');
    background-size: 120px 120px;
    width: 120px;
    height: 120px;
    top: 560px;
    left: 30px;
    background-position: center; 
    border-radius: 10px 0px;
}

.entry_page .ema .item.raiven{
    position: absolute;
    background-image: url('../images2017/raiven.jpg');
    background-size: 170px 120px;
    width: 120px;
    height: 120px;
    top: 560px;
    left: 177px;
    background-position: center; 
    border-radius: 10px 0px;
}






.entry_page .ema .item.kori{
    position: absolute;
    background-image: url('../images2017/kori.jpg');
    background-size: 170px 120px;
    width: 120px;
    height: 120px;
    top: 560px;
    right: 177px;
    background-position: center; 
    border-radius: 10px 0px;
}





.entry_page .ema .item.alex{
    position: absolute;
    background-image: url('../images2017/unitedPandaz.jpg');
    background-size: 170px 120px;
    width: 120px;
    height: 120px;
    top: 560px;
    right: 30px;
    background-position: center; 
    border-radius: 10px 0px;
}







h1{font-size:1.5em;padding: 5px 0 0 20px;text-shadow: 0 1px 0 #fff;}
h2{text-shadow: 0 1px 0 #fff;padding-bottom: 4px;}


.firstColumn, .secondColumn, .thirdColumn{color:black;text-decoration: none;}





.secondPage {}

.secondPage  .firstColumn{
    margin-top: 30px;
}



.secondPage  .secondColumn .ema-logo{

    height: 90px;

}

.secondPage  .secondColumn .ema-logo .logo{
    margin-top: 10px;
    width: 240px;
    height: 100px;

    float: left;
    background-image: url('../images/ema.png');
    background-size: 100%;
    cursor: pointer;
     background-repeat: no-repeat;
}

.secondPage  .secondColumn .ema-logo .controlls{

    width: 59px;
    height: 86px;
    float: right;

}

.secondPage  .secondColumn .ema-logo .controlls .up{

    width: 59px;
    height: 59px;
    background-image: url('../images/btn-nazaj(1).png');
    cursor: pointer;

}

.secondPage  .secondColumn .ema-logo .controlls .down{

    width: 59px;
    height: 59px;
    background-image: url('../images/btn-naprej.png');
    cursor: pointer;


}





.secondPage  .secondColumn p{

    margin-top: 30px;
    margin-bottom: 15px;
    max-height: 360px;
    overflow-y: auto
}
.secondPage  .firstColumn h3{
    font-size: 1.2em;
    margin-top: 15px;
    margin-bottom: 15px;
}
.firstColumn p{

    overflow: auto;

}
.secondPage  .firstColumn p,.secondPage  .secondColumn p
{
    padding: 5px;
    background-color:rgba(255,255,255,0.5);
    -webkit-box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.24);
    -moz-box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.24);
    box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.24);

}


.secondPage .firstColumn p,h3{text-align: left;}

.secondPage .firstColumn .fieldThree ul li{display: inline; margin-right: 7px;}

.secondPage .firstColumn{width: 245px;float:left;margin-left: 30px;}
.secondPage .secondColumn{width: 300px;float:left;margin-left: 30px}

.secondPage .thirdColumn a{ color: white; font-weight: bold;}
a.firstColumn .fieldOne, a.firstColumn .fieldTwo, a.firstColumn .fieldThree{text-align: left;}

.second_page_first_person .thirdColumn p{padding: 10px;background: #043972; color: white;border-radius: 5px;opacity: 0.75;}
.second_page_second_person .thirdColumn p{padding: 10px;background: #a10001; color: white;border-radius: 5px;opacity: 0.75;}

.box_rotate {
    -webkit-transform: rotate(180deg); 
    -moz-transform: rotate(180deg); 
    -ms-transform: rotate(180deg); 
    -o-transform: rotate(180deg); 
    transform: rotate(180deg); 
}       





/* Print styles!
-------------------------------------------------------------------------------*/
@media print {



}


/* Media queries!
-------------------------------------------------------------------------------*/

/* Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {


}

@media all and (orientation: portrait) {

}

@media all and (orientation: landscape) {

}

