@media only screen and (max-width : 768px) {
	.animate_visible,
	.animate_block,
	.animate_block_when_see {
		opacity: 1;
	}
}
@media only screen and (min-width : 768px) {
	.animate_visible,
	.animate_block,
	.animate_block_when_see {
		opacity: 1;
	}
}
@media only screen and (min-width : 1024px) {
	.animate_visible,
	.animate_block,
	.animate_block_when_see {
		opacity: 1;
	}
}
@media only screen and (min-width : 1250px) {
	.animate_visible,
	.animate_block,
	.animate_block_when_see {
		opacity: 0;
	}
}
@media only screen and (min-width : 1400px) {
	.animate_visible,
	.animate_block,
	.animate_block_when_see {
		opacity: 0;
	}
}

.clear {
	clear: both;	
}

.disable_text {
	color: #777;
}

.form_tag_div {
	margin-bottom: 20px;
}

.form_text_div {
	margin-bottom: 5px;
}

.like_h3 {
	color: #1e8cf3;
}

.like_link {
	color: #1e8cf3;
}

.normal_text {
	color: #333 !important;
}

.one_string {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.page_tags_div { 
    position: relative;
    width: 100%;
	background: #F5F5F5;
}

.page_title_h1 {
	text-align: center;
	margin: 35px 0 75px;
	position: relative;
}

.page_title_h1 span {
    position: relative;
    display: inline-block;
}

.page_title_h1 span::before {
    content: '';
    position: absolute;
    bottom: -20px;
    width: 70px;
    height: 3px;
    background: #04346b;
}

.page_tags_arrow {
	display: inline-block;
	font-size: 11px;
	margin: 0 5px;
}

.content_div {
	margin: auto;
	position: relative;
}

header img.logo {
	width: 100px;
}

a.more_button,
.more_button {
	display: inline-block;
	border: 1px solid #04346b;
	color: #04346b;
	width: 170px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	margin-top: 30px;
}

a.more_button:hover,
.more_button:hover {
	background: #04346b;
	color: #fff;
}

.why_us_listing  {
	height: 240px;
	cursor: pointer;
}

.why_us_text {
	height: 22px;
	overflow: hidden;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 40px;
}

.why_us_pop_up_inside {
	padding: 30px;
}

.why_us_pop_up_inside img {
	margin: 0 auto 25px;
    height: 70px;
}

.why_us_pop_up_inside h3 {
	text-align: center;
	margin-bottom: 30px;
}

.mail_send {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.95);
    z-index: 100;
    text-align: center;
    font-size: 23px;
}
.mail_is_send, .mail_not_send {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    border-radius: 10px;
    width: 300px;
    height: 200px;
    padding-top: 65px;
}
.email_close_btn {
    position: absolute;
    right: -30px;
    top: -30px;
    color: #fff;
    cursor: pointer;
}
.mail_send h3 {
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
}