.gdc-container {
    position: fixed;
    /*    width: 100%;*/
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #15264c;
    padding: 30px 30px 15px 30px;
    z-index: 9999 !important;
    color: #fff;
}

    .gdc-container a {
        color: #ffffff !important;
        font-weight: bold;
        text-decoration: underline !important;
    }

        .gdc-container a:hover,
        .gdc-container a:focus,
        .gdc-container a:active {
            color: #ffffff;
        }

.gdc-title {
    font-size: 18px;
    font-weight: 700;
}

.gdc-content {
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}

.gdc-description {
    float: left;
    width: 39%;
    font-size: 13px;
    line-height: 20px;
    font-style: normal;
    color: #e3e3e3;
	
	padding-right: 30px;
}

.gdc-options {
    float: right;
    width: 58%;
    position: relative;
    top:-6px;
}
.gdc-options span {display: inline-block; float: left;}
    .gdc-options label {
        margin-right: 30px;
        display: inline-block;
        margin-left: 10px;
position: relative;
top: 3px;
    }

.gdc-button {
    float: right;
    position: absolute;
    top: 35%;
    right: 30px;
    cursor: pointer;
    background: #199dda;
    border-radius: 0;
    color: #ffffff;
    z-index: 2;
    padding: 8px 15px;
    transition: all 0.3s ease;
}

.gdc-button:hover {
    background: #fff;
    color: #232222;
}

.gds-checkbox {
    margin-left: 30px;
    position: relative;
    top: 2px;
}


@media screen and (max-width: 1199px) {
    .gdc-options {
        width: 100%;
        display: inline-block;
        margin: 20px 0;
        top: auto;
    }
	.gdc-description {width:70%;}
    .gds-checkbox:first-of-type {
        margin-left: 0;
    }
}


@media screen and (max-width: 767px) {
 .gdc-options span {display: block;  width: 100%;}
    .gdc-container {
        padding: 20px;
    }

    .gdc-content {
        margin-top: 10px;
    }

    .gdc-description {
        float: none;
        width: 80%;
        line-height: 16px;
    }

    .gdc-button.btn {
        float: none;
        top: 0;
        margin-top: 18px;
    }

    .gdc-button {
        top: 55px;
    }
    .gdc-description {
        width: 100%;
    }

    .gdc-options label {
        display: inline-block;
        float: left;
    
        margin-left: 10px;
        margin-bottom: 5px;
    }

    .gds-checkbox {
        display: block;
        float: left;
        margin: 0;
        width: 15px;
    }
     .gdc-button {
        position: relative;
        float: none;
        top: 105px;
        display: inline-block;
        right: auto;
    }
     .gdc-options {
	     top:-45px;
     }
}

@media screen and (max-width: 640px) {
   
}
@media screen and (max-width: 586px) {

}
@media screen and (max-width: 479px) {
	
    
}

@media screen and (max-width: 374px) {
   
}
/* PREBACI U DEF.CSS */
.panel-title a {font-weight: bold;}
.panel-title a.collapsed {font-weight: normal; }
