/*
TABLE OF CONTENT
==================================================================

Layout Basics
Section Styles
Sections
	Top Slider with Hero
	About Us
		Progress Bar
		Icon Counter
		Team Member
	Services
		Feature
	Work
		Projects Filter-Tabs
		Projects Item
		Quotes
		Logos
	Journal
		Blog Item
		Twitter
	Contact
		Map Launcher
		Contact Details
		Contact Form
	Projects
		Menu
		Project Item
	Blog List
		Post
		Right Column
	Blog Post
		Post Item
		Comments
		Right Column (common with Blog List)
Media Queries
	- @media all and (max-width: 1024px) {}
	- @media all and (max-width: 1005px) {}
	- @media all and (min-width: 768px) {}
	- @media all and (max-width: 767px) {}
	- @media all and (max-width: 640px) {}
	- @media all and (max-width: 360px) {}
	- @media all and (max-width: 320px) {}

*/

/* ********************************************** */
/*  LAYOUT BASICS                                 */
/* ********************************************** */
      
html {
height: 100%;
}

body {
height: 100%;
min-height: 100%;
}

#top-menu, #mu-project-menu {
background: #ffffff;
height: 75px;
width: 100%;
-webkit-box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.25);
-moz-box-shadow:    0px 1px 3px 0px rgba(50, 50, 50, 0.25);
box-shadow:         0px 1px 3px 0px rgba(50, 50, 50, 0.25);
}

a.mu-button.mu-button-centered {
float: none;
} 

.mu-footer-submit, ul.mu-footer-socials li a, .mu-section.mu-map-launcher, .mu-twitter-links a, a.mu-button, a.mu-blog-item-button, a.mu-project-item-button, ul.mu-tabs li a, .mu-feature .mu-feature-oval, .mu-feature .mu-feature-content, a.mu-rounded {
-webkit-transition: all 0.1s linear 0s; /* For Safari 3.1 to 6.0 */
transition: all 0.1s linear 0s;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
background: none;
}

a.mu-rounded {
font-size: 12px;
color: #fff;
line-height: 32px;
height: 36px;
padding: 0 15px;
border: 2px solid #fff;
border-radius: 20px;
display: inline-block;
margin-top: 10px;
margin-right: 10px;
text-decoration: none;
}

a.mu-rounded:hover {
color: #ffffff !important;
}

.float-l {
float: left;
}

.float-r {
float: right;
}

.clear {
clear: both;
}

.h10 { height: 10px; }
.h20 { height: 20px; }
.h30 { height: 30px; }
.h40 { height: 40px; }
.h50 { height: 50px; }

.mu-col-image {
width: 100%;
}

.col-no-pad {
padding: 0;
}

.col-md-4 .mu-col-image {
max-width: 420px;
}

.col-md-7 .mu-col-image {
max-width: 640px;
}

#mu-popup {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: #fff;
opacity: 0;
overflow: auto;
z-index: 8000;
}

#mu-popup-loading {
position: absolute;
left: 0;
right: 0;
top: 50%;
margin-top: -50px;
text-align: center;
}

#mu-popup-loading i {
font-size: 100px;
}

ul.mu-tabs li a:hover, a.mu-project-item-button:hover, a.mu-blog-item-button:hover, .mu-post-button-outer a.mu-post-button:hover , a.mu-button:hover, input[type=submit]:hover {
color: #ffffff !important;
}

a.mu-button, input[type=submit] {
background: none repeat scroll 0 0 #fff;
border: 2px solid #eaeaea;
border-radius: 20px;
color: #333;
display: inline-block;
font-size: 12px;
height: 38px;
line-height: 36px;
padding: 0 15px;
text-decoration: none;
margin-right: 10px;
float: left;
cursor: pointer;
}

a.mu-button-contrast {
background: none;
color: #fff;
}

a.mu-button-top {
float: none;
display: inline-block;
margin: 0 10px;
}

#jpreOverlay {
background: #fff;
}

#jpreSlide{
	font-size:22px;
	font-weight:bold;
	color:#ccc;
	text-align:center;
	width:50%;
	height:50%;
	background: #fff url(../images/logo153_159.png) no-repeat center center;	
	margin-bottom: 200px;
}
#jpreLoader{
	width:100%;
	height:8px;
	margin-top: 66px;
}

#jpreBar {
	background: #333;
}

