.right{
    text-align: right;
}
.circlebox-grad{
    border-radius: 200px;
    background: linear-gradient(to right, #5F257F 0%, #A62E70 44%, #A92F6F 44%, #DB395B 63%, #DF7601 98%);
    background: -moz-linear-gradient(right, #5F257F 0%, #A62E70 44%, #A92F6F 44%, #DB395B 63%, #DF7601 98%);
    background: -webkit-linear-gradient(left, #5F257F 0%, #A62E70 44%, #A92F6F 44%, #DB395B 63%, #DF7601 98%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5F257F', endColorstr='#DF7601',GradientType=1 );
    padding:2px;
    margin:auto;
    margin-top:20px;
    text-align: center;
}
.circlebox-grad .insidecirclebox-forgrad{
    background:#fff;
    border-radius: 200px;
    padding:5px;
}
.txt-big{
    font-size: 20px;
}
.pad10{
    padding: 10px;
}
#menu{
    border-bottom: 1px solid #ababab !important;
}

input, .country-list-style{
    background: none;
    border: none;
    box-shadow: none;
    border-bottom: 2px solid #D5CFCF;
    font-size: 15px;
    padding-bottom: 3px !important;
    padding-left: 10px !important;
    margin-top:25px;
    border-radius: 0;
}
.country-list-style{
    font-weight: 600;
}
textarea{
    border: 3px darkgray dashed;
    resize: none;
    background: #ffffff;
    width:100%;
    padding:10px 10px 0 10px;
}
input, select, textarea{
    color: #5E5E5C;
    font-weight: 500;
}

textarea:focus, input:focus {
    color: #5E5E5C;
    font-weight: 600;
}
.line-grad {
    background: linear-gradient(to right, #5F257F 0%, #A62E70 44%, #A92F6F 44%, #DB395B 63%, #DF7601 98%);
    background: -moz-linear-gradient(right, #5F257F 0%, #A62E70 44%, #A92F6F 44%, #DB395B 63%, #DF7601 98%);
    background: -webkit-linear-gradient(left, #5F257F 0%, #A62E70 44%, #A92F6F 44%, #DB395B 63%, #DF7601 98%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5F257F', endColorstr='#DF7601',GradientType=1 );
    height: 3px;
    width: 100%;
    margin-bottom: 30px;
}
#menup div{
    position:relative;
}
#menup .active:before{
    content : "";
    position: absolute;
    left    : 15%;
    bottom  : -3px;
    height  : 1px;
    width   : 70%;  /* or 100px */
    border-bottom:5px solid #DB3B5D;
}
#menup a{
    color:#5E5E5C;
    text-decoration: none;
}
#menupa .block{
    /*background:#F4F0F1;*/
    padding:15px;
    font-size:18px;
    border-top: none;
    border-bottom: 1px solid #bdbdbd;
    position: relative;
}

#menupa .active{
    background:#A7316E;
    color:#ffffff;
}
#menup .menuText{
    display: table-cell;
}
#breadcrumb{
    font-size: 13px;
}
#profile{
    margin-top: 10px;
    font-size: 17px;
}
#profile #container{
    margin-top: 30px;
}
#profile #devis{
    -moz-box-shadow: 0px 2px 5px 0px #c0c0c0;
    -webkit-box-shadow: 0px 2px 5px 0px #c0c0c0;
    -o-box-shadow: 0px 2px 5px 0px #c0c0c0;
    box-shadow: 0px 2px 20px 3px #c0c0c0;
}
#profile .txt-lightpurple{
    color: #b961ab !important;
}
#profile a{
    text-decoration: none;
}
#profile .bubulle {
    border-radius: 200px;
    border: 2px solid #d93a5c !important;
    width: 75px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    color: #ffffff !important;
    font-size: 26px;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
    background: #d93a5c !important;
}
.tooltip > .tooltip-inner {
    background-color: #ffffff;
    color: #DD395C;
    border: 2px solid #DD395C;
    padding: 5px;
    font-size:13px;

}
.tooltip.top > .tooltip-arrow {
    border-top: 5px solid #DD395C;
}
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #DD395C;
}

#phoneBox{
    position: absolute;
    border: 2px solid #5e5e5c;
    background: white;
    border-radius: 5px;
    padding: 5px;
    right: 15px;
    top: -125px;
    text-align: center;
    width: 350px;
    display: none;
}
#websiteBox{
    position: absolute;
    border: 2px solid #5e5e5c;
    background: white;
    border-radius: 5px;
    padding: 5px;
    right: 15px;
    top: -125px;
    text-align: center;
    width: 350px;
    display: none;
}
.arrow-down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #5E5E5C;
    position: absolute;
    bottom: -12px;
    right: 75px;
}
#container .playerCenter{text-align:center !important;}
.btn-web{
    background: #dd5a2a;
    border-radius: 200px;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 15px;
    color:#fff;
    margin-right: 5px;
}
.btn-web:hover,.btn-web:focus{
    color:#fff;
}