

/*===================================================================================*/
/*	CUSTOM CSS STYLES
/*===================================================================================*/

/* BODY */

body {
  font-family: 'Source Sans Pro', sans-serif;
  color: #292929;
  font-size: 18px;
  line-height: 150%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
    background-color: #000000;
}

/* HEADER */

.navbar-header {
  float: none !important;
  position: relative;
  background: #000000;
  border-bottom: 4px solid #e22722;
  z-index: 0;
}

@media (min-width: 1025px) { .navbar-header {
  background: #e22722;
  border-bottom: 0px solid #e22722;
}
}

.navbar-header .info li {
	font-size: 16px;
	padding-right: 25px;
	color: #ffffff;
	font-style: normal;
}

.navbar-collapse {
  background-color: #000000;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #000000;
}

.social li a i {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  color: #ffffff;
  width: 30px;
  height: 30px;
  font-size: 20px;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.navbar-nav > li > a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  padding: 15px 10px;
  border: 1px solid rgba(255,255,255,0);
    border-bottom-color: rgba(255, 255, 255, 0);
    border-bottom-style: solid;
    border-bottom-width: 0px;
  border-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  bottom: -1px;
  z-index: 2;
}

@media (max-width: 768px) { .navbar-nav > li + li {
	border-top: 1px solid #e22722;
}
}

.navbar-collapse.collapse.animate-after {
  background-color: rgba(0, 0, 0, 0.97);
}

.navbar .dropdown-menu {

  background: #000000;
  border: 1px solid #000000;
}

.navbar .dropdown-menu:not(.yamm-dropdown-menu) li a {
  line-height: 18px;
  padding: 13px 20px;
  color: #2E2E2E;
  text-transform: uppercase;
  font-weight: 700;
  white-space: normal;
}

header p {
  font-size: 22px;
  line-height: 120%;
}

.yamm .dropdown-menu {
  top: auto;
  left: auto;
  -webkit-border-top-left-radius: 0px !important;
  -moz-border-radius-topleft: 0px !important;
  border-top-left-radius: 0px !important;
}

.tabs-top .tab a {
  display: inline-block;
  vertical-align: bottom;
  background: #FCFCFC;
  color: #6E6E6E;
  font-size: 14px;
  line-height: 130%;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px;
  border: 1px solid #ECECEC;
    border-bottom-color: rgb(230, 233, 237);
    border-bottom-style: solid;
    border-bottom-width: 1px;
  border-bottom: none;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  overflow: hidden;
}

/* HERO */

#owl-main .caption h1.dark-bg span, #owl-main .caption p.dark-bg span {
  background: #e22722;
  box-shadow: -.500em 0 0 #e22722, .500em 0 0 #e22722;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  font-size: 56px;
}

/* TXT */

.p-24 {
	font-size: 24px;
}

.p-12 {
	font-size: 15px;
	line-height: 120%;
}

.txt-red {
	color : #e22722;
}


#hero h1 {
  font-size: 36px;
  line-height: 110%;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 0;
  -webkit-transition: font 200ms ease-out;
  -moz-transition: font 200ms ease-out;
  -o-transition: font 200ms ease-out;
  transition: font 200ms ease-out;
}

.medium-color {
  color: #ECECEC !important;
}

h1 {
	font-family: 'Lato', sans-serif;
	font-size: 38px;
	color: #212121;
	font-weight: 900;
	letter-spacing: 0.005em;
}

h2 {
  font-size: 20px;    
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  letter-spacing: 0.025em;
  color: #212121;
  margin-top: 0;
  word-wrap: break-word;
}

h3 {
  font-size: 22px;
  line-height: 110%;
  margin-bottom: 15px;
  color: #636363;
  letter-spacing: 0.0em;
}

h5 {
  color: #212121;
}

/* CONTAINER */

.dark-bg {
  background-color: #000000;
}

.container-black {
  background-color: #ffffff;
}

.container-gris {
  background-color: #E9E9E9;
}

/* FOOTER */

.footer-bottom {
  background: #1E1E1E;
  color: #898989;
}

.footer-bottom p, .footer-bottom a {
  color: #AAAAAA;
}

footer.dark-bg {
  color: #AAAAAA;
}

.dark-bg, .dark-bg p, .dark-bg .item-details li::before {
  color: #AAAAAA;
}

/* SECTION */

.section-gris {
  background: #F7F7F7; 
}

.pricing .plan header {
  background: #2F4052;
  text-align: center;
  padding: 0px 0px;
}

.row-red {
	background: #ffffff;
	color : #e22722;
	border: 2px solid #E22722;
	border-radius: 10px;
}

.icn-red {
	color : #e22722;
	font-size: 36px;
}

.txt-img-back {
	color : #ffffff;
/*	background: #e22722;
    box-shadow: -.500em 0 0 #e22722, .500em 0 0 #e22722;
-webkit-box-decoration-break: clone;
box-decoration-break: clone;*/
    font-size: 56px;
	position: relative;
}

.tabs-top.tab-container .panel-container {
  margin-top: 10px;
}

.center-div {
     margin: 0 auto;
     width: 100px;
}

.pricing .plan .features {
  background: #F4F4F4;
  padding: 25px 35px;
  border: 1px solid #E6E9ED;
    border-top-color: rgb(230, 233, 237);
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
  border-top: none;
  border-bottom-width: 2px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  margin-top: 0 !important;
}

.pricing .plan header {
  background: #e22722;
  text-align: center;
  padding-top: 0px;
  padding-bottom: -50px;
  margin-bottom: 0px;
}

.forms input, .forms textarea {
  background: #F5F5F5;
  border-radius: 3px;
}

select, textarea, textarea.form-control, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  height: 40px;
  padding: 0 10px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 25px;
  color: #888888;
  resize: none;
  vertical-align: middle;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #f5f5f5;
  border: 1px solid #D0D0D0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;

}

#scrollUp {
  bottom: 20px;
  right: 20px;
  font-size: 36px;
  line-height: 100%;
  color: #FFF;
  background-color: #E22722;
  padding: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  opacity: .8;
}

#scrollUp:hover {
  color: #ffffff;
}

.li-steve {
				display:block;      
			} 
.border-bottom {
  border-color: #A7ADB4 !important;
}