/*
Theme Name: Construrama
Theme URI: http://
Author: none
Author URI: http://construrama.com
Description:  Construrama.
Version: 1.0
License: GNU General Public License v1.0
License URI: license.txt
Tags: none
*/


/* Global
----------------------------------------------- */
body {
	color: #333;
	font-weight: 400;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.8;
	background: #fff;
	}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	margin: 1.25em 0 .5em;
	color: #222;
	/*font-weight: 700;*/
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	}

/* Links */
a {
	color: #428bca;
	outline: none;
	-webkit-transition: all 0.14s ease 0s; 
	   -moz-transition: all 0.14s ease 0s; 
		 -o-transition: all 0.14s ease 0s; 
	}
a:visited {
	color: #61a6e7;
	}
a:hover,
a:focus,
a:active {
	color: #333;
	}

/* Text Elements */
blockquote p {
	line-height: 1.6;
	}
dd {
	margin-bottom: 1em;
	}

/* Forms */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	height: 26px;
	color: #333;
	line-height: 26px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	}
textarea {
	width: 80%;
	height: auto;
	}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	border-color: #d6d6d6;
	outline: 0;
	outline: thin dotted \9;
  /* IE6-9 */

	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
	}
button,
a.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	padding: 8px 15px;
	color: #fff;
	font-size: 1.2em;
	font-weight: 400;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	line-height: 30px;
	text-transform: uppercase;
	background: #ccc;
	border: 1px solid #ccc;
	}
button:hover,
a.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #428bca;
	border-color: #428bca;
	}

/* Tables */
table {
	width: 100%;
	margin-bottom: 20px;
	}
table th,
table td {
	padding: 8px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #ddd;
	}
table th {
	font-weight: bold;
	}
table thead th {
	vertical-align: bottom;
	}
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
	border-top: 0;
	}
table tbody + tbody {
	border-top: 2px solid #ddd;
	}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
	}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin: 0 1.5em 1.5em 0;
	}
.alignright {
	display: inline;
	float: right;
	margin: 0 0 1.5em 1.5em;
	}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
	}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
	}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	top: 0;
	left: 0;
	width: auto;
	height: auto;
	display: block;
	clip: auto !important;
	line-height: normal;
	text-decoration: none;
	z-index: 100000; /* Above WP toolbar */
	}

/* Clearing */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.clearfix {
	display: inline-block;
	}
* html .clearfix {
	height: 1%;
	}
*:first-child+html .clearfix {
	min-height: 1px;
	}
.clearfix {
	display: block;
	}
.clear {
	clear: both;
	}

/* HEADER
----------------------------------------------- */
.site-header {
	padding: 37px 0 0px;
	background: #16171b;
	}
.site-branding {
	float: left;
	margin: 5px 0 0 0;
	}
.site-title {
	margin: 0;
	font-size: 4.25em;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 1;
	}
.site-title a {
	color: #fff;
	text-decoration: none;
	}
.site-description {
	color: #999;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	}

/* MENU
----------------------------------------------- */
.sf-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	}
.sf-menu li ul {
	top: -999em;
	position: absolute;
	z-index: 99999;
	min-width: 157px;
	text-align: left;
    padding: 0px 24px;
    width: 200vh !important;
	}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top: 40px;
	}
.sf-menu li:hover li ul,
.sf-menu li.sfHover li ul {
	top: -999em;
	}
.sf-menu li li:hover ul,
.sf-menu li li.sfHover ul {
	top: 0;
	left: 170px;
	}
.sf-menu li li:hover li ul,
.sf-menu li li.sfHover li ul {
	top: -999em;
	}
.sf-menu li li li:hover ul,
.sf-menu li li li.sfHover ul {
	top: 0;
	left: 170px;
	}
.sf-menu li {
	float: none;
	display: inline-block;
	position: relative;
	visibility:	inherit;
	min-height: 50px;
	}
.sf-menu li a {
	float: left;
	display: block;
	}
.sf-menu li:hover li a,
.sf-menu li.sfHover li a {
	width: 130px;
	}

#main-navigation {
	clear: both;
    padding: 31px 0px 180px 0;
    margin: 0 0 -180px 0;
    overflow: hidden;
	}
#main-navigation .sf-menu {
	background: #001b3a;
	height: 50px;
	}
#main-navigation .sf-menu > ul > li:after {
	}
#main-navigation .sf-menu > ul > li:last-child:after {
	display: none;
	}
