/* ############## Global ################### */
@import url(http://fonts.googleapis.com/css?family=Lato);
body {
    font-family: 'Lato', sans-serif;
}
.intro {
     /* Location of the image */
  background-image: url(http://lorempixel.com/1200/1000);
  
  /* Background image is centered vertically and horizontally at all times */
  background-position: center center;
  
  /* Background image doesn't tile */
  background-repeat: no-repeat;
  
  /* Background image is fixed in the viewport so that it doesn't move when 
     the content's height is greater than the image's height */
  background-attachment: fixed;
  
  /* This is what makes the background image rescale based
     on the container's size */
  background-size: cover;
  
  /* Set a background color that will be displayed
     while the background image is loading */
  background-color: #464646;
}
a {
    color: #000;
    text-decoration: none;
    outline: 0;
}
a:hover {
    color: #333;
    text-decoration: none;
    outline: 0;
}
p {
    margin-right: 5px;
}
.header {
    margin-top: 20px;
    margin-bottom: 40px;
}
.headers {
   width: 100%; 
   text-align: center;
   border-bottom: 1px solid #000; 
   line-height: 0.1em;
   margin: 25px 0px 0px 0px;
   font-size: 16px;
}
.headers > span { 
    background:#fff; 
    padding:0 20px; 
}
.line {
   width: 340px; 
   text-align: center;
   border-bottom: 1px solid #000; 
   line-height: 0.1em;
   margin: 25px 20px 20px 0px; 
}
#line-menu { 
    background:#fff; 
    padding:0 20px; 
}
.linefoto1 {
   width: 100px; 
   border-bottom: 1px solid #000; 
   line-height: 0.1em;
   margin: 25px 0px 0px 0px;
} 
.linefoto1 > span { 
    background:#fff; 
    padding:0 5px; 
}
.linefoto2 {
   width: 50px; 
   border-bottom: 1px solid #000; 
   line-height: 0.1em;
   margin: 25px 0px 0px 0px;
} 
.linefoto2 > span { 
    background:#fff; 
    padding:0 5px; 
}
.linet {
   width: 123px; 
   border-bottom: 1px solid #000; 
   line-height: 0.1em;
   margin: 25px 0px 0px 0px;
} 
.linet > span { 
    background:#fff; 
    padding:0 5px; 
}
.sections {
    min-height: 600px;
}
.menu-section {
    min-height: 400px;
}
/* ############## Icons ######################### */
i{
    padding-left: 10px;
}
.green a{
  color: b1c702;
}
.orange {
  color: #e87713;
}
.orange:hover, .orange:focus, .orange:active, .orange.active, .open .dropdown-toggle.orange {
    color: #e87713;
    outline: 0;
}
.circle{
  border-radius: 50%;
  
  font-size: 1.7em;
}
.fa-facebook {
    color: #FFF;
    background: none repeat scroll 0% 0% #000;
    padding: 0.05em 0.3em;
}
.fa-tumblr {
    color: #FFF;
    background: none repeat scroll 0% 0% #000;
    padding: 0.05em 0.3em;
}
.fa-angle-double-down {
    padding-left: 0px;
    margin-top: 0%;
}
.arrow-down {
    font-size: 2em;
    color: #333;
}
/* ############## Main Navigation ############### */
/* lg */ 
@media (min-width: 1200px) {
  .navbar-brand img {
    position: absolute;
    top: 10px;
    right: 30%;
    }
    .navbar-default .navbar-text {
    color: #000;
    }
}
/* md */
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-brand img {
    position: absolute;
    top: 10px;
    right: 30%;
    }
    .navbar-default .navbar-text {
    color: #000;
    }
}

.nav > li > a {
    position: relative;
    display: block;
    margin-right: 0px;
    outline: 0;
} /* reset */
.main-nav > li > a {
    position: relative;
    display: block;
    padding: 15px 15px 5px 30px;
    outline: 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #000;
    background-color: #fff;
    font-weight:bold;
    outline: 0;
}
.navbar-default {
    background-color: #fff;
    border-color: #fff;
    font-size: 16px;
}
.navbar-default .navbar-nav > li > a {
    color: #000;
}
.navbar-toggle {
    margin-top: 50px;
}

.navbar-collapse {
    padding-right: 0px;
}