#jprePercentage {
	color:#333;
	font-weight:bold;
	text-align:center;
	font-size: 18px;
	top:-80px
}

#mu-header {
height: 77px;
line-height: 77px;
z-index: 2000;
-webkit-box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.25);
-moz-box-shadow:    0px 1px 3px 0px rgba(50, 50, 50, 0.25);
box-shadow:         0px 1px 3px 0px rgba(50, 50, 50, 0.25);
}

.navbar-header {
height: 75px;
}

#header-navigation {
background: #fff;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
background: none;
}

@-webkit-keyframes headerFloating {
	0% {
		margin-top: -77px;
	}
	100% {
		margin-top: 0;
	}
}
@keyframes headerFloating {
	0% {
		margin-top: -77px;
	}
	100% {
		margin-top: 0;
	}
}

.floating {
    animation: 0.8s ease 0s normal none 1 headerFloating;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.075);
    min-height: 77px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99998;
}

.navbar {
margin-bottom: 0;
border-radius: 0;
}

a.mu-button.mu-button-top:hover {
background: #fff;
color: #333 !important;
border-color: #fff;
}

a.mu-button.mu-button-top.mu-color-button:hover {
background: #333 !important;
color: #fff !important;
border-color: #333;
}



/* ********************************************** */
/*  SECTION STYLES                                */
/* ********************************************** */

section {
position: relative;
}

h4.section-title.mu-text-left {
text-align: left;
}

h5.mu-small-title {
font-size: 12px;
color: #333;
letter-spacing: 1px;
margin: 0;
padding: 0;
}

p.no-margin {
margin: 0;
}

h4.mu-title {
font-size: 18px;
color: #333;
letter-spacing: 1px;
margin: 40px 0 22px 0;
}

h1.section-title {
color: #fff;
font-size: 60px;
text-align: center;
margin: 0;
padding: 0;
}

h4.section-title {
color: #333333;
font-size: 12px;
opacity: 0.2;
display: block;
text-align: center;
margin: 0 auto;
margin-bottom: 55px;
}

h4.section-title span {
border-bottom: 3px solid #333333;
padding-bottom: 8px;
}

h2.section-title {
font-size: 48px;
color: #333;
text-align: center;
margin-bottom: 70px;
}

p {
font-size: 15px;
color: #333;
line-height: 28px;
}

/* ESTE ES PARA CAMBIAR EL ANCHO DE LA BANDA FONDO BLANCO DONDE VAN LOS TITULOS PRINCIPALES EN EL CUERPO*/
.mu-section {
position: relative;
padding: 15px 0;
}

/* ESTE ES PARA CAMBIAR EL ANCHO DE LA BANDA FONDO NEGRO DONDE VAN LOS TITULOS PRINCIPALES EN EL CUERPO*/
.mu-section-contrast {
padding: 15px 0;
}

.mu-parallax {
height: 100%;
backface-visibility: visible;
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
background-attachment: fixed !important;
}

.mu-extra-pad {
padding: 0 10px;
}

.mu-dark-mask {
background: rgba(0,0,0,0.6);
left: 0;
right: 0;
top: 0;
bottom: 0;
position: absolute;
}

.mu-section-contrast h1 {
color: #fff;
font-size: 30px;
margin-bottom: 25px;
}

.mu-section-contrast p {
color: #fff;
}

/* ESTE ES EL ALTO DE CADA SECCION DE TITULOS: */
.mu-padding-large {
padding: 20px 0;
}

.mu-no-bottom-pad {
padding-bottom: 0;
}

.mu-footer {
height: 70px;
line-height: 70px;
background: #262626;
font-size: 12px;
color: #fff;
text-align: center;
}



/* ********************************************** */
/*  SECTIONS                                      */
/* ********************************************** */

/* ********************************************** */
/*  TOP SLIDER WITH HERO                          */
/* ********************************************** */
h2.mu-nombre-main {
font-size: 40px;
color: #fff;
letter-spacing: 1px;
}

h1.mu-main-title {
font-size: 60px;
color: #fff;
letter-spacing: 1px;
}

h1.mu-main-title-border {
border: 5px solid #fff;
border-radius: 3px;
display: inline-block;
padding: 20px 30px;
}

h5.mu-main-subtitle {
font-size: 12px;
color: #fff;
letter-spacing: 1px;
margin: 25px;
}