#main-navigation .sf-menu > ul > li:hover:after,
#main-navigation .sf-menu > ul > li.sfHover:after,
#main-navigation .sf-menu > ul > li.current_page_item:after,
#main-navigation .sf-menu > ul > li.current-menu-item:after {
	color: #428bca;
	}
#main-navigation .sf-menu > ul > li.current_page_item a,
#main-navigation .sf-menu > ul > li.current-menu-item a{
	color: #fff;
	}
#main-navigation li a {     margin: 10px 26px 0px 26px;
    padding: 0px 16px;
    color: #fff;
    /*font-size: 18px;*/
    font-size: 12px;
    font-weight: 400;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 31px;
    letter-spacing: 1.3px;
    font-weight: 500;
	}
#main-navigation li:hover ul,
#main-navigation li.sfHover ul {
	top: 50px;
	/*background: #428bca;*/
	}
#main-navigation li li:hover ul,
#main-navigation li li.sfHover ul {
	top: 0;
	border-left: 1px solid #2074b1;
	}
#main-navigation li li {
	background-color: #183d84;
    display: inline-block;
    display: inline-block;
    vertical-align: middle;
    width: auto !important;
    position: relative;
    height: 30px;
    line-height: 42px;
    min-height: 40px;
    margin: 9px -4px 15px 0;
	}
#main-navigation li li a {
	color: #9fe0ff;
	}
#main-navigation li a:hover,
#main-navigation li.sfHover > a,
#main-navigation li.current_page_item > a,
#main-navigation li.current-menu-item > a,
#main-navigation li.current-menu-parent > a,
#main-navigation li.current-page-parent > a,
#main-navigation li.current-page-ancestor > a,
#main-navigation li.current_page_ancestor > a {
	color: #fff;
	background: #ff640c;
	}

#main-navigation li.current-menu-parent > a{  color: #fff !important; }

#main-navigation li:hover li a,
#main-navigation li.sfHover li a { 
	margin: 0;
    padding: 13px 18px 13px 20px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    text-transform: none;
    line-height: normal;
    letter-spacing: 0.9px;
	}
#main-navigation li:hover li a:hover,
#main-navigation li.sfHover li a:hover {
	background: transparent;
	color: #ff640c;
	}


#main-navigation ul ul ul{ left: 0 !important;
    width: 200% !important;
    float: none;
    margin: 0px;
    padding: 0px;
    top: 40px !important;
    text-align: left;
    border: 0px !important; }

#main-navigation ul ul ul li{background-color: transparent;
	height: 11px !important;
	min-height: 37px;
	margin: 0px;
	width: 100% !important;
	line-height: 22px !important;
	display: block;}

#main-navigation ul ul ul li a{ float: none;
    width: auto;
    padding: 15px 20px 9px 20px !important;
    color: #1e5197 !important;
    line-height: 13px !important;
    background-color: #fff !important;
    position: relative; }

#main-navigation ul ul ul li a:hover{ color:#ff640c !important; }

#main-navigation ul ul ul li a:before{ position: absolute;
	content: "";
	width: 90%;
	height: 1px;
	background-color:#e5e5e5;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0; }

#main-navigation ul ul ul li:last-child a:before{ display: none; }

#main-navigation .sub-menu .current-menu-item a{ color: #fff; }

.sf-menu li.last ul{
    right: 0;
    text-align: right; }

/* Small Navigation */
.nav-open,
.nav-close {
	display: none;
	color: #333;
	font-size: 1.2em;
	font-weight: 400;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 50px;
	letter-spacing: 1px;
	background: #ccc;
	}


/* LAYOUT
----------------------------------------------- */
.container {
	width: 100%;
	max-width: 1200px;
	}
.content-area {
	width: 100%;
	float: left;
	}
.site-content.col-md-8 {
    width: 66.66666667%;
    float: left;
    overflow: hidden;
	} 
.side-bar.col-md-4 {
    width: 33.33333333%;
    float: right;
    overflow: hidden;
	}

/* CONTENT
----------------------------------------------- */
.site-main {
	padding: 0px;
	}
.site-content li {
	margin: 0 0 .75em;
	}
.site-content ul ul,
.site-content ul ol,
.site-content ol ol,
.site-content ol ul {
	margin-top: .75em;
	}

.sticky {
	}
.hentry {
	margin: 0px;
	-ms-word-wrap: break-word;
		word-wrap: break-word;
	}

.entry-header {
	margin: 0 0 20px;
	}
.entry-title {
	margin: 0 50px 3px 0;
	font-size: 2.4em;
	line-height: 1.2;
	}
.entry-title a {
	color: #222;
	text-decoration: none;
	}
.entry-title a:hover {
	color: #428bca;
	}
