/* common */
* {
	font-family: 'Open Sans', sans-serif;
}

* {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}

body {
	background: rgb(127, 127, 127);
}

.left,
.left-part {
	float: left;
}

.right,
.right-part {
	float: right;
}

.clear,
.row:after {
	clear: both;
}

.row:before,
.row:after {
	display: table;
	content: " ";
}

div.container {
	width: 100%;
	margin: 0 auto;
}

.col-sm-4 {
	width: 100%;
	position: relative;
	min-height: 1px;
}

.col-sm-10 {
	width: 100%;
	position: relative;
	min-height: 1px;
}

.col-sm-2 {
	width: 100%;
	position: relative;
	min-height: 1px;
}

.col-md-6 {
	width: 50%;
	float: left;
}

.text-center {
	text-align: center;
}

h4,
.h4 {
	font-size: 18px;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	background: rgba(0, 0, 0, 0.43);
}

.modal.in .modal-dialog {
	margin-top: 10%;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

.modal-dialog {
	position: relative;
}

.modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-body {
	position: relative;
	padding: 15px;
}

/* /common */

/* header */
div.head-container {
	min-width: 575px;
	margin: 0 auto;
	background: #fff;
}

div.header-top {
	padding: 0 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999999;
	background: rgb(127, 127, 127);
	/*height: 92px;*/
}

div.d-logo {
	padding: 10px 20px;
	/*line-height: 92px;
	height: 92px;*/
}

div.d-logo img {
	width: 200px;
	vertical-align: middle;
}

div.d-logo img.logo_b {
	/*max-height: 80px;*/
	width: auto;
}

.navbar-collapse {
	margin-top: 26px;
	margin-right: 20px;
}

.nav {
	list-style: none;
}

.nav>li {
	float: left;
	position: relative;
	display: block;
}

.header-top .nav li a {
	display: inline-block;
	text-transform: uppercase;
	color: #424242;
	font-size: 14px;
	font-weight: 700;
	outline: none;
	padding: 5px 15px;
	text-decoration: none;
	line-height: 20px;
}

.header-top .nav li a.flag {
	padding-left: 8px !important;
	padding-right: 0 !important;
	opacity: 0.5;
}

.header-top .nav li a.flag.active,
.header-top .nav li a.flag:hover {
	opacity: 1;
}

.header-top .nav li a.flag img {
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	vertical-align: middle;
	height: 13px;
}

.header-bottom {
	margin-top: 110px;
	background-color: transparent;
}

.header-bottom .banner {
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
	background-color: #0d7159;
}

.header-bottom .banner h1 {
	color: #000;
	margin: 0;
	font-weight: bold;
}

.header-bottom .banner h3 {
	color: #000;
	margin: 0;
	font-weight: normal;
}

.header-bottom .banner h4 {
	color: #000;
	margin: 0;
	font-weight: normal;
}

.header-bottom a {
	color: #000;
	font-weight: bold;
	font-size: inherit;
}

/* /header */

/* holder */
section.holder {
	padding: 0;
	background: rgb(127, 127, 127);
}

div.welcome {
	background-color: rgb(127, 127, 127);
}

div.welcome .container {
	background: #fff;
}

div.welcome .container .wrap {
	padding: 26px 20px;
}

div.welcome .col-sm-8l {
	width: 100%;
}

div.welcome .col-sm-4r {
	width: 100%;
	text-align: center;
}

div.welcome .col-sm-4r img {
	width: 60%;
}

div.welcome h1 {
	text-transform: uppercase;
	color: #E31D1A;
	font-size: 37px;
	font-weight: 700;
	line-height: 41px;
	margin: 20px 0 10px 0;
}

div.welcome h5 {
	font-size: 20px;
	font-weight: 700;
	color: #494949;
	line-height: 22px;
	margin: 10px 0 10px 0;
}

div.welcome p {
	font-size: 20px;
	font-weight: normal;
	color: #494949;
	line-height: 28px;
	text-align: justify;
	margin-bottom: 10px;
	margin-top: 20px;
}


.attack {
	background: rgb(127, 127, 127);
	text-align: center;
}

.attack .container {
	background: #f0f0f0;
}

.attack .container .wrap {
	padding: 26px 20px;
}

div.attack h1 {
	text-transform: uppercase;
	color: #E31D1A;
	font-size: 37px;
	font-weight: 700;
	line-height: 41px;
	margin: 20px 0 10px 0;
}

div.attack .col-sm-4 {
	text-align: center;
}

.attack .attack-block {
	background: #fff;
	padding: 3% 6%;
	margin-top: 18%;
}

.attack .attack-block img {
	display: inline-block;
	left: 0;
	margin-top: -25%;
	position: relative;
	right: 0;
	text-align: center;
}

.attack .attack-block h4 {
	font-size: 20px;
	font-weight: 700;
	color: #2a2a2a;
}

.attack span {
	font-size: inherit;
}

.attack .attack-block p {
	color: #4f4f4f;
	font-size: 16px;
	margin-bottom: 10px;
}

.attack .attack-block a {
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	background: #E31D1A;
	border-radius: 25px;
	display: inline-block;
	padding: 8px 16px;
	text-decoration: none;
	margin-bottom: 20px;
	outline: none;
	border: 1px solid #E31D1A;
}

.attack .attack-block a:hover {
	background: #fff;
	color: #2A2A2A;
	-webkit-transition: background-color 1s ease-out;
	-moz-transition: background-color 1s ease-out;
	-o-transition: background-color 1s ease-out;
	transition: background-color 1s ease-out;
	-webkit-transition: color 1s linear;
	-moz-transition: color 1s linear;
	-ms-transition: color 1s linear;
	-o-transition: color 1s linear;
	transition: color 1s linear;
}


.attack-quote {
	background: rgb(127, 127, 127);
}

.attack-quote .container {
	background: #fff;
	padding: 26px 0;
}

.attack-quote h1 {
	text-transform: uppercase;
	color: #E31D1A;
	font-size: 33px;
	font-weight: 700;
}

/* /holder */


/* footer */
div.footer-top {
	background: rgb(127, 127, 127);
	padding: 10px 0;
	overflow: hidden;
}

div.footer-top .f-logo {
	width: 40%;
	float: left;
}

div.footer-top .f-logo img {
	max-width: 262px;
	padding-left: 20px;
}

div.footer-top .logo_b img {
	max-height: 100px;
}

div.footer-top .copyright {
	width: 60%;
	float: left;
	text-align: right;
	padding-top: 26px;
}

div.footer-top .copyright p {
	padding-right: 20px;
	font-size: 11px;
	color: #fff;
}

div.footer-bottom {
	background: #000000;
	padding: 13px 0;
}

div.footer-bottom p {
	text-align: center;
	margin: 0;
	color: #afafaf;
	font-size: 14px;
	font-weight: 400;
}

/* /footer */


div.container {
	min-width: 750px;
}

.header-bottom .banner {
	height: 350px;
}

.header-bottom .banner div {
	width: 468px;
	padding-left: 30px;
}

.header-bottom .banner h1 {
	font-size: 41px;
	line-height: 46px;
	padding-top: 30px;
}

.header-bottom .banner h3 {
	font-size: 20px;
	padding-top: 25px;
	line-height: 25px;
}

.header-bottom .banner h4 {
	font-size: 20px;
	padding-top: 16px;
	line-height: 28px;
}

.header-bottom .banner2 div {
	width: 450px;
	padding-left: 30px;
}

@media screen and (min-width:768px) {
	div.head-container {
		width: 750px;
	}

	div.container {
		width: 750px;
	}

	div.d-logo img {
		width: 200px;
	}


	.modal-dialog {
		width: 600px;
		margin-left: auto;
		margin-right: auto;
	}

	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	}


	div.welcome .col-sm-8l {
		float: left;
		width: 66%;
	}

	div.welcome .col-sm-4r {
		float: right;
		width: 33%;
		text-align: right;
	}

	div.welcome .col-sm-4r img {
		width: 90%;
	}

	.col-sm-4 {
		float: left;
		width: 33.3%;
	}

	.col-sm-10 {
		float: left;
		width: 83.3%;
	}

	.col-sm-2 {
		float: left;
		width: 16.6%;
	}

	.col-md-6 {
		width: 50%;
	}
}