h4.mu-main-subtitle-no-ucase {
font-size: 18px;
color: #fff;
font-weight: bold;
letter-spacing: 1px;
margin: 25px;
margin: 5px 0;
text-transform: none;
}

.mu-hero-line {
width: 140px;
height: 15px;
border-bottom: 3px solid #fff;
display: inline-block;
}

ul.mu-top-slider {
width: 100%;
height: 100%;
min-height: 100%; 
margin: 0;
padding: 0;
}

ul.mu-top-slider li {
width: 100%;
height: 100%;
}

ul.mu-top-slider.mu-menu-pad {
margin-bottom: 75px; 
}

#top-menu.mu-top-fixed {
position: fixed;
top: 0;
z-index: 8000;
}

.h20-percent { height: 20%; }
.h25-percent { height: 25%; }
.h30-percent { height: 30%; }
.h40-percent { height: 40%; }
.h50-percent { height: 50%; }
.h60-percent { height: 60%; }

.container.h-percent .row { height: 100%; }
.container.h-percent .row > div { height: 100%; position: relative; }

.mu-center {
text-align: center;
}

.mu-fullscreen {
display: table;
position: absolute;
height: 100%;
width: 100%;
}

.mu-fullscreen .mu-row {
display: table-row;
}

.mu-fullscreen .mu-row .mu-cell {
display: table-cell;
vertical-align: middle;
}

.mu-top-go-down {
font-size: 30px;
color: #fff;
}

.mu-subitem {
width: 100%;
}

.mu-top-slider-pager-outer {
display: table;
position: absolute;
right: 3%;
top: 0;
bottom: 0;
z-index: 1000;
}

.mu-top-slider-pager-outer .mu-top-slider-pager {
vertical-align: middle;
display: table-cell;
}

ul.mu-top-slider li.mu-top-slider-pager-outer {
width: auto;
}

.mu-top-slider-pager a {
width: 14px;
height: 14px;
background: url(../images/mu-quotes-pager.png) no-repeat right 0;
display: block;
padding-top: 14px;
overflow: hidden;
margin: 6px 0;
cursor: pointer;
}

.mu-top-slider-pager a.pager-active {
background-position: 0 0;
}



/* ********************************************** */
/*  ABOUT US                                      */
/* ********************************************** */

/* ********************************************** */
/*  PROGRESS BAR                                  */
/* ********************************************** */

.mu-progress-bar {
width: 100%;
color: #333;
position: relative;
margin-bottom: 35px;
}

.mu-progress-bar-title {
font-size: 12px;
display: block;
}

.mu-progress-bar-outer {
height: 8px;
width: 100%;
background: #eaeaea;
border-radius: 5px;
margin-top: 10px;
}

.mu-progress-bar-inner {
border-radius: 5px;
height: 8px;
width: 0;
}

.mu-progress-bar-value {
position: absolute;
left: -4%;
bottom: 12px;
background: url(../images/mu-progress-bar-value-bg.png) no-repeat 0 0;
width: 50px;
height: 24px;
font-size: 12px;
color: #fff;
text-align: center;
margin-left: -25px;
}



/* ********************************************** */
/*  ICON COUNTER                                  */
/* ********************************************** */

.mu-icon-counter {
text-align: center;
color: #fff;
}

.mu-icon-counter i.fa {
font-size: 60px;
}

.mu-icon-counter-count {
font-size: 48px;
display: block;
}

.mu-icon-counter-title {
font-size: 12px;
margin-top: 20px;
display: block;
}



/* ********************************************** */
/*  TEAM MEMBER                                   */
/* ********************************************** */

.mu-team-member {
text-align: center;
}

.mu-team-member-foto {
width: 100%;
max-width: 270px;
position: relative;
}

.mu-team-member-foto img {
width: 100%;
max-width: 270px;
}

.mu-team-member-contact {
background: rgba(51,51,51,0.8);
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
opacity: 0;
}

.mu-team-member-name {
display: block;
font-size: 18px;
letter-spacing: 1px;
text-align: left;
margin: 23px 0 2px 0;
}

.mu-team-member-position {
color: #333;
opacity: 0.2;
font-size: 12px;
display: block;
text-align: left;
}

.mu-team-member-info {
font-size: 13px;
color: #333;
display: block;
text-align: left;
margin-top: 20px;
line-height: 22px;
}

