/*
	Theme Name: CAIA
	Theme URI: http://caia.vn
	Description: This is a private theme that is base on Genesis themeframework. Genesis Theme v2.1 and Wordpress v4.1 vi.
	Author: HoangLT, TuanNM
	Author URI: http://caia.vn
	Version: 2.3
	Template: genesis
*/


/* Table of Contents

* Import Fonts
* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Header / Primary / Secondary Navigation
* Primary Navigation Extras
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Ordered / Unordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms
* Responsive Design

*/

/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #444;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.5625;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

blockquote,
input,
select,
textarea,
.author-box,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

input,
label,
select,
textarea {
	color: #444;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 400;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}

strong,
b {
	font-weight: 700;
}
/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #0d72c7;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
	background-color: #fff;
}

::-moz-selection {
	background-color: #0d72c7;
	color: #fff;
}

::selection {
	background-color: #0d72c7;
	color: #fff;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	margin: 0 auto;
	width: 100%;
	padding: 0;
}

.wrap {
	margin: 0 auto;
	width: 1170px;
	padding: 0;
}


/* Header
------------------------------------------------------------ */

#header {
	margin: 0 auto;
	height: 110px;
	width: 100%;
	border-top: 5px solid #2295c1;
}

#title-area {
	float: left;
	overflow: hidden;
	padding: 0;
	height: 110px;
	width: 420px;
}

#title {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 36px;
	line-height: 1.25;
	margin: 0;
	text-transform: uppercase;
	float: left;
	width: 100%;
	height: 110px;
}

#title a,
#title a:hover {
	color: #333;
	padding:0;
	float: left;
	text-indent: -9999px;
	text-decoration: none;
	background: url(images/logo.png) no-repeat left center;
	height: 110px;
	width: 100%;
}

#description {
	font-size: 13px;
	padding: 0 0 0 20px;
	display: none;
}

#header .widget-area {
	float: right;
	padding: 0;
	width: 590px;
}

#header .widget-area .widget_text{
	float: left;
	/*background: url(images/tel-icon.png) no-repeat left center;
    padding-left: 80px;*/
    margin-top: 10px;
}

#header .widget-area .widget_text h4.widget-title {
	font-size: 18px;
	color: #185998;
	font-weight: 800;
	background: none;
	border: none;
	padding: 0;
	text-transform: uppercase;
	margin: 0;
	margin-top: 15px;
}

#header .widget-area .widget_text  .textwidget{
	padding: 0;
}

#header .widget-area .widget_text  .textwidget a{
	font-size: 35px;
	color: #185998;
	font-weight: 800;
	text-transform: uppercase;	
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 100px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 400px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
	width: 100%;
}


/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */
#nav {
    width: 100%;
    background: #ebebeb;
    height: 60px;
}

.menu-primary,
.menu-secondary,
#header .menu {
	clear: both;
	color: #333;
	font-size: 13px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#header .menu {
	border: 1px solid #ddd;
	box-sizing: border-box;
}

.menu-primary {
}

.menu-secondary {
	border-bottom: 1px solid #ddd;
	border-top: none;
}

.menu-primary ul,
.menu-secondary ul,
#header .menu ul {
	float: left;
	width: 100%;
}

.menu-primary li,
.menu-secondary li,
#header .menu li {
	float: left;
	list-style-type: none;
}

.menu-primary a,
.menu-secondary a,
#header .menu a {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #185998;
    display: block;
    padding: 17px 15px 18px;
    margin-right: 5px;
    position: relative;
    text-decoration: none;
}

.menu-primary li a:active,
.menu-primary li a:hover,
.menu-primary .current_page_item a,
.menu-primary .current-cat a,
.menu-primary .current-menu-item a,
.menu-secondary li a:active,
.menu-secondary li a:hover,
.menu-secondary .current_page_item a,
.menu-secondary .current-cat a,
.menu-secondary .current-menu-item a,
#header .menu li a:active,
#header .menu li a:hover,
#header .menu .current_page_item a,
#header .menu .current-cat a,
#header .menu .current-menu-item a {
	background-color: #185998;
	color: white;
}

