body		{
  font-size: 18px;
font-weight: 400;
line-height: 1.55;
	color: #404757;
}
a {
  color: #3ba2dc;
}
a:hover, a:focus, a:active {
  color: #404757;
}
p {
    margin-top: 0;
    margin-bottom: 20px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1.0rem;
}

.list-title     {
    font-size: 22px;
}
.table-bordered td, .table-bordered th {
    border-top: 1px solid #dee2e6;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #dee2e6;
    border-left: 1px solid #fff;
}

/* Top --------------------------------------------*/
.topheader			{
	background: linear-gradient(to left, #3ba2dc 0%, #2ac8a2 100%);
	padding: 6px 0;
}
.topheader a			{
	color: #fff;
}
.topheader a:hover			{
	color: #fdb91a;
}
ul.social-icons > li a:hover {
    color: #fdb91a;
}
.topleft		{
	text-align: right;
}
.topright		{
	
}
select:not(.form-control) {
    display: block;
    width: 100%;
    padding: 0.2rem 0.75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #495057;
    border: 0px solid rgba(0, 0, 0, .15);
    border-radius: 0rem;
    height: 30px;
}


/* Header and Menu --------------------------------------------*/
.mainheader   {
	padding: 10px 0 15px 0;
	background: url(../images/header-bg.png) no-repeat center center;
}
.mainlogo		{
	z-index: 99;
	position: absolute;
	margin-top: -51px;
}
.mainmenu		{
	
}

.sp-megamenu-parent > li > a   {
	font-weight: 400;
  text-transform: uppercase!important;
}
.sp-megamenu-parent > li:hover > a {
    color: #90bf3f;
}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
    color: #f05565;
    font-weight: 400;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
    color: #90bf3f;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
    color: #f05565;
}

/* Off-canvas --------------------------------------------*/
#offcanvas-toggler {
    font-size: 26px;
}
body.ltr #offcanvas-toggler.offcanvas-toggler-right {
    margin: 0 10px;
}
#offcanvas-toggler > .fa:hover, #offcanvas-toggler > .fa:focus, #offcanvas-toggler > .fa:active {
    color: #0bb4cb;
}



/* Banner and Title --------------------------------------------*/
.mainbanner		{
		
}

.sp-page-title {
    background: #303746 url(../images/title_bg.jpg) no-repeat top center;
    padding: 120px 0 300px 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: scroll;
	margin-bottom: -230px;
	text-align: right;
}

.sp-page-title .sp-page-title-heading {
    font-size: 30px;
    line-height: 45px;
    font-weight: 500 !important;
        max-width: 850px;
    margin: 0 auto;
        font-family: 'Pacifico', cursive;
        color:#fdb91a;
}
.sp-page-title .sp-page-title-sub-heading {
    font-size: 20px;
    font-weight: normal;
    line-height: 35px;
    max-width: 850px;
    margin: 0 auto;
    color:#fdb91a!important;
        margin-top: 20px;
            font-family: 'Pacifico', cursive;
}

/* Body --------------------------------------------*/
#sp-main-body {
    padding: 50px 0;
	background: #fff url(../images/body_bg.jpg) no-repeat top center;
}

#sp-component .article-details,
.profile,
.profile-edit,
.edit,
.logout,
.category-list,
.blog       {
    max-width: 850px;
    margin: 0 auto;
	background: #fff;
	padding: 40px;
	border-radius: 10px;
}

.login  {
    background:#fff;
    padding: 40px;
}

.blog .col-md-12	{
padding-right: 0px;
padding-left: 0px;
}
.blog .article-list .article {
    margin-bottom: 50px;
    padding: 0px;
    border: 0px solid #f5f5f5;
    display: flow-root;
}


#sp-left .sp-module ul > li > a, #sp-right .sp-module ul > li > a {
    display: block;
    padding: 5px 0;
    line-height: 24px!important;
    padding: 2px 0;
    font-size: 18px!important;
}
#sp-left .sp-module ul > li, #sp-right .sp-module ul > li {
    display: block;
    border-bottom: 1px solid #f3f3f3;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}
