/*
------------------------------------------------------------------------------
	Theme Name: Bismuth
	Description:  A brightness theme
	Author: LosBastardos
	Author URI: http://themeforest.net/user/LosBastardos?ref=LosBastardos
	Version: 1.0	
------------------------------------------------------------------------------
*/

/* 
------------------------------------------------------------------------------
General
------------------------------------------------------------------------------		
*/

body {
	background: none;
}

body:before {
          content: "";
          position: fixed;
          top: -10px;
          left: 0;
          width: 100%;
          height: 7px;
          -webkit-box-shadow: 0px 0px 7px rgba(0,0,0,.8);
          -moz-box-shadow: 0px 0px 7px rgba(0,0,0,.8);
          box-shadow: 0px 0px 7px rgba(0,0,0,.8);
          z-index: 1000;
}

body:after {
          content: "";
          position: fixed;
          bottom: -20px;
          left: 0;
          width: 100%;
          height: 20px;
          -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
          -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
          box-shadow: 0px 0px 10px rgba(0,0,0,.8);
          z-index: 1000;
}

h1, h2, h3, h4, h5 {
	color: #000;
	margin: 10px 0;
	font-weight:400;	
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 25px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

p {
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	color:#FFF;
	font-style: normal;
	/*padding-left: 35px;
	margin-right: 30px;*/
}

/* 
------------------------------------------------------------------------------
Main Content
------------------------------------------------------------------------------		
*/

.cover {
	height:100%;
	width:100%;
}

/* 
------------------------------------------------------------------------------
Other
------------------------------------------------------------------------------		
*/

.block-between-contents {
	text-align:center;
	margin:300px 0 0 0;
}

.content-block {
	background: none;
}

.line{
	border-top: 3px solid #FFF;
	height: 4px;
	width: 100%;
}

.center-text {
	text-align: center;
}

/* 
------------------------------------------------------------------------------
Header / Menu Area
------------------------------------------------------------------------------		
*/

#header-wrap {
	position: fixed;
	top: 0px;
	left:0px;
	right:0px;
	background:none;
	z-index: 999;
}

#header {
	background:#FFF;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-box-shadow:  0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow:  0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}

.header-scrolldown{
	text-align:center;
	margin:40px 0;
}

/* 
------------------------------------------------------------------------------
Topmenu
------------------------------------------------------------------------------		
*/

ul.navigation {
    display: table;
    margin: 0 auto;
}

ul.navigation li {
	float: left;
	list-style-type: none;
	line-height: 60px;
	text-transform:uppercase;
	font-weight: 700;
	padding: 0 15px;	
}

ul.navigation  li a {
	color: #1e1e1e;
	text-decoration: none;
	font-size: 12px;
	padding:32px 0 30px 0;
}

ul.navigation li a:hover {
	opacity: .8;
}

ul.navigation .current a {
	color: #B1B1B1;
}

.current {
	border-bottom: 2px solid #000;
}

.select-menu {
	display: none;
	background: none;
	padding: 0;
	border:none;
}

/* --------- Slideout Menu --------- */ 
#slideout-wrap { position: fixed; z-index: 100; top: 0; left: 0; margin-top:-65px; height:65px; width:100%; background: none!important; }
#slideout-button {position: absolute;top: 64px; left:49%; z-index:10;}
#slideout-button a {width:45px;height:33px;display: block;text-indent: -9999px;background: url(../images/slide_btn.png) 0 0 ;}
#slideout-button a.close { background-position: 0 -33px; }
#slideout-container { position: relative;padding: 0;color:#f7f7f7;background: none!important; }
#slideout-container .widget { padding:0 40px;margin-bottom:10px; width: 200px; float: left; }
#slideout-container .widget-title {width:200px;margin-left:-40px;margin-bottom:12px;padding:7px 40px 6px 40px; color: #fff; }
#slideout-container .widget ul, #slideout-container .widget ol{margin-bottom:18px; }
#slideout-container ul.twitter_update_list{margin-bottom:6px;}
#slideout-container ul.twitter_update_list a{color:#555;}
#slideout-container ul.twitter_update_list span a{color:#808080;}
#slideout-container ul.twitter_update_list span a:hover{color:#000;}
#slideout-container a:hover{color:#000;}

@media (max-width: 960px) { /* mobile menu style */

ul.navigation { display: none;margin:0;}

.select-menu {
	display: block;
	background: none;
	width: 250px;
	padding: 5px;
	font-size: 12px;
	border: 1px solid #FFF;
	height: 34px;
	color: #1e1e1e;
	margin:25px auto ;
}
.select-menu option {
	background: #FFF;
}
}

/* 
------------------------------------------------------------------------------
Logo
------------------------------------------------------------------------------		
*/

.logo {
	margin-top: 40px;
	text-align:center;
}

/* 
------------------------------------------------------------------------------
Inner Content
------------------------------------------------------------------------------		
*/
span.title{
	padding-left: 35px;
}

.blog h2{
	padding-left: 35px;
}
.blog p{
	padding-left: 35px;
	margin-right: 30px;
}


.blog {
	padding: 40px 0;
	background-color: rgba(26, 26, 26, 0.7);
	box-shadow: 0px -2px 6px rgba(15, 15, 15, 0.7);
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}


.content {
	margin: 40px auto;
}

