* {
	outline:none !important;
	-moz-outline: none !important;
}
/* Main */
body {
	overflow-x: hidden;
    /*margin-top: -18px;*/
}

a:hover {
	text-decoration: none;
}

/* Content */
.content {
    background: none repeat scroll 0 0 #fdfdfd;
    margin-left: 0px;
    margin-right: 0;
    padding-bottom: 25px;
    position: relative;
    min-height: 500px;
    width: auto;

    border-top-left-radius: 8px;
}

#content-header {
  /*background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#FFFFFF), to(#eeeeee));*/
  background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #fdfdfd 100%);
/*  background-image: -moz-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);
  background-image: -ms-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);
  background-image: -o-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);
  background-image: linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);*/
    height: 55px;
    position: abslute;
    width: 100%;
    margin-top: 0px;
    /*z-index: 20;*/
}

#content-header h1 {
    color: #555555;
    font-size: 28px;
    font-weight: normal;
    float: left;
    text-shadow: 0 1px 0 #ffffff;
    margin-left: 20px;
    position: absolute;
  padding-top: 4px;    
}

/* Sidebar Navigation */
.sidebar > ul > li {
  display: block; 
  position: relative;
}
/* 
.sidebar > ul > li.active {
  box-shadow: 0 2px 4px rgba(0,0,0,0.2) inset;
} */

.sidebar > ul > li > a {
  padding: 12px 0 12px 15px;
  display: block;
  color: #CCCCCC;
  margin-bottom: 10px;
}

.sidebar > ul > li > a > i {
  margin-right: 10px;
}

.sidebar > ul > li > a > .label {
  margin: 0 20px 0 0;
  float: right;
  padding: 3px 5px 2px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.5) inset, 0 1px 0 rgba(255,255,255,0.2);
}

.sidebar > ul ul {
  display: none;
  margin: 0;
  padding: 0;
  box-shadow: 0 0 3px rgba(0,0,0,0.5) inset;
}
.sidebar > ul li.open ul {
  display: block;
}
.sidebar > ul ul li a{
  padding: 10px 0 10px 25px;
  display: block;
  color: #777777;
}

.sidebar > ul ul li:first-child a {
  border-top: 0;
}
.sidebar > ul ul li:last-child a {
  border-bottom: 0;
}    

.navbar-toggle {
    margin-top: 6px;
    margin-bottom: auto;
    border-color: #999;
    outline: none;
    color: #333;
    background-color: #fff;
}

/* Search input */
#search {
	margin-top: 6px;
	float: left;
}
#search input[type=text] {
	border-radius: 4px 0 0 4px;
	padding: 4px 10px 5px;
	border: 0;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.7) inset, 0 1px 0 rgba(255,255,255,0.2); 
	width: 200px;
}

#search .globalSearch {
	width: 300px;
}

#search button {
	border: 0;
	margin-top: -10px;
	padding: 5px 10px 4px;
	border-radius: 0 4px 4px 0;
	box-shadow: -2px 2px 3px rgba(0,0,0,0.7) inset, 0 1px 0 rgba(255,255,255,0.2); 
}
#search button i {
	opacity: 0.5;
}
#search button:hover i, #search button:active i {
	opacity: 0.9;
}

#content-header .btn-group {
	float: right;
	right: 20px;
	position: absolute;
}

#content-header h1, #content-header .btn-group {
	margin-top: 10px;
}
#content-header .btn-group .btn {
	padding: 9px 14px 9px;
}
#content-header .btn-group .btn .label {
	position: absolute;
	top: -7px;
}

/*.container .row:first-child {
	margin-top: 0px;
}*/

/* Breadcrumb */
#breadcrumb {
	background-color: #f2f2f2;
	box-shadow: 0 0 1px #ffffff;
	/*border-top: 1px solid #d6d6d6;*/
	/*border-bottom: 1px solid #d6d6d6;*/
	padding-left: 10px;
}
#breadcrumb a {
	padding: 8px 20px 8px 10px;
	display: inline-block;
	background-image: url('../img/breadcrumb.png');
	background-position: center right;
	background-repeat: no-repeat;
	font-size: 11px;
	color: #666666;
}
#breadcrumb a:hover {
	color: #333333;
}
#breadcrumb a:last-child {
	background-image:none;
}
#breadcrumb a.current {
	font-weight: bold;
	color: #444444;
}
#breadcrumb a i {
	margin-right: 5px;
	opacity: .6;
}
#breadcrumb a:hover i {
	margin-right: 5px;
	opacity: .8;
}

