/* ------------------------------------------------------------------------------
	Template Name: Rooky
	Author: Designstub
	Author URI: http://www.designstub.com
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.0

/* ------------------------------------------------------------------------------
	Typography
-------------------------------------------------------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Roboto:100,300,400,500,600,700);
html {
	height: 100%;
	box-sizing: border-box;
}
*,
*:before,
*:after {
	box-sizing: inherit;
}
body {
	background-color: #f2f2f2;
	position: relative;
	margin: 0;
	min-height: 100%;
}
p {
	font-size: 14px;
	line-height: 22.4px;
	color: #6c7279;
}
h1 {
	font-size: 43px;
	color: #2d3033;
}
h2 {
	font-size: 35px;
	color: #6c7279;
	font-weight: 400;
}
h3 {
	font-size: 28px;
	color: #2d3033;
	font-weight: 300;
	letter-spacing:1px;
}
h4 {
	font-size: 17px;
	color: #6c7279;
	font-weight: 500;
}
h5 {
	font-size: 14px;
	color: #2d3033;
	text-transform: uppercase;
	font-weight: 700;
}
.btn {
	background-color: #3F51B5;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	border: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	text-transform: uppercase;
}
.btn:hover, .btn:focus {
	background-color: #e52e2e;
	color: #fff;
}
.btn-large {
	padding: 15px 40px;
}
/* ---------------------------------
	Global Styles
----------------------------------*/
a {
	color: #3F51B5;
}
a:hover, a:focus {
	color: #B52324;
	text-decoration: none;
	-moz-transition: background-color, color, 0.3s;
	-o-transition: background-color, color, 0.3s;
	-webkit-transition: background-color, color, 0.3s;
	transition: background-color, color, 0.3s;
}
body {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	color: #6c7279;
}
ul, ol {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
.section {
	padding: 50px 0;
}
.no-padding {
	padding: 0;
}
.no-gutter [class*=col-] {
	padding-right: 0;
	padding-left: 0;
}
.section-title {
    font-family: 'Roboto', sans-serif;
	margin-top: 0;
	letter-spacing: 2px;
}
.section-title span {
	font-weight: 400;
}
.section-intro {
	margin: 2% 5% 5% 5%;
	color: #6c7279;
	font-size: 16px;
	line-height: 21px;
	/*font-weight: 300;*/
	letter-spacing: 1px;
}
.icon {
	font-size: 33px;
	color: #000;
}
.img-responsive {
	margin: auto;
}
/* ---------------------------------
	Header
----------------------------------*/
#header {
	position: fixed;
	width: 100%;
	z-index: 999;
}
#header .header-content {
	margin: 0 auto;
	max-width: 1170px;
	padding: 20px 0;
	width: 100%;
	-moz-transition: padding 0.3s;
	-o-transition: padding 0.3s;
	-webkit-transition: padding 0.3s;
	transition: padding 0.3s;
}
#header .logo {
	float: left;
}
#header .logo img {
	width: 65px;
}
#header.fixed {
	background-color: #fff;
}
#header.fixed .header-content {
	border-bottom: 0;
	padding: 10px 0;
}
#header.fixed .nav-toggle {
	top: 18px;
}
#header.fixed .navigation a {
    color: rgba(108, 114, 121, 1);
}
.navigation.open {
	opacity: 0.9;
	visibility: visible;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.navigation.open a {
    color: rgba(108, 114, 121, 1) !important;
}
.navigation {
	float: right;
	padding: 20px 0;
}
.navigation li {
	display: inline-block;
}
.navigation a {
	color: rgba(255, 255, 255, 1);
	font-size: 14px;
	font-weight: 400;
	margin-left: 40px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.navigation a:hover, .navigation a.active {
	color: #6c7279;
}
.nav-toggle {
	display: none;
	height: 44px;
	overflow: hidden;
	position: fixed;
	right: 5%;
	text-indent: 100%;
	top: 32px;
	white-space: nowrap;
	width: 44px;
	z-index: 99999;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.nav-toggle:before, .nav-toggle:after {
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
}
.nav-toggle:before {
	background-color: #3F51B5;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.nav-toggle:after {
	background-color: #3F51B5;
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}
.nav-toggle span {
	background-color: #fff;
	bottom: auto;
	display: inline-block;
	height: 3px;
	left: 50%;
	position: absolute;
	right: auto;
	top: 50%;
	width: 18px;
	z-index: 10;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.nav-toggle span:before, .nav-toggle span:after {
	background-color: #fff;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.nav-toggle span:before {
	-moz-transform: translateY(-6px) rotate(0deg);
	-ms-transform: translateY(-6px) rotate(0deg);
	-webkit-transform: translateY(-6px) rotate(0deg);
	transform: translateY(-6px) rotate(0deg);
}
.nav-toggle span:after {
	-moz-transform: translateY(6px) rotate(0deg);
	-ms-transform: translateY(6px) rotate(0deg);
	-webkit-transform: translateY(6px) rotate(0deg);
	transform: translateY(6px) rotate(0deg);
}
.nav-toggle.close-nav:before {
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
}
.nav-toggle.close-nav:after {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.nav-toggle.close-nav span {
	background-color: rgba(255, 255, 255, 0);
}
.nav-toggle.close-nav span:before, .nav-toggle.close-nav span:after {
	background-color: #fff;
}
.nav-toggle.close-nav span:before {
	-moz-transform: translateY(0) rotate(45deg);
	-ms-transform: translateY(0) rotate(45deg);
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
.nav-toggle.close-nav span:after {
	-moz-transform: translateY(0) rotate(-45deg);
	-ms-transform: translateY(0) rotate(-45deg);
	-webkit-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}
/* ---------------------------------
	Banner
----------------------------------*/
.banner {
	background-color: #f2f2f2;
	min-height: 750px;
	padding-bottom: 50px;
}
.banner-text {
	padding-top: 35%;
}
.banner-text.about-us {
	padding-top: 5%;
}
.banner-text h1 {
	color: #fff;
	/*font-family: 'Roboto', sans-serif;*/
	font-family: 'Dancing Script', cursive;
	font-weight: 600;
	font-size: 50px;
	line-height: 48px;
	margin-bottom: 5%;
}
.banner-text span {
	font-weight: 300;
}
.banner-text p {
	color: #fff;
	font-size: 16px;
	margin-bottom: 20px;
}
.banner-img {
	bottom: -186px;
	position: relative;
}
.banner-btn {
	margin-top: 20px;
	margin-bottom: 20px;
}
.banner-btn a {
	margin-right: 15px;
	display: inline-block
}
/* ---------------------------------
	Overview
----------------------------------*/
.overview {
    background-color: #fff;
}
.overview-content h4 {
	text-transform: uppercase;
	letter-spacing: 1px;
}
.overview-content p {
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	line-height: 21px;
	letter-spacing: 1px;
	padding-right: 12%;
	padding-bottom: 5%;
}
.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
	margin: auto;
	margin-bottom: 5%;
}
.video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	/*height: 450px;*/
}
/* ---------------------------------
	Contact form
----------------------------------*/
.conForm input {
	background: #fff;
	color: #797979;
	padding: 15px 20px;
	border: none;
	outline: none;
	font-style: normal;
	border: #dedede 1px solid;
	font-size: 15px;
}
.conForm textarea {
	background: #fff;
	color: #797979;
	padding: 15px 20px;
	outline: none;
	font-style: normal;
	font-size: 15px;
	border: #dedede 1px solid;
}
.conForm .submitBnt {
	background: #3F51B5;
	color: #fff;
	padding: 15px 40px;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 5px;
	border: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	text-transform: uppercase;
}
.error_message {
	color: #ff675f;
	font-weight: 500;
	padding-bottom: 15px;
}
#success_page h3 {
	color: #5ed07b;
	font-size: 17px;
	font-weight: 700;
}
/* ---------------------------------
	Footer
----------------------------------*/
.footer {
	text-align: center;
	background-color: #DCDCDC;
}
.footer p {
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	color: #636363;
}
.footer p > a {
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	color: #6c7279;
}
.footer a {
	font-size:18px;
	color: #7f7f7f;
}
.footer a:hover {
	color: #3F51B5;
}
.footer .footer-share {
	margin-top: 0;
}
.footer .footer-share li {
	border: 1px solid rgba(45, 45, 45, 0.5);
	border-radius: 50%;
	color: #ffffff;
	width: 60px;
	height: 60px;
	padding: 15px;
	margin: 0 10px;
	display: inline-block;
	float: none;
}
.footer .footer-share a {
	color: #fff;
}
.footer .fa-heart {
	color: #3F51B5;
	font-size: 11px;
	margin: 0 2px;
}
.footer .footer-share .fa {
	font-size: 1.5em;
	color: #6c7279;
}
/* Validation Start */
label.error {
	color: #cc5965;
	display: inline-block;
	margin-top: 5px;
	margin-left: 5px;
}
input.error, textarea.error {
	border: 1px dotted #cc5965;
}
/* Validation End */
label.success {
	color: #5cb85c;
	display: inline-block;
	margin-top: 5px;
	margin-left: 5px;
}
.m-b-10 {
	margin-bottom: 10px;
}
.form-group {
	margin-bottom: 0px; 
}
.gradient-bg {
	background-image: url(../images/background.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}
.features-icon {
	height: 45px;
	width: 45px;
}
.banner.non-homepage {
	min-height: initial;
}
.height-50 {
	height: 50px;
}
.blog-page .section-intro{
	margin: 2% 2% 3% 2%;
}
