/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@font-face {
    font-family: 'aleoitalic';
    src: url('font/aleo-italic-webfont.eot');
    src: url('font/aleo-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/aleo-italic-webfont.woff') format('woff'),
         url('font/aleo-italic-webfont.ttf') format('truetype'),
         url('font/aleo-italic-webfont.svg#aleoitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'aleolightitalic';
    src: url('font/aleo-lightitalic-webfont.eot');
    src: url('font/aleo-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/aleo-lightitalic-webfont.woff') format('woff'),
         url('font/aleo-lightitalic-webfont.ttf') format('truetype'),
         url('font/aleo-lightitalic-webfont.svg#aleolightitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}
body{
	font-family:'PT Sans Narrow', sans-serif;
	font-size:13px;
	color:#383838;
	font-weight:400;
}


@media only screen and (min-width: 320px) {
#header{
	position:absolute;
	left:0;
	top:0;
	width: 100%;
	height:367px;
	display:block;
	-moz-transform-origin: 0 0;
	-moz-transform: scale(0.7);
-webkit-transform: scale(0.7);
-o-transform: scale(0.7);
-ms-transform: scale(0.7);
transform: scale(0.7);
	-webkit-transform-origin:0 0;
	-ms-transform-origin:0 0;
	transform-origin:0 0;
}
#header .bg1{
	background-image:url(../img/logo_bg1.png);
	background-repeat:no-repeat;
	background-position:top left;
	width: 100%;
	height:367px;
	display:block;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
}
#header .bg2{
	background-image:url(../img/logo_bg2.png);
	background-repeat:no-repeat;
	background-position:top left;
	width: 100%;
	height:367px;
	display:block;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
#header .logo{
	background:url(../img/logo.png) no-repeat center center;
	width:130px;
	height:182px;
	display:block;
	position:absolute;
	left:70px;
	top:15px;
	z-index:3;
}
#carousel{
	position:relative;
	max-height:649px;
	border-bottom:2px solid #07408a;
}
#carousel .decor-left{
	display:block;
	width: 100%;
	height:15px;
	position:absolute;
	left:0;
	bottom:-15px;
	background:url(../img/carousel-left-bg.png) no-repeat left top;
}
#carousel .decor-right{
	display:block;
	width:504px;
	height:15px;
	position:absolute;
	right:0;
	bottom:-15px;
	background:url(../img/carousel-right-bg.png) no-repeat left top;
}
.carousel .item {
    background-position: center center;
    background-size: cover;
    height: 650px;
}
.jumbotron{
	background:#fff;
}
.jumbotron .container{position:relative;}
#newsletter{
	position:relative;
	margin-top:15px;
	background:#0a80c8;
	color:#fff;
	padding:15px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
#newsletter h3{
	font-size:15px;
	font-weight:700;
	margin:0;
	padding:0;
}
#newsletter p{
	font-size:13px;
	font-weight:400;
}
#newsletter .input-group{width:100%;position:relative;}
#newsletter input{
	box-shadow:none;
	border-radius:0;
	border:0;
	background:#fff;
	color:#0a80c8;
}
#newsletter button{
	box-shadow:none;
	border-radius:0;
	border:0;
	background:#fff;
	color:#0a80c8;
	height: 34px;
	-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
#newsletter button:hover, #newsletter button:active{background:#0a80c8;color:#fff;}
#newsletter span.input-group-btn{
	position:absolute;
	right: 34px;
    top: 0;
    border:0;
}
#newsletter .form-control::-webkit-input-placeholder { color:#0a80c8; opacity:1; }
#newsletter .form-control::-moz-placeholder { color:#0a80c8; opacity:1; }
#feed{
	overflow:hidden;
	margin-bottom:15px;
	padding-right:30px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
#feed h3{
	font-size:13px;
	font-weight:700;
}
#feed img{
	display:none;
}
#feed p{
	font-size:13px;
	font-weight:400;
}
#feed br {display:none}
#feed .link{
	float:right;
	font-size:10px;
	margin-top:-11px;
}
.jumbotron .container .align-center{
	font-size:18px;
	text-align:center;
	color:#0a80c8;
	margin-top:50px;
}
.jumbotron .container .align-center em{
    font-family: 'aleolightitalic';
}
.jumbotron .container .align-center em strong{
    font-family: 'aleoitalic';
}
#valencias{
	background:#0a80c8;
	border-bottom:3px solid #274287;
	padding:15px;
}
#valencias .pull-left{
	margin-right:17px;
	text-align:center;
	margin-top:15px;
	margin-bottom:15px;
}
#valencias .pull-left:last-child{margin-right:0;}
#valencias .pull-left img{
	border:1px solid #274287;
	padding:1px;
}
#valencias h2{
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
	font-family:'PT Sans', sans-serif;
	font-size:700;
}
#gmaps{
	background:#274287;
}
#gmaps iframe{border:0;margin:0;padding:0;}
footer h1{
	font-size:17px;
	font-weight:700;
	text-transform:uppercase;
}
footer .form-control{
	border:1px solid #274287;
	box-shadow:none;
	border-radius:0;
	margin-bottom:10px;
}
footer input.form-control{height:30px;}
footer input[type="submit"]{
	background:#274287;
	font-family:'PT Sans', sans-serif;
	margin-top:40px;
	color:#fff;
	box-shadow:none;
	border:none;
	padding:5px 10px;
	font-size:13px;
}

