/*
 * Author: Carlos Alvarez
 * URL: http://Alvarez.is
 *
 * Project Name: SHIELD - Free Bootstrap 3 Theme
 * Version: 1.0
 * Date: 02-11-2013
 * URL: http://blacktie.co/
 */


/* ==========================================================================
   Base Styles and Bootstrap Modifications
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
  scroll-behavior: smooth;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b5d334;
    color: #424242;
    text-shadow: none;
}

::selection {
    background: #b5d334;
    color: #424242;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

 img {
    vertical-align: middle;
}

/*
 * Allow only vertical resizing of textareas.
 */

 textarea {
    resize: vertical;
}


/* ==========================================================================
   General styles
   ========================================================================== */

html,
body {
    height: 100%;
}

body {
    font-family: "Lato";
    font-weight: 300;
    font-size: 16px;
    color: #555;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

.col-md-4 {
	padding-bottom: 20px;
}

.row {
margin-right: 0px;
margin-left: -15px;
}

.modal-header {
	background: #b5d334;
}
.modal-header h4 {
	color: white;
}
.modal-footer {
	background: #1a1a18;
}
.topnav {
    border-radius: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
    margin: 0;
    background-color: #231f20;
}
#navbar-main{
	position: absolute;
	width:100%;
	top: 0;}

.navbar-toggle {
border-color: transparent;
border: 0px solid transparent;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	background-color: #b5d334;
	color: black;
}
hr {
    position: relative;
    border: none;
}

hr:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 25%;
    width: 50%;
    height: 2px;
    background: #ccc;
}

.odd a img {
    background: #f5f5f5;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway";
    font-weight: 300;
    color: #333;
}


/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
}

.centered {
    text-align: center;
}

.paragraph-lead {
    font-size: 20px;
    color: #3498db;
}

strong {
    font-weight: 700;
}

em {
    font-weight: 300;
}

pre {
    background: #ebebeb;
    border: none;
    font-family: "Monaco";
    font-size: 16px;
    color: #666;
    padding: 20px;
    line-height: 28px;
}

small {
    font-size: 12px;
}

blockquote,
blockquote p {
    line-height: 28px;
    color: #999;
    font-weight: 300;
    font-style: italic;
}

blockquote {
    position: relative;
    margin: 0 0 40px -30px;
    padding-left: 30px;
    border-left: 5px solid #3498db;
}

blockquote cite {
    position: absolute;
    bottom: -25px;
    right: 0;
    font-size: 12px;
    font-style: italic;
    color: #333;
    font-weight: 300;
}

blockquote cite:before {
    content: "-- "
}

/* Images */
.overflow-image {
    margin-top: -65px;
}

/* Links */
a {
    color: #b5d334;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #1a1a18;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
	margin-top: 120px;
	padding-top:75px;
	text-align:center;
	min-height: 350px;
	width: 100%;
}

#headerwrap h1 {
	color:#ffffff;
	margin-top: 90px;
	padding-bottom: 30px;
	letter-spacing: 8px;
	font-size: 100px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #000;
}
#headerwrap img {
	margin-top: 90px;
	padding-bottom: 50px;
}

#headerwrap p {
	color:#ffffff;
	text-align: center;
	line-height: 60px;
	letter-spacing: 3px;
	margin-left: 15px;
	text-shadow: 1px 1px 1px #000;
	font-family: 'Raleway',Arial;
    font-size: 3.5em !important;
    font-weight: 700;
    text-transform: uppercase;
}

@media (min-width: 768px) and (max-width: 979px) {
#headerwrap p {
    font-size: 3.5em !important;
}
}
@media (max-width: 767px) {
#headerwrap p {
    font-size: 2.5em !important;
}
}
@media (max-width: 480px) {
#headerwrap p {
    font-size: 2em !important;
    line-height: 1em;
}
}
.next-section {
    display: block;
    height: 100px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 99;
}
a.go-about {
    background-color: #c2c2c2;
    border: 1px solid rgba(255, 255, 255, 0.9);
    color: #1a1a18;
    height: auto;
    overflow: hidden;
    padding: 10px 20px;
    position: relative;
    top: 50%;
    width: auto;
    z-index: 3;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
a.go-about:hover {
    border: #68f602;
	color: #68f602;
	background-color: #fff;
}

#greywrap {
	background: #f5f5f5;
	margin-top: 0px;
	border-bottom: 1px solid #c2c2c2;
	text-align: center;
}

