/*css licensed by,
Korah Babu Varghese
September 5 2014
korahbabuvarghese@gmail.com
 */
@font-face {
	font-family: my-fav-font;
	src: url(../fonts/BuxtonSketch.ttf);
}
@font-face {
	font-family: menuitems;
	src: url(../fonts/data.ttf);
}
title {
	color: #fff;
}
* {
  padding: 0;
  margin: 0;
}
a:focus
{
	outline:none;
}
input.cursor {
	border: none;
	background: none;
}

body {
	width: 100%;
	height: 100%;
	font-family: my-fav-font;
	color: #fff;
	background: url(../img/bg.jpg) no-repeat center top fixed ;
	background-size: cover;
	
}
.bgwidth { width: 100%; }
.bgheight { height: 100%; }
.spotfont, form {
	border: none;
	font-family: my-fav-font;
	font-size: 16px;
}
.fa-wifi {
	color: #F60;
}
.mine-contact ul li i {
	color: #fff;
}
.mine-contact ul li a {
	font-weight: 600;
}
form {
	color: #000;
}
table, tr, td {
	color: #333;
	font-family: my-fav-font;
	font-size: 16px;
}
.alert-info, light {
	color: #333;
	font-family: my-fav-font;
	font-size: 16px;
}
::-webkit-input-placeholder {
 color:    #000;
 font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
 font-weight:900;
}
:-moz-placeholder {
 color:    #000;
 font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
 font-weight:900;
}
::-moz-placeholder {
 color:    #000;
 font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
 font-weight:900;
}
:-ms-input-placeholder {
 color:    #000;
 font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
 font-weight:900;
}
html {
	width: 100%;
	height: 100%;
}
p {
	margin: 0 0 25px;
	font-size: 18px;
	line-height: 1.5;
}
 
