
/* =Contents
-----------------------------------------------------------------------------*/
.header-text{
	text-align:center;
	margin-top:20px;
}

.menu{
	border:1px solid #999;
	padding:5px;
	margin-bottom:10px;
	}
	
.menu-name{
	font-size:1.2em;
	font-weight: bold;
	color: #FC7F99;
	border-bottom: dotted 1px  #FC7F99;
	margin-bottom:5px;
	}

.menu-price{
	font-size:1em;
	color:#999;
	text-align:right;
	}

.menu-detail{
	font-size:1em;
	text-align:right;
	margin-bottom:5px;
	}







/* =Selection
-----------------------------------------------------------------------------*/
::selection {
  background: #ffff9e;
}
::-moz-selection {
  background: #ffff9e;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}

/* =Typography
-----------------------------------------------------------------------------*/
body {
	font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
}


/* =Links
-----------------------------------------------------------------------------*/
a,
a:active {
	background: none;
	color: #3a62a5;
}
a:hover {
	color: #e32020;
}

/* =Layout
-----------------------------------------------------------------------------*/
#page {
	margin: auto;
	max-width: 1030px;
	padding: 0 15px;
}

/* =Header
-----------------------------------------------------------------------------*/
#header {
	overflow: hidden;
	font-size: 12px;
	padding: 14px 0 10px 0;
}

#header a {
	color: #666;
	text-decoration: none;
}

#header a:hover {
	color: #000;
	text-decoration: underline;
}

#logo {
	float: left;
	margin:0 auto;
	position: relative;
	width: 100%;
	height: 225px;
	background: url(../img/logo.png) no-repeat center;
}


#logo a {
	zoom: 1;
	display: block;
	height: 36px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {

	#logo {
		background: url(../img/logo.png) no-repeat center;	
		width: 100%;
	}

}
#auth-area {
	float: right;
	margin: 0;
	margin-top: 2px;
	margin-right: 30px;
	list-style: none;
	color: #aaa;
}
#auth-area li {
	float: left;
	line-height: 1;
	margin-right: 5px;
}
#auth-area li a, #auth-area li span {
	display: block;
	padding: 4px 8px;
}
#auth-area li #login-link {
	border: 1px solid #ddd;
}
#twitter-link {
	margin-top: 6px;
	float: right;
	line-height: 1;
}

/* =SubHeader
-----------------------------------------------------------------------------*/
#header-sub {
	overflow: hidden;
	border-radius: 3px;
	margin-bottom: 1.5em;
	padding-bottom: 1em;
	border-bottom: 1px solid #eee;
}
#header-sub h2 {
	font-size: 24px;
	float: left;
	margin: 0;
}
#header-sub h2 a {
	color: #000;
	text-decoration: none;
}
#header-sub h2 a:hover {
	text-decoration: underline;
}

#header-sub.redactorpage h2 {
	padding-left: 31px;
	background: url(../img/ico_redactor.png) no-repeat;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {

	#header-sub.redactorpage h2 {
		background: url(../img/ico_redactor2x.png) no-repeat;
		background-position: 0 2px;
		background-size: auto 27px;
	}

}

#header-sub.kubepage h2 {
	padding-left: 33px;
	background: url(../img/ico_kube.png) no-repeat;
	line-height: 31px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {

	#header-sub.kubepage h2 {
		background: url(../img/ico_kube2x.png) no-repeat;
		background-position: 0 1px;
		background-size: auto 30px;
	}

}

#header-sub nav {
	float: right;
	margin: 0;
	margin-top: 7px;
}
#header-sub ul li .red-box-link {
	display: inline-block;
	background-color: #e32020;
	color: #fff;
	padding: 0 8px;
	border-radius: 3px;
}
#header-sub ul li span.red-box-link {
	background-color: #aaa;
}

/* =Nav
-----------------------------------------------------------------------------*/
#nav {
	position: relative;
	z-index: 2;
	overflow: hidden;
	margin-bottom: 1.5em;
	border-radius: 3px;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
	box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
}
#nav ul {
	list-style: none;
	margin: 0;
}
#nav ul li {
	float: left;
	width: 20%;