#greywrap .callout {
	margin-bottom: 20px;
}
#greywrap .callout:hover{
	background: #fff;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
	}

#greywrap p {
	margin-left: 40px;
	margin-right: 40px;
	letter-spacing: 1px;
	padding-top: 15px;
	padding-bottom: 15px;
    text-align: justify;
}

#greywrap .icon {
	font-size: 60px;
	margin-bottom: 10px;
}
#greywrap .callout:hover .icon {
	color: #b5d334;
}

#footerwrap {
	background: #2b2b2b;
	margin-top: 0px;
	padding-top: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

#footerwrap h4 {
	color: white;
}


/* ==========================================================================
   Box Sections
   ========================================================================== */

.white h1 {
	padding-top: 35px;
}

.white p {
	padding-top: 25px;
}

/* Section Dividers */
.section-divider {
    z-index: 999;
    width: 100%;
    display: table;
    max-height: 450px;
    border-bottom: 2px solid #E6EAED;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 30px;
    padding-bottom: 70px;
    
    text-align: center;
	
	background-attachment: fixed;
	background-position: center center;
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.textdivider h1 {
	padding-top: 70px;
	color: black;
	font-size: 40px;
}

.textdivider p {
	color: black;
	font-size: 25px;
}

/* Section Dividers Backgrounds */

.divider1 {
	background-image: url('../img/bg/1btmh0q.jpg');
    font-weight: bold;
    text-shadow: 2px 0 10px #fff;
}

.divider2 {
	background-image: url('../img/bg/13UUIs4.jpg');
    font-weight: bold;
    text-shadow: 2px 0 10px #fff;
}

.divider3 {
	background-image: url('../img/bg/divider3.jpg');
	margin-top: 0px;
}

.divider4 {
	background-image: url('../img/bg/divider4.jpg')
}

.divider6 {
	background-image: url('../img/bg/divider6.jpg')
}



/* ==========================================================================
   Services Section
   ========================================================================== */

.service-trigger {
    display: block;
	position: relative;
    margin-bottom: 15px;
    color: white;
    font-size: 20px;
    text-align: center;
    height: 168px;
    cursor: pointer;
	padding: 90px 20px 50px 20px;
    border: none;
    background: #333;
}

.service-trigger:before {
    width: 100%;
    top: 50px;
    color: #3498db;
    font-size: 36px;
    text-align: center;
	position: absolute;
	left: 0;
}

.service-active .service-trigger {
    background: #222;
}

.service-active p {
	font-family: 'Lato', sans-serif;
	padding-top: 10px;
}

.service-content {
    padding: 15px 20px;
    background: #e6eaed;
    display: block;
    height: auto
}

.service-content p:last-child {
    margin: 0;
}


/* ==========================================================================
   Image Mask
   ========================================================================== */

.grid figure {
	margin: 0;
	position: relative;
}

.grid figure img {
	width: 100%;
	display: block;
	position: relative;
}

.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	color: #1a1a18;
	background: #b5d334;
}

.grid figcaption h5 {
	margin: 0;
	padding-top: 0px;
	padding-left: 20px;
	padding-bottom: 5px;
	color: #1a1a18;
	font-weight: 700;
	text-align: left;
	letter-spacing: 2px;
	
}

