
/* ==========================================================================
   Base Styles and Bootstrap Modifications
   ========================================================================== 
   
   
   
   Yellow: FCFBE5
   Black: 000
   
   */
   
   /* FOXY CART STYLES */

.minifrank img{
	width: 130%;
}

.gold{
filter: hue-rotate(80deg)   /* 90deg rotation */;
}

   .homefv{
   	position: absolute;
   	left: 10px;
    top: 10px;
   }
   
.fc-fixed-button-right{
    background-color: #000 !important;
    color: white;
    background: -webkit-linear-gradient(top, #000 0%, #222 100%) !important;
    background: linear-gradient(to bottom, #000 0%, #222 100%) !important;
}

   /* FOXY CART BITCHES */
   
   #fc{
	    text-align: left !important;
   }
   
   [data-fc-sidecart] #fc .fc-fixed-button-right .fc-btn-action {
   	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #000 0%, #000 100%) repeat scroll 0 0 !important;
    background-color: #ea212d !important;
    color: white;
    }
    
    #fc .fc-action--checkout--button, #fc .fc-button--subscription-cancel, #fc .fc-button--submit {
    	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #000 0%, #000 100%) repeat scroll 0 0 !important;
    background-color: #000 !important;
    color: white;

    }
    
    #fc .fc-action--checkout--button, #fc .fc-button--subscription-cancel, #fc .fc-button--submit {
	    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #000 0%, #222 100%) repeat scroll 0 0 !important;
	    background-color: #000 !important;
	    color: white;

    }
    
    
    
    
    /* END FOXY CARTY */
    
    
    
   
   .listme li{
   		display: inline-block;
   		list-style: none;
   		margin: 20px;
   }
   
   .bit-venue{
   		min-width: 180px;
   }
   
   .parallax {
    background-image: url("http://www.fort.frankvieira.com/images/signseries_photo1.png");
    height: 450px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
   
   ul {
   		margin: 0px;
   		padding: 0px;
   		
   }
   
   .price{
   		margin: 0px;
   		padding: 0px;
   }
   
   #bit-events td .bit-uiButton {
    background: #FCFBE5 !important;
    border: 0px solid #FCFBE5 !important;
    font-size: 14px !important;
    color: #000 !important;
    font-weight: bold !important;
    text-align: center !important;
    text-decoration: none !important;
    vertical-align: center !important;
    white-space: nowrap !important;
    padding: 10px 15px !important;
    height:35px !important;
    ;
}
   
   .mininav img:hover{
	   -webkit-filter: brightness(130%); /* Safari 6.0 - 9.0 */
	   filter: brightness(130%);
}
   }
      
   .col-sm-3{
	   margin-bottom: 20px !important;
   }
   
   .yellow{
	   color: #FCFBE5;
   }
   
   .pull-right {
	   float: right !important;
	   margin: 0px;
	   padding: 0px;
}

	.graybg{
		background-color: #40474b;
		background-image: url(http://www.bp.frankvieira.com/images/topography.png);
	}
	
	.vidpho{
		font-size: 30px;
	}
	
	.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 50px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
   

   @font-face {
    font-family: 'avenir';
    src: url('../../font/AvenirLTStd-Medium.eot'),
    	 url('../../font/AvenirLTStd-Medium.eot?#iefix') format('embedded-opentype'), 
    	 url('../../font/AvenirLTStd-Medium.otf') format('woff'), 
		 url('../../font/AvenirLTStd-Medium.ttf')  format('truetype');
}


.avenir{
	font-family: "avenir";
}

.avenirbold{
	font-weight: 700px;
}


.showsbg{
	background-image: url(../../images/lights_bg.jpg);
	background-size: cover; 
}

.storebg{
	background-image: url(../../images/ipma_show.jpg);
	background-size: cover; 
}

.mininav{
	position: fixed;
	top: 15px;
	right:20px;
	z-index: 100000;
}
.mininav li{
	list-style: none;
	line-height: 60px;
}

.avenir{
	font-family: "avenir";
}

 .listnone{
	 list-style: none !important;
	 margin-left: 0px;
	 padding: 0;
	 font-size: 16px;
 } 
 
a:hover img{
	-webkit-filter: brightness(1.4);
	filter: brightness(1.4);
}

.socialgame{
	padding-top: 10px;
	text-align: center;
	background-color: #000;
	display: block;
}

.sidebar{
	position: fixed;
	right:0px;
	top:25%;
	width:80px;
	display: block;
	z-index: 3000;
}

.social img:hover{
	filter: brightness (120%);
}
   
.darkblue{
	color: #000;
}

.strong{
	font-weight: 700 !important;
}
.coaches a{
	color: #000;
}

.coaches a:hover{
	color: #FCFBE5;
}

.coach img:hover{
	filter: brightness (80%);
}

.navbar-nav > li > a {
    font-size: 1.1em !important;
    letter-spacing: 3px;
    
}

.navbar-inverse .navbar-text {
  color: #FCFBE5;
}
.navbar-inverse .navbar-nav > li > a {
  color: #FCFBE5;
}

.coupon{
	margin-top:100px; 
	left:20%;
}
.orange{
	color: #FCFBE5;
}
.red{
	color: red;
}
.white{
	color: #FFF;
}
.btn{
	margin-top: 0px;
	background: rgba(0, 0, 0, 0.3);
	padding: 15px 35px;
	color:#FCFBE5;
	border: #FCFBE5 solid 2px;
	text-transform: uppercase;
	font-family: "avenir";
	font-weight: 700;
	font-size: 18px;
}

.btn:hover{
	margin-top: 0px;
	background-color: #000;
	color:#fff;
	text-transform: uppercase;
}
.btn a{
	color: #FFF !important;
}


.btnyellow{
	margin-top: 0px;
	background-color: #FCFBE5 !important;
	padding: 15px 35px;
	color:#000 !important;
	text-transform: uppercase;
	font-size: 18px;
	display: block;
	width: 100%;
	max-width: 407px;
	text-align: center;
}

.btnyellow:hover{
	margin-top: 0px;
	background-color: #333 !important;
	color:#FFF !important;
	font-size: 18px;
	text-transform: uppercase;
	display: block;
}
.btnyellow a{
	color: #000 !important;
}


.yellow a{
	color: #FFF;
}


.btnblack{
	margin-top: 0px;
	background-color: #000 !important;
	padding: 15px 35px;
	color:#FCFBE5 !important;
	text-transform: uppercase;
	font-family: "avenirbold";
	font-size: 18px;
	display: block;
	width: 100%;
}

.btnblack:hover{
	margin-top: 0px;
	background-color: #333 !important;
	color:#FFF !important;
	font-size: 18px;
	text-transform: uppercase;
	display: block;
}
.btnblack a{
	color: #000 !important;
}

.btnblack {
    display: inline-block;
    padding: 12px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}



html,
button,
input,
select,
textarea {
    color: #FCFBE5;
}

.social img{
	width:100%;
}

.maxmum{
	width:100%;
}

.centerbump img{
	padding-top: 120px;
}



.whitefont{
	color:#fff !important;
}

.purplebg{
	background: rgba(0, 0, 0, .7);
}

.lightbg{
	background: url(../../images/felt.png)
}

.blackbg{
	background: rgba(0, 0, 0, .2);
}
.caps{
	text-transform: uppercase !important;
}

.navbar-brand{
	width:120px;
}
.navbar-header{
	height:1px;
	min-width: 200px;
}

.navbar{
	min-height: 60px;
}

p{
	font-size: 1.1em !important;
}

.imageone{
	background-image: url('url(../../images/achieve.jpg');
}

body {
    line-height: 1.4;
    background-color:#000;

}

.icontop{
	cursor: pointer !important;
}
.icontop:hover{
	cursor: pointer !important;
	margin-top: -20px;
}

.navbar-inverse {
    background: rgba(0, 0, 0, 0.7);
}

.mainicon{
	-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari */
    transform: rotate(90deg);
    display: block;
    background-color: #FCFBE5;
    height: 100px;
    width: 100px;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #f2c2c9;
    color: #a4003a;
    text-shadow: none;
}

::selection {
    background: #16a085;
    color: #a4003a;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

 img {
    vertical-align: middle;
}

/*
 * Allow only vertical resizing of textareas.
 */

 textarea {
    resize: vertical;
}


/* ==========================================================================
   General styles
   ========================================================================== */

html,
body {
    height: 100%;
}

body {
    font-family: "avenir";
    font-weight: 300;
    font-size: 1.45em;
    color: #555;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

.col-md-4 {
	padding-bottom: 20px;
}

.row {
margin-right: 0px;
margin-left: -15px;
}

.modal-header {
	background: #3498db;
}

.modal-header h4 {
	color: white;
}

.modal-footer {
	background: #2b2b2b;
}


.navbar-default {
border-color: transparent;
background-color: #dadada;
}


.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	background-color: #FCFBE5;
	color: #000;
}



hr {
    position: relative;
    border: none;
}

hr:before {
    content: " ";
    position: absolute;
    top: 0;
    width: 100%;
    height: 2px;
    background: #ccc;
}

.odd a img {
    background: #f5f5f5;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway";
    font-weight: 300;
    color: #333;
}


/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 5px;
    font-weight: 700;
}

.centered {
    text-align: center;
}

.paragraph-lead {
    font-size: 20px;
    color: #3498db;
}

strong {
    font-weight: 700;
}

em {
    font-weight: 300;
}

pre {
    background: #ebebeb;
    border: none;
    font-family: "Monaco";
    font-size: 16px;
    color: #666;
    padding: 20px;
    line-height: 28px;
}

small {
    font-size: 12px;
}

blockquote,
blockquote p {
    line-height: 28px;
    color: #999;
    font-weight: 400;
    font-style: italic;
}

blockquote {
    position: relative;
    margin: 0 0 40px -30px;
    padding-left: 30px;
    border-left: 5px solid #3498db;
}

blockquote cite {
    position: absolute;
    bottom: -25px;
    right: 0;
    font-size: 12px;
    font-style: italic;
    color: #333;
    font-weight: 300;
}

blockquote cite:before {
    content: "-- "
}

/* Images */
.overflow-image {
    margin-top: -65px;
}

/* Links */
a {
    color: #FCFBE5;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #ccc;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}



/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
	background: url(/images/ticketbg.jpg) no-repeat center top;
	margin-top: -60px;
	padding-top:150px;
	text-align:center;
	background-attachment: relative;
	background-position: top center;
	min-height: 905px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}



#headerwrap h1 {
	color:#FCFBE5;
	margin-top:40px;
	padding-bottom: 30px;
	letter-spacing: 8px;
	font-size: 80px;
	font-weight: 700;
	text-shadow: 5px 5px 90px #000;
}