.mu-team-member-contact .mu-git {
position: absolute;
bottom: 50%;
left: 0;
right: 0;
height: 32px;
line-height: 32px;
font-size: 12px;
color: #ffffff;
}

.mu-team-member-contact ul.mu-socials {
position: absolute;
top: 50%;
height: 50px;
left: 0;
right: 0;
margin: 0;
padding: 0;
height: 32px;
line-height: 32px;
text-align: center;
}

.mu-team-member-contact ul.mu-socials li {
display: inline-block;
margin: 0 5px;
}

.mu-team-member-contact ul.mu-socials li a {
font-size: 14px;
color: #ffffff;
padding: 0 5px;
}



/* ********************************************** */
/*  SERVICES                                      */
/* ********************************************** */

/* ********************************************** */
/*  FEATURE                                       */
/* ********************************************** */

.mu-feature {
display: block;
padding: 15px 0;
clear: both;
cursor: pointer;
}

.mu-feature-right {
text-align: right;
}

.mu-feature-left {
text-align: left;
}

.mu-feature-oval {
width: 60px;
height: 60px;
border: 2px solid #000;
line-height: 60px;
text-align: center;
font-size: 20px;
border-radius: 50%;
display: block;
}

.mu-feature-box {
width: 60px;
height: 60px;
border: none;
line-height: 60px;
text-align: center;
font-size: 20px;
border-radius: 0px;
display: block;
}

.mu-feature-right a.mu-feature-oval {
float: right;
margin-left: 20px;
}

.mu-feature-right a.mu-feature-box {
float: right;
margin-left: 20px;
}

.mu-feature-left a.mu-feature-oval {
float: left;
margin-right: 20px;
}

.mu-feature-left a.mu-feature-box {
float: left;
margin-right: 20px;
}

a.mu-feature-oval {
color: #000;
}

.mu-feature:hover .mu-feature-oval i{
color: #fff;
}

.mu-feature:hover .mu-feature-box i{
color: #fff;
}

.mu-feature:hover .mu-feature-content {
opacity: 1;
}

.mu-feature-title {
font-size: 18px;
color: #333;
letter-spacing: 1px;
}

.mu-feature-content {
font-size: 12px;
color: #333;
display: block;
letter-spacing: 1px;
opacity: 0.2;
}

.mu-feature-left .mu-feature-content {
padding-left: 20px;
margin-left: 60px;
}

.mu-feature-right .mu-feature-content {
width: 78%;
}

.mu-section-contrast h4.section-title {
color: #fff;
opacity: 1;
}

.mu-section-contrast h4.section-title span {
border-bottom: 3px solid #fff;
}

.mu-section-contrast h2.section-title {
color: #fff;
}



/* ********************************************** */
/*  WORK                                          */
/* ********************************************** */

/* ********************************************** */
/*  PROJECTS FILTER-TABS                          */
/* ********************************************** */

ul.mu-tabs {
width: 100%;
text-align: center;
margin: 0;
padding: 0;
listy-style: none;
margin-bottom: 100px;
}

ul.mu-tabs li {
display: inline-block;
margin: 0 10px;
}

ul.mu-tabs li a {
font-size: 12px;
color: #333;
line-height: 32px;
height: 36px;
padding: 0 15px;
border: 2px solid #333;
border-radius: 20px;
display: inline-block;
text-decoration: none;
}

ul.mu-tabs li.active a {
background: #333;
color: #fff;
}



/* ********************************************** */
/*  PROJECTS ITEM                                 */
/* ********************************************** */

.mu-project-item {
border: 2px solid #eaeaea;
max-width: 400px;
position: relative;
margin-bottom: 50px;
border-radius: 3px;
}

.mu-project-item img {
width: 100%;
max-width: 400px;
}

.mu-project-item-title {
display: block;
margin-top: 25px;
font-size: 18px;
color: #333;
letter-spacing: 1px;
text-align: center;
}

.mu-project-item-category {
font-size: 12px;
opacity: 0.2;
color: #333;
letter-spacing: 1px;
text-align: center;
display: block;
text-align: center;
margin-bottom: 40px;
}

.mu-project-item-button-outer , .mu-blog-item-button-outer, .mu-post-button-outer {
position: absolute;
height: 40px;
left: 0;
right: 0;
bottom: 0;
margin-bottom: -20px;
text-align: center;
}

