body		{
}
a {
  color: #ff0000;
}
a:hover {
  color: #000000;
}
p {
    margin: 0 0 20px;
}
img {
    display: inline;
    height: auto;
    max-width: 100%;
}

.layout-boxed .body-innerwrapper {
  max-width: 1240px;
  margin: 0 auto;
  box-shadow: none;
}
.entry-header h2 {
    font-size: 24px;
    line-height: 1;
    margin: 8px 0 0;
}





/* HEADER ---------------------------------------------------------------*/
#sp-top-bar			{
	background:#ebebeb;
	color:#666;
	padding:20px 0 10px 0;
}
#sp-top-bar a			{
	color:#666;
}
#sp-top-bar a:hover			{
	color:#999;
}
.sp-contact-info li {
    display: inline-block;
    font-size: 100%;
    margin: 0 10px;
}


.search-block		{
	padding-top:26px;
}
input.search-query {
    width: 100%;
}


.sp-contact-info		{
	text-align:left;
	float: left;
}
.social-icons		{
	float:right;
}


/* MENU ---------------------------------------------------------------*/
.sp-megamenu-parent > li > a {
    color: #000;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 90px;
    padding: 0 15px;
    text-transform: uppercase;
}
.sp-megamenu-parent > li.sp-has-child > a::after {
    content: " ";
}

.sp-megamenu-parent >li.active>a,
.sp-megamenu-parent >li:hover>a {
  color: #ff0000;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:hover {
  background: #ff0000;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a {
  color: #ff0000;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background: #ffffff;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
    padding: 5px;
}

#offcanvas-toggler {
    float: right;
    font-size: 30px;
    line-height: 87px;
    margin-left: 15px;
}

#offcanvas-toggler >i {
  color: #000000;
}
#offcanvas-toggler >i:hover {
  color: #ff0000;
}







/* BANNER ---------------------------------------------------------------*/

.mainbanner			{
}



.sp-page-title {
    background: #222;
    background-attachment: scroll;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0 50px 0;
}
.sp-page-title h2 {
    font-size: 26px;
	text-transform:uppercase;
    line-height: 1;
	background-color:rgba(0, 0, 0, 0.4);
	display: inline;
	padding:6px 10px!important;
}
.sp-page-title h2, .sp-page-title h3 {
    color: #fff;
    margin: 0;
    padding: 0;
}





/* BODY ---------------------------------------------------------------*/
#sp-main-body {
    padding: 40px 0;
}
.view-article article.item, .layout-blog article.item {
	max-width:850px;
	margin:0 auto;
}

.sp-module-content .nav li.hover > a {
    color: #222;
}
.sp-module-content .nav li.active > a {
    color: #ff0000;
}





/* BOTTOM ---------------------------------------------------------------*/

#sp-bottom		{
	background:#f9f9f9;
	border-top:1px solid #e6e6e6;
	padding: 40px 0 70px 0;
}


.frame_bottommenu			{
	text-align:center;
	background:#000;
	color:#fff;
	font-family: Montserrat,sans-serif;
	text-transform:uppercase;
	padding: 10px 0;
}
.frame_bottommenu ul > li > a::before {
    content:none!important;
    font-family: "FontAwesome";
}
.frame_bottommenu ul.menu_bottommenu ul	{
	list-style-type:none;
	padding:0!important;
	margin:0!important;
}
.frame_bottommenu ul.menu_bottommenu li	{
	background:none;
	padding:0!important;
	margin:0!important;
	display:inline
}
.frame_bottommenu ul.menu_bottommenu ul	 a {
	list-style-type:none;
	padding:0;
	margin:0;
}
.frame_bottommenu ul.menu_bottommenu li a	{
	background:none;
	padding:0 10px;
	display:inline;
	margin-bottom: 0px;
	color:#fff!important;
}
.frame_bottommenu ul.menu_bottommenu li a:hover	{
	background:none;
	padding:0 10px;
	display:inline;
	margin-bottom: 0px;
	color:#999!important;
}
.frame_bottommenu ul > li {
    border-bottom: 0px!important;
    display: block;
    transition: all 300ms ease 0s;
}








/* FOOTER ---------------------------------------------------------------*/
#sp-footer {
    background: #ff0000;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}











/* TYPO ---------------------------------------------------------------*/

.box01		{
	border:1px solid #e6e6e6;
	padding:20px;
	border-radius:3px;
}
.box02		{
	border:1px solid #e6e6e6;
	background:#f9f9f9;
	padding:20px;
	border-radius:3px;
	font-size:14px!important;
}
.box03		{
	border:1px solid #ff0000;
	background:#ff0000;
	padding:20px;
	color:#fff;
	border-radius:3px;
}
.box03 h3		{
	color:#fff;
}