/* Style Switcher */
#style-switcher {
	position: absolute;
	/*width: 220px;*/
	width: 30px;
	height: 30px;
	background-color: #000000;
	z-index: 40;
	right: 0;
	top: 98px;
	border-radius: 5px 0 0 5px;
	margin-right: 0px;
}
#style-switcher i {
	display: inline-block;
	/*margin: -5px 10px 0 10px;*/
}
.switcher-icon-open {
	margin: -9px 10px 0 10px;
}

.switcher-icon-close {
	margin: 8px 5px 0 7px;
}

#style-switcher i:hover {
	cursor: pointer;
}
#style-switcher span {
	font-weight: bold;
	color: #ffffff;
	display: inline-block;
	margin: -15px 12px 0 0;
	vertical-align:middle;
}
#style-switcher a {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-top: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: transparent;	
}
/* Footer */
#footer {
	margin-left: 0;
	text-align: center;
	color: #777777;
}

/* Charts & graphs **/
.chart {
	height: 380px;
	max-width: 100%;
}

.pie, .bars {
	height: 340px;
	max-width: 100%;
}
#tooltip {
	position: absolute;
	display:none;
	border: none;
	padding: 3px 8px;
	border-radius: 3px;
	font-size: 10px;
	background-color: #222222;
	color: #ffffff;
	z-index: 25;
}

/* Widgets */
.widget-box {
    background: none repeat scroll 0 0 transparent;
    border-top: 1px solid #CDCDCD;
    border-left: 1px solid #CDCDCD;
    border-right: 1px solid #CDCDCD;
    border-bottom: 1px solid #CDCDCD;
    clear: both;
    margin-top: 16px;
    margin-bottom: 16px;
    position: relative;
}
.widget-box.widget-calendar, .widget-box.widget-chat {
    overflow:hidden !important;
}
.accordion .widget-box {
	margin-top: -2px;
	margin-bottom: 0;
	border-radius: 0;
}
.widget-box.widget-plain {
	background: transparent;
	border: none;
	margin-top: 0;
	margin-bottom: 0;
}

.widget-title, .table th {
	/*background-color: #efefef;*/
	/* background-color: #fbfbfb; */
	/* background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#fdfdfd), to(#eaeaea));
	background-image: -webkit-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
    background-image: -moz-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
    background-image: -ms-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
    background-image: -o-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
    background-image: -linear-gradient(top, #fdfdfd 0%, #eaeaea 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
    /* border-bottom: 1px solid #CDCDCD; */
    height: 36px;
}

.radius-top {
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}

.widget-title .nav-tabs {
    /*border-bottom: 0 none;*/
}
.widget-title .nav-tabs li > a {
    /*border-bottom: medium none !important;*/
    border-left: 1px solid #DDDDDD;
    border-radius: 0 0 0 0;
    border-right: 1px solid #DDDDDD;
    border-top: medium none;
    color: #999999;
    margin: 0;
    outline: medium none;
    padding: 9px 10px 7px;
    font-weight: bold;
    text-shadow: 0 1px 0 #FFFFFF;
}
.widget-title .nav-tabs li:first-child a{
    border-left: medium none !important;
}
.widget-title .nav-tabs li > a:hover {
    background-color: transparent !important;
    border-color: #D6D6D6;
    border-width: 0 1px;
    color: #666666;
    cursor: pointer;    
}
.widget-title .nav-tabs li.active a {
    background-color: #FFFFFF !important;
    /*background-color: #F9F9F9 !important;*/
    color: #444444;
    cursor: pointer;
}
.widget-title span.icon {
	/*border-right: 1px solid #cdcdcd;*/
	padding: 9px 5px 7px 11px;
	float: left;
	opacity: .7;
}
.widget-title h5 {
    color: #666666;
	/* text-shadow: 0 1px 0 #ffffff; */
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding: 12px 4px;
    line-height: 12px;
    margin: 0;
}
.widget-title .buttons {
	float: right;
	margin: 8px 10px 0 0;
}

