// web font
@font-face {
	font-family: 'Circular Medium';
	src: url('fonts/lineto-circular-pro-medium.eot');
	src: url('fonts/lineto-circular-pro-medium.eot?#iefix') format('embedded-opentype'),
		url('fonts/lineto-circular-pro-medium.woff') format('woff'),
		url('fonts/lineto-circular-pro-medium.ttf') format('truetype'),
		url('fonts/lineto-circular-pro-medium.svg#lineto-circular-pro-medium') format('svg');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Circular Bold';
	src: url('fonts/lineto-circular-pro-bold.eot');
	src: url('fonts/lineto-circular-pro-bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/lineto-circular-pro-bold.woff') format('woff'),
		url('fonts/lineto-circular-pro-bold.ttf') format('truetype'),
		url('fonts/lineto-circular-pro-bold.svg#lineto-circular-pro-bold') format('svg');
	font-weight: 900;
	font-style: normal;
}


body {
	font-family: 'Circular Bold', 'Helvetica Neue', Arial, sans-serif;
	word-wrap: break-word;
	padding-top: 50px;
}

a {
	color: #cb3447;
}

a:hover {
	color: #cb3447;	
}

p {
	font-family: 'Circular Medium', 'Helvetica Neue', Arial, sans-serif;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

.logo {
	height: 50px;
	padding: 2px 10px;
	background: #fff;
}

.search-field {
	border: 0;
    background: 0;
    box-shadow: none;
}

.search-results {
	background: #fff;
	padding: 10px;
	max-height: 600px;
	overflow: auto;
	-webkit-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.33);
	-moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.33);
	box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.33);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.search-results.ng-hide {
	opacity: 0;
	max-height: 0;

}

.search-results.ng-show {
	opacity: 1;
}

.form-control:focus {
	border: 0;
	box-shadow: none;
}

ul#main-menu li {
	position: relative;
	background: #2b2c31;
	-webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

ul#main-menu li a {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
    padding: 15px 25px;
}

ul#main-menu li:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0px;
	margin: auto;
	height: 3px;
	width: 0px;
	background: transparent;
	transition: width .5s ease, background-color .5s ease;
}

ul#main-menu li:hover:after {
	width: 100%;
	background: #4b4c5a;
}

ul#main-menu li:hover {
	background: #fff;
}

ul#main-menu li:hover a {
	color: #2b2c31;

}

.image-margin {
	margin-top: 10px;
	margin-bottom: 10px;
}

.search-box {
	background: #7e202c;
}

input[type=search]#navbar-search {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    box-sizing: border-box;
    background-image: url('img/derex_search.png');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
    -webkit-transition: width .4s ease-in-out;
    transition: width .4s ease-in-out;
}



.navbar-fixed-top {
    border: 0;
}

.navbar-default .navbar-toggle {
    border: none;
}

.navbar-header {
	background: #fff;
}

.navbar-brand {
	padding: 0;
}

.navbar-collapse {
	padding-right: 0;
	padding-left: 0;
}

.navbar-nav {
    margin-bottom: 0px;
}

.navbar-form {
	border: 0;
	margin-bottom: -8px;
	margin-top: 0;
}

.navbar-default {
	background: #fff;
}

.carousel {
	background: #000;
}

.carousel .item > img {
	opacity: .7;
}

.carousel-caption {
    right: 10%;
    left: 10%;
    display: table-cell;
  	vertical-align: middle;
  	position: static;
  	bottom: 0;
}

.carousel-image {
	display: table;
	background-position: center;
	background-size: cover;
	min-height: 500px;
  	height: 1px;
}

.welcome-logo {
	width: 60vw;
    -webkit-filter: drop-shadow(0px 1px 10px rgba(33,33,33,0.50));
}

.welcome-title {
	font-size: calc(2.5em + 0.5 * (100vw - 80em) / 40);
	font-size: -webkit-calc(250% + 0.5 * (100vw - 8000%) / 40);	
}

.welcome-sub {
	font-size: calc(1.4em + 0.25 * (100vw - 80em) / 40);
    font-size: -webkit-calc(140% + 0.25 * (100vw - 8000%) / 40);
}

hr {
    margin-top: 2vw;
    margin-bottom: 2vw;
    border: 0;
    border-top: 2px solid #333;
    width: 80%;
}

.wpcf7 input, textarea {
    margin: 10px;
    width: 100%;
    max-height: 20vw;
    font-size: 20px;
    padding: 1vw;
    background: #333;
    border: 0;
    color: #fff;
    text-align: left;
    margin: .5vw 0;
}

