@import url(https://fonts.googleapis.com/css?family=Squada+One);

/* STYLES */

/* basics & reset */

:root {
    --yellow-dochap: #FEDD03; 	/* YELLOW PANTONE */
    --black-dochap: #241C10; 	/* EERIE BLACK */
    --white-dochap: #241C10;	/* WHITE */

    --secondary-1: #A20021;		/* HEIDELBERG RED */
    --secondary-2: #D4AFB9;		/* PALE CHESTNUT */
    --secondary-3: #F38D68;		/* MIDDLE RED */
    --secondary-4: #235789;		/* B'DAZZLED BLUE */
    --secondary-5: #A63C06;		/* RUST */
    --secondary-6: #85FFC7;		/* AQUAMARINE */
    --secondary-7: #25CED1;		/* DARK TURQUOISE */

    --black-pro: #191919;
}

body {
  font: 13px/1.5 Arial, 'Liberation Sans', FreeSans, sans-serif;
  color:#7d7d7d;
  background: #f2f2f2
}

a,a:visited {text-decoration:none;color:#333}
a:hover {text-decoration:underline;}
a:hover, a:active, a:focus, object, embed, input::-moz-focus-inner {
    outline:0
}

h1 {
  font-size: 25px
}

h2 {
  font-size: 23px
}

h3 {
  font-size: 21px
}

h4 {
  font-size: 19px
}

h5 {
  font-size: 17px
}

h6 {
  font-size: 15px
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Droid Sans', sans-serif
}

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

.align-right {
	float:right;
}

blockquote, blockquote p {
	font-size: 32px!important;
	font-style: normal;
	font-weight:bold;
	margin-bottom: 3px!important;
	margin-top: 1px;
	letter-spacing:-2px;
	line-height: 36px
}
blockquote {
	margin: 0;
	padding: 35px 0 30px 0;
	clear: both;
	border-left:0!important;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px
}
blockquote cite { display: block; font-size: 15px!important; font-weight:normal; letter-spacing:0;  color:#acacac }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color:#acacac }

.quote_wrap {
  min-height: 94px;
}

.quote-group {
  margin-left: 145px;
  margin-top: -128px;
}
#quote-group blockquote p {
  color: white;
  font-size: 42px !important;
  word-wrap: break-word;
}

.quote_wrap .quote-image {
  float: none !important;
}


section {
	margin:0;
	padding:70px 0;
	position:relative
}

.section-grey {
	background: #f2f2f2;
}

.section-black {
	background:#191919
	/*background: var(--yellow-dochap);*/
}
.section-yellow {
	background: var(--yellow-dochap);
}

.nospace-top {margin-top:0}
.nospace-bottom {margin-bottom:0}
.nospace {margin-top:0;margin-bottom:0}

label.error {
	display:none!important
}

input.error,textarea.error {
	background:rgba(255, 0, 0, .5)
}

.center {text-align:center}

.vertical-spacer {
	display:block;
	float:left;
	width:100%;
	height:30px
}

.border-break {
	width:100%;
	height:1px;
	float:left;
	display:block;
	margin:5px 0;
	background:#fff;
	box-shadow:0 1px 1px #aaa;
}

.break-title {
	font-size: 12px;
	text-transform: uppercase;
	clear: both;
	display: block;
	width: 100%;
	border-bottom: 1px dotted #CCC;
	margin: 50px 0;
	letter-spacing: 4px;
	padding-bottom: 5px
}

/* spacings */

li {
  margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 20px;
}

.spacer {
	display:block;
	float:left;
	clear:both;
	width:100%;
	margin:20px 0
}

.clear {
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0
}

.last {margin-right:0!important}

/* 3. Header */

header {
	/*min-height:260px;*/
	background:#191919;
	text-align:center;
}

#logo {
	margin-top:4%;
	margin-bottom:-10px
}

#logo a:hover {
	text-decoration:none
}

#logo-footer {
	margin-top:4%;
	margin-bottom:-10px
}