.widget-title .buttons-left {
    margin: 8px 2px 0 10px;
}

.widget-title .label {
	padding: 2px 5px;
	float: right;
	margin: 9px 15px 0 0;
	/* box-shadow: 0 1px 2px rgba(0,0,0,0.3) inset, 0 1px 0 #ffffff; */
	line-height: 1.5;
}
.widget-calendar .widget-title .label {
	margin-right: 190px;
}

.widget-content {
	padding: 12px 15px;
    /*border-bottom: 1px solid #cdcdcd;*/
    min-height: 400px;
    background-color: #FFFFFF;
}
.widget-box.widget-plain .widget-content {
	padding: 12px 0 0;
}
.widget-box.collapsible .collapse.in .widget-content {
    border-bottom: 1px solid #CDCDCD;
}
.user-thumb {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #B6BCBF;
    float: left;
    height: 40px;
    margin-right: 10px;
    margin-top: 5px;
    padding: 2px;
    width: 40px;
}
.user-info {
    color: #666666;
    font-size: 11px;
}

.site-stats {
	margin: 0;
	padding: 0;
	list-style: none;
}
.site-stats li {
    background-color: #F5F5F5;
    border: 1px solid #DDDDDD;
    cursor: pointer;
    /*margin: 0 0 10px;*/
    margin: 0 0 3px;
    /*padding: 13px 20px 10px;*/
    padding: 3px 20px 3px;
    position: relative;
}
.site-stats li span {
    left: 50px;
}
.site-stats li:hover {
    background-color: #EDEDED;
}
.site-stats li.divider {
	padding: 0;
	border-width: 1px 0 0;
	border-color: #DDDDDD;
	border-style: dashed;
}
.site-stats li i {
	vertical-align: baseline;
}
.site-stats li strong {
	font-weight: bold;
	font-size: 18px;
	margin-left: 5px;
}
.site-stats li small {
	margin-left: 5px;
	font-size: 14px;
	color: #888888;
	font-style: italic;
}

.report-content {
	padding: 20px;
}
.report-action {
    margin-bottom: 20px;
}
.report-head {
    clear: both;
    margin-bottom: 20px;
    overflow: hidden;
    width: auto;
}
.report-meta {
    font-size: 16px;
    margin-bottom: 20px;
}
.report-date {
    float: right;
    font-size: 80%;
}
.report-content h5 {
    color: #333333;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
}
.report-content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.report-to {
    float: left;
    width: 370px;
}
.report-from {
    float: right;
    width: 300px;
}
.report-to li, .report-from li {
    clear: left;
}
.report-to li span, .report-from li span {
    display: block;
}
.report-content th.total-label {
	text-align: right;
}
.report-content th.total-amount {
	text-align: left;
}
.amount-word {
    color: #666666;
    margin-bottom: 40px;
    margin-top: 40px;
}
.amount-word span {
    color: #5476A6;
    font-weight: bold;
    padding-left: 20px;
}
.panel-left {
	margin-right: 250px;
}
.panel-right {
	width: 249px;
	background-color: #f2f2f2;
	border-left: 1px solid #dddddd;
	position: absolute;
	right: 0;
	top: 37px;
	height: 2500px;
}
.panel-right .panel-title {
	width: 100%;
	background-color: #ececec;
	border-bottom: 1px solid #dddddd;
}
.panel-right .panel-title h5 {
	font-size: 12px;
	color: #777777;
	text-shadow: 0 1px 0 #ffffff;
	padding: 6px 10px 5px;
    margin: 0;
}
.panel-right .panel-content {
	padding: 10px;
}
.chat-content {
	height: 470px;
	padding: 15px;
}
.chat-messages {
    background: none repeat scroll 0 0 #FDFDFD;
    border: 1px solid #DDDDDD;
    height: 425px;
    overflow: auto;
    position: relative;
}

