/*
Theme Name: Themify iTheme2
Theme URI: http://themify.me/themes/itheme2
Version: 1.9.5
Description: Created by <a href="http://www.themify.me">Themify</a>.
Author: Themify
Author URI: http://www.themify.me
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Copyright: (c) 2016 Themify.
Tags: featured-images, translation-ready, custom-menu
Text Domain: themify

---------

DO NOT EDIT THIS FILE.

If you need to overwrite the CSS styling, create a new custom_style.css
in the theme folder and it will automatically load in the <head>.

*/

/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, figure {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set img max-width */
img {
	max-width: 100%;
	height: auto;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* ie 8 img max-width */
@media \0screen {
	img { width: auto;}
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

/* audio */
audio {
	max-width: 100%;
}

/* iframes and objects max-width */
iframe, object {
	max-width: 100%;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
html {
	-webkit-font-smoothing: antialiased;
}
body {
	background:#fff;
	font: .81em/150% Arial, Helvetica, sans-serif;
	word-wrap: break-word;
	color: #666;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
}
a {
	text-decoration: none;
	outline: none;
	color: #425C99;
}
a:hover {
	text-decoration: underline;
}
small {
	font-size: 87%;
}
em, i {
}
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}
blockquote {
	font: italic 15px/130% "Times New Roman", Times, serif;
	padding: 8px 30px 15px;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1;
	margin: 20px 0 .4em;
	color: #1F4788;
	word-wrap: normal;
	font-family:'Ubuntu', sans-serif;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 22px;
	font-weight:300;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}

/* form input */
input, textarea, select, button {
	font-size: 100%;
	font-family: inherit;
}
textarea {
	line-height: 150%;
	width: 96%;
}
textarea, input[type=text], input[type=password], input[type=search], input[type=email], input[type=url] {
	border: solid 1px #ccc;
	padding: 5px 7px;
	background-color: #f0f0f0;
}
textarea:focus, input[type=text]:focus, input[type=password]:focus, input[type=search]:focus, input[type=email]:focus, input[type=url]:focus {
	border: solid 1px #1F4788;
	background: #fff;
	outline: none;
}

/* form button */
input[type=reset], input[type=submit], button {
	color: #fff;
	line-height: 100%;
	border: none;
	cursor: pointer;
	color: #fff;
	padding: 5px 20px;
	border: solid 2px #1F4788;
	background:#1F4788;
	-webkit-appearance: none;
	transition:0.3s ease;
}
input[type=reset]:hover, input[type=submit]:hover, button:hover {
	background:none;
	color: #1F4788;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap, .pagewidth, #headerwrap, #header, #main-nav, #body, #layout, #content, .post, .author-box, .post-nav, .pagenav, #sidebar, .widget, #footerwrap, #footer {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#pagewrap {
	width:100%;
	margin:0;
	/*background:url(http://dpss-ks.gov.ua/wp-content/themes/itheme2/images/body.jpg);*/
}
#layout{
	padding:0;
	padding-top:20px;
	box-sizing:border-box;
	background:#fff;
}
/* content */
#content {
	width: 670px;
	float: left;
	background-color:#fff;
	padding:0;
	margin-bottom:10px;
	padding-top:16px;
}

.dcjq-accordion{
	border:none!important;
}
.dcjq-accordion ul li a{
	background:#eaeaea!important;
	color:#000!important;
	font-size:14px!important;
	font-weight:300!important;
	text-transform:normal!important;
	font-family:'Ubuntu', sans-serif!important;
}
.dcjq-accordion ul li a.active{
	background:#234161!important;
}
.dcjq-accordion ul li li a{
	background:#ddd!important;
}
.dcjq-accordion ul li li a:hover, .dcjq-accordion ul li li a.active:hover, .dcjq-accordion ul li a.active:hover, .dcjq-accordion ul li a:hover{
	background:#234161!important;
}
.dcjq-accordion ul li li a.active{
	background:#ddd!important;
}
/* sidebar */
#sidebar {
	float: right;
	width: 286px;
	margin-bottom: 10px;
	margin-top: 1px;
	font-size: 90%;
	padding-left:20px;
}

/* sidebar left */
.sidebar-left #content {
	float: right;
}
.sidebar-left #sidebar {
	float: left;
}

/* sidebar none */
.sidebar-none #content {
	width: auto;
	float: none;
}

/* fullwidth content */
.full_width #layout {
	width: 100%;
	max-width: 100%;
}
.full_width #content {
	padding: 0;
	width: auto;
	float: none;
}
.full_width #sidebar {
	width: auto;
	float: none;
}
#message{
	background:#C83232;
	width:100%;
	border-bottom:2px solid #fff;
	padding:10px 0;
	text-align:center;
	position:relative;
	transition:0.8s ease;
	margin-top:0;
}
#message p{
	line-height:1;
	font-size:16px;
	color:#fff;
	font-weight:300;
	margin:0;
}
#close{
	position:absolute;
	top:10px;
	right:10px;
	cursor:pointer;
	color:#fff;
	line-height:1;
	font-size:16px;
	font-weight:300;
}
#open{
	position:absolute;
	top:-30px;
	right:10px;
	padding:5px;
	border-radius:3px;
	border:2px solid #fff;
	background:#C83232;
	line-height:1;
	font-size:16px;
	transition:0.8s ease;
	cursor:pointer;
	color:#fff;
	z-index:10000;
}
#message-wrap{
	position:relative;
}
/************************************************************************************
GRID
*************************************************************************************/
.col4-1,
.col4-2,
.col4-3,
.col3-1,
.col3-2,
.col2-1
{
	margin-left: 3.2%;
	float: left;
}
.col4-1 {
	width: 22.6%;
}
.col4-2, .col2-1 {
	width: 48.4%;
}
.col4-3 {
	width: 74.2%;
}
.col3-1 {
	width: 31.2%;
}
.col3-2 {
	width: 65.6%;
}
.col.first,
.col4-1.first,
.col4-2.first,
.col4-3.first,
.col3-1.first,
.col3-2.first,
.col2-1.first
{
	margin-left: 0;
	clear: left;
}