@media screen and (min-width:800px) {
	div.head-container {
		width: 750px;
	}

	div.container {
		width: 750px;
	}

	.header-top .nav li a {
		padding: 15px 15px;
	}
}

@media screen and (min-width:992px) {
	div.head-container {
		width: 970px;
	}

	div.container {
		width: 970px;
	}

	div.d-logo img {
		width: 212px;
	}

	.header-bottom .banner {
		height: 350px;
	}

	.header-bottom .banner div {
		width: 580px;
		padding-left: 60px;
	}

	.header-bottom .banner h1 {
		font-size: 51px;
		line-height: 57px;
		padding-top: 30px;
	}

	.header-bottom .banner h3 {
		font-size: 20px;
		padding-top: 25px;
		line-height: 25px;
	}

	.header-bottom .banner h4 {
		font-size: 20px;
		padding-top: 16px;
		line-height: 28px;
	}
}


@media screen and (min-width:1200px) {
	div.head-container {
		width: 1170px;
	}

	div.container {
		width: 1170px;
	}

	div.d-logo img {
		width: 262px;
	}

	.header-bottom .banner {
		height: 400px;
	}

	.header-bottom .banner div {
		width: 670px;
		padding-left: 106px;
		padding-top: 12px;
	}

	.header-bottom .banner h1 {
		font-size: 60px;
		line-height: 68px;
		padding-top: 31px;
	}

	.header-bottom .banner h3 {
		font-size: 21px;
		padding-top: 8px;
		line-height: 22px;
	}

	.header-bottom .banner h4 {
		font-size: 21px;
		padding-top: 16px;
		line-height: 28px;
	}
}