.sp-module .sp-module-title {
    font-size: 18px;
    line-height: 1;
    margin: 0 0 20px;
    text-transform: uppercase;
}




select, textarea, 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 {
    background-color: #fff;
    background-image: none;
    border: 1px solid #e6e6e6;
    border-radius: 0px;
    box-shadow: none;
    color: #555555;
    display: block;
    font-size: 14px;
    height: 38px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #e6e6e6;
    border-radius: 0px;
    box-shadow: none;
    color: #555555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.form-horizontal .control-label {
    float: left;
    padding-top: 5px;
    text-align: left;
    width: 160px;
}

.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
	letter-spacing:1px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 5px;
    padding: 12px 20px;
    text-align: center;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
	font-family: Montserrat,sans-serif;
	text-transform:uppercase;
}

.btn-primary		{
	border: 1px solid #22b8f0;
}
.btn-success		{
	border: 1px solid #5cb85c;
}
.btn-info		{
	border: 1px solid #5bc0de;
}
.btn-warning		{
	border: 1px solid #f0ad4e;
}
.btn-danger	{
	border: 1px solid #ff0000;
	background:#ff0000;
}
.btn-link	{
	border: 1px solid #e6e6e6;
	background:#f9f9f9;
}



.helix-social-share {
  float: left;
}
.helix-social-share .helix-social-share-icon ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.helix-social-share .helix-social-share-icon ul li {
  margin-right: 2px;
  display: inline-block;
}
.helix-social-share .helix-social-share-icon ul li div {
  display: block;
}
.helix-social-share .helix-social-share-icon ul li div a {
  background: #e6e6e6;
  border-radius: 2px;
  height: 34px;
  padding-top: 4px;
  text-align: center;
  font-size:16px;
  line-height:26px;
  width: 34px;
  display: inline-block;
  color:#fff;
}
.helix-social-share .helix-social-share-icon ul li div a:hover,
.helix-social-share .helix-social-share-icon ul li div a:focus {
  background: #767171;
  color: #fff;
}

.sp-module {
    margin-top: 30px;
}
.sp-module ul >li >a {
  color: #000000;
}
.sp-module ul >li >a:hover {
  color: #ff0000;
}

.fa-facebook		{
	background:#3b5999;
	padding: 6px;
	color:#fff;
	height:26px;
	width:26px;
	text-align:center;
}
.fa-facebook:hover		{
	background:#ff0000;
	color:#fff;
}
.fa-twitter		{
	background:#55acef;
	padding: 6px;
	color:#fff;
	height:26px;
	width:26px;
	text-align:center;
}
.fa-twitter:hover		{
	background:#ff0000;
	color:#fff;
}
.fa-instagram		{
	background:#9538bc;
	padding: 6px;
	color:#fff;
	height:26px;
	width:26px;
	text-align:center;
}
.fa-instagram:hover		{
	background:#ff0000;
	color:#fff;
}
.fa-linkedin		{
	background:#027ab9;
	padding: 6px;
	color:#fff;
	height:26px;
	width:26px;
	text-align:center;
}
.fa-linkedin:hover		{
	background:#ff0000;
	color:#fff;
}





blockquote {
    background: #e9f9ff;
    border-left: 5px solid #ff0000;
    font-size: 16px;
	line-height:28px;
    margin: 30px 0;
    padding: 30px 40px;
}

/* RESPONSIVE ---------------------------------------------------------------*/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px){
	
 .sp-megamenu-parent {
display: none !important;
}
#offcanvas-toggler {
display: inline-block !important;
}

}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px){
 
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px){
	
.sp-contact-info {
    float: none;
    text-align: center;
}
 
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px){
ul.social-icons {
    margin: 0;
    text-align: center;
    width: 100%;
}

}
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px){
 
}



/* XXXX ---------------------------------------------------------------*/

.features_box a		{
	color:#222;
}
#sp-page-builder .sppb-section-title .sppb-title-heading {
    border: 0 none;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 0px!important;
    margin-top: 0;
	text-transform:uppercase;
}
.features_box h3		{
	font-size:16px;
	text-transform:uppercase;
}
.features_box h3::after {
    background: #ff0000;
    content: "";
    display: block;
    height: 3px;
    margin: 15px 0;
    max-width: 50px;
}

.testimony_block_inner		{
	max-width: 800px;
	margin:0 auto;
}
.sppb-testimonial-pro .sppb-testimonial-message {
    font-size: 16px;
    line-height: 26px;
}