.article-list .article .article-intro-image   {
    margin: 0px 0px 20px 20px;
    border-radius: 4px;
    border-bottom: 0px solid #f5f5f5;
    overflow: hidden;
    max-width: 180px!important;
}
.article-details .article-full-image img {
    display: inline-block;
    border-radius: 4px;
    max-width: 250px!important;
    margin: 0 0 10px 10px;
}

/* Bottom and Footer --------------------------------------------*/
#sp-footer, #sp-bottom {
    background: #404757;
    color: #fff;
	text-align: center;
}
#sp-bottom {
    padding: 60px 0 30px;
    font-size: 16px;
    line-height: 1.6;
}
#sp-bottom1		{
	max-width: 850px;
	margin: 0 auto;
}
#sp-footer a, #sp-bottom a {
    color: #fdb91a;
}
#sp-footer a:hover   {
	color: #fff;
}

/* Helix  Extensions --------------------------------------------*/
.article-social-share .social-share-icon ul li a {
    border: 0px solid #ededed;
	background: #0bb4cb;
	color: #fff;
    font-size: 1rem;
    border-radius: 50%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    display: inline-block;
}
.article-social-share .social-share-icon ul li a:hover  {
	background: #404757;
}
.article-details .article-ratings-social-share {
    padding: 0.5rem 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 1rem;
}


/* PB --------------------------------------------*/
.sp-slider-content-align-left, .sp-slider-image-align-left {
    max-width: 650px;
}
.sp-slider-content-align-left h1,
.sp-slider-content-align-center h1,
.sp-slider-content-align-right h1           {
    font-size:60px;
    line-height: 75px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.sp-slider-content-align-left h2,
.sp-slider-content-align-center h2,
.sp-slider-content-align-right h2           {
    font-size:50px;
    line-height: 60px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.sp-slider-content-align-left h3,
.sp-slider-content-align-center h3,
.sp-slider-content-align-right h3           {
    font-size:40px;
    line-height: 50px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.sp-slider-content-align-left h5,
.sp-slider-content-align-center h5,
.sp-slider-content-align-right h5           {
    font-size:20px;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color:#fff!important;
    padding-top: 20px!important;
}
.sppb-sp-slider-text	{
	padding-top: 20px;
}

div[data-arrow-content="icon_only"].sp-slider .sp-nav-control .nav-control {
    font-size: 50px;
    width: 40px;
    height: 40px;
}
div.sp-slider .sp-nav-control .nav-control {
    color: #fff;
    border: 0px;
    background: none!important;
}
.fa-angle-left::before {
    font-family: FontAwesome;
    content: "\f104";
}
.fa-angle-right::before {
    font-family: FontAwesome;
    content: "\f105";
}
.sppb-sp-slider-button .sp-slider-btn-text {
    display: block;
    color: #fff!important;
    background: #f05565!important;
    padding: 14px 30px!important;
    font-size: 14px;
    border-radius: 3px!important;
    font-weight:700;
    margin-top: 10px;
}
.sppb-sp-slider-button .sp-slider-btn-text:hover {
    color: #e53b40!important;
    background: #fff!important;
}




/* Responsive --------------------------------------------*/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px){
 
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px){
.mainlogo		{
	margin-top: -15px;
}
.logo-image-phone {
    height: 130px!important;
}
	
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px){
.sp-page-title .sp-page-title-heading {
    font-size: 35px;
    line-height: 40px;
}
.sp-page-title {
    padding: 90px 0 260px 0;
}
#sp-component .article-details {
    padding: 20px;
}
.article-details .article-header h1, .article-details .article-header h2 {
    font-size: 30px;
}

.sp-slider-content-align-left h1,
.sp-slider-content-align-center h1,
.sp-slider-content-align-right h1           {
    font-size: 35px!important;
    line-height: 40px!important;
}
.sp-slider-content-align-left h2,
.sp-slider-content-align-center h2,
.sp-slider-content-align-right h2           {
    font-size:30px!important;
    line-height: 35px!important;
}
.sp-slider-content-align-left h3,
.sp-slider-content-align-center h3,
.sp-slider-content-align-right h3           {
    font-size:25px!important;
    line-height: 35px!important;
}
	
	
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px){
.sp-slider-content-align-left, .sp-slider-image-align-left {
	padding: 0 30px;
}
	
}
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px){
 
}

