/*	Theme Name: Blackcrane
	Theme URI: http://www.blackcrane.com
	Description: A custom Wordpress theme developed for Blackcrane Capital
	Author: Blackcrane
	Author URI: http://www.blackcrane.com
*/


/* CUSTOM FONTS
==================================================================================================== */

@font-face {
	font-family: 'Cambo';
	src: url('fonts/cambo-regular-webfont.eot');
	src: url('fonts/cambo-regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/cambo-regular-webfont.woff') format('woff'),
		url('fonts/cambo-regular-webfont.ttf') format('truetype'),
		url('fonts/cambo-regular-webfont.svg#camboregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'RobotoThin';
	src: url('fonts/Roboto-Thin-webfont.eot');
	src: url('fonts/Roboto-Thin-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/Roboto-Thin-webfont.woff') format('woff'),
		url('fonts/Roboto-Thin-webfont.ttf') format('truetype'),
		url('fonts/Roboto-Thin-webfont.svg#robotothin') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'RobotoLight';
	src: url('fonts/Roboto-Light-webfont.eot');
	src: url('fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/Roboto-Light-webfont.woff') format('woff'),
		url('fonts/Roboto-Light-webfont.ttf') format('truetype'),
		url('fonts/Roboto-Light-webfont.svg#robotolight') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url('fonts/Roboto-Regular-webfont.eot');
	src: url('fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/Roboto-Regular-webfont.woff') format('woff'),
		url('fonts/Roboto-Regular-webfont.ttf') format('truetype'),
		url('fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'RobotoBold';
	src: url('fonts/Roboto-Bold-webfont.eot');
	src: url('fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/Roboto-Bold-webfont.woff') format('woff'),
		url('fonts/Roboto-Bold-webfont.ttf') format('truetype'),
		url('fonts/Roboto-Bold-webfont.svg#robotobold') format('svg');
	font-weight: normal;
	font-style: normal;
}




/* PAGE ELEMENTS
==================================================================================================== */

body {
	font-family: 'Roboto', Arial, sans-serif;
	color: #555;
	background: #eee;
	font-smoothing: antialiased;
	-moz-font-smoothing: grayscale;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body.home {
	background: none;
}

video#bgvid {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
}




/* PAGE ELEMENTS (TABLET)
================================================== */

@media only screen and (min-width: 768px) and (max-width: 959px) {

	video#bgvid {
		display: none;
	}

	body.home {
		background: url(img/background-clouds.jpg) top center no-repeat fixed;
		background-size: cover;
	}

}


/* PAGE ELEMENTS (MOBILE)
================================================== */

@media only screen and (max-width: 767px) {

	video#bgvid {
		display: none;
	}

	body.home {
		background: url(img/background-clouds.jpg) top center no-repeat fixed;
		background-size: cover;
	}

    #content .wp-block-column {
        flex-basis: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

}



/* TYPOGRAPHY
==================================================================================================== */

h1 {
	padding: 0px 0px 12px 0px;
	font-family: 'Cambo', Georgia, serif;
	color: #444;
	font-size: 2em;
	line-height: 1.2;
}

h2 {
	padding: 12px 0px 12px 0px;
	font-family: 'RobotoLight', Arial, san-serif;
	color: #2F699D;
	font-size: 1.5em;
	line-height: 1.2;
}

h3 {
	padding: 18px 0px 6px 0px;
	font-family: 'Cambo', Georgia, serif;
	color: #000;
	font-size: 1.125em;
	font-style: italic;
}

h4 {

}

a, a:visited {
	color: #386c9b;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}

#content h3 {
	color:444;
}

h2.process {
	display: block;
	color: #fff;
	padding: 12px 18px;
	margin: 24px 0px 12px 0px;
	font-family: 'RobotoBold', Arial, san-serif;
	font-size: 1.375em;
	background: #2F699D;
}

#content p {
	font: normal 1em/1.7 'Roboto', Arial, sans-serif;
	margin: 0 0 1em 0;
	color: #555;
}

#content ul {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	list-style-type: none;
}

