.clickable {
	cursor: pointer
}

.clickable:hover {
	text-decoration: none;
}


.unselectable {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.my-red {
	background: #f44336 !important
}

* {
	font-family: 'Roboto', sans-serif;
	font-weight: 300
}

::-webkit-input-placeholder {
	color: rgba(0, 0, 0, .5)
}

:-moz-placeholder, ::-moz-placeholder {
	color: rgba(0, 0, 0, .5)
}

:-ms-input-placeholder {
	color: rgba(0, 0, 0, .5)
}

.header {
	position: fixed;
	width: 100%;
	height: 105px;
	background: #fff;
	z-index: 8
}

.logo {
	position: absolute;
	height: 72px;
	padding: 8px;
	left: 45%;
	margin-left: -89px
}

.app-download-pane {
	height: 165px;
	width: 100%
}

.footer-pane {
	padding-top: 16px;
	height: 160px;
	width: 100%;
	background: #303036
}

.footer-left-pane {
	border-right: 1px solid #808290;
	padding-top: 16px;
	height: 130px;
	padding-right: 16px;
	font-size: 13px;
	text-align: right;
	color: #808290;
	line-height: 16px
}

.footer-left-pane .copy-text {
	margin-top: 70px
}

.footer-right-pane {
	padding-top: 16px;
	height: 130px;
	padding-left: 16px
}

.footer-right-pane .terms-text {
	font-size: 13px;
	text-align: left;
	margin-top: 70px;
	color: #808290;
	line-height: 16px
}

.social-share {
	display: inline-block;
	margin-top: 96px;
	margin-left: 4px;
	margin-right: 4px;
	width: 32px;
	height: 32px
}

.social-share:hover {
	background: url(/dist/images/social_icon_bkg.png);
	background-size: 100% 100%
}

.social-share img {
	width: 32px;
	height: 32px;
	padding: 4px
}

.short {
	font-family: 'Conv_ClanPro-Bold', Sans-Serif;
	color: #44444d
}

.footer-pane a {
	color: #808290;
	decoration: none
}

@media only screen and (max-width:600px) {
	.footer-pane {
		height: 240px !important
	}
	.footer-left-pane, .footer-right-pane {
		margin-top: 20px
	}
	.social-share {
		margin-top: 10px !important;
		margin-bottom: 10px
	}
}

/*-- newsletter --*/
h4.newsletter {
	font-size: 35px;
	text-transform: capitalize;
	letter-spacing: 1px;
	color: #fff;
	font-weight: 600;
}

.newsletter p {
	font-size: 14px;
	letter-spacing: 1px;
	color: #eee;
	text-transform: capitalize;
	margin: 0px 0px 0px 2px;
	padding-top: 2px;
}

.newsletter {
	background: #428bca;
}

.newsletter form {
	width: 100%;
	margin: auto;
}

.newsletter input[type="email"] {
	outline: none;
	padding: 10px 10px 10px 10px;
	color: #333;
	font-size: 14px;
	width: 70%;
	border: none;
	letter-spacing: 2px;
	float: right;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.newsletter button.btn {
	width: 30%;
	background: #353c4e;
	color: #fff;
	border: none;
	font-size: 14px;
	padding: 10px 10px;
	letter-spacing: 2px;
	font-weight: 500;
	float: right;
	cursor: pointer;
	border-radius: 0;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.newsletter input[type="submit"]:hover {
	background: rgba(53, 60, 78, 0.88);
}

.newsletter form span {
	font-size: 11px;
	/* letter-spacing: 1px; */
	color: #fff;
	padding-top: 7px;
	display: block;
	text-transform: capitalize;
}

.newsletter form span a {
	color: #fff;
}

.newsletter form span a:hover {
	color: #fe5000;
}

/*-- //newsletter --*/

/*-- load more --*/
.load-more {
	display: block;
	width: 130px;
	left: 50%;
	margin-left: -65px;
	border-radius: 3px;
	margin-top: 32px;
	margin-bottom: 32px;
	padding: 6px 10px !important;
	text-align: center;
	font-weight: 400;
	position: relative;
}

/*-- load more --*/
.error-page {
	background: url(../images/error.jpg) no-repeat top;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	position: relative;
	z-index: 0;
	min-height: 100vh;
	align-items: center;
	display: grid;
	padding: 20px 0;
}

h4.agile-title, h1.agile-title, h2.agile-title {
	letter-spacing: 1px;
	line-height: 1.2em;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
	font-size: 3.7em;
	font-weight: 700;
	color: #fff;
}

h5.tag {
	display: block;
	font-weight: 600;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 4px;
	position: relative;
}

.slider-info a.btn {
	border: 2px solid #fff;
	color: #fff;
	background: none;
	font-size: 15px;
	padding: 11px 35px;
	letter-spacing: 2px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.links {
	font-size: 14px;
	letter-spacing: 1px;
	color: #eee;
	text-transform: capitalize;
}