/************************************************************************************
HEADER
*************************************************************************************/
#headerwrap{
	width:100%;
	margin:0 auto;
	/*background:url(http://dpss-ks.gov.ua/wp-content/themes/itheme2/images/headerwrap.jpg);*/
	padding-bottom:0px;
	position:relative;
	box-shadow:0 0 5px #999;
}
#body{
	width:100%;
	max-width:978px;
	margin:0 auto;
}
#footerwrap{
	width:100%;
	background:url(http://dpss-ks.gov.ua/wp-content/uploads/footer-back.jpg) no-repeat center center;
	border-top:3px solid #234161;
}
#footer{
	width:100%;
	max-width:978px;
	margin:0 auto;
}
#footer p.develop{
	color:#000;
	width:100%;
	padding:0;
	margin:0;
	line-height:1;
	text-align:center;
	height:0px!important;
	overflow:hidden!important;
}
#footer p.develop a{
	display:block;
	width:100%;
	text-align:center;
	box-sizing:border-box;
	opacity:0.7;
	transition:0.3s ease;
}
#footer p.develop a:hover{
	opacity:1;
}
#header {
	position: relative;
	margin-bottom:0px;
	z-index: 1000;
	background:url(http://dpss-ks.gov.ua/wp-content/uploads/header-back.jpg) no-repeat center center;
	min-height:380px;
}
.header-in{
	width:100%;
	max-width:978px;
	margin:0 auto;
	padding:20px 0;
}
.header-in #site-logo p{
	margin-bottom:0;
}
.right-logo{
	width:calc(100% - 278px);
	float:right;
}
#site-logo .right-logo p.header-address{
	font-size:16px!important;
	font-weight:300!important;
	line-height:16px!important;
	font-family:Arial, Helvetica, sans-serif!important;
	letter-spacing:0px!important;
	padding-top:20px!important;
}
#site-logo .right-logo p.hot-line{
	font-size:18px!important;
	font-weight:300!important;
	line-height:24px!important;
	font-family:Arial, Helvetica, sans-serif!important;
	letter-spacing:0px!important;
	padding-top:10px!important;
}
#site-logo .right-logo p.hot-line span{
	font-size:24px!important;
}
#site-logo .right-logo a.contact-us{
	font-size:15px!important;
	font-weight:300!important;
	line-height:30px!important;
	font-family:'Ubuntu', sans-serif!important;
	width:260px!important;
	display:block!important;
	text-align:center!important;
	border:1px solid #fff!important;
	background:none!important;
	color:#fff!important;
	letter-spacing:2px!important;
	margin-top:10px!important;
	transition:0.3s ease;
}
#site-logo .right-logo a.contact-us:hover{
	background:#234161!important;
}
#site-logo {
	font: bold 190%/110% Arial, Helvetica, sans-serif;
	padding-bottom: 2px;
	margin: 0;
}
#site-logo img{
	float:left;
	margin-right:20px;
	margin-left:80px;
}
#site-logo p{
	font-family:'Ubuntu', sans-serif!important;
	font-size:24px;
	letter-spacing:2px;
	font-weight:500;
	color:#fff;
	padding-top:40px;
	line-height:30px;
}
#site-logo a {
	color: #fff;
	text-decoration: none;
	font-size:20px;
	font-weight:300;
	line-height:22px;
	letter-spacing:2px;
	text-transform:uppercase;
}
#site-description {
	color: #ddd;
	position: absolute;
	top: 70px;
	font: italic 100%/120% Georgia, "Times New Roman", Times, serif;
}

/************************************************************************************
HEADER WIDGET
*************************************************************************************/
.header-widget {
	position: absolute;
	top: 10px;
	right: 0;
}
.header-widget .widget {
	border: none;
	float: left;
	margin: 0 0 15px 0;
	padding: 0;
	background: none;
	box-shadow: none;
}
.header-widget .widgettitle {
	font-size: 100%;
	width: auto;
	display: block;
	float: left;
	margin: 0 8px 2px;
	padding: 0;
	background: none;
	border: none;
	color: #fff;
	text-shadow: none;
	position: static;
	box-shadow: none;
}
.header-widget div {
	float: left;
}

/************************************************************************************
SOCIAL WIDGET
*************************************************************************************/
.social-widget {
	position: absolute;
	top: 85px;
	right: 10px;
	font-size: 95%;
	line-height: 120%;
	text-align: right;
}
.social-widget a {
	color: #fff;
}
.social-widget .widget {
	border: none;
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	background: none;
	box-shadow: none;
}
.social-widget .widget div {
	float: left;
}
.social-widget .widgettitle {
	font-size: 100%;
	width: auto;
	display: block;
	float: left;
	margin: 0 8px 2px;
	padding: 0;
	background: none;
	border: none;
	color: #fff;
	text-shadow: none;
	position: static;
	box-shadow: none;
}
.social-widget ul {
	margin: 5px 0 0 !important;
	padding: 0;
	float: left;
}
.social-widget ul li {
	margin: 0 8px 5px 0;
	padding: 0;
	float: left;
	border: none;
	clear: none;
	line-height: 100%;
}
.social-widget li img {
	vertical-align: middle;
	margin-top: -5px;
}

/* rss button */
.social-widget div.rss {
	float: left;
}
.social-widget div.rss a {
	background: url(images/rss.png) no-repeat left center;
	padding: 5px 0 5px 30px;
	display: inline-block;
	zoom:1;
	*display:inline;
}

/************************************************************************************
SEARCH FORM
*************************************************************************************/
#header #searchform {
	position: absolute;
	bottom: 9px;
	right: 10px;
	z-index: 101;
}
#header #searchform #s {
	border: none;
	width: 50px;
	padding-left: 28px;
	background: #e1e1e1 url(images/search.png) no-repeat 8px center;
	box-shadow: 0 -1px 0 rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.3);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#header #searchform #s:focus {
	width: 120px;
}