/* 	width: 14.5%; */
	text-align: center;
}
#nav ul li:first-child a {
	border-left: none;
}
#nav ul li.last {
/* 	width: 13%; */
}
#nav ul li.last a, #nav ul li.last span {
	border-right: none;
}
#nav ul li a, #nav ul li span {
	vertical-align: baseline;
	line-height: 3.2em;
	padding: 0 24px;
	text-decoration: none;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	display: block;
	border-right: 1px solid #ddd;
	border-left: 1px solid #f6f6f6;
}
#nav ul li a:hover {
	color: #000 !important;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f0f0f0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0f0f0));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f0f0f0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );
}
#nav ul li span {
	color: #888;
	padding: 0 23px;
	text-shadow: none;
	background: #f8f8f8;
}

/* =Promo
-----------------------------------------------------------------------------*/
#promo {
	margin: 1em 0;
	padding: 80px 0 100px 0;
	text-align: center;
	display: block;
	text-decoration: none;
	color: #000;

/*
	border-radius: 4px;
	background: #f7f6f6;
	background: -moz-linear-gradient(top,  #f7f6f6 0%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f6f6), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top,  #f7f6f6 0%,#eaeaea 100%);
	background: -o-linear-gradient(top,  #f7f6f6 0%,#eaeaea 100%);
	background: -ms-linear-gradient(top,  #f7f6f6 0%,#eaeaea 100%);
	background: linear-gradient(to bottom,  #f7f6f6 0%,#eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f6f6', endColorstr='#eaeaea',GradientType=0 );
*/
}
#promo h1 {
	font-size: 56px;
	margin-bottom: 0;
}
#promo h5 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 20px;
	color: #888;
}
#promo p {
	margin-bottom: 40px;
}

.btn-flat-red-border {
	line-height: 1;
	background-color: #000;
	border-radius: 3px;
	color: #fff;
	text-decoration: none;
	padding: 9px 24px;
}
.btn-flat-red-border:hover {
	color: #fff;
	text-decoration: underline;
}
#promo-redactor-panel {
	margin-bottom: 40px;
}


/* =Preview
-----------------------------------------------------------------------------*/
#preview {
	text-align: center;
	padding-bottom: .3em;
}
#preview h1 {
	font-size: 42px;
	margin-bottom: 4px;
}
#preview p {
	color: #888;
}

/* =Quotes
-----------------------------------------------------------------------------*/
#quotes blockquote {
	border: none;
	margin-bottom: 1.5em;
	padding: 2em;
	background-color: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}
#quotes blockquote p {
	margin-bottom: 8px;
	font-style: normal;
	font-size: 1.1em;
	color: #333;
}


/* =BoxInside
-----------------------------------------------------------------------------*/
#box-inside {
	margin-bottom: 3em;
}
#box-inside-white {
	padding: 3em 0;
	margin-bottom: 3em;
}


/* =BoxInner
-----------------------------------------------------------------------------*/
.box-inner {
	display: block;
	text-decoration: none;
	color: #000;
	padding: 3em;
	border: 1px dashed #ddd;
	border-radius: 10px;
}
body.indexpage .box-inner {
	text-align: center;
}
.box-inner:hover {
	color: #000;
}
.box-inner #ico-kube {
	margin-bottom: 4px;
	margin-top: 12px;
}
.box-inner #ico-kube span {
	position: relative;
	left: -15px;
	display: inline-block;
	line-height: 32px;
	padding-left: 34px;
	background: url(../img/ico_kube.png) no-repeat;
	background-position: 0 1px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {

	body.kubepage .box-inner #ico-kube span {
		background: url(../img/ico_kube2x.png) no-repeat;
		background-size: auto 30px;
	}

}

