/* GLOBAL */
a:hover {
    text-decoration: none;
}
/* /GLOBAL */

/* LIST STYLE */
.list-disc {
    list-style-type: disc;
}
/* /LIST STYLE */

.cbuton div{
    margin:0px auto !important;
}


.controlle-image img{
    width:150px;
    max-width:150px;
    height:auto;
    margin-bottom:5px;
    border-radius:5px;
}


/* FONTS */
@import url('https://fonts.googleapis.com/css?family=Roboto');

.roboto {
    font-family: "Roboto", Verdana, Arial;
}

.weight-600 {
    font-weight: 600;
}
/* /FONTS */

/* COLORS */
.facebook-bg-color {
    background-color: #3b5998;
}

.twitter-bg-color {
    background-color: #1da1f2;
}

.linkedin-bg-color {
    background-color: #0077b5;
}

.youtube-bg-color {
    background-color: #ff0000;
}

.gmail-bg-color {
    background-color: #dd4b39;
}

.main-bg-color {
    background-color: #16417a;
}

.yellow-bg-color {
    background-color: #f0ad4e;
}

.main-font-color {
    color: #16417a;
}

.grey-font-color {
    color: #666666;
}
.white-font-color {
    color: #fff;
}
/* /COLORS */

/* BUTTONS */
.btn-social-small {
    width: 40px;
}

.btn-social-big {
    width: 130px;
}
/* /BUTTONS */

.btb:hover {
    border-top: 2px solid #16417a;
    margin-top: -2px;
}

.fs-15px {
    font-size: 15px;
}

.circle-blue { 
    border-radius: 50%;
    padding: 15px;
    width: 60px;
}



.show_link_copy{
     overflow: hidden;
    border:1px solid #ccc;
    padding:5px;
    font-size:10px;
    white-space: nowrap;
    background:#eaeaea;
}






button.collapsed{
    border:1px solid #12417b !important ;
    background-color:#005eae !important;
}

button.collapsed .navbar-toggler-icon{
    color:#a5cdf5  ;
    font-family: 'FontAwesome' ;
    font-size:30px ;
    height:auto ;


}

button.collapsed .navbar-toggler-icon:before{
  content: "\f0c9" !important;
}


button.navbar-toggler{
    border:1px solid #ffffff !important;
    background-color:#6197c5 !important;

}


button.navbar-toggler .navbar-toggler-icon {
    color:#fff  ;
    font-family: 'FontAwesome' ;
    font-size:30px ;
    height:auto ;


}

button.navbar-toggler .navbar-toggler-icon:before {
  content: "\f0c9" ;
}





.social-colors{
    background: #3e8cc4 !important;

    
}
                 
				 
				 
@media (min-width: 1200px){
.container {
    max-width: 90%;
}
}				 