/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/
#main-nav-wrap{
	/*background:url(http://dpss-ks.gov.ua/wp-content/themes/itheme2/images/header-back.png);*/
	background:#fff;
	border-top:2px solid #234161;
	border-bottom:2px solid #234161;
}
#nav-bar {
	width: 100%;
	max-width:978px;
	right: 0;
	bottom: 0;
	z-index: 100;
	margin:0 auto;
}
#main-nav {
	margin: 0;
	padding: 0;
}
#main-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
}
#main-nav li:hover,
#main-nav .current_page_item, #main-nav .current-menu-item {
	background-color: #425C99;	
}
/* home icon */
#main-nav .home {
	width: 42px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
#main-nav .home a {
	background: url(images/home-icon.png) no-repeat 14px center;
	width: 16px;
	text-indent: -9000em;
}
#main-nav .home a:hover, #main-nav .home.current_page_item a, #main-nav .home.current-menu-item a {
	background-position: -41px center;
}
/* home icon current */
#main-nav .home.current_page_item, #main-nav .home.current-menu-item {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
/* main level link */
#main-nav a {
	color: #000;
	display: block;
	padding: 14px 15px;
	text-decoration: none;
	font-family:'Ubuntu', sans-serif;
	font-size:15px;
}
/* main level link :hover */
#main-nav a:hover {
	color: #fff;
}
/* current page li */
#main-nav .current_page_item, #main-nav .current-menu-item {
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	box-shadow: inset 0 2px 8px rgba(0,0,0,.8);
}
/* current link */
#main-nav .current_page_item a, #main-nav .current-menu-item a {
	color: #fff;
}
/* current link :hover */
#main-nav .current_page_item a:hover, #main-nav .current-menu-item a:hover {
	color: #fff;
}
/* sub-levels current page li */
#main-nav ul .current_page_item, #main-nav ul .current-menu-item {
	border: none;
	background: none;
	box-shadow: none;
}
/* sub-levels link */
#main-nav ul a, #main-nav .current_page_item ul a, #main-nav ul .current_page_item a, #main-nav .current-menu-item ul a, #main-nav ul .current-menu-item a {
	color: #666;
	font-size: 14px;
	font-weight: normal;
	padding: 5px 0 5px 15px;
	margin: 0;
	width: 180px;
	height: auto;
	background: none;
	box-shadow: none;
	text-shadow: none;
	cursor:pointer;
}
/* sub-levels link :hover */
#main-nav ul a:hover, #main-nav .current_page_item ul a:hover, #main-nav ul .current_page_item a:hover, #main-nav .current-menu-item ul a:hover, #main-nav ul .current-menu-item a:hover {
	background-color: #425C99;
	color: #fff;
}
#main-nav ul li:hover a{
	color:#fff;
}
#main-nav ul li li a{
color:#666!important;
}
#main-nav ul li li a:hover{
color:#fff!important;
	background-color: #425C99!important;
}
#main-nav ul li a{
color:#666!important;
}
#main-nav ul li a:hover{
color:#fff!important;
	background-color: #425C99!important;
}
/* dropdown ul */
#main-nav ul {
	border: solid 1px #425C99;
	background-color: #fff;
	margin: 0;
	padding: 5px 0;
	list-style: none;
	position: absolute;
	z-index: 100;
	display: none;
}
#main-nav ul li {
	background: none;
	padding: 0;
	margin: 0;
	height: auto;
	border: none;
	float: none;
	cursor:default;
}
#main-nav ul li:hover {
	background: none;
}
/* sub-levels dropdown */
#main-nav ul ul {
	left: 180px;
    top: -7px;
    margin-left: 0px;
}
/* show dropdown ul */
#main-nav li:hover > ul {
	display: block;
}

/************************************************************************************
SLIDER
*************************************************************************************/
body .slider-content{
	background:#F5F5F5!important;
}
body .slider-content p, body .slider-content h3{
	color:#000!important;
}
#slider p.slider-date{
	padding:0!important;
	margin:0!important;
	color:#777!important;
	padding-top:20px!important;
}
#slider h3.slide-post-title{
	margin-top:0!important;
	padding-top:0!important;
}
.slider{
	padding-top:10px;
}
.owl-next{
	position:absolute;
	top:50%;
	right:5px;
	margin-top:-15px;
	opacity:0.4;
	transition:0.3s ease;
}
.owl-prev{
	position:absolute;
	top:50%;
	left:5px;
	margin-top:-15px;
	opacity:0.4;
	transition:0.3s ease;
}
.owl-prev:hover, .owl-next:hover{
	opacity:1;
}
.owl-item{
	position:relative;
}
.slider-image{
	float:left;
	margin-right:20px;
	padding-left:5px;
}
.slider-image img{
	vertical-align:bottom;
}
.slider-content{
	padding:0px;
	color:#000;
	padding-right:10px;
}
.slider-content h3 a{
	color:#000;
	font-size:20px;
	font-weight:400;
	text-decoration:none;
	line-height:24px;
}
.slider-content h3 a:hover{
	text-decoration:underline;
	color:#000;
}
#slider{
	background:#F5F5F5;
	margin:0;
	margin-top:35px;
	position: relative;
	padding:0px;
	padding-bottom:5px;
	border:1px solid #234161;
	box-shadow:0 2px 2px #999;
}
#slider h3.slider-title{
	font-size:18px;
	color:#000;
	text-transform:uppercase;
	background:#234161;
	font-weight:400;
	font-family:'Ubuntu', sans-serif;
	margin:0px;
	padding:10px;
	margin-bottom:5px;
}
#slider .slide-excerpt p a{
	display:none;
}
#slider a.slider-more{
	font-family:'Ubuntu', sans-serif!important;
	display:block;
	width:130px;
	line-height:30px;
	font-size:11px!important;
	letter-spacing:1px;
	text-transform:uppercase;
	text-align:center;
	float:left;
	margin-top:0px;
	border:1px solid #425c99;
	background:none;
	transition:0.3s ease;
}
#slider a.slider-more:hover{
	text-decoration:none;
	background:#425c99;
	color:#fff;
}
#header-slider {
	position: relative;
	padding: 20px 20px 5px;
	margin: 0 0 20px;
	background-color: #fff;
}
#header-slider .slides {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#header-slider .slides li {
	margin: 0 0px 10px 0;
	padding: 0;
	list-style: none;
	float: left;
	text-align: center;
}
#header-slider .slides h3 {
	margin: 5px 0 2px;
	padding: 0;
	font-size: 85%;
	font-weight: normal;
	line-height: 140%;
	text-align: center;
}
#header-slider .carousel-nav-wrap{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
}
#header-slider .carousel-nav-wrap a {
	background: url(images/slider-nav-left.png) no-repeat;
	width: 25px;
	height: 48px;
	margin-top: -30px;
	display: block;
	text-indent: -900em;
}
#header-slider .carousel-nav-wrap .carousel-prev{
	position: absolute;
	left: -22px;
}
#header-slider .carousel-nav-wrap .carousel-next{
	background-image: url(images/slider-nav-right.png);
	position: absolute;
	right: -22px;
}

