/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

textarea:focus, input:focus{
    outline: none;
}

/*******************************************************************************/

* {
	box-sizing: border-box;
}

html {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
}

b {
	font-weight: 500;
}

header {
  background-image: linear-gradient(-180deg, #FBFBFB 0%, #F5F5F5 100%);
  overflow: hidden;
  padding: 80px 0;
}

header.clear {
  background: #FFF;
}

h1 {
  font-family: Roboto;
  font-size: 34px;
}

h2 {
  font-family: Roboto;
  font-size: 32px;
  color: #343434;
}

h3 {
	font-family: Roboto-Bold;
  font-size: 20px;
  color: #646464;
}

article {
	margin-bottom: 40px;
}

article h3 {
	margin-bottom: 10px;
}

h1, h2 {
  margin-bottom: 20px;
}

p {
  color: #333333;
  font-family: Roboto;
  font-weight: 300;
  line-height: 28px;
}

p + p {
	margin-top: 20px;
}

a, a:hover, a:visited {
	color: #F36136;
}

em {
	font-style: italic;
}

.content {
  width: 800px;
  margin: 0 auto;
}

.callout {}

.callout .book {
  float: left;
  width: 50%;
}

.callout .copy {
  float: left;
  width: 50%;
}

.callout .copy h1 {
  color: #F36136;
	line-height: 35px;
}

.callout .book img {
  width: 340px;
	box-shadow: 0 2px 10px 3px rgba(0,0,0,0.25);
}

.button {
  background: transparent;
  display: inline-block;
  border: 2px solid #F36136;
  color: #F36136;
  text-decoration: none;
  padding: 10px 20px;
	font-weight: 400;
}

.button:hover {
  background: #F36136;
	color: white;
}

section {
  margin-top: 60px;
}

section.dark {
	padding: 60px 0;
	background: #F7F7F7;
	margin-bottom: -60px;
}

section p {
  margin-bottom: 0;
}

.packages {
	text-align: center;
	padding: 60px 0 0 0;
}

.package-options p {
	line-height: 23px !important;
	width: 90% !important;
	margin-top: 10px;
}

.small.packages {
	text-align: left;
}

.package {
	width: 50%;
	float: left;
	text-align: left;
}

.package ul {
}

.blue {
  background: blue;
}

.green {
  background: green;
}

.avatar {
  width: 168px;
  height: 168px;
  border-radius: 100%;
  vertical-align: middle;
  float: right;
  margin-left: 20px;
	-webkit-box-shadow: -1px 0px 7px -2px rgba(0,0,0,0.15);
	-moz-box-shadow: -1px 0px 7px -2px rgba(0,0,0,0.15);
	box-shadow: -1px 0px 7px -2px rgba(0,0,0,0.15);
}

#errorBox label {
	display: block;
	margin-bottom: 20px;
	font-size: 0.9em;
	background: red;
	border: 1px solid red;
	padding: 10px;
	color: white;
}

@media (max-width: 1000px) {
	h1 {
		font-size: 25px;
	}

	h2 {
		font-size: 25px;
	}

	h1, h2 {
		font-weight: 700;
	}

	.content {
		width: 90%;
	}

	.callout .book img {
	  width: 80%;
	}

	.subscribe .content {
	  padding: 50px;
	  text-align: center;
	}

	.subscribe .content {
	  padding: 20px 0;
		width: 90%;
	  text-align: center;
	}
}

@media (max-width: 600px) {
	.callout .book {
		text-align: center;
	  width: 100%;
	}

	.callout .copy {
	  width: 100%;
		margin-top: 30px;
	}

	.callout .book img {
		width: 80%;
	}

	.avatar {
		display: block;
	  float: none;
	  margin: 0px;
		margin: 0 auto;
		margin-bottom: 20px;
	}

	.plan {
		width: 100% !important;
		float: none !important;
	}

	.plan.personal {
		border-right-width: 0 !important;
	}

	.plan.company {
		padding-left: 0 !important;
	}
}

ul.share-buttons{
  list-style: none;
  padding: 0;
}

ul.share-buttons li{
  display: inline;
	margin: 0 5px;
}

ul.share-buttons img {
	width: 50px;
}

footer {
	text-align: center;
	padding: 20px 0;
}

.share-buttons img {
	opacity: 0.5;
}

.packages {
	background: #EE5F3A;
}

.packages h2, .packages h3, .packages p, .packages ul {
	color: white;
}

.feature-list {
	overflow: hidden;
}

.feature-list h2 {
	font-size: 1.2em;
	color: #F9CFC4;
}

.feature-list ul {
	text-align: left;
	margin: 0 auto;
	font-size: 1.2em;
	padding-bottom: 50px;
}

.feature-list li {
	margin-top: 30px;
}

.feature-list i {
	font-size: 2.3em;
	width: 50px;
	height: 50px;
	margin-right: 10px;
	vertical-align: middle;
}

.fa-server {
	font-size: 2.1em !important;
}

.feature-list span {
}

.feature-list .plan {
	padding: 50px 0;
	width: 50%;
	border: 1px solid #F9CFC4;
	border-width: 1px 1px 0 0;
}

.plan.personal {
	float: left;
}

.plan.company {
	float: right;
	border-width: 1px 0px 0 0;
	padding-left: 30px;
}

.plan {
	text-align: left;

}

.plan h3 {
	font-size: 1.7em;
	color: #FFFFFF;
}

.plan .button {
	margin-top: 30px;
	background: #AB391B;
	color: white;
	font-size: 1.4em;
	padding: 20px;
}

.plan .button:hover {
	background: rgba(255, 255, 255, 0.5);
	color: #AB391B;
}

.plan .button em {
	font-style: normal;
	font-weight: bold;
}

.testimonial {
	width: 50%;
}

blockquote {
	background: #FDFCF1;
	border-radius: 5px;
	border: 1px solid #EDECE0;
	padding: 20px;
	margin: 0 auto;
	width: 85%;
	padding-left: 130px;
	margin-bottom: 20px;
}

cite {
	display: inline-block;
	margin-top: 10px;
	color: #878468;
	font-size: 0.9em;
}

.sales-quote {
	min-height: 130px;
	background-position: 15px 15px;
	background-repeat: no-repeat;
	background-size: 100px;
}

.yaniv {
	background-image: url(images/yaniv.png);
}

.cesar {
	background-image: url(images/cesar.png);
}

.florian {
	background-image: url(images/florian.png);
}

.marek {
	background-image: url(images/marek.png);
}

.top-border {
	border: 1px solid #CCC;
	border-width: 1px 0 0 0;
	padding-top: 30px;
}

.sales-quote p {
	font-style: italic;
	color: #6C6C6C;
}

.sample {
	overflow: hidden;
}

.sample h2 {
	margin-bottom: 40px;
}

.sample label {
	display: block;
}

.sample input[type="text"], .sample input[type="email"] {
	width: 100%;
	font-size: 1em;
	padding: 10px !important;
}

.sample .button {
	font-size: 1em;
	padding: 10px 20px !important;
}

.form-group {
	margin-bottom: 20px;
}

.sample img {
	width: 100%;
}

.sample .left {
	float: left;
	width: 50%;
}

.sample .right {
	float: right;
	width: 40%;
}

.list-bullet {
	font-weight: 200;
	list-style: disc;
	list-style-position: inside;
}

.list-bullet > li {
	margin-bottom: 20px;
}