a.mu-project-item-button , a.mu-blog-item-button, a.mu-post-button {
font-size: 12px;
color: #333;
line-height: 36px;
height: 38px;
padding: 0 15px;
border: 2px solid #eaeaea;
border-radius: 20px;
display: inline-block;
text-decoration: none;
background: #fff;
}



/* ********************************************** */
/*  QUOTES                                        */
/* ********************************************** */

.mu-quotes {
text-align: center;
}

.mu-quotes-icon {
font-size: 40px;
color: #fff;
}

ul.mu-quotes-list {
margin: 0 200px;
padding: 0;
list-style: none;
}

ul.mu-quotes-list li .mu-quotes-quote {
font-style: italic;
color: #fff;
font-size: 20px;
font-size: 20px;
padding: 10px 0;
}

ul.mu-quotes-list li .mu-quotes-author {
font-size: 12px;
color: #fff;
display: block; 
}

.mu-quotes-pager span {
width: 14px;
height: 14px;
background: url(../images/mu-quotes-pager.png) no-repeat right 0;
display: inline-block;
padding-top: 14px;
overflow: hidden;
margin: 0 3px;
cursor: pointer;
}

.mu-quotes-pager span.cycle-pager-active {
margin-top: 45px;
background: url(../images/mu-quotes-pager.png) no-repeat 0 0;
}



/* ********************************************** */
/*  LOGOS                                         */
/* ********************************************** */

.mu-section-logos {
background: #f3f3f3;
padding: 50px 0;
}

.mu-section-logos .col-md-3 {
text-align: center;
}

a.mu-logo {
display: inline-block;
}

.mu-logo img {
width: 100%;
}



/* ********************************************** */
/*  JOURNAL                                       */
/* ********************************************** */

/* ********************************************** */
/*  BLOG ITEM                                     */
/* ********************************************** */

.mu-blog-item-outer {
width: 33.33%;
padding: 15px;
min-width: 300px;
}

.mu-blog-item {
border: 2px solid #eaeaea;
position: relative;
margin-bottom: 20px;
border-radius: 3px;
}

.mu-blog-item img {
width: 100%;
max-width: 400px;
}

.mu-blog-item-content {
padding: 25px 30px;
}

.mu-blog-item-title {
display: block;
font-size: 18px;
color: #333;
letter-spacing: 1px;
}

.mu-blog-item-category {
font-size: 12px;
opacity: 0.2;
color: #333;
letter-spacing: 1px;
display: block;
text-align: left;
}

.mu-blog-item-info {
font-size: 13px;
color: #333;
display: block;
text-align: left;
margin-top: 20px;
line-height: 22px;
}

.mu-blog-item-date {
font-size: 12px;
opacity: 0.2;
color: #333;
letter-spacing: 1px;
display: block;
text-align: left;
line-height: 50px;
height: 50px;
}



/* ********************************************** */
/*  TWITTER                                       */
/* ********************************************** */

.mu-twitter {
text-align: center;
}

.mu-twitter-icon {
font-size: 40px;
color: #fff;
}

.mu-twitter-list ul {
margin: 0;
padding: 0;
list-style: none;
}

.mu-twitter-list ul li {
width: 100%;
}

.mu-twitter-list ul li .mu-twitter-tweet {
font-style: italic;
color: #fff;
font-size: 18px;
padding: 30px 0;
}

.mu-twitter-pager span {
width: 14px;
height: 14px;
background: url(../images/mu-quotes-pager.png) no-repeat right 0;
display: inline-block;
padding-top: 14px;
overflow: hidden;
margin: 0 3px;
cursor: pointer;
}

.mu-twitter-pager span.cycle-pager-active {
margin-top: 45px;
background: url(../images/mu-quotes-pager.png) no-repeat 0 0;
}

.mu-twitter-date {
font-size: 12px;
color: #fff;
letter-spacing: 1px;
display: block;
text-align: center;
line-height: 50px;
height: 50px;
padding-top: 15px;
}

.mu-twitter-tweet a {
font-style: italic;
}

.mu-twitter-links {
display: block;
list-style: none;
text-align: center;
margin: 0;
padding: 0;
}

.mu-twitter-links a {
font-size: 12px;
color: #fff;
letter-spacing: 1px;
display: inline-block;
margin: 0 15px;
}

.mu-twitter-links a i {
margin-right: 5px;
}



/* ********************************************** */
/*  CONTACT                                       */
/* ********************************************** */

