
/* ------------------------------------------------------------------------------
   Typography
-------------------------------------------------------------------------------*/


@import url(http://fonts.googleapis.com/css?family=Oswald:400,700);
@import url(http://fonts.googleapis.com/css?family=Lato:400,700);
/* ------------------------------------------------------------------------------
   Global Styles
-------------------------------------------------------------------------------*/

body {
	font-family: 'Lato', sans-serif;
	font-weight: normal;
    color: #6E6E6E;
}
p {
	color: #888;
}
h1, h2, h3, h5, h6 {
	font-weight: 400;
}
h4 {
	font-weight: 300;
	font-size: 15px;

}
a {
	color: #ff5335;
}
a:hover {
	color: #d92709;
	text-decoration: none;
}
a:focus {
	outline: none;
}
img {
	max-width: 100%;
	height: auto;
}
ul, li {
	list-style: none;
	padding: 0;
	margin: 0;
}
/* ------------------------------------------------------------------------------
   main
-------------------------------------------------------------------------------*/
   
.main {
	background-size: cover;
	position: relative !important;
	color: #fff;
	height: 700px;
}
.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(27, 32, 38, 0.5);
	top: 0;
}
.logo {
	text-align: center;
	margin-bottom: 2.25em;
}
.main h1 {
	font-size: 36px;
	font-weight: 700;
	letter-spacing:7px;
	text-transform:uppercase;
}
.welcome-message {
	padding-top: 1.5em;
}
.rotate {
	text-shadow: none !important;
}
.copyrights{
	text-indent:-9999px;
	height:0;
	line-height:0;
	font-size:0;
	overflow:hidden;
}
/**********************
NAVIGATION
***********************/
.logo {
    font-size: 2.0em;
    text-shadow: none;
    margin: 8px 0 0 0;

}
div.navbar-header:after {
    background: #ff5335;
    width: 260px;
    height: 78px;
    position: absolute;
    z-index: -1;
    margin-left: -13px;
    border-radius: 0px 0 10px;
    box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.61);
}

#main-navigation.navbar {
    height: 75px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 0;
    border-bottom: none;
}

#main-navigation.navbar-default {
    background-color: #161718;
}

#main-navigation .navbar-brand {
    height: 75px;
    padding: 26px 25px 26px;
}

#main-navigation .navbar-brand img {
    max-height: 33px;
}

.navbar-default .navbar-nav>li>a {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #ffffff;
    padding: 32px 25px 33px;
}

#main-navigation.navbar-default .navbar-nav>li>a:focus, 
#main-navigation.navbar-default .navbar-nav>li>a:hover {
    color: #ff5335;
    background-color: transparent;
}

#main-navigation.navbar-default .navbar-nav>.active>a, 
#main-navigation.navbar-default .navbar-nav>.active>a:focus, 
#main-navigation.navbar-default .navbar-nav>.active>a:hover {
    color: #ff5335;
    background-color: transparent;
}

#main-navigation.navbar-fixed-top .navbar-collapse {
    max-height: 420px;
}

#main-navigation .navbar-toggle {
    background: transparent;
    margin-top: 26px;
    margin-bottom: 26px;
    border: none;
    border-radius: 0;
}

#main-navigation .navbar-toggle:hover,
#main-navigation .navbar-toggle:focus {
    background: transparent;
}

#main-navigation .navbar-toggle .icon-bar {
    width: 22px;
    background: #57c654;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#main-navigation .navbar-toggle.collapsed .icon-bar {
    background: #ffffff;
}

.navbar-toggle .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
}

.navbar-toggle .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggle .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
}