input[type="submit"] {
	width: auto;
}

.wpcf7-not-valid-tip {
	text-shadow: none;
	font-size: 14px!important;
}

.cta {
    background: #cb3447;
    color: #fff;
    -webkit-box-shadow: 0px 8px 0px 0px rgba(126,32,44,1);
    -moz-box-shadow: 0px 8px 0px 0px rgba(126,32,44,1);
    box-shadow: 0px 8px 0px 0px rgba(126,32,44,1);
    border: 0;
    padding: 3vw;
    margin: 5.5vw 0;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: calc(2.5em + 0.7 * (100vw - 80em) / 40);
    font-size: -webkit-calc(250% + .7 * (100vw - 8000%) / 40);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

}

.cta:hover {
    color: #cb3447;
	background: #fff;
}

input[type="submit"] {
	background: #cb3447;
    color: #fff;
    -webkit-box-shadow: 0px 8px 0px 0px rgba(126,32,44,1);
    -moz-box-shadow: 0px 8px 0px 0px rgba(126,32,44,1);
    box-shadow: 0px 8px 0px 0px rgba(126,32,44,1);
    border: 0;
    padding: 1vw;
    margin: .5vw 0;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: calc(1.8em + 0.7 * (100vw - 80em) / 40);
    font-size: -webkit-calc(180% + .7 * (100vw - 8000%) / 40);
}

:focus {
	outline: none;
}

.back-to-top {
    background: none;
    margin: 0;
    position: fixed;
    bottom: 3vw;
    right: 3vw;
    width: 15vw;
    height: 15vw;
    z-index: 100;
    display: none;
    text-decoration: none;
    color: #ffffff;
    background-color: #cb3447;
    border-radius: 50%;
    border: 0;
}
 
.back-to-top span {
	font-size: 8vw;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

svg {
	max-width: 100%;
}

.social-icon {
	padding: 0 1vw;
	font-size: calc(3.5em + 0.7 * (100vw - 80em) / 40);
    font-size: -webkit-calc(350% + .7 * (100vw - 8000%) / 40);
}

a .social-icon {
	color: #fff;
}

.icon {
	display: inline-block;
	fill: currentColor;
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block;
    min-height: 500px;
}

.angular-google-map-container { min-height: 500px; }

.fill {
    display:flex;
    justify-content:center;
    align-items:center;
    overflow:hidden
}
.fill img {
    flex-shrink:0;
    min-width:100%;
    min-height:100%
}

.third {
    display: table;
    text-align: center;
    height: 50vw;
    padding: 1vw;
    background: rgba(0,0,0,.3);
    border: 3vw solid #fff;
    margin: -.07vw;
}

.third span, .fourth span {
	display: table-cell;
  	vertical-align: middle;
}

.third .dev-city {
	font-size: calc(1.2em + 0.25 * (100vw - 80em) / 40);
    font-size: -webkit-calc(120% + 0.25 * (100vw - 8000%) / 40);
}

.third .dev-name {
	font-size: calc(2em + 0.25 * (100vw - 80em) / 40);
    font-size: -webkit-calc(200% + 0.25 * (100vw - 8000%) / 40);
}

.fourth {
    display: table;
    text-align: center;
    height: 50vw;
    padding: 1vw;
    background: rgba(0,0,0,.3);
    border: 3vw solid #fff;
}

a:hover {
	text-decoration: none;
}

.dev-city {
	text-transform: uppercase;
	color: #fff;
	margin: 0;
	text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.6);
	font-size: calc(2em + 0.25 * (100vw - 80em) / 40);
    font-size: -webkit-calc(200% + 0.25 * (100vw - 8000%) / 40);

}

.dev-name {
	color: #fff;
	margin: 0;
	text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.6);
	font-size: calc(3.4em + 0.25 * (100vw - 80em) / 40);
   	font-size: -webkit-calc(340% + 0.25 * (100vw - 8000%) / 40);
}

.dev-image, .dev-info {
	padding-left: 0;
	padding-right: 0;
}


.dev-title {
	color: #fff;
	background: #cb3447;
	text-align: center;
	padding: 2vw;
}

.dev-title * {
	text-shadow: none!important;
}

.dev-data {
	padding: 2vw;
}

.dev-data p {
	margin: 20px 0;
}