.page-content {
	padding: 40px 0;
	background-color: rgba(26, 26, 26, 0.7);
	box-shadow: 0px -2px 6px rgba(15, 15, 15, 0.7);
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

.page-content-first{
	padding: 80px 0;
}

h3.content-title {
	font-weight:700;
	color:#FFF;
	font-size:50px;
	text-align:center;
}

h3.content-title-small {
	font-weight:bold;
	font-size:27px;
	color:#FFF;
	margin:0;
	margin-left: 10px;
	text-align:left;
}

.content-sub {
	margin: 20px 0;
	font-style: normal;
	padding:0;
}

.anchor-menu .page-title span{
	padding-top: 70px;
	font-weight: 900;
	font-size: 300%;
	color:#FFF;
	text-transform: uppercase;
	text-align:left;
    float: left;
}

/* 
------------------------------------------------------------------------------
Header Social Icons
------------------------------------------------------------------------------		
*/
/* social icons */
#social-icons-top {
	text-align: center;
	width: 100%;
    font-size: 10px;
	clear: both;
}
.social-header { 
	width: auto; 
	text-align: center; 
	display: inline-block; 
	margin: 40px auto; 
}

.social-header ul li{ float: left; margin-right: 10px;}

.twitter-header a,.facebook-header a,.dribbble-header a,.pinterest-header a,.linkedin-header a,.behance-header a,.vimeo-header a,.youtube-header a {
	float:left;
	background:url(../images/social-header.png) no-repeat left bottom;
	text-indent:8000px;
	width:30px;
	height:32px;
	opacity:0.8;
	filter:alpha(opacity=80);
	margin-top:3px;
}

.twitter-header a:hover,.facebook-header a:hover,.dribbble-header a:hover,.pinterest-header a:hover,.linkedin-header a:hover,.behance-header a:hover,.vimeo-header a:hover,.youtube-header a:hover {
	background:url(../images/social-header.png) no-repeat left top;
	opacity:1.0;
	filter:alpha(opacity=100);
}

.twitter-header , .twitter-header a {
	background-position:-0px bottom
}
.twitter-header a:hover {
	background-position:-0px top;
}

.facebook-header, .facebook-header a {
	background-position:-30px bottom
}
.facebook-header a:hover {
	background-position:-30px top;
}

.dribbble-header, .dribbble-header a {
	background-position:-60px bottom
}
.dribbble-header a:hover {
	background-position:-60px top;
}

.linkedin-header, .linkedin-header a {
	background-position:-90px bottom
}
.linkedin-header a:hover {
	background-position:-90px top;
}

.vimeo-header, .vimeo-header a {
	background-position:-120px bottom
}
.vimeo-header a:hover {
	background-position:-120px top;
}

.youtube-header , .youtube-header a {
	background-position:-150px bottom
}
.youtube-header a:hover {
	background-position:-150px top;
}

.behance-header, .behance-header a {
	background-position:-180px bottom
}
.behance-header a:hover {
	background-position:-180px top;
}

.pinterest-header, .pinterest-header a {
	background-position:-210px bottom
}
.pinterest-header a:hover {
	background-position:-210px top;
}

/* 
------------------------------------------------------------------------------
Feature Wrap
------------------------------------------------------------------------------		
*/

.features-wrap{
	overflow: hidden;
	padding:40px 0;
}

.features-content{
	padding:0px 0 20px 0;
	text-align:center;
}

.features-icon{
	margin: 40px 0;
	position: relative;
}

.features-icon img{
	width:70px;
	height:70px;
}

.features-description{
	font-style: normal;
	line-height: 20px;
	text-align: center;
	color: #FFF;
}

.features-description p{
	padding:5px 0;
}

.features-content h5{
	font-size:14px;
	color:#FFF;
	margin: 20px 0;
	font-weight:700;
	margin-top:15px;
	text-transform:uppercase;
}

/* 
------------------------------------------------------------------------------
Features Wrap - Contact
------------------------------------------------------------------------------		
*/

.contact-content {
	padding:0px 0 0 0;
	text-align:center;
}

.contact-content h6 {
	color:#FFF;
	line-height:20px;
	font-size: 12px;
	background:#000;
	display:inline-block;
	padding:5px 15px;
	font-weight:700;
	text-transform: uppercase;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	-o-border-radius: 5px; 
	border-radius: 5px;
}

/* "for more details..." - TEXT */
.contact-content p {
	padding:10px 20px;
	background: none;
	display:inline-block;
	font-family: 'Arial', serif;
	font-weight: 400;
	font-size: 22px;
	font-style: normal;
	line-height: 20px;
	text-align: center;
	color: #FFF;
}

/* 
------------------------------------------------------------------------------
Isotope Portfolio
------------------------------------------------------------------------------		
*/

#portfolio {
    overflow: hidden;
}
.items {
    width: 110%;
    margin-top: 5px;
    padding-left: 1px;
}
.items li {
    float: left;
    position: relative;
    background: none;
    padding: 5px 0 0 0;
    margin: 0 20px 24px 0;
    width: 295px;
    background: none;
}
.items {
    margin-right: -20px;
}
.items.col3 li {
    margin: 0 23px 25px 0;
    width: 324px;
}
.items li:hover {
	border-bottom: 1px solid #FF675B;
}

