
body {
	background-color: #FFF;
	font-family: 'Roboto Mono', Helvetica, Arial;
	line-height: 28px;
	font-size: 16px;
	color: #545A5F;
}
a {
	color: #f7465b;
}
a:hover, a:focus {
	color: #f7465b;
}
p {
}

.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 28px;
}
@media (min-width: 768px) {
	.lead {
		font-size: 19px;
	}
}



/* Begin intro */
#intro {
	position: relative;
	height: 100vh;
	padding: 0;
	overflow: hidden;
}

#intro .intro-caption {
	width: 100%;
	padding: 0 20px;
	z-index: 3;
}
#intro .intro-caption .intro-title {
	margin: 0;
	font-size: 0px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.7);
	line-height: 1;
	text-transform: uppercase;
	display: inline-block;
	font-size: 150px;
	font-size: 8vw;
}
#intro .intro-caption .intro-description {
	max-width: 700px;
	margin: 0 auto;
	font-size: 18px;
	font-weight: 300;
}
@media (max-width: 768px) {
	#intro .intro-caption .intro-title {
		font-size: 62px;
	}
	#intro .intro-caption .intro-description {
		font-size: 16px;
	}
}
#intro .intro-caption .intro-description a {
	color: inherit;
}

.made-with-love {
	position: absolute;
	right: 30px;
	bottom: 30px;
	font-size: 12px;
	font-weight: 300;
	z-index: 3;
}
/* End intro */


/* Begin cover */
.cover {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: rgba(0, 7, 10, 0.4);
}
/* End Cover */


/* Begin page header */
.page-header {
	position: relative;
	background-color: #EEE;
	margin: 0 0 80px 0;
	padding: 60px 0;
	border: none;
}
/* End page header */


/* Begin demo thumbnails */
.demo-thumbnails {
	padding-top: 100px;
}
.demo-thumbnails .col {
	margin-bottom: 60px;
}
/* End demo thumbnails */


/* Begin footer */
#footer {
	margin-top: 80px;
	padding: 80px 0;
}
/* End footer */


/* Begin thumbnail */
.thumbnail {
	padding: 0;
	border: none;
	margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
	.thumbnail img {
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
	.thumbnail img:hover {
		opacity: .9;
	}
}
/* End thumbnail */


/* ------------------------------------------------------------- *
 *  Dividers
/* ------------------------------------------------------------- */

hr {
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0;
	border: 0;
	border-top: 1px solid rgba(162, 162, 162, 0.3);
	text-align: left;
}

/* Divider styles */
hr.hr-dotted { border-style: dotted; }
hr.hr-dashed { border-style: dashed; }
hr.hr-double { border-style: double; border-top-width: 3px; }

/* Divider sizes */
hr.hr-2x { border-top-width: 2px; }
hr.hr-3x { border-top-width: 3px; }
hr.hr-4x { border-top-width: 4px; }
hr.hr-5x { border-top-width: 5px; }

hr.hr-double.hr-2x { border-top-width: 6px; }
hr.hr-double.hr-3x { border-top-width: 8px; }
hr.hr-double.hr-4x { border-top-width: 11px; }
hr.hr-double.hr-5x { border-top-width: 14px; }

/* Divider widths */
hr.hr-width-1 { max-width: 50px; }
hr.hr-width-2 { max-width: 100px; }
hr.hr-width-3 { max-width: 200px; }
hr.hr-width-4 { max-width: 300px; }
hr.hr-width-5 { max-width: 400px; }
hr.hr-width-6 { max-width: 500px; }
hr.hr-width-7 { max-width: 600px; }
hr.hr-width-8 { max-width: 700px; }
hr.hr-width-9 { max-width: 800px; }
hr.hr-width-10 { max-width: 900px; }


/* ------------------------------------------------------------- *
 *  Headings
/* ------------------------------------------------------------- */

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
	line-height: 1.1;
}
.h1, .h2, .h3, h1, h2, h3 {
	margin-top: 20px;
	margin-bottom: 20px;
}