#chat-messages-inner p {
    padding: 10px;
    margin: 10px 0;
}
#chat-messages-inner p img {
    display: inline-block;
    float: left;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    margin-top: 6px;
}
#chat-messages-inner .msg-block, #chat-messages-inner p.offline span {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #cccccc;
    box-shadow: 1px 1px 0 1px rgba(0, 0, 0, 0.05);
    display: block;
    margin-left: 40px;
    padding: 10px;
    position: relative;
}
#chat-messages-inner p.offline span {
    background: none repeat scroll  0 0 #FFF5F5;
}
#chat-messages-inner .time {
    color: #999999;
    font-size: 11px;
    font-style: italic;
}
#chat-messages-inner .msg {
    display: block;
    margin-top: 10px;
}
#chat-messages-inner .msg-block:before {
	border-right: 7px solid rgba(0,0,0,0.1);
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	content: "";
	display: inline-block;
	left: -7px;
	position: absolute;
	top: 11px;
}
#chat-messages-inner .msg-block:after {
	border-right: 6px solid #ffffff;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	content: "";
	display: inline-block;
	left: -6px;
	position: absolute;
	top: 12px;
}
.taskDesc i {
    margin: 1px 5px 0;
}
.taskStatus, .taskOptions {
    text-align: center !important;
}
.taskStatus .in-progress {
    color: #64909E;
}
.taskStatus .pending {
    color: #AC6363;
}
.taskStatus .done {
    color: #75B468;
}
.activity-list {
    list-style: none outside none;
    margin: 0;
}
.activity-list li {
    border-bottom: 1px solid #EEEEEE;
    display: block;
}
.activity-list li:last-child {
    border-bottom: medium none;
}
.activity-list li a {
    color: #888888;
    display: block;
    padding: 7px 10px;
}
.activity-list li a:hover {
    background-color: #FBFBFB;
}
.activity-list li a span {
    color: #AAAAAA;
    font-size: 11px;
    font-style: italic;
}
.activity-list li a i {
    margin-right: 10px;
    opacity: 0.6;
    vertical-align: middle;
}
.new-update {
    border-bottom: 1px solid #DDDDDD;
    padding: 10px 12px;
    overflow-x: auto;    
}
.new-update:first-child {
    border-top: medium none;
}
.new-update span {
	display:block;
}
.new-update i{
	float: left;
	margin-top: 3px;
	margin-right: 13px;
}
.new-update .update-date {
    color: #BBBBBB;
    float: right;
    margin: 0px -2px 0 0;
    text-align: center;
    width: 80px;
}
.new-update .update-date .update-day {
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: -4px;
}

.update-done, .update-alert, .update-notice {
    display: block;
    float: left;
    max-width: 76%;
}

.new-update .list-lead-detail {
    float: left;
    display: block;
    margin-left: 27px;
    font-size: 0.9em;
    width: 70%;
}

.new-update .update-done i {
    margin-right: 4px;
}

.new-update .list-lead-detail span {
    display: inline-block;
}

.new-update .list-lead-detail i {
    margin-right: 4px;
}

/* Tables */

span.icon .checker {
	margin-top: -5px;
	margin-right: 0;
}