.home-css a{
	background: url(images/home.png) no-repeat center center;
	padding: 17px 0 18px;
	width: 60px;
	text-align: center;
	text-indent: -9999px;
}

.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited,
.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited,
#header .menu li li a,
#header .menu li li a:link,
#header .menu li li a:visited {
	background: none;
	background-color: #fff;
	border: 1px solid #ddd;
	border-top: none;
	color: #333;
	font-size: 12px;
	padding: 9px 10px 8px;
	position: relative;
	text-transform: none;
	width: 138px;
}

.menu-primary li li a:active,
.menu-primary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:hover,
#header .menu li li a:active,
#header .menu li li a:hover {
	background-color: #f5f5f5;
	color: #333;
}

.menu-primary li ul,
.menu-secondary li ul,
#header .menu li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

.menu-primary li ul a,
.menu-secondary li ul a,
#header .menu li ul a {
	width: 140px;
}

.menu-primary li ul ul,
.menu-secondary li ul ul,
#header .menu li ul ul {
	margin: -36px 0 0 159px;
}

.menu li:hover ul ul,
.menu li.sfHover ul ul {
	left: -9999px;
}

.menu li:hover,
.menu li.sfHover {
	position: static;
}

ul.menu li:hover>ul,
ul.menu li.sfHover ul,
#header .menu li:hover>ul,
#header .menu li.sfHover ul {
	left: auto;
}

.menu-primary li a.sf-with-ul,
.menu-secondary li a.sf-with-ul,
#header .menu li a.sf-with-ul {
	padding-right: 25px;
}

.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
	background: url(images/icon-plus.png) no-repeat;
	height: 16px;
	position: absolute;
	right: 8px;
	text-indent: -9999px;
	top: 10px;
	width: 16px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

.menu li.right {
	float: right;
	padding: 7px 15px 6px;
}

.menu li.right a {
	background: none;
	border: none;
	color: #333;
	display: inline;
	text-decoration: none;
}

.menu li.right a:hover {
	color: #0d72c7;
	text-decoration: none;
}

.menu li.search {
	padding: 0 10px;
}

.menu li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
}

.menu li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 0 0 0 20px;
}


/* Inner
------------------------------------------------------------ */

#inner {
	margin: 0 auto;
	width: 1170px;
	padding: 20px 0;
	overflow: hidden;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	font-size: 13px;
	padding: 15px 0px;
	float: left;
	width: 100%;
}

.breadcrumb a{
	color: #084d91;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	background-color: #fff;
	margin: -10px 0 30px;
	padding: 0 0 15px;
}

.taxonomy-description p {
	font-size: 13px;
	padding: 15px 15px 0;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 100%;
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 100%;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}


/* Content
------------------------------------------------------------ */

#content {
	float: left;
	padding: 0;
	width: 770px;
}

.content-sidebar #content,
.sidebar-content #content {
	width: 770px;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}

.full-width-content #content {
	width: 920px;
}

.post {
	margin: 0 0 20px;
}

.entry-content {
	overflow: hidden;
}

.entry-content p {
	margin: 0 0 25px;
	text-align: justify;
}

blockquote {
	background: url(images/blockquote.png) no-repeat;
	border: none;
	margin: 5px 5px 20px;
	padding: 25px 30px 5px 70px;
}

blockquote p {
	color: #999;
	font-style: italic;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 25px;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', Arial, sans-serif;
	line-height: 1.25;
	margin: 0 0 10px;
}

h1 {
	font-size: 18px;
}

.taxonomy-description h1 {
	margin: 0;
}

h2,
h2 a,
h2 a:visited {
	font-size: 16px;
}

h2 a,
h2 a:visited {
	color: #444;
	font-family: 'Open Sans', Arial, sans-serif;
}