/* heading */
.heading {
	position: relative;
	margin-top: 30px;
	margin-bottom: 40px;
	z-index: 2;
}
.heading .heading-title {
	position: relative;
	margin: 0;
	font-size: 36px;
	font-weight: 500;
	z-index: 2;
}
.heading.heading-uppercase .heading-title, /* if uppercase letters are allowed */
.heading.heading-uppercase .heading-title-ghost {
	text-transform: uppercase;
}
.heading .heading-title-ghost {
	position: absolute;
	top: -24px;
	left: 0;
	width: 100%;
	font-size: 48px;
	font-weight: 500;
	line-height: 50px;
	z-index: 1;
	color: rgba(170, 173, 177, 0.22);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.heading.heading-hover:hover .heading-title-ghost,
.page-header:hover .heading.heading-hover .heading-title-ghost {
	-moz-transform: translateY(5px);
	-ms-transform: translateY(5px);
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
}

/* heading divider */
.heading hr {
	margin-top: 15px;
	margin-bottom: 30px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.heading.heading-hover:hover .hr-width-1,
.page-header:hover .heading.heading-hover .hr-width-1 { 
	max-width: 60px; 
}
.heading.heading-hover:hover .hr-width-2,
.page-header:hover .heading.heading-hover .hr-width-2 { 
	max-width: 110px; 
}
.heading.heading-hover:hover .hr-width-3,
.page-header:hover .heading.heading-hover .hr-width-3 { 
	max-width: 210px; 
}
.heading.heading-hover:hover .hr-width-4,
.page-header:hover .heading.heading-hover .hr-width-4 { 
	max-width: 310px; 
}
.heading.heading-hover:hover .hr-width-5,
.page-header:hover .heading.heading-hover .hr-width-5 { 
	max-width: 410px; 
}
.heading.heading-hover:hover .hr-width-6,
.page-header:hover .heading.heading-hover .hr-width-6 { 
	max-width: 510px; 
}
.heading.heading-hover:hover .hr-width-7,
.page-header:hover .heading.heading-hover .hr-width-7 { 
	max-width: 610px; 
}
.heading.heading-hover:hover .hr-width-8,
.page-header:hover .heading.heading-hover .hr-width-8 { 
	max-width: 710px; 
}
.heading.heading-hover:hover .hr-width-9,
.page-header:hover .heading.heading-hover .hr-width-9 { 
	max-width: 810px; 
}
.heading.heading-hover:hover .hr-width-10,
.page-header:hover .heading.heading-hover .hr-width-10 { 
	max-width: 910px; 
}

/* heading tescription */
.heading-tescription {
	margin-top: 10px;
}

/* heading sizes */
.heading-xs .heading-title {
	font-size: 24px;
	font-weight: 700;
}
.heading-xs .heading-title-ghost {
	top: -22px;
	font-size: 32px;
	font-weight: 700;
	line-height: 42px;
}
.heading-xs .heading-title + hr {
	margin-top: 15px;
	margin-bottom: 30px;
}

.heading-sm .heading-title {
	font-size: 30px;
	font-weight: 700;
}
.heading-sm .heading-title-ghost {
	top: -24px;
	font-size: 40px;
	font-weight: 700;
	line-height: 52px;
}
.heading-sm .heading-title + hr {
	margin-top: 15px;
	margin-bottom: 30px;
}

.heading-md .heading-title {
	font-size: 38px;
	font-weight: 700;
}
.heading-md .heading-title-ghost {
	top: -38px;
	font-size: 50px;
	font-weight: 700;
	line-height: 76px;
}
.heading-md .heading-title + hr {
	margin-top: 15px;
	margin-bottom: 30px;
}

.heading-lg .heading-title {
	font-size: 52px;
	font-weight: 700;
}
.heading-lg .heading-title-ghost {
	top: -41px;
	font-size: 68px;
	font-weight: 700;
	line-height: 90px;
}
.heading-lg .heading-title + hr {
	margin-top: 20px;
	margin-bottom: 30px;
}

.heading-xlg .heading-title {
	font-size: 68px;
	font-weight: 700;
}
.heading-xlg .heading-title-ghost {
	top: -54px;
	font-size: 88px;
	font-weight: 700;
	line-height: 115px;
}
.heading-xlg .heading-title + hr {
	margin-top: 15px;
	margin-bottom: 30px;
}

/* heading aligns */
.heading-center {
	text-align: center;
}
.heading-center hr {
	margin-left: auto;
	margin-right: auto;
}
.heading-right {
	text-align: right;
}
.heading-right hr {
	margin-left: auto;
	margin-right: 0;
}

@media (max-width: 768px) {
	.heading {
		margin-bottom: 40px;
	}
	.heading-md .heading-title,
	.heading-lg .heading-title,
	.heading-xlg .heading-title {
		font-size: 38px;
	}
	.heading-md .heading-title-ghost,
	.heading-lg .heading-title-ghost,
	.heading-xlg .heading-title-ghost {
		top: -26px;
		font-size: 48px;
		line-height: 54px;
	}
}


/* ------------------------------------------------------------- *
 * Buttons
/* ------------------------------------------------------------- */

.btn {
	position: relative;
	margin: 8px 0;
	padding: 10px 30px;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	z-index: 9;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 2px solid rgba(0, 0, 0, 0);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.btn.active, .btn:active, .btn.focus, .btn:focus, .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}

/* Button styles */
.btn-default {
	color: #545A5F;
	background-color: rgba(186, 189, 193, 0.25);
	border-color: transparent;
}
.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open > .dropdown-toggle.btn-default {
	color: #545A5F;
	background-color: #E0E3E6;
	border-color: transparent;
}

.btn-primary {
	color: #FFF;
	background-color: #f7465b;
	border-color: #f7465b;
}
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
	color: #FFF;
	background-color: #DC283C;
	border-color: #DC283C;
}

.btn-success {
	color: #FFF;
	background-color: #5cb85c;
	border-color: #5cb85c;
}
.btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open > .dropdown-toggle.btn-success {
	color: #FFF;
	background-color: #449d44;
	border-color: #449d44;
}

.btn-info {
	color: #FFF;
	background-color: #31B0D5;
	border-color: #31B0D5;
}
.btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open > .dropdown-toggle.btn-info {
	color: #FFF;
	background-color: #2398BB;
	border-color: #2398BB;
}

.btn-warning {
	color: #FFF;
	background-color: #ECC71F;
	border-color: #ECC71F;
}
.btn-warning.active, .btn-warning.focus, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open > .dropdown-toggle.btn-warning {
	color: #FFF;
	background-color: #EC971F;
	border-color: #EC971F;
}

.btn-danger {
	color: #FFF;
	background-color: #EC3A35;
	border-color: #EC3A35;
}
.btn-danger.active, .btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open > .dropdown-toggle.btn-danger {
	color: #FFF;
	background-color: #C9302C;
	border-color: #C9302C;
}

.btn-link {
	padding-left: 10px !important;
	padding-right: 10px !important;
	color: #f7465b;
}
.btn-link:focus, .btn-link:hover {
	color: #f7465b;
}

/* Button dark */
.btn-dark {
	color: #FFF;
	background-color: #313131;
	border-color: #313131;
}
.btn-dark.active, .btn-dark.focus, .btn-dark:active, .btn-dark:focus, .btn-dark:hover, .open > .dropdown-toggle.btn-dark {
	color: #FFF;
	background-color: #070F13;
	border-color: #070F13;
}
.btn-dark-bordered {
	color: #545A5F;
	background-color: transparent;
	border: 2px solid #313131;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-dark-bordered.active, .btn-dark-bordered.focus, .btn-dark-bordered:active, .btn-dark-bordered:focus, .btn-dark-bordered:hover, .open > .dropdown-toggle.btn-dark-bordered {
	color: #FFF;
	background-color: #313131;
	border-color: #313131;
}

/* Button white */
.btn-white {
	color: #545A5F;
	background-color: #FFF;
	border-color: #FFF;
}
.btn-white.active, .btn-white.focus, .btn-white:active, .btn-white:focus, .btn-white:hover, .open > .dropdown-toggle.btn-white {
	color: #FFF !important;
	background-color: transparent;
	border-color: #FFF;
}
.btn-white-bordered {
	color: #FFF;
	background-color: transparent;
	border: 2px solid #FFF;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-white-bordered.active, .btn-white-bordered.focus, .btn-white-bordered:active, .btn-white-bordered:focus, .btn-white-bordered:hover, .open > .dropdown-toggle.btn-white-bordered {
	color: #545A5F;
	background-color: #FFF;
	border-color: #FFF;
}

/* Button with dropdown */
.btn-group > .btn + .dropdown-toggle {
	padding-right: 10px;
	padding-left: 10px;
	border-left: 1px solid rgba(0, 0, 0, 0.06);
}

/* Button social */
.btn-social {
	position: relative;
	padding-left: 55px;
	text-align: left;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.btn-social > .btn-social-icon {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 42px;
	line-height: 40px;
	font-size: 1.4em;
	text-align: center;
	border-right: 1px solid rgba(0,0,0,0.12);
}
.btn-social > .btn-social-icon > i {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	padding-right: 0;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.btn-social.btn-xs { padding-left: 55px; }
.btn-social.btn-sm { padding-left: 55px; }
.btn-social.btn-lg { padding-left: 60px; }
.btn-social.btn-xlg { padding-left: 65px; }

/* Button social min */
.btn-social-min {
	position: relative;
	width: 46px;
	height: 46px;
	line-height: 42px;
	padding: 0 !important;
	text-align: center;
	font-size: 18px;
}
.btn-social-min.btn-xs { 
	width: 26px;
	height: 26px;
	line-height: 22px; 
}
.btn-social-min.btn-sm { 
	width: 35px;
	height: 35px;
	line-height: 32px; 
}
.btn-social-min.btn-lg { 
	width: 55px;
	height: 55px;
	line-height: 53px; 
	font-size: 20px;
}
.btn-social-min.btn-xlg { 
	width: 69px;
	height: 69px;
	line-height: 67px;
	font-size: 22px;
}

/* Button facebook */
.btn-facebook { 
	background-color: #3b5998;
	color: #fff; 
}
.btn-facebook:hover, .btn-facebook:focus, .btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
	color: #fff;
	background-color: #2d4373;
}

/* Button twitter */
.btn-twitter { 
	background-color: #55acee;
	color: #fff; 
}
.btn-twitter:hover, .btn-twitter:focus, .btn-twitter:active, .btn-twitter.active, .open > .dropdown-toggle.btn-twitter {
	color: #fff;
	background-color: #2795e9;
}

/* Button dropbox */
.btn-dropbox { 
	background-color: #1087dd;
	color: #fff; 
}
.btn-dropbox:hover, .btn-dropbox:focus, .btn-dropbox:active, .btn-dropbox.active, .open > .dropdown-toggle.btn-dropbox {
	color: #fff;
	background-color: #0d6aad;
}

/* Button linkedin */
.btn-linkedin { 
	background-color: #007bb6;
	color: #fff; 
}
.btn-linkedin:hover, .btn-linkedin:focus, .btn-linkedin:active, .btn-linkedin.active, .open > .dropdown-toggle.btn-linkedin {
	color: #fff;
	background-color: #005983;
}

/* Button pinterest */
.btn-pinterest { 
	background-color: #cb2027;
	color: #fff; 
}
.btn-pinterest:hover, .btn-pinterest:focus, .btn-pinterest:active, .btn-pinterest.active, .open > .dropdown-toggle.btn-pinterest {
	color: #fff;
	background-color: #9f191f;
}

/* Button google */
.btn-google { 
	background-color: #dd4b39;
	color: #fff; 
}
.btn-google:hover, .btn-google:focus, .btn-google:active, .btn-google.active, .open > .dropdown-toggle.btn-google {
	color: #fff;
	background-color: #c23321;
}

/* Button instagram */
.btn-instagram { 
	background-color: #3f729b;
	color: #fff; 
}
.btn-instagram:hover, .btn-instagram:focus, .btn-instagram:active, .btn-instagram.active, .open > .dropdown-toggle.btn-instagram {
	color: #fff;
	background-color: #305777;
}

/* Button tumblr */
.btn-tumblr { 
	background-color: #2c4762;
	color: #fff; 
}
.btn-tumblr:hover, .btn-tumblr:focus, .btn-tumblr:active, .btn-tumblr.active, .open > .dropdown-toggle.btn-tumblr {
	color: #fff;
	background-color: #1c2d3f;
}

/* Button vk */
.btn-vk { 
	background-color: #587ea3;
	color: #fff; 
}
.btn-vk:hover, .btn-vk:focus, .btn-vk:active, .btn-vk.active, .open > .dropdown-toggle.btn-vk {
	color: #fff;
	background-color: #466482;
}

/* Button flickr */
.btn-flickr { 
	background-color: #ff0084;
	color: #fff; 
}
.btn-flickr:hover, .btn-flickr:focus, .btn-flickr:active, .btn-flickr.active, .open > .dropdown-toggle.btn-flickr {
	color: #fff;
	background-color: #cc006a;
}

/* Button soundcloud */
.btn-soundcloud { 
	background-color: #f50;
	color: #fff; 
}
.btn-soundcloud:hover, .btn-soundcloud:focus, .btn-soundcloud:active, .btn-soundcloud.active, .open > .dropdown-toggle.btn-soundcloud {
	color: #fff;
	background-color: #c40;
}

/* Button yahoo */
.btn-yahoo { 
	background-color: #720e9e;
	color: #fff; 
}
.btn-yahoo:hover, .btn-yahoo:focus, .btn-yahoo:active, .btn-yahoo.active, .open > .dropdown-toggle.btn-yahoo {
	color: #fff;
	background-color: #500a6f;
}

/* Button rounded */
.btn-rounded {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.btn-rounded-2x {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.btn-rounded-3x {
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.btn-rounded-4x {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.btn-rounded-5x {
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}
.btn-rounded-full {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

/* Button bordered */
.btn-default-bordered {
	color: #545A5F;
	background-color: transparent;
	border-color: rgba(189, 189, 189, 0.25);
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-default-bordered.active, .btn-default-bordered.focus, .btn-default-bordered:active, .btn-default-bordered:focus, .btn-default-bordered:hover, .open > .dropdown-toggle.btn-default-bordered {
	color: #545A5F;
	background-color: #F1F1F1;
	border-color: #ECECEC;
}

.btn-primary-bordered {
	color: #f7465b;
	background-color: transparent;
	border-color: #f7465b;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-primary-bordered.active, .btn-primary-bordered.focus, .btn-primary-bordered:active, .btn-primary-bordered:focus, .btn-primary-bordered:hover, .open > .dropdown-toggle.btn-primary-bordered {
	color: #FFF;
	background-color: #f7465b;
	border-color: #f7465b;
}

.btn-success-bordered {
	color: #5CB85C;
	background-color: transparent;
	border-color: #5CB85C;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-success-bordered.active, .btn-success-bordered.focus, .btn-success-bordered:active, .btn-success-bordered:focus, .btn-success-bordered:hover, .open > .dropdown-toggle.btn-success-bordered {
	color: #FFF;
	background-color: #5CB85C;
	border-color: #5CB85C;
}

.btn-info-bordered {
	color: #5BC0DE;
	background-color: transparent;
	border-color: #5BC0DE;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-info-bordered.active, .btn-info-bordered.focus, .btn-info-bordered:active, .btn-info-bordered:focus, .btn-info-bordered:hover, .open > .dropdown-toggle.btn-info-bordered {
	color: #FFF;
	background-color: #31B0D5;
	border-color: #31B0D5;
}

.btn-warning-bordered {
	color: #ECC71F;
	background-color: transparent;
	border-color: #ECC71F;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-warning-bordered.active, .btn-warning-bordered.focus, .btn-warning-bordered:active, .btn-warning-bordered:focus, .btn-warning-bordered:hover, .open > .dropdown-toggle.btn-warning-bordered {
	color: #FFF;
	background-color: #ECC71F;
	border-color: #ECC71F;
}

.btn-danger-bordered {
	color: #EC3A35;
	background-color: transparent;
	border-color: #EC3A35;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-danger-bordered.active, .btn-danger-bordered.focus, .btn-danger-bordered:active, .btn-danger-bordered:focus, .btn-danger-bordered:hover, .open > .dropdown-toggle.btn-danger-bordered {
	color: #FFF;
	background-color: #EC3A35;
	border-color: #EC3A35;
}

/* Button sizes */
.btn-group-xs > .btn, .btn-xs {
	padding: 2px 15px;
	font-size: 12px;
}
.btn-group-sm > .btn, .btn-sm {
	padding: 5px 20px;
	font-size: 13px;
}
.btn-group-lg > .btn, .btn-lg {
	padding: 15px 30px;
	font-size: 15px;
}
.btn-group-xlg > .btn, .btn-xlg { /* Extra size */
	padding: 20px 40px;
	font-size: 16px;
}