.navbar-toggle.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.navbar-toggle.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggle.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
/* ------------------------------------------------------------------------------
   Subscription form 
-------------------------------------------------------------------------------*/
   
 .form-control::-webkit-input-placeholder {
 color: #727272;
 font-weight: 300;
}
 .form-control:-moz-placeholder {
 color: #727272;
 font-weight: 300;
}
 .form-control::-moz-placeholder {
 color: #727272;
 font-weight: 300;
}
 .form-control:-ms-input-placeholder {
 color: #727272;
 font-weight: 300;
}
.sub-form {
	padding-top: 1.5em;
}
.center-block {
	float: none;
}
.form-control {
	background-color: #fff;
	border: 1px solid #fff;
	box-shadow: none;
	height: 50px;
	font-weight: 300;
}
.form-control:focus {
	border-color: #fff;
	outline: 0;
	box-shadow: none;
}
.input-group-btn>.btn:hover, .input-group-btn>.btn:focus, .input-group-btn>.btn:active {
	z-index: 1;
}
.btn-default {
	color: #fff;
	background-color: #ff5335;
	border-color: #ff5335;
 -webkit-transition: all .5s ease-out;
 transition: all .5s ease-out;
	padding: 12px 1.5em;
	height: 50px;
}
.btn-default:hover, .btn-default:focus, .btn-default:active {
	color: #fff;
	background-color: #d92709;
	border-color: #d92709;
}
.btn:active:focus, .btn-default:focus, .btn:focus, .btn-default:active {
	outline: none;
}
#mc-notification {
	margin: .75em 0 0;
	color: #FFF;
}
.alert, .success {
	padding: .5em 1em;
	border-radius: 4px;
	display: inline-block;
}
.alert {
	background-color: rgba(231, 76, 60, 0.7);
}
.success {
	background-color: rgba(39, 174, 96, 0.7);
}
.alert i, .success i {
	padding-right: .5em;
}
.fa-search {
	padding-left: .5em;
}
/* ------------------------------------------------------------------------------
   Countdown styles
-------------------------------------------------------------------------------*/
   
ul.countdown {
	list-style: none;
	display: block;
	margin-bottom: 0;
	padding: 1.5em 0 0;
}
.countdown p {
	color: #fff;
}
ul.countdown li {
	display: inline-block;
}
ul.countdown li span {
	font-size: 27px;
	font-weight:600;
}
ul.countdown li.seperator {
	font-size: 30px;
	vertical-align: top;
	padding: 0 8px;
}
ul.countdown li p {
	font-size: 13px;
	margin-bottom: 0;
	letter-spacing:3px;
}
/* ------------------------------------------------------------------------------
   Social 
-------------------------------------------------------------------------------*/

.social {
	float: none;
}
.social li {
	display: inline-block;
	padding-right: .8em;
}
.social li:last-child {
	padding-right: 0;
}
.social li a {
	display: block;
	width: 38px;
	height: 38px;
	line-height: 38px;
	color: #fff;
	border-radius: 50%;
	background: #ff5335;
	position: relative;
 -webkit-transition: all .8s ease;
 transition: all .8s ease;
}
.social li a:hover {
	color: #fff;
	background: #d92709;
}
/* ------------------------------------------------------------------------------
   Features
-------------------------------------------------------------------------------*/
   
.section-spacing {

}
.features.section-spacing {
	padding-bottom: 2.25em;
}
.features h2, .product-features h4 {
	margin-top: 0;
}
.features h2 {
	margin-bottom: 1.5em;
	font-weight:700;
	font-size:27px;
	text-transform:uppercase;
	letter-spacing:3px;
}
.product-features {
	margin-bottom: 3em;
}
.product-features p {
	margin-bottom: 0;
	color: #888;
}
/* ------------------------------------------------------------------------------
   Twitter feed
-------------------------------------------------------------------------------*/


.center-block {
	float: none;
}
.twitter-feed {
	background: url(../img/1.jpg) center center no-repeat fixed;
	background-size: cover;
	color: #fff;
	position: relative;
}
.overlay-t {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(27, 32, 38, 0.8);
	top: 0;
}
.twitter-feed h2, .contact h2 {
	margin: 0;
}
.twitter-icon .fa-twitter {
	color: #55ACEE;
	padding: 24px 0 12px;
	font-size: 3em;
}
.fa-home {
	font-size: 2em;
}
/* ------------------------------------------------------------------------------
   Contact
-------------------------------------------------------------------------------*/
 
.contact h2 {
	margin-bottom: 1.5em;
		font-weight:700;
	font-size:27px;
	text-transform:uppercase;
	letter-spacing:3px;
}
.contact-form {
	margin-top: 3em;
}
.contact-form .form-control {
	border-color: #ddd;
	margin-bottom: .75em;
	padding: .75em 12px;
}
.contact-form label.error {
	margin-bottom: 12px;
	font-weight: 300;
	color: #ea5050;
}
.contact .btn-default {
	width: 100%;
}
/* ------------------------------------------------------------------------------
   contact Form Validation
-------------------------------------------------------------------------------*/
   

