﻿@media (max-width: 767px) {
    .call-to-action1 {
        margin-top: 290px !important;
    }
}

@media (max-width: 992px) {
    .call-to-action1 {
        margin-top: 420px;
    }
	.NoDisplayMob {display:none !important}
	.BoxTextHome {font-size:1em !important; line-height:18px}
}


/* FANCYBOX POPUP ONLOAD */

#consolPopup {
    display:none;
	width:100%;
    max-width:400px !important;
    margin:0;
    padding:0;
}
#consolPopup h1 {
    text-align:center;
    margin:0;
    padding:30px;
    text-align;
    center;
    color:#fff;
    margin-bottom:10px;
    background: #4caf50;
    /* Old browsers */
    background: -moz-linear-gradient(top, #4caf50 0%, ##009688 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4caf50), color-stop(100%, #009688));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #4caf50 0%, #009688 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #4caf50 0%, #009688 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #4caf50 0%, #009688 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #4caf50 0%, #009688 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4caf50', endColorstr='#009688', GradientType=0);
    /* IE6-9 */
}
#consolPopup p {
    padding:10px;
	text-align:center;
	color:#009688;
}
.fancybox-skin {
    padding:0 !important;
}