/* ********************************************** */
/*  MAP LAUNCHER                                  */
/* ********************************************** */

/* Jugando con height y line-height para lograr la ubicación centrada del título.*/
.mu-map-launcher {
height: 70px;
line-height: 50px;
color: #fff;
font-size: 18px;
text-align: center;
cursor: pointer;
}

.mu-map-launcher:hover {
background: #fff;
}

.mu-map-content {
display: block;
height: 400px;
}



/* ********************************************** */
/*  CONTACT DETAILS                               */
/* ********************************************** */

.mu-contact {
background: #262626;
}

ul.mu-contact-list {
list-style: none;
margin: 0;
padding: 0;
margin-bottom: 45px;
}

ul.mu-contact-list li {
font-size: 18px;
color: #fff;
margin-bottom: 15px;
}

ul.mu-contact-list li i {
font-size: 14px;
width: 25px;
}

ul.mu-footer-socials {
list-style: none;
margin: 0;
padding: 0;
}

ul.mu-footer-socials li {
float: left;
width: 60px;
}

ul.mu-footer-socials li a {
color: #fff;
}

ul.mu-footer-socials li a i {
font-size: 30px;
}



/* ********************************************** */
/*  CONTACT FORM                                  */
/* ********************************************** */

input.mu-footer-input {
color: #fff;
font-size: 12px;
border: 2px solid #3c3c3c;
background: none;
height: 35px;
line-height: 35px;
padding: 0 12px;
width: 100%;
display: block;
margin-bottom: 30px;
border-radius: 3px;
}

input.mu-footer-input:focus {
border: 2px solid #666;
}

input.mu-footer-input.mu-half-input-left {
width: 48%;
margin-right: 2%;
float: left;
}

input.mu-footer-input.mu-half-input-right {
width: 48%;
margin-left: 2%;
float: right;
}

textarea.mu-footer-textarea {
width: 100%;
color: #fff;
font-size: 12px;
border: 2px solid #3c3c3c;
background: none;
height: 35px;
padding: 12px;
width: 100%;
display: block;
margin-bottom: 30px;
height: 100px;
border-radius: 3px;

}

textarea.mu-footer-textarea:focus {
border: 2px solid #666;
}

input[type=submit].mu-footer-submit {
background: none !important;
border: 2px solid #fff;
border-radius: 20px;
color: #fff !important;
display: inline-block;
font-size: 12px;
height: 36px;
line-height: 34px;
padding: 0 15px;
text-decoration: none;
}

input[type=submit].mu-footer-submit:hover {
border-color: #fff !important;
color: #333 !important;
background: #fff !important;
}

.mu-contact-form-warning {
color: #c50000;
display: inline-block;
font-size: 12px;
letter-spacing: 1px;
margin-left: 30px;
line-height: 36px;
height: 36px;
}

.mu-contact-form-warning.goose-cf-error {
color: #c50000;
}

.mu-contact-form-warning.goose-cf-ok {
color: #00c500;
}



/* ********************************************** */
/*  PROJECTS                                      */
/* ********************************************** */

/* ********************************************** */
/*  MENU                                          */
/* ********************************************** */

ul#mu-project-menu-items {
list-style: none;
padding: 0;
margin: 0;
border-right: 1px solid #eaeaea;
height: 75px;
}

ul#mu-project-menu-items li {
line-height: 75px;
float: left;
}

ul#mu-project-menu-items li.mu-right-button {
border-left: 1px solid #eaeaea;
padding: 0 30px;
float: right;
}

ul#mu-project-menu-items li.mu-right-button a {
font-size: 12px;
color: #333;
letter-spacing: 1px; 
}

#mu-next-project a i {
margin-left: 10px;
}

#mu-prev-project a i {
margin-right: 10px;
}

ul#mu-project-menu-items #mu-close-projects {
padding: 0 20px;
}



/* ********************************************** */
/*  PROJECT ITEM                                  */
/* ********************************************** */

.mu-project-images img {
margin-bottom: 30px;
width: 100%;
max-width: 770px;
}

.mu-project-images img:last-child {
margin-bottom: 0;
}

h2.mu-project-title {
font-size: 30px;
color: #333;
letter-spacing: 1px; 
padding: 0;
margin: 0;
margin-bottom: 40px;
}

.mu-project-category {
font-size: 12px;
color: #d6d6d6;
letter-spacing: 1px;
padding-bottom: 10px;
border-bottom: 3px solid #eaeaea;
}