#content ul li {
	background: url(img/list-marker.png) 0px 9px no-repeat;
    margin: 0px 0px 12px 0px;
    padding-left: 20px;
}

#content ul li ul {
	margin: 10px 0px 0px 0px;
}

#content hr {
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 3px solid #326A9C;
    margin: 15px 0px 30px 0px;
    max-width: 60px;
}

.wp-block-button {
    margin: 20px 0;
}

.wp-block-button a,
.wp-block-button a:visited {
    display: inline-block;
    padding: 15px 20px;
    color: #fff;
    background: #2F699D;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 1.125em;
    font-weight: 700;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.wp-block-button.big a {
    display: block;
}

.wp-block-button a:hover {
    background: #000;
    text-decoration: none;
}

#content .wp-block-image img {
    max-width: 80%;
    min-width: 0;
	height: auto;
}

#content .wp-block-image.full img {
    max-width: 100%;
    min-width: 0;
}

.wp-block-image .aligncenter {
    text-align: center;
}



::selection {
	background: #386c9b;
	color: #fff;
}
::-moz-selection {
	background: #386c9b;
	color: #fff;
}


/* TYPOGRAPHY (SMALL DESKTOP)
================================================== */

@media only screen and (min-width: 960px) and (max-width: 1159px) {

body {

}

}


/* TYPOGRAPHY (TABLET)
================================================== */

@media only screen and (min-width: 768px) and (max-width: 959px) {

body {

}

}


/* TYPOGRAPHY (MOBILE)
================================================== */

@media only screen and (max-width: 767px) {


}




/* HEADER / NAV ELEMENTS
==================================================================================================== */

#header-wrap {
	height: 100px;
	width: 100%;
	z-index: 98;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	background: url(img/background-clouds.jpg) top center no-repeat fixed;
	background-size: cover;
}

#header-wrap.home {
	background-image: none;
}

#header {

}

#header #logo {
	width: 100%;
	display: inline-block;
	padding: 24px 0px 0px 0px;
	transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

#header #logo img {
	vertical-align: top;
	max-width: 100%;
	transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

#login {
	width: 100%;
	float: left;
}

#login a {
	float: right;
	display: block;
	background: #121c2a;
	color: #fff;
	text-transform: uppercase;
	padding: 8px 35px;
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

#login a:hover {
	text-decoration: none;
	background: #000;
	box-shadow: 0px 0px 4px 0px rgba(255,255,255,0.5);
	-moz-box-shadow: 0px 0px 4px 0px rgba(255,255,255,0.5);
	-webkit-box-shadow: 0px 0px 4px 0px rgba(255,255,255,0.5);
}

#nav {
	width: 100%;
	float: left;
	text-align: right;
	margin: 48px 0px 0px 0px;
}

#mobilenav-button {
	display: none;
	float: right;
	position: absolute;
	top: 15px;
	right: 0px;
	width: 50px;
	height: 50px;
}

#mobilenav-button a {
	display: block;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	background: url(img/mobilenav-bg.png) 0 0 no-repeat;
}


/* HEADER / NAV ELEMENTS (SMALL DESKTOP)
================================================== */

@media only screen and (min-width: 960px) and (max-width: 1159px) {



}


/* HEADER / NAV ELEMENTS (TABLET)
================================================== */

@media only screen and (min-width: 768px) and (max-width: 959px) {

.nav li {
	float: left;
	margin: 0px 0px 0px 20px;
	position: relative;
}

.nav li a, .nav li a:visited  {
	font-size: 1.125em;
	padding: 15px 0px 14px 0px;
}

}


/* HEADER / NAV ELEMENTS (MOBILE)
================================================== */

@media only screen and (max-width: 767px) {

#header-wrap {
	position: relative;
	height: 80px;
}

#header-wrap.home {
	background-image: none;
}

#header #logo {
	padding: 10px 0px 0px 0px;
}

#login {
	display: none;
}

#nav {
	display: none;
}

#mobilenav-button {
	display: block;
}

#header #logo img {
	max-width: 220px;
}

}


/* HEADER / NAV ELEMENTS (LANDSCAPE MOBILE)
================================================== */

