/*******************************

	POPMYDAY
	
*******************************/

html#popmyday #color-header {
/* 	box-shadow: 0px 0px 90px 45px rgba(0,0,0,0.5); */
}

html#popmyday .container-fluid {
    max-width: 1200px;
}

.popmyday-wrapper {
	margin: 0 auto 0 auto;
	padding: 0px 5px 0px 5px;
	max-width: 1130px;
	text-align: center;
}

#popmyday-featurette-header {
	margin: 0;
	padding: 190px 0 190px 0;
    background-image: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0px,rgba(0,0,0,0) 80px), url(../../image/web/popmyday/balloon.jpg);
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0px,rgba(0,0,0,0) 80px), url(../../image/web/popmyday/balloon.jpg);
    background-image: -o-linear-gradient(top, rgba(0,0,0,0.3) 0px,rgba(0,0,0,0) 80px), url(../../image/web/popmyday/balloon.jpg);
    background-image: -ms-linear-gradient(top, rgba(0,0,0,0.3) 0px,rgba(0,0,0,0) 80px), url(../../image/web/popmyday/balloon.jpg);
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.3) 0px,rgba(0,0,0,0) 80px), url(../../image/web/popmyday/balloon.jpg);
	background-repeat: no-repeat;
    background-position: 50% 50%;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#popmyday-featurette-side-vcenter-wrapper{
    position: absolute;
    background-color: rgba(255,255,255,0.0);
    width: 1130px;
    height: 350px;
    margin: auto;
    top: 0; left: 0; bottom: 0; right: 0;
    text-align: right;
}

#popmyday-featurette-side{
    padding: 20px;
    display: inline-block;
    margin-top: 3%;
    background-color: rgba(255,255,255,0.80);
    height: 350px;
    width: 450px;
    text-align: center;
}

#popmyday-featurette-side-teaser {
    margin: 40px auto 0px auto;
    padding: 0px 10px 0px 10px;
    font-size: 20px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 600;
    letter-spacing:4px;
    line-height: 35px;
    color: black;
}

#popmyday-featurette-side-teaser-subtitle {
    margin: 20px auto 40px auto;
    font-size: 20px;
    letter-spacing: 1.1px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: black;
}

.popmyday-featurette-side-button {
    margin: 0px 0px 0px 0px;
    padding: 15px 50px 15px 50px;
    border: solid 1px #2A2A2A;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 400;
    font-family: "proxima-nova", sans-serif;
    border-radius: 0px;
    color:white;
    background-color: #2A2A2A;
}

.popmyday-featurette-side-button:hover {
    color: black;
    background-color: transparent;
    border: solid 1px black;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

#popmyday-logo {
	margin: 0px auto 0px auto;
	padding: 0;
	height:250px;
	width:250px;
	border-radius: 250px;
	background: url(../../view/images/book/popmyday/logo.png) no-repeat center center;
	background-size: cover;
}

#popmyday-logo > a {
	position: relative;
	top: 117px;
	padding: 110px;
	border-radius: 200px;
}

#popmyday-logo:hover {
	box-shadow: 0px 0px 20px rgba(255,255,255,1);
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.popmyday-featurette-buttons {
	margin: 0;
	padding: 40px 10px 50px 10px;
	background-color: white;
	color:#6D6B68;
}

.popmyday-featurette-buttons-alt-white {
	margin: 0;
	padding: 40px 10px 50px 10px;
	background-color: white;
	color:#6D6B68;
}

#popmyday-teaser {
	margin: 0px auto 20px auto;
	padding: 0px 10px 0px 10px;
	font-size: 36px;  /
	font-family: "proxima-nova", sans-serif;
	font-weight: 300;
	letter-spacing:0px;
	color: black;
}

#popmyday-teaser-subtitle {
	margin: 0px auto 30px auto;
	width: 100%;
	font-size: 23px;
	letter-spacing: 1.1px;
	font-family: 'helvetica neue', sans-serif;
	font-weight: 300;
	line-height: 1.5;
}

