/* <> */

	#book_down {
		top: 0;
	}

	#book_now {
		width: 0;
	}

	#logo {
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}

	.from_editor_div img {
		width: 100% !important;
	}
/* <> */


/* # */
	header #top_line {
		position: relative;
	}

	footer #created_by {
		text-align: center;
	}
	
	footer #copyright {
		text-align: center;
	}
	
	footer #contact_info {
		height: auto;
		text-align: center;
	}

	section {
		padding-bottom: 40px;
	}

	#contact_info_div div {
		float: none;
	}
/* # */


/* . */
	.content_div {
		width: 100%;
		max-width: 400px;
	}
	
	.column_reverse {
		display: flex;
		flex-direction: column-reverse;
	}

	.img_dim {
		-webkit-filter: brightness(100%); ;
		-o-filter: brightness(100%); ;
		-moz-filter: brightness(100%); ;
		filter: brightness(100%);
		transition: 0.3s ease-in-out;
	}

	.img_dim:hover {
		-webkit-filter: brightness(100%); ;
		-o-filter: brightness(100%); ;
		-moz-filter: brightness(100%); ;
		filter: brightness(100%);
	}

	.social_icons {
		float: none;
	}

	.sm_12,
	.md_12,
	.lp_12,
	.lg_12 {
		display: none;
	}

	.sm_0,
	.md_0,
	.lp_0,
	.lg_0 {
		display: block;
	}

	.f_link {
		text-align: center;
	}

	.f_icon_div:hover {
		background-color: transparent;
	}

	.border_on_hover_color_0:hover {
		border: 1px solid #aaa;
	}

	.tx_on_hover_color_1:hover {
		color: #fff !important;
	}

	.col_padding_top {
		padding-top: 8px;
	}

	.col_padding_right {
		padding-right: 8px;
	}

	.col_padding_bottom {
		padding-bottom: 8px;
	}

	.col_padding_left {
		padding-left: 8px;
	}

	.col_double_padding {
		padding: 16px !important;
	}

	.col_triple_padding {
		padding: 24px !important;
	}

	.col_padding,
	.col_0_5,
	.col_1,
	.col_1_5,
	.col_2,
	.col_2_4,
	.col_2_5,
	.col_3,
	.col_3_5,
	.col_4,
	.col_4_5,
	.col_5,
	.col_5_5,
	.col_6,
	.col_6_5,
	.col_7,
	.col_7_5,
	.col_8,
	.col_8_5,
	.col_9,
	.col_9_5,
	.col_10,
	.col_10_5,
	.col_11,
	.col_11_5 {
		padding: 8px;
	}

	.padding_top_0 {
		padding-top: 0 !important;
	}
	
	.xs_0_5,
	.xs_1,
	.xs_1_5,
	.xs_2,
	.xs_2_4,
	.xs_2_5,
	.xs_3,
	.xs_3_5,
	.xs_4,
	.xs_4_5,
	.xs_5,
	.xs_5_5,
	.xs_6,
	.xs_6_5,
	.xs_7,
	.xs_7_5,
	.xs_8,
	.xs_8_5,
	.xs_9,
	.xs_9_5,
	.xs_10,
	.xs_10_5,
	.xs_11,
	.xs_11_5,
	.xs_12,
	.xs_12_5 {
		display: block;
		float: left;
		padding: 8px;
	}
	
	.xs_0 {
		display: none;
	}
	
	.xs_0_5 {
		width: 4.16666666%;
	}

	.xs_1 {
		width: 8.33333333%;
	}

	.xs_1_5 {
		width: 12.49999999%;
	}

	.xs_2 {
		width: 16.66666667%;
	}

	.xs_2_4 {
		width: 20%;
	}

	.xs_2_5 {
		width: 20.83333333%;
	}

	.xs_3 {
		width: 25%;
	}

	.xs_3_5 {
		width: 29.1666666%;
	}

	.xs_4 {
		width: 33.33333333%;
	}

	.xs_4_5 {
		width: 37.4999999%;
	}

	.xs_5 {
		width: 41.66666667%;
	}

	.xs_5_5 {
		width: 45.8333333%;
	}

	.xs_6 {
		width: 50%;
	}

	.xs_6_5 {
		width: 54.166666666%;
	}

	.xs_7 {
		width: 58.33333333%;
	}

	.xs_7_5 {
		width: 62.49999999%;
	}

	.xs_8 {
		width: 66.66666667%;
	}

	.xs_8_5 {
		width: 70.8333333%;
	}

	.xs_9 {
		width: 75%;
	}

	.xs_9_5 {
		width: 79.166666666%;
	}

	.xs_10 {
		width: 83.33333333%;
	}

	.xs_10_5 {
		width: 87.49999999%;
	}

	.xs_11 {
		width: 91.66666667%;
	}

	.xs_11_5 {
		width: 95.8333333%;
	}

	.xs_12 {
		width: 100%;
	}
/* . */