@media only screen and (min-width: 480px) and (max-width: 767px) {



}




/* FOOTER ELEMENTS
==================================================================================================== */

#bottom-wrap {
	width: 100%;
}

#footer-wrap {
	padding: 30px 0px;
	background: #eee;
	color: #444;
}

#footer .right {
	text-align: right;
}

#footer p {
	font-size: .875em;
	padding: 0px 0px 10px 0px;
}

#footer .disclaimer {
	color: #888;
	font-size: .75em;
}

#footer .copyright {
	color: #888;
}




/* FOOTER ELEMENTS (MOBILE)
================================================== */

@media only screen and (max-width: 767px) {

#footer .right {
	text-align: left;
}

}




/* HOMEPAGE ELEMENTS
==================================================================================================== */

#hometop-wrap {
	padding: 160px 0px 120px 0px;
}

#home {
	height: 100%;
}

#message-wrap {
	width: 730px;
	float: left;
	padding: 0px 10px;
}

#message {
  position: relative;
}

#message ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

#message ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}

.message {
	padding: 0px;
}

.message h1 {
	font-family: 'Cambo', Georgia, sans-serif;
	font-size: 2em;
	line-height: 1.2;
	opacity: 0;
	color: #fff;
	margin-left: -50px;
}

.message h2 {
	width: 710px;
	font-family: 'RobotoLight', Arial, sans-serif;
	font-size: 1.125em;
	line-height: 1.6;
	padding: 0px 20px 12px 0px;
	opacity: 0;
	color: #fff;
	margin-left: -50px;
}

.message .more {
	background: url(img/bg-black.png) repeat;
	color: #fff;
	padding: 8px 20px;
	margin: 3px 0px 0px -50px;
	display: block;
	opacity: 0;
	float: left;
	clear: left;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	transition: color .5s ease-in-out;
    -moz-transition: color .5s ease-in-out;
    -webkit-transition: color .5s ease-in-out;
    behavior: url(http://nlcg.com/wp-content/themes/nlcg/css/PIE.htc);
}

.message .more:hover {
	color: #5D8EB9;
	text-decoration: none;
}

#homebottom-wrap {
	background: url(img/bg-black.png) 0 0 repeat;
	padding: 30px 0px 0px 0px;
}

#homebottom h2, #homebottom p {
	color: #fff;
}

.home-widget {
	padding: 10px 0px 0px 0px;
}

.home-widget a {
	color: #fff;
	transition: color .5s ease-in-out;
    -moz-transition: color .5s ease-in-out;
    -webkit-transition: color .5s ease-in-out;
}

.home-widget a:hover {
	text-decoration: none;
	color: #386c9b;
}

.news-wrap {
	background: url(img/bg-white.png) 0 0 repeat;
	padding: 10px 20px 30px 20px;
}

.news-wrap h3 {
	color: #fff;
	font-family: 'Roboto', Arial, sans-serif;
	font-style: normal;
	padding: 0px 0px 12px 0px;
	font-size: 1.0625em;
}

.news-wrap a {
	text-decoration: none;
	color: #fff;
	transition: color .5s ease-in-out;
    -moz-transition: color .5s ease-in-out;
    -webkit-transition: color .5s ease-in-out;
}

.news-wrap a:hover {
	text-decoration: none;
	color: #85add2;
}

.news-wrap .read-more {
	font-size: .75em;
	text-transform: uppercase;
	display: inline-block;
}


/* HOMEPAGE ELEMENTS (SMALL DESKTOP)
================================================== */

@media only screen and (min-width: 960px) and (max-width: 1159px) {



}


/* HOMEPAGE ELEMENTS (TABLET)
================================================== */

@media only screen and (min-width: 768px) and (max-width: 959px) {

#message-wrap {
	width: 640px;
}

.message h2 {
	width: 620px;
	font-size: 1em;
}

}


/* HOMEPAGE ELEMENTS (MOBILE)
================================================== */

@media only screen and (max-width: 767px) {

#hometop-wrap {
	padding: 70px 0px 60px 0px;
}

#home-wrap {
	padding: 40px 0px 0px 0px;
}