/************************************************************************************
POST
*************************************************************************************/
.block-wrap{
	 padding-top:0px;
	 margin:0;
}
h2.block-title{
	font-weight:400;
	color:#fff;
	text-transform:uppercase;
	font-size:18px!important;
	padding:10px;
	margin:0;
	margin-bottom:20px;
	background:#234161;
	box-shadow:0 2px 2px #999;
	position:relative;
}
a.all-posts{
	position:absolute;
	display:inline-block;
	top:12px;
	right:10px;
	display:block;
	text-align:right;
	margin:0;
	padding:0;
	font-size:12px;
	text-transform:lowercase!important;
	color:#777!important;
}
.post {
	margin:0;
	margin-bottom:10px;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.loops-wrapper.list-post .post {
	position: relative;
}

/* post content */
.post-content {
	min-width: 120px;
}
#content p{
	line-height:1.2;
	color:#333!important;
}
#content p.post-date{
	line-height:1.2;
	color:#ccc!important;
}
/* post title */
.single .list-post h1.post-title{
	font-size:20px!important;
}
.list-posts .post{
	border-bottom:1px dashed #ddd;
	margin-bottom:15px!important;
}
.single .list-post figure{
	box-sizing:border-box;
	border:1px solid #fff!important;
	border-top:none!important;
	margin-top:0!important;
	box-shadow:0 2px 2px #999;
	text-align:center!important;
}
.list-posts figure{
	box-sizing:border-box;
	border:1px solid #fff!important;
	border-top:none!important;
	margin-top:0!important;
	box-shadow:0 2px 2px #999;
}
.list-posts figure img, .single .list-post figure img{
	vertical-align:bottom!important;
}
.list-posts figure.post-image{
	width:100%;
	max-width:150px;
	float:left;
	margin-right:10px;
}
.list-posts figure.post-image p.my-post-date, .single .list-post figure.post-image p.my-post-date{
	color:#fff!important;
	padding:4px 5px!important;
	margin:0!important;
	line-height:18px!important;
	font-size:12px!important;
	background:#fff!important;
	text-align:left!important;
}
.single .list-post figure.post-image p.my-post-date{
	font-size:14px!important;
	padding:10px 5px!important;
	line-height:19px!important;
}
.list-posts figure.post-image p.my-post-date i{
	line-height:18px!important;
}

.search .list-post .post, .loops-wrapper .post{
	border-bottom:1px dashed #ddd;
	margin-bottom:15px!important;
}
.search .list-post figure, .loops-wrapper figure{
	box-sizing:border-box;
	border:1px solid #fff!important;
	border-top:none!important;
	margin-top:0!important;
	box-shadow:0 2px 2px #999;
}
.search .list-post img, .loops-wrapper img{
	vertical-align:bottom!important;
}
.search .list-post figure.post-image, .loops-wrapper figure.post-image{
	width:100%;
	max-width:150px;
	float:left;
	margin-right:10px;
}
.search .list-post figure.post-image p.my-post-date, .loops-wrapper figure.post-image p.my-post-date{
	color:#fff!important;
	padding:4px 5px!important;
	margin:0!important;
	line-height:18px!important;
	font-size:12px!important;
	background:#fff!important;
	text-align:left!important;
}
.search .list-post figure.post-image p.my-post-date i, .loops-wrapper figure.post-image p.my-post-date i{
	line-height:18px!important;
}
.search .list-post .post-meta, .search .list-post .more-link, .loops-wrapper .post-meta, .loops-wrapper .more-link{
	display:none;
}


.post-title {
	margin:0;
	padding:0;
	padding-bottom:10px;
	font-weight:400;
	font-size:16px;
}
.post-title a {
	color: #1F4788;
	text-decoration: none;
	line-height:18px;
}
.post-title a:hover{
	color:#003171;
}
/* post date */
.list-posts a.more-link{
	display:none;
}
.post-date {
	font-weight: 300;
	margin:0;
	padding:0;
	color:#BDC3C7;
}

.shortcode .entry-content p{
	font-size:14px;
	line-height:1;
}
.loops-wrapper.list-post .post-date,
.single .list-post .post-date {
	
}
.loops-wrapper.list-post .post-date .month,
.single .list-post .post-date .month {
	
}
.loops-wrapper.list-post .post-date .day,
.single .list-post .post-date .day {
	
}
.loops-wrapper.list-post .post-date .year,
.single .list-post .post-date .year {
	
}

/* post meta */
.post-meta {
	color: #999;
	font-size: 85%;
	line-height: 120%;
	margin: 0 0 15px;
}
/* post comments */
.post-meta .post-comment a {
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	color: #666;
	background: url(images/post-comments.png) no-repeat;
	width: 36px;
	height: 26px;
	padding: 8px 0 0;
	position: absolute;
	top: -5px;
	right: -3px;
}
.post-meta .post-comment a:hover {
	color: #000;
}

/* post image */
.post-image {
	max-width: 100%;
	margin: 5px 0 15px;
}
.post-image.left {
	margin-right: 15px;
}
.post-image.right {
	margin-left: 15px;
}

/* grid4 post */
.loops-wrapper.grid4 .post {
	width: 22.6%;
	float: left;
	margin-left: 3.2%;
	margin-bottom: 20px;
	font-size: 90%;
	line-height: 130%;
}
.loops-wrapper.grid4 .post-title {
	font-size: 130%;
	line-height: 130%;
	margin: 0 0 3px;
	padding: 0;
}
.loops-wrapper.grid4 .post-meta {
	font-size: 85%;
}