.entry-meta {
	color: #999;
	font-size: .9em;
	}
.entry-meta a {
	color: #999;
	text-decoration: none;
	}
.entry-meta a:hover {
	color: #222;
	}
.entry-meta .cat-links {
	margin: 0 20px 0 0;
	}
.entry-meta [class^="ico-"]:before {
	margin-right: 5px;
	color: #333;
	}
.comments-link {
	float: right;
	margin: 5px 0 0;
	}
.comments-link a {
	padding: 4px 10px 6px;
	display: block;
	color: #fff;
	font-size: 1.4em;
	font-weight: 400;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 1;
	background: #428bca;
	}
.entry-thumbnail {
	float: left;
	width: 250px;
	height: 175px;
	margin: 0 0 20px;
	border: 5px solid #e6e6e6;
	}
.entry-thumbnail img {
	display: block;
	}
.entry-content {
	margin: 0px;
	}
.entry-summary {
	margin: 0 0 20px 280px;
	}
.entry-footer {
	clear: both;
	padding: 8px 0;
	border-top: 0px solid #d6d6d6;
	}
.more-link,
.page-links {
	margin: 15px 0 0;
	display: block;
	text-align: center;
	}
.post-password-required label {
	float: left;
	margin: 0 10px 0 0;
	}

.page-header {
	margin: 20px 0 30px;
	padding: 15px 20px 5px;
	background: #f6f6f6;
	border: 1px solid #e6e6e6;
	}
.page-title {
	margin: 0 0 10px;
	font-size: 1.6em;
	text-transform: uppercase;
	letter-spacing: 2px;
	}

body.search .page .entry-footer {
	padding: 0;
	border-top: none;
	}

/* Author Box */
.author-info {
	margin: 0 0 30px;
	padding: 15px 20px;
	background: #f6f6f6;
	border: 1px solid #e6e6e6;
	}
.author-info .author-photo {
	float: left;
	margin: 0 30px 0 0;
	border: 5px solid #e6e6e6;
	}
.author-info .author-content {
	margin: 0 0 0 115px;
	}
.author-info .author-content h3 {
	margin: 0 0 10px;
	font-size: 1.4em;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
.author-info .author-links a {
	margin: 0 20px 0 0;
	color: #999;
	font-size: .9em;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
	}
.author-info .author-links a:hover {
	color: #333;
	}

/* Media
----------------------------------------------- */
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
	border: none;
	}
.wp-caption {
	border: 1px solid #d5d5d5;
	margin-bottom: 1.5em;
	max-width: 100%;
	}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
	}
.wp-caption-text {
	color: #999;
	font-style: italic;
	text-align: center;
	}
.wp-caption .wp-caption-text {
	margin: .5em 0;
	}
.site-content .gallery {
	margin-bottom: 1.5em;
	}
.gallery-caption {
	}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
	}
.site-content .gallery dd {
	margin: 0;
	}
.entry-attachment .attachment {
	margin: 0 0 15px;
	}

/* Navigation
----------------------------------------------- */
.site-content [class*="navigation"] {
	margin: 0 0 15px;
	overflow: hidden;
	}
[class*="navigation"] .nav-previous {
	width: 50%;
	float: left;
	}
[class*="navigation"] .nav-next {
	width: 50%;
	float: right;
	text-align: right;
	}
.site-content [class*="navigation"] a {
	display: inline-block;
	padding: 5px 15px;
	color: #fff;
	font-size: 1.3em;
	font-weight: 400;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 26px;
	background: #ccc;
	}
.site-content [class*="navigation"] a:hover {
	background: #428bca;
	}
.site-content [class*="navigation"] [class^="ico-"]:before {
	margin: 0;
	}

/* COMMENTS
----------------------------------------------- */
.comment-list {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
	}
.comment-list ul.children {
	margin: 0 0 0 50px;
	list-style: none;
	}
.comment-list li.comment,
.comment-list li.pingback {
	margin: 0;
	padding: 0;
	}
.comment-list li.pingback p {
	margin: 0;
	font-style: italic;
	}
.comment-list li.comment .comment-body {
	padding: 30px 0 20px;
	border-bottom: 1px solid #d6d6d6;
	}
.comment-list li.comment .comment-author .avatar {
	float: left;
	margin: 0 20px 0 0;
	display: block;
	}
.comment-list li.comment .comment-author .fn {
	color: #999;
	font-size: 1.2em;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	}
.comment-list li.comment .comment-author .fn a {
	color: #333;
	text-decoration: none;
	}
.comment-list li.comment .comment-author .fn a:hover {
	color: #428bca;
	}
