/***************************************************
### Autor:      Nikola Vujovic                   ###
###             www.ics.ba                       ###
###             copyright (c) 2006 - 2014        ###
****************************************************
### Projekat:   sarajevocitycenter.ba            ###
### Datum:      24.07.2014.                      ###
### Namjena:    Shops                            ###
***************************************************/
/***    Shopping
*/
.shopping {}
/*.shopping .tabs ul {float: left;}*/
.shopping .tabs ul li a {background-color: rgba(158,40,137,.3);}
.shopping .tabs ul li a:hover {background-color: rgba(158,40,137,.7);}
.shopping .tabs ul li.active a {background-color: rgba(158,40,137,1.0);}
/***    Gastro
*/
.gastro {}
.gastro .fotorama {width: 460px;float: left;margin-left: 10px;}
.gastro .fotorama img {width: 470px;display: none;}
.gastro .fotorama .fotorama__loaded--img img {display: block;}
.gastro .tabs {width: 470px; float: left;}
.gastro .tabs ul li a {background-color: rgba(253,183,32,.4);}
.gastro .tabs ul li a:hover {background-color: rgba(253,183,32,.7);}
.gastro .tabs ul li.active a {background-color: rgba(253,183,32,1.0);}
.gastro .gastro_header {height: 48px;background-color: #b4d042;padding: 0 20px;margin: -20px -20px 20px;}
.gastro .gastro_header h1 {font-size: 22px;color: #ffffff;text-transform: uppercase;line-height: 48px;}
/***    Entertainment
*/
.entertainment ul li {margin-bottom: 20px;}
.entertainment ul li figure img {width: 100%;}
.entertainment ul li.last_child {margin-bottom: 0;}
/***    Services
*/
.services ul {margin: -20px -20px 0 0;}
.services ul li {width: 300px;float: left;margin: 20px 20px 0 0;position: relative;}
.services ul li a figure {height: 222px;}
.services ul li a figure img {width: 100%;}
.services ul li a h1 {width: 100%;background-color: rgba(0,174,239,.6);color: #ffffff;padding: 5px 10px;position: absolute;left: 0;bottom: 0;font-size: 16px;}
.services ul li a:hover h1 {background-color: rgba(0,174,239,.8);}