/*
Template: Glamorous - Responsive coming soon page
Version 1.4
Author: The Theme Lab
Email: saif.shajib@gmail.com
AuthorUrl: http://themeforest.net/user/thethemelab 
*/

@charset "utf-8";

/*------------------------------------------------------------------
[Table of contents]

1.  RESET
2.  CUSTOM STYLE
3.  PRELOADER
4.  BUTTON
    4.1 CLOSE BUTTON
    4.2 NAVIGATION BUTTON
5.  HEADER
6.  TYPOGRAPHY
7.  CUSTOM CONTENT
    7.1  ABOUT SECTION
    7.2  COUNTDOWN  
8.  SUBSCRIBE & CONTACT FORM
9.  FOOTER
10. ANIMATION
11. RESPONSIVE

-------------------------------------------------------------------*/


/*------------------------------------------------------------------
[1. RESET]
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
	background: transparent;
}
a:focus {
	outline: thin dotted;
}
a:hover, a:active {
	outline: 0;
	text-decoration: none;
}
img {
	border: 0;
}
button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
}
html {
	font-family: sans-serif;
	font-size: 100%;
	height: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}
img {
	max-width: 100%;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
/*------------------------------------------------------------------
[2. CUSTOM STYLE]
*/

body {
	font-family: Raleway, Open Sans, sans-serif;
	font-weight: 400;
	font-size: 14px;
	word-spacing: normal;
  line-height: 1.6;
	height: 100%;
	min-height: 100%;
	color: #333;
	background-size: cover;
	margin: 0;
	overflow: hidden;
	-webkit-font-smoothing: antialiased;
}
@-o-viewport {
	width: device-width;
}
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
a img {
	border: 0
}
a {
	color: #2196f3;
	text-decoration: none;
}
a:active, a:focus, a:hover {
	outline: 0;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover {
	text-decoration: underline;
	color: #48a9f7;
}
img {
	border: 0;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}
form {
	margin: 0;
}
button, input, textarea {
	border-radius: 0;
	font-size: 14px;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
button, input {
	line-height: normal;
}
button, input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
.clearfix {
	clear: both;
	float: none;
}
.bg-overlay {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 0;
}
.wrapper {
	width: 100%;
	height: 100%;
	position: relative;
}
section {
 overflow: hidden;
 padding-bottom: 60px;
 padding-top: 60px;
 position: relative;
}
/* No JS */
.no-js #preload {
	display: none;
}
/* KENBURNS STYLES
-------------------------------------------------------*/
.kenburnsy {
position: relative;
overflow: hidden;
width: 100%;
}
.kenburnsy.fullscreen {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 0;
}
.kenburnsy img {
display: none;
}
.kenburnsy .slide {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
transform-origin: center;
transform: translateZ(0);
}

/*------------------------------------------------------------------
[3. PRELOADER]
*/

.preload * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
  opacity:0;
}