/* grid3 post */
.loops-wrapper.grid3 .post {
	width: 31.2%;
	float: left;
	margin-left: 3.2%;
}
.loops-wrapper.grid3 .post-title {
	margin: 0 0 5px;
	padding: 0;
	font-size: 140%;
	line-height: 120%;
}
/* grid3 post meta */
.loops-wrapper.grid3 .post-meta {
	font-size: 85%;
}

/* grid2 post */
.loops-wrapper.grid2 .post {
	width: 48.4%;
	float: left;
	margin-left: 3.1%;
	margin-bottom: 20px;
}
.loops-wrapper.grid2 .post-title {
	margin: 0 0 5px;
	padding: 0;
}

/* grid2-thumb post */
.loops-wrapper.grid2-thumb .post {
	width: 48.4%;
	float: left;
	margin-left: 3.1%;
	margin-bottom: 20px;
}
.loops-wrapper.grid2-thumb .post-title {
	margin: 0 0 5px;
	font-size: 140%;
}
.loops-wrapper.grid2-thumb .post-image {
	float: left;
	margin: 0 14px 10px 0;
}
.loops-wrapper.grid2-thumb .post-content {
	overflow: hidden;
}

/* list thumb post */
.loops-wrapper.list-thumb-image .post-image {
	float: left;
	margin: 0 16px 10px 0;
}
.loops-wrapper.list-thumb-image .post-content {
	overflow: hidden;
}

/* list large image */
.loops-wrapper.list-large-image .post-image {
	float: left;
	margin: 0 22px 10px 0;
}
.loops-wrapper.list-large-image .post-title {
	margin: 0 0 5px;
	padding: 0;
}
.loops-wrapper.list-large-image .post-content {
	overflow: hidden;
}

/* clear grid posts
================================================ */
.loops-wrapper.grid4 .post:nth-of-type(4n+1),
.loops-wrapper.grid3 .post:nth-of-type(3n+1),
.loops-wrapper.grid2 .post:nth-of-type(2n+1),
.loops-wrapper.grid2-thumb .post:nth-of-type(2n+1) {
	margin-left: 0;
	clear: left;
}

/************************************************************************************
POST VIDEO (css for fluid video)
*************************************************************************************/
.post-video, .embed-youtube {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	font-size:.9em;
	margin-bottom: 15px;
	border-radius: 5px;
}
.post-video iframe,
.post-video object,
.post-video embed,
.embed-youtube iframe,
.embed-youtube object,
.embed-youtube embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 5px;
}
/************************************************************************************
POST EMBEDS (css for various fluid elements)
*************************************************************************************/
.twitter-tweet-rendered {
max-width: 100% !important;
}
/************************************************************************************
AUTHOR PAGE
*************************************************************************************/
.author-bio {
	margin: 0 0 30px;
}
.author-bio .author-avatar {
	float: left;
	margin: 0 15px 0 0;
}
.author-bio .author-avatar img {
	
}
.author-bio .author-name {
	margin: 0 0 5px;
	padding: 0;
	font-size: 160%;
}
.author-posts-by {
	margin: 0 0 20px;
	padding: 10px 0 0;
	font-size: 140%;
	text-transform: uppercase;
	border-top: double 4px #ccc;
	border-color: rgba(118,118,118,.3);
}

/************************************************************************************
PAGE TITLE
*************************************************************************************/
.page-title {
	margin:0;
	margin-bottom:20px;
	font-size:24px;
	text-transform:uppercase;
	color:#1F4788;
	letter-spacing:0px;
	font-weight:400;
}

/************************************************************************************
CATEGORY SECTIONS
*************************************************************************************/
.category-section {
	clear: both;
	margin-bottom: 30px;
}
.category-section-title {
	font-size: 120%;
	text-transform: uppercase;
	margin: 0 0 20px;
}

/************************************************************************************
PAGE NAVIGATION
*************************************************************************************/
.pagenav {
	clear: both;
	padding: 7px 5px 0;
	text-align: right;
}
.pagenav a, .pagenav span {
	line-height: 100%;
	text-decoration: none;
	padding: 4px 7px;
	margin-left: 2px;
	vertical-align: middle;
	display: inline-block;
	zoom:1;
	color: #fff;
	border: solid 1px #425F99;
	background:#425F99;
}
.pagenav a:hover {
	text-decoration: none;
	background:#234161;
	color: #000;
}
.pagenav .current {
	background:#234161;
	color: #000;
}


/************************************************************************************
AUTHOR BOX
*************************************************************************************/
.author-box {
	margin: 15px 0;
}
.author-box .author-avatar {
	float: left;
	margin: 0 15px 5px 0;
}
.author-box .author-name {
	margin: 0 0 5px;
}

/************************************************************************************
POST NAVIGATION (the <nextpage> tag)
*************************************************************************************/
.post-pagination {
	text-align: right;
	margin: .5em 0 2em;
}
.post-pagination strong {
	margin-right: 3px;
}
.post-pagination a {
	margin-left: 3px;
	margin-right: 3px;
}
/************************************************************************************

POST NAVIGATION
*************************************************************************************/
.post-nav {
	margin: 30px 0 20px;
	clear: both;
}
.post-nav .prev,
.post-nav .next {
	width: 45%;
}
.post-nav a {
	text-decoration: none;
	font-size: 110%;
}
.post-nav a:hover {
	text-decoration: none;
}
.post-nav .prev {
	float: left;
}
.post-nav .prev a {
	background: url(images/previous-arrow.png) no-repeat left 2px;
	padding: 4px 0 6px 30px;
	display: block;
}
.post-nav .next {
	float: right;
	text-align: right;
}
.post-nav .next a {
	background: url(images/next-arrow.png) no-repeat right 2px;
	padding: 4px 30px 6px 0;
	display: block;
}