#headerwrap p {
	font-size: 40px !important;
	color: #fff;
	font-weight: 600 !important;
	text-align: center;
	line-height: 0px;
	letter-spacing: 3px;
	text-shadow: 5px 5px 100px #000;
}

#greywrap {
	background: #f5f5f5;
	margin-top: 0px;
	padding-top: 40px;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

#greywrap .callout {
	margin-bottom: 20px;
}

#greywrap p {
	margin-left: 30px;
	margin-right: 30px;
	letter-spacing: 1px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#greywrap .icon {
	font-size: 60px;
	line-height: 30px;
	margin-bottom: 10px;
}

#footerwrap {
	background: #000;
	margin-top: 0px;
	padding-top: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

#footerwrap h4 {
	color: white;
}


/* ==========================================================================
   Box Sections
   ========================================================================== */

.white h1 {
	padding-top: 35px;
}

.white p {
	padding-top: 10px;
}

/* Section Dividers */
.section-divider {
    z-index: 999;
    width: 100%;
    display: table;
    max-height: 450px;
    border-bottom: 2px solid #E6EAED;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 30px;
    padding-bottom: 70px;
    margin-top: 45px;


    background-position: center center;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    background-attachment: relative;
    
    text-align: center;
}

.textdivider h1 {
	padding-top: 70px;
	color: white;
	font-size: 40px;
}