h2 a:hover {
	color: #0d72c7;
	text-decoration: none;
}

.widget-area h2,
.widget-area h2 a {
	font-size: 14px;
	margin: 0 0 5px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 13px;
}

.taxonomy-description h1,
.widget-area h4 {
	background: #2295C1;
	border-bottom: 1px solid #d6d6d6;
    font-size: 18px;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
	padding: 10px;
}

.widget-area h4 a {
	color: #333;
	text-decoration: none;
}

#footer-widgets h4 {
	background: none;
	border: none;
	padding: 0;
}

h5 {
	font-size: 13px;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 25px;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 30px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	font-size: 13px;
	margin: -5px 0 15px;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 13px;
	padding: 5px 0 0;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	background-color: #f5f5f5;
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}

.author-box p {
	font-size: 13px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	background-color: #f5f5f5;
	margin: -10px 0 40px;
	padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0 0;
	width: 45%;
}


/* Post Icons
------------------------------------------------------------ */

.post-comments,
.tags {
	background: url(images/icon-dot.png) no-repeat left;
	margin: 0 0 0 3px;
	padding: 0 0 0 10px;
}


/* Images
------------------------------------------------------------ */

img {
	height: auto;
	max-width: 100%;
}

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	margin: 0 10px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 5px 0 0 10px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 15px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 15px;
}

.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 15px;
}

.wp-caption {
	padding: 5px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 13px;
	margin: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	font-size: 13px;
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
	text-align: right;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
    padding: 6px 11px;
    background: #3b3b3b;
    color: white;
}

.navigation li a:hover,
.navigation li.active a {
	background: #ff423d;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	width: 370px;
}

#sidebar-alt {
	float: left;
	width: 150px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar p {
	font-size: inherit;
}

.sidebar .widget {
	border-bottom: 1px solid #ddd;
	margin: 0 0 15px;
	float: left;
	width: 100%;
	height: auto;
	padding: 0 0 15px;
}

.sidebar.widget-area ol,
.sidebar.widget-area ul,
.widget-area .textwidget,
.widget_tag_cloud div div {
	padding: 0 15px;
}

.sidebar.widget-area ul li,
#footer-widgets .widget-area ul li {
	border-bottom: 1px solid #ddd;
	list-style-type: none;
	margin: 0 0 7px;
	padding: 0 0 5px;
	word-wrap: break-word;
}

.sidebar.widget-area ul ul li {
	border: none;
	margin: 0;
}


/* Dropdowns
------------------------------------------------------------ */

.widget_archive select,
#cat {
	display: inline;
	margin: 5px 15px 0;
	padding: 3px;
	width: 85%;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	border-bottom: 1px solid #ddd;
	margin: 0 0 5px;
	overflow: hidden;
	padding: 0 15px 10px;
}

#footer-widgets .featuredpage .page,
#footer-widgets .featuredpost .post {
	margin: 0 0 10px;
	padding: 0;
}

.more-from-category {
	padding: 5px 15px 0;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}

.user-profile p {
	padding: 5px 15px 0;
}

.user-profile .posts_link {
	padding: 0 15px;
}


/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"] {
	background: url(images/gradient.png) 0 0;
	border: 1px solid #ccc;
	cursor: pointer;
	line-height: 19px;
	padding: 5px 7px;
	text-decoration: none;
}

input:hover[type="button"],
input:hover[type="submit"] {
	background: url(images/gradient.png) 0 -33px;
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	padding: 12px 0 0;
}

.sidebar .searchform {
	padding: 5px 0 0 15px;
}

.s {
	margin: 10px -7px 0 0;
	padding: 6px 5px;
	width: 180px;
}

#nav .s {
	background-color: #fff;
	margin: 2px -7px 0 0;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews p {
	padding: 0 15px 5px;
}

.enews #subscribe {
	padding: 0 0 0 15px;
}

.enews #subbox {
	margin: 5px -7px 0 0;
	padding: 6px 5px;
	width: 75%;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}


