/* a */
p a {
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}

/*h1*/

h1 {
    text-transform: none;
    margin-bottom: 0 !important;
}

/*stil paragrafa*/

p.bigger_font {
            font-size: 14px;
        }

/* back to top dugme */

.scroll-to-top {
    background: none;
    margin: 0;
    position: fixed;
    bottom: 30px;
    left: 10px;
    width: 65px;
    height: 60px;
    z-index: 100;
    display: none;
    text-decoration: none;
    color: #ffffff;
    background-color: #00a8ff;
    padding: 5px 10px;
    font-size: 30px;    
    border-radius: 3px;

}

.scroll-to-top:hover {
    text-decoration: none;
    color: #fff;
}
.scroll-to-top:link {
    text-decoration: none;
    color: #fff;
}
.scroll-to-top:visited {
    text-decoration: none;
    color: #fff;
}

@media only screen and (max-width: 700px) {
 .scroll-to-top {
    max-width: 50px;
    max-height: 45px;
    padding: 5px 10px;
}

.scroll-to-top i {
    width: 100% !important;
    height: 100% !important;
}

.scroll-to-top i img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}
}

/* stil za embed modal */

@media only screen and (max-width: 500px) { 
    #success, #success1 {
        float: none !important;
        display: inline-block;
        margin-top: 5px;
    }
    textarea.embed-link {
        font-size: 90%;
    }
}

@media only screen and (max-width: 400px) { 
    textarea.embed-link {
        font-size: 65%;
    }
}

/* uklanjanje levog menija */

.three.columns.leftWrapper.leftWrapperToggle{
    display:none;
}
.columns.contentWrapper {
    width: 100%;
}


/* skrivanje proizvoda */

.hideDropElements, #productsListWrapper, .clear.dotted {display: none;}
.productListHeaderTop.dotted{display: none;}
.dotted{background: none;}

/* ember title p */

p.embed_title {
    margin: 0 !important; 
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: normal !important;
    font-size: 18px !important;
    text-transform: uppercase !important;
    padding: 8px 35px 8px 15px !important;
    background: none repeat scroll 0 0 #00A8FF !important;
    text-align: left !important;
    color:#fff !important;
}    


/*image text sections*/

.image_section {
    display: table-cell;
    max-width: 350px;
    vertical-align: middle;
    text-align: center;
}

.image_section img {
    width: 100%;
}

.text_section {
    display: table-cell;
    max-width: 624px;
    padding: 0 0 0 20px;
    vertical-align: middle;
}

.text_section_left {
    display: table-cell;
    max-width: 624px;
    padding: 0 20px 0 0;
    vertical-align: middle;
}

.text_section p {
    width: 100%;
}

.section_new_iphone {
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
}

@media only screen and (max-width: 768px) {
    .image_section {
       display: block;
    }

    .image_section {
        margin: 0 auto;
    }

    .text_section {
        max-width: 100%;
        padding: 0;
    }
}

/*image text sections*/