/************************************************************************************
COMMENTS
*************************************************************************************/
.commentwrap {
	margin: 40px 0 20px;
	padding: 3% 4%;
	position: relative;
	clear: both;
	background-color: #f6f6f6;
	border-radius: 8px;
	box-shadow: 0 -1px 0 rgba(0,0,0,.1);
}
.comment-title {
	font-size: 140%;
	margin: 0 0 10px;
	padding: 0;
}
.next-prev-comment {
	position: absolute;
	top: 20px;
	right: 20px;
}
.next-prev-comment a {
	text-decoration: none;
	font-size: 85%;
	text-transform: uppercase;
}
.next-prev-comment .next {
	margin: 0 0 0 20px;
}
/* commentlist */
.commentlist {
	margin: 0;
	padding: 5px 0 0;
	list-style: none;
	border-top: solid 1px #ddd;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
}
.commentlist li {
	margin: 0;
	padding: 15px 0 0;
	list-style: none;
	position: relative;
}
.commentlist .comment-author {
	margin: 2px 0 5px;
	padding: 0;
}
.commentlist .avatar {
	float: left;
	margin: -3px 12px 10px 0;
}
.commentlist cite {
	font: bold 120%/130% Arial, Helvetica, sans-serif;
}
.commentlist cite a {
	text-decoration: none;
}
.commentlist .bypostauthor > .comment-author cite {
	background: url(images/icon-author-comment.png) no-repeat 0 2px;
	padding-left: 18px;
}
.commentlist .comment-time {
	font-size: 75%;
	text-transform: uppercase;
	display: block;
	margin: 2px 0 0;
}
.commentlist .commententry {
	position: relative;
	min-height: 40px;
	overflow: hidden;
	padding-bottom: 5px;
	border-bottom: solid 1px #ddd;
	box-shadow: 0 1px 0 rgba(255,255,255,.9);
}
.commentlist ul, .commentlist ol {
	margin: 0 0 0 60px;
	padding: 0;
}
.commentlist .reply {
	position: absolute;
	right: 0;
	top: 20px;
}
.commentlist .comment-reply-link {
	padding: 3px 8px;
	display: block;
	font: 10px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .08em;
	text-decoration: none;
	color: #666;
	border-radius: 1em;
	text-shadow: 0 1px 0 rgba(255,255,255,.7);
	box-shadow: 0 1px 1px rgba(0,0,0,.3);
	background-color: #C1C1C1;

	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4yIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.2) 100%);
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.95) 0%,rgba(255,255,255,0.2) 100%);
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.95) 0%,rgba(255,255,255,0.2) 100%);
}
.commentlist .comment-reply-link:hover {
	text-decoration: none;
	color: #000;
}
/* comment form */
#respond {
	margin: 40px 0 30px;
	padding: 10px 0 0;
	position: relative;
	clear: both;
}
#respond #cancel-comment-reply-link {
	position: absolute;
	top: 10px;
	right: 0;
	display: block;
	font-size: 67%;
	font-weight: normal;
	line-height: 100%;
	text-decoration: none;
	padding: 5px 10px;
	color: #faddde;
	border: solid 1px #980c10;
	background-color: #d81b21;

	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjIiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(0,0,0,0.1) 100%);
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.2) 0%,rgba(0,0,0,0.1) 100%);
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.2) 0%,rgba(0,0,0,0.1) 100%);

	border-radius: 10em;
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
#respond #cancel-comment-reply-link:hover {
	background-color: #b61318;
}
#commentform {
	margin: 15px 0 0;
}
#commentform input[type=text] {
	width: 206px;
	max-width: 96%;
	margin-right: 5px;
}
#commentform label {
	font-weight: bold;
}
#commentform label small {
	font-weight: normal;
}
#commentform textarea {
	width: 97%;
	height: 140px;
}
#commentform input#submit {
	padding: 7px 20px;
}

/* comment page nav */
.commentwrap .pagenav.top {
	position: absolute;
	top: 7px;
	right: 15px;
	margin: 0;
}
.commentwrap .pagenav.bottom {
	margin-top: 10px;
}

/************************************************************************************
SIDEBAR
*************************************************************************************/
.widget {
	background-color:#fff;
	margin-bottom:20px;
	padding:15px 0;
}
.widgettitle {
	width: 100%;
	display: block;
	padding: 6px 0 7px 0;
	margin: 0 0 -5px 0;
	position: relative;
	left:0;
	top: -16px;
	border-bottom: solid 1px #BDC3C7;
	font: bold 14px/110% Arial, Helvetica, sans-serif;
	color: #425C99;
	font-size:20px;
	font-weight:400;
	text-transform:uppercase;
}
.widgettitle a {
	color: #333;
	text-decoration: none;
}
.widget ul {
	margin: 0;
	padding: 0;
}
.widget li {
	margin: 0;
	padding: 6px 0;
	list-style: none;
	clear: both;
	border-bottom: solid 1px #ddd;
	font-size:14px;
}
.widget li:last-child {
	border-bottom: none;
}
.widget ul ul {
	margin: 6px 0 -6px 0px;
	padding: 0;
	border-top: solid 1px #ddd;
}
.widget ul ul li {
	margin: 0;
	padding-left: 10px;
}

/************************************************************************************
WIDGET STYLES
*************************************************************************************/
/* calendar widget */
.widget #wp-calendar caption {
	font-weight: bold;
	padding-bottom: 10px;
}
.widget #wp-calendar td {
	width: 31px;
	padding: 4px 2px;
	text-align: center;
}

/* feature posts widget */
.widget .feature-posts-list br {
	display: none;
}
.widget .feature-posts-list .post-img {
	width:100%;
	vertical-align:bottom;
	box-sizing:border-box!important;
	border:1px solid rgba(255,213,0,0.8)!important;
	border-top:none!important;
}
figure.list-post-image{
	width:100%;
	max-width:60px;
	margin:0px 10px 5px 0;
	float:left;
}
.widget .feature-posts-list small {
	width:60px!important;
	display: block!important;
	padding:2px 0!important;
	box-sizing:border-box!important;
	background:rgba(255,213,0,0.8)!important;
	font-size:11px!important;
	text-align:center!important;
	max-height:16px!important;
	line-height:14px!important;
	color:#000!important;
}
.widget .feature-posts-list .feature-posts-title {
	margin: 4px 0 3px;
	display: block;
}

/* twitter widget */
.widget .twitter-list .twitter-timestamp {
	font: italic 90% "Times New Roman", Times, serif;
}
.widget .follow-user {
	margin: 0;
	padding: 5px 0;
}