/* =Footer
-----------------------------------------------------------------------------*/
#footer {
	font-size: 12px;
	color: #777;
	margin-top: 1.5em;
	padding-bottom: 80px;
	padding-top: 1em;
	overflow: hidden;
	border-top: 1px solid #eee;
	text-align:center;
}
body.indexpage #footer {
	border-top: none;
	padding-top: 0;
}
#footer a {
	color: #777;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
}
#footer ul {
	float: right;
	margin-left: 0;
	list-style: none;
}
#footer ul li {
	float: left;
	margin-left: 1.5em;
}
#footer ul li.last {
	border: none;
}
#footer ul li span {
	color: #bbb;
}

/* =StatBox
-----------------------------------------------------------------------------*/
.stat-box {
	background-color: #f6f6f6;
	padding: 1.5em;
	text-align: center;
	margin-bottom: 1.5em;
}
.stat-box header {
	font-size: 24px;
	font-weight: bold;
	color: #383838;
	margin-bottom: .1em;
}
.stat-box footer {
	font-size: 12px;
	color: #7f7f7f;
	line-height: 1;
}

/* =KubeIntro
-----------------------------------------------------------------------------*/
#kubeintro {
	margin-top: -5px;
	border-bottom: 1px dashed #ddd;
}
#kubeintro h1 {
	padding-top: 7px;
	font-size: 42px;
}
#kubedesc {
	margin-bottom: 2em;
}

/* =ChangeLog
-----------------------------------------------------------------------------*/
#change-log {
	padding-top: 1em;
}
#change-log sup {
	font-size: .6em;
	font-weight: normal;
	top: -2px;
	border-radius: 3px;
	margin-left: 5px;
	padding: 1px 4px;
	background-color: #aaa;
	color: #fff;
}
#change-log article {
	margin-bottom: 3em;
}

/* =Misc
-----------------------------------------------------------------------------*/
.setting-toggle {
	cursor: pointer;
	padding: 4px 7px;
}
.feature-sup {
	background: none;
	color: #000;
	top: -10px;
	margin-left: 4px;
	font-size: 12px;
	font-weight: normal;
}



.callout {
	background-color: #e8edf5;
	border: 1px solid #cfd5df;
	padding: 1.5em;
	border-radius: 3px;
	margin-bottom: 1.5em;
}
.callout-green {
	background-color: #e1e5e1;
	border-color: #cad2ca;
}
.callout-dashed {
	background: none;
	border: 1px dashed #ddd;
}
.btn-bigger {
	padding: 14px 24px;
	font-size: 18px;
}
.pause {
	margin-bottom: .5em;
}


/* =Lists
-----------------------------------------------------------------------------*/
.list-mdash {
	margin-left: 0;
}
.list-mdash li {
	list-style: none;
	line-height: 1.7em;
}
.list-mdash li:before {
	content:"\2014\a0";
}
.list-browser {
	margin-left: 0;
	list-style: none;
}
.list-browser li {
	line-height: 26px;
}

.ico_browser_chrome,
.ico_browser_firefox,
.ico_browser_safari,
.ico_browser_opera,
.ico_browser_ie {
	position: relative;
	top: 3px;
	margin-right: 5px;
	display: inline-block;
	width: 16px;
	height: 16px;
	line-height: 16px;
	background: url(../img/browser-icons.png) no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5/1) {

	.ico_browser_chrome,
	.ico_browser_firefox,
	.ico_browser_safari,
	.ico_browser_opera,
	.ico_browser_ie {
		background: url(../img/browser-icons@2x.png) no-repeat;
		background-size: 16px;
	}
}
.ico_browser_chrome {
	background-position: 0 0 !important;
}
.ico_browser_firefox {
	background-position: 0 -16px !important;
}
.ico_browser_safari {
	background-position: 0 -32px !important;
}
.ico_browser_opera {
	background-position: 0 -48px !important;
}
.ico_browser_ie {
	background-position: 0 -64px !important;
}


.simple-list {
	margin-left: 0;
	list-style: none;
}
.simple-list li {
	margin-bottom: 15px;
}
.simple-list li:before {
	content:"\2014\a0";
}

