body {
    font-family: 'Arimo', sans-serif;
    font-size: 15px;
    color: #515151;
}

.color-primary {
    color: #99272e;
}

.color-white-50 {
    color: rgba(255,255,255,0.5);
}
.color-white-50:hover {
    color: rgba(255,255,255,1);
}

/*------------ 3.2 color Typogrpahy----------*/

.color_aa {
  color: #aaaaaa;
}

.color_66 {
  color: #666666;
}

.color_ff {
  color: #ffffff;
}

.color_dd {
  color: #dddddd;
}

.color_d5 {
  color: #d5275a;
}

.color_72 {
  color: #99272e;
}

.color_51 {
  color: #515151;
}

.color_f9 {
  color: #f9f7f4;
}

.color_ac {
  color: #acacac;
}

.color_99 {
  color: #999999;
}

.color_20 {
  color: #2075f4;
}

.color_33 {
  color: #333333;
}

.bg_d5 {
  background-color: #D5275A;
}

.bg_72 {
  background-color: #99272e;
}

/* custom link */

a {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

a:focus {
    outline: none;
}
/* end of custom link */
/* heading */
.h3 {
    padding-bottom: 10px;
    font-weight: 500;
    margin: 0;
}
.fw_700 {
    font-weight: 700;
}
.title-1 {
    position: relative;
    color: #99272e;
    font-weight: 700;
    font-size: 20px;
    line-height: 36px;
    padding-bottom: 30px;
    margin: 0;
}
.title-1 > span {
    display: inline-block;
    border-bottom: 2px solid #d5275a;
    text-transform: capitalize;
}
/* end of heading */

/* flex */
.flex-container {
    display: flex;
    flex-wrap: wrap;
}
/* end of flex */

/* pagination */
.pagination>li>a, .pagination>li>span {
    background-color: #f7f3ef;
    border: medium none;
    color: #6b6b6b;
    font-size: 17px;
    margin: 0 2px;
    padding: 10px 18px;
    border-radius: 4px;
}
.pagination>li>a:focus, 
.pagination>li>a:hover, 
.pagination>li>span:focus, 
.pagination>li>span:hover,
.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover {
    background-color: #d5275a;
    color: #fff;
}
/* ./pagination */

/* custome fb_customer*/
.fb_dialog.fb_customer_chat_bubble_pop_in {
    bottom: 70pt!important;
}

.fb-customerchat iframe {
    bottom: 110pt!important
}
/* end of custome fb_customer*/

/* custome back-to-top */
body .back-to-top {
    background-color: #d5275a;
    border-radius: 3px;
    bottom: 30px;
    right: 30px;
}
/* end of custome back-to-top */

/* custom image effect */
.img-frames {
    position: relative;
}
.img-frames img {
    width: 100%;
}
.img-frames::before, 
.img-frames::after {
    border: 1px solid transparent;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.image-container:hover .img-frames::before,
.img-frames:hover::before {
    border: 1px solid #e4cfbe;
    -webkit-transform: scale(0.89, 0.87);
    -moz-transform: scale(0.89, 0.87);
    -o-transform: scale(0.89, 0.87);
    transform: scale(0.89, 0.87);
}
.image-container:hover .img-frames::after,
.img-frames:hover::after {
    border: 1px solid #e4cfbe;
    -webkit-transform: scale(0.83, 0.77);
    -moz-transform: scale(0.83, 0.77);
    -o-transform: scale(0.83, 0.77);
    transform: scale(0.83, 0.77);
}
/* end of custom image effect */

/*album gallery*/
.thumbnail{
    padding: 1;
}
.albumDetail .albumDetailItem {
    height: auto;
}
.albumDetail .albumDetailItem a img{
    height: auto;
}
.albumDetail img.img-responsive{
    width: 100%;
}
/*end of album gallery*/