#logo-footer a:hover {
	text-decoration:none
}

.logo-fontcon {
	display: block!important;
	text-align: center;
	font-size: 70px;
	margin-bottom: 12px
}

footer .logo-fontcon {
	color:#d2d2d2
}

.sticky-body {
  margin-top: 260px;
}

.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10500;
}

/* 4. Navigation */

#navigation {
	margin: 40px 0 15px 0;
}

#navigation ul {
	margin:0;
	padding:0
}

#navigation ul li {
	margin:0;
	padding:0;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	color:#3b3b3b;
	font-size:21px
}

#navigation ul li:after {
   content: "/";
   margin:0 20px;
}

#navigation ul li:last-child:after {
   content: none!important;
   margin:0 0 0 20px!important
}

#navigation ul li a {
	font-size:21px;
	color:#fff;
	font-family: 'Squada One', cursive
}

#navigation ul li a:hover {
	text-decoration:none
}

#navigation li a {
	-webkit-transition: color 500ms linear;
	-moz-transition: color 500ms linear;
	-o-transition: color 500ms linear;
	-ms-transition: color 500ms linear;
	transition: color 500ms linear
}

.menu_mobile {
  margin: 0 auto;
  background-color: #111111 !important;
  background-image: url("../images/icon-dropdown-30.png") !important;
  background-position: 197px 4px !important;
  background-repeat: no-repeat !important;
  border: 0 none !important;
  color: #FFFFFF !important;
  height: 30px !important;
  margin-bottom: 0 !important;
}

/* 5. Teaser */

#teaser {
	padding: 0px 0 0px 0;
	position: relative;
  	min-height: 570px;
  	background-image: url('./images/taller1.jpg');
  	background-position: center; /* Center the image */
  	background-repeat: no-repeat; /* Do not repeat the image */
  	background-size: cover; /* Resize the background image to cover the entire container */
}

#teaser-page {
	min-height:63px;
	/* margin-bottom:50px; */
	padding:50px 0
}

#teaser-page h1 {
	color:#fff;
	font-size:48px;
	letter-spacing:-1px;
	margin:10px 0 0 0
}
#teaser-page a, #teaser-page a:hover {
  color:#fff;
}

#teaser h2 {
	font-size: 60px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0px;
	text-shadow:1px 1px 1px rgba(0,0,0,.25);
	line-height: 100%;
}

#teaser h3 {
	font-size: 30px;
	color: #191919;
	text-transform: uppercase;
	letter-spacing: 0;
	margin: -15px 0 25px 0
}

.teaser-holder {
  position: absolute;
  top: 0;
}

.teaser-left {
	display: inline-block;
	width: 45%;
	margin: 0;
}

.superlist {
	margin:0 0 35px 0;
	padding:0
}

.superlist li {
	margin:0 0 20px 0;
	padding-left:64px;
	background-image:url(../images/superlist-check.png);
	background-repeat:no-repeat;
	background-position:0 0
}

.superlist .title, .superlist2 .title {
	color:#fff;
	text-shadow:1px 1px 1px rgba(0,0,0,.25);
	font-size:19px;
	font-weight:bold;
	letter-spacing:-1px;
	display:block;
	float:left;
	width:100%;
	margin-bottom:5px
}

.superlist .subtitle, .superlist2 .subtitle {
	color:#191919;
	line-height:18px;
}

.superlist2 {
  margin-bottom: 20px;
}

.superlist2 .fonticon {
  display: inline-block;
  float: left;
  color: white;
}
.superlist2 .superlist-text {
  display: inline-block;
  width: 80%;
}

.superlist2>span {
  float:left;
  margin-right: 15px;
}

.superlist2 .title {
  float:none !important;
}

.store-buttons {
	background:rgba(0,0,0,.25);
	width:180px;
	text-align:center;
	padding:10px 0;
	border-radius:12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	-ms-border-radius:12px;
	border-radius:12px;
	display: inline-block;
	margin-right:10px;
	margin-bottom:10px;
}