/* Typo --------------------------------------------*/
.readmore       {
    font-weight: 400;
    padding: 10px 20px!important;
    font-size: 14px!important;
    line-height: 1.5;
    border-radius: 3px!important;
    display: inline;
    border:2px solid #ddd;
}
.readmore:hover       {
    background:#f0f0f0;
}
.btn
.btn,
.sppb-btn		{
    font-weight: 400;
	color: #fff!important;
	background: #3ba2dc;
    padding: 10px 20px!important;
    font-size: 14px!important;
    line-height: 1.5;
    border-radius: 3px!important;
}
.btn:hover,
.sppb-btn:hover		{
	color: #fff!important;
	text-decoration: none;
	background: #258dc7;
}
.btn-lg,
.sppb-btn-lg		{
	font-size: 16px!important;
	padding: 12px 30px!important;
}
.btn-primary,
.sppb-btn-primary		{
	color: #fff!important;
	background: #f05565!important;
	border: 2px solid #f05565!important;
}
.btn-primary:hover,
.sppb-btn-primary:hover	{
	color: #fff!important;
	background: #d84252!important;
	border: 2px solid #d84252!important;
}
.btn-secondary,
.sppb-btn-secondary		{
	color: #fff!important;
	background: #7c5ea8!important;
	border: 2px solid #7c5ea8!important;
}
.btn-secondary:hover,
.sppb-btn-secondary:hover	{
	color: #fff!important;
	background: #634a87!important;
	border: 2px solid #634a87!important;
}
.btn-success,
.sppb-btn-success		{
	color: #fff!important;
	background: #5cb85c!important;
	border: 2px solid #5cb85c!important;
}
.btn-success:hover,
.sppb-btn-success:hover	{
	color: #fff!important;
	background: #489e48!important;
	border: 2px solid #489e48!important;
}
.btn-warning,
.sppb-btn-warning		{
	color: #fff!important;
	background: #f0ad4e!important;
	border: 2px solid #f0ad4e!important;
}
.btn-warning:hover,
.sppb-btn-warning:hover	{
	color: #fff!important;
	background: #e09f42!important;
	border: 2px solid #e09f42!important;
}
.btn-danger,
.sppb-btn-danger		{
	color: #fff!important;
	background: #ed1d24!important;
	border: 2px solid #ed1d24!important;
}
.btn-danger:hover,
.sppb-btn-danger:hover	{
	color: #fff!important;
	background: #cc1e23!important;
	border: 2px solid #cc1e23!important;
}
.btn-info	,
.sppb-btn-info		{
	color: #59698d!important;
	background: none!important;
	border: 2px solid #59698d!important;
}
.btn-info:hover,
.sppb-btn-info:hover	{
	color: #fff!important;
	background: #59698d!important;
	border: 2px solid #59698d!important;
}
.btn-link,
.sppb-btn-link		{
	color: #337ab7!important;
	background: none!important;
	border: 2px solid #337ab7!important;
}
.btn-link:hover,
.sppb-btn-link:hover	{
	color: #fff!important;
	background: #337ab7!important;
	border: 2px solid #337ab7!important;
}
blockquote   {
	background: #f1f3f7;
	padding: 40px 40px 20px 40px;
	border-left: 6px solid #de2f34;
	font-size: 18px;
}


/* Bottom Menu --------------------------------------------*/
.bottommenu		{
	background: #303746;
	padding: 25px 0 10px 0;
}
.hormenu        {
    text-align: center;
    font-size:16px;
	text-transform: uppercase;
}
.hormenu ul > li > a::before {
    content:none!important;
    font-family: "FontAwesome";
}
.hormenu ul.menu_hor-menu ul    {
    list-style-type:none;
}
.hormenu ul.menu_hor-menu li    {
    display:inline
}
.hormenu ul.menu_hor-menu ul     a {
    list-style-type:none;
    padding:0;
    margin:0;
}
.hormenu ul.menu_hor-menu li a    {
    padding:0 15px;
    display:inline;
    color: rgba(255, 255, 255, 0.5);
}
.hormenu ul.menu_hor-menu li a:hover    {
    display:inline;
    color: rgba(255, 255, 255, 0.8);
}
.hormenu ul > li {
    border-bottom: none;
}

