html,body,header,footer,nav,section,article,aside,div,span,object,h1,h2,h3,h4,h5,h6,p,blockquote,a,img,strong,dl,dt,dd,ol,ul,li,fieldset,form,label{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent;}
body{line-height:1;overflow-x:hidden;}
ol,ul{list-style:none;}
blockquote{quotes:none;}
blockquote:before,blockquote:after{content:'';content:none;}
:focus{outline:0;}
/* ---------------------------------------------- GLOBAL ----------------------------------------------------------------------------------- */
@font-face{
 font-family:Segoe;
 src:url(http://www.ikospot.com/css/fonts/segoeui.eot);
 src:url(http://www.ikospot.com/css/fonts/segoeui.eot?#iefix) format('embedded-opentype'),url(http://www.ikospot.com/css/fonts/segoeui.ttf);
}
@font-face{
 font-family:SegoeLight;
 src:url(http://www.ikospot.com/css/fonts/segoeuil.eot);
 src:url(http://www.ikospot.com/css/fonts/segoeuil.eot?#iefix) format('embedded-opentype'),url(http://www.ikospot.com/css/fonts/segoeuil.ttf)
}
@font-face{
 font-family:SegoeItalic;
 src:url(http://www.ikospot.com/css/fonts/seguili.eot);
 src:url(http://www.ikospot.com/css/fonts/seguili.eot?#iefix) format('embedded-opentype'),url(http://www.ikospot.com/css/fonts/seguili.ttf);
}
@font-face{
 font-family:SegoeBlack;
 src:url(http://www.ikospot.com/css/fonts/seguibl.eot);
 src:url(http://www.ikospot.com/css/fonts/seguibl.eot?#iefix) format('embedded-opentype'),url(http://www.ikospot.com/css/fonts/seguibl.ttf);
}
body{
  background-color:#dedede;
}
p,li,a, label, button{
 font-family:Segoe UI Light,SegoeLight;
}
a{
 font-family:Segoe UI,Segoe;
 -moz-transition:color 0.2s ease-out;-webkit-transition:color 0.2s ease-out;-o-transition:color 0.2s ease-out;transition:color 0.2s ease-out;
 -moz-transition:background-color 0.1s ease-out;-webkit-transition:background-color 0.1s ease-out;-o-transition:background-color 0.1s ease-out;transition:background-color 0.1s ease-out;
 text-decoration:none;
 cursor:pointer;
}
h1{
 color:#b11116;
 font-family:Segoe UI,Segoe;
 font-weight:200;
 font-size:27pt;
 line-height:1.2em;
}
h2{
 font-family:Segoe UI,Segoe;
 font-size:19pt;
 font-weight:200;
}
input{
 -moz-transition:color 0.2s ease-out;-webkit-transition:color 0.2s ease-out;-o-transition:color 0.2s ease-out;transition:color 0.2s ease-out;
}
.display_block{
 display:block!important;
}
.display_none{
 display:none!important;
}
.d61717{
 color:#b11116;
}
@media(max-width:1024px){
 h1{
  font-size:25pt;
 }
}
@media(max-width:700px){
 h1{
  font-size:23pt;
 }
}
@media(max-width:550px){
 h1{
  font-size:20pt;
 }
}
/* ---------------------------------------------- HEADER ---------------------------------------------------------------------------------- */
header{
 width:100%;
 height:500px;
 background-color:#4785a5;
 background:url(http://www.ikospot.com/imgs/background/athens-background.jpg);
 background-position:top center;
 background-size:cover;
}
#cont_menu{
 width:100%;height:86px;
}
#logo{
 display:block;width:370px;height:86px;float:left;background-color:#fff;text-align:center;
}
#logo img{
 margin:20px auto 0 auto;
 width:238px;
 height:52px;
}
#logo_icon{
 display:none;
}
#menu{
 width:100%;
 height:51px;
 padding-top:18px;
 background-color:#333;
 -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
}
#menu a{
 font-family:Segoe UI,Segoe;
 color:#ddd;
 font-size:10pt;
 padding:10px 25px;
}
#menu a:hover{
 color:#fff;
}
#menu a.selected{
 background:url(http://www.ikospot.com/imgs/design/arrow_menu.png);
 padding-bottom:18pt;
 background-repeat:no-repeat;
 background-position:bottom center;
}
#menu a.first{
 margin-left:25px;
}
#settings_bt{
 display:block;
 float:right;
 width:15px;
 height:15px;
 margin:0 30px 0 0;
 padding:0!important;
 background:url(http://www.ikospot.com/imgs/design/settings.png);
 background-size:15px;
 background-repeat:no-repeat;
 background-position:top right;
}
#settings_bt:hover{
 background-position:bottom right;
}
#settings_bt em{
 display:none;
}
/* -------------------------------------------- FOLDED MENU ------------------------------------------------------------------------------- */
#menu-small{
 display:none;
}
#menu-small-start{
 float:left;
 position:relative;
 z-index:5;
 display:block;
 margin:0 0 -18px 25px;
 position:relative;
 z-index:1;
}
#menu-small-start a{
 text-decoration:none;
 font-size:11pt;
 color:#ddd;
 padding:0 0 15px 15px;
}
#menu-small-start a:hover{
 color:#fff;
}
#cont_menu ul#menuDd{
 position:absolute;
 top:33px;
 list-style:none;
 background:#3483aa;
 -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
 opacity:0;
 visibility:hidden;
 -moz-transition:opacity 0.2s 0.1s ease-out,visibility 0.1s 0.1s linear;-webkit-transition:opacity 0.3s ease-out,visibility 0.1s 0.1s linear;-o-transition:opacity 0.3s ease-out,visibility 0.1s 0.1s linear;transition:opacity 0.3s ease-out,visibility 0.1s 0.1s linear;
}
#cont_menu ul#menuDd li{
 border:none;
 border-bottom:1px solid #808285;
 clear:both;
 height:38px;
 -moz-transition:opacity 0.1s 0.15s ease-out,margin 0.3s 0.1s ease-out;-webkit-transition:opacity 0.1s 0.15s ease-out,margin 0.3s 0.1s ease-out;-o-transition:opacity 0.15s 0.15s ease-out,margin 0.3s 0.1s ease-out;transition:opacity 0.15s 0.15s ease-out,margin 0.3s 0.1s ease-out;
}
#cont_menu ul#menuDd a{
 display:block;
 height:17px;
 padding:12px 10px 9px 15px;
 width:145px;
 color:rgba(255,255,255,0);
 background-color:#5a5c5e;
}
#cont_menu ul#menuDd a:hover{
 background-color:#6a6c6e;
 color:#fff;
}
#cont_menu ul li:hover ul#menuDd{
 opacity:1;
 visibility:visible;
}
#cont_menu ul li:hover ul#menuDd li{
 margin-top:0;
 opacity:1;
}
#cont_menu ul li:hover ul#menuDd li a{
 color:rgba(255,255,255,0.6);
 -moz-transition:color 0.1s ease-out;-webkit-transition:color 0.1s ease-out;-o-transition:color 0.1s ease-out;transition:color 0.1s ease-out;
}
#cont_menu ul li:hover ul#menuDd li a:hover{
 color:rgba(255,255,255,1);
 -moz-transition:color 0.3s ease-out;-webkit-transition:color 0.3s ease-out;-o-transition:color 0.3s ease-out;transition:color 0.3s ease-out;
}
#cont_menu ul li:hover ul#menuDd li:hover>a{
 color:#eee;
}
#signin_nav{
 display:none;
}
/* --------------------------------------------- SUBMENU --------------------------------------------------------------------------------- */
#settings{
 display:none;
}
#submenu{
 display:block;
 height:36px;
 margin:-36px auto 0 auto;
 width:100%;
 -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
 background-color:rgba(51,51,51,0.5);
}
#submenu_cont{
 display:block;
 float:right;
 padding-right:35px;
 margin:0 auto;
}
#langs,#signin{
 display:block;
 float:left;
}
#submenu_cont a{
 font-family:Segoe UI,Segoe;
 color:#eee;
 font-size:9.5pt;
}
#submenu_cont a:hover{
 color:#fff;
}
#langs{
 position:relative;
}
#langs a{
 color:#eee;
 text-decoration:none;
}
#langs em{
 font-style:normal;
}
#langs a:hover{
 color:#fff;
}
.lang_selected{
 display:block;
 -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
 padding:0;
 margin:16px 12px 0 0;
 height:20px;
}
.lang_selected:hover em{
 background-position:bottom right;
}
.lang_selected img{
 display:block;
 float:left;
 margin:-4px 10px 0 0;
}
.lang_selected em{
 display:inline-block;
 vertical-align:top;
 font-style:normal;
 line-height:3px;
 padding-right:20px;
 height:6px;
 background:url(http://www.ikospot.com/imgs/design/arrow_lang.png);
 background-repeat:no-repeat;
 background-position:top right;
}
#submenu ul#langSubmenu{
 float:left;
 list-style:none;
 padding:0;
 position:absolute;
 z-index:10;
 background:#222;
 -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
 opacity:0;
 visibility:hidden;
 -moz-transition:opacity 0.2s 0.1s ease-out,visibility 0.1s 0.1s linear;-webkit-transition:opacity 0.3s ease-out,visibility 0.1s 0.1s linear;-o-transition:opacity 0.3s ease-out,visibility 0.1s 0.1s linear;transition:opacity 0.3s ease-out,visibility 0.1s 0.1s linear;
}
#submenu ul#langSubmenu li{
 border:none;
 border-bottom:1px solid #808285;
 clear:both;
 height:34px;
 -moz-transition:opacity 0.1s 0.15s ease-out,margin 0.3s 0.1s ease-out;-webkit-transition:opacity 0.1s 0.15s ease-out,margin 0.3s 0.1s ease-out;-o-transition:opacity 0.15s 0.15s ease-out,margin 0.3s 0.1s ease-out;transition:opacity 0.15s 0.15s ease-out,margin 0.3s 0.1s ease-out;
}
#submenu ul#langSubmenu a{
 display:block;
 height:14px;
 padding:10px;
 width:105px;
 color:rgba(255,255,255,0);
 background-color:#5a5c5e;
}
#submenu ul#langSubmenu a:hover{
 background-color:#6a6c6e;
}
#submenu ul#langSubmenu em{
 display:block;
 float:left;
}
#submenu ul#langSubmenu img{
 display:block;
 float:left;
 margin-right:10px;
}
#submenu ul li:hover ul#langSubmenu{
 opacity:1;
 visibility:visible;
}
#submenu ul li:hover ul#langSubmenu li{
 margin-top:0;
 opacity:1;
}
#submenu ul li:hover ul#langSubmenu li a{
 color:rgba(255,255,255,0.6);
 -moz-transition:color 0.1s ease-out;-webkit-transition:color 0.1s ease-out;-o-transition:color 0.1s ease-out;transition:color 0.1s ease-out;
}
#submenu ul li:hover ul#langSubmenu li a:hover{
 color:rgba(255,255,255,1);
 -moz-transition:color 0.3s ease-out;-webkit-transition:color 0.3s ease-out;-o-transition:color 0.3s ease-out;transition:color 0.3s ease-out;
}
#submenu ul li:hover ul#langSubmenu li:hover > a{
 color:#eee;
}
header .last{
 border-bottom:0;
}
#signin{
 -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
 border-left:1px solid #eee;
 padding:1px 0 0 15px;
 margin-top:8px;
 height:20px;
}
#signin a{
 -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
 background:url(http://www.ikospot.com/imgs/design/logicon.png);
 background-size:13px;
 background-repeat:no-repeat;
 background-position:top left;
 padding:3px 0 0 20px;
 display:block;
 height:18px;
}
#signin a:hover{
 background-position:bottom left;
}
@media(max-width:1400px){
 #logo{
  width:300px;
 }
 #logo img{
  width:201px;
  height:44px;
  margin:23px auto 0 auto;
 }
 #menu a{
  padding:10px 20px;
 }
 #submenu_cont{
  padding-right:2%;
 }
 #settings_bt{
  margin-right:1.8%;
 }
}
@media(max-width:1200px){
 #logo{
  width:220px;
 }
 #logo img{
  width:173px;
  height:38px;
  margin:25px auto 0 auto;
 }
 #menu a{
  padding:10px 12px;
 }
 #menu a.first{
  margin-left:15px;
 }
}
@media(max-width:1100px){
 #menu a{
  font-size:9pt;
 }
 #submenu_cont a{
  font-size:9pt;
 }
 #signin{
  padding:0 0 0 15px;
 }
}
@media(max-width:1050px){
 header{
  height:350px;
 }
 #menu{
  height:0;
  padding:0;
 }
 #menu a{
  display:none;
 }
 #menu-small{
  display:block;
  width:100%;
  height:51px;
  padding-top:18px;
  background-color:#333;
  -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
 }
 #submenu_cont{
  padding-right:12px;
 }
 #settings{
  display:block;
  float:left;
  -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
  border-right:1px solid #eee;
  padding:1px 0 0 15px;
  margin:8px 15px 0 0;
  height:20px;
  padding:1px 0 0 25px;
 }
 #settings a{
  -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
  background:url(http://www.ikospot.com/imgs/design/settings.png);
  background-size:15px;
  background-repeat:no-repeat;
  background-position:top left;
  margin-top:2px;
  padding:0 20px 0 0;
  display:block;
  height:15px;
 }
 #settings a:hover{
  background-position:bottom left;
 }
 #settings em{
  display:block;
  padding-left:22px;
  font-style:normal;
 }
}
@media(max-width:950px){
 #submenu_cont{
  padding-right:20px;
 }
}
@media(max-width:900px){
 #menu a#settings_bt{
  display:block;
  position:relative;
  top:19px;
  margin-right:66px;
 }
 #settings_bt em{
  display:block;
  padding-left:20px;
  font-style:normal;
 }
 #settings{
  display:none;
 }
}
@media(max-width:800px){
 header{
  height:300px;
 }
 #signin{
  display:none!important;
 }
 #submenu ul#langSubmenu{
  left:-10px;
 }
 #signin_nav{
  display:block;
  border-bottom:0;
 }
 header .last{
  border-bottom:1px solid #808285;
 }
 #langs{
  margin-right:0;
 }
 .lang_selected{
  margin-right:0;
 }
}
@media(max-width:700px){
 #logo{
  display:none;
 }
 #logo_icon{
  display:block;
  width:81px;
  height:86px;
  float:left;
  background-color:#fff;
  text-align:center;
 }
 #logo_icon img{
  margin:22px auto 0 auto;
  width:33px;
  height:42px;
 }
}
@media(max-width:400px){
 #menu a#settings_bt{
  float:right;
  margin-right:20px;
 }
 #settings_bt em{
  display:none;
 }
}
@media(max-width:370px){
 #logo_icon{
  width:61px;
 }
 #logo_icon img{
  margin:30px auto 0 auto;
  width:22px;
  height:28px;
 }
 #menu-small-start{
  margin-left:10px;
 }
 #cont_menu ul#menuDd{
  margin-left:10px;
 }
}
#main{
 display:block;
 overflow:auto;
 width:95%;
 max-width:1312px;
 min-height:600px;
 background-color:#fff;
 padding:20px;
 margin:-100px auto 0 auto;
 overflow-x:hidden;
 box-shadow:0 0 10px 1px rgba(0,0,0,0.2);
 -moz-border-radius-topleft:18px;-webkit-border-top-left-radius:18px;-khtml-border-top-left-radius:18px;border-top-left-radius:18px;
 -moz-border-radius-topright:18px;-webkit-border-top-right-radius:18px;-khtml-border-top-right-radius:18px;border-top-right-radius:18px;
 -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
 clear:both;
}
@media(max-width:1050px){
 #main{
  width:100%;
  background-color:#fff;
  padding:20px;
  margin-top:0;
  -moz-border-radius:0;-webkit-border-radius:0;-khtml-border-radius:0;border-radius:0;
 }
}
@media(max-width:950px){
 #main{
  padding:20px;
 }
}
/* ----------------------------------------------- FOOTER --------------------------------------------------------------------------------- */
footer{
 width:100%;
 background-color:#202020;
 box-shadow: 0 0 10px 1px #666;
}
footer h2,footer a,footer address,footer p{
 font-family:Segoe UI,Segoe;
 color:#ddd;
 font-weight:normal;
 font-style:normal;
}
footer h2{
 font-size:14pt;
 padding-bottom:15px;
}
footer a{
 font-size:10pt;
}
footer a:hover{
 color:#fff;
}
footer address{
 font-size:10pt;
 line-height:15pt;
 padding:0 0 20px 18px;
}
footer span{
 color:#be1014;
}
footer p{
 font-size:10pt;
}
#section_top_wrap{
 width:100%;
 border-bottom:1px solid #333;
 clear:both;
}
#section_top{
 width:95%;
 max-width:1312px;
 margin:0 auto;
 -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
 padding:30px 20px;
 overflow:auto;
 overflow-x:hidden;
}
#footer_list_1,#footer_list_2,#footer_list_3{
 float:left;
 padding-right:60px;
}
#section_top ul{
 display:block;
 float:left;
 padding-right:30px;
}
#section_top a{
 display:block;
 height:23px;
}
#section_top strong{
 display:none;
}
footer .more_exc{
 display:none;
}
#footer_list_4{
 float:right;
}
#footer_list_4 h2{
 display:block;
 float:left;
 height:15px;
 background:url(http://www.ikospot.com/imgs/design/ikospot-logo-icon-fff.png);
 background-repeat:no-repeat;
 background-position:top left;
 padding-left:17px;
 line-height:14px;
}
#addr1 address{
 border-bottom:1px solid #333;
 margin-bottom:20px;
}
#section_bottom{
 width:95%;
 max-width:1312px;
 padding:20px;
 margin:0 auto;
 -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
 text-align:center;
}
#footer_copyright{
 display:inline-block;
 position:relative;
 top:-6px;
 padding-right:60px;
}
#section_bottom strong{
 font-family:Segoe UI Black,SegoeBlack;
 font-weight:bold;
 display:inline-block;
 padding:0 7px;
}
#footer_social{
 display:inline-block;
}
#footer_social li{
 display:inline-block;
 width:24px;
 height:24px;
 margin-left:15px;
}
#footer_social a{
 background:url(http://www.ikospot.com/imgs/design/foot_social.png);
 display:block;
 width:24px;
 height:24px;
}
#footer_social_fb a{
 background-position:0 0;
}
#footer_social_fb a:hover{
 background-position:0 24px;
}
#footer_social_tw a{
 background-position:72px 0;
}
#footer_social_tw a:hover{
 background-position:72px 24px;
}
#footer_social_gp a{
 background-position:48px 0;
}
#footer_social_gp a:hover{
 background-position:48px 24px;
}
@media(max-width:1300px){
 #footer_list_1,#footer_list_2,#footer_list_3{
  padding-right:30px;
 }
 #section_top ul{
  padding-right:20px;
 }
}
@media(max-width:1150px){
 footer .secondary{
  display:none!important;
 }
 footer .more_exc{
  display:inline-block;
 }
 #footer_list_1,#footer_list_2,#footer_list_3{
  padding-right:60px;
 }
}
@media(max-width:1050px){
 #section_top{
  width:100%;
  padding:20px 17px;
 }
}
@media(max-width:950px){
 #section_top{
  width:100%;
  padding:30px 20px;
 }
 #footer_list_1,#footer_list_2,#footer_list_3{
  padding-right:40px;
 }
}
@media(max-width:800px){
 footer address{
  font-size:9.5pt;
 }
 #footer_list_1_2_wrap{
  width:47%;
  float:left;
 }
 #footer_list_1 strong,#footer_list_2 strong{
  display:inline-block;
  padding-right:5px;
  font-weight:normal;
 }
 #footer_list_1,#footer_list_2{
  padding-right:20px;
 }
 #footer_list_3{
  padding-right:0;
 }
 #footer_list_1{
  padding-bottom:24px;
 }
 #footer_list_1 li,#footer_list_2 li{
  display:block;
  float:left;
  padding-left:5px;
  height:16px;
 }
 #footer_list_1 a,#footer_list_2 a,#footer_list_3 a{
  font-size:9.5pt;
 }
}
@media(max-width:700px){
 #footer_list_1_2_wrap{
  width:100%;
  padding-bottom:24px;
 }
 #footer_list_1,#footer_list_2{
  padding-right:0;
  width:100%;
 }
 #footer_list_1 ul,#footer_list_2 ul{
  padding-right:0;
 }
  #footer_list_3{
  width:100%;
  padding-bottom:30px;
  margin-bottom:30px;
  border-bottom:1px solid #333;
 }
 #footer_list_3 strong{
  display:inline-block;
  padding-right:5px;
  font-weight:normal;
 }
 #footer_list_3 li{
  display:block;
  float:left;
  padding-left:5px;
  height:16px;
 }
 #footer_list_4{
  width:100%;
 }
 #footer_list_4 h2{
  width:100%;
 }
 #addr1,#addr2{
  width:auto;
  float:left;
  padding-right:45px;
 }
 #addr1 address{
  border:0;
  margin-bottom:0;
  padding-bottom:30px;
 }
 #section_top{
  padding-bottom:0;
 }
 #footer_copyright{
  padding-right:40px;
 }
}
@media(max-width:500px){
 #footer_copyright{
  padding-right:0;
  width:100%;
  padding:10px 0 15px 0;
 }
 #footer_social_fb{
  margin-left:0!important;
 }
}
/* ----------------------------------------- SETTINGS LIGHTBOX ---------------------------------------------------------------------------- */
.lightbox{display:none;}
@media all{
 .featherlight{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483647;text-align:center;white-space:nowrap;cursor:pointer;background:#333;background:rgba(0,0,0,0)}
 .featherlight:last-of-type{background:rgba(0,0,0,.8);}
 .featherlight:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-.25em;}
 .featherlight .featherlight-content{position:relative;text-align:left;vertical-align:middle;display:inline-block;overflow:auto;padding:20px 30px;border-bottom:25px solid transparent;margin-left:5%;margin-right:5%;max-height:95%;background:#fff;cursor:auto;white-space:normal;}
 .featherlight .featherlight-inner{display:block;}
 .featherlight .featherlight-close-icon{position:absolute;z-index:9999;top:0;right:0;line-height:30px;width:30px;cursor:pointer;text-align:center;font-family:Arial,sans-serif;background:#fff;background:rgba(255,255,255,.3);color:#333;font-size:10pt;font-weight:bold;}
 .featherlight .featherlight-close-icon:hover{color:#b11116;}
 .featherlight .featherlight-image{width:100%;}
 .featherlight-iframe .featherlight-content{border-bottom:0;padding:0;}
 .featherlight iframe{border:0;}
 .featherlight *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
}
@media only screen and (max-width:1024px){
 .featherlight .featherlight-content{margin-left:10px;margin-right:10px;max-height:98%;padding:10px 10px 0;border-bottom:10px solid transparent;}
}
.featherlight .featherlight-content{
 border:1px solid #ad060b;
 -moz-border-radius:10px;-webkit-border-radius:10px;-khtml-border-radius:10px;border-radius:10px;
}
.featherlight-inner:nth-child(2){
 display:none;
}
.lightbox .title strong{
 color:#333;
 font-size:13pt;
 display:block;
 width:100%;
 padding-bottom:15px;
 font-family:Segoe UI,Segoe;
 font-weight:500;
}
.lightbox .title a strong{
 color:#333;
 font-size:13pt;
 display:block;
 width:10px;
 padding-bottom:5px;
}
.lightbox .title ul li{
 display:block;
}
.lightbox a{
 color:#333;
 background-color:#f1f1f1;
}
.lightbox li.selected a{
 color:#b11116;
}
.lightbox a:hover{
 background-color:#f6f6f6;
 color:#b11116;
}
#buttons_measures{
 clear:both;
}
#buttons_measures li{
 float:left;
 margin-bottom:30px;
}
#buttons_measures a{
 display:block;
 text-align:center;
 padding:10px 15px;
 min-width:110px;
 border:1px solid #ccc;
 -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
}
#buttons_measures li:first-child{
 margin-right:15px;
}
#buttons_currencies,#buttons_currencies_2{
 clear:both;
}
#buttons_currencies li,#buttons_currencies_2 li{
 float:left;
 margin:0 15px 25px 0;
}
#buttons_currencies a,#buttons_currencies_2 a{
 display:block;
 text-align:center;
 padding:5px;
 min-width:47px;
 border:1px solid #ccc;
 -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
}
#buttons_currencies li:nth-child(4),#buttons_currencies_2 li:nth-child(4){
 margin-right:0;
}
#buttons_currencies strong,#buttons_currencies_2 strong{
 display:block;
 text-align:center;
 min-width:30px;
 color:inherit;
 margin:0 auto;
 font-weight:500;
 font-size:16pt;
}
#buttons_currencies span,#buttons_currencies_2 span{
 color:inherit;
 font-size:10pt;
}
#more_currencies a{
 display:block;
 margin:0 auto;
 text-align:center;
 background:none;
 text-decoration:underline;
}
#buttons_currencies_2{
 display:none;
}

