.teaser-right {
	display: inline-block;
	width: 45%;
	margin: 0 0 0 20px;
}

#calltoaction-form {
	background: #f2f2f2;
	padding-bottom: 10px;
	width: 100%;
  max-width: 527px;
}

.form-title {
	text-align: center;
	background: #111;
	padding: 10px 0
}

#teaser .form-title h3 {
	margin: 22px 0 0 0;
	color:#fff;
	font-size: 42px;
	line-height: 100%;
}

.callus {
	font-size:14px;
	text-transform:uppercase;
	font-weight: bold
}

#calltoaction-form form {
	width: 100%;
	text-align: center;
	margin-top: 18px
}

#calltoaction-form input,#calltoaction-form textarea {
  width: 82%;
  text-align: left;
}

#calltoaction-form select {
	width: 84%;
	border: 0;
	margin: 0;
	height: 48px!important;
	line-height: 48px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: white !important;
	-webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  #calltoaction-form select {
    text-indent: 15px;
    padding-left: 0;
    padding-top: 0;
    background-image: url('../images/select_arrow.png');
    background-repeat: no-repeat;
    background-position: right center;
  }
}

#calltoaction-form input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #ffffff !important;
}
#calltoaction-form input:-moz-placeholder, textarea:-moz-placeholder {
  color: #ffffff !important;
}
#calltoaction-form input::-moz-placeholder, textarea::-moz-placeholder {
  color: #ffffff !important;
  opacity: 1;
}
#calltoaction-form input:-ms-input-placeholder {
  color: #ffffff !important;
}

#calltoaction-form input[type="text"], #calltoaction-form select {
	height: 40px;
	background-color: #111;
	margin-bottom: 0;
	color: #fff;
}

#calltoaction-form input,#calltoaction-form textarea {
}

#calltoaction-form textarea {
	background-color: #111;
	height: 130px;
	width: 82%;
	color:#fff;
	padding-top:10px;
	margin-bottom: 0
}

#calltoaction-form label {
  float:left;
	text-align: left;
	margin-left: 46px;
	color: #111;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0;
  width: 90%;
}

.form-section {
	display: block;
	float: left;
  margin: 15px 2%;
  width: 96%;
}

#calltoaction-form .btn {
	height: 50px;
	margin-bottom: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-top: -10px;
	width: 85%;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 9px!important;
	color: #111;
	font-size: 24px;
	border: 0;
	text-shadow: none;
	margin-top: 20px
}

#calltoaction-form .btn:hover {
	background:#111
}

input.error, textarea.error, select.error {
	background-color: red!important;
	color: white!important;
	margin-bottom: 0
}

.captcha-container {
  margin:16px 0 10px 0;
  float:left;
  display:block;
  width:59%
}

.file-upload-container {
  width: 82%;
  margin: 0 8%;
  text-align: left;
  color: #000;
  font-weight: bold;
}

.file-upload-container #fileattach {
  display: block;
  height: auto;
  line-height: 20px;
  margin-top: 10px;
}

#contact_form label.error {
	font-size: 11px;
	font-style:italic
}

.captcha-container span {
  display: block;
  font-size: 12px;
  margin: 0 0 3px;
  float:left;
  line-height:36px
}

.error {
	color: red!important;
	margin-bottom: 22px
}

#captcha {
	width: 68px!important;
	margin-top: -7px;
	border: 0
}

.captcha-question {
  float:left;
  max-width: 30%;
  margin-left: 40px;
  text-align: left;
  font-weight: bold;
  color: #000000;
  padding-top: 11px;
}

.captcha-task {
  float:right;
  max-width: 50%;
  margin-right: 43px;
  text-align: right;
}

#captcha-img {
	margin-top: 8px;
	color: #000;
}