#preload {
	background-color: #f6f6f6;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 9999;
}
#preload-content {
	width: 250px;
	height: 100px;
	margin-left: -125px;
	margin-top: -50px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 10000;
}
.preload-bounce {
	margin: 0 auto 15px;
	text-align: center;
}
.bounce1, .bounce2, .bounce3, .bounce4, .bounce5, .bounce6, .bounce7, .bounce8, .bounce9, .bounce10 {
	-webkit-animation-name: pbounce;
	-webkit-animation-duration: 1.4s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-fill-mode: both;
	-moz-animation-name: pbounce;
	-moz-animation-duration: 1.4s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-fill-mode: both;
	-o-animation-name: pbounce;
	-o-animation-duration: 1.4s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: ease-in-out;
	animation-name: pbounce;
	animation-duration: 1.4s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	animation-fill-mode: both;
	background: #2196f3;
	color: #fff;
	display: inline-block;
	margin: 0 2px;
	padding: 0 3px;
	opacity: 0.9;
	font-size:14px;
	font-weight:600;
	font-family: Open Sans;
}
.bounce1 {
	-webkit-animation-delay: -0.48s;
	-moz-animation-delay: -0.32s;
	-o-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.bounce2 {
	-webkit-animation-delay: -0.32s;
	-moz-animation-delay: -0.16s;
	-o-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
.bounce3 {
	-webkit-animation-delay: -0.16s;
	-moz-animation-delay: -0.16s;
	-o-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
.bounce4 {
	-webkit-animation-delay: 0.0s;
	-moz-animation-delay: 0.0s;
	-o-animation-delay: 0.0s;
	animation-delay: 0.0s;
}
.bounce5 {
	-webkit-animation-delay: 0.16s;
	-moz-animation-delay: 0.16s;
	-o-animation-delay: 0.16s;
	animation-delay: 0.16s;
}
.bounce6 {
	-webkit-animation-delay: 0.32s;
	-moz-animation-delay: 0.32s;
	-o-animation-delay: 0.32s;
	animation-delay: 0.32s;
}
.bounce7 {
	-webkit-animation-delay: 0.48s;
	-moz-animation-delay: 0.48s;
	-o-animation-delay: 0.48s;
	animation-delay: 0.48s;
}
.bounce8 {
	-webkit-animation-delay: 0.64s;
	-moz-animation-delay: 0.64s;
	-o-animation-delay: 0.64s;
	animation-delay: 0.64s;
}
.bounce9 {
	-webkit-animation-delay: 0.80s;
	-moz-animation-delay: 0.80s;
	-o-animation-delay: 0.80s;
	animation-delay: 0.80s;
}
.bounce10 {
	-webkit-animation-delay: 0.96s;
	-moz-animation-delay: 0.96s;
	-o-animation-delay: 0.96s;
	animation-delay: 0.96s;
}
@-webkit-keyframes pbounce {
0%, 80%, 100% {
	-webkit-transform: scale(0.0)
}
40% {
	-webkit-transform: scale(1.0)
}
}
@-moz-keyframes pbounce {
0%, 80%, 100% {
	-moz-transform: scale(0.0)
}
40% {
	-moz-transform: scale(1.0)
}
}
@keyframes pbounce {
0%, 80%, 100% {
	transform: scale(0.0)
}
40% {
	transform: scale(1.0)
}
}

/*------------------------------------------------------------------
[4. BUTTON]
*/

.button, a.button{
    font-family: 'Raleway', sans-serif;
    background-color: rgba(0, 0, 0, 0.3);
    border: 2px solid #fff;
    display: inline-block;
    font-size: 12px;      
    font-weight: 600;
    letter-spacing: 1px;
    color:#fff;
    padding: 7px 15px;
  	text-decoration: none;
    text-transform: uppercase;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;    
}
.button:hover {
	border: 2px solid;
	background: #272328;
	color: #fff;
}
.button i {
  margin-right: 8px;
}
.button i.pull-right {
    margin-left: 8px !important;
    margin-top: 3px;
}
.button i.pull-left {
    margin-right: 8px !important;
    margin-top: 3px;
}

.button span, a.button span{
    display: inline-block;
}
/*------------------------------------------------------------------
[4.1 CLOSE BUTTON]
*/
.close-button{
position: absolute; 
top:100px;
width:80px;
height:50px;
line-height: 50px;
font-size: 25px;
text-align: center;
background-color: #fff;
color:#000000
}
.float-left {
	left: 0px;
 	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
  -webkit-box-shadow: 3px 3px 6px 0 rgba(0,0,0,0.35);
  box-shadow: 3px 3px 6px 0 rgba(0,0,0,0.35);  
}
.float-right {
	right: 0px;
 	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
  -webkit-box-shadow: -3px 3px 6px 0 rgba(0,0,0,0.35);
  box-shadow: -3px 3px 6px 0 rgba(0,0,0,0.35);    
}

/*------------------------------------------------------------------
[4.2 Navigation]
*/
.navigation.arrow-left {
	position:absolute;
	left:0;
}
.navigation.arrow-right {
	position:absolute;
	right:0;
}
.navigation i {
	-webkit-transition: all 0.3s ease 0.3s;
	-moz-transition: all 0.3s ease 0.3s;
	-ms-transition: all 0.3s ease 0.3s;
	-o-transition: all 0.3s ease 0.3s;
	transition: all 0.3s ease 0.3s;
	border: 2px solid #fff;
	font-size: 16px;
	color: #fff;
	z-index: 15;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	margin:0 5px 0px;
	padding:0;
	display: inline-block;
	height:32px;
	width:36px;
	text-align: center;
	line-height:28px;
}
.navigation i:hover {
    background-color: #2196f3;
    border-color: #2196f3;
    color: #fff;
}


/*------------------------------------------------------------------
[5. HEADER]
*/

.header-bar {
	position: fixed;
	background: rgba(0,0,0,0.3);
	-webkit-transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	-ms-transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	transition: all 0.8s ease 0s;
}
.header-top {
	top: 0;
	z-index: 2;
}
.header-bottom {
	bottom: 0;
	z-index: 2;
}
.header-top{
	width: 100%;
	height: 0px;
}
.header-bottom {
	width: 100%;
	height: 0px;
  padding:0px 35px;
}
header .logo img {
	max-height: 55px;
}
header .logo {
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
  opacity: 0;
}

/*------------------------------------------------------------------
[6. TYPOGRAPHY]
*/

h1, h2, h3, h4,h5 {
  font-family: 'Raleway', sans-serif;
	font-weight: 400;
	line-height: 1.1;
	margin: 0 0 30px;
}
h4,h5 {
	line-height: 1.6;
  margin-bottom:20px;
}
h1 {
	font-size: 44px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
b, strong,h1 .text-hlite, h2 .text-hlite, h3 .text-hlite {
	font-weight: 900;
}
i, em {
	font-style: italic;
}
p {
	margin: 0 0 28px;
}
ul, ol {
	margin: 0 0 28px;
	padding: 0 0 0 24px;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
.weight-300 {
	font-weight: 300;
}
.uppercase {
	text-transform: uppercase;
}
.text-shadow{
  text-shadow:  1px 2px 2px rgba(0,0,0,0.25); 
}
hr {
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
	border: 0 none;
	height: 2px;
	margin: 40px 0;
}
.hr-mid:before {
	left: 50%;
	margin-left: -45px;
}
.hr-left:before {
	left: 0;
}
.hr-right:before {
	right: 0;
}
.hr-mid, .hr-left, .hr-right {
	display: block;
	padding-bottom: 10px;
	position: relative;
}
h3.hr-mid, h3.hr-left, h3.hr-right {
	margin-top: 20px;
}
.hr-mid:before{
	border-bottom: 3px solid rgba(255,255,255,1);
	bottom: -10px;
	content: "";
	position: absolute;
	width: 90px;
}
.hr-left:before, .hr-right:before {
	border-bottom: 3px solid rgba(255, 255, 255, 1);
	bottom: 0;
	content: "";
	position: absolute;
	width: 50px;
}
h1.hr-mid:before,h1.hr-left:before, h1.hr-right:before {
	border-bottom: 4px solid rgba(255, 255, 255, 1);
	width: 90px;
}
.section-light .hr-mid:before,.section-light .hr-left:before, .section-light .hr-right:before {
	border-color: #808080;
}
.section-dark .hr-mid:before,.section-dark .hr-left:before, .section-dark .hr-right:before {
	border-color: #f6f6f6;
}
.content-message {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 400;
	margin: 10px 0px 0 0;
	color: #ffffff;
	text-align: center;
}
.content-message i {
	color: #ffffff;
}
.back-light{
 background: rgba(255,255,255,0.6);
 margin-bottom:20px;
}

/*------------------------------------------------------------------
[7. CUSTOM CONTENT]
*/

.intro {
	color: #FFFFFF;
	margin: 0;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 80%;
	text-align: center;
	position: absolute;
}
.herotext {
	color: #FFFFFF;
	margin: 0 auto;
	width: 500px;
	
}
.top {
	background: rgba(0,0,0,0.3);
	border-radius: 5px;
}
.herotext h1 {
	position: relative;
	font-size: 28px;
	line-height: 1;
	letter-spacing: -1px;
	font-weight: 400;
	text-align: center;
	color: #ffffff;
	width: 100%;
	margin-bottom: 0;
	margin-top:0px;
	text-shadow:  0px 2px 1px rgba(0,0,0,0.25);
	padding:0 25px
}
.herotext h1 span.text-hlite {
	letter-spacing: 2px;
	font-size: 38px;
	font-weight: 900;
}
.herotext h4 {
  font-family: Raleway;
  font-size: 18px;
  font-weight:500;
	display: inline-block;
  border-bottom: 3px solid #fff;
	letter-spacing: 4px;
	color: #ffffff;
	padding: 8px 10px;
  margin:0px 0px 30px 0px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}
.tooltip-inner {background-color: transparent; border:2px solid #ffffff; color: #fff;}
.tooltip.top .tooltip-arrow,.tooltip.left .tooltip-arrow,.tooltip.right .tooltip-arrow {border-color: transparent;}
#rotate {
	margin: 0px;
  	padding-bottom:10px;
}
.rotate-txt {
  	padding-top:30px;
}
.swiper-slide h2 {
	line-height: 1.1;
	margin: 0px 0px 30px 0px;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #FFF;
	text-align: center;
}

.new-line {
	margin-top: 60px;
}
.bottom-nav{
  width:auto;
  height:auto;
  display: inline-block;
  margin: 0 auto;
}
.padTop-40{
 padding-top:40px;
}
.padTop-20{
 padding-top:20px;
}
.top-slide {
	height: 100%
}
.swiper-container {
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	position: relative;
	z-index: 1;
}
.swiper-container .content {
	padding: 150px 0px 100px 0px;
}
.swiper-container .slide-content {
	color: #fff;
	width: 100%;
	position: relative;
}
.valign{
  position: relative;
  top:50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.txtLight {
	color: #ffffff;
}
.txtDark {
	color: #222222;
}
.section-light {
	background-color: rgba(255,255,255,0.8);
	border-top:  4px solid rgba(0,0,0,0.1);
}
.section-light i {
	color: #808080;
}
.section-dark {
	background-color: rgba(0,0,0,0.8);
	border-top:  4px solid rgba(255,255,255,0.1);
}
.txtLight p, .section-dark i {
	color: #ffffff;
}
.section-light h3 {
	margin-top: 0px;
}

.innerSection {
	display: none;
	opacity: 0;
}
.img-polaroid {
    border: 12px solid #fff;
    box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.5);
    max-width: 94%;
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    transform: rotate(-5deg);
}
/*------------------------------------------------------------------
[7.1. ABOUT SECTION]
*/
.feature-box-container {
    margin: 0;
}
.feature-box-container:last-child {
    margin-bottom: 0;
}
.feature-box,.feature-box .icon i{
    text-align: center;
	-webkit-transition: all 600ms linear 0s;
	-moz-transition: all 600ms linear 0s;
	-ms-transition: all 600ms linear 0s;
	-o-transition: all 600ms linear 0s;
	transition: all 600ms linear 0s;
}
.feature-box:hover {
    background: rgba(30,30,30,0.6);
}
.feature-box .icon {
    background:#bbbcbc;
    color: #fff;
    height: 55px;
    margin: 35px auto 20px;
    position: relative;
    width: 100px;
}
.feature-box:hover > .icon i {
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
.feature-box .icon:before {
    border-bottom: 25px solid #bbbcbc;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: -25px;
    width: 0;
}
.feature-box .icon:after {
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 25px solid #bbbcbc;
    bottom: -25px;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 0;
}
.feature-box .icon i {
    display: block;
    font-size: 45px;
    padding-top: 5px;
    text-shadow:  0 -1px 2px rgba(0, 0, 0, 0.35)
}
.feature-box .description {
    padding: 20px 15px 10px;
}
ul.list_icon{
   margin:0px 0px 30px;
   padding:0px;
}
ul.list_icon li{
   list-style-type: none;
   margin:0px 0px 5px;
   padding:0px;
}
ul.list_icon li i{
   padding-right:10px;
}
.about-text {
    display: block;
    font-family: Georgia,Times,"Times New Roman",serif;
    font-size: 22px;
    font-style: italic;
    font-weight: 400;
    line-height: 31px;
    margin: 40px auto 10px auto;
    text-align: center;
    width: 90%;
}
.author-name {
    color: rgba(255,255,255,0.8);
    font-weight: 400;
    padding-bottom: 2px;
    padding-top: 5px;
    text-align: center;
    text-transform: uppercase;
}

.small-divider{
    background: #fff;
    height: 2px;
    margin:20px auto 35px auto;
    width:40px;
    display: block;
}
/*------------------------------------------------------------------
[7.2  . COUNTDOWN]
*/
ul.countdown {
	width: 100%;
	list-style: none;
	margin: 35px 0px 20px 0px;
	padding: 0;
	display: block;
	text-align: center;
}
ul.countdown li {
	display: inline-block;
	margin: 0  5px 5px 0;
	width: 150px;
	height: 150px;
}
ul.countdown li span {
	display: block;
	font-size: 48px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 15px;
	text-shadow:  0px 2px 4px rgba(0,0,0,0.3);
}
ul.countdown li p {
	font-size: 13px;
	line-height: 26px;
	position: relative;
	color: #fff;
	text-transform: lowercase;
	background: rgba(255, 255, 255, 0.1);
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}
ul.countdown li p:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
ul.countdown li p:after {
	border-bottom-color: rgba(255, 255, 255, 0.2);
	border-width: 8px;
	margin-left: -8px;
}

/*------------------------------------------------------------------
[8. SUBSCRIBE & CONTACT FORM]
*/

input[type="text"], input[type="email"], input[type="password"], textarea {
  font-family: Arial, sans-serif;
	background-color: rgba(0, 0, 0, 0.3);
	border-width: 1px;
	border-style: solid;
	border-color: #fff;
	color: #fff;
	font-family: inherit;
	font-size: 12px;
	padding: 7px 10px;
	margin: 0px 0px 8px 0px;
	-webkit-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-ms-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
	width: 100%;
}
input::-webkit-input-placeholder, input:-moz-placeholder, input::-moz-placeholder, input:-ms-input-placeholder {
	color: #fff;
}

textarea#message{
height:110px;
}
.antispam {
    display: none;
}
i.fa fa-border {
	background: transparent;
	border-bottom: 3px solid #fff;
	color: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	display: inline-block;
	font-size: 24px;
	width: 30px;
	margin-bottom: 8px;
	padding-bottom: 8px;
	text-align: center;
}
.form-group {
	margin-bottom: 0px;
}
.error {
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	float: right;
	margin: -30px 4px 0 0;
	position: relative;
	top: 0;
}
.error i {
	margin: 0px;
	padding: 0px;
}
.error i:before {
	color: #FF0000;
	content: "\f071";
	font-family: FontAwesome;
	font-size: 14px;
	margin-right: 10px;
	vertical-align: top;
	width: 14px !important;
	height: 14px !important;
}
.subcribe {
	max-width: 300px;
	margin: -10px auto 40px;
	position: relative;
}
.subcribe fieldset {
	border: 1px solid #fff;
	background: none !important;
	position: relative;
	z-index: 1;
}
.subscribeForm input.inputForm {
	width: 80%;
	float: left;
	height: 40px;
	border: none;
	outline: none;
	background: none;
	padding: 8px;
	margin-bottom: 0px;
	letter-spacing: 1px;
	color: #fff;
	font-size: 12px;
	line-height: 22px;
}
.subscribeForm #subscribe_submit {
	background: rgba(0,0,0,0);
	border: none;
  border-left:1px solid rgba(255,255,255,0.75);
	width: 50px;
	float: right;
	height: 40px;
	cursor: pointer;
	margin: 0px;
	letter-spacing: 1px;
	font-size: 16px;
	color: #ffffff;
  text-align: center;
}
.subscribeForm #subscribe_submit:hover {
	color: #fff;
}
i.icon{
  width:25px;
}
#map_canvas {
    width: 100%;
    height: 300px;
    z-index: 0;
    position: relative;
    display: block;
}

#map_canvas:before {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
    content: "";
    height: 6px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}
#map_canvas:after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
    content: "";
    height: 6px;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 10;
}