.contain_circle{
	display: inline-block;
    height: 200px;
    margin: 10px;
    width: 200px;
}
.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	cursor: default;
	box-shadow: 
		inset 0 0 0 10px rgba(255,255,255,0.6),
		0 1px 2px rgba(0,0,0,0.1);
		
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.ch-img-1 { 
	background-image: url(../img/2_circ.png);
}

.ch-img-2 { 
	background-image: url(../img/3_circ.png);
}

.ch-img-3 { 
	background-image: url(../img/4_circ.png);
}
.ch-img-4 { 
	background-image: url(../img/5_circ.png);
}
.ch-img-5 { 
	background-image: url(../img/6_circ.png);
}

.ch-info {
	position: absolute;
	background: rgba(39,66,135, 0.8);
	width: inherit;
	height: inherit;
	border-radius: 50%;
	opacity: 0;
	
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	
	-webkit-backface-visibility: hidden;

}

.ch-info h3 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 20px;
	margin: 0 30px;
	padding: 35px 0 0 0;
	height: 120px;
	font-family: 'PT Sans', Arial, sans-serif;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
}

.ch-info p {
	color: #fff;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 20px;
	font-size: 12px;
	border-top: 1px solid rgba(255,255,255,0.5);
	opacity: 0;
	-webkit-transition: all 1s ease-in-out 0.4s;
	-moz-transition: all 1s ease-in-out 0.4s;
	-o-transition: all 1s ease-in-out 0.4s;
	-ms-transition: all 1s ease-in-out 0.4s;
	transition: all 1s ease-in-out 0.4s;
}

.ch-info p a {
	display: block;
	color: #fff;
	color: rgba(255,255,255,0.7);
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 4px;
	font-family: 'PT Sans', Arial, sans-serif;
}

.ch-info p a:hover {
	color: #fff222;
	color: rgba(255,242,34, 0.8);
}

.ch-item:hover {
	box-shadow: 
		inset 0 0 0 1px rgba(255,255,255,0.1),
		0 1px 2px rgba(0,0,0,0.1);
}
.ch-item:hover .ch-info {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.ch-item:hover .ch-info p {
	opacity: 1;
}
}

@media only screen and (min-width: 768px) {

#header{
	position:absolute;
	left:0px;
	top:0px;
	width:869px;
	height:367px;
	display:block;
	-webkit-transform-origin:0 0;
	-ms-transform-origin:0 0;
	transform-origin:0 0;
}
#header .bg1{
	background-image:url(../img/logo_bg1.png);
	background-repeat:no-repeat;
	background-position:top left;
	width:869px;
	height:367px;
	display:block;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
}
#header .bg2{
	background-image:url(../img/logo_bg2.png);
	background-repeat:no-repeat;
	background-position:top left;
	width:869px;
	height:367px;
	display:block;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
#header .logo{
	background:url(../img/logo.png) no-repeat center center;
	width:130px;
	height:182px;
	display:block;
	position:absolute;
	left:70px;
	top:15px;
	z-index:3;
}
#carousel{
	position:relative;
	max-height:649px;
	border-bottom:2px solid #07408a;
}
#carousel .decor-left{
	display:block;
	width:504px;
	height:15px;
	position:absolute;
	left:0;
	bottom:-15px;
	background:url(../img/carousel-left-bg.png) no-repeat left top;
}
#carousel .decor-right{
	display:block;
	width:504px;
	height:15px;
	position:absolute;
	right:0;
	bottom:-15px;
	background:url(../img/carousel-right-bg.png) no-repeat left top;
}
.carousel .item {
    background-position: center center;
    background-size: cover;
    height: 650px;
}
.jumbotron{
	background:#fff;
}
.jumbotron .container{position:relative;}
#newsletter{
	position:absolute;
	right:0;
	top:-120px;
	background:#0a80c8;
	color:#fff;
	padding:15px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