#message-wrap {
	width: 272px;
}

.message {
	padding-right: 0px;
}

.message h1 {
	width: 252px;
	font-size: 1.5em;
}

.message h2 {
	width: 252px;
	font-size: .875em;
	display: none;
}

.news-wrap {
	margin: 30px 0px 0px 0px;
}

}


/* HOMEPAGE ELEMENTS (LANDSCAPE MOBILE)
================================================== */

@media only screen and (min-width: 480px) and (max-width: 767px) {



}




/* CONTENT ELEMENTS
==================================================================================================== */

#content-wrap {
	background: #fff;
	min-height: 40vw;
}

#content {
	padding: 60px 0px;
}

#content .row {
	margin: 0px 0px 20px 0px;
}

#content p.intro {
	font-family: 'Cambo', Georgia, serif;
	color: #2F699D;
	font-size: 1.1875em;
	line-height: 1.8;
}

#map-canvas {
    height: 300px;
    width: 100%;
    margin: 12px 0px;
}

.team-member {
	padding: 0px 0px 15px 0px;
}

.team-info h2 {
	margin-bottom: 0px;
	padding-top: 0px;
}

.team-info h3 {
	margin: 0px;
	padding-top: 0px;
}

.team-photo img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

#content h2.separator {
	display: block;
	background: #eee;
	padding: 10px 15px;
	margin: 0px 0px 15px 0px;
}

#content .module {
	float: left;
}

#content .four {
	width: 20%;
	margin-right: 5%;
}

#content .module .number {
	width: 50px;
	height: 50px;
	display: block;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	line-height: 50px;
	background: #2F699D;
	color: #fff;
	text-align: center;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
}

#content .module h3 {
	color: #2F699D;
}

.performance {
	width: 100%;
}

.performance td {
	padding: 8px 10px;
	border-bottom: 1px dotted #eee;
}

.performance .header td {
	background: #2F699D;
	color: #fff;
	border: none;
}

.download {
	padding: 10px 0px 15px 0px;
}

.download-cover {
	width: 120px;
	height: 120px;
	float: left;
	text-align: center;
}

#content .download-cover img {
	min-width: 0px;
	max-width: 100%;
	max-height: 100%;
	border: 1px solid #ccc;
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.25);
	transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

#content .download-cover a:hover img {
	border: 1px solid #2F699D;
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5);
}

.download-file {
	padding: 20px 0px 0px 20px;
}

#content .col2 {
	width: 45%;
	margin-right: 5%;
}

#content .col3 {
	width: 30%;
	margin-right: 3%;
}

#content .col4 {
	width: 20%;
	margin-right: 5%;
}

.post {
	padding: 0px 0px 20px 0px;
}

.post h3 {
	padding-top: 0px;
}

#content ul.strategy {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	list-style-type: none;
}

#content ul.strategy li {
	list-style: none;
	display: inline-block;
	padding: 0px;
	margin: 0px;
	width: 29%;
	margin-right: 3%;
	background: none;
}

#content ul.strategy li a {
	display: block;
	padding: 20px;
	font-size: 1.125em;
	background: #2F699D;
	color: #fff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

#content ul.strategy li.protected a {
	background: #2F699D url(img/lock-icon.png) center right no-repeat;
}

#content ul.strategy li a:hover {
	background: #000;
	text-decoration: none;
}

#content ul.strategy li.protected a:hover {
	background: #000 url(img/lock-icon.png) center right no-repeat;
}

.date {
	padding: 10px 0px 20px 0px;
	color: #000;
	text-transform: uppercase;
	font-size: .875em;
	font-weight: bold;
}

.news-list .news-entry {
	padding: 0px 0px 15px 0px;
	margin: 0px 0px 30px 0px;
	border-bottom: 1px solid #ddd;
}

.news-list h2 {
	padding-bottom: 30px;
}

.news-list h3 {
	font-style: normal;
	padding: 0px 0px 5px 0px;
}

.news-list h4 {
	padding: 15px 0px 15px 0px;
	font-family: 'Roboto', Arial, san-serif;
	color: #2F699D;
	font-size: 1.25em;
	line-height: 1.2;
}