.table th {
	height: auto;
	font-size: 12px;
	/*softcom 27/11/12*/
	/*padding: 5px 10px 5px;*/
	border-bottom: 0;
	text-align: left;
	color: #666666;
}
.table.with-check tr th:first-child, .table.with-check tr td:first-child {
	width: 10px;
}
.table.with-check tr th:first-child i{
	margin-top: -2px;
	opacity: 0.6;
}
.table.with-check tr td:first-child .checker {
	margin-right: 0;
}
.table tr.checked td {
	background-color: #FFFFE3 !important;
}
/* Misc */
.nopadding {	
	padding: 0 !important;
}
.nopadding .table {
	margin-bottom: 0;
}
.nopadding .table-bordered {
	border: 0;
}
.thumbnails {
	margin-left: -2.12766% !important;
}
.thumbnails [class*="span"] {
    margin-left: 2.12766% !important;
    position: relative;
}
.thumbnails .actions {
	width: 32px;
	height: 16px;
	background-color: #000000;
	padding: 5px 8px;
	border-radius: 5px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -24px;
	opacity: 0;
	-moz-transition: opacity 0.3s ease-in-out;
}
.thumbnails li:hover .actions {
	opacity: 1;
}
.line {
    background: url("../img/line.png") repeat-x scroll 0 0 transparent;
    display: block;
    height: 8px;
}
.notify-ui ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.notify-ui li {
	background-image: -moz-linear-gradient(top, #eeeeee,#dddddd);
	margin-bottom: 5px;
	padding: 5px 10px;
	text-align: center;
	border: 1px solid #dddddd;
}
.notify-ui li:hover {
	cursor: pointer;
	color: #777777;
}

/* Forms */
form {
	margin-bottom: 0;
}
.help-block, .help-inline {
    color: #999999;
}

/* Cabeçalho das seções
-------------------------------------------------- */

.section_header {
    text-align: center;
    font-weight: bolder;
    color: #252b34;
    margin: 40px;
    position: relative;
}
.section_header.left span {
    margin-left: 0px;
    text-align: left;
}
.section_header hr {
    border-top: 1px solid #BEC0C3;
    border-bottom: 2px solid white;
    width: 34%;
    position: absolute;
}
.section_header hr.left { }
.section_header hr.right {
    right: 0px;
    top: 0px;
}
.section_header span {
    width: 32%;
    display: block;
    margin: 0 auto;
}

.dropdown-menu:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}

.dropdown-menu-right:before {
  right: 9px;
  left: initial;
}

.dropdown-menu-right:after {
  right: 10px;
  left: initial;
}

/*Intro*/
#intro {
  text-align: center;
}

#intro h1 {
  width: 55%;
  font-size: 28px;
  line-height: 1.4;
  margin: 0 auto;
  color: #252B34;
  font-weight: normal;
  text-shadow: white 2px 2px 1px;
  margin-top: 20px;
}

/*Features*/
/* features section */
#features { }
#features .container { }
#features .feature img.thumb {
  border: 3px solid #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 0px 1px #bcbcbc;
  display: block;
  margin: 0 auto;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear; 
}

#features .feature img.thumb:hover {
  box-shadow: 0px 0px 7px 1px #397578;
}

#features .feature h3 {
  font-size: 22px;
  font-weight: bolder;
  color: #252b34;
  margin-top: 25px;
  /*text-align: center;*/
  padding-left: 35px;
}

#features .feature h3 i {
  margin-right: 5px;
  position: relative;
  top: 2px;
}

#features .feature p.description {
  color: #44474D;
  width: 85%;
  padding-left: 35px;
}

#features .feature .btn {
  margin-top: 15px;
  margin-left: 35px;
}

/* FAQ
-------------------------------------------------- */
#faq .faq {
    padding-left: 50px;
    margin-left: 50px;
    position: relative;
    margin-bottom: 30px;
}
#faq .faq:hover .number {
    background-color: #397578;
    /*background-color: #7fa662;*/
    color: #fff;
}
#faq .faq:hover .question {
    color: #397578;
    /*color: #7fa662;*/
}
#faq .faq .number {
    background-color: white;
    border-radius: 20px;
    color: #394350;
    position: absolute;
    left: 0px;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 17px;
    top: -5px;
    transition: background-color 0.3s linear;
    -moz-transition: background-color 0.3s linear;
    -webkit-transition: background-color 0.3s linear;
    -o-transition: background-color 0.3s linear;
}
#faq .faq .question {
    color: #2c3339;
    font-weight: bold;
    font-size: 17px;
    cursor: pointer;
    transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
}
#faq .faq .answer {
    margin-top: 30px;
    margin-bottom: 60px;
    font-size: 15px;
    border-bottom: 1px solid #BEC0C3;
    padding-bottom: 15px;
    box-shadow: 0px 1px 1px 0px white;
}
#faq .faq .answer li {
    font-size: 15px;
}

