﻿div.section .hoverme-list h3 {
    font-size: 1.3em;
    margin:5px;
    font-weight: bold !important;
    align-items: center;
    justify-content: center;
    display: flex;
    max-height: 50px;
    min-height: 50px;
}
.mb_10 {
    margin-bottom:10px;
}
.hoverme-list .hoverme {
    position: relative;
    padding-left:0;
    padding-right:0;
    max-height:120px;
}
.hoverme-list .a {
    cursor: pointer;
    display: block;
    text-align: center;
    position: relative;
    background-color: #679cc7;
    padding: 12px 14px 32px;
    margin: 10px;
    color: #fff;
}
body.notouch .hoverme-list .a:hover {
    background-color: #3e6d9c;
}
.hoverme-list .a span[class^="icon-"] {
    font-size: 80px;
    left: 10px;
    position: absolute;
    -ms-opacity: .3;
    opacity: .3;
    top: 10px;
}

.hoverme-list .hoverme .box{
    top:-10px;
    max-height:0;
    opacity:0;
    padding: 0;
    min-height: 0;
    box-shadow: 2px 5px 16px rgba(0,0,0,.5);
    -webkit-transition: all 0.9s, opacity 0.02s;
    -moz-transition: all 0.9s, opacity 0.02s;
    transition: all 0.9s, opacity 0.02s;
	background: -webkit-radial-gradient(top center, ellipse cover, rgba(172,63,119,1) 20%,rgba(172,63,119,0.2) 100%), url('/~/media/Promos/Homepage/Backgrounds/banner-2016-woman-tablet.jpg') repeat;
	background: -moz-radial-gradient(top center, ellipse cover, rgba(192,63,119,1) 20%, rgba(0,0,0,0) 100%), url('/~/media/Promos/Homepage/Backgrounds/banner-2016-woman-tablet.jpg') repeat; /* FF3.6-15 */
	background: radial-gradient(ellipse at top, rgba(192,63,119,1) 20%,rgba(0,0,0,0) 100%), url('/~/media/Promos/Homepage/Backgrounds/banner-2016-woman-tablet.jpg') repeat; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.hoverme-list .hoverme .box a{
    display: block;
    text-align: left;
    color:white;
    background-color: inherit;
    padding:3px;
    margin:0;
    font-weight: 300;
    text-decoration: none !important;
    text-indent: -5px;
}
.hoverme-list .box a:hover{
    text-decoration: underline !important;
}
.hoverme-list .box a span[class^="icon-"] {
    font-size: 0;
}
.hoverme-list .hoverme.open .box {
    left: 0;right:0;
    margin: 0 5px;
    z-index: 100;
    background-color: #AC3F77;
    -webkit-transition: all 0.9s, opacity 0.02s;
    -moz-transition: all 0.9s, opacity 0.02s;
    transition: all 0.9s, opacity 0.02s;
    max-height:800px;
    opacity:1;
    padding: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.hoverme .box > div {
    display: none;
}
.hoverme.open .box > div {
    display: block;
}
.box.arrow-top:before{
height: 24px;
width: 24px;
top:-12px;
background: linear-gradient(to bottom right,rgb(172,63,119) 50%,rgba(172,63,119,0) 55%);
}
.hoverme-list .hoverme .box.col-1, .hoverme-list .hoverme .box.col-4 {
    margin: 0 -195% 0 5% !important;
}
.box.col-1.arrow-top:before,.box.col-4.arrow-top:before{
    left:15% !important;
}
.hoverme-list .hoverme .box.col-2,.hoverme-list .hoverme .box.col-5 {
    margin: 0 -95% 0 -95% !important;
}
				
.box.col-2.arrow-top:before,.box.col-5.arrow-top:before{
    left: calc(50% - 10px) !important;
}
.hoverme-list .hoverme .box.col-3,.hoverme-list .hoverme .box.col-6 {
    margin: 0 5% 0 -195% !important;
}
.box.col-3.arrow-top:before,.box.col-6.arrow-top:before{
    left: 85% !important;
}
.hoverme strong {
	font-weight: 400;
	font-size: 1.5em;
    display: block;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,.5);
    padding: 5px 5px 3px 10px;
}
.hoverme .b-left {
    background: linear-gradient(to right,rgba(255,255,255,.15) 20%,rgba(255,255,255,0.02) 90%);
    padding: 0 10px 8px 10px;
    border-radius: 5px;
}
/* iPad Portrait */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .hoverme-list .hoverme .box.col-1,.hoverme-list .hoverme .box.col-3,.hoverme-list .hoverme .box.col-5 {
		margin: 0 -93% 0 5% !important;
	}
	.box.col-1.arrow-top:before,.box.col-3.arrow-top:before,.box.col-5.arrow-top:before{
		left:48% !important;
	}
    .hoverme-list .hoverme .box.col-2,.hoverme-list .hoverme .box.col-4,.hoverme-list .hoverme .box.col-6{
		margin: 0 6% 0 -95% !important;
	}
    .box.col-2.arrow-top:before,.box.col-4.arrow-top:before,.box.col-6.arrow-top:before{
		right:48% !important;
	}
}
@media only screen and (min-width: 768px) and (max-width: 992px){
	.hoverme-list .hoverme .box.col-1,.hoverme-list .hoverme .box.col-3,.hoverme-list .hoverme .box.col-5  {
		margin: 0 -93% 0 5% !important;
	}
	.box.col-1.arrow-top:before,.box.col-3.arrow-top:before,.box.col-5.arrow-top:before{
		left:23% !important;
	}
	.hoverme-list .hoverme .box.col-2,.hoverme-list .hoverme .box.col-4, .hoverme-list .hoverme .box.col-6 {
		margin: 0 6% 0 -95% !important;
	}
	.box.col-2.arrow-top:before,.box.col-4.arrow-top:before,.box.col-6.arrow-top:before{
		left:75% !important;
	}
     
}
/* iPhone 6Plus Landscape*/
@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : landscape) {
    .hoverme-list .hoverme .box.col-1,.hoverme-list .hoverme .box.col-2,.hoverme-list .hoverme .box.col-3,.hoverme-list .hoverme .box.col-4,.hoverme-list .hoverme .box.col-5,.hoverme-list .hoverme .box.col-6 {
		margin: 0 15px !important;
	}
    .hoverme-list .hoverme {
        max-height:920px;
    }
}
/* small mobile (iPhone 4,5,6) */
@media only screen and (max-width: 480px) {
    .hoverme-list .hoverme .box.col-1,.hoverme-list .hoverme .box.col-2,.hoverme-list .hoverme .box.col-3,.hoverme-list .hoverme .box.col-4,.hoverme-list .hoverme .box.col-5,.hoverme-list .hoverme .box.col-6 {
		margin: 0 15px !important;
	}
	/*.box.col-1.arrow-top:before,.box.col-2.arrow-top:before,.box.col-3.arrow-top:before{
		left:48% !important;
	}*/
    .hoverme-list .hoverme {
        max-height:920px;
    }
}

abbr[rel='tooltip'] {
                    
    position: absolute;
    bottom: 0px;
    right: 0px;
    display: inline-block;
    width: 36px;
    height: 30px;
    background: #3e6d9c;
    padding: 0px;
    border-radius: 20px 0 0;
    font-size: 1.7em;
}
body.notouch .hoverme .a:hover abbr[rel='tooltip'] {
    background: #679cc7;
}