p.mu-project-content {
line-height: 28px;
font-size: 15px;
color: #333;
margin: 50px 0 40px 0;
}
 
ul.mu-project-socials, ul.mu-post-socials {
list-style: none;
margin: 0;
padding: 0;
margin-top: 15px;
}

ul.mu-project-socials li, ul.mu-post-socials li {
margin-right: 20px;
float: left;
}

ul.mu-project-socials li a, ul.mu-post-socials li a {
font-size: 14px;
color: #000;
}



/* ********************************************** */
/*  BLOG LIST                                     */
/* ********************************************** */

/* ********************************************** */
/*  POST                                          */
/* ********************************************** */

img.mu-post-image {
width: 100%;
max-width: 770px;


}

.mu-post-poster-outer {
height: 103px;
margin-top: -53px;
text-align: center;
}

img.mu-post-poster-image {
display: inline-block;
border: 5px solid #fff;
border-radius: 3px;
}

h2.mu-post-title {
color: #333;
font-size: 30px;
text-align: center;
letter-spacing: 1px;
margin: 0;
margin-top: 30px;
}

.mu-post-posted-by {
color: #333;
opacity: 0.2;
font-size: 12px;
display: block;
text-align: left;
letter-spacing: 1px;
text-align: center;
margin: 5px 0 20px 0;
}

p.mu-post-content {
line-height: 28px;
font-size: 15px;
color: #333;
margin: 20px 30px 40px 30px;
}

.mu-post-outer {
border-top: none;
border: 2px solid #eaeaea;
position: relative;
margin-bottom: 70px;
border-radius: 2px;
}



/* ********************************************** */
/*  RIGHT COLUMN                                  */
/* ********************************************** */

p.mu-blog-description {
font-size: 13px;
line-height: 22px;
color: #333;
}

ul.mu-recent-posts {
list-style: none;
margin: 0;
padding: 0;
}

ul.mu-recent-posts li {
display: block;
margin-bottom: 10px;
}

a.mu-recent-post-image {
display: block;
float: left;
padding-right: 15px;
}

a.mu-recent-post-image img {
border-radius: 3px;
}

a.mu-recent-post-title {
font-size: 12px;
color: #333;
letter-spacing: 1px;
display: block;
line-height: 14px;
}

.mu-recent-post-date {
font-size: 12px;
color: #333;
letter-spacing: 1px;
opacity: 0.2;
}

ul.mu-follow-us {
list-style: none;
margin: 0;
padding: 0;
}

ul.mu-follow-us li {
display: block;
float: left;
margin-right: 35px;
margin-bottom: 5px;
}

ul.mu-follow-us li a {
font-size: 30px;
color: #333;
}

ul.mu-blog-categories {
list-style: none;
margin: 0;
padding: 0;
}

ul.mu-blog-categories li a {
font-size: 12px;
color: #333;
letter-spacing: 1px;
}

ul.mu-blog-categories li {
margin-bottom: 10px;
}

ul.mu-blog-categories li a span {
color: #d6d6d6;
}

.mu-search-on-the-blog-outer {
border: 2px solid #eaeaea;
background: none;
width: 100%;
display: block;
border-radius: 3px;
}

input.mu-search-on-the-blog-input {
background: none;
border: none;
padding: 0;
margin: 0;
width: 85%;
color: #333;
font-size: 12px;
padding: 0 12px;
height: 35px;
line-height: 35px;
float: left;
}

a.mu-search-on-the-blog-submit {
width: 15%;
float: right;
border: none;
line-height: 35px;
height: 35px;
text-align: center;
background: none;
display: block;
cursor: pointer;
color: #000;
}



/* ********************************************** */
/*  BLOG POST                                     */
/* ********************************************** */

/* ********************************************** */
/*  POST ITEM                                     */
/* ********************************************** */

p.mu-post-intro {
font-weight: bold;
margin: 20px 30px 10px 30px;
}

.mu-post-footer {
margin: 10px 30px 80px 30px;
}

.mu-post-author img{
float: left;
border-radius: 3px;
margin-right: 20px;
}

h4.mu-post-subtitle {
font-size: 18px;
color: #333;
padding: 10px 0;
letter-spacing: 1px;
margin: 0;
}

h4.mu-post-subtitle span {
color: #d6d6d6;
}