/* links widget */
.widget .links-list img, .widget_links img {
	vertical-align: middle;
}

/* recent comments widget */
.recent-comments-list .avatar {
	margin-right: 12px;
	float: left;
}

/* flickr widget */
.widget .flickr_badge_image {
	margin-top: 10px;
}
.widget .flickr_badge_image img {
	width: 60px;
	height: 60px;
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
}

/* flickr shortcode */
.shortcode .flickr_badge_image {
	width: 23.8%;
	margin: 0 1.5% 1.5% 0;
	float: left;
}
.shortcode .flickr_badge_image:nth-of-type(4n) {
	margin-right: 0;
}
.shortcode .flickr_badge_image img {
	margin: 0;
}

/* search widget */
#sidebar #searchform {
	position:relative;
}
#sidebar #searchform #s {
	
}
#searchform input{
	outline:none!important;
	border:2px solid #234161!important;
	box-shadow:0 2px 2px #999!important;
	background:#f6f7f7!important;
	color:#000!important;
	font-size:18px!important;
	padding:8px 10px!important;
	padding-right:30px!important;
	line-height:19px!important;
	font-weight:300!important;
	box-sizing:border-box!important;
	width:100%!important;
	transition:0.3s ease;
}
#searchform .search-icon{
	font-size:18px!important;
	color:#777!important;
	position:absolute;
	right:8px;
	top:10px;
	background:none!important;
	border:none!important;
	margin:0!important;
	padding:0!important;
}
#searchform input{
	color:#000!important;
}
#searchform input::-webkit-input-placeholder{
  color:#000!important;
}
#searchform input::-moz-placeholder{
  color:#000!important;
}
#searchform input:-ms-input-placeholder{
  color:#000!important;
}
#searchform input:-moz-placeholder{
  color:#000!important;
}
#searchform input:focus{
	background:#fff!important;
}
/* reset twitter embed max-width to 100% */
#content .twitter-tweet-rendered {
	max-width: 100% !important;
}
#content .twt-border {
	max-width: 100% !important;
	min-width: 180px !important;
}

/* Social Links Widget */
.widget .social-links {
	margin: 0 0 20px;
	padding: 0;
	line-height: 100%;
}
.widget .social-links li {
	margin: 0 5px 5px 0;
	padding: 0;
	list-style: none;
	border: none;
	display: inline-block;
	zoom:1;
}
.widget .social-links img {
	vertical-align: middle;
}

/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	clear: both;
	font-size: 90%;
	padding-top:20px;
}
#footer .widget {
	margin: 15px 0;
	background:rgba(255,255,255,0.5);
}
#footer .widgettitle{
	border:none;
	color:#fff;
	background:#234161;
	padding:10px 5px;
	text-align:center;
	box-shadow:0 3px 3px #777;
	font-size:18px;
	letter-spacing:1px;
	font-family:'Ubuntu', sans-serif!important;
	box-sizing:border-box;
}
#footer .textwidget p, #footer .textwidget a{
	font-size:14px!important;
}
#footer a.send-letter{
	
}
#footer .textwidget, #footer  .feature-posts-list{
	padding:10px 10px 0 10px;
}
#footer .widget li{
	border-bottom:1px dashed rgba(0,0,0,0.5);
}
#footer .widget li:last-child{
	border-bottom:none;
}
#footer .widget li a{
	color:#000;
}
#footer .footer-left a, #footer .footer-left p{
	color:#000;
}
#footer hr{
	height:1px;
	background:rgba(0,0,0,0.7);
	border:none;
}
#footer .footer-left img{
	float:left;
	margin-right:10px;
}
#footer .footer-text {
	clear: both;
	padding: 0 0 20px 5px;
	color: #ccc;
	display:none;
}
#footer .footer-text a {
	color: #000;
}
#footer .credits {
	font-size: 90%;
}
.back-top{
	position:fixed;
	right:5%;
	bottom:20px;
	margin:0!important;
}
.back-top a{
	background:rgba(255,255,255, 0.5);
	transition:0.3s ease;
	color:#000!important;
	padding:10px 15px;
	text-decoration:none!important;
	box-shadow:0 1px 1px #ccc;
	border-radius:40px;
}
.back-top a:hover{
	background:rgba(255,255,255, 1);
}

/************************************************************************************
FOOTER NAV
*************************************************************************************/
#footer-nav {
	margin: 0 0 15px 5px;
	padding: 0;
	clear: both;
}
#footer-nav li {
	margin: 0 5px 0 0;
	padding: 0;
	display: inline;
	list-style: none;
}
#footer-nav a {
	text-decoration: none;
	margin: 0 8px 0 0;
	color: #fff;
}
#footer-nav a:hover {
	text-decoration: underline;
}

/************************************************************************************
WORDPRESS POST FORMATTING
*************************************************************************************/
.sticky {}
img.alignleft, img.aligncenter, img.alignright, img.alignnone {
	margin-bottom: 15px;
}
.alignleft {
	float: left;
	margin-right: 30px;
}
.alignright {
	float: right;
	margin-left: 30px;
}
.aligncenter {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	background-color: #fff;
	padding: 4px 2px 2px 0;
	border: solid 1px #ccc;
	margin-bottom: 15px;
}
.wp-caption-text {
	font: normal 95%/120% Georgia, "Times New Roman", Times, serif;
	margin: 6px 0;
	color: #777;
}

/************************************************************************************
ATTACHMENT SINGLE VIEW
*************************************************************************************/
.attachment.single-attachment,
.single-attachment .attachment {
	float: none;
	margin: 0;
	text-align: left;
}

/************************************************************************************
GALLERY
*************************************************************************************/
#body .gallery {
	margin: 0 0 30px;
}

/* gallery item */
#body .gallery .gallery-item {
	margin: 0 8px 8px 0;
	vertical-align: top;
	width: auto;
	float: left;
	text-align: center;
}

/* gallery image */
#body .gallery img {
	border: none;
	vertical-align: middle;
}

/* gallery caption */
#body .gallery .gallery-caption {
	line-height: 120%;
	font-size: 90%;
	text-align: center;
	margin: 5px 0 0;
}

