/* MODAL */
#MODAL{position: absolute; z-index: 500; top: -100%; left: 0px; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.75); opacity: 0; filter: alpha(opacity=0);}
#MODAL .Background{position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px;}
#MODAL .Container{position: absolute; top: 50%; left: 50%; margin: -77px 0px 0px -250px; width: 500px; height: 154px; min-height: initial; font-size: 0px; background: #242424;}
#MODAL .Container .Image{position: absolute; top: 0px; left: 0px;}
#MODAL .Container .Area{position: absolute; top: 0px; left: 500px; right: 0px; height: 100%; color: #FFFFFF;}
#MODAL .Container .Area .Line{margin: 15px 20px 0px 20px; width: (100% - 25px); height: 1px; background: #FFFFFF;}
#MODAL .Container .Area .Title{margin: 17px 20px 0px 18px; font-family: 'Gotham-Bold'; font-size: 28px; line-height: 28px;}
#MODAL .Container .Area .Description{margin: 15px 0px 16px 19px; font-size: 24px; line-height: 26px;}
#MODAL .Container .Area b{color: #FFFFFF;}

#MODAL .Container .Area .Item{position: relative; margin: 1px 0px 0px 20px; width: 100%; height: 70px;}
#MODAL .Container .Area .Item .Icon{position: relative; float: left; margin-right: 1px; width: 70px; height: 100%; background: rgba(0, 0, 0, 0.25);}
#MODAL .Container .Area .Item .Middle{float: left; width: 130px; height: 100%; background: rgba(0, 0, 0, 0.25);}
#MODAL .Container .Area .Item .Middle .Middle-Title{margin: 16px 0px 0px 19px; font-family: 'Gotham-Bold'; font-size: 16px;}
#MODAL .Container .Area .Item .Middle .Middle-URL{margin: -2px 0px 0px 19px; font-size: 16px;}
#MODAL .Container .Area .Item .Like{float: left; width: 140px; height: 100%; background: rgba(0, 0, 0, 0.25);}
#MODAL .Container .Area .Item .Like .Facebok-Like{position: relative; z-index: 80; margin: 25px 0px 0px 0px;}
#MODAL .Container .Area .Item:hover .Icon{background: rgba(0, 0, 0, 0.50);}
#MODAL .Container .Area .Item:hover .Middle{background: rgba(0, 0, 0, 0.50);}
#MODAL .Container .Area .Item:hover .Like{background: rgba(0, 0, 0, 0.50);}

#MODAL .Container .Sign{position: absolute; top: -65px; left: 260px;}
#MODAL .Container .Close{position: absolute; overflow: hidden; top: 15px; right: 15px; /* margin-top: -5px; */ width: 50px; height: 50px; background: #e40613;}
#MODAL .Container .Close:hover{background: #ab040e;}
#MODAL .Container .Close .Image{margin: -15px 0px 0px -14px;}