/* ********************************************** */
/*  COMMENTS                                      */
/* ********************************************** */

.mu-post-comments {
margin: 40px 0;
}

.mu-post-comment-header {
font-size: 12px;
color: #333;
letter-spacing: 1px;
padding: 8px 0;
}

.mu-post-comment-header span, .mu-post-comment-header span a {
color: #d6d6d6;
}

.mu-post-comment {
padding: 20px 0 0 0;
}

.mu-post-comment img {
float: left;
margin-right: 20px;
border-radius: 3px;
}

.mu-post-reply-form input[type=text] {
color: #333;
font-size: 12px;
border: 2px solid #eaeaea;
background: none;
height: 35px;
line-height: 35px;
padding: 0 12px;
width: 100%;
display: block;
margin-bottom: 30px;
border-radius: 3px;
}

.mu-post-reply-form textarea {
width: 100%;
color: #333;
font-size: 12px;
border: 2px solid #eaeaea;
background: none;
height: 35px;
padding: 12px;
width: 100%;
display: block;
margin-bottom: 30px;
height: 100px;
border-radius: 3px;
}



/* ********************************************** */
/*  MEDIA QUERIES                                 */
/* ********************************************** */

@media all and (max-width: 1024px) {
    ul#main-menu li {
        margin-right: 15px;
    }
    
    #mu-header {
        padding-left: 0;
    }
}

@media all and (max-width: 1005px) {
    .mu-team-member-info {
    margin-bottom: 40px;
    }
    
    .mu-icon-counter {
    margin-bottom: 60px;
    }
    
    p {
    margin-bottom: 30px;
    }
    
    a.mu-rounded {
    margin-bottom: 20px;
    }
    
    img.mu-col-image {
    margin: 30px 0;
    }
    
    a.mu-logo {
    margin: 30px 0;
    }

}

@media all and (min-width: 768px) {

    #mu-header {
    background: #fff;
    padding-left: 50px;
    }
    
    ul#social-menu li {
    margin-left: 35px;
    }      
    
    
    
    ul#social-menu li a {
    line-height: 75px;
    height: 75px;
    padding: 0;
    margin: 0;
    color: #333;
    }
    
    ul#main-menu li a {
    height: 75px;
    line-height: 75px;
        font-size: 12px;
                padding: 0;
    color: #333;
    }
    
    ul#main-menu li {
    margin-right: 50px;
    }
	
    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;    
    }
    
    ul.dropdown-menu {
    background: #333;
    padding: 6px 0 10px 0;
    }
    
    ul#main-menu li ul.dropdown-menu li {
    height: 40px;
    line-height: 40px;
    margin-right: 0;
    margin: 0 25px;
    }
    
    ul#main-menu li ul.dropdown-menu li a {
    height: 40px;
    line-height: 40px;
    color: #fff !important;
    }
    
    ul#main-menu li ul.dropdown-menu li a:hover {
    background: none;
    }
    
    .navbar-right .dropdown-menu {
    left: -25px;
    }
    
    li.mu-top-arrow {
    position: relative;
    height: 4px !important;
    padding: 0;
    margin: 0;
    top: -11px;
    width: 10px;
    background: url(../images/top-arrow.png) no-repeat 0 0;
    line-height: 0 !important;
    
    }    
    
}

@media all and (max-width: 767px) {
    .navbar-nav > li > .dropdown-menu {
    display: block;
    width: 100%;
    border: none;
    }
}

@media all and (max-width: 640px) {
    h1.mu-main-title {
    font-size: 34px;
    }

    
    h5.mu-main-subtitle {
    font-size: 12px;
    }
    
    h4.mu-main-subtitle-no-ucase, h4.mu-main-subtitle {
    font-size: 16px;    
    }

}

@media all and (max-width: 360px) {
    h1.mu-main-title {
    font-size: 30px;
    }

    
    h5.mu-main-subtitle {
    font-size: 10px;
    }
    
    h4.mu-main-subtitle-no-ucase, h4.mu-main-subtitle {
    font-size: 14px;    
    }

}

@media all and (max-width: 320px) {
    h1.mu-main-title {
    font-size: 26px;
    }
    

    
    h5.mu-main-subtitle {
    font-size: 10px;
    }
    
    h4.mu-main-subtitle-no-ucase, h4.mu-main-subtitle {
    font-size: 14px;    
    }

}
