.sortable{
    padding: 0;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.sortable li{
    border: 1px solid #ddd;
    list-style: none outside none;
    margin: 4px;
    padding: 8px;
}
.sortable .handle{
    cursor: move;
}

.main-container{
    margin-top: 20px;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
}

.navbar .navbar-collapse {
    text-align: center;
}

.gray-transparent-bg-for-text{
    padding: 20px;
    background:rgba(0,0,0,0.4);
}

.white-transparent-bg-for-text{
    padding: 20px;
    background:rgba(255,255,255,0.6);
}

.form-control{
    border: 1px solid #888;
}

.img120{
    height: 120px;
}


.img240{
    height: 240px;
    width: auto;
}

.img294{
    height: 294px;
}


.img380{
    height: 380px;
}


.img-center{
    margin: 0 auto;
}

.bannervideo{
    width: 100%;
    height: 100%
}

.gray-transparent-bg-for-text{
    padding: 20px;
    background:rgba(0,0,0,0.4);
}

.margin-right-5{
    margin-right: 5px;
}
.margin-right-10{
    margin-right: 10px;
}

.margin-right-20{
    margin-right: 20px;
}

.margin-left-5{
    margin-left: 5px;
}
.margin-left-10{
    margin-left: 10px;
}

.margin-left-18{
    margin-left: 18px;
}

.margin-left-20{
    margin-left: 20px;
}

.margin-top-5{
    margin-top: 5px;
}

.margin-top-10{
    margin-top: 10px;
}

.margin-top-20{
    margin-top: 20px;
}

.margin-bottom-5{
    margin-bottom: 5px;
}
.margin-bottom-10{
    margin-bottom: 10px;
}

.margin-bottom-20{
    margin-bottom: 20px;
}
.border-right{
    border-right: 1px solid #eee;
    padding-right: 10px;
}

.red-bg {
    background-color: #d9534f;
    color: #cdcdcd;
}


/* item styles */
.item-image {
    position: relative;
    overflow: hidden;
    padding-bottom: 120%; /* here the desired aspect ratio Calculate height / width * 100 */
}
.item-image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.item-image-attorney {
    position: relative;
    overflow: hidden;
    padding-bottom: 100%; /* here the desired aspect ratio Calculate height / width * 100 */
}
.item-image-attorney img {
    position: absolute;
    top: 0;
    bottom: 40;
    left: 0;
    right: 0;
    margin: auto;
}


.item-image-client {
    position: relative;
    overflow: hidden;
    padding-bottom: 45%; /* here the desired aspect ratio Calculate height / width * 100 */
}
.item-image-client img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}



/* QUICK BORDER RADIUS CLASSES */
.rounded {
    border-radius: 2px !important;
}
.rounded-xs {
    border-radius: 1px !important;
}
.rounded-sm {
    border-radius: 2px !important;
}
.rounded-md {
    border-radius: 4px !important;
}
.rounded-lg {
    border-radius: 6px !important;
}




ul.checklist li:before {
    font-family: 'FontAwesome';
    content: '\f058';
    margin: 0 0.5em 0 1.0em;
    color: #1B778C; 
}

ul.checklist li {
    list-style-type: none;
    padding-bottom: 10px;
}

.readmore-content ul li:before{
    font-family: 'FontAwesome';
    content: '\f058';
    margin: 0 0.5em 0 1.0em;
    color: #1B778C; 
}

.readmore-content ul li {
    list-style-type: none;
    padding-bottom: 10px;
}


.redactor-editor ul li:before{
    font-family: 'FontAwesome';
    content: '\f058';
    margin: 0 0.5em 0 1.0em;
    color: #1B778C; 
}

.redactor-editor ul li {
    list-style-type: none;
    padding-bottom: 10px;
}

.redactor-editor{
    border: 1px solid #ccc;
}

.bg-bannerbg{
    background-image: url("../images/backgrounds/pattern-2.jpg");
    background-repeat: repeat;
}

.redactor-toolbar{
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

#page-attorneys_field label{
    margin-right: 15px;
}
#attorney-areas_field label{
    margin-right: 15px;
}
.btn-file span{
    margin-left: 5px;
}


@media print{a[href]:after{content:none !important;}}


.row.is-flex {
    display: flex;
    flex-wrap: wrap;
}
.row.is-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

/*
* And with max cross-browser enabled.
* Nobody should ever write this by hand. 
* Use a preprocesser with autoprefixing.
*/
.row.is-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.is-flex > [class*='col-'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.row-same-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.row-same-height > [class*='col-'] {
    display: flex;
    flex-direction: column;
}


.col-centered{
    float: none;
    margin: 0 auto;
}