.textdivider p {
	color: white;
	font-size: 25px;
}


/* Section Dividers Backgrounds */

.divider1 {
	background-image: url('../img/bg/divider1.jpg')
}

.divider2 {
	background-image: url('../img/bg/divider2.jpg')
}

.divider3 {
	background-image: url('../img/bg/divider3.jpg');
	margin-top: 0px;
}

.divider4 {
	background-image: url('../img/bg/divider4.jpg')
}

.divider6 {
	background-image: url('../img/bg/divider6.jpg')
}



/* ==========================================================================
   Services Section
   ========================================================================== */

.service-trigger {
    display: block;
	position: relative;
    margin-bottom: 15px;
    color: white;
    font-size: 20px;
    text-align: center;
    height: 168px;
    cursor: pointer;
	padding: 90px 20px 50px 20px;
    border: none;
    background: #333;
}

.service-trigger:before {
    width: 100%;
    top: 50px;
    color: #3498db;
    font-size: 36px;
    text-align: center;
	position: absolute;
	left: 0;
}

.service-active .service-trigger {
    background: #FCFBE5;
}

.service-active p {
	font-family: 'avenir', sans-serif;
	padding-top: 10px;
}

.service-content {
    padding: 15px 20px;
    background: #e6eaed;
    display: block;
    height: auto
}

