.wrapper {
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 1050px;
}
.visible {
    overflow: visible;
}
.p_wrap {
    clear: both;
    margin-bottom: 5px;
}
.column_wrap {
    float: left;
    overflow: hidden;
    width: 50%;
}
.column {
    border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    box-sizing: border-box;
    float: left;
    height: 280px;
    overflow: hidden;
    position: relative;
    width: 50%;
}
.column.right {
    float: right;
}
.column.double_height {
    height: 560px;
}
.column.column_info {
    background-color: #fbfbfb;
    padding: 45px 30px 30px;
    transition: all 0.3s ease-in-out 0s;
}
.column h2 {
    color: #9f0737;
    font-size: 26px;
    line-height: 100%;
    margin-bottom: 5px;
    overflow: visible;
    position: relative;
}
.column h2::before {
/*    border-top: 1px solid #d7d7d7;*/
    content: "";
    left: 0;
    position: absolute;
    top: -14px;
    width: 45px;
}
.thumb_hover {
    /*background: rgba(159, 7,55, 0.5) none repeat scroll 0 0;*/
    color: #9f0737;
    height: 100%;
    line-height: 280px;
    position: absolute;
    right: -100%;
    text-align: center;
    top: 0;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
}
.column a:hover #circleBookBtn{
    background: rgba(101, 101, 101, 0.7) none repeat scroll 0 0;
}
.thumb_hover .flaticon-arrow398, .thumb_hover .flaticon-arrow413, .thumb_hover .flaticon-arrow427 {
    font-size: 65px;
}
.active_link a:hover .thumb_hover {
    right: 0;
}
.active_link a:hover .column.column_info {
    background-color: #9f0737;
}
.active_link a:hover p, .active_link a:hover h2 {
    color: #fff;
}
.scroll:hover .thumb_hover {
    right: 0;
}
.column .p_wrap {
    max-height: 138px;
    overflow: hidden;
}
#circleBookBtn {
    cursor: pointer;
    background-color: rgba(159, 7, 55, 0.7);
    border-radius: 64px;
    color: #fbfbfb;
    font-size: 22px;
    height: 58px;
    left: 34%;
    padding-top: 33px;
    position: absolute;
    text-align: center;
    top: 38%;
    width: 92px;
}
.column a:hover #circleBookBtn {
    background-position: -200px -150px;
}
.alt_color {
    color: #ced1d5;
}
#pushInfo {
    overflow: hidden;
    width: 100%;
}
#pushInfo h2 {
    color: #fbfbfb;
}
.column.double_width {
    height: auto;
    width: 50%;
}
.pad_left {
    border: medium none;
    padding-left: 35px;
    padding-top: 5px;
}
@media (max-width: 1050px) {
.wrapper {
    width: 100%;
}
#logo {
    left: 10px;
}
#menu {
    right: -5px;
}
#menu > li > a {
    margin: 0 15px;
}
#headerLinks {
    right: 5px;
}
.input_Wrapper {
    padding: 12px 15px 0;
}
}
@media (max-width: 980px) {
	.column.double_height {
		display:none;
}
.column_wrap {
    float: left;
    overflow: hidden;
    width: 100%;
}
.column {
    width: 100%;
		height: auto;
}
.column.right {
    height: auto;
}
.column  img {
	width: 100%;
}
.column.double_height img {
	width: 100%;
}
}
