html {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 16px;
}
body {
	background: #ffffff;
    height: 100%;
}
html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}
body,
button,
input,
select,
textarea {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.7;
    color: #777777;
}
input[type="email"],
input[type="password"],
input[type="text"] {
    padding: 10px;
    max-width: 100%;
    border: 0px;
    font-size: 15px;
    font-weight: normal;
    line-height: 22px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    background-color: #f2f2f2;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    color: #000000;
}
input[type="submit"] {
    cursor: pointer;
    background: #03c4eb;
    border: none;
    display: inline-block;
    color: #FFFFFF;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    padding: 15px 23px 15px 23px;
    border-radius: 2px;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
    margin: 3px 0;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
}
.break,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
blockquote,
pre {
    word-break: break-word;
    word-wrap: break-word;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "Raleway", Helvetica, Arial, sans-serif;
	font-weight: 600;
	margin-bottom: 15px;
	margin-bottom: 15px;
	margin-bottom: 0.9375rem;
	margin-top: 0;
	color: #333333;
}
h1 {
	line-height: 1.3;
	font-size: 33px;
	font-size: 2.0625rem;
}
@media (min-width: 768px) {
	h1 {
		font-size: 40px;
		font-size: 2.5rem;
	}
}
h1 span {
	font-weight: bold;
}
h2 {
	line-height: 1.2;
	font-size: 25px;
	font-size: 1.5625rem;
}
@media (min-width: 768px) {
	h2 {
		font-size: 32px;
		font-size: 2rem;
	}
}
h3 {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 600;
}
h4 {
	font-size: 17px;
	font-size: 1.0625rem;
	margin-bottom: 12px;
}
h5 {
	text-transform: uppercase;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 700;
}
h6 {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 12px;
	font-size: 0.75rem;
	letter-spacing: 1px;
}
a {
	color: #42c37a;
}
a:hover {
    text-decoration: none;
}
img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
.btn {
    text-transform: uppercase;
    border-radius: 2px;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 600;
}
.site {
    background: #FFFFFF;
    position: relative;
}
.header-section {
	height: 75px;
}
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    clear: both;
}
.background-1 {
	background: #f9f9f9;
}
.background-2 {
	background: #e9ebee;
}
.site-header {
    line-height: 75px;
    position: relative;
    width: 100%;
    background: #ffffff;
    z-index: 1000;
    -webkit-transition: all 1s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    box-shadow: 0 5px 10px 0 rgba(50, 50, 50, 0.06);
}
.site-header.header-fixed {
    top: 0px;
    left: 0px;
    position: fixed;
}
.site-branding {
    float: left;
}
.site-branding .logo {
    line-height: 60px;
}
.site-branding .site-logo {
    line-height: 75px;
}
#nav-toggle {
    float: right;
    position: relative;
    width: 35px;
    overflow: hidden;
    white-space: nowrap;
    color: transparent;
	display: none;
    margin-left: 15px;
}
.main-menu {
    float: right;
	margin: 0;
    padding: 0;
    list-style: none;
}
.main-menu li {
	white-space: nowrap;
    *white-space: normal;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
	float: left;
}
.main-menu li a {
	font-family: "Raleway", Helvetica, Arial, sans-serif;
    padding-left: 17px;
    padding-right: 17px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    zoom: 1;
    letter-spacing: 1px;
	display: block;
}
.site-footer {
    background: #111111;
    color: #bbbbbb;
    font-size: 14px;
}
.site-footer .footer-connect {
    padding: 90px 0px;
    padding: 80px 0px;
    padding: 5rem 0px;
    text-align: center;
}
.site-footer .footer-connect .follow-heading {
    color: #ffffff;
    margin-bottom: 20px;
    letter-spacing: 0.8px;
}
.site-footer .footer-connect .input-text {
    background-color: rgba(255, 255, 255, 0.145);
    color: #cccccc;
    border-bottom: none;
    box-shadow: none;
    padding: 12px 15px 12px;
    border-radius: 2px;
    width: 60%;
    font-size: 13px;
}
.site-footer .footer-connect .submit-btn {
	margin: 0px;
    position: relative;
    top: 0px;
    padding: 16px 23px 16px;
	background: #42c37a;
}
.site-footer .footer-social {
    text-align: center;
}
.site-footer .footer-social a {
    font-size: 30px;
    margin: 0px 13px;
    color: #ffffff;
}
.site-footer .site-info {
    position: relative;
    text-align: center;
    padding: 35px 0px;
    background: #222222;
    font-weight: 500;
    color: #bbbbbb;
}
.site-footer .site-info .container {
    position: initial;
}
.site-footer .btt a {
    border-radius: 0px 20px 0 0;
    color: #999999;
    background: #222222;
    display: block;
    font-size: 30px;
    height: 50px;
    line-height: 50px;
    margin: auto;
    position: absolute;
    right: 60px;
    top: -25px;
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    width: 50px;
    z-index: 99;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.site-footer .btt a i {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    margin-left: 3px;
}
.section {
	padding: 70px 0px 90px 0px;
}
.section-title-area {
	text-align: center;
    margin-bottom: 50px;
}
.section-title-area .section-subtitle {
    color: #aaaaaa;
    font-size: 12px;
    display: inline-block;
    position: relative;
    margin-bottom: 13px;
    margin-bottom: 0.8125rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.section-title-area .section-title {
    font-size: 30px;
    letter-spacing: 2px;
    font-weight: 800;
    position: relative;
    margin-bottom: 0px;
    text-transform: uppercase;
}
@media screen and (min-width: 940px) {
	.section-title-area .section-subtitle {
	    font-size: 14px;
	}
	.section-title-area .section-title {
	    font-size: 40px;
	    letter-spacing: 3.5px;
	}
}