a {
	color: black;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
a:hover, a:focus {
	text-decoration: none;
}
.light {
	font-weight: 400;
}
.navbar-custom {
	margin-bottom: 0;
	border-bottom: 1px solid rgba(255,255,255,.3);
	text-transform: uppercase;
	font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #000;
}
.navbar-custom .navbar-brand {
	font-weight: 700;
}
.navbar-custom .navbar-brand:focus {
	outline: 0;
	background: #000;
}
.navbar-custom .navbar-brand .navbar-toggle {
	padding: 4px 6px;
	font-size: 16px;
	color: #fff;
}
.my-navbar .nav{
	margin:0;
}
.navbar-custom .navbar-brand .navbar-toggle:focus, .navbar-custom .navbar-brand .navbar-toggle:active {
	outline: 0;
	background: #000;
}
.navbar-custom a {
	color: #fff;
}
.navbar-custom .nav li.active {
	outline: none;
	background: #000;
}
.navbar-custom .nav li a {
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
.navbar-custom .nav li a:hover, .navbar-custom .nav li a:focus, .navbar-custom .nav li a.active {
	outline: 0;
	background: none;
	background-size: 70% 100%;
	color: #069;
	text-shadow: 1px 1px 1px #000;
}

.intro {
	display: table;
	width: 100%;
	height: auto;
	padding: 100px 0;
	text-align: center;
	color: #fff;
	margin-bottom:45%;
}
.intro .intro-body {
	display: table-cell;
	vertical-align: middle;
}
.intro .intro-body .brand-heading {
	font-size: 40px;
}
.intro .intro-body .intro-text {
	font-size: 2em;
}
 
.btn-circle {
	width: 70px;
	height: 70px;
	margin-top: 15px;
	padding: 7px 16px;
	border: 2px solid #fff;
	border-radius: 35px;
		behavior: url(../pie/PIE.htc);
	font-size: 40px;
	color: #fff;
	background: 0 0;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
.btn-circle:hover, .btn-circle:focus {
	outline: 0;
	color: #fff;
	background: rgba(255,255,255,.1);
}
.btn-circle i.animated {
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 1s;
	-moz-transition-property: -moz-transform;
	-moz-transition-duration: 1s;
}
.btn-circle:hover i.animated {
	-webkit-animation-name: pulse;
	-moz-animation-name: pulse;
	-webkit-animation-duration: 1.5s;
	-moz-animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
}
 @-webkit-keyframes pulse {
 0 {
 -webkit-transform: scale(1);
 transform: scale(1);
}
 50% {
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
 100% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
 @-moz-keyframes pulse {
 0 {
 -moz-transform: scale(1);
 transform: scale(1);
}
 50% {
 -moz-transform: scale(1.2);
 transform: scale(1.2);
}
 100% {
 -moz-transform: scale(1);
 transform: scale(1);
}
}
.content-section {
	padding-top: 100px;
}
.works-section {
	width: 100%;
	padding: 50px 0;
	color: #fff;
	background: none;
}
#map {
	width: 100%;
	height: 200px;
	margin-top: 100px;
}
 
.btn {
	text-transform: uppercase;
	font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.btn-default {
	border: 1px solid #219ab3;
	color: #219ab3;
	background-color: transparent;
}
.btn-default:hover, .btn-default:focus {
	border: 1px solid #219ab3;
	outline: 0;
	color: #000;
	background-color: #219ab3;
}
ul.banner-social-buttons {
	margin-top: 0;
}


footer {
	padding: 15px 0;
	    margin-bottom: 100px;
}
footer p {
	margin: 0;
}

::-moz-selection {
 text-shadow: none;
 background: #fcfcfc;
 background: rgba(255,255,255,.2);
}
::selection {
	text-shadow: none;
	background: #fcfcfc;
	background: rgba(255,255,255,.2);
}
img::selection {
	background: 0 0;
}
 img::-moz-selection {
 background: 0 0;
}
body {
	webkit-tap-highlight-color: rgba(255,255,255,.2);
}
.my-navbar {
	background: url(../img/smokefinal.png);
	background-size: 100% 100%;
	padding-top: 65px;
	padding-bottom: 5px;
	border: none;
}
.mine-header {
	top: -15px;
	position: relative;
	font-family: menuitems;
}
.mine-image {
	border: 3px solid #999;
	z-index: 20px;
	position: relative;
	top: -25px;
}
.navbar-nav li a {
	
	font-weight: 900;
	font-family: my-fav-font;
	text-shadow: 1px 1px 1px #333;
    border-bottom: 3px solid orange;
	font-size: 18px;
	top: 0px;
	position: relative;
	margin-left:20px;
	

}
.mine-span {
	top: -25px;
	position: relative;
	font-family: my-fav-font;
	color: #ccc;
}
.navbar-nav li a:hover {
	color: #069;
	text-shadow: 1px 1px 1px #000;
}
.mine-heading {
	font-family: menuitems;
	font-size: 25px;
	text-shadow: 1px 2px 5px #000;
	float: right;
	font-weight: 600;
}
.mine-intro-text {
	color: #333;
	font-weight:bold;
}
.mine-btn-circle {
	background: #333;
	border: 3px solid #333;
	top: -72px;
	left: 110px;
	position: relative;
	margin-left: -25px;
	padding-top: 4px;
	color: #fff;
}
.works-section {
	width: 100%;
	padding: 50px 0;
	color: #333;
}
.mine-hr {
	width: 40%;
}
.mine-contact {

	font-family: my-fav-font;
	font-weight: 100;
}
.mine-contact h2 {
	font-family: my-fav-font;
	color: #ccc !important;
	text-shadow: 1px 1px 1px #000;
}
.my-progress {
	width: 100%;
	height: 10px;
}
.my-table {
	height: 30px;
}
.my-caption p, h3 {
	color: #fff;
	font-size: 14px;
	line-height: -50px;
	font-family: my-fav-font;
}
/* css3 animations */
.mine-intro-text {
	animation: animationFrames ease 1s;
	animation-iteration-count: 1;
	transform-origin: 50% 50%;
	animation-fill-mode: forwards; /*when the spec is finished*/
	-webkit-animation: animationFrames ease 1s;
	-webkit-animation-iteration-count: 1;
	-webkit-transform-origin: 50% 50%;
	-webkit-animation-fill-mode: forwards; /*Chrome 16+, Safari 4+*/
	-moz-animation: animationFrames ease 1s;
	-moz-animation-iteration-count: 1;
	-moz-transform-origin: 50% 50%;
	-moz-animation-fill-mode: forwards; /*FF 5+*/
	-o-animation: animationFrames ease 1s;
	-o-animation-iteration-count: 1;
	-o-transform-origin: 50% 50%;
	-o-animation-fill-mode: forwards; /*Not implemented yet*/
	-ms-animation: animationFrames ease 1s;
	-ms-animation-iteration-count: 1;
	-ms-transform-origin: 50% 50%;
	-ms-animation-fill-mode: forwards; /*IE 10+*/
}
 @keyframes animationFrames {
 0% {
 opacity:0;
 transform:  translate(-1500px, 0px);
}
 60% {
 opacity:1;
 transform:  translate(30px, 0px);
}
 80% {
 transform:  translate(-10px, 0px);
}
 100% {
 opacity:1;
 transform:  translate(0px, 0px);
}
}
 @-moz-keyframes animationFrames {
 0% {
 opacity:0;
 -moz-transform:  translate(-1500px, 0px);
}
 60% {
 opacity:1;
 -moz-transform:  translate(30px, 0px);
}
 80% {
 -moz-transform:  translate(-10px, 0px);
}
 100% {
 opacity:1;
 -moz-transform:  translate(0px, 0px);
}
}
 @-webkit-keyframes animationFrames {
 0% {
 opacity:0;
 -webkit-transform:  translate(-1500px, 0px);
}
 60% {
 opacity:1;
 -webkit-transform:  translate(30px, 0px);
}
 80% {
 -webkit-transform:  translate(-10px, 0px);
}
 100% {
 opacity:1;
 -webkit-transform:  translate(0px, 0px);
}
}
 @-o-keyframes animationFrames {
 0% {
 opacity:0;
 -o-transform:  translate(-1500px, 0px);
}
 60% {
 opacity:1;
 -o-transform:  translate(30px, 0px);
}
 80% {
 -o-transform:  translate(-10px, 0px);
}
 100% {
 opacity:1;
 -o-transform:  translate(0px, 0px);
}
}
 @-ms-keyframes animationFrames {
 0% {
 opacity:0;
 -ms-transform:  translate(-1500px, 0px);
}
 60% {
 opacity:1;
 -ms-transform:  translate(30px, 0px);
}
 80% {
 -ms-transform:  translate(-10px, 0px);
}
 100% {
 opacity:1;
 -ms-transform:  translate(0px, 0px);
}
}
.mine-heading:hover {
	animation: animationFramess ease 1s;
	animation-iteration-count: 1;
	transform-origin: 50% 50%;
	animation-fill-mode: forwards; /*when the spec is finished*/
	-webkit-animation: animationFramess ease 1s;
	-webkit-animation-iteration-count: 1;
	-webkit-transform-origin: 50% 50%;
	-webkit-animation-fill-mode: forwards; /*Chrome 16+, Safari 4+*/
	-moz-animation: animationFramess ease 1s;
	-moz-animation-iteration-count: 1;
	-moz-transform-origin: 50% 50%;
	-moz-animation-fill-mode: forwards; /*FF 5+*/
	-o-animation: animationFramess ease 1s;
	-o-animation-iteration-count: 1;
	-o-transform-origin: 50% 50%;
	-o-animation-fill-mode: forwards; /*Not implemented yet*/
	-ms-animation: animationFramess ease 1s;
	-ms-animation-iteration-count: 1;
	-ms-transform-origin: 50% 50%;
	-ms-animation-fill-mode: forwards; /*IE 10+*/
}
 @keyframes animationFramess {
 0% {
 opacity:0;
 transform:  translate(0px, -25px);
}
 100% {
 opacity:1;
 transform:  translate(0px, 0px);
}
}
 @-moz-keyframes animationFramess {
 0% {
 opacity:0;
 -moz-transform:  translate(0px, -25px);
}
 100% {
 opacity:1;
 -moz-transform:  translate(0px, 0px);
}
}
 @-webkit-keyframes animationFramess {
 0% {
 opacity:0;
 -webkit-transform:  translate(0px, -25px);
}
 100% {
 opacity:1;
 -webkit-transform:  translate(0px, 0px);
}
}
 @-o-keyframes animationFramess {
 0% {
 opacity:0;
 -o-transform:  translate(0px, -25px);
}
 100% {
 opacity:1;
 -o-transform:  translate(0px, 0px);
}
}
 @-ms-keyframes animationFramess {
 0% {
 opacity:0;
 -ms-transform:  translate(0px, -25px);
}
 100% {
 opacity:1;
 -ms-transform:  translate(0px, 0px);
}
}
/*end css3 animations*/

.my-tab {
	height: 60px;
	width: 200px;
	border: none;
	margin: 0px auto;

}
.tabss {
	font-size: 18px;
	top: 15px;
	position: relative;
	border: none;
}
.tab-underground {
	background: none;
	border: none;
	    box-shadow: none;
}
.heading-border {
	border: none;
	background: #000;
}
.panel-body {
	background: rgba(0, 0, 0, 0.6);
}
.thumbnail {
	background:none;
	border:none;
}



/*BLOG*/
.coverback
{
	border-radius:5px 5px 5px 5px;
	background:#000;
	padding:10px;
	color:#ccc;
	font-weight:600;
	font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.blogpost
{
	padding:40px;
	background:rgba(255,255,255,0.9);
		color:#333;
		border-radius:10px;
		margin-bottom:20px;
}
.blogpost h1
{
	color:#039;
	
}

.blogpost img.imgs
{
	
	width:50%;
	height:50%;
	border:3px solid #fff;
	border-radius:5px 5px 5px 5px;
	margin-bottom:25px;
}

.blogpost p
{
	color:#333;
	font-size:18px;
	
}
.maincontainer
{
	position:relative;
	top:25%;
}

/*admin*/

.adminpanel
{
	paddding:30px;
}
.adminpanel .form-group label
{
	color:#ffffff;
	font-size:18px;

}
.adminpanel input.form-control
{
		background:#333;
color:#fff !important;
border:1px solid #999;
}

.adminpanel ::-webkit-input-placeholder {
  color:#ccc !important;
}

.adminpanel :-moz-placeholder { /* Firefox 18- */
 color:#ccc !important; 
}

.adminpanel ::-moz-placeholder {  /* Firefox 19+ */
  color:#ccc !important;
}

.adminpanel :-ms-input-placeholder {  
  color:#ccc !important;
}
.adminpanel input, .adminpanel h3
{
	font-size:18px;
	height:30px;
	border-radius:2px;
	border:none;
text-align:center;
		margin-top:15px !important;
			margin-bottom:15px !important;
	width:100%;
}
#sub 
{
	background:#fff;
	padding:10px;

	border:none;
	box-shadow:none;
	color:#333;
	font-weight:600;
	width:100%;
	margin-bottom:30px;
}

.admin_home nav
{
	height:50px;
}
.admin_home .logout
{
margin-top:10px;
background:#F30;
border:none;
color:#fff;
font-weight:600;

}
#post
{
	background:rgba(0,0,0,0.8);
}
#post .form-group label
{
	color:#ffffff;
	font-size:18px;

}
#post input.form-control
{
		background:#ccc;
color:#000 !important;
border:1px solid #999;
	font-size:18px;
	font-family:arial;
}
#post textarea
{
	color:#000 !important;
	font-size:18px;
		background:#ccc;
height:200px;
font-family:arial;
}

#post ::-webkit-input-placeholder {
  color:#ccc !important;
}

#post :-moz-placeholder { /* Firefox 18- */
 color:#ccc !important; 
}

#post ::-moz-placeholder {  /* Firefox 19+ */
  color:#ccc !important;
}

#post :-ms-input-placeholder {  
  color:#ccc !important;
}
#post input, #post h3, #post h2
{
	font-size:18px;
	height:50px;
	COLOR:#FFF;
	border-radius:2px;
	border:none;
text-align:center;
		margin-top:15px !important;
			margin-bottom:15px !important;
	width:100%;
}
#Submit
{
	background:#CC3 !important;

border:none !important;
border-radius:5px !important;
	border:none;

	box-shadow:none;
	
	font-weight:600;
	width:100%;

	margin-bottom:30px;
}

#post table tr td
{
		background:rgba(255,255,255,0.7);
color:#000 !important;
border:1px solid #999;
	font-size:18px;
	height:auto;
	font-family:arial;
}
#post table tr td a
{
		background:rgba(255,255,255,0.7);
color:#fff !important;

	font-size:15px !important;
	height:50ox;
	font-family:arial;
}