.dev-data h2 {
	text-align: center;
	font-size: calc(4em + 0.25 * (100vw - 80em) / 40);
	font-size: -webkit-calc(400% + 0.25 * (100vw - 8000%) / 40);
}

.dev-data h4 {
	white-space: nowrap;
	margin: 20px 0;
	text-transform: uppercase;
	text-align: center;
	font-size: calc(1.3em + 0.25 * (100vw - 80em) / 40);
    font-size: -webkit-calc(130% + 0.25 * (100vw - 8000%) / 40);
}

.sub {
	text-transform: uppercase;
	color: #fff;
	margin: 0;
	text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.6);
	font-size: calc(1em + 0.25 * (100vw - 80em) / 40);
	font-size: -webkit-calc(100% + 0.25 * (100vw - 8000%) / 40);	
}

.name {
	color: #fff;
	margin: 0;
	text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.6);
	font-size: calc(1.6em + 0.25 * (100vw - 80em) / 40);
	font-size: -webkit-calc(160% + 0.25 * (100vw - 8000%) / 40);	
}

.section-divider {
	display: inline-block;
	padding:10px;
	border-bottom: 2px solid #cb3447;
	text-align: center;
	margin: 20px auto;
	text-transform: uppercase;
	font-size: calc(1.6em + 0.25 * (100vw - 80em) / 40);
  	font-size: -webkit-calc(160% + 0.25 * (100vw - 8000%) / 40);
}

.section-title {
	padding:10px;
	text-align: center;
	margin: 0 auto;
	font-size: calc(2em + 0.25 * (100vw - 80em) / 40);
	font-size: -webkit-calc(200% + 0.25 * (100vw - 8000%) / 40);
}

.section {
	margin-bottom: 20px;
}

.section-dark {
	color: #fff;
	background: #2b2c31;
	margin-bottom: 20px;
}

.text {
	font-family: 'Circular Medium', 'Helvetica Neue', Arial, sans-serif;
	font-size: calc(1.4em + 0.25 * (100vw - 80em) / 40);
  	font-size: -webkit-calc(140% + 0.25 * (100vw - 8000%) / 40);
}

.img-icon {
	width: 80%;
	padding: 2vw;
}

.img-full {
	width: 100%;
}

.no-padding {
	padding: 0;
}

.benefits {
	padding: 4vw;
	text-align: center;
}

.bullet {
    text-align: left;
    padding: 0 2vw;
    list-style: disc;
    list-style-position: outside;
    min-height: 70px;
}

.bullet:last-child {
	display: none;
}

.list {
	font-size: calc(1.6em + 0.25 * (100vw - 80em) / 40);
  	font-size: -webkit-calc(160% + 0.25 * (100vw - 8000%) / 40);
	text-align: left;
}

.list:last-child {
	display: none;
}

/* Images and wp-captions should always fit and be responsive */
img {
	display: inline-block;
	height: auto;
}
img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0 10px;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}

/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}
.gallery-caption {
	display: block;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


/* Content */
.main-content-inner {
	padding-bottom: 1.5em;
}
.hentry {
	margin: 0 0 1.5em;
}
.sticky {
	display: block;
}
.bypostauthor {
	display: block;
}


/* Clearing */
.clear {
	clear: both;
}

/* Navigation */

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:active>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:active>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}


/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget { margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] { display: none; }

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
 .comment .children { margin-left: 1.5em; }

/**
* Some WP Theme Repository requirements
*/

.sticky {
}

.gallery-caption {

}

.bypostauthor {

}

.entry-meta {
	clear: both;
}

.padded {
	padding: 2vw;
}

.padded p {
	font-size: calc(1.6em + 0.25 * (100vw - 80em) / 40);
	font-size: -webkit-calc(160% + 0.25 * (100vw - 8000%) / 40);
}

.view{
  position: absolute;
  top: 50px;
  width: 100%;
  transition: 300ms;
}