#gift-btn {
	margin-left: 10px;
}

.btn-pop-book {
	margin: 0px 0px 0px 0px;
	padding: 15px 5px 15px 5px;
	font-size: 16px;
	letter-spacing: 0.5px;
	width: 450px;
	font-weight: 600;
	font-family: 'helvetica neue';
	border-radius: 0px;
	
	color:white;
	background-color: #A1D5D3; 
}

.btn-pop-book:hover {
	color: white;
	background-color: #5AB4B4; 
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

h4#popmyday-app-subtitle .btn-pop-book {
	margin: 25px 0 0 0;
}

.btn-pop-location {
	margin: 0px 0px 0px 0px;
	padding: 15px 5px 15px 5px;
	font-size: 16px;
	letter-spacing: 0.5px;
	width: 100%;
	font-weight: 600;
	font-family: 'helvetica neue';
	border-radius: 0px;
	color:white;
	background-color: #A1D5D3; 
}


#popmyday-featurette-press {
	margin: 0;
	padding: 0px 0px 0px 0px;
	background-color: #FAFBFB;
	border-top: 1px solid #EDEEEE;
	border-bottom: 1px solid #EDEEEE;
}

#popmyday-press-banner {
	width: 100%;
	height: 180px;
	background-image: url(../../image/web/popmyday/press.jpg);
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.popmyday-featurette-text-white {
	margin: 0;
	padding: 35px 0 35px 0;
	background-color: white;
	line-height: 1.5;
	color:#7C7975;
	font-weight: 300;
	font-family: helvetica;
	font-size: 17px;
	letter-spacing: 0.9px;
}

.popmyday-featurette-text-gray {
	margin: 0;
	padding: 35px 0 35px 0;
	background-color: #FAFAFA;
	line-height: 1.5;
	color:#7C7975;
	font-weight: 300;
	font-family: helvetica;
	font-size: 17px;
	letter-spacing: 0.9px;
	border-top: 1px solid #EDEEEE;
	border-bottom: 1px solid #EDEEEE;
}

.popmyday-featurette-text-bg {
	margin: 0;
	padding: 35px 0 35px 0;
	line-height: 1.5;
	font-weight: 300;
	font-family: helvetica;
	font-size: 17px;
	letter-spacing: 0.9px;
	color: white;
	background-color: transparent;
	background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image:url(../../image/web/popmyday/balloon2.jpg);
}

.popmyday-featurette-text-bg a {
	color:white;
}

.popmyday-featurette-3x-white {
	margin: 0;
	padding: 35px 0 35px 0;
	background-color: white;
}

.popmyday-featurette-3x-gray {
	margin: 0;
	padding: 35px 0 35px 0;
	background-color: #FAFAFA;
}

.popmyday-featurette-title {
	width: 100%;
	margin: 10px 0 20px 0;
	font-size: 26px;
	line-height: 1.3em;
	letter-spacing: -0.5px;
    font-family: "proxima-nova", sans-serif;
	font-weight: 400;
	color:#817c77;
}

.popmyday-col-3 {
    line-height: 1.5;
    margin: 120px 5px 120px 5px;
    padding: 0 10px 0 10px;
    width: 360px;
    vertical-align: top;
    display: inline-block;
    color:black;
    font-weight: 300;
    font-family: proxima-nova, sans-serif;
    font-size: 17px;
    letter-spacing: 1px;
}

.popmyday-col-3 > h4 {
    padding: 0 0 15px 0;
    line-height: 1.5;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 3px;
    font-family: 'proxima-nova';
}

.col-3-popmyday {
	line-height: 1.5;
	margin: 40px 5px 10px 5px;
	padding: 0 10px 0 10px;
	background-color: ;
	width: 360px;
	vertical-align: top;
	display: inline-block;
	color:#7C7975;
	font-weight: 300;
	font-family: helvetica, sans-serif;
	font-size: 17px;
	letter-spacing: 0.9px;
}