/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 13px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#footer-widgets .wrap {
	overflow: hidden;
	padding: 20px 30px 10px;
}

#footer-widgets .widget {
	background: none;
	border: none;
	margin: 0 0 15px;
	padding: 0;
}

#footer-widgets .textwidget {
	padding: 0;
}

#footer-widgets .widget_tag_cloud div div {
	padding: 0;
}

#footer-widgets p {
	font-size: inherit;
	margin: 0 0 10px;
}

#footer-widgets ul {
	margin: 0;
}

#footer-widgets ul li {
	margin: 0 0 0 20px;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1 {
	float: left;
	margin: 0 30px 0 0;
	width: 280px;
}

.footer-widgets-2 {
	float: left;
	width: 280px;
}

.footer-widgets-3 {
	float: right;
	width: 280px;
}


/* Footer
------------------------------------------------------------ */

#footer {
	background-color: #185998;
	clear: both;
	font-size: 13px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#footer .wrap {
	overflow: hidden;
	padding: 10px 0;
}

#footer p {
	font-size: inherit;
}

#footer a,
#footer a:visited {
	color: #333;
}

#footer a:hover {
	color: #0d72c7;
	text-decoration: none;
}

#footer .gototop {
	float: left;
	width: 200px;
}

#footer .creds {
	float: right;
	text-align: right;
	width: 650px;
}


/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	list-style-type: none;
	margin: 15px 0 5px;
	padding: 10px 15px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-right: -16px;
}

.comment-content p {
	font-size: 13px;
	margin: 0 0 20px;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 12px;
	margin: 0 0 5px;
}

.reply {
	font-size: 13px;
	font-weight: 300;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}


/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	box-sizing: border-box;
	font-size: 14px !important;
	padding: 4px 5px !important;
}

div.gform_footer input.button {
	color: #333;
}

div.gform_wrapper .ginput_complex label {
	font-size: 13px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}


/* Block
------------------------------------------------------------ */

.block {
	clear: both;
	margin: 0 0 20px 0;
}

.block .older-posts ul {
	padding-left: 4%;
    color: red;
}

.block .older-posts {
    float: right;
    width: 32%;
}

.block .older-posts  ul li{
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.block .older-posts  ul li a{
	font-weight: 600;
	color: #084d91;
}

.block-title {
    font-size: 18px;
    background: url(images/widget.png) no-repeat left center;
    color: #084d91;
	text-transform: uppercase;
	font-weight: 700;
    margin: 0;
    padding: 20px 0;
    padding-left: 55px;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 15px;
}

.block-title a span{
    font-size: 20px;
    color: #084d91;
	text-transform: uppercase;
	font-weight: 700;
}

.block .main-posts {
    float: left;
    width: 64%;
    padding-right: 1%;
    border-right: 1px solid #d6d6d6;
}

.block .main-posts a img{
	width: 200px;
	height: 150px;
}

.block .main-posts h3 a{
	color: #084d91;
	font-size: 14px;
	font-weight: 600;
}

.block-wrap {
	padding: 10px;
}

/*Caia widget advertise
--------------------------------------------------------------*/
.caia_ads_widget, .sidebar .caia_ads_widget, .caia_ads_widget .widget-wrap{
	text-align:center;
	background:none;
	border:none;
	padding:0px;
}
.caia_ads_widget .widgettitle{
	background:none;
	color:inherit;
	border:none;
	padding:0px;
	width:100%;
	margin:0px;
}

#ArticleListingGroupHome {
	width: 100%;
	float: left;
	position: relative;
	height: 380px;
	margin-left: 0;
	margin-top: 0;
}

#ArticleListingGroupHome .lof-main-wapper1 li {
	list-style: none;
}

#ArticleListingGroupHome .lof-main-wapper1 .li451 a.aliimg1 {
	width: 100% !important;
	height: 379px !important;
	float: left;
}

#ArticleListingGroupHome .lof-main-wapper1 {
	width: 60%;
	float: left;
	position: relative;
}