/* Benefícios
-------------------------------------------------- */
#beneficios .beneficios {
    padding-left: 50px;
    margin-left: 50px;
    position: relative;
}
#beneficios .beneficios .item {
    color: #2c3339;
    font-weight: bold;
    font-size: 17px;
    transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    margin-bottom: 30px;
}

#beneficios .beneficios:hover .item {
    color: #397578;
    /*color: #7fa662;*/
}

/* Index
-------------------------------------------------- */

/* carousel section */
#hero {
    padding-top: 100px;
    margin: -15px -20px 0px;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
    height: auto;
    padding-bottom: 50px;
    border-bottom: 1px solid #d1d2d4;
    box-shadow: 0px 3px 8px 0px #e7e7e7;
    background: #ffffff url(../img/app_bg_header.jpg) no-repeat center center;
    background-size: 100% 100%;
    border-bottom: 1px solid #d1d2d4;
    box-shadow: 0px 3px 8px 0px #e7e7e7;    
}
#hero .carousel-control.left {
    left: 15px;
    padding-right: 1px;
}
#hero .carousel-control.right {
    right: 20px;
}
#hero .carousel-inner .item img {
    max-height: 349px;
    margin-top: -20px;    
}
#hero .item h1 {
    color: #ffffff;
    font-size: 32px;
    font-weight: bolder;
    margin-top: 10px;
}
#hero .item p {
    font-size: 18px;
    color: #ffffff;
    line-height: 20px;
}
#hero .item .btn {
    margin-top: 10px;
}

/* Large desktop */
@media (min-width: 1200px) {
    .section_header small {
        display: inline-block;
    }
    #hero {
/*        padding-top: 100px;
        margin: 0px -20px;*/
    }
    #hero .item h1 {
        font-size: 32px;
        margin-top: 20px;
        margin-left: 20px;
    }
    #hero .item p {
        font-size: 17px;
        line-height: 25px;
        margin-left: 20px;
    }
    #hero .item .btn {
        margin-top: 20px;
        margin-left: 20px;
        font-size: 18px;
    }
}
@media (min-width: 768px) and (max-width: 1200px) { 
    #hero .item img {
        width: 500px;
        display: block;
        margin: 0 auto;
    }    
}
@media (max-width: 979px) {
    body {
        padding-top: 0px;
    }
    #hero {
/*        padding-top: 100px;
        margin: 0px -20px;*/
    }
    #hero .item h1 {
        font-size: 26px;
        /*line-height: 18px;*/
    }
    #hero .carousel-inner .item {
        padding: 0px 70px;
    }    
    #hero .carousel-inner .item.slide2 img {
        margin-top: 20px;
    }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { 
    #intro h1 {
        width: 80%;
    }
    #features .feature h3 {
        padding-left: 0px;
    }
    #features .feature p.description {
        padding-left: 0px;
    }
    #features .feature .btn {
        margin-left: 0px;
    }
    #hero {
/*        padding-top: 100px;
        margin: 0px -20px;*/
    }
/*    #hero .carousel-control.left {
        left: -55px;
    }
    #hero .carousel-control.right {
        right: -15px;
    }*/
    #hero .item .col-sm-4 {
        margin-left: 50px;
    }
    #hero .item img {
        width: 400px;
        display: block;
        margin: 0 auto;
    }    
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 
    #intro h1 {
        width: 90%;
    }
    #hero {
/*        padding-top: 100px;
        margin: 0px -20px;*/
    }
    #hero .carousel-inner .item {
        padding: 0px 70px;
    }
    #hero .item img {
        width: 300px;
        display: block;
        margin: 0 auto;
    }
    #hero .carousel-inner .item .btn {
        font-size: 13px;
        padding: 7px 10px;
    }
    #features .feature .btn {
        margin-top: 8px;
    }
    #features .feature {
        margin-bottom: 30px;
    }
    .section_header span {
        font-size: 24px;
    }
}
/* Landscape phones and down */
@media (max-width: 480px) {
    #hero {
/*        padding-top: 100px;
        margin: 0px -20px;*/
    }
    #intro h1 {
        font-size: 22px;
        line-height: 30px;
    }
    .section_header span {
        font-size: 20px;
    }
}