#content .news-list p.date {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-size: .75em;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}

.confirm-wrap {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999;
}

.confirm {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 640px;
	height: 460px;
	margin: -280px 0 0 -350px;
	padding: 30px;
	background: #fff;
	z-index: 99999;
}

.confirm h2 {
	margin: 0px;
	padding: 0px 0px 16px 0px;
}

.confirm p {
	font-size: .8125em;
	padding: 0px 0px 8px 0px;
}

.confirm .button {
	display: block;
	width: 49%;
	padding: 8px 0px;
	margin: 15px 0px 0px 0px;
	text-align: center;
	color: #fff;
	transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.confirm #yes {
	float: left;
	background: #2F699D;
}

.confirm #no {
	float: right;
	background: #666;
}

.confirm .button:hover {
	text-decoration: none;
}

.confirm #yes:hover, .confirm #no:hover {
	background: #000;
}

.confirm-background {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(47,105,157,0.9);
	z-index: 99998;
}

.video {
    margin: 30px 0;
}

.video video {
    max-width: 100%;
    height: auto;
}

.exit-wrap {
	display: none;
	position: fixed;
	align-items: center;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.2);
	z-index: 99999;
}

.exit-wrap.open {
	display: flex;
}

.exit {
	width: calc(60% - 60px);
	position: relative;
	margin: 0 auto;
	padding: 30px;
	background: #fff;
	z-index: 99999;
}

.exit p {
	font-size: 15px;
	line-height: 1.5;
}

.exit-content h2 {
	padding-top: 0;
}

.exit-buttons {
	padding-top: 20px;
}

.exit-buttons a {
	display: inline-block;
	padding: 8px 20px;
	font-size: 1em;
	margin-right: 5px;
	background: #2F699D;
	color: #fff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}

.exit-buttons a:hover {
	background: #000;
	text-decoration: none;
}



/* CONTENT ELEMENTS (SMALL DESKTOP)
================================================== */

@media only screen and (min-width: 960px) and (max-width: 1159px) {



}


/* CONTENT ELEMENTS (TABLET)
================================================== */

@media only screen and (min-width: 768px) and (max-width: 959px) {

#content .four {
	width: 45%;
	margin-right: 5%;
}

}


/* CONTENT ELEMENTS (MOBILE)
================================================== */

@media only screen and (max-width: 767px) {

#content .four {
	width: 100%;
	padding: 0px 0px 10px 0px;
}

#content .col2, #content .col3, #content .col4 {
	width: 100%;
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

#content ul.strategy li {
	width: 100%;
	margin-right: 0px;
	padding: 0px 0px 15px 0px;
}

.confirm-wrap {
	position: absolute;
}

.confirm {
	position: relative;
	margin: 20px;
	top: auto;
	left: auto;
	width: auto;
	height: auto;
}

#content img.half {
	max-width: 100%;
	margin: 0px 0px 30px 0px;
}

#content img.full {
	max-width: 100%;
	margin: 0px 0px 30px 0px;
}

}


/* CONTENT ELEMENTS (LANDSCAPE MOBILE)
================================================== */

@media only screen and (min-width: 480px) and (max-width: 767px) {



}




/* FORM ELEMENTS
==================================================================================================== */

input, textarea {

}

.login-username label, .login-password label {
	width: 100px;
	display: inline-block;
}

input[type="text"], textarea, input[type="file"], input[type="password"], input[type="number"] {
	border: 1px solid #ccc;
	padding: 6px;
	font-size: 1em;
	color: #555;
	width: 280px;
	font-family: 'Roboto', Arial, sans-serif;
	background: #fff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.ie9 input[type="text"] {
	line-height:normal;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	border: 1px solid #2F699D;
}

textarea { width:100%; height:10em; }

input[type="submit"], input[type="button"] {
	background: #2F699D;
	color: #fff;
	text-transform: uppercase;
	padding: 8px 35px;
	border: 0px;
	font-size: 1em;
	font-family: 'Roboto', Arial, sans-serif;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

input[type="submit"]:active, input[type="button"]:active {

}