#newsletter h3{
	font-size:15px;
	font-weight:700;
	margin:0;
	padding:0;
}
#newsletter p{
	font-size:13px;
	font-weight:400;
}
#newsletter .input-group{width:100%;position:relative;}
#newsletter input{
	box-shadow:none;
	border-radius:0;
	border:0;
	background:#fff;
	color:#0a80c8;
}
#newsletter button{
	box-shadow:none;
	border-radius:0;
	border:0;
	background:#fff;
	color:#0a80c8;
	height: 34px;
	-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
#newsletter button:hover, #newsletter button:active{background:#0a80c8;color:#fff;}
#newsletter span.input-group-btn{
	position:absolute;
	right: 34px;
    top: 0;
    border:0;
}
#newsletter .form-control::-webkit-input-placeholder { color:#0a80c8; opacity:1; }
#newsletter .form-control::-moz-placeholder { color:#0a80c8; opacity:1; }
#feed{
	position:absolute;
	top:-57px;
	padding-right:30px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
#feed h3{
	font-size:13px;
	font-weight:700;
}
#feed img{
	display:none;
}
#feed p{
	font-size:13px;
	font-weight:400;
}
#feed br {display:none}
#feed .link{
	float:right;
	font-size:10px;
	margin-top:-11px;
}
.jumbotron .container .align-center{
	font-size:18px;
	text-align:center;
	color:#0a80c8;
	margin-top:100px;
}
.jumbotron .container .align-center em{
    font-family: 'aleolightitalic';
}
.jumbotron .container .align-center em strong{
    font-family: 'aleoitalic';
}
#valencias{
	background:#0a80c8;
	border-bottom:3px solid #274287;
}
#valencias .pull-left{
	margin-right:17px;
	text-align:center;
	margin-top:15px;
	margin-bottom:15px;
}
#valencias .pull-left:last-child{margin-right:0;}
#valencias .pull-left img{
	border:1px solid #274287;
	padding:1px;
}
#valencias h2{
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
	font-family:'PT Sans', sans-serif;
	font-size:700;
}
#gmaps{
	background:#274287;
}
#gmaps iframe{border:0;margin:0;padding:0;}
footer h1{
	font-size:17px;
	font-weight:700;
	text-transform:uppercase;
}
footer .form-control{
	border:1px solid #274287;
	box-shadow:none;
	border-radius:0;
	margin-bottom:10px;
}
footer input.form-control{height:30px;}
footer input[type="submit"]{
	background:#274287;
	font-family:'PT Sans', sans-serif;
	margin-top:40px;
	color:#fff;
	box-shadow:none;
	border:none;
	padding:5px 10px;
	font-size:13px;
}

.contain_circle{
	display: inline-block;
    height: 200px;
    margin: 10px;
    width: 200px;
}
.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	cursor: default;
	box-shadow: 
		inset 0 0 0 10px rgba(255,255,255,0.6),
		0 1px 2px rgba(0,0,0,0.1);
		
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.ch-img-1 { 
	background-image: url(../img/2_circ.png);
}

.ch-img-2 { 
	background-image: url(../img/3_circ.png);
}

.ch-img-3 { 
	background-image: url(../img/4_circ.png);
}
.ch-img-4 { 
	background-image: url(../img/5_circ.png);
}
.ch-img-5 { 
	background-image: url(../img/6_circ.png);
}

.ch-info {
	position: absolute;
	background: rgba(39,66,135, 0.8);
	width: inherit;
	height: inherit;
	border-radius: 50%;
	opacity: 0;
	
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	
	-webkit-backface-visibility: hidden;

}

.ch-info h3 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 20px;
	margin: 0 30px;
	padding: 35px 0 0 0;
	height: 120px;
	font-family: 'PT Sans', Arial, sans-serif;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
}

.ch-info p {
	color: #fff;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 20px;
	font-size: 12px;
	border-top: 1px solid rgba(255,255,255,0.5);
	opacity: 0;
	-webkit-transition: all 1s ease-in-out 0.4s;
	-moz-transition: all 1s ease-in-out 0.4s;
	-o-transition: all 1s ease-in-out 0.4s;
	-ms-transition: all 1s ease-in-out 0.4s;
	transition: all 1s ease-in-out 0.4s;
}

.ch-info p a {
	display: block;
	color: #fff;
	color: rgba(255,255,255,0.7);
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 4px;
	font-family: 'PT Sans', Arial, sans-serif;
}

.ch-info p a:hover {
	color: #fff222;
	color: rgba(255,242,34, 0.8);
}

.ch-item:hover {
	box-shadow: 
		inset 0 0 0 1px rgba(255,255,255,0.1),
		0 1px 2px rgba(0,0,0,0.1);
}
.ch-item:hover .ch-info {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.ch-item:hover .ch-info p {
	opacity: 1;
}
}