html,body {
    width: 100%;
    height: 100%;
    min-height: 100%;
    margin: 0px;
    padding: 0px;
    font-size:14px;
    -webkit-text-size-adjust: 100% !important;
}

/* remove link underline
-------------------------------------------------- */
a, a:hover, a:active, a:visited, a:focus {
    text-decoration:none;
}

/* transparent image
-------------------------------------------------- */
.GO-transparent img {
	opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}
/* bottom edge shadow
-------------------------------------------------- */
.GO-bottom-edge-shadow {
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .3);
       -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .3);
            box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .3);
}
.GO-bottom-shadow {
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .3);
	   -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .3);
	        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .3);
}
.GO-top-shadow {
	-webkit-box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, .3);
	   -moz-box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, .3);
	        box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, .3);
}
/* Collapse Dynamic Icons
-------------------------------------------------- */

button.btn .GO-show-ctrl{
	 display: none;
}
button.btn .GO-hide-ctrl{
	display: block;
}
button.btn.collapsed .GO-show-ctrl{
	display: block;
}
button.btn.collapsed .GO-hide-ctrl{
	display: none;
}

/* image Zoom
-------------------------------------------------- */
.GO-zoom img{
  transition: all 0.5s ease-in-out;
}

.GO-zoom:hover img{
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


.GO-OglasThumb {
	float: left;
	background-color:#FFFFFF; 
	width: 90px;	
    height:  70px;
	/*padding: 0px 10px 10px 0px;*/
	margin: 0px; 
    margin-right: 15px;
    margin-bottom: 10px;
	cursor: pointer;
}
.GO-OglasThumb img{
	width: 90px;	
    height:  70px;
}
.GO-OglasThumbIcon {
    /*display: inline-block;*/
    background-color:#000000; 
    color:#FFFFFF;
	WIDTH: 90px;
    height: 70px;
	BORDER: 0px solid; 
	BORDER-COLOR: #000000;
	cursor: pointer;
    text-align: center;
}
.GO-OglasThumbIcon span{
	font-size:12px;
}

/* MAX IMAGE THUMB HEIGHT - 3 PER ROW
-------------------------------------------------- */
@media (max-width: 767.98px) {
.GO-thumb {
	height: auto;
	width: 100%;
}
}
/*-------------------------------------------------- */
@media (min-width: 768px) and (max-width: 991.98px) {
.GO-thumb {
	height: 236px;
}
}
/*-------------------------------------------------- */
@media (min-width: 992px) and (max-width: 1199.98px) {
.GO-thumb {
	height: 210px;
}
}
/*-------------------------------------------------- */
@media (min-width: 1200px)  {
.GO-thumb {
	height: 256px;
}
}
/* MAX IMAGE THUMB HEIGHT - 4 OR 6 PER ROW
-------------------------------------------------- */
@media (max-width: 767.98px) {
.GO-thumb4 {
	height: auto;
	width: 100%;
}
.GO-thumb6 {
	height: 120px;
	/*width: 100%;*/
}
}
/*-------------------------------------------------- */
@media (min-width: 768px) and (max-width: 991.98px) {
.GO-thumb4 {
	height: 230px;
}
.GO-thumb6 {
	height: 120px;
}
}
/*-------------------------------------------------- */
@media (min-width: 992px) and (max-width: 1199.98px) {
.GO-thumb4 {
	height: 150px;
}
.GO-thumb6 {
	height: 120px;
}
}
/*-------------------------------------------------- */
@media (min-width: 1200px)  {
.GO-thumb4 {
	height: 180px;
}
.GO-thumb6 {
	height: 120px;
}
}