
::selection {
    background:lightgrey
}
* {		
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-box-sizing: border-box;
}
html,
body {
    margin: 0;
    padding: 0;
}
body {
    font-family: Lato, 'Source Han Sans CN', "lantinghei sc", "Microsoft Yahei",  'Helvetica Neue', Arial, Helvetica, sans-serif;
    line-height: 1.5;
    font-size: 14px;
    color: #333;
    position: relative;
    width: 100%;
    height: calc(100vh);
    background-color: #FFF;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
h1,
h2,
h3,
h4,
h5 {
	font-weight: 300;
	margin-top: 0;
    font-family: Raleway, Lato, 'Source Han Sans CN', "lantinghei sc", "Microsoft Yahei",  'Helvetica Neue', Arial, Helvetica, sans-serif;
}
img {
    max-width: 100%;
    height: auto;
}
ul,
lo {
	margin: 0;
	padding: 0;
	list-style: none;
}
a {
    color: #16A085;
    text-decoration: none;
    transition: all 0.3s ease-out;
}
a:hover,
a:active {
    outline: 0;
    color: #2B2F3D;
    text-decoration: none;
}
hr.line {
	border: 0 none;
	height: 1px;
	background-color: #E5E5E5;
	margin: 40px 0;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix {
    *zoom: 1;
}
.hidden {
	display: none;
	visibility: hidden;
}
.ui.header {
	font-family: Lato, "Helvetica neue", Helvetica, Tahoma, "lantinghei sc", "Microsoft Yahei", sans-serif;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Header Start
==============================================================*/
header {
	background-color: #16A085;
}
header .ui.menu {
	background-color: transparent;
	box-shadow: none;
	margin: 0;
	padding: 20px 0;
}
header .ui.menu .header.item {
	float: left;
	min-width: 100px;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
	background-color: transparent;
}
header .ui.menu .header.item .logo {
	color: #FFF;
	font-size: 24px;
	font-family: Raleway;
}
header .ui.menu .header.item .logo .icon {
	font-size: 22px;
	margin: 0;
}
header .ui.menu .item:before {
	width: 0;
}
header .ui.menu .menu,
header .ui.menu .right.menu {
	margin-top: 11px;
}
header .ui.menu .menu:not(.right) {
	float: left;
	margin-left: 20px;
}
header .ui.menu .menu .item {
	color: #FFF;
	font-weight: 400;
	text-shadow: 1px 0 1px rgba(0,0,0,.15);
	text-transform: uppercase;
}

header .ui.menu .menu .active.item {
	color: #FFF;
	box-shadow: none;
	background-color: transparent;
}
header .ui.menu .menu>a.item:hover {
	color: #FFF;
	border-radius: 5px;
}
header .ui.menu .menu>a.sign.item {
	padding-left: 25px;
	padding-right: 25px;
	min-width: 80px;
	text-align: center;
}
header .ui.menu .menu>a.sign.up.item {
	background-color: RGBA(95, 174, 37, 1);
	border-radius: 5px 0 0 5px;
}
header .ui.menu .menu>a.sign.up.item:hover {
	background-color: RGBA(95, 174, 37, .8);
}
header .ui.menu .menu>a.sign.in.item {
	background-color: RGBA(77, 153, 218, 1);
	border-radius: 0 5px 5px 0;
	margin-left: 2px;
}
header .ui.menu .menu>a.sign.in.item:hover {
	background-color: RGBA(77, 153, 218, .8);
}

/* SubNav */
.subnav {
	background-color: RGBA(46, 63, 80, .95);
	position: absolute;
	z-index: 1002;
	width: 100%;
	left: 0;
	right: 0;
	padding: 45px 50px;
	margin: 0;
	display: none;
}
/*
.subnav:before {
    position: absolute;
    top: -5px;
    left: 368px;
    content: '';
    width: 0.75em;
    height: 0.75em;
    background: RGBA(36, 39, 46, 1);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
}
*/
.subnav .ui.grid .row .column {
	border-right: 1px solid rgba(255,255,255,.1);
}
.subnav .ui.grid .row .column:last-child {
	border: 0 none;
}
.subnav .ui.grid .row .column a.item {
	color: #FFF;
	display: block;
	padding: 9px 20px;
}
.subnav .ui.grid .row .column a.item:hover {
	color: #CCC;
	border-radius: 5px;
	background-color: rgba(0,0,0,.25);
}


/* Slider Start
==============================================================*/
.slider {
	color: #FFF;
	position: relative;
	text-align: center;
	background-color: #16A085;
	/* 
	background-image: url(./images/wallpapper.jpg);
	background-image: none, url(./images/wallpapper.webp);
	background-size: cover;
	background-position: center -300px;
	*/
}
.slider .ui.dimmer {
	background-color: RGBA(0, 0, 0, 0);
}
.slider .container {
	position: relative;
	z-index: 1001;
	padding-top: 130px;
	padding-bottom: 150px;
}
.slider h1 {
	font-size: 38px;
}
.slider h2 {
	font-size: 18px;
	margin-bottom: 50px;
}
.slider .button {
	color: #FFF;
	cursor: pointer;
	font-weight: bold;
	padding: 15px 30px;
	border-radius: 4px;
	border: 2px solid rgba(255,255,255,.35);
}
.slider .button:hover {
	color: #16A085;
	background-color: #FFF;
	border: 2px solid rgba(255,255,255,.75);
	-webkit-transition: opacity .2s ease,background .2s ease,box-shadow .2s ease;
	transition: opacity .2s ease,background .2s ease,box-shadow .2s ease;
}

/* Section Start
==============================================================*/
section .container {
	padding-top: 100px;
	padding-bottom: 100px;
}
section.features .ui.grid .column {
	margin-bottom: 30px;
}
section.features .ui.grid .column h3 {
	font-size: 22px;
	margin: 15px 0;
}
section.features .ui.grid .column p {
	color: #777;
	line-height: 22px;
}
section.features .ui.grid .column .image {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 120px;
	height: 120px;
	background-size: 100%;
}
section.features .ui.grid .column:nth-child(1) .image {
	background-image: url(./images/Card@2x.png);
	background-image: none, url(./images/card.svg);
}
section.features .ui.grid .column:nth-child(2) .image {
	background-image: url(./images/Button@2x.png);
	background-image: none, url(./images/button.svg);
}
section.features .ui.grid .column:nth-child(3) .image {
	background-image: url(./images/safe@2x.png);
	background-image: none, url(./images/safe.svg);
}
section.features .ui.grid .column:nth-child(4) .image {
	background-image: url(./images/Spaceship@2x.png);
	background-image: none, url(./images/Spaceship.svg);
}
section.features .ui.grid .column:nth-child(5) .image {
	background-image: url(./images/flask@2x.png);
	background-image: none, url(./images/flask.svg);
}
section.features .ui.grid .column:nth-child(6) .image {
	background-image: url(./images/Goal@2x.png);
	background-image: none, url(./images/goal.svg);
}
/* Server */
section.server,
section.custom {
	background-color: #F9F9FA;
}
section.server .ui.grid .column h3,
section.addons .ui.grid .column h3 {
	font-size: 22px;
	margin-bottom: 20px;
}
section.server .ui.grid .column p,
section.addons .ui.grid .column p {
	color: #777;
	line-height: 22px;
}
section.server .ui.grid .seven.wide.column.left,
section.addons .ui.grid .seven.wide.column.left {
	padding-top: 0;
	padding-right: 100px;
}
section.server .ui.grid .seven.wide.column.right,
section.addons .ui.grid .seven.wide.column.right {
	padding-top: 0;
	padding-left: 100px;
}
section.server .ui.grid .nine.wide.column,
section.addons .ui.grid .nine.wide.column {
	background-color: #E2E2E2;
	border-radius: 5px;
}


/* Custom */
section.custom .ui.grid .ten.wide.column {
	text-align: center;
}

section.custom .ui.grid .ten.wide.column .icon {
	color: #BBB;
	font-size: 1.8em;
	margin-bottom: 20px;
}
section.custom .ui.grid .ten.wide.column .main {
	color: #666;
	font-size: 16px;
	text-align: center;
	margin-bottom: 30px;
}
section.custom .ui.grid .ten.wide.column .info {
	text-align: center;
}
section.custom .ui.grid .ten.wide.column .info .avatar {
	padding: 5px;
	max-width: 48px;
	border-radius: 50px;
	background-color: #BEDDE0;
}
section.custom .ui.grid .ten.wide.column .info .name {
	color: #999;
	font-size: 16px;
	margin-bottom: 0;
}
section.custom .ui.grid .ten.wide.column .info .detail {
	color: #BBB;
}

/* Bread Start
==============================================================*/
.bread .container {
	padding-top: 15px;
	padding-bottom: 15px;
}

.subheader {
	background-color: #F2F2F2;
	border-top: 1px solid #DDD; 
	border-bottom: 1px solid #DDD; 
}
.subheader .container {
	padding-top: 50px;
	padding-bottom: 50px;
}
.subheader .container h2 {
	font-size: 2.214rem;
}

/* Pricing Start
==============================================================*/
.ui.grid .row.pricing-faq .column {
	padding-right: 100px;
}
.ui.grid .row.pricing-faq h2 {
	font-size: 24px;
	margin-bottom: 70px;
	text-align: center;
}
.ui.grid .row.pricing-faq .column ul li {
	margin-bottom: 40px;
}
.ui.grid .row.pricing-faq .column ul li h3 {
	margin-bottom: 5px;
}
.ui.grid .row.pricing-faq .column ul li p {
	color: #888;
	line-height: 24px;
	min-height: 60px;
}

/* Question Start
==============================================================*/
.ui.grid .wide.question {
	margin: 20px 0 30px;
}
.ui.grid .wide.question p {
	margin-bottom: 0;
	line-height: 24px;
}
.ui.grid .wide.question p:last-child {
	color: #888;
}

/* Plans Start
==============================================================*/
.plans ul,
.plans ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.plans .plan {
	background: #fff;
	float: left;
	width: 100%;
	text-align: center;
	border-radius: 5px;
	margin: 0 0 20px 0;
	box-shadow: 0 0 1px rgba(0,0,0,.3);
}
.planContainer .title h2 {
	font-size: 2.125em;
	font-weight: 300;
	color: #16A085;
	margin: 0;
	padding: .6em 0;
}
.best .planContainer .title h2 {
	background-color: #16A085;
	color: #fff;
	border-radius: 5px 5px 0 0;
}
.planContainer .price p {
	background: #EFEFEF;
	color: #666;
	font-size: 1.2em;
	font-weight: 700;
	height: 4em;
	line-height: 4em;
	margin: 0 0 1em;
}
.best .planContainer .price p {
	background-color: #1ABC9C;
	color: #FFF;
}
.planContainer .price p span {
	color: #555;
}
.best .planContainer .price p span {
	color: #DDD;
}
.planContainer .options li {
	font-weight: 700;
	color: #16A085;
	line-height: 2.5;
}
.planContainer .options li span {
	font-weight: 400;
	color: #979797;
}
.planContainer .button a {
	text-transform: uppercase;
	text-decoration: none;
	color: #16A085;
	font-weight: 700;
	letter-spacing: 3px;
	line-height: 2.5em;
	border: 2px solid #16A085;
	display: inline-block;
	width: 80%;
	height: 2.8em;
	border-radius: 4px;
	margin: 1.5em 0 1.8em;
}
.best .planContainer .button a {
	color: #fff;
	background: #16A085;
	border: 2px solid #16A085;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
	.plans .plan {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 20px;
	}
	.plans .plan:nth-child(2n) {
		margin-right: 0;
	}
}
@media screen and (min-width: 769px) and (max-width: 1024px) {

	.plans .plan {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 20px;
	}
	.plans .plan:nth-child(2n) {
		margin-right: 0;
	}

}
@media screen and (min-width: 1025px) {
	.plans .plan {
		width: 24%;
		margin: 0 1.33% 20px 0;
	
		-webkit-transition: all .25s;
		   -moz-transition: all .25s;
		    -ms-transition: all .25s;
		     -o-transition: all .25s;
		        transition: all .25s;
	}
	.plans li:last-child {
		margin-right: 0;
	}	
	.plans .plan:hover {
		-webkit-transform: scale(1.04);
		   -moz-transform: scale(1.04);
		    -ms-transform: scale(1.04);
		     -o-transform: scale(1.04);
		        transform: scale(1.04);
	}	
	.planContainer .button a {
		-webkit-transition: all .25s;
		   -moz-transition: all .25s;
		    -ms-transition: all .25s;
		     -o-transition: all .25s;
		        transition: all .25s;
	}	
	.planContainer .button a:hover {
		background: #16A085;
		color: #fff;
	}	
	.planContainer .button a.bestPlanButton:hover {

		color: #16A085;
		background: transparent;
		border: 2px solid #16A085;
	}
}

/* Plan-list Start
==============================================================*/
.plan-list .ui.table {
	border: 0 none;
	border-top: 2px solid #16A085;
}
.plan-list .ui.table thead th {
	text-align: center;
	color: #16A085;
	background-color: #F9F9F9;
}
.plan-list .ui.table thead th {
	padding: 1em;
}
.plan-list .ui.table tbody td {
	text-align: center;
	padding: 1.3em 1em;
}
.plan-list .ui.table tbody tr td:first-child {
	width: 40px;
	padding-left: .9em;
	padding-right: .5em;
}
.plan-list .ui.table tbody tr:hover td {
	background-color: RGBA(108, 98, 159, .05);
}
.plan-list .ui.table tbody tr td .icon {
	font-size: 1.5em;
	margin: 0;
}
.plan-list .ui.table tbody tr td a.buynow {
	border: 2px solid #16A085;
	border-radius: 5px;
	padding: 5px 10px 7px;
}
.plan-list .ui.table tbody tr td a:hover.buynow {
	background-color: #16A085;
	color: #FFF;
}

/* Footer Start
==============================================================*/
footer {
	border-top: 1px solid #EEE;
}
footer .container {
	padding-top: 100px;
	padding-bottom: 100px;
}
footer .container h1 {
	margin: 0;
	font-size: 1.8rem;
}
footer .container .logo {
	color: #16A085;
}
footer .container p {
	color: #999;
}
footer .column h4 {
	color: #5C5F5C;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
footer .column .item {
	color: #999;
	line-height: 24px;
}

/* features Start
==============================================================*/
div[class*=features-]:nth-child(even) {
	background-color: #F2F6FA;
}
div[class*=features-]:nth-child(odd) {
	background: linear-gradient(left , #FFF , #FCFDFF 100%);
	background: -o-linear-gradient(left , #FFF , #FCFDFF 100%);
	background: -ms-linear-gradient(left , #FFF , #FCFDFF 100%);
	background: -moz-linear-gradient(left , #FFF , #FCFDFF 100%);
	background: -webkit-linear-gradient(left , #FFF , #FCFDFF 100%);
}
div[class*=features-] .ui.grid {
	margin: 0 -1rem;
}
div[class*=features-] .seven.wide.column {
	padding-top: 120px;
	padding-bottom: 150px;
}
div[class*=features-]:nth-child(even) .seven.wide.column {
	padding-left: 50px;
}
div[class*=features-]:nth-child(odd) .seven.wide.column {
	padding-right: 50px;
}
div[class*=features-] .seven.wide.column h2.ui.header {
	color: #6991C8;
	font-size: 38px;
	font-weight: normal;
	margin-bottom: 50px;
}
div[class*=features-] .seven.wide.column p {
	color: #AAA;
	font-size: 18px;
}
div[class*=features-] .nine.wide.column {
	padding: 50px 0 0;
}
div[class*=features-]:nth-child(even) .nine.wide.column {
	text-align: left;
}
div[class*=features-]:nth-child(odd) .nine.wide.column {
	text-align: center;
}
div[class*=features-] .nine.wide.column img {
	height: 430px;
}
div[class*=features-]:nth-child(even) .nine.wide.column img {
	margin-bottom: -5px;
}
/* BuyNow */
div.features-buynow {

	background: linear-gradient(top , #16A085 , #5F5EB1 100%);
	background: -o-linear-gradient(top , #16A085 , #5F5EB1 100%);
	background: -ms-linear-gradient(top , #16A085 , #5F5EB1 100%);
	background: -moz-linear-gradient(top , #16A085 , #5F5EB1 100%);
	background: -webkit-linear-gradient(top , #16A085 , #5F5EB1 100%);
	
	background-color: #16A085 !important;
}
div.features-buynow .container {
	padding-top: 100px;
	padding-bottom: 100px;
}
div.features-buynow .container .ui.header {
	float: left;
	color: #FFF;
	font-size: 28px;
}
div.features-buynow .container .sub.header {
	color: #CCC;
	margin-top: 5px;
}
div.features-buynow .container a.button {
	float: right;
	font-size: 16px;
	border-radius: 4px;
	padding: 15px 50px;
	background-color: #FFF;
	text-transform: uppercase;
	box-shadow: 0px 4px 0px #5E5494;
}

/* Server Room Start
==============================================================*/
div[class*=serverroom-] {
	color: #FFF;
	position: relative;
	background-size: cover;
	background-position: center center;
}
div[class*=serverroom-] .ui.dimmer {
	background-color: rgba(0,0,0,.75);
}
div[class*=serverroom-] .container {
	position: relative;
	z-index: 1001;
	padding-top: 100px;
	padding-bottom: 100px;
}
div[class*=serverroom-] .ui.grid .column h1.ui.header {
	color: #FFF;
	font-size: 32px;
}
div[class*=serverroom-] .ui.grid .column h2 {
	color: #FFF;
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 36px;
}
div[class*=serverroom-] .ui.grid .column .list-check-alt {
	  margin-bottom: 2.57143em;
}
div[class*=serverroom-] .ui.grid .column .list-check-alt li {
	margin-bottom: 6px;
	line-height: 20px;
	font-size: 16px;
}
div[class*=serverroom-] .ui.grid .column .list-check-alt li:before {
	color: #9ad959;
	content: "\f058";
	font-family: Icons;
	line-height: 1;
	width: 1.23em;
	margin-right: 10px;
	font-size: 1.1em;
}
div[class*=serverroom-] .ui.grid .column .col-full p a.button {
	border: 1px solid #98db50;
	color: #98db50;
	margin-left: 15px;
	margin-bottom: 30px;
	border-radius: 4px;
	padding: 9px 18px;
	font-weight: bold;
	cursor: pointer;
}
div[class*=serverroom-] .ui.grid .column .col-full p a.button:hover {
	color: #016E00;
	background-color: #98db50;
}
div.serverroom-one {
	background-image: url(./images/serverroom1.jpg);
	background-image: none, url(./images/serverroom1.jpg);
}
div.serverroom-two {
	background-image: url(./images/serverroom2.jpg);
	background-image: none, url(./images/serverroom2.jpg);
}
div.serverroom-three {
	background-image: url(./images/serverroom3.jpg);
	background-image: none, url(./images/serverroom3.jpg);
}
div.serverroom-four {
	background-image: url(./images/serverroom4.jpg);
	background-image: none, url(./images/serverroom4.jpg);
}
div[class*=serverroom-] .container {
	padding-top: 150px;
	padding-bottom: 150px;
}

#map {
	width: 100%;
	height: 500px;
	overflow: hidden;
}
#map .info {
	position: absolute;
	z-index: 1000;
	width: 300px;
	background-color: RGBA(108, 98, 159, .85);
	height: 500px;
	padding: 20px;
	color: #FFF;
	right: 250px;
	font-size: 1.2em;
}
#map .ui.dividing.header {
	padding-bottom: .25rem;
	border-bottom: 1px solid rgba(255,255,255,.1);
}
#map .ui.list>.item .header {
	padding-bottom: .25rem;
}
#map .ui.dividing.header,
#map .ui.list>.item .header {
	color: #FFF;
	font-size: 1.3em;
}
#map .leaflet-control-attribution.leaflet-control {
	display: none;
}
.contact .container {
	padding-top: 100px;
	padding-bottom: 100px;
}
/* Media Start
==============================================================*/
@media (min-width:768px) {
	.container {
		width:750px
	}
}
@media (min-width:992px) {
	.container {
		width:970px
	}
}
@media (min-width: 1200px) {
	.container {
		width:1170px
	}
}
@media (max-width:990px) {
	header .ui.menu .menu:not(.right) {
		margin-left: 10px;
	}
	header .ui.menu .menu>a.sign.item {
		min-width: 60px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.subnav .ui.grid .row .column {
		padding-left: .5rem;
		padding-right: .5rem;
	}
	.subnav .ui.grid .row .column a.item {
		padding: 9px 10px;
	}
	.server .ui.grid .seven.wide.column.left,
	.addons .ui.grid .seven.wide.column.left {
		padding-top: 0;
		padding-right: 30px;
	}
	.server .ui.grid .seven.wide.column.right,
	.addons .ui.grid .seven.wide.column.right {
		padding-left: 30px;
	}
}