.box-icon{
  /*
	float: left;
	margin-right: 20px;
  margin-bottom: 10px;
  */
	font-size: 70px;
  width: 75px !important;
	color: #111;
	-webkit-transition: color 500ms linear;
	-moz-transition: color 500ms linear;
	-o-transition: color 500ms linear;
	-ms-transition: color 500ms linear;
	transition: color 500ms linear
}

.box-icon-s{
	float: left;
	margin-right: 20px;
  margin-bottom: 10px;
	font-size: 20px;
  width: 50px !important;
	color: #111;
	-webkit-transition: color 500ms linear;
	-moz-transition: color 500ms linear;
	-o-transition: color 500ms linear;
	-ms-transition: color 500ms linear;
	transition: color 500ms linear
}

.box.tiw {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  width: 33%;
  height: auto !important;
  align-items: flex-start;
}

.box h3,.box p {
  margin: 0
}

.box h3 {
	color:#111;
	-webkit-transition: color 500ms linear;
	-moz-transition: color 500ms linear;
	-o-transition: color 500ms linear;
	-ms-transition: color 500ms linear;
	transition: color 500ms linear;
	font-size:24px;
	text-transform:uppercase
}

.box:hover .box-icon,.box:hover h3 {
	-webkit-transition: color 500ms linear;
	-moz-transition: color 500ms linear;
	-o-transition: color 500ms linear;
	-ms-transition: color 500ms linear;
	transition: color 500ms linear
}

h3.section-title {
	text-transform:uppercase;
	font-size:60px;
}

.flexslider-carousel {
	margin:50px 0 0 0;
	position:relative
}

.flexslider-carousel img {
	margin: 5px;
  outline: 5px solid #fff;
	width: 240px;
	height: auto
}

.flexslider-carousel ul,
.flexslider-carousel li {
	margin:0
}

.flexslider-carousel .flex-direction-nav a {
	margin: 0;
	top: -80%
}

.flexslider-carousel .flex-direction-nav .flex-prev {
	right: 90px!important;
	left:auto
}

.flexslider-carousel .flex-direction-nav .flex-next {
	right: 50px;
  background-position: 100% 0;
}

.flex-direction-nav a:hover {
	opacity:0.35;
}

section .subtitle {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: -10px
}

.section-black .subtitle {
	color:#fff
}

.social-icon {
  display: inline-block;
  margin-bottom: 10px;
}

.social-icons {
	margin:0;
	text-align:center
}

.social-icons a {
	display: inline-block;
}

.social-icons li {
	margin:0 40px 0 0;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
}

/* FAQ */

.faq .question {
	cursor: pointer;
	font-size: 17px;
	padding: 0;
	color: #111;
	font-weight: normal;
	margin-bottom: 0;
  line-height: 20px;
}

.faq .question .colored {
	float:left;
	padding:10px;
	font-weight:bold;
	font-size:24px;
}

.faq .question p {
	margin-top: 3px;
	position: relative;
	font-weight: bold;
	font-size: 18px;
	padding-left: 50px;
  line-height: 36px;
}

.section-grey .faq .answer {
  background-color: #f7f7f7;
}

.faq .answer {
  display: none;
	background: #1f1f1f;
	width: auto;
	position: relative;
	margin: -5px 0 25px 0;
  font-size: 12px;
  padding: 25px;
}

#faqholder dl {
	margin-bottom: 0
}

#faqholder dd p {

}

.section-colored .twitter-image {
  color: white;
}

.section-black .flex-direction-nav a {
  background: url(../images/bg_direction_nav_white.png) no-repeat 0 0;
}

a.buy-btn {
	padding: 12px 42px;
	color: #191919;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 24px;
	text-transform: uppercase;
  text-shadow: none !important;
}

a:hover.buy-btn {
	text-decoration:none;
	background:#191919
}

.section-grey h3.section-title-small {
	font-size: 48px;
	line-height: 50px;
	color: #191919;
	margin-top: 75px
}

.xsection-grey p, .xsection-colored p {
	font-size:20px;
	line-height:28px;
	color:#9f9f9f;
}