@media screen and (min-width:1300px) {
	.header-bottom .banner {
		height: 450px;
	}

	.header-bottom .banner div {
		padding-top: 30px;
	}

	.header-bottom .banner h4 {
		padding-top: 25px;
	}
}

div.video .container {
	background-color: #ed1a3b !important;
}

div.video h1 {
	color: #FFF !important;
	margin: 0 0 30px 0 !important;
}

div.tips {
	background-color: rgb(127, 127, 127) !important;
}

div.tips .container .wrap {
	background-color: #000 !important;
}

div.tips h1,
div.tips h3,
div.tips p {
	color: #fff !important;
}

div.tips .tips-slider {
	padding: 0 70px !important;
	background-color: transparent !important;
}

.videoinfo {
	margin-top: 15px;
	color: #fff;
}

/**/

.mail {
	background: rgb(127, 127, 127);
}

.mail .container {
	background: #ed1a3b;
	padding: 50px;
	box-sizing: border-box;
}

.mail .container .wrap {
	padding: 0 20px 26px 20px;
	margin: 0 50px;
	background: #fff;
}

div.mail h3 {
	text-transform: uppercase;
	font-size: 27px;
	font-weight: 700;
	color: #fff;
}

div.mail p {
	width: 60%;
	text-align: center;
	margin: 0 auto;
	/*	font-size: 18px;*/
	font-weight: 400;
	color: #fff;
}

div.mail h1 {
	text-transform: uppercase;
	font-size: 37px;
	font-weight: 700;
	line-height: 41px;
	margin: 0 0 10px 0;
	color: #fff;
}

div.mail h2 {
	text-transform: uppercase;
	font-size: 37px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 30px;
}

/* email examples */
div.wrap-emailexample {
	position: relative;
}

div.mail .email-example {
	margin: 0 auto;
	border: 10px solid #000;
	border-radius: 12px;
	background: #e1e1e1;
	color: #000;
	max-width: 850px;
}

div.mail .email-example p,
div.mail .email-example a {
	color: #000;
}

div.mail .email-example .lmenu {
	width: 110px;
	background: #e1e1e1;
	display: none;
}

div.mail .email-example .lmenu .lm-item {
	background: #b6b6b6;
	font-size: 16px;
	line-height: 16px;
	padding: 7px;
	text-align: center;
	margin-bottom: 8px;
	cursor: pointer;
	border-right: 1px solid #e1e1e1;
}

div.mail .email-example .lmenu .lm-item.active {
	font-weight: bold;
	background: #03755c;
}

div.mail .email-example {
	width: 100%;
	box-sizing: border-box;
}

div.mail .email-example .rbody {
	width: 100%;
	box-sizing: border-box;
	background-color: #fff;
}

div.mail .email-example .rbody .emailbody {
	padding: 20px;
}

div.mail .email-example .rbody .emailbody td {
	color: #888;
	text-align: left;
}

div.mail .email-example .rbody .emailbody td:first-child {
	text-align: right;
	padding-right: 8px;
}

div.mail .email-example .rbody .emailbody hr {
	border-bottom: 1px solid #000;
	border-top: 0 none;
	height: 0;
}

div.mail .email-example .rbody .emailbody h1 {
	color: #3974d2;
	text-transform: none;
	font-size: 37px;
	font-weight: normal;
	text-align: left;
}

div.mail .email-example .rbody .emailbody p {
	text-align: left;
	width: auto;
	padding-bottom: 18px;
	line-height: 28px;
}

div.mail .email-example .rbody span.toexplain {
	display: inline-block;
	font-size: inherit;
	border-bottom: 1px solid #f00;
}

div.mail .explainer {
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #f00;
	border-radius: 4px;
	padding: 10px;
	font-size: 14px;
	color: #333;
	background: #fbfbfb;
	display: inline-block;
	line-height: 0.85em;
}

div.mail .explainer>small {
	font-size: 11px;
	display: inline-block;
	margin-top: 3px;
}

/**/

div.mail .explainer.explainer-01 {
	top: 1%;
	left: 40%;
}

div.mail .explainer.explainer-02 {
	top: 16%;
	left: 62%;
}

div.mail .explainer.explainer-03 {
	top: 32%;
	left: 39%;
}

div.mail .explainer.explainer-04 {
	top: 42%;
	left: 59%;
}

div.mail .explainer.explainer-05 {
	top: 74%;
	left: 52%;
}


@media screen and (max-width:991px) {
	div.mail .explainer.explainer-01 {
		left: 49%;
	}

	div.mail .explainer.explainer-02 {
		top: 18%;
		left: 75%;
	}

	div.mail .explainer.explainer-03 {
		left: 44%;
		top: 34%;
	}

	div.mail .explainer.explainer-04 {
		top: 51%;
		left: 71%;
	}

	div.mail .explainer.explainer-05 {
		top: 81%;
		left: 64%;
	}
}