/*==============================================
[Blue color stylesheet blue.css]

Author:	SINDEVO.COM - Smart Internet Development
Template:	Mobix - Mobile Web APP Template
================================================*/

/*===============================================*/
/* MAIN COLOR */
/*===============================================*/	
a, blockquote span {
color: #375a70;
}
a.button_full, a.button_small, .call_button a{
background-color:#375a70; 
}
.button {

color: #245673;
}
.button.active {
background: transparent;
border-bottom: 2px solid;
}
#pages_maincontent h3{
color:#375a70;
}
.photo-categories a.active{
background-color:#375a70;
}
.post_date{
color:#375a70;
}
.list-block .swipeout-actions-left a,
.list-block .swipeout-actions-right a {
background: #375a70;
}
.contactform input.form_submit, .loginform input.form_submit, .commentform input.form_submit{ 
background-color:#245673;
}
ul.responsive_table li:first-child{
background-color:#375a70;
color:#FFFFFF;
}
li.table_row{
background-color:#e6e6e6;
}
/*===============================================*/
/* HOME BG AND PAGES HEADER BG */
/*===============================================*/	
.homepage{
background: url(../../images/background.jpg) no-repeat center center;
/* background: #fff; */
background-attachment:fixed;
-webkit-background-size: 100%; 
-moz-background-size: 100%;
-o-background-size: 100%;
background-size: 100%;
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain; 
background-size: contain;
background-position-y: 40%;
margin-top: -30px;
padding: 50px 0;
}
.navbarpages{
background: #fff;
}
/*===============================================*/
/* MAIN NAV LINKS */
/*===============================================*/	
.main-nav ul li{
/* background: #2a5571;
border-bottom:1px #40788e solid; */
}
.main-nav ul li a{
color:#4ca2c3;
}
/*===============================================*/
/* POPUPS AND TOOLBAR */
/*===============================================*/	
.popup, .page_content_menu{
background: #245673;
}
.popup-login, .popup-signup, .popup-forgot{
  background:url(../../images/background.jpg) no-repeat center center;
}
.toolbar:before {
background-color: #E6E6E6;
}
.navbar,
.toolbar,
.subnavbar {
  background: #E6E6E6;
  box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.4);
}
/*===============================================*/
/* LEFT AND RIGHT SLIDE PANEL */
/*===============================================*/	
.panel {
background: #bb2a2a;
left: 0; 
box-shadow: 48px 0px 95px 4px rgba(0,0,0,0.5);
}
/* .user-nav ul li, ul.popular_posts li{
border-bottom:1px #fff solid;
} */
/* MENU OPENER ICON */
ul.toolbar_icons li.menuicon{
background-color:#1D5D77;

padding: 5.5% 0.5%;
margin: 0 1%;
}

/* PANEL CLOSE BUTTON */
.close_popup_button a{
background-color:#40788e;
}