/*
 * Text Workshop Chapina
 * Copyright 2017
 * Licensed under MIT
 */
 
 .container {
    width: auto !important;
	margin:	0 40px;    
}

.side-image {
	text-align: 	center;
}

.img-thumbnail {
	max-height:		500px;
}

body,
html {
    width: 100%;
    height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
}

body {
    font-size:		20px;
    font-weight: 	300;
}

.topnav {
    font-size: 		16px;
    font-weight:	500; 
}

.topnav .navbar-brand {
	font-size:		18px;
}

p {
	font-size:		21px;
    font-weight: 	300;
    line-height: 	1.4;
	margin-bottom: 20px;	
}

a {
	font-weight:	500;
}


.intro-header {
    padding-top: 	50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 50px;
    text-align: center;
    color: #f8f8f8;
    background: url(../img/intro-doors-mexico.jpg) no-repeat center center;
    background-size: cover;
}

.intro-message {
    position: 			relative;
    padding-top: 		130px;
    padding-bottom: 	30px;
}

.intro-message .languages li {
	margin:				10px 0;
	font-weight: 		400;
}

.intro-message .languages .dash {
	color:				#dee;
	font-style: 		italic;
	font-weight:		100;
	padding:			0 5px;
}

.intro-message .languages .btn-info.active {
	color:				#274456;
}

.intro-message > h1 {
    margin: 			0;
    text-shadow: 		2px 2px 3px rgba(0,0,0,0.6);
    font-size: 			3em;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}


.intro-social-buttons {
    margin-top: 		80px;
}


@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message > h1 {
        font-size: 3em;
    }

    .intro-divider {
        width: 100%;
    }
}

.content-section-a {
    padding: 50px 0;
    background-color: #f8f8f8;
}

.content-section-b {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.banner {
    padding: 100px 0;
    color: #f8f8f8;
    background: url(../img/banner-bg.jpg) no-repeat center center;
    background-size: cover;
}

.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}

.banner ul {
    margin-bottom: 0;
}


@media(max-width:1199px) {
    ul.contact-options {
        float: left;
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }

    ul.contact-options > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.contact-options > li:last-child {
        margin-bottom: 0;
    }
}


.translated-languages .lead {
	font-size:			22px;
}

.translated-languages sup {
	font-size:			13px;
}


.translation-choice .badge {
	font-size:				28px;
	background-color: 		#269cd6;
	box-shadow:				1px 1px 1px rgba(0,0,0,0.4);
	margin-right:			15px;
}

#presentation .expertises {
	font-size:			20px;
	font-weight: 		400;
}

#presentation .expertise {
	font-weight: 		bold;
	color:				#333;
}

#consultancy abbr {
	border-bottom: 			none;
}

#consultancy .panel-title {
	font-size:				21px;	
}

#clients {
    background-color:       #eee;
}

#client-logos img {
    max-height:             50px;
}

#client-logos a {
    color:                  #999;
}

#contact .contact-us {
	margin-top:				14px;
	text-align: 			right;
}

.contact-options li {
	margin: 				0 50px 0 0;
}

.contact-option {
	padding: 				10px 16px;
    margin-bottom: 			0;
    font-size: 16px;
    line-height: 1.3333333;
    border-radius: 6px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    display: 	block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    
	text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    
}

.contact-option address {
	margin:					0;
}

.contact-option .at {
	font-weight: 			500;
}


footer {
    padding: 40px 0;
    background-color: #f8f8f8;
}

.copyright {
    margin: 				0 0 25px;
 	color: 					#777;
    font-size: 				15px;
}

#impressum {
	margin:				30px 0 0;
	font-size:			13px;	
}

#impressum p {
	color: 			#777;
	font-size: 		12px;
	font-weight: 	300;
	margin:			5px 0 20px;
}

#impressum li {
	color: 			#777;
	font-size: 		12px;
	font-weight: 	300;
}

.licenses a {
	color:			#777;	
}
