@charset "utf-8";
/* CSS Document */

#element_to_pop_up { 
background-color:#000;
    border-radius:15px;
	border: 1px solid #C31818;
    color:#fff;
    display:none; 
    padding:20px;
	width: 800px;
    min-width:400px;
    min-height: 180px;
	font-size: 12px;
}
.b-close{
    cursor:pointer;
    position:absolute;
    right:10px;
    top:5px;
	font-weight: bold;
	font-size: 20px;
}

#my-button  {
	background: none !important;
	border: 0px solid !important;
	cursor: pointer !important;
}

#element_to_pop_up1  { 
background-color:#000;
    border-radius:15px;
	border: 1px solid #C31818;
    color:#fff;
    display:none; 
    padding:20px;
	width: 800px;
    min-width:400px;
    min-height: 180px;
	font-size: 12px;
}

#my-button1  {
	background: none !important;
	border: 0px solid !important;
	cursor: pointer !important;
}

#element_to_pop_up2 { 
background-color:#000;
    border-radius:15px;
	border: 1px solid #C31818;
    color:#fff;
    display:none; 
    padding:20px;
	width: 800px;
    min-width:400px;
    min-height: 180px;
	font-size: 12px;
}

#my-button2  {
	background: none !important;
	border: 0px solid !important;
	cursor: pointer !important;
}

#element_to_pop_up3 { 
background-color:#000;
    border-radius:15px;
	border: 1px solid #C31818;
    color:#fff;
    display:none; 
    padding:20px;
	width: 800px;
    min-width:400px;
    min-height: 180px;
	font-size: 12px;
}

#my-button3  {
	background: none !important;
	border: 0px solid !important;
	cursor: pointer !important;
}

#element_to_pop_up3 { 
background-color:#000;
    border-radius:15px;
	border: 1px solid #C31818;
    color:#fff;
    display:none; 
    padding:20px;
	width: 800px;
    min-width:400px;
    min-height: 180px;
	font-size: 12px;
}

#my-button3  {
	background: none !important;
	border: 0px solid !important;
	cursor: pointer !important;
}

#element_to_pop_up4 { 
background-color:#000;
    border-radius:15px;
	border: 1px solid #C31818;
    color:#fff;
    display:none; 
    padding:20px;
	width: 800px;
    min-width:400px;
    min-height: 180px;
	font-size: 12px;
}

#my-button4  {
	background: none !important;
	border: 0px solid !important;
	cursor: pointer !important;
}

#element_to_pop_up5 { 
background-color:#000;
    border-radius:15px;
	border: 1px solid #C31818;
    color:#fff;
    display:none; 
    padding:20px;
	width: 800px;
    min-width:400px;
    min-height: 180px;
	font-size: 12px;
}

#my-button5  {
	background: none !important;
	border: 0px solid !important;
	cursor: pointer !important;
}

#element_to_pop_up6 { 
background-color:#000;
    border-radius:15px;
	border: 1px solid #C31818;
    color:#fff;
    display:none; 
    padding:20px;
	width: 800px;
    min-width:400px;
    min-height: 180px;
	font-size: 12px;
}

#my-button6  {
	background: none !important;
	border: 0px solid !important;
	cursor: pointer !important;
}

#element_to_pop_up7 { 
background-color:#000;
    border-radius:15px;
	border: 1px solid #C31818;
    color:#fff;
    display:none; 
    padding:20px;
	width: 800px;
    min-width:400px;
    min-height: 180px;
	font-size: 12px;
}

#my-button7  {
	background: none !important;
	border: 0px solid !important;
	cursor: pointer !important;
}


.promo  {
	display: block;
	position: relatve;
	width: 1024px;
	height: auto;
	margin: 0 auto;
}


/* Style the tab */
.tab {
    overflow: hidden;
    margin-top: 5px;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    display: inline-block;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 15px 20px ;
    font-size: 14px;
    vertical-align: middle;
    text-align: center;
    background: url(../../img/tab11.png) no-repeat;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background: url(../../img/tab11_hvr.png) no-repeat;
    color:white;
}

/* Create an active/current tablink class */
.tab button.active {
    background: url(../../img/tab11_hvr.png) no-repeat;
    color:white;
}

/* Style the tab content */
.tabcontent {
    display: none;
    border-top: none;
}