.lof-opacity li {
	position: absolute;
	top: 0;
	left: 0;
	float: inherit;
}

#ArticleListingGroupHome .lof-main-wapper1 .li451 a.aliimg1 img {
	width: 100%;
	height: 380px;
}

#ArticleListingGroupHome .lof-main-wapper1 .lof-main-item-desc1 {
    width: 96%;
    display: inline-block;
    float: left;
    margin-top: -61px;
    background: rgba(24, 89, 152, 0.5);
    height: 40px;
    padding: 10px 2%;
    border: 1px solid rgba(24, 89, 152, 0.5);
}

#ArticleListingGroupHome .lof-main-wapper1 .lof-main-item-desc1 a {
	font-size: 16px;
	color: white;
	font-weight: bold;
	font-family: arial;
	text-transform: uppercase;
}

#ArticleListingGroupHome .lof-navigator-outer1 {
	float: right;
	width: 40% !important;
    height: 380px !important;
}

#ArticleListingGroupHome .lof-navigator-outer1 .lof-navigator1 {
	width: 40%;
	top: 0 !important;
	position: absolute;
	right: 0px;
}

#ArticleListingGroupHome .lof-navigator-outer1 .li451 {
    width: 93% !important;
    height: 63px !important;
    border-bottom: 1px solid #185998 !important;
    border-top: 1px solid #185998 !important;
    padding: 15px 3%;
    list-style: none;
    display: inline-block !important;
    background: white;
}

#ArticleListingGroupHome .lof-navigator-outer1 .li451.active{
	background: rgba(24, 89, 152, 0.5);
}

#ArticleListingGroupHome .lof-navigator-outer1 .li451 a.aliimg1, #ArticleListingGroupHome .lof-navigator-outer1 .li451 a.aliimg1 img {
    width: 95px !important;
    height: 63px !important;
    float: left !important;
    margin: 0px 10px 0 0;
}

#ArticleListingGroupHome .lof-navigator-outer1 .li451.active a{
	color: white;
}

#ArticleListingGroupHome .lof-navigator-outer1 .title {
	font-weight: bold;
	font-size: 15px;
	font-family: Arial;
	color: #333333;
	text-decoration: none;
	margin: 0px 0 9px 0;
}

#content-slider {
    width: 100%;
    height: auto;
    float: left;
}

.home #content-slider {
    background: #2295c1;
}	

#content-slider h4.widget-title{
	display: none;
}

.sidebar .caia-post-list-widget .main-posts a img{
	width: 110px;
	height: 110px;
	border-radius: 5px;
}

.sidebar .caia-post-list-widget .main-posts h3 a{
	font-weight: 600;
} 

#footer .widget_nav_menu{
	float: left;
	width: 100%;
	height: auto;
	margin: 15px 0;
}

#footer .widget_nav_menu ul{
	list-style: none;
}

#footer .widget_nav_menu ul li{
	display: inline;
}

#footer .widget_nav_menu ul li a{
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
	border-right: 1px solid white;
	padding: 0 15px;
    text-decoration: none;
}

#footer .widget_nav_menu ul li:first-child a{
	padding-left: 0;
}

#footer .widget_text{
	width: 360px;
	margin-top: 15px;
	margin-right: 10px;
}

#footer .caia_cpd{
	float: right;
	color: white;
	width: 260px;
	margin-top: 15px;
	margin-right: 10px;
}

#footer .caia_cpd ul{
	padding: 0 15px;
}

#footer .caia_cpd ul li{
	color: white;
}

#footer .widget_text:nth-child(2){
	float: left;
}

#footer .widget_text:nth-child(3){
	float: left;
	margin-left: 50px;
}

#footer .widget_text:nth-child(4),
#footer .widget_text .caia_cpd{
	float: right;
}

#footer .widget_text:nth-child(3) iframe{
	width: 100% !important;
	height: 160px !important;
}

