/* LOCAL IMPORTS */
@import url(media/css/bootstrap.min.css);

@import url(media/css/typography.css);
@import url(media/css/icons-all.css);

@import url(media/css/navigation.css);
@import url(media/css/effects.css);
@import url(media/css/menu-effects.css);

@import url(media/css/header.css);
@import url(media/css/nav.css);

@import url(media/css/blog.css);
@import url(media/css/single-portfolio.css);
@import url(media/css/forms.css);

@import url(media/css/elements.css);

@import url(media/css/widgets.css);

@import url(media/css/comments.css);
@import url(media/css/comments-typography.css);

@import url(media/css/footer.css);
@import url(media/css/prettyPhoto.css);
@import url(media/css/jquery.jscrollpane.css);


/* ALIGN TEXT */
.align-none{
    text-align: none;
}
.align-left{
    text-align: left;
}
.align-center{
    text-align: center;
}
.align-justify{
    text-align: justify;
}
.align-right{
    text-align: right;
}

/* WORDPRESS */
.alignleft,
.alignright{
    margin-top: 10px;
    margin-bottom: 10px;
}
.alignnone,
.aligncenter{
    margin-top: 25px;
    margin-bottom: 25px;
}
.alignleft{
    float:left;
    margin-right: 15px;
}
.alignright{
    float:right;
    margin-left: 15px;
}
.aligncenter{
    clear:both;
    display: block;
    margin-left:auto;
    margin-right:auto;
    text-align: center;
}

.sticky,
.gallery-caption,
.bypostauthor{}

.wp-caption,
.wp-caption p,
.wp-caption a{
    font-style: italic;
}
.wp-caption,
.wp-caption p{
    color: #454545;
}
.content-border .hentry .wp-caption p,
.content-border .hentry .wp-caption p.wp-caption-text{
    border-bottom: 1px solid #101010;
    color: #454545;
    padding: 10px;
    margin: 0px 0px;
}
.single-portfolio .thumbnail-content footer,
.content-border .hentry .post-thumbnail footer{
    border-bottom: 1px solid #101010;
    color: #454545;
    font-style: italic;
    padding: 10px;
}
.wp-caption img{
    display: block;
    margin: 0px auto;
}

.mythemes-round-corners{
  -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
        border-radius: 5px;  
}

code {
    background: #e9e9e9;
    font-size: 12px;
    padding: 2px 8px;
  
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
}
code {
    font-family: Consolas,"Liberation Mono",Courier,monospace;
    font-weight: 400;
    color: #333;
}
/*
.mythemes-page-header {
	padding: 0px;
	margin-top: 88px;
}*/


div.mythemes-topper {
	background-color: #000;
}

ul.mythemes-list-menu {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.mythemes-list-menu li.menu-item {
	float: left;
}

ul.mythemes-list-menu li.menu-item a {
	padding: 0px 15px;
	line-height: 78px;
	display: block;
	color: #999999;
	/*font-weight: 400;*/
	/*font-size: 15px;*/
}

.content .type-page p a {
	color: #999999;
}

#header-menu {
	background-color: #000;
}

ul.mythemes-list-menu li.menu-item a:hover {
	color: #cdcdcd;
}

div.mythemes-topper {
	height: 88px;
}

div.mythemes-topper {
	border-bottom: 10px solid rgba(255, 255, 255, 0.1);
}

div.nav-spacer {
	content: ' ';
	width: 100px;
}

.content {
	padding-top: 30px;
}
/*
.post-thumbnail {
	overflow: hidden;
	height: 200px;
	margin-bottom: 20px;
}
*/

h1.brand .mythemes-logo {
	font-family: Arial, sans-serif, Helvetica !important;
}

a.brand {
	margin-top: 5px;
}

/*
.mythemes-page-header h1 {
	display: none;
}
*/
.mythemes-page-header {
	padding: 92px 0 23px;
	background: none;
}

@media(max-width: 768px) {
	.mythemes-page-header {
		padding: 50px 0 23px;
	}
}


.mythemes-portfolio-sl-thumbs {
	padding: 10px 0;
	/*margin: 0 auto;*/
	display: table;
	margin-bottom: 50px;
}

.mythemes-portfolio-sl-thumbs ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mythemes-portfolio-sl-thumbs ul li {
	float: left;
}

.mythemes-portfolio-sl-thumbs ul li a {
	padding: 0 10px 10px 0;
	display: block;
}

.mythemes-portfolio-sl-thumbs ul li a img {
	width: 75px;
	height: 56px;
}

.single-portfolio .post-thumbnail {
	margin-bottom: 0;
}

.single-portfolio {
	padding-top: 0 !important;
}

.text-right h5 {
	margin: 0;
	padding: 0;
}

.full-bg {
	background-color: #1A1A1A;
	padding: 0;
}

.mythemes-sh-content img, .full-bg img {
	margin: 0;
	padding: 0;
}

.navbar-collapse {
	padding: 0;
}

.mythemes-nav-menu {
	margin-left: -30px;
}

h5, h6 {
	color: #999999 !important;
}

.post-148 h5, .post-356 h5 {
	color: #ededed !important;
}

footer .mythemes-copyright {
	background: #1A1A1A;
	padding: 20px 0;
}

footer {
	margin-top: 150px;
	margin-bottom: 150px;
}

article.portfolio h3 {
	margin: 50px 0;
}

.mythemes-page-header span {
	color: #999;
}

footer .mythemes-copyright p {
	color: #777777;
}

footer .mythemes-copyright a:hover {
	text-decoration: none;
}

ul.mythemes-list-menu li.menu-item a:hover {
	color: #ededed;
}

.extra-margin-top {
	margin-top: 50px;
}

.mythemes-sh-content p {
	color: #999;
}

.mythemes-sh-content h5 {
	margin-top: 30px;
}
/*
h3.post-title, .portfolio h4 a {
	text-transform: uppercase;
}
*/
h6 {
font-size:14px !important;
}