.view.ng-leave {
    -webkit-animation-name: fadeOutUp;
    -moz-animation-name: fadeOutUp;
    -ms-animation-name: fadeOutUp;
    -o-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -ms-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden; 
}
.view.ng-enter {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -ms-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -ms-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.yellowBtn{
	position: absolute;
    width: 150px;
    height: 75px;
    top: 10px;
    right: 30px;
}

.btnCentro img{
	width: 210px;
	height: auto;
	display: block;
	margin:5px auto;
}


@media (min-width: 768px) {
	.navbar-form {
		border: 0;
		margin-bottom: 8px;
		margin-top: 8px;
	}
	.navbar-default {
		background: #2b2c31;
		border: 0;
	}

	.cta, input[type="submit"] {
	    background: #cb3447;
	    color: #fff;
	    -webkit-box-shadow: 0px 8px 0px 0px rgba(126,32,44,1);
	    -moz-box-shadow: 0px 8px 0px 0px rgba(126,32,44,1);
	    box-shadow: 0px 8px 0px 0px rgba(126,32,44,1);
	    border: 0;
	    padding: 1vw;
	    margin: 1.5vw 0;
	    text-transform: uppercase;
	    font-family: 'Oswald', sans-serif;
	    font-size: calc(1.4em + 0.7 * (100vw - 80em) / 40);
	    font-size: -webkit-calc(140% + .7 * (100vw - 8000%) / 40);
		-webkit-transition: all .3s ease-in-out;
    	transition: all .3s ease-in-out;
	}

	.welcome-logo {
		width: 30vw;
	}

	.welcome-title {
		font-size: calc(2.5em + 0.5 * (100vw - 80em) / 40);
		font-size: -webkit-calc(250% + 0.5 * (100vw - 8000%) / 40);	
	}

	.carousel-image {
		min-height: 850px;
	}

	.carousel-dev {
		min-height: 1200px;	
	}

	.carousel-content {
		min-height: 600px;	
	}

	.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    	display: block;
    	min-height: 850px;
	}

	.list {
		font-size: calc(1.2em + 0.25 * (100vw - 80em) / 40);
	  	font-size: -webkit-calc(120% + 0.25 * (100vw - 8000%) / 40);
		text-align: left;
	}

	textarea {
    	max-height: 8vw;
	}

	hr {
	    margin-top: 1vw;
	    margin-bottom: 1vw;
	    border: 0;
	    border-top: 1px solid #333;
	    width: 80%;
	}

	.back-to-top {
	    background: none;
	    margin: 0;
	    position: fixed;
	    bottom: 1vw;
	    right: 1vw;
	    width: 5vw;
	    height: 5vw;
	    z-index: 100;
	    display: none;
	    text-decoration: none;
	    color: #ffffff;
	    background-color: #cb3447;
	    border-radius: 50%;
	    border: 0;
	}
	 
	.back-to-top span {
		font-size: 2.5vw;
	}	

	ul#main-menu li a {
		font-size: 12px;
	    padding: 15px 8px;
	}

	.third {
	    height: 30vw;
	    border: 1vw solid #fff;
	}

	.fourth {
	    height: 21vw;
	    border: 1vw solid #fff;
	}

	.third .dev-city {
		font-size: calc(1.6em + 0.25 * (100vw - 80em) / 40);
		font-size: -webkit-calc(160% + 0.25 * (100vw - 8000%) / 40);
	}
	
	.third .dev-name {
		font-size: calc(2.6em + 0.25 * (100vw - 80em) / 40);
		font-size: -webkit-calc(260% + 0.25 * (100vw - 8000%) / 40);
	}

	.dev-data h4 {
		font-size: calc(.8em + 0.25 * (100vw - 80em) / 40);
		font-size: -webkit-calc(80% + 0.25 * (100vw - 8000%) / 40);	
	}

	.dev-data h2 {
		font-size: calc(3em + 0.25 * (100vw - 80em) / 40);
		font-size: -webkit-calc(300% + 0.25 * (100vw - 8000%) / 40);
	}

	.section-divider {
		font-size: calc(1.2em + 0.25 * (100vw - 80em) / 40);
  		font-size: -webkit-calc(120% + 0.25 * (100vw - 8000%) / 40);
	}	
	.section-title {
		font-size: calc(1.2em + 0.25 * (100vw - 80em) / 40);
    	font-size: -webkit-calc(120% + 0.25 * (100vw - 8000%) / 40);
    }
}

@media (min-width: 1024px) {
	ul#main-menu li a {
		font-size: 14px;
	    padding: 15px 20px;
	}

	.third .dev-city {
		font-size: calc(2em + 0.25 * (100vw - 80em) / 40);
		font-size: -webkit-calc(200% + 0.25 * (100vw - 8000%) / 40);
	}
	
	.third .dev-name {
		font-size: calc(3.6em + 0.25 * (100vw - 80em) / 40);
		font-size: -webkit-calc(360% + 0.25 * (100vw - 8000%) / 40);
	}
}

