/*------------------------------------------------------------------

@Author: CodeoStudio
@URL:    http://codeostudio.hr/

[Table of contents]

1. Text color
2. Background color
3. Border color

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
	1. Text color
-------------------------------------------------------------------*/
a:hover,
#cs-site-description,
.cs-view-fullpost a,
.cs-post-item .cs-post-media:hover .cs-post-mashsb .counts,
.cs-top-bar .cs-user-interactions div i,
.cs-quick-icons ul li a:hover i,
.cs-navigation-bar .next {
	color: #333333}

/*------------------------------------------------------------------
	2. Background color
-------------------------------------------------------------------*/
#cs-header.cs-h-style-2 .cs-navigation-bar,
.cs-post-category a:hover,
#cs-popup-login form input[type="submit"],
#cs-popup-upload form input[type="submit"],
.cs-post-category a {
	background-color: #333333}

/*------------------------------------------------------------------
	3. Border color
-------------------------------------------------------------------*/
#cs-popup-upload .ugc-input-wrapper.checkboxes .checkbox-option-wrapper.active {
	border-color: #333333}

/*------------------------------------------------------------------
	4. Menu Color
-------------------------------------------------------------------*/
#cs-header.cs-h-style-1 .cs-navigation-bar {
    background-color: #5AC6ED;
}

		/* Background Color/Texture/Image */
		body {
							background: #F7F8FD;
			
		}

			
/*------------------------------------------------------------------

[Table of contents]

1.  Body
2.  Headings
	Breaking news
	Main navigation
	Post categories
	Post read more
	Widget tags links
	Comments reply

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
    1. Body
-------------------------------------------------------------------*/
body {
    font-family: Roboto, sans-serif
}