#footer  h4.widget-title{
    font-size: 15px;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    line-height: 25px;
}

#footer .widget_text p{
	color: white;
	margin-bottom: 5px;
}
#footer  h4.widget-title span.color {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

#footer .widget_text .caia_cpd,
#footer .widget_text:nth-child(4){
	width: 260px;
}

.archive .post{
	float: left;
	width: 100%;
	height: auto;
	border-bottom: 1px solid #d6d6d6;
	margin-bottom: 10px;
}

.archive .post a img{
	width: 240px;
	height: 150px;
	border: none;
	padding: 0;
	background: none;
}

.archive .post h2.entry-title a{
	font-size: 16px;
    color: #084d91;
    font-weight: 600;
}

.archive .post a.more-link {
    float: right;
}

h1.archive-heading{
	display: none;
}

h1.entry-title{
	font-size: 20px;
    color: black;
    font-weight: 800;
}

.single .entry-content h2,
.page .entry-content h2{
	font-size: 18px;
    color: #084d91;
    font-weight: 700;
}

.single .entry-content h3,
.page .entry-content h3{
	font-size: 16px;
    color: black;
    font-weight: 700;
}

/*-------------------------------------------MOBILE--------------------------------------*/
@media screen and (max-width: 960px) {

	img{
		max-width: 100%;
		height: auto;
	}

	.wrap,
	#inner{
		width: 98%;
		padding-left: 1%;
		padding-right: 1%;
	}
	
	#title-area{
		width: 100%;
	}
	
	#title a, #title a:hover{
		background-position: center center;
	}
	
	#header .widget-area,
	.menu-primary{
		display: none;
	}
	
	#content, .content-sidebar #content, .sidebar-content #content{
		width: 100%;
	}
	
	.sidebar {
		display: block;
		margin-top: 15px;
		width: 100%;
	}
	
	#footer .widget_text,
	#footer .caia_cpd{
		margin: 15px 1%;
		width: 98%;
	}
	
	#footer .widget_text:nth-child(3){
		margin-left: 0;
	}
	
	#footer .widget_text .caia_cpd, #footer .widget_text:nth-child(4){
		width: 98%;
	}
	
	#click-menu{
		background: transparent !important;
		top: 128px !important;
		position: absolute !important;
	}
	
	#click-menu .threeLines .line{
		background: #084d91;
	}
	
	.block-wrap {
		padding: 10px 0;
	}

}


@media screen and (max-width: 800px) {

}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 667px) {
	#ArticleListingGroupHome .lof-navigator-outer1 .li451 a.aliimg1, #ArticleListingGroupHome .lof-navigator-outer1 .li451 a.aliimg1 img{
		width: 63px !important;
	}
	
	#ArticleListingGroupHome .lof-navigator-outer1 .title{
		font-size: 13px;
	}	
}

@media screen and (max-width: 640px) {

}

@media screen and (max-width: 568px) {
	#ArticleListingGroupHome .lof-main-wapper1{
		width: 100%;
	}
	
	#ArticleListingGroupHome .lof-navigator-outer1{
		width: 100% !important;
	}
	
	#ArticleListingGroupHome .lof-navigator-outer1 .lof-navigator1 {
		top: 380px !important;
		width: 100%;
	}
	
	#ArticleListingGroupHome{
		height: 760px;
	}
	
	.block .main-posts {
		border-right: medium none;
		padding-right: 0;
		width: 100%;
	}
	
	.block .older-posts{
		margin-top: 10px;
		width: 100%;
	}
}


@media screen and (max-width: 500px) {
	#title a, #title a:hover{
		background-size: 90%;
	}
	
	.archive .post a img{
		width: 100%;
		height: 260px;
	}
}

@media screen and (max-width: 400px) {
	.block .main-posts a img{
		width: 100%;
		height: 250px;
	}
}

@media screen and (max-width: 375px) {

}

@media screen and (max-width: 360px) {

}

@media screen and (max-width: 320px) {

}