.section-black p {
  line-height:28px;
  color: white;
  font-size: 15px;
}

.items.section p{
  font-size: 15px;
}

.section-black .tiw h3, .section-black .tiw .box-icon {
  color: white;
}

.section-black .social-icon span, .section-colored .social-icon span {
  color: white;
}

.section-grey .social-icon span {
  color: #7d7d7d;
}

.pull-bottom {
}

/* Newsletter */

.section-black p.subtitle {
	color:#fff;
	margin-bottom:0
}

#newsletterform {
	float: right;
	margin-top: -87px
}

#newsletterform div {
	height: 45px;
	float: left;
	margin: 30px 18px 0 0
}

#newsletterform input {
	padding: 16px 18px!important
}

#newsletterform label {
	color:#fff;
	text-shadow: 1px 1px rgba(0,0,0,.25);
	font-size:12px
}

a#newslettersubmit {
	float:left;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-top: 30px;
	font-size:24px
}

a:hover#newslettersubmit {
	text-decoration:none;
	background:#222
}

a:hover.newsletter-btn {
	text-decoration:none;
	background:#555
}

footer {
	padding:25px 0;
	text-align:center;
  	border-top: 1px solid #ddd;
}

.copyright {
	margin-top: 15px;
	color: var(--black-pro);
	font-family: 'Squada One';
	font-size: 2em;
}

a.newsletter-btn {
	padding: 9px 42px;
	color: #191919;
	font-size: 24px;
	text-transform: uppercase;
}

/* Device layout */

#device {
	position:relative
}

.ipad {
	background:url(../images/ipad.png) no-repeat;
	width:550px;
	height:600px;
	margin-bottom: -18px
}

#teaser-slider .flexslider {
	margin: 0;
	padding: 0;
	left: 96px;
	position: absolute;
	top: 56px;
	width: 360px;
	height: 483px
}

#teaser-slider .flexslider .slides img {
	width: 360px;
	height: 483px
}

#teaser-slider .flex-direction-nav a {
	width: 35px;
	height: 100px;
	margin: -40px 0 0
}

#teaser-slider .flexslider .flex-next, #teaser-slider .flexslider .flex-prev {
	opacity: 0;
}

#teaser-slider .flexslider:hover .flex-next, #teaser-slider .flexslider:hover .flex-prev {
	opacity: 1;
}

#teaser-slider .flexslider:hover .flex-next:hover, #teaser-slider .flexslider:hover .flex-prev:hover {
	opacity: 0.5;
}

/*  sidebar  */

#sidebar .widget {
  margin-bottom: 50px;
  display: block;
  clear: both
}

#sidebar h4 {
  font-size: 20px;
  margin-bottom: 20px
}

.searchform input[type="text"] {
  width: 60%;
}

.searchform #searchsubmit {
  width: 30%;
  margin-top: -9px;
  font-size: 10px;
  padding-left: 5px;
display: inline-block;
padding: 4px 12px;
margin-bottom: 0;
font-size: 14px;
line-height: 20px;
text-align: center;
vertical-align: middle;
cursor: pointer;
color: #333333;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
background-color: #f5f5f5;
background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
border: 1px solid #cccccc;
border-bottom-color: #b3b3b3;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}

.searchform #searchsubmitx {
  height: 25px !important;
  min-height: 30px !important;
  margin-bottom: 10px !important;
}

#sidebar ul {
  list-style:none;
  margin:0;
  padding:0
}

#sidebar ul li {
  margin:0 0 -1px 0;
  padding:0
}

#sidebar ul li a {
  color:#aaa;
  text-transform:uppercase;
  font-size:12px
}

.tagcloud a {
  float:left;
  height:24px;
  line-height:24px;
  position:relative;
  font-size:11px!important;
  margin-bottom:10px
}

.tagcloud {
  margin-bottom: 50px;
}
.tagcloud:after {
  content: '';
  display: block;
  clear: both;
}