.contact-form label.error i {
	padding-right: 8px;
}
.success-cf, .error-cf {
	display: none;
}
.success-cf p {
	background: rgba(39, 174, 96, 0.7);
}
.error-cf p {
	background: rgba(231, 76, 60, 0.7);
}
.contact-form {
	position: relative;
}
.contact-form .success-cf p, .contact-form .error-cf p {
	position: absolute;
	display: block;
	top: 40%;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 10;
	color: #fff;
	border-radius: 2px;
	padding: .75em;
}
/* ------------------------------------------------------------------------------
   Map
-------------------------------------------------------------------------------*/
.map {
	position: relative;
	box-shadow: 0 0 0 4px #fff;
	border-radius: 2px;
}
#map-canvas {
	width: 100%;
	height: 320px;
	margin: 0px;
	padding: 0px
}
#map-canvas img {
	max-width: none;
}
.address {
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.71);
	color: #666;
	padding: 1em;
	margin: 0 0 .75em .75em;
}
.address li i {
	padding-right: 8px;
	color: #ff5335;
}
.address li {
	padding-bottom: .5em;
}
.address li:last-child {
	padding-bottom: 0;
}
/* ------------------------------------------------------------------------------
   footer
-------------------------------------------------------------------------------*/
   
.site-footer {
	background: #F1F1F1;
}
.site-footer.section-spacing {
	padding: 4.5em 0;
}
.site-footer h3 {
	margin: 0;
}
.site-footer .social {
	float: none;
	margin-bottom: 1.5em;
}
.site-footer small {
	color: #888;
}
/* ------------------------------------------------------------------------------
   scroll top
-------------------------------------------------------------------------------*/
   
.scroll-top {
	margin-bottom: 0;
}
.scroll-top a {
	position: fixed;
	bottom: 2em;
	right: 2em;
	text-decoration: none;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.3);
	font-size: 12px;
	padding: .8em 1em;
	display: none;
	z-index: 200;
	border-radius: 5px;
 -webkit-transition: background .5s ease-in;
 transition: background .5s ease-in;
}
.scroll-top a:hover {
	background: #ff5335;
}
/* ------------------------------------------------------------------------------
   Preloader styles
-------------------------------------------------------------------------------*/

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fefefe;
	z-index: 9999;
	height: 100%;
	height: 100%;
}
#status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	background: url(../img/load.gif) no-repeat center center;
	margin: -170px 0 0 -100px;
}

/* ------------------------------------------------------------------------------
   Small devices (tablets, 768px and up)
-------------------------------------------------------------------------------*/
   
@media (min-width: 768px) {
 .main {
padding: 3em 0 7.5em;
}
 .logo {
 text-align: justify;
 margin-bottom: 0;
}
 .welcome-message {
padding-top: 6em;
}
 .social {
float: right;
}
 ul.countdown {
padding-top: 6em;
}
 ul.countdown li span {
font-size: 27px;
}
 ul.countdown li.seperator {
 font-size: 27px;
 padding: 0 20px;
}
}

/* ------------------------------------------------------------------------------
   Medium devices (desktops, 992px and up) 
-------------------------------------------------------------------------------*/
   
@media (min-width: 992px) {
 .main {
 padding: 3em 0 16em;
 position: fixed !important;
 top: 0;
 z-index: 1;
 width: 100%;
}
 .features, .twitter-feed, .contact, .site-footer {
 position: relative;
 z-index: 2;
}
 .welcome-message {
padding-top: 9em;
}
 .section-spacing {
padding: 6em 0;
}
 .features.section-spacing {
 padding: 6em 0 3em;
 margin-top: 46.8em;
}
 .product-features {
margin-bottom: 3.75em;
}
 .features.section-spacing, .contact {
background: #fff;
}
 .contact-form {
margin-top: 0;
}
 .animated {
 -webkit-animation-duration: 1s;
 animation-duration: 1s;
 -webkit-animation-fill-mode: both;
 animation-fill-mode: both;
}
 @-webkit-keyframes fadeInUp {
0% {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0);
}
100% {
opacity:1;
-webkit-transform:none;
transform:none;
}
}
@keyframes fadeInUp {
0% {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
-ms-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0);
}
100% {
opacity:1;
-webkit-transform:none;
-ms-transform:none;
transform:none;
}
}
 .fadeInUp {
 -webkit-animation-name: fadeInUp;
 animation-name: fadeInUp;
}
}

/* ------------------------------------------------------------------------------
   small devices 
-------------------------------------------------------------------------------*/
   


@media (max-width: 320px) {
 ul.countdown li span {
font-size: 21px;
}
 ul.countdown li.seperator {
 font-size: 25.629px;
 vertical-align: top;
 padding: 0 2px;
}
 ul.countdown li p {
font-size: 12.642px;
}
}