#faq-lists ul {
	margin-left: 0;
	list-style: none;
}
#faq-lists ul li {
	border-bottom: 1px solid #eee;
	padding-bottom: 6px;
	margin-bottom: 6px;
}
#faq-lists ul li a {
	text-decoration: none;
}
#faq-lists ul li a:hover {
	text-decoration: underline;
}


/* =ArrowBox
-----------------------------------------------------------------------------*/
.arrow-box {
	font-size: 14px;
	width: 200px;
	padding: 30px;
	padding-bottom: 15px;
	position: absolute;
	z-index: 2000;
	background: #fff;
	color: #000;
	box-shadow: 0 1px 5px rgba(0, 0, 0, .4);
	border: 1px solid #cfcfcf;
}
.arrow-box .gray {
	color: #777 !important;
}
.arrow-box:after, .arrow-box:before {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.arrow-box:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 7px;
	left: 50%;
	margin-left: -7px;
}
.arrow-box:before {
	border-color: rgba(207, 207, 207, 0);
	border-bottom-color: #cfcfcf;
	border-width: 8px;
	left: 50%;
	margin-left: -8px;
}



/* =Pricing
-----------------------------------------------------------------------------*/
#pricing {
	margin: 6em 0 2em 0;
}
#pricing .inner {
	box-shadow: 0 1px 15px rgba(0, 0, 0, .25);
	height: 630px;
	text-align: center;
	z-index: 1;
	position: relative;
}
#pricing-hilight .inner {
	position: relative;
	top: -1.2em;
	background-color: #f6f7e6;
	z-index: 2;
	box-shadow: 0 1px 25px rgba(0, 0, 0, .25);
	border-radius: 4px;
}
#pricing .inner-full {
	height: 650px;
}
#pricing .inner form {
	position: absolute;
	bottom: 1em;
	left: 0;
	width: 100%;
}
#pricing .inner h3 {
	font-size: 21px;
	margin-bottom: 1em;
}
.price {
	display: inline-block;
	padding: 18px 20px;
	border: 1px solid #ddd;
	font-size: 24px;
	border-radius: 4px;
}
#pricing-hilight .price {
	border-color: #d9dacb;
}
#best-choice {
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	top: -24px;
}
#best-choice span {
	display: inline-block;
	font-size: 13px;
	color: #fff;
	line-height: 1;
	height: 17px;
	background-color: #e32020;
	padding: 6px 7px 0 7px;
	border-bottom: 1px solid #a83825;
	box-shadow: 0 -1px 5px rgba(0, 0, 0, .25);
}
#pricing .inner ul {
	margin-left: 0;
	list-style: none;
	font-size: 14px;
}
#pricing-hilight .inner ul {
	padding-top: 1.2em;
}
#pricing .inner ul li {
	line-height: 1.4em;
	margin-bottom: 6px;
	padding-bottom: 6px;
	border-bottom: 1px solid #ddd;
	border-bottom: 1px solid rgba(0, 0, 0, .07);
}
#pricing .inner ul li.divider {
	border-bottom-width: 2px;
	border-bottom-style: dashed;
}

/* =Blocks
-----------------------------------------------------------------------------*/
#block-who h3, #block-where h3 {
	text-align: center;
	font-size: 20px;
}
#block-who {
	margin-top: 2em;
	margin-bottom: 3em;
}
#block-who h3 {
	margin-bottom: 1em;
}


/* =Cards
-----------------------------------------------------------------------------*/
#about-box {
	border-bottom: 1px dashed #ddd;
}
.card-box {
	overflow: hidden;
	margin-bottom: 1em;
	text-shadow: 0 1px 0 #fff;
}
.card-box section {
	float: left;
	width: 62%;
	position: relative;
	top: -5px;
}
.card-box p {
	font-size: 13px;
	margin-bottom: 14px;
}
.card-box blockquote {
	margin: 0;
	font-style: italic;
	color: #888;
	position: relative;
	border: none;
	padding-left: 27px;
}
.card-box blockquote span {
	font-size: 60px;
	color: #bbb;
	line-height: 1;
	position: absolute;
	top: -5px;
	left: -2px;
}
.card-box figure {
	position: relative;
	float: left;
	width: 35%;
	margin-right: 3%;
	margin-bottom: 10px;
}
.card-box figure img {
	border-radius: 4px;
}
.card-box figcaption {
	text-shadow: none;
	top: 0;
	right: 0;
	line-height: 1;
	position: absolute;
	background-color: #d74a32;
	font-size: 11px;
	color: #fff;
	padding: 4px 7px 5px 7px;
	font-style: normal;
}