.col-3-popmyday > p {
	text-align: center !important;
}

.col-3-button .col-3-popmyday {
	margin: 10px 0px 0px 0px;
	padding: 0px 3px 0px 3px;
}

.col-3-button ul.col-3-popmyday {
	list-style-type: none;
}


.popmyday-icon {
	margin: 0;
	padding: 0 0 8px 0;
	font-size: 70px !important;
	color: #72c8c7;
}

.popmyday-icon-num {
	display: inline-block;
    font-family: "proxima-nova", sans-serif;
	font-weight: 500;
	font-style: normal;
	margin: 0;
	width: 70px;
	height: 70px;
	border-radius: 80px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	font-size: 40px;
	line-height: 62px;
	color: white;
	background-color: #6BC8C7;
}

.num-alt {
	font-weight: 300;
	color: #52B4B3;
	background-color: white;
	border: 2px solid #52B4B3;
}


.col-3-popmyday > h4 {
	padding: 0 0 8px 0;
	line-height: 1.5;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 1px;
	color:#6d6b68;
	font-family: 'helvetica neue';
}

.col-3-popmyday > h4.white {
	color: white;
}

.popmyday-featurette-3x-bg {
	margin: 0;
	padding: 35px 0 35px 0;
	color: white;
	background-color: transparent;
	background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image:url(../../image/web/popmyday/balloon2.jpg);
}

#popmyday-featurette-app {
	margin: 0;
	padding: 140px 0 35px 0;
	min-height: 500px;
	background-color: white;
	background-image: url(../../view/images/book/popmyday/iphone-en.png);
    background-size: 273px 450px;
	background-repeat: no-repeat;
	background-position:15% 100%;
}

#popmyday-featurette-app.app-fr {
	background-image: url(../../view/images/book/popmyday/iphone-fr.png);
}

#popmyday-app-title {
	padding-left: 400px;
	line-height: 1.5;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 1px;
	color:#6d6b68;
	font-family: 'helvetica neue';
}

#popmyday-app-title-v2 {
    font-family: 'proxima-nova', sans-serif;
    color: black;
    padding-left: 400px;
    line-height: 1.5;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 3px;
}

#popmyday-app-subtitle {
	padding-left: 400px;
	line-height: 1.5;
	color:#7C7975;
	font-weight: 300;
	font-family: helvetica;
	font-size: 17px;
	letter-spacing: 0.9px;
}

#popmyday-app-subtitle-v2 {
    margin-top: 20px;
    font-family: 'proxima-nova', sans-serif;
    color: black;
    padding-left: 400px;
    line-height: 1.5;
    font-weight: 300;
    font-size: 17px;
    letter-spacing: 1px;
}

.white {
	color:white;
}

.white > span {
	color:white;
	text-shadow: 0px 1px 6px rgba(0,0,0,0.5);
}


/*******************************

	POPMYDAY RESPONSIVE

*******************************/


@media all and (max-width: 1200px)
{
	.popmyday-wrapper {
		max-width: 930px;
	}

    #popmyday-featurette-header-v2 {
        background-attachment: scroll !important;
    }

    #popmyday-featurette-side-vcenter-wrapper{
        max-width: 930px;
    }

	#popmyday-press-banner {
		height: 150px;
	}

    .popmyday-col-3 {
        width: 290px;
    }

	.col-3-popmyday {
		width: 290px;
	}
}