.tagcloud a {
  margin-left:15px;
  margin-right:10px;
  padding:0 10px 0 12px;
  color:#fff!important;
  background:#555;
  text-decoration:none;
  -moz-border-radius-bottomright:4px;
  -webkit-border-bottom-right-radius:4px;
  border-bottom-right-radius:4px;
  -moz-border-radius-topright:4px;
  -webkit-border-top-right-radius:4px;
  border-top-right-radius:4px;
}

.tagcloud a:before {
  content:"";
  float:left;
  position:absolute;
  top:0;
  left:-12px;
  width:0;
  height:0;
  border-color:transparent #555 transparent transparent;
  border-style:solid;
  border-width:12px 12px 12px 0;
}

.tagcloud a:after {
  content:"";
  position:absolute;
  top:10px;
  left:0;
  float:left;
  width:4px;
  height:4px;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  border-radius:2px;
  background:#fff;
  -moz-box-shadow:-1px -1px 2px #111;
  -webkit-box-shadow:-1px -1px 2px #111;
  box-shadow:-1px -1px 2px #111;
}

.tagcloud a:hover{background:#666;}
.tagcloud a:hover:before{border-color:transparent #666 transparent transparent;}

/*--Wp calendar--*/

#wp-calendar {
  border: 1px solid #ddd;
  empty-cells: show;
  font-size: 14px;
  margin: 0;
  width: 100%;
  border-bottom:15px solid #ddd;
  padding-bottom:15px;
}

#wp-calendar thead tr {
  background:#ddd
}

#wp-calendar th {
  font-style: normal;
  text-transform: capitalize;
  padding:3px;
  text-align:center
}

#wp-calendar td {
  color: #aaa;
  font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
  letter-spacing: normal;
  padding: 2px 0;
  text-align: center;
}

#wp-calendar #today {
  background: #ddd;
  color: #111;
}

#wp-calendar caption {
  text-transform:uppercase;
  font-size:11px;
  margin-bottom:0;
  background: #F0F0F0;
  border: 1px solid #DDDDDD;
  border-bottom:0;
  padding:5px;
  border-radius:5px 5px 0 0;
  -moz-border-radius:5px 5px 0 0;
  -webkit-border-radius:5px 5px 0 0;
  text-align:center
}

/*
  Caption
*/

.caption {
  z-index:500;
  position:absolute;
  bottom:-35px;
  left:0;
  height:30px;
  padding:5px 20px 0 20px;
  background:#000;
  background:rgba(0,0,0,.5);
  width:400px;
  font-size:1.3em;
  line-height:1.33;
  color:#fff;
  border-top:1px solid #000;
  text-shadow:none;
}

.inner {
	padding:0 15px;
}

#main-content {
	padding-bottom: 50px;
  padding-top: 50px;
}

/* Twitter feed */

#twitter-feed {
	text-align:left;
	color:#fff;
	min-height:80px;
	padding:35px 0
}

.twitter_wrap {
	min-height: 94px
}