/*------------------------------------------------------------------
[9. FOOTER]
*/
.footer-part {
	position: relative;
	z-index: 10;
	margin-top: 5px;
}
.copyright, .copyright a {
	font-size: 12px;
	color: #fff;
	font-family:Helvetica ;
	font-family:14px;
	font-weight:600;
}
.left-part {
	width: 50%;
	float: left;
	text-align:center;
	margin: 20px 0;
}
.right-part {
	width: 50%;
	float: left;
	margin: 20px 0;
}
.right-part a {
	float:none;
	color:#fff;
	display:block;
	text-align:center;
}
.right-part img {
	width: 24px;
	text-align:left;
}
.social {
	padding: 0px;
	margin: 0px;
	text-align: right;
}
.social a {
	background: #272328;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #ffffff;
	display: inline-block;
	font-size: 16px;
	height: 30px;
	width: 30px;
	margin-left: 4px;
	text-align: center;
	-webkit-transition: all 300ms ease-in-out 0s;
	-moz-transition: all 300ms ease-in-out 0s;
	-ms-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.social i {
	position: relative;
	top: 4px;
}
.social a:hover {
	background: #fff;
	color: #222;
	box-shadow: 0 0 0 2px rgba(255,255,255,0.3);
}
.social a:hover i {
	-webkit-animation: toTopFromBottom 0.3s forwards;
	-moz-animation: toTopFromBottom 0.3s forwards;
	animation: toTopFromBottom 0.3s forwards;
}
@-webkit-keyframes toTopFromBottom {
49% {
	-webkit-transform: translateY(-100%);
}
50% {
	opacity: 0;
	-webkit-transform: translateY(100%);
}
51% {
	opacity: 1;
}
}
@-moz-keyframes toTopFromBottom {
49% {
	-moz-transform: translateY(-100%);
}
50% {
	opacity: 0;
	-moz-transform: translateY(100%);
}
51% {
	opacity: 1;
}
}
@keyframes toTopFromBottom {
49% {
	transform: translateY(-100%);
}
50% {
	opacity: 0;
	transform: translateY(100%);
}
51% {
	opacity: 1;
}
}
/*------------------------------------------------------------------
[10. ANIMATION]
*/
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
0% {
	opacity: 0;
}
100% {
	opacity: 1;
}
}
@keyframes fadeIn {
0% {
	opacity: 0;
}
100% {
	opacity: 1;
}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
0% {
	opacity: 0;
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
}
100% {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
}
@keyframes fadeInUp {
0% {
	opacity: 0;
	-webkit-transform: translateY(40px);
	-ms-transform: translateY(40px);
	transform: translateY(40px);
}
100% {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
0% {
	opacity: 0;
	-webkit-transform: translateY(-40px);
	transform: translateY(-40px);
}
100% {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
}
@keyframes fadeInDown {
0% {
	opacity: 0;
	-webkit-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	transform: translateY(-40px);
}
100% {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
@-webkit-keyframes fadeOut {
0% {
	opacity: 1;
}
100% {
	opacity: 0;
}
}
@keyframes fadeOut {
0% {
	opacity: 1;
}
100% {
	opacity: 0;
}
}
.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
0% {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
100% {
	opacity: 0;
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
}
}
@keyframes fadeOutDown {
0% {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
100% {
	opacity: 0;
	-webkit-transform: translateY(40px);
	-ms-transform: translateY(40px);
	transform: translateY(40px);
}
}
.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutUp {
0% {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
100% {
	opacity: 0;
	-webkit-transform: translateY(-40px);
	transform: translateY(-40px);
}
}
@keyframes fadeOutUp {
0% {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
100% {
	opacity: 0;
	-webkit-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	transform: translateY(-40px);
}
}
.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}

/*------------------------------------------------------------------
[11. RESPONSIVE]
*/

@media only screen and (max-width: 1123px) {
.herotext h1 {
	font-size: 70px;
  letter-spacing: 1px;
}
}
@media only screen and (max-width: 767px) {
.herotext h1 {
	font-size: 50px;
}
h1 {
	font-size: 34px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 16px;
}
.herotext h4 {
	font-size: 18px;
	letter-spacing: 2px;
}
.footer-part {
	margin-top: 3px!important;
}
.copyright {
	font-size: 11px !important;
	margin-bottom: 5px;
	margin-top: 3px;
}
.social {
	text-align: center;
}

.left-part {
	width: 100%!important;
	text-align: center;
}
.right-part {
	width: 100%!important;
	text-align: center;
}
ul.countdown li {
	width: 100px;
	height: 100px;
}
ul.countdown li span {
	font-size: 40px;
	margin-bottom: 12px;
}
}
@media only screen and (max-width: 500px) {
body {
	font-size: 14px;
}
.intro{
width:96%;
}
.subcribe {
    margin: -10px auto 20px;
 }
.herotext h1 {
	font-size: 40px;
  letter-spacing: 0px;
  margin-bottom:15px;  
}
.herotext h4 {
	font-size: 15px;
	display: inline-block;
	letter-spacing: 0px;
  margin-bottom:25px;
  border-bottom:2px solid;
}
.header-bottom {
 padding:0px;
}
ul.countdown li {
	width: 60px;
	height: 70px;
}
ul.countdown li span {
	font-size: 24px;
	margin-bottom: 6px;
}
ul.countdown li p{
 font-size:12px;
 line-height: 26px;
}
ul.countdown li p:after {
	border-width: 6px;
	margin-left: -6px;
}
}
/*COLORS OVERWRITE*/
/*Need to replace #****** by your hex color code.*/
.bounce1, .bounce2, .bounce3, .bounce4 {
	background: #2196f3;
}    
.button:hover {
	background: #2196f3;
	border-color: #2196f3;
}

.skillBar li span {
	background-color: #2196f3;
}


.text-hlite,.close-button:hover{
  color: #2196f3;
}
.social a {
	background: #2196f3;
}

.feature-box .icon {
    background:#2196f3;
}
.feature-box .icon:before {
    border-bottom-color:#2196f3;
}
.feature-box .icon:after {
    border-top-color: #2196f3;
}







.append {
	width:380px;
	margin: 24px auto 0 auto;
}
.input-append {
	position:relative;
}
.input-append input {
	display:inline-block;
    background-color: #ffffff;
    border: 1px solid #e5e9ec;
    border-radius: 2px;
    box-shadow: none !important;
    color: #282323;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
    height: 16px;
    line-height: 15px;
    min-height: 37px;
    outline: 0 none;
    padding: 6px 11px !important;
    transition: background 0.2s linear 0s, box-shadow 0.2s linear 0s;
    vertical-align: top;
	margin: 0 0 10px 0;
}

.input-append .add-on {
    background: #2196f3;
    border: medium none #d1dade;
    color: #ffffff;
    height: 37px;
    min-width: 35px;
    padding-top: 8px;
    position: absolute;
	right: 0;
	top:0;
    text-shadow: none;
	text-align:center;
}
.input-append .add-on:after {
  border-color: transparent #2196f3 transparent transparent;
  border-style: solid;
  border-width: 6px 6px;
  content: "";
  height: auto;
  left: -11px;
  position: absolute;
  top: 14px;
  width: auto;
}

.append .btn-primary {
  border-color: #2196f3;
  background-color:#2196f3;
  margin:20px 5px;
  width: 30%;
}
.append .btn-primary:hover {
  border-color: #187bc9;
  background-color:#187bc9;
}



@media only screen and (max-width: 640px) {
	#rotate {
	  display:none;
	}
	.append {
		width:90%;
	}
	.herotext {
		width:90%;
	}
	.pull-right {
		float:none !important;
	}
}
@media only screen and (max-width: 470px) {
	.pull-right {
		float:left !important;
	}
}



.lockscreen-logo {
  font-size: 35px;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 300;
}
.lockscreen-logo a img {
  max-height: 55px;
}
.lockscreen-wrapper {
  max-width: 400px;
  margin: 0 auto;
  padding:15px;
}
/* User name [optional] */
.lockscreen-name {
  text-align: center;
  font-weight: 400;
  font-size:18px;
}
/* Will contain the image and the sign in form */
.lockscreen-item {
  border-radius: 4px;
  padding: 0;
  background: #fff;
  position: relative;
  margin: 10px auto 30px auto;
  width: 290px;
}
/* User image */
.lockscreen-image {
  border-radius: 50%;
  position: absolute;
  left: -10px;
  top: -25px;
  background: #fff;
  padding: 5px;
  z-index: 10;
}
.lockscreen-image > img {
  border-radius: 50%;
  width: 70px;
  height: 70px;
}
/* Contains the password input and the login button */
.lockscreen-credentials {
  margin-left: 70px;
}
.lockscreen-credentials .form-control {
  border: 0;
}
.lockscreen-credentials input {
  background-color: #fff;
  font-size:13px;
  color: #555;
}
.lockscreen-credentials .btn {
  background-color: #fff;
  border: 0;
  padding: 0 10px;
}
.lockscreen-footer {
  margin-top: 10px;
}


.wrapper {
  display:table;
}
.main {
  display:table-cell;
  vertical-align:middle;
  text-align:center;
}




#player {
  height: 0;
  width: 0;
  display:none;
}

/* Apologies for the large base64 image file */

.speaker {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARAAAACACAYAAAG0HAZ0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEFERTNEQzA3QTMxMTFFMzgzNTFFRDRCMzk1MDA0NUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEFERTNEQzE3QTMxMTFFMzgzNTFFRDRCMzk1MDA0NUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQURFM0RCRTdBMzExMUUzODM1MUVENEIzOTUwMDQ1QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowQURFM0RCRjdBMzExMUUzODM1MUVENEIzOTUwMDQ1QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvEtsecAABjVSURBVHjaYvz//z/D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);
  background-repeat: no-repeat;
  background-size: 200%;
  background-position: 100% 0;
  height: 22px;
  width: 20px;
  cursor: pointer;
  display: block;
  position: relative;
  top: 15px;
  left: 15px;
  display: block;
}

.speakerplay {
  background-position: 0 0;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}