html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	font-family: 'Open Sans', serif;
}
body {
	line-height:1;
	background:#F0F2F6;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
}
.clearfix { clear:both; }

#wrapper {
	width:100%;
	margin:0 auto;
}
.container {
	width:980px;
	margin:0 auto;
}

#header {
	height:100px;
}

#logo {
	padding-top:20px;
	box-sizing: border-box;
}
#logo img {
	height:78px;
}
#slogan_bar {
	width:100%;
	margin:0 auto;
	background:#198FCD;
	text-align:center;
	padding:30px 0 35px 0;
}
#slogan_bar h1 {
	font-size:36px;
	color:#FFF;
	font-family: 'Roboto Slab', serif;
}

#main {
	padding:20px;
	background:#FFF;
}
#main h2 {
	font-family: 'Roboto Slab', serif;
	font-size: 26px;
	color:#333;
}
#main p {
	margin-top:10px;
	color:#747474;
	line-height:1.4em;
}

#main .intro {
	background:#F0F2F6;
	border-left:6px solid #198FCD;
	padding:20px;
	box-sizing: border-box;
}


#reasons { }
#reasons-inner {
    padding: 60px 0;
}
#reasons-inner ul li {
    border-top: 1px solid #ddd;
    margin: 0 auto;
    max-width: 980px;
    padding: 40px 0;
	list-style:none;
	list-style-type:none;
	display:block;
	float:left;
}
#reasons-inner ul li:last-child {
	padding-bottom:0px;
}

#reasons-inner ul li .image {
    float: right;
    padding: 10px 30px;
}
#reasons-inner ul li:nth-child(2n+1) .image {
	float: left;
}
#reasons-inner ul li .image img {
    max-width: 100%;
}
#reasons-inner ul li .data {
    font-size: 17px;
}
#reasons-inner ul li .data h2 {
    font-size: 22px;
}
#reasons-inner ul li .data p {
	text-align:justify;
}
#reasons-inner ul li:first-child {
    border-top: medium none;
    padding-top: 0;
}
#reasons-inner ul li.alt .image {
    float: left;
}

#spamcontrol {
	width:980px;
	height:300px;
	margin:0 auto 20px auto;
	display:block;
	text-align:center;
}
#spamcontrol ul.pack li {
	width:220px;
	height:300px;
	display:inline-block;
	background:#EDEDED;
	float:left;
	margin-left:33px;
	list-style-type:none;
}
#spamcontrol ul.pack li:first-child {
	margin:0px;
}
#spamcontrol ul.pack li h3 {
	padding:20px 0;
	text-align:center;
	font-size:18px;
	font-family: 'Roboto Slab', serif;
}
#spamcontrol ul.pack li .price {
	font-family: 'Roboto Slab', serif;
	width:100px;
	height:100px;
	margin:0 auto;
	background:#198FCD;
	border-radius:50%;
	color:#fff;
	font-size:20px;
	padding-top:25px;
	box-sizing: border-box;
	text-align:center;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;		
}

#spamcontrol ul.pack li:hover .price {
	background:#E6567A;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;	
}

#spamcontrol ul.pack li a.order {
	padding:10px 15px;
	background:#2E383D;
	color:#fff;
	font-family: 'Roboto Slab', serif;
	text-align:center;
	font-size:16px;
	text-decoration:none;
	border-radius:4px;
	display:inline-block;
	margin-top:5px;
}
#spamcontrol ul.pack li a:hover.order {
	background:#198FCD;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;	
}

#spamcontrol ul.pack li span {
	width:180px;
	margin:15px auto;
	display:block;
	list-style-type:none;
	text-align:left;
}
#spamcontrol ul.pack li span i {
	width:20px;
	color:#198FCD;
}
.dc_service {
	margin:0 auto 20px auto;
	display:block;
	text-align:center;
	font-size:22px;
	font-family: 'Roboto Slab', serif;
}