.tweet {
	font-size: 42px!important;
	color: #fff;
	font-size: 35px;
	text-shadow: 1px 1px rgba(0,0,0,.25);
	font-style: normal;
	font-weight: bold;
	letter-spacing: -2px;
	white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.tweet_list li {
	line-height:50px;
	padding:12px 0 5px 88px
}

.tweet_list li a:hover {
	color: white;
	text-decoration: none;
}

.twitter-image {
	font-size: 100px;
	float: left;
	margin: 15px 0 0 0!important
}

/* Content shortcodes */

.half, .half-last {float:left;width:47%;margin:0px 0;margin-right:6%;}
.half-last {margin-right:0}

.third, .third-last {float:left;width:29%;margin:0px 0;margin-right:6%;}
.third-last {margin-right:0}

.quarter, .quarter-last {float:left;width:20%;margin:0px 0;margin-right:6%;}
.quarter-last {margin-right:0}

.border-break {
  border-top: 1px solid #E0E0E0;
  clear: both;
  width: 100%;
  display: block;
  float: left;
  margin-bottom: 15px
}

pre {
  margin:30px 0!important
}

.social-icon span {
  margin-right: 40px;
  margin-bottom: 20px;
  font-size: 6em;
}

.social-icon:hover {
  text-decoration: none;
}

/**** Archive Page ****/
.archive-item {

}

.archive-item .archive-thumbnail {
  float:left;
  width: 240px;
  overflow: hidden;
  margin: 0px 20px 5px 0px;
}

.archive-item .archive-thumbnail>img {
  max-width: 100% !important;
}

.archive-item .archive-title {
  width: 100%;
  float:left;
}

.archive-item .archive-title h2 {
  margin: 0;
}

.archive-item .archive-meta {
  width: 100%;
  float:right;
  margin: 10px 0px 20px 0px;
  text-align: left;
}

.archive-item .archive-meta-separator {
  font-size: 16px;
  padding: 0px 15px;
}

.archive-item .read-more {
  text-transform: uppercase;
  font-size: 10px;
}

.archive-item .archive-separator {
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 20px;
}

.archive-item-separator {
  border-bottom: 1px solid #DDDDDD;
  margin-top: 20px;
  margin-bottom: 20px;
}

/**** Post Page ****/
.blog-thumbnail {
  float:left;
  width: 240px;
  overflow: hidden;
  margin: 0px 20px 5px 0px;
}

.blog-single-item .blog-thumbnail>img {
  max-width: 100% !important;
}

.blog-single-item .blog-title {
  width: 100%;
  float:left;
}

.blog-single-item .blog-title h1 {
  margin: 0;
}

.blog-single-item .blog-meta {
  width: 100%;
  float:right;
  margin: 10px 0px 20px 0px;
  text-align: left;
}

.blog-single-item .blog-meta-separator {
  font-size: 16px;
  padding: 0px 15px;
}

.blog-single-item .read-more {
  text-transform: uppercase;
  font-size: 10px;
}

.blog-single-item .blog-separator {
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 20px;
}

.blog-item-separator {
  border-bottom: 1px solid #DDDDDD;
  margin-top: 20px;
  margin-bottom: 20px;
}

/**** Comment List ****/
.commentlist {
  background-color: #f7f7f7;
}

.commentlist li {
  padding: 15px 0px;
}

.commentlist li .avatar {
  float:left;
  margin-right:10px;
}

.commentlist li .children {
  background-color: #e7e7e7;
  padding: 15px 0px;
}

#commentform textarea {
  width: 100% !important;
}

/***** Sub Menu *****/
#main-navigation li {
  position: relative;
}

.sub-menu {
  display: none;
  position: absolute;
  left: -20px;
  top: 20px;
  z-index:9999;
  background-color: #191919;
  padding: 25px 20px 15px 20px !important;
  min-width: 175px;
}

.sub-menu li {
  display: block !important;
  text-align: left;
  padding: 5px 0 !important;
}

.sub-menu li:after {
  content: '' !important;
}

.sub-menu li:last-child:after {
  margin: 0px !important;
  margin-left: 0px !important;
}

.sub-menu li:after {
  margin: 0px !important;
  margin-left: 0px !important;
}

.post-navigation {
  margin-bottom: 45px;
  clear:both;
  display:block
}

.left {
  float:left
}

.right {
  float:right
}

/* author box */

.author-box {
  padding:15px;
  background:#f7f7f7;
  width:96%;
  display:block;
  float:left;
  clear:both;
  margin:30px 0
}

.author-social {
  font-size: 11px!important;
  margin: -13px 0 0 0!important
}

.author-social a {
  font-size:11px;
  margin:0
}

.author-box h4 {
  margin:15px 0 10px 0;
  text-transform:uppercase
}

.author-box p {
  margin-top:0;
  font-size:12px
}