.grid figcaption a {
	text-align: left;
	padding: 5px 10px;
	margin-left: 20px;
	display: inline-block;
	background: #1a1a18;
	color: #fff;
	font-size: 13px;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.contactos .row{
    line-height: 27px;
}

#portfolio .mask{
	border: 2px solid #fff;}
/* Caption Style */
.mask figure {
	overflow: hidden;
}

.mask figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .mask figure:hover img,
.mask figure.cs-hover img {
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
}

.mask figcaption {
	height: 50px;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .mask figure:hover figcaption,
.mask figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}

.mask figcaption a {
	position: absolute;
	top:10px;
	bottom: 10px;
	right: 30px;
}


/* ==========================================================================
   Blog Section
   ========================================================================== */

.blog-bg {
	background: #2b2b2b;
	padding-right: 0px;
	padding-left: 0px;
	
}

.blog-bg h4 {
	color: #dadada;
	padding-top: 0px;
}

.blog-bg h5 {
	color: #dadada;
	font-size: 11px;
}

.blog-content {
	padding-top: 10px;
	background: #f2f2f2;
}


/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */


@media screen and (max-width:1050px), screen and (max-device-width:1050px){
	body .header{background-attachment: scroll;}
}


/*ipad portrait*/
@media only screen and (min-device-width:768px) and (max-device-width : 1024px) and (orientation : portrait){
	.header{background-attachment: scroll;}
}

@media screen and (max-width:769px) {
	#headerwrap h1 {
		font-size: 80px;
	}
	#headerwrap p {
		font-size: 30px;
		line-height: 38px;
	}
}
.default-div{
	background-color:#FFF;
	padding-bottom: 45px;
	border-bottom: 1px solid #c2c2c2;}

#portfolio .col-md-3 {
	padding: 0;
	}

ul#filterOptions {
	text-align: center;
}
ul#filterOptions li { height: 52px; margin-right: 2px; display: inline-block; }
ul#filterOptions li a {
	display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
ul#filterOptions li a:hover { 
	text-decoration: none;
	color: #333;
    background-color: #ebebeb;
    border-color: #adadad; }
ul#filterOptions li.active a {
	background-color: #b5d334;
    border-color: #A8B801;
    color: #FFFFFF; }
ul.ourHolder {
	overflow: hidden;
}

#map {
    height: 400px;
    width: 100%;
}
.gm-style .gm-style-iw{
	overflow:hidden !important;}
#firstHeading{
	font-family: "Lato";
    font-weight: 700;
    font-size: 16px;
    color: #555;
	}
#contact a{
	color:#424242;}
#contact a:hover{
	color:#b5d334;}	
#contact .icon{
	color: #b5d334;}

#contact-form {
    text-align: right;
}
.form-sent {
    display: none;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}
.form-group {
    margin-bottom: 15px;
}
#contact-form .form-control {
    background-color: #FFFFFF;
    border-color: #1a1a18;
    box-shadow: none;
}
#contact-form textarea.form-control {
    height: 165px;
    resize: none;
}
#contact-form .btn {
    margin-right: 15px;
    margin-top: 15px;
}
#contact-form .form-control:focus {
    border-color: #b5d334;
}
#contact-form .form-group.error, #contact-form .form-group.success {
    position: relative;
}
#contact-form .form-group.error:after, #contact-form .form-group.success:after {
    font-family: 'icomoon';
    font-size: 16px;
    position: absolute;
    right: 16px;
    top: 12px;
}
#contact-form .form-group.error:after {
    color: #D95C5C;
    content: "\e00b";
}
#contact-form .form-group.error .form-control:focus{
	border-color: #D95C5C;}

#contact-form .form-group.success:after {
  content: "\e09a";
  color: #00c077;
}

.flag {
	width: 16px;
	height: 11px;
	background: url(../img/flags.png) no-repeat;
	display: inline-block;
    height: 11px;
}

.flag.flag-es {background-position: -16px 0}
.flag.flag-fr {background-position: -32px 0}
.flag.flag-gb {background-position: 0 -11px}
.flag.flag-pt {background-position: -16px -11px}

#about p:first-child{
	text-align: justify;}

.topico{
	font-weight:bold;
    text-align: right;
	margin-bottom: 40px;
}
.navbar {
  -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.navbar.cbp-af-header-shrink {
	height: 90px;
	padding:0px;
	
}
.navbar.cbp-af-header-shrink .navbar-brand {
	height: 90px;
    line-height: 83px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.navbar.cbp-af-header-shrink img {
	height:75px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.navbar.cbp-af-header-shrink .navbar-nav > li > a {
	padding-bottom: 35px;
    padding-top: 35px;
}	
.port-desc{
    padding-top: 20px;
    clear: both;
}