.item-port-name a{ color:#fff; text-decoration:none; }

.items li:hover .item-port-name, .item-port-name a:hover{
	color: #FF675B;
}

.items li .info p {
    padding-bottom: 10px
}
.items:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.filter {
    padding: 3px 0 0 0;
    margin: 10px 0;
}
.filter li {
    display: block;
    margin-right: 10px;
    margin-bottom: 20px;
}
.filter li a {
    position: relative;
    border: 0 none;
    border-color: transparent transparent; /* the transitioned value, inherited by the pseudo element */
    padding: 5px 15px 5px 15px;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
	text-decoration: none;
    color: #FFF;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    background: #2E2E2E;
    margin-bottom: 20px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	-o-border-radius: 5px; 
	border-radius: 5px;
	margin-left: 25px;
}
.filter li a:hover {
    background: #FF675B;
    color: #FFF;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.11), 0 1px 4px #000000 inset, 0 10px 10px rgba(0, 0, 0, 0.08) inset;
}
.filter li a.active {
    background: #FF675B;
    color: #FFF;
    border-color: #FF675B transparent; /* changed hover value */
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.11), 0 1px 4px #000000 inset, 0 10px 10px rgba(0, 0, 0, 0.08) inset;
}

.overlay {
    display: block;
    position: relative;
}
.overlay img {
    display: block;
    max-width: 100%;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	-o-border-radius: 5px; 
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 6px rgba(0,0,0,.8);
	-moz-box-shadow: 0px 1px 6px rgba(0,0,0,.8);
	box-shadow: 0px 1px 6px rgba(0,0,0,.8);
}

.item-port-name {
	font-size: 12px;
	color:#FFF;
	margin: 20px 0;
	font-weight:700;
	margin-top:15px;
	text-align: center;
}

/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}


/* 
------------------------------------------------------------------------------
About Content
------------------------------------------------------------------------------		
*/

.about {   }

.about-wrap {
	padding: 20px 0;
}

.about h3{
	font-size:14px;
	color:#FFF;
	margin: 20px 0;
	font-weight:700;
	margin-top:15px;
	text-transform:uppercase;
}

.about p{
	font-style: normal;
	background: none;
	margin-top:10px;
}

/* 
------------------------------------------------------------------------------
About / Team Social Icons
------------------------------------------------------------------------------		
*/

.social-icons { width: auto; text-align: center; display: inline-block; margin: 10px auto; }
.social-icons ul li{ float: left; }
.social-icons li a {
	float: left;
	display: inline;
	margin: 20px 10px 0 0;
	width:20px;
	height:20px;
	text-indent: -9999px;
	background:url(../images/social-icons-team.png) no-repeat; 
	transition: opacity 0.2s linear;-webkit-transition: opacity 0.2s linear;-moz-transition: opacity 0.2s linear;-o-transition: opacity 0.2s linear;
	opacity: 0.80;
	filter: alpha(opacity=80); 
}
.social-icons li a:hover{ opacity: 1; filter: alpha(opacity=100); }
.social-icons li.facebook a{background-position: 0 0;}
.social-icons li.twitter a{background-position: -20px 0;}
.social-icons li.google a{background-position: -40px 0;}
.social-icons li.flickr a{background-position: -60px 0;}
.social-icons li.linkedin a{background-position: -80px 0;}
.social-icons li.email a{background-position: -100px 0;}

/* 
------------------------------------------------------------------------------
About / Team
------------------------------------------------------------------------------		
*/

.team {
	padding:20px 0;
	text-align:center;
}

.team h6{
	font-weight: bold;
	font-size:22px;
	color:#FFF;
	margin:20px 0;
	text-align:center;	
}

.team-member-pos {
	font-size:10px;
	color:#FFF;
	margin: 20px 0;
	font-weight:700;
	font-style: normal;
	margin-top:15px;
	text-transform:uppercase;
}

.team-member-desc {
	font-style: normal;
	color:#FFF;
	margin: 20px 0;
}

.team-user {}

/* 
------------------------------------------------------------------------------
Clients Wrap
------------------------------------------------------------------------------		
*/

.clients-wrap{
	overflow: hidden;
	padding:0;
}

.clients-content{
	padding:0px 0 20px 0;
	text-align:center;
}

.clients-content:hover{
}

.clients-icon{
	margin: 40px 0;
	position: relative;
}

/* Testimonials */
.testimonials p { 
	margin-bottom: 10px; 
	font-style: italic;
	text-align: right;	
}
.testimonials cite { 
	color: #FFF;
	font-style: normal; 
	display: block; 
	text-align: right; 
	text-transform: uppercase; 
	font-size: 10px; 
	font-weight: bold; 
	letter-spacing: 1px; 
	font-family: Arial, Helvetica, sans-serif; 
}
.testimonials {
	font-family: Arial, Helvetica, sans-serif; 
	width: 100%; /* required */
	height: 200px;
	margin: 0 auto;
}
#quote_wrap { 
	background: none;
	margin: 0; 
	padding: 20px 0;
	/*margin: 0; 
	padding: 0 20px 20px 20px; */
}

/* 
------------------------------------------------------------------------------
Pricing Table
------------------------------------------------------------------------------		
*/

#pricing-table {
	margin: 100px auto;
	text-align: center;
}

#pricing-table .plan {
	font-size:14px;
	background: none;      
	border: 1px solid #FFF;
	color: #FFF;
	margin: 10px 0 10px 10px;
	padding: 20px 0;
	float: left;
	position: relative;
}

#pricing-table .plan:nth-child(1) { }

#pricing-table .plan:nth-child(4) { }