.navbar-nav {
    margin-top: 110px;
}
.navbar-default .navbar-nav > li > a {
    color: #000;
    font-size: 16px;
}
.navbar-text {
    float: none;
    margin-right: 15px;
    margin-left: -30px;
}
.tumblr {
    padding-right: 3px !important;
}
/* ################ Lower Navigation ############ */
.submenu{ /* Center submenu */
    float:right;
    position:relative;
    left:-50%;
    text-align:left;
}
.nav-lower { /* Center submenu */
    margin-bottom: 10px;
    list-style: outside none none;
    position:relative;
    left:50%;
}
.nav > li > a:hover, .nav > li > a:focus {
    background-color: #fff;
}
.nav-lower > li > a {
    position: relative;
    display: block;
    padding: 15px 30px 20px 15px;
    margin-right: 0px;
}
.projects > li > a { /*projects dropdowns*/
    padding: 15px 30px 5px 0px;
}
.projects > li.active > a:hover { /*projects dropdowns*/
    background-color: #fff;
    outline: 0;
}
.nav-lower > li {
    float: left;
    margin-top: 15px;
}
.nav-lower > li.active > a, .nav-lower > li.active > a:hover, .nav-lower > li.active >focus  a:{
    color: #000;
    background-color: #fff;
    font-weight:bold;
    outline: 0;
}
.nav-lower > li > a:hover {
    color: #333;
    background-color: transparent;
    outline: 0;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #FFF;
    border-color: #FFF;
    outline: 0;
}
/* ############ Nav Tabs ########## */
.nav-tabs {
    border-bottom: 0px none #DDD;
}
.nav-tabs > li > a {
    border: 0px none transparent;
    border-radius: 0px 0px 0px 0px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border-width: 0px;
    border-style: none;
    outline: 0;
}
/* ############ Images ############ */
.thumbnail {
    position:relative;
    overflow:hidden;
}
.thumbnail {
    display: block;
    padding: 0px 0px 5px;
    margin-bottom: 20px;
    background-color: #FFF;
    border: 0px solid #DDD;
    border-radius: 0px;
    transition: border 0.2s ease-in-out 0s;
    line-height: 1.42857;
}
 
.caption {
    position:absolute;
    top:0;
    right:0;
    background:rgba(61, 38, 29, 0.2);
    width:100%;
    height:99%;
    padding:2%;
    display: none;
    text-align:center;
    color:#fff !important;
    z-index:2;
}
.caption h4 {
    margin-top: 70%;
}
/* ############ Gallery ########### */
.gallery-menu > li {
    float: left;
    margin-top: -10px;
    background-color: #fafafa;
}
.gallery {
    margin-top: 20px;
}
.myCarousel {
    margin-bottom: 30px;
}
/* ############ Offer ########### */
.offer {
    margin-top: 40px;
}
/* ############ About Me ########### */
.aboutme {
    margin-bottom: 40px;
}
/* ############ Recomendations ########## */
.recomend {
    margin-top: 30px;
    margin-bottom: 30px;
}
/* ############ Contact ########### */
.contact {
    margin-top: 10px;
    margin-bottom: 30px;
}
input, textarea, button { margin-top:10px }

.required-field-block {
    position: relative;   
}

.required-field-block .required-icon {
    display: inline-block;
    vertical-align: middle;
    margin: -0.25em 0.25em 0em;
    background-color: #E8E8E8;
    border-color: #E8E8E8;
    padding: 0.5em 0.8em;
    color: rgba(0, 0, 0, 0.65);
    text-transform: uppercase;
    font-weight: normal;
    border-radius: 0.325em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background 0.1s linear;
    -moz-transition: background 0.1s linear;
    transition: background 0.1s linear;
    font-size: 75%;
}
	
.required-field-block .required-icon {
    background-color: transparent;
    position: absolute;
    top: 0em;
    right: 0em;
    z-index: 10;
    margin: 0em;
    width: 30px;
    height: 30px;
    padding: 0em;
    text-align: center;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.required-field-block .required-icon:after {
    position: absolute;
    content: "";
    right: 1px;
    top: 1px;
    z-index: -1;
    width: 0em;
    height: 0em;
    border-top: 0em solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 0em solid transparent;
    border-right-color: inherit;
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

.required-field-block .required-icon .text {
	color: #000;
	font-size: 26px;
	margin: -3px 0 0 12px;
}
/* ############ Top Button ########## */
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #646567 url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 50px;
    width: 50px;
    right: 30px;
    bottom: 30px;
  }
}
/* ############ Footer ############ */
footer {
    margin-top: 10px;
}
.footer {
  color: #b3b3b3;
  background-color: #fafafa;
  padding: 50px 0;
  margin-top: 30px;
}
.footer ul {
  margin: 0;
}
.footer li {
  display: inline;
  margin-right: 10px;
}
.footer a {
  color: #b3b3b3;
}
.footer a:hover {
  color: #4d4d4d;
  text-decoration: none;
}
.footer .copyright {
  text-align: right;
  display: block;
}
.footer .social-links {
  text-align: right;
}
.footer .social-links li {
  margin-right: 10px;
  margin-top: 10px;
}

/* ############## Gallery ######### */
/*my-simple-gallery {
  width: 100%;
  float: left;
}*/
.my-simple-gallery img {
  width: 100%;
  height: auto;
}
.my-simple-gallery figure {
  display: block;
  float: left;
  margin: 0 5px 5px 0;
  width: 150px;
}
.my-simple-gallery figcaption {
  display: none;
}