/* common */
*{font-family: 'Open Sans', sans-serif;}

* {
	margin:0; padding:0;
	font-family:'Open Sans', sans-serif;
	font-size:16px;
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-moz-text-size-adjust:100%;
}

p{
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body { background:#bbbbbb; }

.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;
	-webkit-box-shadow:0 0 4px 0 #000000;
	box-shadow:0 0 4px 0 #000000;
}

div.header-top {
	padding:0 0;
	position:fixed;
	top: 0;
	width:100%;
	z-index:999999;
	background:#bbbbbb;
	height:92px;
}

div.d-logo { padding:0 20px; line-height:92px; height:92px;}

div.d-logo img { width:200px; vertical-align:middle; }

.navbar-collapse { margin-top:14px; 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-bottom {
	margin-top:94px;
	background:#bbbbbb;
}

.header-bottom .banner {
	background-repeat:no-repeat;
	background-position:center center;
	background-size:contain;
	background-color:#0d7159;
}

.header-bottom .banner h1 {
	color:#dedede;
	margin:0;
	font-weight:bold;
}
.header-bottom .banner h3 {
	color:#dedede;
	margin:0;
	font-weight:normal;
}
.header-bottom .banner h4 {
	color:#dedede;
	margin:0;
	font-weight:normal;
}
.header-bottom a {
	color:#f0ff05;
	font-weight:bold;
	font-size:inherit;
}
/* /header */

/* holder */
section.holder {
	padding:0;
	background:#bbbbbb;
}

div.welcome { background-color:#bbbbbb; }

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: #bbbbbb;
	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: #bbbbbb;
}
.attack-quote .container { background:#fff; padding:26px 0; }

.attack-quote h1 {
	text-transform: uppercase;
	color: #E31D1A;
	font-size: 33px;
	font-weight: 700;
}

.mail { background: #bbbbbb; }
.mail .container { background: #f2f2f2; }
.mail .container .wrap { padding:26px 20px; }

div.mail h3 {
	text-transform: uppercase;
	font-size: 27px;
	font-weight: 700;
	color: #e31d1a;
}

div.mail p {
	width:60%;
	text-align:center;
	margin:0 auto;
	color: #464646;
	font-size: 18px;
	font-weight: 400;
}

div.mail h1 {
	text-transform: uppercase;
	color: #E31D1A;
	font-size: 37px;
	font-weight: 700;
	line-height: 41px;
	margin: 20px 0 10px 0;
}
div.mail h2 {
	color: #E31D1A; /*#2a2a2a;*/
	text-transform: uppercase;
	font-size: 33px;
	font-weight: 700;
}

/* email examples */
div.wrap-emailexample {
	position:relative;
}

div.mail .email-example {
	margin:0 auto;
	border: 8px solid #50748a;
	border-radius: 12px;
	background:#e1e1e1;
}

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;
	color:#222;
	text-align:center;
	margin-bottom:8px;
	cursor:pointer;
	border-right:1px solid #e1e1e1;
}
div.mail .email-example .lmenu .lm-item.active {
	font-weight:bold;
	color:#111;
	background:#03755c;
}

div.mail .email-example .rbody { background:#e1e1e1; }

div.mail .email-example { width:710px; }
div.mail .email-example .rbody { width:670px; padding:20px; }
.mail .container .wrap { padding: 26px 10px; }

div.mail .email-example .rbody .emailbody {
	padding:10px;
	background:#fff;
}

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 {
	color:#555;
	text-align:left;
	width:auto;
	padding-bottom:18px;
}

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;
	line-height:18px;
	color:#333;
	background:#fbfbfb;
}
/* /email examples */

/* /holder */


/* footer */
div.footer-top {
	background: #2f2f2f;
	padding:26px 0;
}

div.footer-top .f-logo { padding-left:20px; }
div.footer-top .f-logo img { max-width:262px; }

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;
}



div.container { min-width:750px; }
.header-bottom .banner { height:280px; }
.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; }

@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:20px 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:300px; }

	.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;
	}


	.mail .container .wrap { padding: 26px 20px; }
	div.mail .email-example {
		width:865px;
		border: 18px solid #50748a;
		border-radius: 24px;
	}
	div.mail .email-example .lmenu { display:block; }
	div.mail .email-example .rbody { border-left:9px solid #a1a1a1; width:706px; }
}


@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:350px; }

	.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:400px; }
	.header-bottom .banner div { padding-top:30px; }
	.header-bottom .banner h4 { padding-top:25px; }
}
