
.gt_btn1 {
    border-radius: 4px;
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
.gt_btn2 {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
}
.gt_btn_bg2 {
    border: 1px solid #f52935;
}
.gt_btn_bg3 {
    background-color: #161a28;
}
.gt_btn1 > i {
    margin-left: 8px;
}
.gt_btn_sml {
    padding: 10px 15px;
}
.gt_btn_md {
    padding: 10px 20px;
}
.gt_btn_lg {
    padding: 10px 25px;
}
.gt_btn_bg1 {
    background-color: #f5f8ff;
}
.gt_btn1:hover {
    color: #ffffff;
}
.gt_btn_bg2:hover {
    background-color: #f52935;
}
.gt_btn_bg3:hover {
    background-color: #00ADEF;
}
.box_shadow1 {
    box-shadow: 0 2px 0 rgba(68, 68, 68, 0.2) inset;
}
.box_shadow2 {
    box-shadow: 0 2px 0 rgba(68, 68, 68, 0.3) inset;
}
.text_shahdow1 {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.gt_default_box {
    background: #f1f3f8 none repeat scroll 0 0;
    box-shadow: 1px 3px 6px 2px rgba(68, 68, 68, 0.3);
    color: #444444;
    display: block;
    left: -5px;
    position: relative;
    text-align: center;
    top: -5px;
}
.gt_box_width_1 {
    height: 35px;
    line-height: 35px;
    width: 35px;
}
.gt_box_width_2 {
    height: 52px;
    line-height: 52px;
    width: 52px;
}
.gt_box_width_3 {
    height: 75px;
    line-height: 75px;
    width: 63px;
}
.gt_box_width_4 {
    height: 60px;
    line-height: 60px;
    width: 60px;
}
.gt_default_box:hover {
    color: #ffffff;
}
.theme_effect1::before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleY(0);
    transform-origin: 50% 0 0;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
}
.theme_effect2::before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleY(0);
    transform-origin: 50% 0 0;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
}
.theme_effect3::before {
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}
.theme_effect4::before {
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}