.service-content p:last-child {
    margin: 0;
}


/* ==========================================================================
   Image Mask
   ========================================================================== */

.grid figure {
	margin: 0;
	position: relative;
}

.grid figure img {
	width: 100%;
	display: block;
	position: relative;
}

.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	color: #fff;
	background: #3498db;
}

.grid figcaption h5 {
	margin: 0;
	padding-top: 0px;
	padding-left: 20px;
	padding-bottom: 5px;
	color: #fff;
	font-weight: 700;
	text-align: left;
	letter-spacing: 2px;
	
}

.grid figcaption a {
	text-align: left;
	padding: 5px 10px;
	margin-left: 20px;
	display: inline-block;
	background: #2f2f2f;
	color: #fff;
	font-size: 13px;
}

/* Caption Style */
.mask figure {
	overflow: hidden;
}

.mask figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .mask figure:hover img,
.mask figure.cs-hover img {
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
}

.mask figcaption {
	height: 50px;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .mask figure:hover figcaption,
.mask figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}

.mask figcaption a {
	position: absolute;
	top:10px;
	bottom: 10px;
	right: 30px;
}


/* ==========================================================================
   Blog Section
   ========================================================================== */

.blog-bg {
	background: #2b2b2b;
	padding-right: 0px;
	padding-left: 0px;
	
}

.blog-bg h4 {
	color: #dadada;
	padding-top: 0px;
}

.blog-bg h5 {
	color: #dadada;
	font-size: 11px;
}

.blog-content {
	padding-top: 10px;
	background: #f2f2f2;
}


/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */

@media (min-width: 1024px) and (max-width:1200px) {
	.coupon{
	margin-top:100px; 
	left:10%;
}
}

@media (max-width: 1023px) {
	.coupon{
	margin-top:100px; 
	left:0 !important:
}

	.minifrank img{
	width: 100%;
}




}

@media (min-width: 1080px) {

.fillitup{
	margin-right: 40% !important;
}

.bigtitle{
	font-weight: 100 !important;
	font-family: "avenir";
	font-size: 6em;
}

.rwd-break{
	display: none;
}

.bacteria{
	margin-top: -900px;
}

.bacteria img{
	max-height:1000px;
}

.navbar-nav > li{
	padding-left: 10px;
	padding-right: 10px;
}

.navbar-nav > li+li{

}

.navbar-nav > li:hover {
	padding-left: 15px;
	padding-right: 15px;
	background-color: #FCFBE5;
	color: #000;
}

  .navbar-nav > li > a {
    padding-top: 22px;
    padding-bottom: 15px;
  }
  
  .navbar-nav > li > a:hover {
  	color: #000 !important;
}  
}

@media screen and (max-width:1050px), screen and (max-device-width:1050px){
	body .header{background-attachment: scroll;}
}


/*ipad portrait*/
@media only screen and (min-device-width:1080px) and (max-device-width : 1024px) and (orientation : portrait){
	.header{background-attachment: scroll;}
}

