/*--------------------------------------------------------------
Date created: 26.5.2014.
Description: Template css.
Author: Mićko.
--------------------------------------------------------------*/



/*------------------------------------------------------------*/
/*------------------------- TEMPLATE -------------------------*/
/*------------------------------------------------------------*/

/*------------------------------*/
/*------------- ALL ------------*/
/*------------------------------*/

body, html {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: auto;
    font-family: 'Open Sans Condensed', sans-serif;
    -webkit-overflow-scrolling: touch;
    
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#mainContent {
    width: 100%;
    height: 100%;
}


/*------------------------------*/
/*------------ INFO ------------*/
/*------------------------------*/

#infoBox {
    z-index: 1000;
    display: block;
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
    width: 212px;
    height: 24px;
    margin: 0 auto 3px auto;
    border: 1px solid #fff;
    background-color: rgba(0, 0, 0, 0.4);
    
    -webkit-transition: background-color 1.5s;
       -moz-transition: background-color 1.5s;
	-ms-transition: background-color 1.5s;
	 -o-transition: background-color 1.5s;
	    transition: background-color 1.5s;
}

.info {
    width: 212px;
    height: 24px;
}

.fb-share-button {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.7;
    z-index: 2000;
}

.fb-share-button span {
    width: 100%!important;
    height: 100%!important;
}

.fb-share-button span iframe {
    width: 100%!important;
    height: 100%!important;
}

.uiIconText{
    width: 1000px!important;
    height: 1000px!important;    
}

#infoMain { display: block; }
#languageBox, #socialBox, #facebookBox  { display: none; }

.info input[type="button"] {
    float: left;
    width: 70px;
    height: 24px;
    cursor: pointer;
    border: 0;
    background-color: transparent;
    outline: none;
    font-size: 17px;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    line-height: 16px;

    -webkit-transition: background-color 1.5s;
       -moz-transition: background-color 1.5s;
	-ms-transition: background-color 1.5s;
	 -o-transition: background-color 1.5s;
	    transition: background-color 1.5s;
}

.info input[type="button"]:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

.middleLine {
    float: left;
    display: block;
    height: 24px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}


/*------------------------------------------------------------*/
/*------------------------ RESPONSIVES -----------------------*/
/*------------------------------------------------------------*/

.syncResponsive {
    display: none;
    background-color: rgb(255, 255, 255);
}

@media screen and (max-device-width: 1023px) and (orientation : landscape),
    (max-width: 1023px) and (orientation : landscape),
    (orientation : portrait) {
    
    #infoIcon {
        display: none;
    }
    
    #infoBox {
        z-index: 20;
        display: block;
        top: 93%;
        left: 5%;
        right: 5%;
	width: 90%;
        height: 5%;
        margin-left: -2px;
    }
    
    .info {
        width: 100%;
        height: 100%;
    }

    .info input[type="button"] {
        width: 33%;
        height: 100%;
        font-size: 4vw;
        line-height: 5vw;
    }

    .middleLine {
        height: 100%;
    }
    
    .middleInput {
        width: 33.05% !important;
    }
    
    .syncResponsive {
	background-color: rgb(255, 0, 0);
    }
}


/*------------------------------------------------------------*/
/*------------------- RESPONSIVE FONT SIZE -------------------*/
/*------------------------------------------------------------*/

/*------------------------------*/
/*------------ WIDTH -----------*/
/*------------------------------*/

/*------------ 1366px ----------*/
@media screen and (min-width: 1281px) and (max-width: 1366px) {
    html, body { font-size: 98%; }
}

/*----------- 1280px -----------*/
@media screen and (min-width: 1025px) and (max-width: 1280px) {
    html, body { font-size: 96%; }
}

/*----------- 1024px -----------*/
@media screen and (min-width: 769px) and (max-width: 1024px) {
    html, body { font-size: 94%; }
}

/*------------ 768px -----------*/
@media screen and (min-width: 651px) and (max-width: 768px) {
    html, body { font-size: 92%; }
}

/*------------ 650px -----------*/
@media screen and (min-width: 551px) and (max-width: 650px) {
    html, body { font-size: 88%; }
}

/*------------ 550px -----------*/
@media screen and (min-width: 451px) and (max-width: 550px) {
    html, body { font-size: 86%; }
}

/*------------ 450px -----------*/
@media screen and (min-width: 401px) and (max-width: 450px) {
    html, body { font-size: 84%; }
}

/*------------ 400px -----------*/
@media screen and (min-width: 351px) and (max-width: 400px)  {
    html, body { font-size: 80%; }
}

/*------------ 350px -----------*/
@media screen and (min-width: 301px) and (max-width: 350px)  {
    html, body { font-size: 76%; }
}

/*------------ 300px -----------*/
@media screen and (max-width: 300px) {
    html, body { font-size: 72%; }
}

/*------------------------------*/
/*------------ HEIGHT ----------*/
/*------------------------------*/

/*------------ 850px -----------*/
@media screen and (min-height: 751px) and (max-height: 850px) and (min-width: 500px) {
    html, body { font-size: 90%; }
}

/*------------ 750px -----------*/
@media screen and (min-height: 651px) and (max-height: 750px) and (min-width: 450px) {
    html, body { font-size: 86%; }
}

/*------------ 650px -----------*/
@media screen and (min-height: 601px) and (max-height: 650px) and (min-width: 400px) {
    html, body { font-size: 84%; }
}

/*------------ 600px -----------*/
@media screen and (min-height: 551px) and (max-height: 600px) {
    html, body { font-size: 76%; }
}

/*------------ 550px -----------*/
@media screen and (min-height: 451px) and (max-height: 550px) {
    html, body { font-size: 72%; }
}

/*------------ 450px -----------*/
@media screen and (min-height: 351px) and (max-height: 450px) {
    html, body { font-size: 70%; }
}

/*------------ 350px -----------*/
@media screen and (min-height: 301px) and (max-height: 350px) {
    html, body { font-size: 64%; }
}

/*------------ 350px -----------*/
@media screen and (min-height: 251px) and (max-height: 300px) {
    html, body { font-size: 60%; }
}