#pricing-table h3 {
	font-size: 18px;
	text-transform:uppercase;
	padding: 25px 0;
	border-bottom: 1px solid #FFF;
	color: #FFF;
	margin: -20px 0px 0px 0px;
}

#pricing-table .plan:nth-child(1) h3 {     
}

#pricing-table .plan:nth-child(4) h3 {     
}	

#pricing-table .price-number {
	display: block;
	font-size: 22px;
	color: #FFF;
	width: 100%;
	margin: 20px auto 5px auto;
}

#pricing-table ul {
	margin: 20px 0 0 0;
	padding: 10px;
	list-style: none;
}

#pricing-table li {
	border-top: 1px solid #FFF;
	padding: 10px 0;

}
	
#pricing-table .signup {
	position: relative;
	padding: 8px 20px;
	margin: 20px 0 0 0;  
	color: #FFF;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;       
	background-color: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#pricing-table .signup:hover {
	background-color: #FF675B;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.11), 0 1px 4px #000000 inset, 0 10px 10px rgba(0, 0, 0, 0.08) inset;
}

.per-month {
	
}

/* 
------------------------------------------------------------------------------
Faq Content
------------------------------------------------------------------------------		
*/

.faq-wrap {
	padding:40px 0;
}

.video-faq {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-top:7px;
}

.video-faq iframe,
.video-faq object,  
.video-faq embed {
	position: absolute;
	border:none; 
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	-o-border-radius: 5px;
	border-radius: 5px;
}

.video-wrap h4{
	margin: 20px 0 10px 0;
	font-size:17px;
	color: #FFF;
}

.video-wrap p {
	margin: 20px 0 10px 0;
	font-style: normal;
}
	
#accordion h3 {
	background: none;
	border-top: 1px solid #FFF;
	padding: 10px;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
}

#accordion h3 a {
	color: #FFF;
	text-decoration: none;
}

#accordion p {
	font-style: normal;
}

/* 
------------------------------------------------------------------------------
Contact Form
------------------------------------------------------------------------------		
*/

.contact-wrap {
	padding: 20px 0;
}

#contact-form {
	width:100%;
}

#contact-form fieldset {
	padding:0;
	border:none;	
	float:left;
	display:inline;
	width:100%;
}	

#contact-form fieldset.last {
	width:100%;
}

#contact-form p {margin:.5em 0;}

#contact-form label {
	display:block;
	margin-bottom:2px;
	font-size:12px;
	color:#FFF;
	font-style: normal;
	text-transform: uppercase;
}	

#contact-form input, #contact textarea {		
	width:96%;
	border:1px solid #d5d5d5;
	padding:10px;
	background: rgba(116, 116, 116, 0.5);
	color: #FFF;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	-o-border-radius: 4px; 
	border-radius: 4px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.11), 0 1px 4px #000000 inset, 0 10px 10px rgba(0, 0, 0, 0.08) inset;
}

#contact-form textarea {
	width:96%;
	height:200px;
	overflow:auto;
}

#contact-form p.submit {
	clear:both;
	position:relative;
}

#contact-form button {
	width:99%;
	height:36px;
	overflow:hidden;
	border:1px solid #d5d5d5;
	background: none;
	color:#FFF;
	cursor:pointer;
	margin-top:15px;
	text-transform: uppercase;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	-o-border-radius: 4px; 
	border-radius: 4px;
}		

#contact-form button:hover {
	background:#FF675B;
	border:1px solid #FFF;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.11), 0 1px 4px #000000 inset, 0 10px 10px rgba(0, 0, 0, 0.08) inset;
}

#message-form { 
	font-size: 14px!important;
	font-weight: 700!important;
}

/* addtional contact info*/
.contact-info {
	margin: 40px 0 20px 0;
}

.contact-info-subtitle {
	font-size:12px;
	color:#FFF;
	margin: 10px 0;
	font-weight:700;
	text-transform:uppercase;
}

.contact-info-subtitle span { 
	margin-left: 15px;
	font-weight: 700;
}
.contact-info-content {
	font-style: normal;
	font-weight: 300;
	color: #FFF;
	margin: 10px 0;
}

.gmap {
	width: 100%;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	-o-border-radius: 4px; 
	border-radius: 4px;
}
/* 
------------------------------------------------------------------------------
Login Test
------------------------------------------------------------------------------		
*/

[class*="span"] {
	/*float: left;*/
	min-height: 1px;
	/*margin-left: 20px;*/
}
.span12 {
	width: 940px;
/*	padding: 40px 0;
	background-color: rgba(26, 26, 26, 0.7);
	box-shadow: 0px -2px 6px rgba(15, 15, 15, 0.7);
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;*/
}
.span11 {
	width: 860px;
}
.span10 {
	width: 780px;
}
.span9 {
	width: 700px;
}
.span8 {
	width: 620px;
}
.span7 {
	width: 540px;
}
.span6 {
	width: 460px;
}
.span5 {
	width: 380px;
}
.span4 {
	width: 300px;
}
.span3 {
	width: 220px;
}
.span2 {
	width: 140px;
}
.span1 {
	width: 60px;
}

/* 
------------------------------------------------------------------------------
Login Form
------------------------------------------------------------------------------		
*/

.login-wrap {
	padding: 20px 0;
}

#login-form {
	width:100%;
}

#login-form fieldset {
	padding:0;
	border:none;	
	float:left;
	display:inline;
	width:100%;
}	