/* GALLERY COLUMN
================================================ */
/* gallery column 1 (display all in one line) */
#body .gallery-columns-1 .gallery-item {
	width: auto;
}
#body .gallery-columns-1 br {
	display: none !important;
}

/* gallery column 2 */
#body .gallery-columns-2 .gallery-item {
	width: 49.2%;
}

/* gallery column 3 */
#body .gallery-columns-3 .gallery-item {
	width: 32.3%;
}
/* gallery column 4 */
#body .gallery-columns-4 .gallery-item {
	width: 23.8%;
}

/* gallery column 5 */
#body .gallery-columns-5 .gallery-item {
	width: 18.8%;
}

/* gallery column 6 */
#body .gallery-columns-6 .gallery-item {
	width: 15.4%;
}

/* gallery column 7 */
#body .gallery-columns-7 .gallery-item {
	width: 13%;
}

/* gallery column 8 */
#body .gallery-columns-8 .gallery-item {
	width: 11.18%;
}

/* gallery column 9 */
#body .gallery-columns-9 .gallery-item {
	width: 9.77%;
}

/* set gallery item margin-right */
#body .gallery-columns-1 .gallery-item,
#body .gallery-columns-2 .gallery-item,
#body .gallery-columns-3 .gallery-item,
#body .gallery-columns-4 .gallery-item,
#body .gallery-columns-5 .gallery-item,
#body .gallery-columns-6 .gallery-item,
#body .gallery-columns-7 .gallery-item,
#body .gallery-columns-8 .gallery-item,
#body .gallery-columns-9 .gallery-item {
	margin: 0 1.5% 1.5% 0;
}

/* clear gallery item margin-right */
#body .gallery-columns-9 .gallery-item:nth-of-type(9n),
#body .gallery-columns-8 .gallery-item:nth-of-type(8n),
#body .gallery-columns-7 .gallery-item:nth-of-type(7n),
#body .gallery-columns-6 .gallery-item:nth-of-type(6n),
#body .gallery-columns-5 .gallery-item:nth-of-type(5n),
#body .gallery-columns-4 .gallery-item:nth-of-type(4n),
#body .gallery-columns-3 .gallery-item:nth-of-type(3n),
#body .gallery-columns-2 .gallery-item:nth-of-type(2n) {
	margin-right: 0;
}

/************************************************************************************
IMAGE STYLES
*************************************************************************************/
img.alignleft, img.aligncenter, img.alignright, img.alignnone, .wp-caption img,
.widget .feature-posts-list .post-img,
.widget .flickr_badge_image img,
.shortcode .flickr_badge_image img,
.commentlist .avatar,
.recent-comments-list .avatar,
#body .gallery img,
.attachment img,
.post-image img,
.feature-img,
.post-img,
.image-wrap img,
.slide-image img
.module .slide-image img,
.module .image-wrap img,
.module .post-image img {
}

/************************************************************************************
BUILDER
*************************************************************************************/
/* builder row */
.full_width .themify_builder_row .row_inner {
	width: 978px; /* same width as .pagewidth */
	max-width: 100%;
	margin: auto;
}
.full_width .themify_builder_row.fullwidth .row_inner {
	width: auto;
	padding: 0;
}

/************************************************************************************
CLEAR & ALIGNMENT
*************************************************************************************/
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}
#footer a.footer-btn{
	width:100%;
	max-width:350px;
	margin:5px auto;
	text-decoration:none;
	padding:10px 10px;
	text-align:center;
	box-sizing:border-box;
	display:block;
	color:#000;
	background:rgba(255,255,255,0.5);
	border:1px solid #000;
	transition:0.3s ease;
}
#footer a.footer-btn:hover{
	background:#234161;
}
/* clearfix */
.clearfix:after, .loops-wrapper:after, .widget li:after, #body:after, #footer:after, footer:after, .pagenav:after, #main-nav:after, .menu:after, .gallery:after, #content:after
{ visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix, .loops-wrapper, .widget li, #body, #footer, footer, .pagenav, #main-nav, .menu, .gallery, #content
{ display: inline-block; }
/* clearfix for ie7 */
.clearfix, .loops-wrapper, .widget li, #body, #footer, footer, .pagenav, #main-nav, .menu, .gallery, #content
{ display: block; zoom: 1; }

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%;
}

table, th, td {
    border: 1px solid #d1d1d1;
}

th, td {
    padding: 0.4375em;
}

td {
    border-width: 0 1px 1px 0;
}



/*	CLOCK	*/
#header-social{
	padding-top:55px;
}
#header-social ul{
	list-style:none;
	width:100%;
	text-align:center;
	margin:0;
	padding:0;
}
#header-social ul li{
	display:inline-block;
	margin:0 3px;
}
#header-social ul li a{
	color:#fff;
	text-decoration:none;
	padding:3px 5px;
	width:30px;
	display:block;
	text-align:center;
	box-sizing:border-box;
	border:1px solid #fff;
	background:none;
	font-size:20px;
	transition:0.3s ease;
}
#header-social ul li a:hover{
	background:#234161;
}
.clock{
	padding-top:5px;
}
.clock #Date{
	font-size:16px; 
	text-align:center;
	color:#000;
}
.clock ul {
	margin:0 auto; 
	padding:0px; 
	list-style:none; 
	text-align:center; 
}

.clock ul li {
	display:inline; 
	font-size:16px; 
	text-align:center;
	color:#000;
}

.clock #point {
	position:relative;
	/*-moz-animation:mymove 1s ease infinite; 
	-webkit-animation:mymove 1s ease infinite;*/ 
	padding-left:0px; 
	padding-right:0px; 
}

@-webkit-keyframes mymove {
	0% {opacity:1.0; text-shadow:0 0 20px #00c6ff;}
	50% {opacity:0; text-shadow:none; }
	100% {opacity:1.0; text-shadow:0 0 20px #00c6ff; }	
}


@-moz-keyframes mymove {
	0% {opacity:1.0; text-shadow:0 0 20px #00c6ff;}
	50% {opacity:0; text-shadow:none; }
	100% {opacity:1.0; text-shadow:0 0 20px #00c6ff; }	
}