@media all and (max-width: 990px)
{
	.popmyday-wrapper {
		max-width: 720px;
	}

    #popmyday-featurette-header-v2 {
        background-attachment: scroll !important;
    }

    #popmyday-featurette-side-vcenter-wrapper{
        max-width: 720px;
    }

	#popmyday-logo {
		padding: 0;
		margin: 0px auto 0px auto;
		height: 200px;
		width: 200px;
	}

	#popmyday-teaser {
	}
		
	.btn-pop-book {
		width: 300px;
	}
	
	#popmyday-press-banner {
		height: 120px;
	}
		
	.popmyday-featurette-title {
		font-size: 23px;
	}
		
	.popmyday-featurette-text-white {
		padding: 30px 0 30px 0;
		font-size: 14px;
		letter-spacing: 0.3px;
	}
	
	.popmyday-featurette-text-gray {
		padding: 30px 0 30px 0;
		font-size: 14px;
		letter-spacing: 0.3px;
	}
	
	.popmyday-featurette-text-bg {
		padding: 30px 0 30px 0;
		font-size: 14px;
		letter-spacing: 0.3px;
	}
					
	.popmyday-featurette-3x-white {
		padding: 30px 0 30px 0;
	}
		
	.popmyday-featurette-3x-bg {
		padding: 30px 0 30px 0;
	}

    .popmyday-featurette-3x-bg-v2 {
        padding: 30px 0 30px 0;
    }

    .popmyday-col-3 {
        width: 220px;
        font-size: 15px;
        letter-spacing: 0.3px;
    }

    .popmyday-col-3 > h4 {
        font-size: 13px;
    }

	.col-3-popmyday {
		width: 220px;
		font-size: 14px;
		letter-spacing: 0.3px;
	}
	
	.col-3-popmyday > h4 {
		font-size: 15px;
	}
	
	#popmyday-app-title {
		padding-left: 350px;
		font-size: 15px;
	}

    #popmyday-app-title-v2 {
        padding-left: 350px;
        font-size: 13px;
    }

	#popmyday-app-subtitle {
		padding-left: 350px;
		font-size: 14px;
		letter-spacing: 0.3px;
	}

    #popmyday-app-subtitle-v2 {
        padding-left: 350px;
        font-size: 15px;
        letter-spacing: 0.3px;
    }
}