#login-form fieldset.last {
	width:100%;
}

#login-form p {margin:.5em 0;}

#login-form label {
	display:block;
	margin-bottom:2px;
	font-size:12px;
	color:#FFF;
	font-style: normal;
	text-transform: uppercase;
	margin-left: 30px;
}	

#login-form input, #login textarea {		
	width:47.8%;
	border:1px solid #d5d5d5;
	padding:10px;
	background: rgba(116, 116, 116, 0.5);
	color: #FFF;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	-o-border-radius: 4px; 
	border-radius: 4px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.11), 0 1px 4px #000000 inset, 0 10px 10px rgba(0, 0, 0, 0.08) inset;
	margin-left: 30px;
	
}

#login-form textarea {
	width:96%;
	height:200px;
	overflow:auto;
}

#login-form p.submit {
	clear:both;
	position:relative;
}

#login-form button {
	width:50%;
	height:36px;
	overflow:hidden;
	border:1px solid #d5d5d5;
	background: none;
	color:#FFF;
	cursor:pointer;
	margin-top:15px;
	margin-left: 30px;
	text-transform: uppercase;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	-o-border-radius: 4px; 
	border-radius: 4px;
}		

#login-form button:hover {
	background:#FF675B;
	border:1px solid #FFF;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.11), 0 1px 4px #000000 inset, 0 10px 10px rgba(0, 0, 0, 0.08) inset;
}

#message-form { 
	font-size: 14px!important;
	font-weight: 700!important;
}

/* addtional login info*/
.login-info {
	margin: 40px 0 20px 0;
}

.login-info-subtitle {
	font-size:12px;
	color:#FFF;
	margin: 10px 0;
	font-weight:700;
	text-transform:uppercase;
}

.login-info-subtitle span { 
	margin-left: 15px;
	font-weight: 700;
}
.login-info-content {
	font-style: normal;
	font-weight: 300;
	color: #FFF;
	margin: 10px 0;
}

.gmap {
	width: 100%;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	-o-border-radius: 4px; 
	border-radius: 4px;
}

/* 
------------------------------------------------------------------------------
Button Test
------------------------------------------------------------------------------		
*/

button.close {
	padding: 3;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}
