




/*
     FILE ARCHIVED ON 1:52:05 Aug 21, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:41:57 Nov 3, 2016.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/** 
* @author      Ha Mang-Ky <mang-ky.ha at swatchgroup.com>
* @description 
* 
* @version 1
*/


.newsletter-popin-overlay
{
    background-color:#565654;
    position:fixed;
    z-index:29;
    display:none;
}

.newsletter-popin
{
    background-color:#565654;
    margin-left: auto;
    margin-right: auto;
    width:80%;
    position:fixed;
    z-index:30;
    
    padding: 10px;
    
    
    
    color:#fff;
    
    
    background-color: rgba(86, 86, 84, 0.8);
    
    display:none;
    
    
}

.newsletter-popin .actions span
{
    float:right;
    cursor: pointer;
}

.newsletter-popin .newsletter-popin-header
{

}

.newsletter-popin .newsletter-popin-header:after
{
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.newsletter-popin .newsletter-popin-content
{
    padding-top: 20px;
    text-transform: uppercase;
    font-size: 19px;

}


.newsletter-popin .controls
{
    margin-top:10px;
}



.newsletter-popin .controls .label
{
    text-transform: uppercase;
}

.newsletter-popin .controls button
{
    height:34px;
    margin-top:5px;
}




.icon-newsletter
{
    background-image: url(/web/20160821015205/http://de.tissotshop.com/skin/frontend/tissot_2014/default/images/newsletter-subscription/newsletter.png);
    background-repeat: no-repeat;
    display: block;
}

.icon-cross 
{
    width: 51px;
    height: 51px;
    background-position: -5px -5px;
}

.icon-tissot-logo 
{
    width: 93px;
    height: 42px;
    background-position: -66px -5px;
}




@media only screen and (min-width: 768px) 
{
    .newsletter-popin
    {
        width:80%;
        padding: 46px;
        
    }
    .newsletter-popin .controls button
    {
        margin-top:0;
    }
    
    .newsletter-popin .newsletter-popin-content
    {
        font-size: 24px;

    }
    
    .newsletter-popin .controls .button-container
    {
        padding-left: 10px;
    }
}
/* Medium devices (desktops, 992px and up) */
@media only screen and (min-width: 992px) 
{

    .newsletter-popin
    {
        width:40%;
        padding: 46px;
    }
    
    
    
    
}

@media only screen and (min-width: 1200px)
{
    .newsletter-popin
    {
        width:37%;
        padding: 46px;
    }
}