/*==============================================

[Blue color stylesheet blue.css]



Author:	SINDEVO.COM - Smart Internet Development

Template:	Mobix - Mobile Web APP Template

================================================*/



/*===============================================*/

/* MAIN COLOR */

/*===============================================*/	

a, blockquote span {

color: #4ba098;

}

a.button_full, a.button_small, .call_button a{

background-color:#375a70; 

}

.button {



color: #4DB6AC;

}

.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:#4DB6AC;

}

ul.responsive_table li:first-child{

background-color:#a2a2a2;

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: cover;

-moz-background-size: cover;

-o-background-size: cover; 

background-size: cover;

}

.navbarpages{

/* background:url(../../images/colors/blue/header.jpg) no-repeat center center; */

background: #4DB6AC;

}

/*===============================================*/

/* 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: #4DB6AC;

}

.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:#4DB6AC;

}

.user-nav ul li, ul.popular_posts li{

border-bottom:1px #ffffff57 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;

}