.btn {
	
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #333;
	text-decoration: none;

	/*----------------------------------------------------------------------------*/
	/*text-shadow: 0 1px 1px rgba(255,255,255,0.75);
	background-color: transparent;
	background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
	background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
	background-image: -o-linear-gradient(top,#fff,#e6e6e6);
	background-image: linear-gradient(to bottom,#fff,#e6e6e6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color: #e6e6e6;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border: 1px solid #bbb;
	*border: 0;
	border-bottom-color: #a2a2a2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	*margin-left: .3em;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);*/
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
	color: #333;
	background-color: #e6e6e6;
	*background-color: #d9d9d9;
}
.btn:active,
.btn.active {
	background-color: #cccccc \9;
}
.btn:first-child {
	*margin-left: 0;
}
.btn:hover,
.btn:focus {
	background:#FF675B;
	border:1px solid #FFF;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.11), 0 1px 4px #000000 inset, 0 10px 10px rgba(0, 0, 0, 0.08) inset;
	
	/*color: #333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear;*/
}
.btn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn.active,
.btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
	cursor: default;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn-large {
	padding: 11px 19px;
	font-size: 16.25px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
	margin-top: 4px;
}
.btn-small {
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
	margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
	margin-top: -1px;
}
.btn-mini {
	padding: 0 6px;
	font-size: 9.75px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.btn-block {
	display: block;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.btn-block + .btn-block {
	margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
	color: rgba(255,255,255,0.75);
}
.btn-primary {
	/*---------------------------*/
	/*width:50%;*/
	/*height:36px;*/
	overflow:hidden;
	border:1px solid #d5d5d5;
	background: none;
	color:#FFF;
	cursor:pointer;
	margin-top:15px;
	text-transform: uppercase;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	-o-border-radius: 4px; 
	border-radius: 4px;	
	margin-left: 35px;
	/*-----------------------------------*/
	/*color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #006dcc;
	background-image: -moz-linear-gradient(top,#08c,#0044cc);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0044cc));
	background-image: -webkit-linear-gradient(top,#08c,#0044cc);
	background-image: -o-linear-gradient(top,#08c,#0044cc);
	background-image: linear-gradient(to bottom,#08c,#0044cc);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0043cc', GradientType=0);
	border-color: #0044cc #0044cc #002a80;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color: #0044cc;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);*/
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {

	background:#FF675B;
	border:1px solid #FFF;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.11), 0 1px 4px #000000 inset, 0 10px 10px rgba(0, 0, 0, 0.08) inset;
	/*color: #fff;
	background-color: #0044cc;
	*background-color: #003bb3;*/
}
.btn-primary:active,
.btn-primary.active {
	background-color: #003399 \9;
}
.btn-warning {
	overflow:hidden;
	border:1px solid #d5d5d5;
	background: transparent;
	color:#FFF;
	cursor:pointer;
	margin-top:15px;
	text-transform: uppercase;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	-o-border-radius: 4px; 
	border-radius: 4px;
	
	
	/*color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #faa732;
	background-image: -moz-linear-gradient(top,#fbb450,#f89406);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
	background-image: -webkit-linear-gradient(top,#fbb450,#f89406);
	background-image: -o-linear-gradient(top,#fbb450,#f89406);
	background-image: linear-gradient(to bottom,#fbb450,#f89406);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
	border-color: #f89406 #f89406 #ad6704;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color: #f89406;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);*/
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
	color: #fff;
	/*background-color: #f89406;*/
	*background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
	background-color: #c67605 \9;
}
.btn-danger {
	color: #fff;
	/*text-shadow: 0 -1px 0 rgba(0,0,0,0.25);*/
	background-color: #da4f49;
	background-image: -moz-linear-gradient(top,#ee5f5b,#bd362f);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
	background-image: -webkit-linear-gradient(top,#ee5f5b,#bd362f);
	background-image: -o-linear-gradient(top,#ee5f5b,#bd362f);
	background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
	border-color: #bd362f #bd362f #802420;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color: #bd362f;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
	color: #fff;
	background-color: #bd362f;
	*background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
	background-color: #942a25 \9;
}
.btn-success {
	/*height:36px;*/
	overflow:hidden;
	border:1px solid #d5d5d5;
	background: transparent;
	color:#FFF;
	cursor:pointer;
	margin-top:15px;
	text-transform: uppercase;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	-o-border-radius: 4px; 
	border-radius: 4px;
	
	
	/*color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #5bb75b;
	background-image: -moz-linear-gradient(top,#62c462,#51a351);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
	background-image: -webkit-linear-gradient(top,#62c462,#51a351);
	background-image: -o-linear-gradient(top,#62c462,#51a351);
	background-image: linear-gradient(to bottom,#62c462,#51a351);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
	border-color: #51a351 #51a351 #387038;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color: #51a351;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);*/
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
	color: #fff;
	/*background-color: #51a351;*/
	*background-color: #499249;
}
.btn-success:active,
.btn-success.active {
	background-color: #408140 \9;
}
.btn-info {
	color: #fff;
	/*text-shadow: 0 -1px 0 rgba(0,0,0,0.25);*/
	background-color: #49afcd;
	background-image: -moz-linear-gradient(top,#5bc0de,#2f96b4);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
	background-image: -webkit-linear-gradient(top,#5bc0de,#2f96b4);
	background-image: -o-linear-gradient(top,#5bc0de,#2f96b4);
	background-image: linear-gradient(to bottom,#5bc0de,#2f96b4);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
	border-color: #2f96b4 #2f96b4 #1f6377;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color: #2f96b4;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	color: #fff;
	background-color: #2f96b4;
	*background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
	background-color: #24748c \9;
}
.btn-inverse {
	color: #fff;
	/*text-shadow: 0 -1px 0 rgba(0,0,0,0.25);*/
	background-color: #363636;
	background-image: -moz-linear-gradient(top,#444,#222);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
	background-image: -webkit-linear-gradient(top,#444,#222);
	background-image: -o-linear-gradient(top,#444,#222);
	background-image: linear-gradient(to bottom,#444,#222);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
	border-color: #222 #222 #000000;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color: #222;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
	color: #fff;
	background-color: #222;
	*background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
	background-color: #090909 \9;
}
button.btn,
input[type="submit"].btn {
	*padding-top: 3px;
	*padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
	*padding-top: 7px;
	*padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
	*padding-top: 3px;
	*padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
	*padding-top: 1px;
	*padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
	background-color: transparent;
	background-image: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn-link {
	border-color: transparent;
	cursor: pointer;
	color: #08c;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
	color: #005580;
	text-decoration: underline;
	background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
	color: #333;
	text-decoration: none;
}
.btn-group {
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 0;
	vertical-align: middle;
	white-space: nowrap;
	*margin-left: .3em;
}
.btn-group:first-child {
	*margin-left: 0;
}
.btn-group + .btn-group {
	margin-left: 5px;
}
.btn-toolbar {
	font-size: 0;
	margin-top: 9px;
	margin-bottom: 9px;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
	margin-left: 5px;
}
.btn-group > .btn {
	position: relative;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.btn-group > .btn + .btn {
	margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
	font-size: 13px;
}
.btn-group > .btn-mini {
	font-size: 9.75px;
}
.btn-group > .btn-small {
	font-size: 12px;
}
.btn-group > .btn-large {
	font-size: 16.25px;
}
.btn-group > .btn:first-child {
	margin-left: 0;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}
.btn-group > .btn.large:first-child {
	margin-left: 0;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
	z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
	outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px;
	-webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	*padding-top: 5px;
	*padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-toggle {
	padding-left: 5px;
	padding-right: 5px;
	*padding-top: 2px;
	*padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
	*padding-top: 5px;
	*padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px;
	*padding-top: 7px;
	*padding-bottom: 7px;
}
.btn-group.open .dropdown-toggle {
	background-image: none;
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-group.open .btn.dropdown-toggle {
	background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
	background-color: #0044cc;
}
.btn-group.open .btn-warning.dropdown-toggle {
	background-color: #f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
	background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
	background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
	background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
	background-color: #222;
}
.btn .caret {
	margin-top: 8px;
	margin-left: 0;
}
.btn-large .caret {
	margin-top: 6px;
}
.btn-large .caret {
	border-left-width: 5px;
	border-right-width: 5px;
	border-top-width: 5px;
}
.btn-mini .caret,
.btn-small .caret {
	margin-top: 8px;
}
.dropup .btn-large .caret {
	border-bottom-width: 5px;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}
.btn-group-vertical {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.btn-group-vertical > .btn {
	display: block;
	float: none;
	max-width: 100%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.btn-group-vertical > .btn + .btn {
	margin-left: 0;
	margin-top: -1px;
}
.btn-group-vertical > .btn:first-child {
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.btn-group-vertical > .btn:last-child {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
.btn-group-vertical > .btn-large:first-child {
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}
.btn-group-vertical > .btn-large:last-child {
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}



/*
------------------------------------------------------------------------------

------------------------------------------------------------------------------
*/





label {
	display:block;
	margin-bottom:2px;
	font-size:12px;
	color:#FF675B;
	font-style: normal;
	text-transform: uppercase;
}

input , textarea{		
	/*width:47.8%;*/
	border:1px solid #d5d5d5;
	padding:10px;
	background: rgba(116, 116, 116, 0.5);
	color: #FFF;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	-o-border-radius: 4px; 
	border-radius: 4px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.11), 0 1px 4px #000000 inset, 0 10px 10px rgba(0, 0, 0, 0.08) inset;
	
}

/*
button
{
	width:50%;
	height:36px;
	overflow:hidden;
	border:1px solid #d5d5d5;
	background: none;
	color:#FFF;
	cursor:pointer;
	margin-top:15px;
	text-transform: uppercase;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	-o-border-radius: 4px; 
	border-radius: 4px;
}

.btn
{
	width:50%;
	height:36px;
	overflow:hidden;
	border:1px solid #d5d5d5;
	background: none;
	color:#FFF;
	cursor:pointer;
	margin-top:15px;
	text-transform: uppercase;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	-o-border-radius: 4px; 
	border-radius: 4px;
}


button:hover {
	background:#FF675B;
	border:1px solid #FFF;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.11), 0 1px 4px #000000 inset, 0 10px 10px rgba(0, 0, 0, 0.08) inset;
}

button.close {
	padding: 3;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"]:hover {
	background:#FF675B;
	border:1px solid #FFF;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.11), 0 1px 4px #000000 inset, 0 10px 10px rgba(0, 0, 0, 0.08) inset;
}

checkbox,
inputbox
{
	padding: 250px 250px 250px 250px;
}
*/
/*-DROPDOWN*/
select,
.uneditable-input {
	display: inline-block;
	/*height: 18px;*/
	padding: 4px 6px;
	margin-bottom: 9px;
	font-size: 13px;
	line-height: 18px;
	color: #555;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	vertical-align: middle;
}
.dropup,
.dropdown {
	position: relative;
	display: inline-block;
	height: 18px;
	padding: 4px 6px;
	margin-bottom: 9px;
	font-size: 13px;
	line-height: 18px;
	color: #555;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	vertical-align: middle;
}
.dropdown-toggle {
	*margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
	outline: 0;
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: top;
	border-top: 4px solid #000;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
}
.dropdown .caret {
	margin-top: 8px;
	margin-left: 2px;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.2);
	*border-right-width: 2px;
	*border-bottom-width: 2px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}
.dropdown-menu .divider {
	*width: 100%;
	height: 1px;
	margin: 8px 1px;
	*margin: -5px 0 5px;
	overflow: hidden;
	background-color: #e5e5e5;
	border-bottom: 1px solid #fff;
}
.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 18px;
	color: #333;
	white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
	text-decoration: none;
	color: #fff;
	background-color: #0081c2;
	background-image: -moz-linear-gradient(top,#08c,#0077b3);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0077b3));
	background-image: -webkit-linear-gradient(top,#08c,#0077b3);
	background-image: -o-linear-gradient(top,#08c,#0077b3);
	background-image: linear-gradient(to bottom,#08c,#0077b3);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0076b2', GradientType=0);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: #333;
	text-decoration: none;
	outline: 0;
	background-color: #0081c2;
	background-image: -moz-linear-gradient(top,#08c,#0077b3);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0077b3));
	background-image: -webkit-linear-gradient(top,#08c,#0077b3);
	background-image: -o-linear-gradient(top,#08c,#0077b3);
	background-image: linear-gradient(to bottom,#08c,#0077b3);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0076b2', GradientType=0);
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	color: #999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	cursor: default;
}
.open {
	*z-index: 1000;
}
.open > .dropdown-menu {
	display: block;
}
.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990;
}
.pull-right > .dropdown-menu {
	right: 0;
	left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px solid #000;
	content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 1px;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px 6px;
	border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
	display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
	top: auto;
	bottom: 0;
	margin-top: 0;
	margin-bottom: -2px;
	-webkit-border-radius: 5px 5px 5px 0;
	-moz-border-radius: 5px 5px 5px 0;
	border-radius: 5px 5px 5px 0;
}
.dropdown-submenu > a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #cccccc;
	margin-top: 5px;
	margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
	border-left-color: #fff;
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}
.dropdown .dropdown-menu .nav-header {
	padding-left: 20px;
	padding-right: 20px;
}
/*
------------------------------------------------------------------------------
Table Test
------------------------------------------------------------------------------
*/
a,
b{
	color: white;
}
span{
	color: white;
	/*padding-left: 35px;*/
}

table {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 20px;
}
.table {
	width: 100%;
	margin-bottom: 18px;
}
.table th,
.table td {
	padding: 8px;
	line-height: 18px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #ddd;
	background-color: rgba(255, 255, 255, 0.5);
}
.table th {
	font-weight: bold;
}
.table thead th {
	vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
	border-top: 0;
}
.table tbody + tbody {
	border-top: 2px solid #ddd;
}
.table .table {
	background-color: #fff;
}
.table-condensed th,
.table-condensed td {
	padding: 4px 5px;
}
.table-bordered {
	border: 1px solid #ddd;
	border-collapse: separate;
	*border-collapse: collapse;
	border-left: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
	border-left: 1px solid #ddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
	border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
	background-color: rgba(255, 255, 255, 0.5);
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
	background-color: rgba(255, 255, 255, 0.5);
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
	display: table-cell;
	float: none;
	margin-left: 0;
}
.table td.span1,
.table th.span1 {
	float: none;
	width: 44px;
	margin-left: 0;
}
.table td.span2,
.table th.span2 {
	float: none;
	width: 124px;
	margin-left: 0;
}
.table td.span3,
.table th.span3 {
	float: none;
	width: 204px;
	margin-left: 0;
}
.table td.span4,
.table th.span4 {
	float: none;
	width: 284px;
	margin-left: 0;
}
.table td.span5,
.table th.span5 {
	float: none;
	width: 364px;
	margin-left: 0;
}
.table td.span6,
.table th.span6 {
	float: none;
	width: 444px;
	margin-left: 0;
}
.table td.span7,
.table th.span7 {
	float: none;
	width: 524px;
	margin-left: 0;
}
.table td.span8,
.table th.span8 {
	float: none;
	width: 604px;
	margin-left: 0;
}
.table td.span9,
.table th.span9 {
	float: none;
	width: 684px;
	margin-left: 0;
}
.table td.span10,
.table th.span10 {
	float: none;
	width: 764px;
	margin-left: 0;
}
.table td.span11,
.table th.span11 {
	float: none;
	width: 844px;
	margin-left: 0;
}
.table td.span12,
.table th.span12 {
	float: none;
	width: 924px;
	margin-left: 0;
}
.table tbody tr.success > td {
	background-color: #dff0d8;
}
.table tbody tr.error > td {
	background-color: #f2dede;
}
.table tbody tr.warning > td {
	background-color: #fcf8e3;
}
.table tbody tr.info > td {
	background-color: #d9edf7;
}
.table-hover tbody tr.success:hover > td {
	background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover > td {
	background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover > td {
	background-color: #faf2cc;
}
.table-hover tbody tr.info:hover > td {
	background-color: #c4e3f3;
}

/* 
------------------------------------------------------------------------------
Alert
------------------------------------------------------------------------------		
*/

.alert {
	padding: 0px 35px 8px 14px;
	margin-bottom: 18px;

	background-color: rgba(252,248,227,0.5);
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.alert,
.alert h4 {
	color: #c09853;
}
.alert h4 {
	margin: 0;
}
.alert .close {
	/*position: relative;*/
	position: relative;
	top: 5px;
	right: -925px;
	line-height: 18px;
	cursor: pointer;
}
.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #468847;
}
.alert-success h4 {
	color: #468847;
}
.alert-danger,
.alert-error {
	background-color: #f2dede;
	border-color: #eed3d7;
	color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
	color: #b94a48;
}
.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #3a87ad;
}
.alert-info h4 {
	color: #3a87ad;
}
.alert-block {
	padding-top: 14px;
	padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
	margin-bottom: 0;
}
.alert-block p + p {
	margin-top: 5px;
}

/* 
------------------------------------------------------------------------------
Footer
------------------------------------------------------------------------------		
*/

#footer {
	background:#1A1A1A;
	margin-top: 80px;
	padding: 80px 0;
	border-top: 1px solid #252525;
	opacity: 0.9;
	-webkit-box-shadow: 0px -2px 6px rgba(15, 15, 15, 0.7);
	-moz-box-shadow:    0px -2px 6px rgba(15, 15, 15, 0.7);
	box-shadow:         0px -2px 6px rgba(15, 15, 15, 0.7);
}

.copyright p{
	font-weight: 400;
	color: #3B3B3B;
	text-align:center;
	font-size:12px;
}

/* 
------------------------------------------------------------------------------
FlexSlider
------------------------------------------------------------------------------		
*/

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	width: 100%; 
	display: block;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	-o-border-radius: 5px; 
	border-radius: 5px;
}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider { 
	margin: 0 0 60px; 
	background: #fff; 
	position: relative; 
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	-o-border-radius: 5px; 
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 6px rgba(0,0,0,.8);
	-moz-box-shadow: 0px 1px 6px rgba(0,0,0,.8);
	box-shadow: 0px 1px 6px rgba(0,0,0,.8);
	zoom: 1;
}
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {
	width: 30px; 
	height: 30px; 
	margin: -20px 0 0; 
	display: block; 
	background: url(../images/bg_direction_nav.png) no-repeat 0 0; 
	position: absolute; 
	top: 50%; 
	z-index: 10; 
	cursor: pointer; 
	text-indent: -9999px; 
	opacity: 0; 
	-webkit-transition: all .3s ease;
}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {
	width: 18px; 
	height: 4px; 
	display: block; 
	background: #FFF; 
	cursor: pointer; 
	text-indent: -9999px; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	-o-border-radius: 3px; 
	border-radius: 3px; 
}
.flex-control-paging li a:hover { background: #FF675B; }
.flex-control-paging li a.flex-active { background: #FF675B; cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}