@media all and (max-width: 767px)
{

	.popmyday-wrapper {
		width: 100%;
		padding: 0px 15px 0px 15px;
	}

    #popmyday-featurette-header {
        padding: 90px 0 90px 0;
        background-repeat: no-repeat;
        background-position: 60% 40%;
        background-attachment: scroll;
        background-size: cover;
        background-image: url(../../image/web/popmyday/balloon.jpg);
    }

    #popmyday-featurette-side-vcenter-wrapper{
        width: 90%;
        height: 300px;
    }

    #popmyday-featurette-side{
        width: 100%;
        padding: 20px;
        margin-top: 5%;
        height: 300px;
    }

    #popmyday-featurette-side-teaser {
        margin: 30px auto 0px auto;
        padding: 0px 10px 0px 10px;
        font-size: 17px;
        font-weight: 600;
        letter-spacing:2px;
        line-height: 25px;
    }

    #popmyday-featurette-side-teaser-subtitle {
        margin: 20px auto 30px auto;
        font-size: 16px;
        letter-spacing: 1px;
        font-weight: 400;
        line-height: 1.5;
    }

    .popmyday-featurette-side-button {
        margin: auto;
        padding: 15px 30px 15px 30px;
        font-size: 15px;
        /*width: 100%;*/
        letter-spacing: 1px;
        font-weight: 400;
    }

    .popmyday-featurette-side-button:hover {

    }

	#popmyday-logo {
		margin: 0px auto 0px auto;
		padding: 0;
		height: 150px;
		width: 150px;
	}
	
	#popmyday-logo > a {
		position: relative;
		top: 67px;
		padding: 65px;
		border-radius: 100px;
	}

	.popmyday-featurette-buttons {
		padding: 25px 0px 30px 0px;
	}

	.popmyday-featurette-buttons-alt-white {
		padding: 25px 0px 30px 0px;
	}

	#popmyday-teaser {
		margin: 0px auto 0 auto;
		font-size: 23px;
		width: 100%;
		letter-spacing: 0px;
	}
	
	#popmyday-teaser-subtitle {
		margin: 5px auto 20px auto;
		font-size: 16px;
		width: 100%;
	    line-height: 1.3;
	    letter-spacing: 1px;
	}
	
	#gift-btn {
		margin: 10px auto 0px auto;
		display: block;
	}
	
	.btn-pop-book {
		font-size: 14px;
		width: 100%;
		display: inline-block;
		overflow: hidden;
	}
	
	.btn-pop-location {
		font-size: 14px;
	}
	
	#popmyday-press-banner {
		height: 100px;
	}
	
	.popmyday-featurette-3x-white {
		margin: 0;
		padding: 20px 0px 20px 0px;
	}

	.popmyday-featurette-3x-bg {
		margin: 0;
		padding: 20px 0px 20px 0px;
	    background-position: center center;
	    background-attachment: scroll;
	}

	.popmyday-featurette-title {
		font-size: 20px;
		letter-spacing: 0px;
		margin: 10px 0 25px 0;
	}

	.popmyday-featurette-text-white {
		margin: 0;
		padding: 20px 10px 20px 10px;
		font-size: 15px;
	    line-height: 1.4;
	}
	
	.popmyday-featurette-text-gray {
		margin: 0;
		padding: 20px 10px 20px 10px;
		font-size: 15px;
	    line-height: 1.4;
	}
	
	.popmyday-featurette-text-bg {
		margin: 0;
		padding: 20px 10px 20px 10px;
		font-size: 15px;
	    line-height: 1.4;
	}

    .popmyday-col-3 {
        margin: 0 auto 0px auto;
        padding: 20px 10px 0 10px;
        font-size: 15px;
        width: 100%;
        line-height: 1.4;
    }

	.col-3-popmyday {
		margin: 0 auto 0px auto;
		padding: 20px 10px 0 10px;
		font-size: 15px;
		width: 100%;
	    line-height: 1.4;
		letter-spacing:;
	}

	.col-3-popmyday > i {
		font-size: 30px !important;
		margin: 0px 0px 10px 0px;
	}
		
	.popmyday-icon-num {
		font-size: 30px !important;
		width: 40px;
		height: 40px;
		line-height: 40px;
		margin: 0px 0px 10px 0px;
	}
	
	.num-alt {
		font-weight: 300;
		line-height: 37px;
		border: 1px solid #52B4B3;
	}

    .popmyday-col-3 > h4 {
        font-weight: 500;
        font-size: 13px;
        letter-spacing: 2px;
        margin: 10px 0 10px 0;
        line-height: 1.4;
    }

	.col-3-popmyday > i.white {
		color:white;
	}

	.col-3-popmyday > h4 {
		font-weight: 500;
		font-size: 15px;
		letter-spacing: -0.6px;
		margin: 10px 0 10px 0;
		line-height: 1.4;
	}

	#popmyday-featurette-app {
		margin: 0;
		padding: 20px 0 90px 0;
		background-color: white;
		background: url(../../view/images/book/popmyday/iphone-en.png) no-repeat;
		background-position:50% 100%;
		background-size: 273px 450px;
	}

	#popmyday-app-title {
		padding: 10px 0px 0px 0px;
		margin: 0 auto 0 auto;
		font-weight: 500;
		font-size: 15px;
		line-height: 1.4;
		letter-spacing: -0.5px;
		width: 100%;
	}

    #popmyday-app-title-v2 {
        padding: 10px 0px 0px 0px;
        margin: 0 auto 0 auto;
        font-weight: 500;
        font-size: 13px;
        line-height: 1.4;
        letter-spacing: 2px;
        width: 100%;
    }

	#popmyday-app-subtitle {
		margin: 0 auto 0 auto;
		padding: 20px 0 390px 0;
		font-size: 15px;
		width: 100%;
	    line-height: 1.4;
	}

    #popmyday-app-subtitle-v2 {
        margin: 0 auto 0 auto;
        padding: 20px 0 390px 0;
        font-size: 15px;
        width: 100%;
        line-height: 1.4;
    }
}