@media (max-width:768px){

	.blackbg{
	background: rgba(0, 0, 0, .8);
}
	
	.btn{
		width: 100%;
		}

	#headerwrap {
		background: url(/images/iphone_bg.png) no-repeat center top;
		margin-top: 0px;
		padding-top:30px;
		text-align:center;
		background-attachment: relative;
		background-position: center center;
		min-height: 775px;
		width: 100%;
		
	    -webkit-background-size: 100%;
	    -moz-background-size: 100%;
	    -o-background-size: 100%;
	    background-size: 100%;
	
	    -webkit-background-size: cover;
	    -moz-background-size: cover;
	    -o-background-size: cover;
	    background-size: cover;
	}


	.hometitle{
		font-size: 4em !important;
	}
	
	.bacteria{
	display: none;
}

	.bit-widget-container{
		font-size: 10px !important;
	}
	.col-xs-3{
		width: 50% !important;
		margin-bottom: 20px;
	}
}

	.col-xs-3{
		margin-bottom: 20px;
	}

.petey .parrot{
	list-style: none;
	display: inline-block;
	padding-left: 0px;
	text-align: left;
}
	

@media (max-width:1080px){
	.navbar-toggle {
border-color: transparent;
border: 0px solid transparent;
background-image: url('http://www.music.frankvieira.com/images/toggle.png');
display: block;
height: 40px;
width: 40px;
background-color: #000;
z-index: 10000;
}
}

@media (max-width:768px){
	#headerwrap h1 {
		font-size: 40px;
	}
	
	.headli li{
		display: block;
		width: 85%;
	}
	
	.bit-tickets{
		display: none !important;
	}
	.bit-location{
		display: none !important;
	}
	
	.bit-rsvp{
		display: none !important;
	}
	.bit-description-links{
		display: none !important;
	}
	.overlay .overlay-text{
		font-size: .8em !important;
	}
	
	.overlay .overlay-text h3{
		font-size: 1.4em !important;
	}
	
}

@media (min-width: 1080px) {
	.money{
		display: none !important;
	}
	
	.tracklist{
		font-size: 1.1em !important;
	}
}

@media screen and (max-width:1079px) {

.tracklist{
		font-size: .8em !important;
	}
	
.bigtitle{
	font-weight: 100 !important;
	font-family: "avenir";
	font-size: 4em !important;
	margin-left: 20px;
}

	.navbar-header{
		padding: left:30px;
	}

	.disappear{
		display: none !important;
	}
	
	
	#headerwrap p {
		font-size: 30px;
		line-height: 38px;
	}
	
	col-xs-2{
		width: 30% !important;
	}
	
	.fontsmaller{
	font-size: 2em !important;
	}
	
	.navbar-collapse{
		margin-top: 60px;
	}
	
	.yobilly{
		margin-left: 10px;
	}

}

.teamname img:hover{
	filter:brightness(.5);
	-webkit-filter: brightness(50%); filter: url('#brightness');
}

@media (min-width:768px){
	.rwd-break{
		display: none !important;
	}
}

@media (max-width:1079px){
	
	.coupon{
	margin-top:30px; 
	margin-left:0px;
}
}

#mc_embed_signup .button{
	background-color: #FCFBE5 !important;
}

#mc_embed_signup .button:hover{
	background-color: #000 !important;
}





th.bit-date, th.bit-venue, th.bit-location, th.bit-tickets{
    width: auto;
    text-align: left;
    padding: 4px;
    vertical-align: middle;
    font-size: 2em;
    font-family: "avenir";
    color: #FCFBE5 !important;
}

.bit-events th, .bit-events td {
    width: auto;
    text-align: left;
    padding: 20px !important;
    vertical-align: middle;
    color: #FCFBE5;
}

.bit-track-artist-header{
	display: none !important;
}

.bit-header{
	display: none !important;
}

#bit-events[data-bit-widget-id='1490127573221'] .bit-events td {
    border-top: 1px solid #FCFBE5 !important;
}


input {
    background: #000 none repeat scroll 0 0;
    border: thin solid #fff;
    line-height: normal;
    padding: 10px 15px;
    box-sizing : border-box;
}

textarea {
	background: #000 none repeat scroll 0 0;
    border: thin solid #fff;
    line-height: normal;
    padding: 10px 15px;
}