.author-image {
  float:left;
  margin-right:15px;
  width: 128px;
  height: auto
}

/* social share */

.social-share {
  width:100%;
  display:block;
  float:left;
  clear:both
}

.social-share ul {
  list-style:none;
  margin:0;
  padding:0
}

.social-share ul li {
  float: left;
  margin: 0;
  padding: 0;
  min-width: 10%;
  max-width: 200px;
  width: 100px
}

img.avatar {
  border: 1px solid #FFFFFF;
  float: left;
  margin: 0 7px 0 0;
}

section .post-edit-link {
  height: 0;
  float: left;
}

code {
  white-space:normal !important;
}

.searchform .screen-reader-text {
  display: none;
}

.post-content ul li {
  list-style: disc;
}

.post-content ol li {
  list-style: decimal;
}

.social-share li {
   list-style: none;
}

/* #WP specific
================================================== */

.bypostauthor {
  font-style:italic
}

.wp-caption {
  text-align:center;
  font-style:italic
}

.wp-caption-text {
  clear: both;
  font-size: 11px;
  line-height:12px;
  padding:8px 0 5px 0
}

.sticky {
  border:1px solid #ccc;
  padding:15px
}

.gallery-caption {
  margin:0;
  padding:5px 0;
  width:100%
}

.alignright {
  float:right;
  margin: 5px 2px 0px 10px
}

.alignleft {
  float:left;
  margin: 5px 10px 0px 2px
}

.aligncenter {
  margin: 10px auto
}

.alignright img, .alignleft img, .aligncenter img {
  border:0
}

.wf-featured-section {
  height: 590px;
  position: relative;
  padding: 70px 0px 0px 0px;
}

.wf-featured-section .container {
  position: relative;
  min-height: 100%;
}

.wf-holder-inner {
  bottom: 0;
  position: absolute;
}

.section-content {
  display: inline-block;
  margin-bottom: 25px;
  margin-right: 2%;
  padding-top: 30px;
  vertical-align: top;
  width: 48%;
}

.section-featured-image {
  display: inline-block;
  margin-right: 0;
  vertical-align: bottom;
  width: 48%;
}

.gmap {
  width: 100%;
}

#newsletterform p {
  display: inline;
  padding: 0;
  margin: 0;
}

#primary_menu_mobile {
  padding: 0 0 0 10px;
}

.btn-inverse:visited {
  color: #fff;
}

/* EXTRA */

.tiw  h3 {
	color: var(--yellow-dochap) !important;
}

#mapStatic {
	background-image: url('./images/maps.png');
  	background-position: center; /* Center the image */
  	background-repeat: no-repeat; /* Do not repeat the image */
  	background-size: cover; /* Resize the background image to cover the entire container */
}

.banner {
	width: 100%; 
	min-height: 250px; 
	background-color: #191919;
	background-image: url('./images/banner.jpg');
  	background-position: center; /* Center the image */
  	background-repeat: no-repeat; /* Do not repeat the image */
  	background-size: cover; /* Resize the background image to cover the entire container */
}

p {
	font: 14px/1.5 Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-weight: bold;
}

img {
	opacity: 1;
	transition: opacity 0.3s;
}

img[data-src] {
	opacity: 0;
}

.flex-direction-nav{
  display: none;
}

.flexslider-carousel{ 
  padding-bottom: 1em;
}

.flex-control-nav{
  bottom: -1em;
}
/*
.pp_details{
  display: none;
}*/

.flex-control-paging li a.flex-active{
  background: white !important;
}

.flex-control-paging li a{
  background: #494848 !important;
}

body{overflow-y:scroll;}

.serv-icon{
  /*width: 80px;*/
  margin-right: 20px;
}

.logo-icon{
  width: 30px;
  margin: 10px;
}

.bottom-social{
  position: absolute;
  right: 20px;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
}

#servicios .section-title{
  margin-bottom: 40px;
}

#quienes-somos .section-title{
  margin-bottom: 40px;
}