/* =Blog
-----------------------------------------------------------------------------*/
.post {
	font-size: 18px;
	margin-bottom: 3em;
}
.post-head a {
	color: #000;
	text-decoration: none;
}
.post-head a:hover {
	text-decoration: underline;
}
.post-date {
	margin-bottom: 0;
	font-size: 12px;
	text-transform: uppercase;
	color: #aaa;
	font-weight: bold;
}
.post-redingtime {
	font-size: 11px;
	color: #aaa;
}
#blogpath {
	margin-bottom: .2em;
}

/* =ExamplesBox
-----------------------------------------------------------------------------*/
#examplesbox {
	margin-bottom: 2em;
}
#examplesbox li {
	margin-bottom: 15px;
	text-align: center;
}
#examplesbox li a {
	text-align: center;
	display: block;
	border: 1px solid #ddd;
	padding: 18px;
	line-height: 1.2em;
	border-radius: 4px;
	color: #000;
	text-decoration: none;
}
#examplesbox li a:hover {
	background-color: #f6f6f6;
	text-decoration: underline;
}


/* =Demo
-----------------------------------------------------------------------------*/
.swatch {
	display: inline-block;
	border-radius: 3px;
	width: 16px;
	height: 16px;
	line-height: 18px;
}
.box-demo {
	padding: 5px 0;
}
.griddemo .inner {
	background-color: #4d698c;
}
.griddemo .row {
	background-color: #fff;
}
.griddemo .row,
.griddemo .block-two > li,
.griddemo .block-three > li,
.griddemo .block-four > li,
.griddemo .block-five > li,
.griddemo .block-six > li {
	color: #666;
	line-height: 60px;
	font-size: 13px;
}
.bg-lightblue {background-color:#b0c4de}
.bg-blue {background-color:#7e9ec7}
.cut {
	text-align: center;
	font-size: 24px;
	color: #aaa;
	margin: 3em 0;
}



/* =Tablet (Portrait)
-----------------------------------------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
    #page {
    	width: 740px;
    	padding: 0 10px;
    }
}


/* =Mobile (Portrait)
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
	#page {
		width: 310px;
		padding: 0 5px;
	}
	#logo {
		float: none;
		margin: 0 auto 1.5em auto;
	}
	#auth-area {
		float: none;
		text-align: center;
		margin: 0;
		margin-bottom: 1em;
	}
	#auth-area li {
		float: none;
		display: inline;
		margin: 0 1em;
		text-align: center;
	}
	#auth-area li a {
		display: inline-block;
	}
	#twitter-link {
		display: none;
	}
	#header-sub h2 {
		float: none;
		margin-bottom: .5em;
	}
	#header-sub nav {
		float: none;
	}
	#header-sub nav li {
		border-top: 1px solid #eee;
		padding: 5px 0;
	}
	#who-is-using li {
		text-align: center;
		margin-bottom: 1em;
	}
	#promo {
		padding: 30px 0 50px 0;
	}
    #nav ul li {
    	float: none;
    	width: auto;
    }
    #nav ul li a {
	    display: block;
    }
    #nav ul li a,
    #nav ul li span {
	    border: none;
    }
    #nav ul li span {
	    background-color: #fff;
    }
    #footer ul {
	    float: none;
    }
    #footer ul li {
	    float: none;
	    margin: 0;
    }
    #footer ul li a {
	    display: block;
	    padding: 7px 0;
	    border-bottom: 1px solid #eee;
    }
}


/* =Mobile (Landscape)
-----------------------------------------------------------------------------*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
	#page {
		width: 420px;
		padding: 0 10px;
	}
}