.comment-list li.comment .comment-metadata {
	margin: 0 0 2px;
	font-size: .875em;
	}
.comment-list li.comment .comment-metadata a {
	color: #999;
	text-decoration: none;
	}
.comment-list li.comment .comment-metadata a:hover {
	color: #333;
	}
.comment-list li.comment .reply {
	float: right;
	}
.comment-list li.comment .reply a {
	color: #428bca;
	font-size: .9em;
	font-weight: 300;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	}
.comment-list li.comment .reply a:hover {
	color: #333;
	}
.comment-content {
	clear: both;
	margin: 20px 0 0;
	}
.comment-content a {
	word-wrap: break-word;
	}
.bypostauthor {
	}

/* Comment Form */
#reply-title {
	margin: 20px 0 15px;
	padding: 0 0 15px;
	font-size: 1.5em;
	text-transform: uppercase;
	border-bottom: 1px solid #d6d6d6;
	}
#cancel-comment-reply-link {
	margin: 0 0 0 10px;
	color: #333;
	font-size: .9em;
	text-decoration: none;
	}
#commentform {
	margin: 0;
	padding: 0;
	}
#commentform label {
	font-size: 1.2em;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	}
#commentform textarea {
	height: 100px;
	}

/* WIDGETS
----------------------------------------------- */
.widget {
	margin: 0 0 30px;
	}
.widget-title {
	margin: 0;
	font-size: 1.6em;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-bottom: 1px solid #d6d6d6;
	}
.widget-title span {
	margin: 0 0 -1px;
	display: inline-block;
	line-height: 40px;
	border-bottom: 3px solid #428bca;
	}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
	}

.widget ul {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
	}
.widget ul ul {
	margin: 6px 0 -7px;
	padding: 0 0 0 15px;
	border-top: 1px solid #e6e6e6;
	}
.widget li {
	padding: 6px 0;
	border-bottom: 1px solid #e6e6e6;
	}

.widget li a {
	color: #333;
	}
.widget li a:hover {
	color: #428bca;
	}

/* Widget Text */
.widget_text .textwidget {
	margin: 15px 0 0;
	}

/* Widget Tabs */
.widget_construrama_tabs .widget-tab-nav {
	margin: 0;
	border-bottom: 1px solid #e6e6e6;
	*zoom: 1;
	}
.widget_construrama_tabs .widget-tab-nav li {
	float: left;
	width: 33.3%;
	margin: 0;
	padding: 0;
	text-align: center;
	border: none;
	}
.widget_construrama_tabs .widget-tab-nav li a {
	display: block;
	padding: 5px 15px;
	color: #999;
	font-size: 1.3em;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 30px;
	background: #ccc;
	border: none;
	border-radius: 0;
	}
.widget_construrama_tabs .widget-tab-nav li a:hover,
.widget_construrama_tabs .widget-tab-nav li a:focus {
	color: #fff;
	text-decoration: none;
	}
.widget_construrama_tabs .widget-tab-nav li.active a {
	color: #fff;
	background: #428bca;
	}
.widget_construrama_tabs .widget-tab-content .tab-pane {
	margin: 0;
	display: none;
	background: #f6f6f6;
	border: 1px solid #e6e6e6;
	}
.widget_construrama_tabs .widget-tab-content .active {
	display: block;
	}
.widget_construrama_tabs .widget-tab-content .tab-pane ul {
	margin: 0;
	}
.widget_construrama_tabs .widget-tab-content .tab-pane li {
	margin: 0;
	padding: 10px;
	}
.widget_construrama_tabs .widget-entry-thumbnail {
	float: left;
	width: 50px;
	height: 50px;
	border: 3px solid #d6d6d6;
	}
.widget_construrama_tabs .widget-entry-thumbnail img {
	width: 50px;
	height: 50px;
	display: block;
	}
.widget_construrama_tabs .widget-entry-summary {
	margin: 3px 0 0 65px;
	}
.widget_construrama_tabs .widget-entry-content span,
.widget_construrama_tabs .widget-entry-summary span {
	color: #999;
	font-size: 1em;
	}
.widget_construrama_tabs .widget-entry-content h4,
.widget_construrama_tabs .widget-entry-summary h4 {
	margin: 0;
	font-size: 1.3em;
	text-transform: uppercase;
	line-height: 1.2;
	}
.widget_construrama_tabs .widget-entry-content h4 a,
.widget_construrama_tabs .widget-entry-summary h4 a {
	}
.widget_construrama_tabs .widget-entry-content h4 a:hover,
.widget_construrama_tabs .widget-entry-summary h4 a:hover {
	text-decoration: none;
	}
.widget_construrama_tabs #widget-tab-tags {
	padding: 10px;
	line-height: 1.4;
	}
.widget_construrama_tabs #widget-tab-tags a {
	color: #999;
	text-decoration: none;
	}
.widget_construrama_tabs #widget-tab-tags a:hover {
	color: #333;
	}

/* Widget oEmbed */
.widget_construrama_media_embed .widget-oembed-content {
	margin: 15px auto 5px;
	}
.widget_construrama_media_embed embed,
.widget_construrama_media_embed iframe,
.widget_construrama_media_embed object,
.widget_construrama_media_embed video {
	width: 100%;
	max-width: 100%;
	min-height: 200px;
	max-height: 250px;
	}
.widget_construrama_media_embed .widget-oembed-description {
	margin: 0 0 15px;
	}

/* Widget Social Icons */
.widget_construrama_social_icons li {
	float: left;
	margin: 15px 10px 0 0;
	padding: 0;
	text-align: center;
	border: none;
	}
.widget_construrama_social_icons li a {
	display: block;
	}
.widget_construrama_social_icons li a [class^="ico-"]:before {
	width: 40px;
	margin: 0;
	color: #fff;
	font-size: 20px;
	line-height: 40px;
	background: #ccc;
	}
.widget_construrama_social_icons li a:hover [class^="ico-"]:before {
	background: #428bca;
	}

/* Widget Flickr */
.widget_construrama_flickr_stream .widget-flickr-stream {
	margin: 0 -6px;
	}
.widget_construrama_flickr_stream .flickr_badge_image {
	float: left;
	width: 55px;
	display: block;
	margin: 15px 6px 0 6px;
	border: 5px solid #e5e5e5;
	}
.widget_construrama_flickr_stream .flickr_badge_image img {
	display: block;
	}

/* Header Widgets */
.site-header .widget {
	float: none;
	clear: both;
	margin: 0px;
	text-align: none;
	}

/* SIDEBAR
----------------------------------------------- */
.site-sidebar {
	font-size: .9em;
	}

.site-sidebar .widget_search .search-form {
	margin: 15px 0;
	}
.site-sidebar .widget_search .search-field {
	float: left;
	width: 68%;
	margin: 0 10px 0 0;
	}
.site-sidebar .widget_search .search-submit {
	font-size: 1.3em;
	}

.site-sidebar .widget_archive select,
.site-sidebar .widget_categories select {
	width: 100%;
	height: 30px;
	margin: 15px 0 0;
	}

/* SITE EXTRA
----------------------------------------------- */
.site-extra {
	padding: 52px 0 40px 0;
	color: #666;
	font-size: .9em;
	/*background: #ccc;*/
	}
.site-extra .widget li a {
	color: #999;
	text-decoration: none;
	}
.site-extra .widget li a:hover {
	color: #428bca;
	}
.site-extra .pad {
	margin: 0px;
	}
.site-extra .widget-area {
	float: left;
	width: 25%;
	}
.extra-one .widget-area {
	width: 100%;
	}
.extra-two .widget-area {
	width: 50%;
	}
.extra-three .widget-area {
	width: 33.3%;
	}
.site-extra .widget {
	margin: 0 15px 30px;
	padding: 0;
	border: none;
	}
.site-extra .widget-title {
	color: #999;
	border-bottom-color: #444;
	}
.site-extra .widget li {
	border-bottom-color: #111;
	}

.site-extra .widget_construrama_social_icons li a [class^="ico-"]:before {
	width: 25px;
	line-height: 25px;
	background: none;
	}
.site-extra .widget_construrama_social_icons li a:hover [class^="ico-"]:before {
	color: #428bca;
	}

/* FOOTER
----------------------------------------------- */
.site-footer {
	padding: 0px 0;
	color: #999;
	font-size: .9em;
	background: #f4f6f9;
	clear: both;
	}
.site-footer a {
	color: #fff;
	text-decoration: none;
	}
.site-footer a:hover {
	color: #428bca;
	}
.site-info {
	float: none;
	}
.site-credit {
	float: none;
    line-height: 34px;
    overflow: hidden;
    color: #fff;
    background-color: #EAAE35;
	}
.site-credit p{
    line-height: 47px;
    margin: 0px;
    text-align: center;
	}
    
 .post-password-required{     text-align: center;
    min-height: 450px;
    padding-top: 85px;
    position: relative;
    z-index: 9; }

.post-password-required label {
    text-align: center;
    float: none;
}