@charset "UTF-8";

/*
 * Let's target IE to respect aspect ratios and sizes for img tags containing SVG files
 *
 * [1] IE9
 * [2] IE10+
 */
/* 1 */
 /* The alert message box */
.change::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #379AE7;
}
.change:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #379AE7;
    opacity: 1;
}
.change::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #379AE7;
    opacity: 1;
}
.change:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #379AE7;
}

.alert {
	padding: 20px;
	margin-bottom: 0px;
	background-color: #f44336; /* Red */
	color: white;
	border-radius: 0px;
	text-align: center;
	z-index: 1001;
	border-bottom-color: #9D0002;
	border-top-color: #9D0002;
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-width: medium;
	border-top-width: medium;
}

/* The close button */
.closebtn {
	color: white;
	font-weight: bold;
	float: right;
	font-size: 22px;
	cursor: pointer;
	transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
    color: black;
} 

.ie9 img[src*=".svg"] {
  width: 100%; 
}
.well {
	font-size: 17px;
}
.well a .glyphicon.glyphicon-hand-right {
	font-size: 16px;
}
.well a {
	text-decoration: none;
	color: #303030;
}

.well a:hover {
	text-decoration: underline;
	color: #0072BD;
}
.bottomMargin55 {
	margin-bottom: 55px;
}
/* 2 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src*=".svg"] {
    width: 100%; 
  }
}
#backTop.white{
	background-repeat: no-repeat;
	background-position: center center rgba(255,255,255,0.8);
	background-image: url(../images/uparr-48-b.png);
	background-color: rgba(255,255,255,0.8);
	border: 1px solid #ccc;
}
#backTop.black{
	background-repeat: no-repeat;
	background-position: center center rgba(0,0,0,0.8);
	background-image: url(../images/uparr-48-w.png);
	background-color: rgba(0,0,0,0.8);
	border: 1px solid #ccc;
}
#backTop.red{
	background-repeat: no-repeat;
	background-position: center center rgba(217,97,81,0.9);
	background-image: url(../images/uparr-48-w.png);
	background-color: rgba(217,97,81,0.9);
	border: 1px solid #fff;
}
#backTop.green{
	background-repeat: no-repeat;
	background-position: center center rgba(81,217,187,0.9);
	background-image: url(../images/uparr-48-b.png);
	background-color: rgba(81,217,187,0.9);
	border: 1px solid #fff;
}
#backTop.gray{
	background-repeat: no-repeat;
	background-position: center center rgba(81,217,187,0.9);
	background-image: url(../images/uparr-48-b.png);
	background-color: rgba(170,170,170,0.75);
}

#noneScale1 {
	width: 375px;	
}
#noneScale2 {
	width: 375px;	
}
#noneScale3 {
	width: 125px;
	height: auto;
}
#noneScale4 {
	width: 125px;
	height: auto;
}
#noneScale5 {
	width: 125px;
	height: auto;
}
#noneScale7 {
	width: 125px;
	height: auto;
}
#noneScale6 {
	width: 225px;
	height: 100px;
}
#noneScaleThumbnail1 {
	width: 40px;
	height: 40px;
}
#noneScaleThumbnail2 {
	width: 40px;
	height: 40px;
}
#noneScaleThumbnail3 {
	width: 40px;
	height: 40px;
}
#noneScaleThumbnail4 {
	width: 40px;
	height: 40px;
}
#noneScaleThumbnail5 {
	width: 40px;
	height: 40px;
}
#noneScaleThumbnail6 {
	width: 40px;
	height: 40px;
}
#noneScaleThumbnail11 {
	width: 40px;
	height: 40px;
}
#noneScaleThumbnail7 {
	width: 40px;
	height: 40px;
}
#noneScaleThumbnail8 {
	width: 40px;
	height: 40px;
}
#noneScaleThumbnail9 {
	width: 40px;
	height: 40px;
}
#noneScaleThumbnail10 {
	width: 40px;
	height: 40px;
}

.map-icon {
	background-image: url(../images/addressIconMap.svg);
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 75px auto;
}
.centerPhone {
	text-align: center;
	margin-top: -20px;
	margin-bottom: 20px;
	float: left;
	width: 100%;
}
#wrapper {
	width: auto;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.blueText {
	color: hsla(204,100%,37%,1.00);
}
#upNavContainer {
	width: 100%;
	height: 38px;
	background-color: #0072BC;
	padding-right: 10px;
	background-size: cover;
	background-image: url(../images/footerBack.jpg);
	background-repeat: no-repeat;
	background-position: 0% 10%;
}
.upNav {
	width: 100%;
	padding-top: 7px;
	text-align: right;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
	list-style-type: none;
	vertical-align: middle;
	color: #FFFFFF;
	font-family: muli;
	font-style: normal;
	font-weight: 400;
	font-size: 11px;
}
#headerContainer {
	width: nan-
%;
	width: 100%;
	height: 100px;
	margin-right: auto;
	background-color: #F1F1F1;
	border-bottom: 2px solid #8DC63F;
	-webkit-box-shadow: 0px 1px 5px hsla(0,0%,45%,1.00);
	box-shadow: 0px 1px 5px hsla(0,0%,45%,1.00);
}
#mainHeader {
	width: 100%;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1210px;
	padding-left: 10px;
}
.upNav ul li a {
	color: hsla(0,0%,100%,1.00);
}
.img-responsive {
	width: auto;
	height: auto;
	float: left;
}
#mainHeader img {
	float: left;
}
.navbar-header .img-responsive {
	width: 110px;
}
.nav-header {
	color: #383838;
	font-family: "Century Gothic", muli, "Avenir Light";
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	list-style-type: none;
	list-style-type: none;
	padding-top: 40px;
	width: 100%;
	height: 100px;
}
.nav-header li {
	margin-right: 10px;
	display: inline-block;
	width: auto;
	height: 26px;
}
.nav-header li a {
	color: #383838;
	text-decoration: none;
	padding-bottom: 10px;
	padding-top: 10px;
}
.nav-header li a:hover {
	color: #0072BC;
	text-decoration: none;
}
.nav-header li a:active {
	color: #0072BC;
	text-decoration: none;
}
#slideshow {
	width: 100%;
	overflow: hidden;
	height: auto;
	position: relative;
	border-bottom: thin solid rgba(183,183,183,1.00);
}
#carousel1 {
	width: 100%;
	height: auto;
}
.carousel-caption {
	color: #FFF;
	text-align: left;
	text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.6);
}
.fluid.infoBtn input:hover {
	background-color: #00609E;
}
.fluid.infoBtnGreen input:hover {
	background-color: #628B29;
}
.fluid.infoBtnOrange input:hover {
	background-color: #B99400;
}
.fluid.infoBtn_blue input:hover {
	background-color: hsla(204,100%,37%,1.00);
}
.fluid.infoBtn_green input:hover {
	background-color: hsla(85,54%,51%,1.00);
}
.fluid.infoBtn_orange input:hover {
	background-color: hsla(48,100%,49%,1.00);
}
.row {
	margin-top: 10px;
}
.row.text-center {
	margin-top: 25px;
}
.text-justify-align h4 {
	font-family: "Century Gothic", muli, "Avenir Light";
	font-size: 20px;
	line-height: 25px;
	float: left;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	padding-top: 75px;
	padding-left: 60px;
}
.text-center.col-lg-6.margins.col-md-6.col-sm-12 .col-md-12 {
	border: thin solid hsla(48,100%,49%,1.00);
}
.text-center.col-lg-6.col-md-offset-0.col-md-6.col-sm-12 .col-md-12 {
	border: thin solid hsla(85,54%,51%,1.00);
}
.text-center-middle a {
	color: hsla(85,54%,35%,1.00);
	text-decoration: none;
}
.text-center-middle a:hover  {
	color: hsla(85,54%,51%,1.00);
	text-decoration: none;
}
.text-interior-justify #sideLine {
	border-right: thin dashed hsla(0,0%,79%,1.00);
	border-left: thin dashed hsla(0,0%,79%,1.00);
	padding-left: 10px;
	padding-right: 10px;
}
.text-justify-btn {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	float: left;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
}
.text-justify-btnBlue a {
	color: hsla(0,0%,100%,1.00);
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 9px;
	padding-bottom: 9px;
	width: 115px;
	height: 60px;
	background-color: rgba(0,114,188,1.00);
	border: thin solid rgba(2,69,113,1.00);
	
	transition-property: background-color border;
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transition-delay: 0s;
	
	-moz-transition-property: background-color border;
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: linear;
    -moz-transition-delay: 0s;
	
	-webkit-transition-property: background-color border;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: linear;
    -webkit-transition-delay: 0s;
}
.text-justify-btnBlue a:hover  {
	color: hsla(0,0%,100%,1.00);
	text-decoration: none;
	background-color: rgba(2,69,113,1.00);
}
.text-justify-btnGreen a {
	color: hsla(0,0%,100%,1.00);
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 9px;
	padding-bottom: 9px;
	width: 115px;
	height: 60px;
	background-color: rgba(141,198,63,1.00);
	border: thin solid rgba(73,106,28,1.00);
	
	transition-property: background-color border;
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transition-delay: 0s;
	
	-moz-transition-property: background-color border;
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: linear;
    -moz-transition-delay: 0s;
	
	-webkit-transition-property: background-color border;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: linear;
    -webkit-transition-delay: 0s;
}
.text-justify-btnGreen a:hover  {
	color: hsla(0,0%,100%,1.00);
	text-decoration: none;
	background-color: rgba(73,106,28,1.00);
}
.text-justify-btnOrange a {
	color: hsla(0,0%,100%,1.00);
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 9px;
	padding-bottom: 9px;
	width: 115px;
	height: 60px;
	border: thin solid rgba(172,123,13,1.00);
	background-color: rgba(238,174,30,1.00);
	
	transition-property: background-color border;
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transition-delay: 0s;
	
	-webkit-transition-property: background-color border;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: linear;
    -webkit-transition-delay: 0s;
	
	-moz-transition-property: background-color border;
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: linear;
    -moz-transition-delay: 0s;
}
.text-justify-btnOrange a:hover  {
	color: hsla(0,0%,100%,1.00);
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 9px;
	padding-bottom: 9px;
	text-decoration: none;
	background-color: rgba(172,123,12,1.00);
	width: 115px;
	border: thin solid rgba(172,123,13,1.00);
	height: 60px;
}
.infoRight.col-lg-6.col-md-6.col-sm-8.col-xs-12 h5 strong {
	font-size: 13px;
	padding-top: 0px;
	margin-top: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.col-md-12 #infoTitle h4 {
	font-family: "Century Gothic", muli, "Avenir Light";
	font-size: 16px;
	padding-top: 3px;
}
.col-md-12 #videoTitle h4 {
	font-family: "Century Gothic", muli, "Avenir Light";
	font-size: 16px;
	padding-top: 3px;
}
#lowSectionContainer {
	width: 100%;
	height: auto;
	background-color: #F1F1F1;
	margin-top: 8px;
	padding-top: 22px;
	-webkit-box-shadow: inset 0px 3px 5px -2px #CACACA;
	box-shadow: inset 0px 3px 5px -2px #CACACA;
	padding-bottom: 33px;
}
.margins {
}
.locationsBar {
	width: 100%;
	background-color: hsla(0,0%,100%,1.00);
	height: 40px;
	text-align: center;
	border-top: thin dashed #73A430;
}
.locationsBarInner {
	width: 100%;
	background-color: hsla(0,0%,100%,1.00);
	height: 40px;
	text-align: center;
	border-top: thin dashed #73A430;
}
.locationsBarInner-res {
	width: 100%;
	background-color: hsla(0,0%,0%,1.00);
	height: 40px;
	text-align: center;
	border-top: thin dashed #73A430;
	color: #FFFFFF;
}
.locationsBar h4 a {
	color: hsla(0,0%,22%,1.00);
}
.locationsBarInner h4 a {
	color: hsla(0,0%,22%,1.00);
}
.locationsBarInner-res h4 a {
	color: hsla(0,0%,100%,1.00);
}
.bottom-margin1-res {
	margin-bottom: 75px;
}
.bottom-margin2-res {
	margin-bottom: 15px;
}
#infoTitle {
	font-family: "Century Gothic", "Avenir Light";
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#infoTitle h4 a {
	color: hsla(0,0%,22%,1.00);
}
#videoTitle {
	font-family: "Century Gothic", "Avenir Light";
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
}
#videoTitle h4 a {
	color: hsla(0,0%,22%,1.00);
}
#footerContent {
	width: auto;
	background-color: #0072BC;
	height: auto;
	border-top: thick solid #8DC63F;
	-webkit-box-shadow: inset 0px 2px 2px 1px #454545;
	box-shadow: inset 0px 2px 2px 1px #454545;
	padding-bottom: 40px;
	background-image: url(../images/footerback.jpg);
	background-size: cover;
}
#FooterCopy {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: hsla(0,0%,100%,1.00);
	font-size: 11px;
	margin-top: 35px;
}
#footerType_1 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 25px;
}
#footerType_2 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 25px;
}
#footerType_3 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 25px;
}
#footerType_4 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 9%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#descriptionTitle {
	font-family: "Century Gothic", muli, "Avenir Light";
	margin-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	color: hsla(0,0%,0%,1.00);
}
.descriptionNav .col-lg-9 img {
	width: 100%;
}
#descriptionTheme {
	color: hsla(204,100%,37%,1.00);
	font-family: "Century Gothic", muli, "Avenir Light";
	font-size: 22px;
	font-weight: 300;
	margin-top: 35px;
	text-align: left;
	line-height: 30px;
}
.descriptionTheme {
	color: hsla(204,100%,37%,1.00);
	font-family: "Century Gothic", muli, "Avenir Light";
	font-size: 22px;
	font-weight: 300;
	margin-top: 35px;
	text-align: left;
}
.descriptionTheme2 {
	color: hsla(0,0%,98%,1.00);
	font-family: "Century Gothic", muli, "Avenir Light";
	font-size: 20px;
	font-weight: 300;
	text-align: left;
	background-color: rgba(0,114,188,1.00);
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-bottom: 5px;
	-webkit-box-shadow: inset 0px 1px 4px #464646;
	box-shadow: inset 0px 1px 4px #464646;
}
.descriptionTheme3 {
	color: hsla(0,0%,98%,1.00);
	font-family: "Century Gothic", muli, "Avenir Light";
	font-size: 16px;
	font-weight: 300;
	text-align: left;
	background-color: rgba(141,198,63,1.00);
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-bottom: 5px;
	-webkit-box-shadow: inset 0px 1px 4px rgba(70,70,70,1.00);
	box-shadow: inset 0px 1px 4px rgba(70,70,70,1.00);
}
.descriptionNav {
	margin-top: -5px;
	padding-top: 0px;
	margin-bottom: 50px;
}
.glyphicon.glyphicon-plus-sign {
	color: hsla(48,100%,36%,1.00);
}
#videoTitle h4 .glyphicon.glyphicon-plus-sign {
	color: hsla(85,54%,35%,1.00);
}
.footerLinks p {
	color: hsla(0,0%,100%,1.00);
	text-align: left;
}
#infoDescription {
	margin-top: 50px;
}
.descriptionNav .col-lg-9 {
	text-align: justify;
	height: auto;
}
.directoryContainer {
	float: left;
	width: 26%;
	margin-top: 50px;
	padding-bottom: 25px;
	margin-bottom: 15px;
}
.directoryContainer .col-lg-12 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}
.col-lg-12.directoryTitle {
	color: hsla(0,0%,0%,1.00);
	font-family: doppio-one;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	padding-left: 28px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 10px;
}
.col-lg-12.directoryLocation {
	color: hsla(204,100%,37%,1.00);
	font-family: "Century Gothic", muli, "Avenir Light";
	padding-top: 0px;
}
.col-lg-12.directoryPhone {
	color: hsla(0,0%,22%,1.00);
	font-family: doppio-one;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	padding-bottom: 5px;
}
.directoryAreas.col-lg-8 {
	color: hsla(0,0%,22%,1.00);
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
}
.directoryEx.col-lg-4 {
	font-size: 14px;
	padding-top: 0px;
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
}
.doble {
	padding-top: 10px;
}
.col-lg-12.directoryLocation h4 {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 16px;
}
.list-number {
	list-style-type: decimal;
}
.list-container {
	border-radius: 19px;
}
.low-section-container {
	height: auto;
	width: 100%;
	background-color: rgba(249,249,249,1.00);
	border-top: thick solid rgba(0,114,188,1.00);
}
#net-price-container {
}
.homeVideo {
	width: 100%;
}
.glyphicon.glyphicon-facetime-video {
	font-size: 30px;
	color: rgba(0,0,0,1.00);
	vertical-align: middle;
}
.webAd-ani {
	width: 100%;
}
.webAd-inner {
	position: absolute;
	height: auto;
	width: 100%;
}
.verticalMargin1 {
	margin-bottom: 0px;
	margin-top: 0px;
}
.hrDarkGray {
	border-top: thin solid rgba(220,220,220,1.00);
}
.color-text-gray {
	color: rgba(135,135,135,1.00);
}


@media (min-width: 1200px){
.upNav ul li {
	display: inline-block;
	margin-right: 10px;
	width: auto;
}
#headerContainerPhone {
	width: 100%;
	height: 60px;
	background-color: #F1F1F1;
	border-bottom: 2px solid #8DC63F;
	display: none;
}
#mainHeaderPhone {
	width: 750px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	display: none;
}
#navMainContainer {
	height: 100px;
	width: 80%;
	float: left;
	text-align: right;
}
.dropdown-menu {
	width: auto;
	position: absolute;
	
	
}
.dropdown-menu li {
	width: 100%;
	height: auto;
	
	
}
.dropdown-menu li:hover .sub-menu {
	visibility: visible;
}

.dropdown:hover .dropdown-menu {
	display: block;
}
.dropdown-menu li a {
	width: auto;
	
}
  .nav-right {
	float: right;
	display: list-item;
	text-decoration: none;
	list-style-type: none;
	padding-left: 0px;
  }
.nav-right .dropdown .dropdown-menu  {
	margin-left: -75px;
}
.dropdown-menu .divider {
	margin-right: 10px;
	margin-left: auto;
	height: 1px;
	overflow: hidden;
	background-color: #DFDFDF;
	margin-top: 0px;
	margin-bottom: 0px;
	float: right;
	width: 90%;
}

.dropdown-menu li a, .dropdown-menu li a {
	transition-property: background-color;
    transition-duration: 0.1s;
    transition-timing-function: linear;
    transition-delay: 0s;
	
	-moz-transition-property: background-color;
    -moz-transition-duration: 0.1s;
    -moz-transition-timing-function: linear;
    -moz-transition-delay: 0s;
	
	-webkit-transition-property: background-color;
    -webkit-transition-duration: 0.1s;
    -webkit-transition-timing-function: linear;
    -webkit-transition-delay: 0s;
}
.dropdown-menu li a:hover, .dropdown-menu li a:focus {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0072BC;
}
.open .dropdown-menu {
	display: none;

}
.carousel-inner {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.carousel-caption {
	width: 1000px;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 50px;
	margin-bottom: 0px;
	top: 0px;
}
.carousel-caption p {
	width: 410px;
}
.left.carousel-control {
	width: 150px;
}
.right.carousel-control {
	width: 150px;
}
.carousel-indicators {
	position: absolute;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0px;
    margin-left: -30%;
    text-align: center;
    list-style: outside none none;
}
.carousel-caption h3 {
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	text-align: left;
	height: auto;
	vertical-align: middle;
}
.fluid.infoBtn input {
	background-color: #0072BC;
	color: #FFFFFF;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	width: 130px;
	height: 40px;
	margin-top: 10px;
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	text-decoration: none;
	border: thin solid hsla(204,100%,31%,1.00);
}

.fluid.infoBtnGreen input {
	background-color: #8DC63F;
	color: #FFFFFF;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	width: 130px;
	height: 40px;
	margin-top: 10px;
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	text-decoration: none;
	border: thin solid hsla(85,54%,35%,1.00);
}
.fluid.infoBtnOrange input {
	background-color: #F8C700;
	color: #FFFFFF;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	width: 130px;
	height: 40px;
	margin-top: 10px;
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	text-decoration: none;
	border: thin solid hsla(48,100%,36%,1.00);
}

.item {
	height: 500px;
}
.carousel-inner .item .center-block {
	height: auto;
}
.main-img .item .center-block {
	width: auto;
	margin-left: auto;
	margin-right: auto;
}
#slideshow_mobile {
	display: none;
}
.text-justify.col-sm-4 img {
	float: left;
	position: static;
	left: 74px;
	clear: right;
}
.text-justify-box {
	width: 100%;
	float: left;
	text-align: left;
	padding-left: 17%;
	padding-right: 17px;
	padding-top: 0px;
	font-family: abel, advent-pro;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	padding-bottom: 5px;
	letter-spacing: 1px;
	line-height: 17px;
}

.text-interior-justify {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: inline;
}
.text-justify-align-mobile {
	margin-left: auto;
	margin-right: auto;
	width: auto;
	float: left;
	display: none;
}
.text-justify-align-mobile h4 {
	font-family: "Century Gothic", muli, "Avenir Light";
	font-size: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 0px;
	line-height: 25px;
	text-align: center;
	float: left;
	display: none;
}
.row .text-interior-justify #sideLine {
	border-right: thin dashed #CACACA;
	border-left: thin dashed #CACACA;
}
#phoneLineRight {
	float: left;
	width: 33.5%;
	border: medium solid #00609E;
}
#phoneLineLeft {
	float: right;
	border: medium solid #00609E;
	width: 33.5%;
}
.infoContainer {
	background-color: #E32990;
}
#infoLeft {
	background-color: #F8C700;
	width: 49.5%;
}
#infoLeft img {
	text-align: left;
	width: 100%;
	height: auto;
	float: left;
}
.infoRight.col-lg-6.col-md-6.col-sm-8.col-xs-12 {
	background-color: #F8C700;
	text-align: left;
	padding-top: 5px;
	height: 312px;
	margin-left: 2px;
	font-family: "Century Gothic", muli, "Avenir Light";
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
}
.infoBtnMas {
	text-align: center;
	color: #383838;
	font-weight: bold;
	margin-top: 20px;
}
#homeVideo {
	width: 100%;
	float: left;
}
.locationsBar h4 {
	color: #383838;
	font-family: doppio-one;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
}
.locationsBarInner h4 {
	color: #383838;
	font-family: doppio-one;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
}
.locationsBarInner-res h4 {
	color: #383838;
	font-family: doppio-one;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
}
.infoBtnMas a {
	color: #383838;
}
.infoBtnMas a:hover  {
	color: #0072BC;
	text-decoration: none;
}
#infoLeftPhone {
	float: left;
	width: 100%;
	display: none;
}
#infoLeftPhone img {
	width: 100%;
	display: none;
}
.infoRightPhone.col-lg-6.col-md-6.col-sm-8.col-xs-12 {
	display: none;
}
#infoTitle {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
}
#videoTitle {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
}
.col-lg-4 img {
	float: left;
	border-right: thin solid #CACACA;
}
.sectionInfoUp {
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	font-family: doppio-one;
	font-style: normal;
	font-weight: 400;
	margin-top: 3px;
}
.sectionInfoUp h4 {
	float: left;
	padding-top: 2px;
	margin-top: 0px;
	font-size: 14px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.sectionInfoDown {
	float: left;
	width: 60%;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 25px;
	color: #383838;
	font-family: marvel, economica;
	font-weight: 400;
	font-variant: normal;
	font-style: normal;
	font-size: 16px;
	vertical-align: middle;
}
#footerContent {
	width: auto;
	background-color: #0072BC;
	height: auto;
	border-top: thick solid #8DC63F;
	-webkit-box-shadow: inset 0px 2px 2px 1px #454545;
	box-shadow: inset 0px 2px 2px 1px #454545;
	padding-bottom: 40px;
}

.footerText {
	color: hsla(0,0%,100%,1.00);
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
}
.footerLinks {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.footerLinks a {
	color: hsla(0,0%,100%,1.00);
}
#infoDescription {
	width: 71%;
	height: auto;
	padding-left: 15px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
	float: left;
}
#infoDescription .container-fluid {
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
#footerType_4 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 9%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#footerSocialPhone {
	margin-top: 11px;
	display: none;
}
#headerBlank {
	width: 100%;
	height: 72px;
	display: none;
}
.text-justify.col-sm-4 hr {
	float: left;
	width: 100%;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 18px;
	border-top-color: hsla(0,0%,79%,1.00);
	display: none;
}
.table-style-1 {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-left: thick solid hsla(85,54%,51%,1.00);
	border-bottom-color: hsla(0,0%,67%,1.00);
	border-top-color: hsla(0,0%,67%,1.00);
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-width: thin;
	border-top-width: thin;
	margin-left: 15px;
	border-right: thin solid rgba(170,170,170,1.00);
	/* [disabled]-webkit-box-shadow: inset 1px 0px 6px -3px; */
	/* [disabled]box-shadow: inset 1px 0px 6px -3px; */
}
#hrMobile {
	margin-bottom: 50px;
	display: none;
}
.vzeroPadding {
}
.table-style-1.col-sm-9.col-md-9.col-xs-9.col-lg-8 {
	margin-left: 30px;
}
.vzeroMargin {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.directorySize {
	height: 1245px;
}
#minfoMobile {
	display: none;
}
.box-line-1 {
	width: 11%;
	height: auto;
	clear: left;
	float: left;
	margin-left: 30px;
	margin-right: 15px;
}
.box-line-2 {
	width: 71%;
	height: auto;
	border: thin solid rgba(238,174,30,1.00);
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: rgba(253,248,236,1.00);
	padding-right: 15px;
	padding-left: 0px;
	margin-left: 15px;
	font-family: doppio-one;
	font-style: normal;
	font-weight: 400;
}
#non-desktop {
	display: none;
}
.main-img {
	width: 100%;
	max-height: 875px;
}
.col-px-size1 {
	height: 200px;
}
#main-info-img {
	margin-top: 100px;
}
#main-img-tittle {
	font-family: doppio-one;
	font-style: normal;
	font-weight: 400;
	font-size: 58px;
}
#main-img-subtittle {
	font-family: muli;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	margin-top: -2px;
}
.text-size-1 {
	font-size: 20px;
}
.text-color-blue a:hover {
	color: #0072BB;
	text-decoration: none;
	border-right: medium solid #0072BB;
	padding-right: 10px;
	padding-left: 10px;
	border-left: medium solid #0072BB;
}
.text-color-green a:hover {
	color: #8DC63F;
	text-decoration: none;
	border-right: medium solid #637E43;
	padding-right: 10px;
	padding-left: 10px;
	border-left: medium solid #637E43;
}
.img-size-width {
	width: 100%;
}
.centerPhone h3 {
	color: #FFFFFF;
	font-family: hammersmith-one;
	font-size: 24px;
	text-align: center;
	background-color: rgba(0,114,188,1.00);
	width: 333px;
	padding-top: 12px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	border-bottom-right-radius: 21px;
	border-bottom-left-radius: 20px;
	font-style: normal;
	font-weight: 400;
	-webkit-box-shadow: inset 0px -4px 3px -2px rgba(2,69,113,1.00);
	box-shadow: inset 0px -4px 3px -2px rgba(2,69,113,1.00);
}
.centerPhone-first h3 {
	color: #FFFFFF;
	font-family: kaushan-script;
	font-size: 40px;
	text-align: center;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 215px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/sectionBack.jpg);
	background-size: cover;
	background-color: #0072BC;
	background-position: 0% 6%;
	font-style: normal;
	font-weight: 400;
	margin-bottom: -15px;
}
.centerPhone-first {
	text-align: center;
	margin-top: -20px;
	margin-bottom: 20px;
	float: left;
	width: 100%;
}
.top-article-margin {
	margin-top: -200px;
}
.text-center-up {
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	font-size: 35pt;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 20px;
}
.text-center-middle {
	font-family: abel, advent-pro;
	font-style: normal;
	font-weight: 400;
	font-size: 13pt;
	text-align: center;
	margin-top: -2px;
	margin-bottom: 10px;
}
.text-center-down {
	color: #00609E;
	font-family: "Century Gothic", muli, "Avenir Light";
	font-style: normal;
	font-weight: 400;
	text-align: center;
	margin-top: 15px;
	font-size: 15pt;
	margin-bottom: 20px;
}
.info-back {
	background-color: rgba(255,255,255,1.00);
	height: auto;
	float: left;
}
.webAd-mobile {
	display: none;
}
.slide-mob {
	display: none;
}
.webAd {
	margin-top: 90px;
	height: 390px;
	width: 100%;
}
.pdf-icon {
	width: 80%;
	text-align: center;
	padding: 0;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
}
.socialFb-icon {
	width: 100%;
	text-align: center;
}
.socialIns-icon {
	width: 100%;
	text-align: center;
}
.socialTwit-icon {
	width: 100%;
	text-align: center;
}
.slide-back {
	background-image: url(../images/heroeBack-slide-pic.jpg);
	background-color: rgba(255,255,255,1.00);
	background-position: center center;
	background-size: cover;
}
.slide-back-2 {
	background-image: url(../images/chefBack-slide-pic.jpg);
	background-color: rgba(255,255,255,1.00);
	background-position: center center;
	background-size: cover;
}
.slide-back-3 {
	background-image: url(../images/enfermeriaBack-slide-pic.jpg);
	background-color: rgba(255,255,255,1.00);
	background-position: center center;
	background-size: cover;
}
.slide-back-4 {
	background-image: url(../images/anuncio2Back-slide-pic.jpg);
	background-color: rgba(255,255,255,1.00);
	background-position: center center;
	background-size: cover;
}
.slide-back-asociados {
	background-image: url(../images/sonografiaBack-slide-pic.jpg);
	background-color: rgba(255,255,255,1.00);
	background-position: center center;
	background-size: cover;
}
.slide-back-cert {
	background-image: url(../images/panaderia-reposteriaBack-slide-pic.jpg);
	background-color: rgba(255,255,255,1.00);
	background-position: center center;
	background-size: cover;
}
.col-style-asoc.img-noStyle-1 .img-noStyle-1  {
	border: thin none rgba(0,114,188,1.00);
}
.col-style-asoc.img-noStyle-1 .img-noStyle-2  {
	border: thin none rgba(141,198,63,1.00);
}
.col-lg-4.col-md-4.col-sm-6.img-noStyle-1.top-margin-asoc .col-lg-12.text-center .img-style-1 {
	border: medium solid rgba(0,114,188,1.00);
}
.col-lg-4.col-md-4.col-sm-6.img-noStyle-1.top-margin-asoc .col-lg-12.text-center .img-style-2 {
	border: medium solid rgba(141,198,63,1.00);
}
.col-lg-12.CenterAlign.topMargin .img-noStyle-1 {
	border-width: medium;
	border-style: none;
}
.col-lg-12.CenterAlign.topMargin .img-noStyle-2 {
	border-width: medium;
	border-style: none;
}
.text-style-asoc {
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
}
.col-style-asoc {
	padding-right: 0px;
}
.top-margin-asoc {
	margin-top: 30px;
	/* [disabled]padding-left: 50px; */
}
.thumbnail-size-img-1 {
	width: 100%;
}
.thumbnail-size-img-2 {
	width: 40px;
}
.text-tittle-padding {
	padding-top: 9px;
	padding-bottom: 9px;
}
.thumb-none-margin-padding {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 20px;
	padding-right: 20px;
}
.thumb-border-left {
	border-left: thin dashed rgba(170,170,170,1.00);
}
.thumb-border-left2 {
	border-left: thin dashed rgba(255,255,255,1.00);
}
.verticalMargin3 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.table-style-3 {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-left: thick solid hsla(42,86%,53%,1.00);
	border-bottom-color: hsla(0,0%,67%,1.00);
	border-top-color: hsla(0,0%,67%,1.00);
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-width: thin;
	border-top-width: thin;
	margin-left: 15px;
	border-right: thin solid rgba(170,170,170,1.00);
	/* [disabled]-webkit-box-shadow: inset 1px 0px 6px -3px; */
	/* [disabled]box-shadow: inset 1px 0px 6px -3px; */
}
.table-style-3.col-md-9.col-lg-8.col-xs-6.col-sm-8 {
	margin-left: 30px;
}
.heading-style-1 {
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	color: rgba(255,255,255,1.00);
	font-size: 50px;
	margin-top: 15px;
}
.subTittle-style-1 {
	color: rgba(255,255,255,1.00);
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	font-size: 23px;
	line-height: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.subTittle-style-2 {
	color: #be008b;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 50px;
	line-height: 22px;
	margin-top: 10px;
	margin-bottom: 40px;
}
.subTittle-style-3 {
	color: rgba(73,73,73,1.00);
	font-family: hammersmith-one;
	font-style: normal;
	font-weight: 400;
	font-size: 35px;
	margin-top: 25px;
}
.text-style-1 {
	color: rgba(255,255,255,1.00);
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.text-style-2 {
	color: rgba(57,57,57,1.00);
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.btn-large-green {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	font-size: 25px;
	color: rgba(255,255,255,1.00);
	margin-top: 15px;
	margin-bottom: 15px;
}
.btn-large-green a {
	text-align: center;
	font-family: muli;
	font-style: normal;
	font-weight: 400;
	font-size: 21px;
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 35px;
	padding-left: 35px;
	width: 55px;
	border: thin solid rgba(255,255,255,1.00);
	transition-property: background-color border;
	transition-duration: 0.3s;
	transition-timing-function: linear;
	transition-delay: 0s;
	-moz-transition-property: background-color border;
	-moz-transition-duration: 0.3s;
	-moz-transition-timing-function: linear;
	-moz-transition-delay: 0s;
	-webkit-transition-property: background-color border;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: linear;
	-webkit-transition-delay: 0s;
}
.btn-large-green a:hover {
	text-align: center;
	font-family: muli;
	font-style: normal;
	font-weight: 400;
	font-size: 21px;
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 35px;
	padding-left: 35px;
	width: 55px;
	background-color: rgba(0,114,188,1.00);
	border: thin solid rgba(255,255,255,1.00);
}
.heading-tittle-img {
	width: 375px;
}

.btn-large-blue {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	font-size: 25px;
	color: rgba(249,249,249,1.00);
	margin-top: 15px;
	margin-bottom: 15px;
}
.btn-large-blue a {
	text-align: center;
	font-family: muli;
	font-style: normal;
	font-weight: 400;
	font-size: 21px;
	color: rgba(0,114,188,1.00);
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 35px;
	padding-left: 35px;
	width: 55px;
	border: thin solid rgba(0,114,188,1.00);
	transition-property: background-color border;
	transition-duration: 0.3s;
	transition-timing-function: linear;
	transition-delay: 0s;
	-moz-transition-property: background-color border;
	-moz-transition-duration: 0.3s;
	-moz-transition-timing-function: linear;
	-moz-transition-delay: 0s;
	-webkit-transition-property: background-color border;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: linear;
	-webkit-transition-delay: 0s;
}
.btn-large-blue a:hover {
	text-align: center;
	font-family: muli;
	font-style: normal;
	font-weight: 400;
	font-size: 21px;
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 35px;
	padding-left: 35px;
	width: 55px;
	background-color: rgba(238,174,30,1.00);
	border: thin solid rgba(255,255,255,1.00);
}
.heading-tittle-img {
	width: 375px;
}
.video-style {
	border-spacing: 0px 0px;
	-webkit-box-shadow: 0px 3px 3px -1px rgba(114,114,114,1.00);
	box-shadow: 0px 3px 3px -1px rgba(114,114,114,1.00);
	width: 600px;
	border-left: thick solid rgba(0,114,188,1.00);
	border-right: thick solid rgba(0,114,188,1.00);
}
.newsContainer {
	width: 100%;
	height: auto;
	padding-bottom: 35px;
	background-image: url(../images/news-back-pic.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	/* [disabled]-webkit-box-shadow: inset 0px 3px 5px 0px rgba(4,4,4,0.52); */
	/* [disabled]box-shadow: inset 0px 3px 5px 0px rgba(4,4,4,0.52); */
}
.videosContainer {
	width: 100%;
	height: auto;
	background-color: rgba(141,198,63,1.00);
	padding-bottom: 35px;
	background-image: url(../images/icons-back-img.jpg);
	background-size: auto auto;
	background-repeat: repeat;
	background-attachment: fixed;
	/* [disabled]-webkit-box-shadow: inset 0px 3px 5px 0px rgba(4,4,4,0.52); */
	/* [disabled]box-shadow: inset 0px 3px 5px 0px rgba(4,4,4,0.52); */
	border-top: medium solid rgba(0,114,188,1.00);
}
.none-view {
	display: none;
}
.indicators-style {
	margin-top: 45px;
	display: none;
}
.modal-dialog {
	width: 1000px;
}
.modal-body {
	height: auto;
}
.modal-body img {
	width: 100%;
	text-align: center;
}
.slide-back-5 {
	background-image: url(../images/VoyAmiBack-slide-pic.jpg);
	background-color: rgba(255,255,255,1.00);
	background-position: center center;
	background-size: cover;
}
.webAd-imgStyle-1 {
	height: 215px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display:-moz-inline-stack;
    display:inline-block;
	
}
.webAd-imgStyle-2 {
	text-align: center;
	height: 215px;
	margin-left: auto;
	margin-right: auto;
	display:-moz-inline-stack;
    display:inline-block;
}
.webAd-slogan {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
}
.hr-webAd {
	border-top-color: #EEAE1E;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.hr-Size-1 {
	width: 40%;
}
.webAd-tittle {
	text-align: center;
	font-family: "Century Gothic", muli, "Avenir Light";
}
.webAd-size {
	height: 405px;
}
.webAd-border-style1 {
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-box-shadow: -5px 0px 3px -3px #414040;
	box-shadow: -5px 0px 3px -3px #414040;
}
.webAd-border-style2 {
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
}
.webAd-container {
	display: table;
	table-layout: fixed;
	height: 100%;
}
.slide-back-6 {
	background-image: url(../images/backImportanteBanner.png);
	background-color: rgba(255,255,255,1.00);
	background-position: center center;
	background-size: cover;
}
.video-container {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}
.video-size-1 {
	height: 315px;
	width: 560px;
}
.slide-back-7 {
	background-image: url(../images/anuncio-backslide-pic.jpg);
	background-color: rgba(255,255,255,1.00);
	background-position: center center;
	background-size: cover;
}
.slide-back-8 {
	background-image: url(../images/backIrmaBanner.jpg);
	background-color: rgba(255,255,255,1.00);
	background-position: center center;
	background-size: cover;
}
.slide-back-9 {
	background-image: url(../images/febreroBanner19.jpg);
	background-color: rgba(255,255,255,1.00);
	background-position: center center;
	background-size: cover;
}
.slide-back-10 {
	background-image: url(../images/backAquinaci2.jpg);
	background-color: rgba(255,255,255,1.00);
	background-position: center center;
	background-size: cover;
}
.item-slide-res {
	background-color: #000000;
	height: 600px;
	display: block;
}
.main-res {
	width: 100%;
	height: 600px;
	background-color: #000000;
}
.text-style-res {
	font-size: 25px;
	color: #000000;
}
.text-style2-res {
	font-size: 29px;
	color: #FFFFFF;
}
.text-style3-res {
	font-size: 42px;
	color: #045083;
}
.text-style4-res {
	font-weight: bolder;
}
.text-style5-res {
	color: #045083;
}
.slide-back-residente {
	background-color: rgba(0,0,0,1.00);
	background-position: center center;
	background-size: cover;
}
}

@media (min-width: 992px) and (max-width: 1199px){
.webAd-border-style1 {
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-box-shadow: -5px 0px 3px -3px #414040;
	box-shadow: -5px 0px 3px -3px #414040;
}
.webAd-border-style1 {
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-box-shadow: -5px 0px 3px -3px #414040;
	box-shadow: -5px 0px 3px -3px #414040;
}
.thumbnail-size-img-1 {
	width: 100%;
}
.color-text-black a:hover {
	color: #0072BB;
	text-decoration: none;
	border-right: medium solid #0072BB;
	padding-right: 10px;
	padding-left: 10px;
	border-left: medium solid #0072BB;
}
.upNav ul li {
	display: inline-block;
	margin-right: 10px;
}
#headerContainerPhone {
	width: 100%;
	height: 60px;
	background-color: #F1F1F1;
	border-bottom: 1px solid #8DC63F;
	display: none;
}
#mainHeaderPhone {
	width: 750px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	display: none;
}
#navMainContainer {
	height: 100px;
	width: 75%;
	float: right;
	text-align: right;
}
.dropdown-menu {
	width: auto;
	position: absolute;
}
.dropdown-menu li {
	width: 100%;
	height: auto;
}
.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-menu li a {
	width: auto;
}
.nav-right {
	float: right;
	display: list-item;
	text-decoration: none;
	list-style-type: none;
	padding-left: 0px;
  }
.nav-right .dropdown .dropdown-menu {
	margin-left: -75px;
}
.dropdown-menu .divider {
	margin-right: 10px;
	margin-left: auto;
	height: 1px;
	overflow: hidden;
	background-color: #DFDFDF;
	margin-top: 0px;
	margin-bottom: 0px;
	float: right;
	width: 90%;
}
.open .dropdown-menu {
	display: none;
}
.dropdown-menu li a:hover, .dropdown-menu li a:focus {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0072BC;
}
.carousel-inner-slide {
	position: relative;
	overflow: hidden;
	height: auto;
}
.carousel-caption {
	width: auto;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	padding-bottom: 0px;
	margin-top: 53px;
	margin-bottom: 0px;
	top: 0px;
	padding-top: 0px;
	left: 15%;
}
.carousel-caption p {
	width: 0px;
	font-size: 14px;
	min-width: 400px;
}
.left.carousel-control {
	width: 150px;
}
.right.carousel-control {
	width: 150px;
}
.carousel-indicators {
	position: absolute;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0px;
	margin-left: -30%;
	text-align: center;
	list-style: outside none none;
}
.carousel-caption h3 {
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	font-size: 38px;
	text-align: left;
	height: auto;
	vertical-align: middle;
}
.fluid.infoBtn input {
	background-color: #0072BC;
	color: #FFFFFF;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	width: 95px;
	height: 30px;
	margin-top: 10px;
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	text-decoration: none;
	border-style: none;
}
.fluid.infoBtnGreen input {
	background-color: #8DC63F;
	color: #FFFFFF;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	width: 95px;
	height: 30px;
	margin-top: 10px;
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	text-decoration: none;
	border-style: none;
}
.fluid.infoBtnOrange input {
	background-color: #F8C700;
	color: #FFFFFF;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	width: 95px;
	height: 30px;
	margin-top: 10px;
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	text-decoration: none;
	border-style: none;
}
.item-slide {
	background-color: #383838;
	height: 400px;
	display: block;
}
#slideshow_mobile {
	display: none;
}
.carousel-inner .item .center-block {
	height: 100%;
	width: auto;
}
.carousel-inner .item .center-block.verticalPadding.news-pic-size {
	margin-left: auto;
	margin-right: auto;
}
.text-justify-align {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}
.text-justify.col-sm-4 img {
	position: static;
	float: left;
	width: 115px;
	height: auto;
	margin-top: 8px;
	margin-left: 5px;
}
.text-justify-align h4 {
	font-family: "Century Gothic", muli, "Avenir Light";
	font-size: 20px;
	line-height: 25px;
	float: left;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	padding-top: 65px;
	padding-left: 0px;
}
.text-justify-box {
	width: 100%;
	float: left;
	text-align: left;
	padding-right: 17px;
	padding-top: 0px;
	font-family: abel, advent-pro;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	padding-bottom: 5px;
	letter-spacing: 1px;
	line-height: 17px;
}
.text-interior-justify {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: inline;
}
.text-justify-align-mobile {
	margin-left: auto;
	margin-right: auto;
	width: auto;
	float: left;
	display: none;
}
.text-justify-align-mobile h4 {
	font-family: "Century Gothic", muli, "Avenir Light";
	font-size: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 0px;
	line-height: 25px;
	text-align: center;
	float: left;
	display: none;
}
.row .text-interior-justify #sideLine {
	border-right: thin dashed #CACACA;
	border-left: thin dashed #CACACA;
}
#homeVideo {
	width: 100%;
	float: left;
}
.margins {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.col-sm-4.text-center.col-lg-6.margins .infoContainer h4 {
	margin-top: 0px;
	padding-top: 0px;
}
.centerPhone {
	text-align: center;
	margin-top: -20px;
	margin-bottom: 20px;
	float: left;
	width: 100%;
}
.centerPhone h3 {
	color: #FFFFFF;
	font-family: hammersmith-one;
	font-size: 24px;
	width: 333px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 12px;
	padding-bottom: 10px;
	border-bottom-right-radius: 21px;
	border-bottom-left-radius: 20px;
	font-style: normal;
	font-weight: 400;
	-webkit-box-shadow: inset 0px -4px 3px -2px rgba(2,69,113,1.00);
	box-shadow: inset 0px -4px 3px -2px rgba(2,69,113,1.00);
	background-color: rgba(0,114,188,1.00);
}
#phoneLineRight {
	float: left;
	width: 33%;
	border: medium solid #00609E;
}
#phoneLineLeft {
	float: right;
	border: medium solid #00609E;
	width: 33%;
}
.locationsBar h4 {
	color: #383838;
	font-family: doppio-one;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
}
.locationsBarInner h4 {
	color: #383838;
	font-family: doppio-one;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
}
.infoContainer {
	background-color: #F8C700;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#infoLeft {
	background-color: #F8C700;
	width: 49.5%;
}
#infoLeft img {
	text-align: left;
	width: 100%;
	height: auto;
	float: left;
}
.infoRight.col-lg-6.col-md-6 {
	background-color: #F8C700;
	text-align: left;
	padding-top: 5px;
	height: 256px;
	margin-left: 2px;
	font-family: "Century Gothic", muli, "Avenir Light";
	font-style: normal;
	font-weight: 400;
	overflow-x: auto;
	font-size: 13px;
}
.infoBtnMas a {
	color: #383838;
}
.infoBtnMas a:hover {
	color: #0072BC;
	text-decoration: none;
}
.infoBtnMas {
	text-align: center;
	color: #383838;
	font-weight: bold;
	margin-bottom: 15px;
}
#infoLeftPhone {
	float: left;
	width: 100%;
	display: none;
}
#infoLeftPhone img {
	width: 100%;
	display: none;
}
.infoRightPhone.col-lg-6.col-md-6.col-sm-8.col-xs-12 {
	display: none;
}
#infoTitle {
	margin-top: 5px;
	margin-bottom: 5px;
}
#videoTitle {
	margin-top: 5px;
	margin-bottom: 5px;
}
.sectionPic {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	float: left;
	text-align: center;
}
.col-lg-4.col-md-4 img {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.sectionInfoUp {
	padding-right: 15px;
	padding-left: 15px;
	font-family: doppio-one;
	font-style: normal;
	font-weight: 400;
	margin-top: 3px;
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	float: left;
}
.sectionInfoUp h4 {
	float: left;
	padding-top: 2px;
	margin-top: 0px;
	font-size: 16px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.sectionInfoDown {
	float: left;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 5px;
	color: #383838;
	font-family: marvel, economica;
	font-weight: 400;
	font-variant: normal;
	font-style: normal;
	font-size: 15px;
	text-align: center;
}
#footerContent {
	width: auto;
	background-color: #0072BC;
	height: auto;
	border-top: thick solid #8DC63F;
	-webkit-box-shadow: inset 0px 2px 2px 1px #454545;
	box-shadow: inset 0px 2px 2px 1px #454545;
	padding-bottom: 40px;
}
.footerText {
	color: hsla(0,0%,100%,1.00);
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
}
.footerLinks {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.footerLinks a {
	color: hsla(0,0%,100%,1.00);
}
#footerType_4 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 9%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#footerSocialPhone {
	margin-top: 11px;
	display: none;
}
.directoryContainer {
	float: left;
	width: 29%;
	margin-top: 50px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
#infoDescription {
	width: 71%;
	height: auto;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
	float: left;
}
.col-lg-12.directoryPhone.col-md-12 {
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 0px;
}
.directoryLocation.col-lg-12.col-md-12 {
	padding-left: 0px;
	margin-left: 0px;
}
.directoryAreas.col-lg-8.col-md-8 {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.directoryEx.col-lg-4.col-md-4.col-sm-4 {
	padding-right: 0px;
}
.directoryContainer .col-lg-12 {
	padding-left: 0px;
	padding-right: 0px;
}
#headerBlank {
	width: 100%;
	height: 72px;
	display: none;
}
.text-justify.col-sm-4 hr {
	float: left;
	width: 100%;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 18px;
	border-top-color: hsla(0,0%,79%,1.00);
	display: none;
}
.table-style-1 {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-left: thick solid hsla(85,54%,51%,1.00);
	border-right: thin solid hsla(204,100%,37%,1.00);
	border-bottom: thin solid hsla(204,100%,37%,1.00);
	border-top: thin solid hsla(204,100%,37%,1.00);
	margin-left: 15px;
}
.directoryMargin {
	padding-left: 15px;
	padding-right: 15px;
}
#hrMobile {
	margin-bottom: 50px;
	display: none;
}
.table-style-1.col-sm-9.col-md-9.col-xs-9.col-lg-8 {
	margin-left: 30px;
}
.vzeroMargin {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.directorySize {
	height: 1245px;
}
#minfoMobile {
	display: none;
}
.box-line-1 {
	width: 14%;
	height: auto;
	clear: left;
	float: left;
	margin-left: 30px;
	margin-right: 15px;
}
.box-line-2 {
	width: 95%;
	height: auto;
	border: thin solid rgba(238,174,30,1.00);
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: rgba(253,248,236,1.00);
	padding-right: 15px;
	padding-left: 0px;
	margin-left: 15px;
	font-family: doppio-one;
	font-style: normal;
	font-weight: 400;
}
#non-desktop {
	display: none;
}
#main-img-tittle {
	font-family: doppio-one;
	font-style: normal;
	font-weight: 400;
	font-size: 45px;
}
.col-px-size1 {
	height: 200px;
}
#main-info-img {
	margin-top: 100px;
}
#main-img-subtittle {
	font-family: muli;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
}
.text-size-1 {
	font-size: 20px;
}
.text-color-blue a:hover {
	color: #0072BB;
	text-decoration: none;
	border-right: medium solid #0072BB;
	padding-right: 10px;
	padding-left: 10px;
	border-left: medium solid #0072BB;
}
.text-color-green a:hover {
	color: #8DC63F;
	text-decoration: none;
	border-right: medium solid #637E43;
	padding-right: 10px;
	padding-left: 10px;
	border-left: medium solid #637E43;
}
.img-size-width {
	width: auto;
	max-height: 450px;
}
.centerPhone-first {
	text-align: center;
	margin-top: -20px;
	margin-bottom: 20px;
	float: left;
	width: 100%;
}
.centerPhone-first h3 {
	color: #FFFFFF;
	font-family: kaushan-script;
	font-size: 40px;
	text-align: center;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 215px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/sectionBack.jpg);
	background-size: cover;
	background-color: #0072BC;
	background-position: 0% 11%;
	font-style: normal;
	font-weight: 400;
	margin-bottom: -15px;
}
.top-article-margin {
	margin-top: -200px;
}
.text-center-up {
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	font-size: 35pt;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 20px;
}
.text-center-middle {
	font-family: abel, advent-pro;
	font-style: normal;
	font-weight: 400;
	font-size: 13pt;
	text-align: center;
	margin-top: -2px;
	margin-bottom: 10px;
}
.text-center-down {
	color: #00609E;
	font-family: "Century Gothic", muli, "Avenir Light";
	font-style: normal;
	font-weight: 400;
	text-align: center;
	margin-top: 15px;
	font-size: 15pt;
	margin-bottom: 20px;
}
.info-back {
	background-color: rgba(255,255,255,1.00);
	height: auto;
	float: left;
}
.webAd-mobile {
	display: none;
}
.slide-mob {
	display: none;
}
.webAd {
	margin-top: 40px;
	height: 320px;
	width: 100%;
}
.pdf-icon {
	width: 90%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.slide-back {
	background-image: url(../images/heroeBack-slide-pic.jpg);
	background-color: rgba(255,255,255,1.00);
	background-position: center center;
	background-size: cover;
}
.slide-back-2 {
	background-image: url(../images/chefBack-slide-pic.jpg);
	background-color: rgba(255,255,255,1.00);
	background-position: center center;
	background-size: cover;
}
.slide-back-3 {
	background-image: url(../images/enfermeriaBack-slide-pic.jpg);
	background-color: rgba(255,255,255,1.00);
	background-position: center center;
	background-size: cover;
}
.slide-back-4 {
	background-image: url(../images/anuncio2Back-slide-pic.jpg);
	background-color: rgba(255,255,255,1.00);
	background-position: center center;
	background-size: cover;
}
.text-style-asoc {
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	font-size: 14.5px;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
}
.col-style-asoc {
	padding-right: 0px;
	padding-left: 30px;
}
.slide-back-asociados {
	background-image: url(../images/sonografiaBack-slide-pic.jpg);
	background-color: rgba(255,255,255,1.00);
	background-position: center center;
	background-size: cover;
}
.main-img .item .center-block {
	width: auto;
	height: 100%;
}
.main-res .item .center-block {
	width: auto;
	height: 100%;
}
.top-margin-asoc {
	margin-top: 30px;
}
.slide-back-cert {
	background-image: url(../images/panaderia-reposteriaBack-slide-pic.jpg);
	background-color: rgba(255,255,255,1.00);
	background-position: center center;
	background-size: cover;
}
.thumbnail-size-img-1 {
	width: 100%;
}
.thumbnail-size-img-2 {
	width: 40px;
}
.text-tittle-padding {
	padding-top: 7px;
	padding-bottom: 8px;
}
.thumb-none-margin-padding {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.thumb-border-left {
	border-left: thin dashed rgba(170,170,170,1.00);
}
.thumb-border-left2 {
	border-left: thin dashed rgba(255,255,255,1.00);
}
.verticalMargin3 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.table-style-3 {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-left: thick solid hsla(42,86%,53%,1.00);
	border-bottom-color: hsla(0,0%,67%,1.00);
	border-top-color: hsla(0,0%,67%,1.00);
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-width: thin;
	border-top-width: thin;
	margin-left: 15px;
	border-right: thin solid rgba(170,170,170,1.00);
	/* [disabled]-webkit-box-shadow: inset 1px 0px 6px -3px; */
	/* [disabled]box-shadow: inset 1px 0px 6px -3px; */
}
.table-style-3.col-md-9.col-lg-8.col-xs-6.col-sm-8 {
	margin-left: 30px;
}
.heading-style-1 {
	font-family: muli;
	font-style: normal;
	font-weight: 400;
	color: rgba(255,255,255,1.00);
	font-size: 50px;
	margin-top: 15px;
}
.subTittle-style-1 {
	color: rgba(255,255,255,1.00);
	font-family: marvel;
	font-style: normal;
	font-weight: 400;
	font-size: 23px;
	line-height: 30px;
	margin-top: 17px;
	margin-bottom: 10px;
}
.text-style-1 {
	color: rgba(255,255,255,1.00);
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	font-size: 19px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.btn-large-green {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	font-size: 25px;
	color: rgba(255,255,255,1.00);
	margin-top: 15px;
	margin-bottom: 15px;
}
.btn-large-green a {
	text-align: center;
	font-family: muli;
	font-style: normal;
	font-weight: 400;
	font-size: 21px;
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 35px;
	padding-left: 35px;
	width: 55px;
	border: thin solid rgba(255,255,255,1.00);
	transition-property: background-color border;
	transition-duration: 0.3s;
	transition-timing-function: linear;
	transition-delay: 0s;
	-moz-transition-property: background-color border;
	-moz-transition-duration: 0.3s;
	-moz-transition-timing-function: linear;
	-moz-transition-delay: 0s;
	-webkit-transition-property: background-color border;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: linear;
	-webkit-transition-delay: 0s;
}
.btn-large-green a:hover {
	text-align: center;
	font-family: muli;
	font-style: normal;
	font-weight: 400;
	font-size: 21px;
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 35px;
	padding-left: 35px;
	width: 55px;
	background-color: rgba(0,114,188,1.00);
	border: thin solid rgba(255,255,255,1.00);
}
.heading-tittle-img {
	width: 375px;
}
.btn-large-blue {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	font-size: 25px;
	color: rgba(249,249,249,1.00);
	margin-top: 15px;
	margin-bottom: 15px;
}
.btn-large-blue a {
	text-align: center;
	font-family: muli;
	font-style: normal;
	font-weight: 400;
	font-size: 21px;
	color: rgba(0,114,188,1.00);
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 35px;
	padding-left: 35px;
	width: 55px;
	border: medium solid rgba(0,114,188,1.00);
	transition-property: background-color border;
	transition-duration: 0.3s;
	transition-timing-function: linear;
	transition-delay: 0s;
	-moz-transition-property: background-color border;
	-moz-transition-duration: 0.3s;
	-moz-transition-timing-function: linear;
	-moz-transition-delay: 0s;
	-webkit-transition-property: background-color border;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: linear;
	-webkit-transition-delay: 0s;
}
.btn-large-blue a:hover {
	text-align: center;
	font-family: muli;
	font-style: normal;
	font-weight: 400;
	font-size: 21px;
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 35px;
	padding-left: 35px;
	width: 55px;
	background-color: rgba(238,174,30,1.00);
	border: medium solid rgba(255,255,255,1.00);
}
.text-style-2 {
	color: rgba(57,57,57,1.00);
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	font-size: 19px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.video-style {
	-webkit-box-shadow: 0px 3px 3px -1px rgba(114,114,114,1.00);
	box-shadow: 0px 3px 3px -1px rgba(114,114,114,1.00);
	width: 600px;
	border-left: thick solid rgba(0,114,188,1.00);
	border-right: thick solid rgba(0,114,188,1.00);
}
.subTittle-style-2 {
	color: rgba(197,0,175,1.00);
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 50px;
	line-height: 22px;
	margin-top: 10px;
	margin-bottom: 40px;
}
.newsContainer {
	width: 100%;
	height: auto;
	padding-bottom: 35px;
	background-image: url(../images/news-back-pic.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	/* [disabled]-webkit-box-shadow: inset 0px 3px 5px 0px rgba(4,4,4,0.52); */
	/* [disabled]box-shadow: inset 0px 3px 5px 0px rgba(4,4,4,0.52); */
}
.videosContainer {
	width: 100%;
	height: auto;
	background-color: rgba(141,198,63,1.00);
	padding-bottom: 35px;
	background-image: url(../images/icons-back-img.jpg);
	background-size: auto auto;
	background-repeat: repeat;
	background-attachment: fixed;
	/* [disabled]-webkit-box-shadow: inset 0px 3px 5px 0px rgba(4,4,4,0.52); */
	/* [disabled]box-shadow: inset 0px 3px 5px 0px rgba(4,4,4,0.52); */
	border-top: medium solid rgba(0,114,188,1.00);
}
.none-view {
	display: none;
}
.indicators-style {
	margin-top: 45px;
	display: none;
}
.modal-body img {
	width: 100%;
	text-align: center;
}
.modal-body {
	height: auto;
}
.modal-dialog {
	width: 80%;
}
.subTittle-style-3 {
	color: rgba(73,73,73,1.00);
	font-family: hammersmith-one;
	font-style: normal;
	font-weight: 400;
	font-size: 35px;
	margin-top: 25px;
}
.webAd-imgStyle-1 {
	height: 195px;
	text-align: center;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}
.webAd-imgStyle-2 {
	text-align: center;
	height: 195px;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}
.webAd-slogan {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
}
.hr-webAd {
	border-top-color: #EEAE1E;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 15px;
	margin-bottom: 10px;
}
.hr-Size-1 {
	width: 40%;
}
.webAd-tittle {
	text-align: center;
	font-family: "Century Gothic", muli, "Avenir Light";
}
.webAd-size {
	height: 425px;
}
.webAd-border-style1 {
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-box-shadow: -5px 0px 3px -3px #414040;
	box-shadow: -5px 0px 3px -3px #414040;
}
.webAd-border-style2 {
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
}
.webAd-container {
	display: table;
	table-layout: fixed;
	height: 100%;
}
.slide-back-6 {
	background-image: url(../images/poke-backslide.jpg);
	background-color: rgba(255,255,255,1.00);
	background-position: center center;
	background-size: cover;
}
.video-container {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}
.video-container {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}
.video-size-1 {
	height: 315px;
	width: 560px;
}
.slide-back-7 {
	background-image: url(../images/anuncio-backslide-pic.jpg);
	background-color: rgba(255,255,255,1.00);
	background-position: center center;
	background-size: cover;
}
.slide-back-8 {
	background-image: url(../images/backIrmaBanner.jpg);
	background-color: rgba(255,255,255,1.00);
	background-position: center center;
	background-size: cover;
}
.slide-back-9 {
	background-image: url(../images/febreroBanner19.jpg);
	background-color: rgba(255,255,255,1.00);
	background-position: center center;
	background-size: cover;
}
.slide-back-5 {
	background-image: url(../images/VoyAmiBack-slide-pic.jpg);
	background-color: rgba(255,255,255,1.00);
	background-position: center center;
	background-size: cover;
}
.slide-back-10 {
	background-image: url(../images/backAquinaci2.jpg);
	background-color: rgba(255,255,255,1.00);
	background-position: center center;
	background-size: cover;
}
.row .webAd-ani.col-lg-12.topMargin1.hzeroPadding .bgColor2.table-bordered.col-lg-3.col-md-4.col-sm-4.webAd-border-style1 {
	height: 425px;
}
.item-slide-res {
	background-color: #000000;
	height: 430px;
	display: block;
}
	.text-style-res {
	font-size: 25px;
	color: #000000;
}
.text-style2-res {
	font-size: 29px;
	color: #FFFFFF;
}
.text-style3-res {
	font-size: 42px;
	color: #045083;
}
.text-style4-res {
	font-weight: bolder;
}
.text-style5-res {
	color: #045083;
}
.slide-back-residente {
	background-color: rgba(0,0,0,1.00);
	background-position: center center;
	background-size: cover;
}
}

@media (min-width : 860px ) and (max-width : 991px ){
.upNav ul li {
	margin-right: 15px;
	display: inline-block;
}
#headerContainer {
	width: 100%;
	height: 100px;
	margin-right: auto;
	background-color: #F1F1F1;
	border-bottom: 2px solid #8DC63F;
	padding-right: 5px;
}
#headerContainerPhone {
	width: 100%;
	height: 60px;
	background-color: #F1F1F1;
	border-bottom: 1px solid #8DC63F;
	display: none;
}
#mainHeaderPhone {
	width: 750px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	display: none;
}
#navMainContainer {
	height: 100px;
	width: 73%;
	float: right;
	text-align: right;
}
.dropdown-menu {
	width: auto;
	position: absolute;
}
.dropdown-menu li {
	width: 100%;
	height: auto;
}
.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-menu li a {
	width: auto;
}
.nav-right {
	float: right;
	display: list-item;
	text-decoration: none;
	list-style-type: none;
	padding-left: 0px;
  }
#navMainContainer .nav-header li {
	padding-left: 0px;
	margin-left: 0px;
	margin-right: 5px;
	padding-right: 0px;
}
.nav-right .dropdown .dropdown-menu {
	margin-left: -75px;
}
.dropdown-menu .divider {
	margin-right: 10px;
	margin-left: auto;
	height: 1px;
	overflow: hidden;
	background-color: #DFDFDF;
	margin-top: 0px;
	margin-bottom: 0px;
	float: right;
	width: 90%;
}
element:hover, element:active {
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-user-select: none;
-webkit-touch-callout: none
}
.dropdown-menu li a:hover, .dropdown-menu li a:focus {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0072BC;
}
.carousel-inner-slide {
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 360px;
}
.carousel-caption {
	position: absolute;
	left: 13%;
	padding-top: 73px;
	padding-bottom: auto;
	height: 100%;
}
.carousel-caption p {
	width: 400px;
	font-size: 12px;
}
.carousel-caption h3 {
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	text-align: left;
	height: auto;
	vertical-align: middle;
}
.fluid.infoBtn input {
	background-color: #0072BC;
	color: #FFFFFF;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	width: 95px;
	height: 30px;
	margin-top: 5px;
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	text-decoration: none;
	border-style: none;
}
.fluid.infoBtnGreen input {
	background-color: #8DC63F;
	color: #FFFFFF;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	width: 95px;
	height: 30px;
	margin-top: 10px;
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	text-decoration: none;
	border-style: none;
}
.fluid.infoBtnOrange input {
	background-color: #F8C700;
	color: #FFFFFF;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	width: 95px;
	height: 30px;
	margin-top: 10px;
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	text-decoration: none;
	border-style: none;
}
#slideshow_mobile {
	display: none;
}
.carousel-inner .item .center-block {
	height: 100%;
	width: auto;
}
.text-justify.col-sm-4 img {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: auto;
	margin-bottom: 15px;
}
.text-justify.col-sm-4 p {
	font-family: "Century Gothic", muli, "Avenir Light";
	font-size: 20px;
	float: left;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 0px;
	line-height: 25px;
	text-align: center;
}
.text-justify-box {
	width: 100%;
	float: left;
	text-align: left;
	padding-left: 17%;
	padding-right: 17px;
	padding-top: 0px;
	font-family: abel, advent-pro;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	padding-bottom: 5px;
	line-height: 17px;
	letter-spacing: 1px;
}
.text-justify-align {
	margin-left: auto;
	margin-right: auto;
	width: auto;
	float: left;
	display: none;
}
.text-justify-align-mobile {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	float: left;
	text-align: center;
}
.text-interior-justify {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: inline;
}
.text-justify-align-mobile h4 {
	font-family: "Century Gothic", muli, "Avenir Light";
	font-size: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 0px;
	line-height: 25px;
	text-align: center;
	float: left;
	display: none;
}
.row .text-interior-justify #sideLine {
	border-right: thin dashed #CACACA;
	border-left: thin dashed #CACACA;
}
.centerPhone {
	text-align: center;
	margin-top: -20px;
	margin-bottom: 20px;
	float: left;
	width: 100%;
}
#phoneLineRight {
	float: left;
	width: 29%;
	border: medium solid #00609E;
}
#phoneLineLeft {
	float: right;
	border: medium solid #00609E;
	width: 29%;
}
#homeVideo {
	width: 100%;
	float: left;
}
.margins {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.col-sm-4.text-center.col-lg-6.margins .infoContainer h4 {
	margin-top: 0px;
	padding-top: 0px;
}
.locationsBar h4 {
	color: #383838;
	font-family: doppio-one;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
}
.locationsBarInner h4 {
	color: #383838;
	font-family: doppio-one;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
}
#footerContent {
	width: auto;
	background-color: #0072BC;
	height: 200px;
	border-top: thick solid #8DC63F;
	-webkit-box-shadow: inset 0px 2px 2px 1px #454545;
	box-shadow: inset 0px 2px 2px 1px #454545;
}
.infoContainer {
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#infoLeft {
	background-color: #F8C700;
	width: 34
.%;
	width: 33%;
}
#infoLeft img {
	text-align: left;
	width: 100%;
	height: auto;
	float: left;
	margin-right: 2px;
}
.text-center.col-lg-6.margins.col-md-6.col-sm-6 {
	margin-left: 0px;
	margin-right: 0px;
	padding-right: 4px;
	float: left;
}
.infoRight.col-lg-6.col-md-6.col-sm-8 {
	height: 270px;
	background-color: #F8C700;
	text-align: left;
	padding-top: 5px;
	font-family: "Century Gothic", muli, "Avenir Light";
	font-style: normal;
	font-weight: 400;
	margin-bottom: 0px;
	font-size: 13px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 15px;
}
.infoBtnMas a {
	color: #383838;
}
.infoBtnMas a:hover {
	color: #0072BC;
	text-decoration: none;
}
.infoBtnMas {
	text-align: center;
	color: #383838;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 60px;
	z-index: 99;
	position: relative;
}
#infoLeftPhone {
	float: left;
	width: 100%;
	display: none;
}
#infoLeftPhone img {
	width: 100%;
	display: none;
}
.infoRightPhone.col-lg-6.col-md-6.col-sm-8.col-xs-12 {
	display: none;
}
.col-md-12 {
	margin-bottom: 0px;
	float: left;
	width: 100%;
	margin-top: 0px;
}
#infoTitle {
	font-family: "Century Gothic", muli, "Avenir Light";
	font-size: 16px;
	padding-top: 0px;
	margin-top: 0px;
}
#videoTitle {
	padding-top: 0px;
	float: left;
	width: 100%;
}
#lowSectionContainer {
	margin-top: -5px;
}
#lowSectionContainer .container {
	width: 88%;
}
.sectionPic {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	float: left;
	text-align: center;
}
.col-lg-4.col-md-4 img {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.sectionInfoUp {
	padding-right: 15px;
	padding-left: 15px;
	font-family: doppio-one;
	font-style: normal;
	font-weight: 400;
	margin-top: 3px;
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	float: left;
}
.sectionInfoUp h4 {
	float: left;
	padding-top: 2px;
	margin-top: 0px;
	font-size: 14px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.sectionInfoDown {
	float: left;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 5px;
	color: #383838;
	font-family: marvel, economica;
	font-weight: 400;
	font-variant: normal;
	font-style: normal;
	font-size: 15px;
	text-align: center;
}
#footerContent {
	width: auto;
	background-color: #0072BC;
	height: auto;
	border-top: thick solid #8DC63F;
	-webkit-box-shadow: inset 0px 2px 2px 1px #454545;
	box-shadow: inset 0px 2px 2px 1px #454545;
	padding-bottom: 40px;
}
.footerText {
	color: hsla(0,0%,100%,1.00);
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
}
.footerLinks {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.footerLinks a {
	color: hsla(0,0%,100%,1.00);
}
#FooterCopy {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: hsla(0,0%,100%,1.00);
	font-size: 11px;
	margin-top: 35px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}
#footerType_4 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 9%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#footerSocialPhone {
	margin-top: 11px;
	display: none;
}
.directoryContainer {
	float: left;
	width: 29%;
	margin-top: 50px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
#infoDescription {
	width: 71%;
	height: auto;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
	float: left;
}
.col-lg-12.directoryPhone.col-md-12.col-sm-12 {
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 0px;
}
.directoryLocation.col-lg-12.col-md-12 {
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.directoryAreas.col-lg-8.col-md-8 {
	margin-left: 0px;
	padding-left: 0px;
	margin-right: 0px;
	padding-right: 0px;
}
.directoryContainer .col-lg-12 {
	padding-left: 8px;
	padding-right: 8px;
}
.directoryEx.col-lg-4.col-md-4.col-sm-4 {
	padding-left: 0px;
	padding-right: 0px;
	text-align: right;
}
#interior {
	width: 850px;
}
#headerBlank {
	width: 100%;
	height: 72px;
	display: none;
}
.text-justify.col-sm-4 hr {
	float: left;
	width: 100%;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 18px;
	border-top-color: hsla(0,0%,79%,1.00);
	display: none;
}
.table-style-1 {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-left: thick solid hsla(85,54%,51%,1.00);
	border-right: thin solid hsla(204,100%,37%,1.00);
	border-bottom: thin solid hsla(204,100%,37%,1.00);
	border-top: thin solid hsla(204,100%,37%,1.00);
	margin-left: 15px;
}
.directoryMargin {
	padding-left: 10px;
	padding-right: 10px;
}
#hrMobile {
	margin-bottom: 50px;
	display: none;
}
.table-style-1.col-sm-9.col-md-9.col-xs-9.col-lg-8 {
	margin-left: 30px;
}
.vzeroMargin {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.directorySize {
	height: 1245px;
}
.leftMargin {
	margin-left: 45px;
}
#minfoMobile {
	display: none;
}
.box-line-1 {
	width: 16%;
	height: auto;
	clear: left;
	float: left;
	margin-left: 30px;
	margin-right: 15px;
}
.box-line-2 {
	width: 94%;
	height: auto;
	border: thin solid rgba(238,174,30,1.00);
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: rgba(253,248,236,1.00);
	padding-right: 15px;
	padding-left: 0px;
	margin-left: 15px;
	font-family: doppio-one;
	font-style: normal;
	font-weight: 400;
}
#non-desktop {
	display: none;
}
#main-img-tittle {
	font-family: doppio-one;
	font-style: normal;
	font-weight: 400;
	font-size: 45px;
}
.col-px-size1 {
	height: 200px;
}
#main-info-img {
	margin-top: 100px;
}
#main-img-subtittle {
	font-family: muli;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
}
.text-size-1 {
	font-size: 20px;
}
.text-color-blue a:hover {
	color: #0072BB;
	text-decoration: none;
	border-right: medium solid #0072BB;
	padding-right: 10px;
	padding-left: 10px;
	border-left: medium solid #0072BB;
}
.text-color-green a:hover {
	color: #8DC63F;
	text-decoration: none;
	border-right: medium solid #637E43;
	padding-right: 10px;
	padding-left: 10px;
	border-left: medium solid #637E43;
}
.centerPhone h3 {
	color: #FFFFFF;
	font-family: hammersmith-one;
	font-size: 22px;
	width: 285px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 12px;
	padding-bottom: 10px;
	border-bottom-right-radius: 21px;
	border-bottom-left-radius: 20px;
	font-style: normal;
	font-weight: 400;
	background-color: rgba(0,114,188,1.00);
	-webkit-box-shadow: inset 0px -4px 3px -2px rgba(2,69,113,1.00);
	box-shadow: inset 0px -4px 3px -2px rgba(2,69,113,1.00);
}
.img-size-width {
	width: auto;
	max-height: 450px;
}
.centerPhone-first h3 {
	color: #FFFFFF;
	font-family: kaushan-script;
	font-size: 31px;
	text-align: center;
	width: 100%;
	padding-top: 12px;
	padding-bottom: 16px;
	margin-left: auto;
	margin-right: auto;
	background-color: #0072BC;
	font-style: normal;
	font-weight: 400;
	-webkit-box-shadow: inset 0px -4px 3px -2px rgba(2,69,113,1.00);
	box-shadow: inset 0px -4px 3px -2px rgba(2,69,113,1.00);
	border-top: medium solid rgba(2,69,113,1.00);
}
.centerPhone-first {
	text-align: center;
	margin-top: -20px;
	margin-bottom: 30px;
	float: left;
	width: 100%;
}
.bottom-article-margin {
	margin-bottom: 20px;
}
.text-center-up {
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	font-size: 35pt;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 20px;
}
.text-center-middle {
	font-family: abel, advent-pro;
	font-style: normal;
	font-weight: 400;
	font-size: 13pt;
	text-align: center;
	margin-top: -2px;
	margin-bottom: 10px;
}
.text-center-down {
	color: #00609E;
	font-family: "Century Gothic", muli, "Avenir Light";
	font-style: normal;
	font-weight: 400;
	text-align: center;
	margin-top: 15px;
	font-size: 15pt;
	margin-bottom: 20px;
}
.webAd-mobile {
	display: none;
}
.hrDivider.bottomMargin7 {
	display: none;
}
.slide-mob {
	display: none;
}
.webAd {
	margin-top: 40px;
	height: 240px;
	width: 100%;
}
.pdf-icon {
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.slide-back {
	background-image: url(../images/heroeBack-slide-pic.jpg);
	background-color: rgba(255,255,255,1.00);
	background-position: center center;
	background-size: cover;
}
.slide-back-2 {
	background-image: url(../images/chefBack-slide-pic.jpg);
	background-color: rgba(255,255,255,1.00);
	background-position: center center;
	background-size: cover;
}
.slide-back-3 {
	background-image: url(../images/enfermeriaBack-slide-pic.jpg);
	background-color: rgba(255,255,255,1.00);
	background-position: center center;
	background-size: cover;
}
.text-style-asoc {
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 17px;
}
.col-style-asoc {
	padding-right: 0px;
	padding-left: 30px;
}
.slide-back-asociados {
	background-image: url(../images/sonografiaBack-slide-pic.jpg);
	background-color: rgba(255,255,255,1.00);
	background-position: center center;
	background-size: cover;
}
.main-img .item .center-block {
	width: auto;
	height: 100%;
}
.top-margin-asoc {
	margin-top: 40px;
}
.slide-back-cert {
	background-image: url(../images/panaderia-reposteriaBack-slide-pic.jpg);
	background-color: rgba(255,255,255,1.00);
	background-position: center center;
	background-size: cover;
}
.thumbnail-size-img-1 {
	width: 100%;
}
.thumbnail-size-img-2 {
	width: 40px;
}
.text-tittle-padding {
	padding-top: 9px;
	padding-bottom: 9px;
}
.thumb-none-margin-padding {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.none-view {
	display: none;
}
.thumb-md-border-left {
	border-left: thin dashed rgba(170,170,170,1.00);
}
.thumb-md-border-left2 {
	border-left: thin dashed rgba(255,255,255,1.00);
}
.verticalMargin3 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.table-style-3 {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-left: thick solid hsla(42,86%,53%,1.00);
	border-bottom-color: hsla(0,0%,67%,1.00);
	border-top-color: hsla(0,0%,67%,1.00);
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-width: thin;
	border-top-width: thin;
	margin-left: 15px;
	border-right: thin solid rgba(170,170,170,1.00);
	/* [disabled]-webkit-box-shadow: inset 1px 0px 6px -3px; */
	/* [disabled]box-shadow: inset 1px 0px 6px -3px; */
}
.table-style-3.col-md-9.col-lg-8.col-xs-6.col-sm-8 {
	margin-left: 30px;
}
.btn-large-green a:hover {
	text-align: center;
	font-family: muli;
	font-style: normal;
	font-weight: 400;
	font-size: 21px;
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 35px;
	padding-left: 35px;
	width: 55px;
	background-color: rgba(0,114,188,1.00);
	border: thin solid rgba(255,255,255,1.00);
}
.btn-large-green a {
	text-align: center;
	font-family: muli;
	font-style: normal;
	font-weight: 400;
	font-size: 21px;
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 35px;
	padding-left: 35px;
	width: 55px;
	border: thin solid rgba(255,255,255,1.00);
	transition-property: background-color border;
	transition-duration: 0.3s;
	transition-timing-function: linear;
	transition-delay: 0s;
	-moz-transition-property: background-color border;
	-moz-transition-duration: 0.3s;
	-moz-transition-timing-function: linear;
	-moz-transition-delay: 0s;
	-webkit-transition-property: background-color border;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: linear;
	-webkit-transition-delay: 0s;
}
.btn-large-green {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	font-size: 25px;
	color: rgba(255,255,255,1.00);
	margin-top: 15px;
	margin-bottom: 15px;
}
.text-style-1 {
	color: rgba(255,255,255,1.00);
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.subTittle-style-1 {
	color: rgba(255,255,255,1.00);
	font-family: marvel;
	font-style: normal;
	font-weight: 400;
	font-size: 21px;
	line-height: 30px;
	margin-top: 17px;
	margin-bottom: 10px;
}
.heading-style-1 {
	font-family: muli;
	font-style: normal;
	font-weight: 400;
	color: rgba(255,255,255,1.00);
	font-size: 45px;
	margin-top: 15px;
}
.heading-tittle-img {
	width: 375px;
}
.btn-large-blue {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	font-size: 25px;
	color: rgba(249,249,249,1.00);
	margin-top: 15px;
	margin-bottom: 15px;
}
.btn-large-blue a {
	text-align: center;
	font-family: muli;
	font-style: normal;
	font-weight: 400;
	font-size: 21px;
	color: rgba(0,114,188,1.00);
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 35px;
	padding-left: 35px;
	width: 55px;
	border: thin solid rgba(0,114,188,1.00);
	transition-property: background-color border;
	transition-duration: 0.3s;
	transition-timing-function: linear;
	transition-delay: 0s;
	-moz-transition-property: background-color border;
	-moz-transition-duration: 0.3s;
	-moz-transition-timing-function: linear;
	-moz-transition-delay: 0s;
	-webkit-transition-property: background-color border;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: linear;
	-webkit-transition-delay: 0s;
}
.btn-large-blue a:hover {
	text-align: center;
	font-family: muli;
	font-style: normal;
	font-weight: 400;
	font-size: 21px;
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 35px;
	padding-left: 35px;
	width: 55px;
	background-color: rgba(238,174,30,1.00);
	border: thin solid rgba(255,255,255,1.00);
}
.text-style-2 {
	color: rgba(57,57,57,1.00);
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.video-style {
	border-spacing: 0px 0px;
	-webkit-box-shadow: 0px 3px 3px -1px rgba(114,114,114,1.00);
	box-shadow: 0px 3px 3px -1px rgba(114,114,114,1.00);
	width: 600px;
	border-left: thick solid rgba(0,114,188,1.00);
	border-right: thick solid rgba(0,114,188,1.00);
}
.subTittle-style-2 {
	color: rgba(197,0,175,1.00);
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 49px;
	line-height: 22px;
	margin-top: 10px;
	margin-bottom: 40px;
}
.newsContainer {
	width: 100%;
	height: auto;
	padding-bottom: 35px;
	background-image: url(../images/news-back-pic.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	/* [disabled]-webkit-box-shadow: inset 0px 3px 5px 0px rgba(4,4,4,0.52); */
	/* [disabled]box-shadow: inset 0px 3px 5px 0px rgba(4,4,4,0.52); */
}
.videosContainer {
	width: 100%;
	height: auto;
	background-color: rgba(141,198,63,1.00);
	padding-bottom: 35px;
	background-image: url(../images/icons-back-img.jpg);
	background-size: auto auto;
	background-repeat: repeat;
	background-attachment: fixed;
	/* [disabled]-webkit-box-shadow: inset 0px 3px 5px 0px rgba(4,4,4,0.52); */
	/* [disabled]box-shadow: inset 0px 3px 5px 0px rgba(4,4,4,0.52); */
	border-top: medium solid rgba(0,114,188,1.00);
}
.item-slide {
	background-color: #383838;
	height: 360px;
	display: block;
}
.carousel-inner .item .center-block.verticalPadding.news-pic-size {
	width: 85%;
}
.indicators-style {
	margin-top: 45px;
	display: none;
}
.slide-back-4 {
	background-image: url(../images/anuncio2Back-slide-pic.jpg);
	background-color: rgba(255,255,255,1.00);
	background-position: center center;
	background-size: cover;
}
.modal-body img {
	width: 100%;
	text-align: center;
}
.modal-body {
	height: auto;
}
.modal-dialog {
	width: 95%;
}
.slide-back-5 {
	background-image: url(../images/VoyAmiBack-slide-pic.jpg);
	background-color: rgba(255,255,255,1.00);
	background-position: center center;
	background-size: cover;
}
.subTittle-style-3 {
	color: rgba(73,73,73,1.00);
	font-family: hammersmith-one;
	font-style: normal;
	font-weight: 400;
	font-size: 35px;
	margin-top: 25px;
}
.webAd-imgStyle-1 {
	height: 145px;
	text-align: center;
	display: inline-block;
}
.webAd-imgStyle-2 {
	text-align: center;
	height: 145px;
	display: inline-block;
}
.webAd-slogan {
	width: 249px;
	margin-right: auto;
	margin-left: auto;
}
.hr-webAd {
	border-top-color: #EEAE1E;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 25px;
	margin-bottom: 15px;
}
.hr-Size-1 {
	width: 68%;
}
.webAd-tittle {
	text-align: center;
	font-family: "Century Gothic", muli, "Avenir Light";
}
.webAd-size {
	height: 400px;
}
.webAd-border-style1 {
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-box-shadow: -5px 0px 3px -3px #414040;
	box-shadow: -5px 0px 3px -3px #414040;
}
.webAd-border-style2 {
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
}
.webAd-container {
	display: table;
	table-layout: fixed;
	height: 100%;
}
.slide-back-6 {
	background-image: url(../images/poke-backslide.jpg);
	background-color: rgba(255,255,255,1.00);
	background-position: center center;
	background-size: cover;
}
.video-container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.video-size-1 {
	height: 315px;
	width: 560px;
}
.slide-back-7 {
	background-image: url(../images/anuncio-backslide-pic.jpg);
	background-color: rgba(255,255,255,1.00);
	background-position: center center;
	background-size: cover;
}
.slide-back-8 {
	background-image: url(../images/backIrmaBanner.jpg);
	background-color: rgba(255,255,255,1.00);
	background-position: center center;
	background-size: cover;
}
.slide-back-9 {
	background-image: url(../images/febreroBanner19.jpg);
	background-color: rgba(255,255,255,1.00);
	background-position: center center;
	background-size: cover;
}
.slide-back-10 {
	background-image: url(../images/backAquinaci2.jpg);
	background-color: rgba(255,255,255,1.00);
	background-position: center center;
	background-size: cover;
}
.main-res .item .center-block {
	width: auto;
	height: 100%;
}
.item-slide-res {
	background-color: #000000;
	height: 400px;
	display: block;
}
.text-style-res {
	font-size: 25px;
	color: #000000;
}
.text-style2-res {
	font-size: 29px;
	color: #FFFFFF;
}
.text-style3-res {
	font-size: 42px;
	color: #045083;
}
.text-style4-res {
	font-weight: bolder;
}
.text-style5-res {
	color: #045083;
}
.slide-back-residente {
	background-color: rgba(0,0,0,1.00);
	background-position: center center;
	background-size: cover;
}
}

@media (max-width: 767px){
#upNavContainer {
	width: 100%;
	height: 35px;
	background-color: #0072BC;
	display: none;
}
.upNav ul li {
	display: none;
	margin-right: auto;
	width: 100%;
	height: 35px;
	padding-top: 6px;
	text-align: right;
	max-width: 1200px;
	margin-left: auto;
	text-decoration: none;
	list-style-type: none;
	vertical-align: middle;
	color: #FFFFFF;
	font-family: abel;
	font-style: normal;
	font-weight: 400;
}
#headerContainer {
	width: 100%;
	height: 100px;
	margin-right: auto;
	background-color: #F1F1F1;
	border-bottom: 2px solid #8DC63F;
	display: none;
}
#headerContainerPhone {
	width: 100%;
	background-color: #F1F1F1;
	border-bottom: 5px solid #0071BB;
	z-index: 100;
	-webkit-box-shadow: 0px 1px 5px hsla(0,0%,45%,1.00);
	box-shadow: 0px 1px 5px hsla(0,0%,45%,1.00);
}
#mainHeaderPhone {
	width: 100%;
}
#navLink {
	float: right;
	clear: left;
	padding-right: 15px;
	margin-top: 19px;
}
.navbar-header .img-responsive {
	padding-left: 15px;
	width: 100%;
	max-width: 155px;
}
.navbar {
	position: relative;
	border: 1px solid transparent;
	min-height: 60px;
	margin-bottom: 0px;
	background-color: #F1F1F1;
}
.navbar-collapse.collapse {
	padding-bottom: 0;
	height: auto;
	overflow: visible;
}
#defaultNavbar1 {
	clear: both;
	width: 100%;
}
.navbar-header {
	color: #383838;
	font-style: normal;
	font-weight: 500;
	font-family: "Century Gothic", muli, "Avenir Light";
	height: auto;
}
.nav.navbar-nav {
	color: #383838;
	font-family: "Century Gothic", muli, "Avenir Light";
	font-style: normal;
	font-weight: 500;
	text-decoration: none;

}
.nav.navbar-nav li a {
	color: #383838;
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 15px;
	
}
.nav.navbar-nav li a:hover  {
	color: #383838;
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: rgba(168,11,14,1.00);	
}
.icon-bar {
	border: thin solid #FFFFFF;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle.collapsed:focus {
	background-color: rgba(0,114,188,1.00);
	
}
.navbar-default .navbar-toggle {
	background-color: #0072BC;
	border: thin solid #BABABA;
	margin-top: 12px;

	
}
.navbar-header #defaultNavbar1 {
	background-color: #F1F1F1;
	
	
}
.navbar-header #defaultNavbar1 li a:hover  {
	background-color: #0072BC;
	color: rgba(249,249,249,1.00);
	transition-property: background-color;
    transition-duration: 0.1s;
    transition-timing-function: linear;
    transition-delay: 0s;
	
	-moz-transition-property: background-color;
    -moz-transition-duration: 0.1s;
    -moz-transition-timing-function: linear;
    -moz-transition-delay: 0s;
	
	-webkit-transition-property: background-color;
    -webkit-transition-duration: 0.1s;
    -webkit-transition-timing-function: linear;
    -webkit-transition-delay: 0s;
}
.navbar-toggle.collapsed {
	background-color: #DFDFDF;
	margin-top: 12px;	
}
.navbar-default .navbar-nav > li > a:hover {
	color: #F9F9F9;
	background-color: rgba(0,114,188,1.00);
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #383838;
	height: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
	color: #F9F9F9;
	background-color: rgba(0,114,188,1.00);
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #FFFFFF;
	background-color: #8A8A8A;
}
.navbar-nav .open .dropdown-menu {
	background-color: #FFFFFF;
	
}
element:hover, element:active {
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-user-select: none;
-webkit-touch-callout: none

}
.carousel-inner {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.carousel-caption {
	position: absolute;
	padding-top: 34px;
	padding-bottom: auto;
	height: 100%;
}
.carousel-caption p {
	width: 325px;
	font-size: 12px;
}
.carousel-caption h3 {
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	text-align: left;
	height: auto;
	vertical-align: middle;
}
.fluid.infoBtn input {
	background-color: #0072BC;
	color: #FFFFFF;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	width: 95px;
	height: 30px;
	margin-top: 5px;
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	text-decoration: none;
	border-style: none;
}
.fluid.infoBtn input:hover {
	background-color: #00609E;
	text-decoration: none;
	display: none;
}
.carousel-inner .item.active {
}
.left.carousel-control {
	width: 150px;
}
.right.carousel-control {
	width: 150px;
}
.carousel-indicators {
	position: absolute;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0px;
	margin-left: -30%;
	text-align: center;
	list-style: outside none none;
	top: 91%;
}
#slideshow {
	display: none;
}
.carousel_text {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	font-family: abel, advent-pro;
	font-style: normal;
	font-weight: 400;
	padding-bottom: 30px;
	padding-left: 60px;
	padding-right: 60px;
	text-shadow: 1px 1px 1px #383838;
	display: none;
}
.carousel_info {
	width: 100%;
	height: auto;
	background-color: #0072BC;
	text-align: center;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #383838;
	float: left;
	margin-top: 300px;
}
.carousel_info h3 {
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	margin-top: 0px;
	padding-top: 10px;
	font-size: 25px;
}
.carousel_info2 {
	width: 100%;
	height: auto;
	background-color: #77A932;
	text-align: center;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #383838;
	float: left;
	margin-top: 300px;
}
.carousel_info2 h3 {
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	margin-top: 0px;
	padding-top: 10px;
	font-size: 25px;
}
.carousel_info3 {
	width: 100%;
	height: auto;
	background-color: #E7B900;
	text-align: center;
	text-shadow: 1px 1px 1px #383838;
	color: #FFFFFF;
	float: left;
	margin-top: 300px;
}
.carousel_info3 h3 {
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	margin-top: 0px;
	padding-top: 10px;
	font-size: 25px;
}
.carousel_info4 {
	width: 100%;
	height: auto;
	background-color: #034879;
	text-align: center;
	text-shadow: 1px 1px 1px #383838;
	color: #FFFFFF;
	float: left;
	margin-top: 300px;
	-webkit-box-shadow: inset 0px 2px 5px -2px rgba(0,0,0,1.00);
	box-shadow: inset 0px 2px 5px -2px rgba(0,0,0,1.00);
}
.carousel_info5 {
	width: 100%;
	height: auto;
	background-color: #01A7E0;
	text-align: center;
	text-shadow: 1px 1px 1px #383838;
	color: #FFFFFF;
	float: left;
	margin-top: 300px;
	-webkit-box-shadow: inset 0px 2px 5px -2px rgba(0,0,0,1.00);
	box-shadow: inset 0px 2px 5px -2px rgba(0,0,0,1.00);
}
.carousel_info4 h3 {
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	margin-top: 0px;
	padding-top: 10px;
	font-size: 25px;
}
.carousel_info5 h3 {
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	margin-top: 0px;
	padding-top: 10px;
	font-size: 25px;
}
.row.text-center {
	margin-top: -20px;
}
.container-fluid {
	margin-top: 7px;
}
.text-justify.col-sm-4 img {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 15px;
	min-height: 150px;
	width: auto;
}
.text-justify.col-sm-4 p {
	font-family: "Century Gothic", muli, "Avenir Light";
	font-size: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 0px;
	line-height: 25px;
	text-align: center;
	float: left;
	display: none;
}
.text-justify-align-mobile h4 {
	font-family: "Century Gothic", muli, "Avenir Light";
	font-size: 23px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 0px;
	line-height: 25px;
	text-align: center;
	float: left;
}
.text-justify-box {
	width: 100%;
	text-align: center;
	padding-top: 0px;
	font-family: abel, advent-pro;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	padding-bottom: 5px;
	line-height: 17px;
	letter-spacing: 1px;
	margin-left: auto;
	margin-right: auto;
	float: left;
}
.text-justify-btn {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	float: left;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 35px;
	padding-bottom: 10px;
}
#sideLine hr {
	float: left;
	width: 100%;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 18px;
	border-top-color: hsla(0,0%,79%,1.00);
}
.text-justify.col-sm-4 hr {
	float: left;
	width: 100%;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 18px;
	border-top-color: hsla(0,0%,79%,1.00);
}
.text-justify-align {
	margin-left: auto;
	margin-right: auto;
	float: left;
	display: none;
}
.text-interior-justify {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.text-justify-align-mobile {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	float: left;
	text-align: center;
}
.centerPhone {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 35px;
	background-color: #0072BC;
	width: 100%;
	height: auto;
	float: left;
	border-top: medium solid rgba(2,69,113,1.00);
}
.centerPhone h3 {
	color: #FFFFFF;
	font-family: hammersmith-one;
	font-size: 22px;
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-top: 3px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: auto;
	height: 60px;
	padding-top: 17px;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 0px;
	background-color: rgba(0,114,188,1.00);
	-webkit-box-shadow: inset 0px -4px 3px -2px rgba(2,69,113,1.00);
	box-shadow: inset 0px -4px 3px -2px rgba(2,69,113,1.00);
}
#phoneLineRight {
	width: 100%;
	border: thin solid #FFFFFF;
	display: none;
}
#phoneLineLeft {
	border: thin solid #FFFFFF;
	width: 100%;
	display: none;
}
#homeVideo {
	width: 100%;
	float: left;
}
.margins {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.col-sm-4.text-center.col-lg-6.margins .infoContainer h4 {
	margin-top: 0px;
	padding-top: 0px;
}
.locationsBar h4 {
	color: #383838;
	font-family: doppio-one;
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
}
.locationsBarInner h4 {
	color: #383838;
	font-family: doppio-one;
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
}
#footerContent {
	width: auto;
	background-color: #0072BC;
	height: 200px;
	border-top: thick solid #8DC63F;
	-webkit-box-shadow: inset 0px 2px 2px 1px #454545;
	box-shadow: inset 0px 2px 2px 1px #454545;
}
.infoContainer {
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.text-center.col-lg-6.margins.col-md-6.col-sm-12 {
	margin-left: 0px;
	padding-right: 4px;
	margin-right: 10px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.text-center.col-lg-6.col-md-offset-0.col-md-6.col-sm-12.top-article-margin {
	margin-top: 30px;
}
#infoLeft {
	background-color: #F8C700;
	width: 34
.%;
	width: 100%;
	height: 250px;
	float: left;
	display: none;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
}
#infoLeftPhone {
	float: left;
	width: 100%;
}
#infoLeftPhone img {
	width: 100%;
	float: left;
}
.col-md-12 {
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.infoRight.col-lg-6.col-md-6.col-sm-8.col-xs-12 {
	height: auto;
	background-color: #F8C700;
	text-align: center;
	padding-top: 10px;
	font-family: "Century Gothic", muli, "Avenir Light";
	font-style: normal;
	font-weight: 400;
	margin-bottom: 12px;
	font-size: 14px;
	margin-left: 0px;
	margin-right: 0px;
	float: left;
	width: 100%;
	display: none;
}
.infoRightPhone.col-lg-6.col-md-6.col-sm-8.col-xs-12 {
	height: auto;
	background-color: #F8C700;
	text-align: center;
	padding-top: 5px;
	font-family: "Century Gothic", muli, "Avenir Light";
	font-style: normal;
	font-weight: 400;
	margin-bottom: 0px;
	font-size: 14px;
	margin-left: 0px;
	margin-right: 0px;
	float: left;
	width: 100%;
	margin-top: 2px;
}
.infoBtnMas a {
	color: #383838;
	z-index: 99;
}
.infoBtnMas a:hover {
	color: #0072BC;
	text-decoration: none;
}
.infoBtnMas {
	text-align: center;
	color: #383838;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 20px;
	z-index: 99;
	position: relative;
}
#infoTitle {
	font-family: "Century Gothic", muli, "Avenir Light";
	font-size: 16px;
	padding-top: 0px;
	float: left;
	width: 100%;
}
#videoTitle {
	padding-top: 3px;
	width: 100%;
	float: left;
}
#lowSectionContainer {
	margin-top: -5px;
}
#lowSectionContainer .container {
	width: 88%;
}
.sectionPic {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	float: left;
	text-align: center;
}
.col-lg-4.col-md-4 img {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.sectionInfoUp {
	padding-right: 15px;
	padding-left: 15px;
	font-family: doppio-one;
	font-style: normal;
	font-weight: 400;
	margin-top: 3px;
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	float: left;
}
.sectionInfoUp h4 {
	float: left;
	padding-top: 2px;
	margin-top: 0px;
	font-size: 16px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.sectionInfoDown {
	float: left;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 5px;
	color: #383838;
	font-family: marvel, economica;
	font-weight: 400;
	font-variant: normal;
	font-style: normal;
	font-size: 16px;
	text-align: center;
}
.col-lg-4.col-md-4.col-sm-4.col-xs-12 {
	padding-bottom: 12px;
	padding-top: 16px;
	border-bottom: thin solid hsla(0,0%,87%,1.00);
}
#net {
	border-bottom-style: none;
}
#footerContent {
	width: auto;
	background-color: #0072BC;
	height: auto;
	border-top: thick solid #8DC63F;
	-webkit-box-shadow: inset 0px 2px 2px 1px #454545;
	box-shadow: inset 0px 2px 2px 1px #454545;
	padding-bottom: 40px;
}
.footerText {
	color: hsla(0,0%,100%,1.00);
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 40px;
}
.footerLinks {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
}
.footerLinks a {
	color: hsla(0,0%,100%,1.00);
}
#footerType_4 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 10%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.footerLinks p {
	color: hsla(0,0%,100%,1.00);
	text-align: center;
}
#footerSocialPhone {
	margin-top: 11px;
}
.directoryContainer {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin-top: 25px;
	width: auto;
	max-width: 300px;
}
#infoDescription {
	width: 100%;
	height: auto;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
	float: left;
	margin-top: 50px;
	border-bottom: thin dashed hsla(0,0%,79%,1.00);
	margin-bottom: 25px;
}
.fluid-right {
	padding-left: 0px;
	padding-right: 0px;
}
.container-fluid.fluid-right .col-lg-12 {
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
#descriptionTitle {
	padding-left: 0px;
	margin-left: 0px;
}
.col-lg-12.directoryPhone.col-md-12.col-sm-12 {
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 0px;
}
.directoryAreas.col-lg-8.col-md-8.col-sm-8.col-xs-8 {
	padding-left: 0px;
}
.descriptionNav .col-lg-9 {
	margin-left: 0px;
	padding-left: 0px;
}
.directoryLocation.col-lg-12.col-md-12 {
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
#headerBlank {
	width: 100%;
	height: 72px;
	display: none;
}
.table-style-1 {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-left: thick solid hsla(85,54%,51%,1.00);
	border-right: thin solid hsla(204,100%,37%,1.00);
	border-bottom: thin solid hsla(204,100%,37%,1.00);
	border-top: thin solid hsla(204,100%,37%,1.00);
}
.col-md-12.col-sm-12.col-lg-11 {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}
#hrDesktop {
	display: none;
}
#hrMobile {
}
.vzeroPadding {
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.table-style-1.col-sm-9.col-md-9.col-xs-9.col-lg-8 {
	margin-left: 15px;
}
.directorySize {
	height: auto;
}
.topMargin2 {
	margin-top: 10px;
}
.locationPText {
	padding-left: 12%;
	padding-right: 12%;
}
#minfoDesk {
	display: none;
}
#minfoMobile {
	background-size: cover;
	border-bottom-color: rgba(141,198,63,1.00);
	border-top-color: rgba(141,198,63,1.00);
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-width: thin;
	border-top-width: thin;
	margin-top: 30px;
}
#non-mobile {
	display: none;
}
.box-line-1 {
	margin-left: auto;
	margin-right: auto;
	width: auto;
	text-align: center;
	margin-top: -63px;
}
.box-line-2 {
	width: 100%;
	border: thin solid rgba(238,174,30,1.00);
	padding-top: 8px;
	padding-bottom: 70px;
	background-color: rgba(253,248,236,1.00);
	padding-right: 30px;
	padding-left: 30px;
	text-align: center;
	font-family: doppio-one;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
}
.img-size-1 {
	width: 17%;
	min-width: 97px;
}
.main-img {
	overflow-x: hidden;
	overflow-y: hidden;
}
.img-size-width {
	width: auto;
	max-height: 355px;
}
.col-px-size1 {
	height: 150px;
}
#main-img-tittle {
	font-family: doppio-one;
	font-style: normal;
	font-weight: 400;
	font-size: 33px;
}
#main-info-img {
	margin-top: 75px;
}
#main-img-subtittle {
	font-family: muli;
	font-style: normal;
	font-weight: 300;
	font-size: 13px;
}
.text-size-1 {
	font-size: 18px;
}
.text-color-blue a:hover {
	color: #0072BB;
	text-decoration: none;
}
.text-color-green a:hover {
	color: #8DC63F;
	text-decoration: none;
}
.centerPhone-first h3 {
	color: #FFFFFF;
	font-family: kaushan-script;
	font-size: 27px;
	text-align: center;
	width: 100%;
	padding-top: 12px;
	padding-bottom: 16px;
	margin-left: auto;
	margin-right: auto;
	background-color: #0072BC;
	font-style: normal;
	font-weight: 400;
	border-top: medium solid rgba(2,69,113,1.00);
	-webkit-box-shadow: inset 0px -4px 3px -2px rgba(2,69,113,1.00);
	box-shadow: inset 0px -4px 3px -2px rgba(2,69,113,1.00);
}
.centerPhone-first {
	text-align: center;
	margin-top: -20px;
	margin-bottom: 40px;
	float: left;
	width: 100%;
}
.bottom-article-margin {
	margin-bottom: 20px;
}
.text-center-up {
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	font-size: 28pt;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 20px;
}
.text-center-middle {
	font-family: abel, advent-pro;
	font-style: normal;
	font-weight: 400;
	font-size: 13pt;
	text-align: center;
	margin-top: -2px;
	margin-bottom: 10px;
}
.text-center-down {
	color: #00609E;
	font-family: "Century Gothic", muli, "Avenir Light";
	font-style: normal;
	font-weight: 400;
	text-align: center;
	margin-top: 15px;
	font-size: 15pt;
	margin-bottom: 20px;
}
.fluid.infoBtn_blue  {
	color: #FFFFFF;
	width: 115px;
	height: 35px;
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	text-decoration: none;
	margin-left: 0px;
	margin-right: 0px;
	position: relative;
	display: inline-block;
	z-index: 99;
	margin-bottom: 55px;
	margin-top: 0px;
	padding-top: 5px;
}
.fluid.infoBtn_blue a  {
	background-color: #0072BC;
	color: #FFFFFF;
	width: 115px;
	height: 35px;
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	text-decoration: none;
	border: thin solid #FFFFFF;
	margin-left: 0px;
	margin-right: 0px;
	position: relative;
	display: inline-block;
	z-index: 99;
	margin-bottom: 45px;
	margin-top: 0px;
	padding-top: 5px;
}
.fluid.infoBtn_blue a:hover   {
	background-color: #00609E;
	color: #FFFFFF;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	width: 115px;
	height: 35px;
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	text-decoration: none;
	border: thin solid #FFFFFF;
	margin-left: 0px;
	margin-right: 0px;
	position: relative;
	display: inline-block;
	z-index: 99;
	margin-bottom: 45px;
	margin-top: 0px;
	padding-top: 5px;
}
.fluid.infoBtn_baby  {
	color: #FFFFFF;
	width: 115px;
	height: 35px;
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	text-decoration: none;
	margin-left: 0px;
	margin-right: 0px;
	position: relative;
	display: inline-block;
	z-index: 99;
	margin-bottom: 30px;
	margin-top: 0px;
	padding-top: 5px;
}
.fluid.infoBtn_baby a  {
	background-color: #01A7E0;
	color: #FFFFFF;
	width: 115px;
	height: 35px;
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	text-decoration: none;
	border: thin solid #FFFFFF;
	margin-left: 0px;
	margin-right: 0px;
	position: relative;
	display: inline-block;
	z-index: 99;
	margin-bottom: 30px;
	margin-top: 0px;
	padding-top: 5px;
}
.fluid.infoBtn_baby a:hover   {
	background-color: #00609E;
	color: #FFFFFF;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	width: 115px;
	height: 35px;
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	text-decoration: none;
	border: thin solid #FFFFFF;
	margin-left: 0px;
	margin-right: 0px;
	position: relative;
	display: inline-block;
	z-index: 99;
	margin-bottom: 30px;
	margin-top: 0px;
	padding-top: 5px;
}
.fluid.infoBtn_green  {
	display: inline-block;
	color: #FFFFFF;
	width: 115px;
	height: 35px;
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	text-decoration: none;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-top: 0px;
	z-index: 99;
	position: relative;
	padding-top: 5px;
}
.fluid.infoBtn_green a  {
	text-decoration: none;
	color: #FFFFFF;
	display: inline-block;
	width: 115px;
	height: 35px;
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	border: thin solid #FFFFFF;
	font-size: 15px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-top: 0px;
	z-index: 99;
	position: relative;
	padding-top: 5px;
}
.fluid.infoBtn_green a:hover   {
	text-decoration: none;
	color: rgba(249,249,249,1.00);
	background-color: rgba(73,106,28,1.00);
	width: 115px;
	height: 35px;
}
.fluid.infoBtn_orange  {
	display: inline-block;
	color: #FFFFFF;
	width: 115px;
	height: 35px;
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	text-decoration: none;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 55px;
	margin-top: 0px;
	z-index: 99;
	position: relative;
	padding-top: 5px;
}
.fluid.infoBtn_orange a  {
	display: inline-block;
	color: #FFFFFF;
	width: 115px;
	height: 35px;
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	border: thin solid #FFFFFF;
	text-decoration: none;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 45px;
	margin-top: 0px;
	z-index: 99;
	position: relative;
	padding-top: 5px;
}
.fluid.infoBtn_orange a:hover   {
	display: inline-block;
	background-color: #B99400;
	color: #FFFFFF;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	width: 115px;
	height: 35px;
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	border: thin solid #FFFFFF;
	text-decoration: none;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 45px;
	margin-top: 0px;
	z-index: 99;
	position: relative;
	padding-top: 5px;
}
.descriptionNav .col-lg-4 img {
	width: 100%;
	max-width: 240px;
}
.item-slide {
	background-image: url(../images/farmacia-pic-icpr.jpg);
	background-color: #383838;
	background-position: center center;
	background-size: cover;
	height: 300px;
}
.descriptionTheme2 {
	color: hsla(0,0%,98%,1.00);
	font-family: "Century Gothic", muli, "Avenir Light";
	font-size: 20px;
	font-weight: 300;
	text-align: left;
	background-color: rgba(0,114,188,1.00);
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-bottom: 5px;
	padding-right: 10px;
}
.webAd {
	margin-top: 90px;
	width: 100%;
	display: none;
}
.hrDivider.bottomMargin7 {
	display: none;
}
.slide-desk {
	display: none;
}
.pdf-icon {
	width: 80%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.col-lg-2.CenterAlign.allPadding.bgColor2.bgStroke2.col-md-2.col-sm-2.col-xs-12 .pdf-icon.cross-icon {
	width: 25%;
}
#footerType_4 .footerLinks a {
	display: none;
}
*:not(input):not(textarea){
-webkit-touch-callout: none;
-moz-touch-callout: none;
-ms-touch-callout: none;
-o-touch-callout: none;
touch-callout: none;

-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;      
}
.slide-back {
	background-image: url(../images/enfermeria-backslide-pic.jpg);
	background-position: center center;
	background-size: cover;
}
.slide-back-2 {
	background-image: url(../images/chef-backslide-pic.jpg);
	background-color: rgba(255,255,255,1.00);
	background-position: center center;
	background-size: cover;
}
.slide-back-3 {
	background-image: url(../images/heroe-backslide-pic.jpg);
	background-color: rgba(255,255,255,1.00);
	background-position: center center;
	background-size: cover;
}
.text-style-asoc {
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
}
.col-style-asoc {
	padding-right: 0px;
	padding-left: 30px;
}
.col-lg-4.col-md-4.col-sm-6.img-noStyle-1 {
	width: 345px;
	margin-left: auto;
	margin-right: auto;
}
.slide-back-asociados {
	background-image: url(../images/enfermeria-backslide-pic.jpg);
	background-color: rgba(255,255,255,1.00);
	background-position: center center;
	background-size: cover;
}
.img-asoc {
	display: none;
}
.top-margin-asoc {
	margin-top: 35px;
}
.slide-back-cert {
	background-image: url(../images/panaderia-reposteria-backslide-pic.jpg);
	background-color: rgba(255,255,255,1.00);
	background-position: center center;
	background-size: cover;
}
.thumbnail-size-img-1 {
	width: 40px;
}
.thumbnail-size-img-2 {
	width: 40px;
}
.text-tittle-padding {
	padding-top: 10px;
	padding-bottom: 10px;
}
.thumb-border-bottom {
	border-collapse: separate;
	border-top: thin dashed rgba(170,170,170,1.00);
	padding-top: 30px;
}
.thumb-none-margin-padding {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.verticalMargin3 {
}
.table-style-3 {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-left: thick solid hsla(42,86%,53%,1.00);
	border-bottom-color: hsla(0,0%,67%,1.00);
	border-top-color: hsla(0,0%,67%,1.00);
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-width: thin;
	border-top-width: thin;
	border-right: thin solid rgba(170,170,170,1.00);
	/* [disabled]-webkit-box-shadow: inset 1px 0px 6px -3px; */
	/* [disabled]box-shadow: inset 1px 0px 6px -3px; */
}
.table-style-3.col-md-9.col-lg-8.col-xs-6.col-sm-8 {
	margin-left: 15px;
}
.heading-style-1 {
	font-family: muli;
	font-style: normal;
	font-weight: 400;
	color: rgba(255,255,255,1.00);
	font-size: 32px;
	margin-top: 15px;
}
.subTittle-style-1 {
	color: rgba(255,255,255,1.00);
	font-family: marvel;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 23px;
	margin-top: 17px;
	margin-bottom: 10px;
}
.text-style-1 {
	color: rgba(255,255,255,1.00);
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.btn-large-green {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	color: rgba(255,255,255,1.00);
	margin-top: 25px;
	margin-bottom: 15px;
}
.btn-large-green a {
	text-align: center;
	font-family: muli;
	font-style: normal;
	font-weight: 400;
	font-size: 19px;
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 25px;
	padding-left: 25px;
	width: 35px;
	border: thin solid rgba(255,255,255,1.00);
	transition-property: background-color border;
	transition-duration: 0.3s;
	transition-timing-function: linear;
	transition-delay: 0s;
	-moz-transition-property: background-color border;
	-moz-transition-duration: 0.3s;
	-moz-transition-timing-function: linear;
	-moz-transition-delay: 0s;
	-webkit-transition-property: background-color border;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: linear;
	-webkit-transition-delay: 0s;
}
.btn-large-green a:hover {
	text-align: center;
	font-family: muli;
	font-style: normal;
	font-weight: 400;
	font-size: 19px;
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 25px;
	padding-left: 25px;
	width: 35px;
	background-color: rgba(0,114,188,1.00);
	border: thin solid rgba(255,255,255,1.00);
}
.news-pic-size {
	width: 100%;
	max-width: 400px;
}
.heading-tittle-img {
	width: 75%;
	max-width: 300px;
}
.btn-large-blue {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	font-size: 25px;
	color: rgba(249,249,249,1.00);
	margin-top: 15px;
	margin-bottom: 15px;
}
.btn-large-blue a {
	text-align: center;
	font-family: muli;
	font-style: normal;
	font-weight: 400;
	font-size: 19px;
	color: rgba(0,114,188,1.00);
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 25px;
	padding-left: 25px;
	width: 55px;
	border: thin solid rgba(0,114,188,1.00);
	transition-property: background-color border;
	transition-duration: 0.3s;
	transition-timing-function: linear;
	transition-delay: 0s;
	-moz-transition-property: background-color border;
	-moz-transition-duration: 0.3s;
	-moz-transition-timing-function: linear;
	-moz-transition-delay: 0s;
	-webkit-transition-property: background-color border;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: linear;
	-webkit-transition-delay: 0s;
}
.btn-large-blue a:hover {
	text-align: center;
	font-family: muli;
	font-style: normal;
	font-weight: 400;
	font-size: 19px;
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 25px;
	padding-left: 25px;
	width: 55px;
	background-color: rgba(238,174,30,1.00);
	border: thin solid rgba(255,255,255,1.00);
}
.text-style-2 {
	color: rgba(57,57,57,1.00);
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.video-style {
	border-spacing: 0px 0px;
	-webkit-box-shadow: 0px 3px 3px -1px rgba(114,114,114,1.00);
	box-shadow: 0px 3px 3px -1px rgba(114,114,114,1.00);
	width: 100%;
	max-width: 400px;
	border-left: thick solid rgba(0,114,188,1.00);
	border-right: thick solid rgba(0,114,188,1.00);
}
.subTittle-style-2 {
	color: rgba(197,0,175,1.00);
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 26px;
	margin-bottom: 20px;
	margin-top: -13px;
	letter-spacing: 0px;
	word-spacing: 0px;
}
.newsContainer {
	width: 100%;
	height: auto;
	padding-bottom: 35px;
	background-image: url(../images/news-back-pic.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	/* [disabled]-webkit-box-shadow: inset 0px 3px 5px 0px rgba(4,4,4,0.52); */
	/* [disabled]box-shadow: inset 0px 3px 5px 0px rgba(4,4,4,0.52); */
	margin-top: -100px;
}
.videosContainer {
	width: 100%;
	height: auto;
	background-color: rgba(141,198,63,1.00);
	padding-bottom: 35px;
	background-image: url(../images/icons-back-img.jpg);
	background-size: auto auto;
	background-repeat: repeat;
	/* [disabled]-webkit-box-shadow: inset 0px 3px 5px 0px rgba(4,4,4,0.52); */
	/* [disabled]box-shadow: inset 0px 3px 5px 0px rgba(4,4,4,0.52); */
	border-top: medium solid rgba(0,114,188,1.00);
}
/*Main stylesheet for Backtop jQuery Plugin */
#backTop {
	width: 30px;
	height: 30px;
	padding: 10px;
	border-radius: 4px;
	text-indent: -9999px;
	cursor: pointer;
	z-index: 999999999;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	display: none;
}
.none-view {
	height: 0px;
}
.carousel-inner .item .center-block.verticalPadding.news-pic-size {
	width: 100%;
	max-width: 500px;
}
.newsContainer .container .col-lg-12.CenterAlign.center-block .row .col-lg-12 #carousel3 .left.carousel-control {
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.00) 100%,rgba(255,0,0,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.00) 100%,rgba(255,0,0,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.00) 100%,rgba(255,0,0,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,0.00) 100%,rgba(255,0,0,1.00) 100%);
	width: 40px;
	display: none;
}
.newsContainer .container .col-lg-12.CenterAlign.center-block .row .col-lg-12 #carousel3 .right.carousel-control {
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.00) 0%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.00) 0%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.00) 0%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.00) 0%);
	width: 40px;
	display: none;
}
.indicators-style {
	margin-top: 45px;
}
.slide-back-4 {
	background-image: url(../images/anuncio2-backslide-pic.jpg);
	background-color: rgba(255,255,255,1.00);
	background-position: center center;
	background-size: cover;
}
.btn-small-orange-3 a {
	padding-top: 7px;
	padding-bottom: 7px;
	font-family: muli;
	font-style: normal;
	font-weight: 300;
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	transition-property: background-color border;
	transition-duration: 0.5s;
	transition-timing-function: linear;
	transition-delay: 0s;
	-moz-transition-property: background-color border;
	-moz-transition-duration: 0.5s;
	-moz-transition-timing-function: linear;
	-moz-transition-delay: 0s;
	-webkit-transition-property: background-color border;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: linear;
	-webkit-transition-delay: 0s;
	background-color: rgba(227,41,144,1.00);
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.breadcrumb {
	padding-left: 0px;
	margin-left: 0px;
}
.modal-dialog {
	width: 95%;
}
.modal-body {
	height: auto;
}
.modal-body img {
	width: 100%;
	text-align: center;
}
.slide-back-5 {
	background-image: url(../images/voyAmi-backslide-pic.jpg);
	background-color: rgba(255,255,255,1.00);
	background-position: center center;
	background-size: cover;
}
.subTittle-style-3 {
	color: rgba(73,73,73,1.00);
	font-family: hammersmith-one;
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	margin-top: 25px;
}
.webAd-imgStyle-1 {
	text-align: center;
	width: 120px;
}
.webAd-slogan {
	width: 190px;
	margin-right: auto;
	margin-left: auto;
}
.hr-webAd {
	border-top-color: #EEAE1E;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 25px;
	margin-bottom: 15px;
}
.hr-Size-1 {
	width: 50%;
}
.webAd-tittle {
	text-align: center;
	font-family: "Century Gothic", muli, "Avenir Light";
}
.webAd-size {
	height: auto;
	padding-bottom: 20px;
}
.row .webAd-ani.col-lg-12.topMargin1.hzeroPadding .bgColor2.table-bordered.border-radius-1.col-lg-3.col-md-4.col-sm-4 {
	padding-bottom: 30px;
	padding-top: 10px;
}
.hets-col img {
	width: 100%;
	max-width: 200px;
	margin-bottom: 15px;
}
.slide-back-6 {
	background-image: url(../images/matriculaExBannerMobile.jpg);
	background-color: rgba(255,255,255,1.00);
	background-position: center center;
	background-size: cover;
}
.carousel_info6 {
	width: 100%;
	height: auto;
	background-color: #E00000;
	text-align: center;
	text-shadow: 1px 1px 1px #383838;
	color: #FFFFFF;
	float: left;
	margin-top: 300px;
	-webkit-box-shadow: inset 0px 2px 5px -2px rgba(0,0,0,1.00);
	box-shadow: inset 0px 2px 5px -2px rgba(0,0,0,1.00);
}
.carousel_info7 h3 {
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	margin-top: 0px;
	padding-top: 10px;
	font-size: 25px;
}
.video-container #carousel4 .left.carousel-control {
	display: none;
}
.video-container #carousel4 .right.carousel-control {
	display: none;
}
.video-size-1 {
	width: 100%;
	height: 249px;
}
.video-container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.slide-back-7 {
	background-image: url(../images/anuncio-backslide-pic.jpg);
	background-color: rgba(255,255,255,1.00);
	background-position: center center;
	background-size: cover;
}
.slide-back-8 {
	background-image: url(../images/backIrmaMobile.jpg);
	background-color: rgba(255,255,255,1.00);
	background-position: center center;
	background-size: cover;
}
.carousel_info7 {
	width: 100%;
	height: auto;
	background-color: #DDA100;
	text-align: center;
	text-shadow: 1px 1px 1px #383838;
	color: #FFFFFF;
	float: left;
	margin-top: 300px;
	-webkit-box-shadow: inset 0px 2px 5px -2px rgba(0,0,0,1.00);
	box-shadow: inset 0px 2px 5px -2px rgba(0,0,0,1.00);
}
.carousel_info6 h3 {
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	margin-top: 0px;
	padding-top: 10px;
	font-size: 25px;
}
.slide-back-10 {
	background-image: url(../images/backAquinaci2.jpg);
	background-color: rgba(255,255,255,1.00);
	background-position: center center;
	background-size: cover;
}
.carousel_info8 {
	width: 100%;
	height: auto;
	background-color: #B14811;
	text-align: center;
	text-shadow: 1px 1px 1px #383838;
	color: #FFFFFF;
	float: left;
	margin-top: 300px;
	-webkit-box-shadow: inset 0px 2px 5px -2px rgba(0,0,0,1.00);
	box-shadow: inset 0px 2px 5px -2px rgba(0,0,0,1.00);
}
.carousel_info8 h3 {
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	margin-top: 0px;
	padding-top: 10px;
	font-size: 25px;
}
.fluid.infoBtn_red {
	color: #FFFFFF;
	width: 115px;
	height: 35px;
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	text-decoration: none;
	margin-left: 0px;
	margin-right: 0px;
	position: relative;
	display: inline-block;
	z-index: 99;
	margin-bottom: 55px;
	margin-top: 0px;
	padding-top: 5px;
}
.fluid.infoBtn_red a {
	background-color: #B14811;
	color: #FFFFFF;
	width: 115px;
	height: 35px;
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	text-decoration: none;
	border: thin solid #FFFFFF;
	margin-left: 0px;
	margin-right: 0px;
	position: relative;
	display: inline-block;
	z-index: 99;
	margin-bottom: 45px;
	margin-top: 0px;
	padding-top: 5px;
}
.fluid.infoBtn_red a:hover  {
	background-color: #873104;
	color: #FFFFFF;
	width: 115px;
	height: 35px;
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	text-decoration: none;
	border: thin solid #FFFFFF;
	margin-left: 0px;
	margin-right: 0px;
	position: relative;
	display: inline-block;
	z-index: 99;
	margin-bottom: 45px;
	margin-top: 0px;
	padding-top: 5px;
}
.slide-back-9 {
	background-image: url(../images/febreroBanner19Mobile.jpg);
	background-color: rgba(255,255,255,1.00);
	background-position: center center;
	background-size: cover;
}
.fluid.infoBtn_darkGreen {
	color: #FFFFFF;
	width: 115px;
	height: 35px;
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	text-decoration: none;
	margin-left: 0px;
	margin-right: 0px;
	position: relative;
	display: inline-block;
	z-index: 99;
	margin-bottom: 55px;
	margin-top: 0px;
	padding-top: 5px;
}
.fluid.infoBtn_darkGreen a {
	background-color: #406F00;
	color: #FFFFFF;
	width: 115px;
	height: 35px;
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	text-decoration: none;
	border: thin solid #FFFFFF;
	margin-left: 0px;
	margin-right: 0px;
	position: relative;
	display: inline-block;
	z-index: 99;
	margin-bottom: 45px;
	margin-top: 0px;
	padding-top: 5px;
}
.fluid.infoBtn_darkGreen a:hover  {
	background-color: #274300;
	color: #FFFFFF;
	width: 115px;
	height: 35px;
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	text-decoration: none;
	border: thin solid #FFFFFF;
	margin-left: 0px;
	margin-right: 0px;
	position: relative;
	display: inline-block;
	z-index: 99;
	margin-bottom: 45px;
	margin-top: 0px;
	padding-top: 5px;
}
.carousel_info9 {
	width: 100%;
	height: auto;
	background-color: #406F00;
	text-align: center;
	text-shadow: 1px 1px 1px #383838;
	color: #FFFFFF;
	float: left;
	margin-top: 300px;
	-webkit-box-shadow: inset 0px 2px 5px -2px rgba(0,0,0,1.00);
	box-shadow: inset 0px 2px 5px -2px rgba(0,0,0,1.00);
}
.carousel_info9 h3 {
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	margin-top: 0px;
	padding-top: 10px;
	font-size: 25px;
}
.fluid.infoBtn_darkBlue {
	color: #FFFFFF;
	width: 115px;
	height: 35px;
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	text-decoration: none;
	margin-left: 0px;
	margin-right: 0px;
	position: relative;
	display: inline-block;
	z-index: 99;
	margin-bottom: 55px;
	margin-top: 0px;
	padding-top: 5px;
}
.fluid.infoBtn_darkBlue a {
	background-color: #0A3D51;
	color: #FFFFFF;
	width: 115px;
	height: 35px;
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	text-decoration: none;
	border: thin solid #FFFFFF;
	margin-left: 0px;
	margin-right: 0px;
	position: relative;
	display: inline-block;
	z-index: 99;
	margin-bottom: 45px;
	margin-top: 0px;
	padding-top: 5px;
}
.fluid.infoBtn_darkBlue a:hover {
	background-color: #002533;
	color: #FFFFFF;
	width: 115px;
	height: 35px;
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	text-decoration: none;
	border: thin solid #FFFFFF;
	margin-left: 0px;
	margin-right: 0px;
	position: relative;
	display: inline-block;
	z-index: 99;
	margin-bottom: 45px;
	margin-top: 0px;
	padding-top: 5px;
}
.carousel_info10 {
	width: 100%;
	height: auto;
	background-color: #0A3D51;
	text-align: center;
	text-shadow: 1px 1px 1px #383838;
	color: #FFFFFF;
	float: left;
	margin-top: 300px;
	-webkit-box-shadow: inset 0px 2px 5px -2px rgba(0,0,0,1.00);
	box-shadow: inset 0px 2px 5px -2px rgba(0,0,0,1.00);
}
.carousel_info10 h3 {
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	margin-top: 0px;
	padding-top: 10px;
	font-size: 25px;
}
.carousel_info11 {
	width: 100%;
	height: auto;
	background-color: #91C404;
	text-align: center;
	text-shadow: 1px 1px 1px #91C404;
	color: #FFFFFF;
	float: left;
	margin-top: 300px;
	-webkit-box-shadow: inset 0px 2px 5px -2px rgba(0,0,0,1.00);
	box-shadow: inset 0px 2px 5px -2px rgba(0,0,0,1.00);
}
.carousel_info11 h3 {
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	margin-top: 0px;
	padding-top: 10px;
	font-size: 25px;
}
.fluid.infoBtn_GlowGreen {
	color: #FFFFFF;
	width: 115px;
	height: 35px;
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	text-decoration: none;
	margin-left: 0px;
	margin-right: 0px;
	position: relative;
	display: inline-block;
	z-index: 99;
	margin-bottom: 55px;
	margin-top: 0px;
	padding-top: 5px;
}
.fluid.infoBtn_GlowGreen a {
	background-color: #91C404;
	color: #FFFFFF;
	width: 115px;
	height: 35px;
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	text-decoration: none;
	border: thin solid #FFFFFF;
	margin-left: 0px;
	margin-right: 0px;
	position: relative;
	display: inline-block;
	z-index: 99;
	margin-bottom: 45px;
	margin-top: 0px;
	padding-top: 5px;
}
.fluid.infoBtn_GlowGreen a:hover {
	background-color: #4D6900;
	color: #FFFFFF;
	width: 115px;
	height: 35px;
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	text-decoration: none;
	border: thin solid #FFFFFF;
	margin-left: 0px;
	margin-right: 0px;
	position: relative;
	display: inline-block;
	z-index: 99;
	margin-bottom: 45px;
	margin-top: 0px;
	padding-top: 5px;
}
.col-lg-5.cda-contact-padding.col-md-6.col-sm-12.col-xs-12 .col-lg-12.col-sm-12.hzeroAll .bottomMargin2.boxBorder-style-blue.col-lg-12.col-xs-12.col-sm-12.col-md-12 {
	padding-left: 10px;
}
.col-lg-5.cda-contact-padding.col-md-6.col-sm-12.col-xs-12 .col-lg-12.col-sm-12.hzeroAll .bottomMargin2.boxBorder-style-green.col-lg-12.col-xs-12.col-sm-12.col-md-12 {
	padding-left: 10px;
}
.col-lg-5.cda-contact-padding.col-md-6.col-sm-12.col-xs-12 .col-lg-12.col-sm-12.hzeroAll .bottomMargin2.boxBorder-style-red.col-lg-12.col-xs-12.col-sm-12.col-md-12 {
	padding-left: 10px;
}
.col-lg-5.cda-contact-padding.col-md-6.col-sm-12.col-xs-12 .col-lg-12.col-sm-12.hzeroAll .bottomMargin2.boxBorder-style-grey.col-lg-12.col-xs-12.col-sm-12.col-md-12 {
	padding-left: 10px;
}
.col-lg-5.cda-contact-padding.col-md-6.col-sm-12.col-xs-12 .col-lg-12.col-sm-12.hzeroAll .bottomMargin2.boxBorder-style-orange.col-lg-12.col-xs-12.col-sm-12.col-md-12 {
	padding-left: 10px;
}
.item-slide-res {
	background-color: #000000;
	height: 300px;
}
.main-res   {
	overflow-x: hidden;
	overflow-y: hidden;
}
.img-res {
	display: none;
}
.slide-back-res {
	background-image: url(../images/slide-back-res.jpg);
	background-color: rgba(0,0,0,1.00);
	background-position: center center;
	background-size: cover;
}
.text-style-res {
	font-size: 21px;
	color: #000000;
}
.text-style2-res {
	font-size: 23px;
	color: #FFFFFF;
}
.text-style3-res {
	font-size: 33px;
	color: #045083;
}
.text-style4-res {
	font-weight: bolder;
}
.text-style5-res {
	color: #045083;
}
.locationsBarInner-res {
	display: none;
}
}

@media (max-width: 375px){
.fluid.infoBtn_red a {
	background-color: #B14811;
	color: #FFFFFF;
	width: 115px;
	height: 35px;
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	text-decoration: none;
	border: thin solid #FFFFFF;
	margin-left: 0px;
	margin-right: 0px;
	position: relative;
	display: inline-block;
	z-index: 99;
	margin-bottom: 45px;
	margin-top: 0px;
	padding-top: 5px;
}
.fluid.infoBtn_red {
	color: #FFFFFF;
	width: 115px;
	height: 35px;
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	text-decoration: none;
	margin-left: 0px;
	margin-right: 0px;
	position: relative;
	display: inline-block;
	z-index: 99;
	margin-bottom: 55px;
	margin-top: 0px;
	padding-top: 5px;
}
.carousel_info6 {
	width: 100%;
	height: auto;
	background-color: #E00000;
	text-align: center;
	text-shadow: 1px 1px 1px #383838;
	color: #FFFFFF;
	float: left;
	margin-top: 300px;
	-webkit-box-shadow: inset 0px 2px 5px -2px rgba(0,0,0,1.00);
	box-shadow: inset 0px 2px 5px -2px rgba(0,0,0,1.00);
}
#upNavContainer {
	width: 100%;
	height: 35px;
	background-color: #0072BC;
	display: none;
}
.upNav ul li {
	display: none;
	margin-right: auto;
	width: 100%;
	height: 35px;
	padding-top: 6px;
	text-align: right;
	max-width: 1200px;
	margin-left: auto;
	text-decoration: none;
	list-style-type: none;
	vertical-align: middle;
	color: #FFFFFF;
	font-family: abel;
	font-style: normal;
	font-weight: 400;
}
#headerContainer {
	width: nan-
%;
	width: 100%;
	height: 100px;
	margin-right: auto;
	background-color: #F1F1F1;
	border-bottom: 2px solid #8DC63F;
	display: none;
}
#headerContainerPhone {
	width: 100%;
	background-color: #F1F1F1;
	border-bottom: 5px solid #0071BB;
}
#mainHeaderPhone {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
}
.navbar {
	position: relative;
	border: 1px solid transparent;
	min-height: 60px;
	margin-bottom: 0px;
}
.navbar-collapse.collapse {
	padding-bottom: 0;
	height: auto;
	overflow: visible;
}
#defaultNavbar1 {
	clear: both;
	float: right;
}
.navbar-header {
	color: #383838;
	font-style: normal;
	font-weight: 500;
	font-family: "Century Gothic", muli, "Avenir Light";
	height: auto;
}
.nav.navbar-nav {
	color: #383838;
	font-family: "Century Gothic", muli, "Avenir Light";
	font-style: normal;
	font-weight: 500;
	text-decoration: none;
}
.nav.navbar-nav li a {
	color: #383838;
	text-decoration: none;
}
.nav.navbar-nav li a:hover {
	color: #0072BC;
	background-color: #F1F1F1;
}
.dropdown:hover {
}
element:hover, element:active {
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-user-select: none;
-webkit-touch-callout: none
}
.item img {
	height: 250px;
	margin-left: auto;
	margin-right: auto;
}
.carousel_text {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	font-family: abel, advent-pro;
	font-style: normal;
	font-weight: 400;
	padding-bottom: 30px;
	padding-left: 60px;
	padding-right: 60px;
	text-shadow: 1px 1px 1px #383838;
	display: none;
}
.carousel_info {
	width: 100%;
	height: auto;
	background-color: #0072BC;
	text-align: center;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #383838;
}
.carousel_info h3 {
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	margin-top: 0px;
	padding-top: 10px;
}
.carousel_info2 {
	width: 100%;
	height: auto;
	background-color: #77A932;
	text-align: center;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #383838;
}
.carousel_info2 h3 {
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	margin-top: 0px;
	padding-top: 10px;
}
.carousel_info3 {
	width: 100%;
	height: auto;
	background-color: #E7B900;
	text-align: center;
	text-shadow: 1px 1px 1px #383838;
	color: #FFFFFF;
}
.carousel_info3 h3 {
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	margin-top: 0px;
	padding-top: 10px;
}
.fluid.infoBtn_blue input {
	background-color: #00609E;
	color: #FFFFFF;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	width: 80px;
	height: 35px;
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	text-decoration: none;
	border: thin solid #FFFFFF;
	margin-left: 0px;
	margin-right: 0px;
	position: relative;
	display: inline-block;
	z-index: 99;
	margin-bottom: 40px;
	margin-top: 0px;
}
.fluid.infoBtn_green input {
	display: inline-block;
	background-color: #628B29;
	color: #FFFFFF;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	width: 80px;
	height: 35px;
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	border: thin solid #FFFFFF;
	text-decoration: none;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-top: 0px;
	z-index: 99;
	position: relative;
}
.fluid.infoBtn_orange input {
	display: inline-block;
	background-color: #B99400;
	color: #FFFFFF;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	width: 80px;
	height: 35px;
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	border: thin solid #FFFFFF;
	text-decoration: none;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-top: 0px;
	z-index: 99;
	position: relative;
}
.row.text-center {
	margin-top: -20px;
}
.text-justify.col-sm-4 img {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: auto;
	margin-bottom: 15px;
}
.text-justify-box {
	width: 100%;
	text-align: center;
	padding-top: 0px;
	font-family: abel, advent-pro;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	padding-bottom: 5px;
	line-height: 17px;
	letter-spacing: 1px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5%;
	padding-right: 5%;
	float: left;
}
.text-justify-btn {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	float: left;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 35px;
}
.text-justify-align {
	margin-left: auto;
	margin-right: auto;
	width: auto;
	float: left;
}
.text-interior-justify {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.text-justify-align-mobile h4 {
	font-family: "Century Gothic", muli, "Avenir Light";
	font-size: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 0px;
	line-height: 25px;
	text-align: center;
	float: left;
}
.centerPhone h3 {
	color: #FFFFFF;
	font-family: hammersmith-one;
	font-size: 21px;
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-top: 0px;
	padding-left: 10%;
	padding-right: 10%;
	margin-right: auto;
	height: 55px;
	line-height: 20px;
	font-style: normal;
	font-weight: 400;
	-webkit-box-shadow: inset 0px -4px 3px -2px rgba(2,69,113,1.00);
	box-shadow: inset 0px -4px 3px -2px rgba(2,69,113,1.00);
	padding-top: 19px;
}
.centerPhone {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 30px;
	background-color: #0072BC;
	width: 100%;
	height: auto;
	float: left;
	padding-top: 0px;
	border-top: medium solid rgba(2,69,113,1.00);
}
.locationsBar h4 {
	color: #383838;
	font-family: doppio-one;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
}
#footer {
	width: auto;
	background-color: #0072BC;
	height: 200px;
	border-top: thick solid #8DC63F;
	-webkit-box-shadow: inset 0px 2px 2px 1px #454545;
	box-shadow: inset 0px 2px 2px 1px #454545;
}
.directoryContainer {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin-top: 25px;
	width: auto;
	max-width: 300px;
}
.fluid-right {
	padding-left: 0px;
	padding-right: 0px;
}
.pdf-icon {
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.col-lg-4.col-md-4.col-sm-6.img-noStyle-1 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.img-square-auto-size {
	width: 100%;
	height: auto;
}
.heading-tittle-img {
	width: 90%;
}
#noneScale1 {
	width: 95%;
}
#noneScale2 {
	width: 95%;
}
.webAd-size {
	height: auto;
	padding-bottom: 20px;
}
.hr-Size-1 {
	width: 75%;
}
.carousel_info6 {
	width: 100%;
	height: auto;
	background-color: #E00000;
	text-align: center;
	text-shadow: 1px 1px 1px #383838;
	color: #FFFFFF;
	float: left;
	margin-top: 300px;
	-webkit-box-shadow: inset 0px 2px 5px -2px rgba(0,0,0,1.00);
	box-shadow: inset 0px 2px 5px -2px rgba(0,0,0,1.00);
}
.carousel_info6 h3 {
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	margin-top: 0px;
	padding-top: 10px;
	font-size: 25px;
}
.video-size-1 {
	width: 100%;
	height: auto;
}
.video-container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.text-style-res {
	font-size: 17px;
	color: #000000;
}
.text-style2-res {
	font-size: 15px;
	color: #FFFFFF;
}
.text-style3-res {
	font-size: 24px;
	color: #045083;
}
.text-style4-res {
	font-weight: bolder;
}
.text-style5-res {
	color: #045083;
}
}

@media (min-width : 1400px ){
.carousel-caption {
	width: 1000px;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 85px;
	margin-bottom: 0px;
	top: 0px;
}
.carousel-caption h3 {
	font-size: 45px;
}
#slideshow_mobile {
	display: none;
}
}

@media (min-width : 1650px ){
.carousel-caption {
	width: 1000px;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 110px;
	margin-bottom: 0px;
	top: 0px;
}
#slideshow_mobile {
	display: none;
}
}

@media (min-width: 1900px){
.carousel-caption {
	width: 1000px;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 140px;
	margin-bottom: 0px;
	top: 0px;
}
.carousel-caption h3 {
	font-size: 47px;
}
#slideshow_mobile {
	display: none;
}
}

@media (min-width:2250px){
}

@media (min-width : 768px ) and (max-width : 859px ){
.upNav ul li {
	margin-right: 10px;
	display: inline-block;
}
#headerContainer {
	width: 100%;
	height: 100px;
	margin-right: auto;
	background-color: #F1F1F1;
	border-bottom: 2px solid #8DC63F;
	padding-right: 5px;
}
#headerContainerPhone {
	width: 100%;
	height: 60px;
	background-color: #F1F1F1;
	border-bottom: 1px solid #8DC63F;
	display: none;
}
#mainHeaderPhone {
	width: 750px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	display: none;
}
#navMainContainer {
	height: 100px;
	width: 69%;
	float: right;
	text-align: right;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
}
.dropdown-menu {
	width: auto;
	position: absolute;
}
.dropdown-menu li {
	width: 100%;
	height: auto;
}
.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-menu li a {
	width: auto;
}
.nav-right {
	float: right;
	display: list-item;
	text-decoration: none;
	list-style-type: none;
	padding-left: 0px;
  }
#navMainContainer .nav-header li {
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 1px;
	font-size: 13px;
}
.nav-right .dropdown .dropdown-menu {
	margin-left: -75px;
}
.dropdown-menu .divider {
	margin-right: 10px;
	margin-left: auto;
	height: 1px;
	overflow: hidden;
	background-color: #DFDFDF;
	margin-top: 0px;
	margin-bottom: 0px;
	float: right;
	width: 90%;
}
element:hover, element:active {
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-user-select: none;
-webkit-touch-callout: none
}
.dropdown-menu li a:hover, .dropdown-menu li a:focus {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0072BC;
}
.carousel-inner-slide {
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 325px;
}
.carousel-caption {
	position: absolute;
	left: 15%;
	padding-top: 34px;
	padding-bottom: auto;
	height: 100%;
}
.carousel-caption p {
	width: 370px;
	font-size: 12px;
}
.carousel-caption h3 {
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	text-align: left;
	height: auto;
	vertical-align: middle;
}
.fluid.infoBtn input {
	background-color: #0072BC;
	color: #FFFFFF;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	width: 95px;
	height: 30px;
	margin-top: 5px;
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	text-decoration: none;
	border-style: none;
}
.fluid.infoBtnGreen input {
	background-color: #8DC63F;
	color: #FFFFFF;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	width: 95px;
	height: 30px;
	margin-top: 10px;
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	text-decoration: none;
	border-style: none;
}
.fluid.infoBtnOrange input {
	background-color: #F8C700;
	color: #FFFFFF;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	width: 95px;
	height: 30px;
	margin-top: 10px;
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	text-decoration: none;
	border-style: none;
}
.item-slide {
	background-color: #383838;
	height: 325px;
	display: block;
}
.carousel-inner .item .center-block {
	height: 100%;
	width: auto;
}
#slideshow_mobile {
	display: none;
}
.left.carousel-control {
	width: 110px;
}
.right.carousel-control {
	width: 110px;
}
.text-justify.col-sm-4 img {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: auto;
	margin-bottom: 15px;
	min-height: 150px;
}
.text-justify.col-sm-4 p {
	font-family: "Century Gothic", muli, "Avenir Light";
	font-size: 20px;
	float: left;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 0px;
	line-height: 25px;
	text-align: center;
}
.text-justify-box {
	width: 100%;
	float: left;
	text-align: left;
	padding-left: 17%;
	padding-right: 17px;
	padding-top: 0px;
	font-family: abel, advent-pro;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	padding-bottom: 5px;
	line-height: 17px;
	letter-spacing: 1px;
}
.text-justify-align {
	margin-left: auto;
	margin-right: auto;
	width: auto;
	float: left;
	display: none;
}
.text-interior-justify {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: inline;
}
.text-justify-align-mobile {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	float: left;
	text-align: center;
}
.text-justify-align-mobile h4 {
	font-family: "Century Gothic", muli, "Avenir Light";
	font-size: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 0px;
	line-height: 25px;
	text-align: center;
	float: left;
	display: none;
}
.row .text-interior-justify #sideLine {
	border-right: thin dashed #CACACA;
	border-left: thin dashed #CACACA;
}
#phoneLineRight {
	float: left;
	width: 29%;
	border: medium solid #00609E;
}
#phoneLineLeft {
	float: right;
	border: medium solid #00609E;
	width: 29%;
}
#homeVideo {
	width: 100%;
	float: left;
}
.margins {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.col-sm-4.text-center.col-lg-6.margins .infoContainer h4 {
	margin-top: 0px;
	padding-top: 0px;
}
.locationsBar h4 {
	color: #383838;
	font-family: doppio-one;
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
}
.locationsBarInner h4 {
	color: #383838;
	font-family: doppio-one;
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
}
#footerContent {
	width: auto;
	background-color: #0072BC;
	height: 200px;
	border-top: thick solid #8DC63F;
	-webkit-box-shadow: inset 0px 2px 2px 1px #454545;
	box-shadow: inset 0px 2px 2px 1px #454545;
}
.infoContainer {
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#infoLeft {
	background-color: #F8C700;
	width: 34
.%;
	width: 33%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	float: left;
	margin-right: 2px;
}
#infoLeft img {
	text-align: left;
	width: 100%;
	height: auto;
	float: left;
	margin-right: 2px;
}
.text-center.col-lg-6.margins.col-md-6.col-sm-12 {
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
}
.text-center.col-lg-6.col-md-offset-0.col-md-6.col-sm-12 {
	margin-left: 0px;
	margin-right: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 30px;
}
.infoRight.col-lg-6.col-md-6.col-sm-8 {
	height: 270px;
	background-color: #F8C700;
	text-align: left;
	padding-top: 5px;
	font-family: "Century Gothic", muli, "Avenir Light";
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 15px;
	padding-bottom: 0px;
}
.infoBtnMas a {
	color: #383838;
}
.infoBtnMas a:hover {
	color: #0072BC;
	text-decoration: none;
}
.infoBtnMas {
	text-align: center;
	color: #383838;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 60px;
	position: relative;
	z-index: 99;
}
#infoLeftPhone {
	float: left;
	width: 100%;
	display: none;
}
#infoLeftPhone img {
	width: 100%;
	display: none;
}
.infoRightPhone.col-lg-6.col-md-6.col-sm-8.col-xs-12 {
	display: none;
}
#infoTitle {
	font-family: "Century Gothic", muli, "Avenir Light";
	font-size: 16px;
	padding-top: 0px;
	margin-bottom: 15px;
	margin-top: 0px;
}
#videoTitle {
	padding-top: 0px;
	float: left;
	width: 100%;
}
#lowSectionContainer {
	margin-top: -5px;
}
#lowSectionContainer .container {
	width: 88%;
}
.sectionPic {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	float: left;
	text-align: center;
}
.col-lg-4.col-md-4 img {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.sectionInfoUp {
	padding-right: 15px;
	padding-left: 15px;
	font-family: doppio-one;
	font-style: normal;
	font-weight: 400;
	margin-top: 3px;
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	float: left;
}
.sectionInfoUp h4 {
	float: left;
	padding-top: 2px;
	margin-top: 0px;
	font-size: 14px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.sectionInfoDown {
	float: left;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 5px;
	color: #383838;
	font-family: marvel, economica;
	font-weight: 400;
	font-variant: normal;
	font-style: normal;
	font-size: 15px;
	text-align: center;
}
#footerContent {
	width: auto;
	background-color: #0072BC;
	height: auto;
	border-top: thick solid #8DC63F;
	-webkit-box-shadow: inset 0px 2px 2px 1px #454545;
	box-shadow: inset 0px 2px 2px 1px #454545;
	padding-bottom: 40px;
}
.footerText {
	color: hsla(0,0%,100%,1.00);
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
}
.footerLinks {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.footerLinks a {
	color: hsla(0,0%,100%,1.00);
}
#FooterCopy {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: hsla(0,0%,100%,1.00);
	font-size: 11px;
	margin-top: 35px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}
#footerType_4 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 9%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#footerSocialPhone {
	margin-top: 11px;
	display: none;
}
.directoryContainer {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	width: 39%;
	margin-top: 50px;
}
#infoDescription {
	width: 100%;
	height: auto;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
	float: left;
	margin-top: 20px;
	border-bottom: thin dashed hsla(0,0%,79%,1.00);
}
#interior {
	width: 768px;
	padding-top: 0px;
}
.fluid-right {
	padding-left: 0px;
	padding-right: 0px;
}
.col-lg-12.directoryPhone.col-md-12.col-sm-12 {
	padding-left: 15px;
	padding-right: 0px;
	margin-bottom: 0px;
}
.directoryLocation.col-lg-12.col-md-12 {
	padding-left: 15px;
	padding-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
#headerBlank {
	width: 100%;
	height: 72px;
	display: none;
}
.text-justify.col-sm-4 hr {
	float: left;
	width: 100%;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 18px;
	border-top-color: hsla(0,0%,79%,1.00);
	display: none;
}
.table-style-1 {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-left: thick solid hsla(85,54%,51%,1.00);
	border-right: thin solid hsla(204,100%,37%,1.00);
	border-bottom: thin solid hsla(204,100%,37%,1.00);
	border-top: thin solid hsla(204,100%,37%,1.00);
	margin-left: 15px;
}
.col-lg-8.col-md-10.col-sm-10 {
	width: 65%;
}
#hrMobile {
	margin-bottom: 50px;
	display: none;
}
.table-style-1.col-sm-9.col-md-9.col-xs-9.col-lg-8 {
	margin-left: 30px;
}
.vzeroMargin {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.directorySize {
	height: auto;
}
#minfoMobile {
	display: none;
}
#non-mobile {
	display: none;
}
.box-line-1 {
	margin-left: auto;
	margin-right: auto;
	width: auto;
	text-align: center;
	margin-top: -63px;
}
.box-line-2 {
	width: 96%;
	border: thin solid rgba(238,174,30,1.00);
	padding-top: 18px;
	padding-bottom: 70px;
	background-color: rgba(253,248,236,1.00);
	padding-right: 30px;
	padding-left: 30px;
	margin-left: 15px;
	text-align: center;
	font-family: doppio-one;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
}
.img-size-1 {
	width: 17%;
}
#main-img-tittle {
	font-family: doppio-one;
	font-style: normal;
	font-weight: 400;
	font-size: 45px;
}
#main-info-img {
	margin-top: 100px;
}
.col-px-size1 {
	height: 200px;
}
#main-img-subtittle {
	font-family: muli;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
}
.text-size-1 {
	font-size: 18px;
}
.text-color-blue a:hover {
	color: #0072BB;
	text-decoration: none;
	border-right: medium solid #0072BB;
	padding-right: 10px;
	padding-left: 10px;
	border-left: medium solid #0072BB;
}
.text-color-green a:hover {
	color: #8DC63F;
	text-decoration: none;
	border-right: medium solid #637E43;
	padding-right: 10px;
	padding-left: 10px;
	border-left: medium solid #637E43;
}
.centerPhone {
	text-align: center;
	margin-top: -20px;
	margin-bottom: 20px;
	float: left;
	width: 100%;
}
.centerPhone h3 {
	color: #FFFFFF;
	font-family: hammersmith-one;
	font-size: 22px;
	width: 285px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 12px;
	padding-bottom: 10px;
	border-bottom-right-radius: 21px;
	border-bottom-left-radius: 20px;
	font-style: normal;
	font-weight: 400;
	-webkit-box-shadow: inset 0px -4px 3px -2px rgba(2,69,113,1.00);
	box-shadow: inset 0px -4px 3px -2px rgba(2,69,113,1.00);
	background-color: rgba(0,114,188,1.00);
}
.img-size-width {
	width: auto;
	max-height: 450px;
}
.centerPhone-first h3 {
	color: #FFFFFF;
	font-family: kaushan-script;
	font-size: 31px;
	text-align: center;
	width: 100%;
	padding-top: 12px;
	padding-bottom: 16px;
	margin-left: auto;
	margin-right: auto;
	background-color: #0072BC;
	font-style: normal;
	font-weight: 400;
	-webkit-box-shadow: inset 0px -4px 3px -2px rgba(2,69,113,1.00);
	box-shadow: inset 0px -4px 3px -2px rgba(2,69,113,1.00);
	border-top: medium solid rgba(2,69,113,1.00);
}
.centerPhone-first {
	text-align: center;
	margin-top: -20px;
	margin-bottom: 30px;
	float: left;
	width: 100%;
}
.bottom-article-margin {
	margin-bottom: 20px;
}
.col-md-12 {
	float: left;
	width: 100%;
	margin-top: 0px;
}
.text-center-up {
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	font-size: 35pt;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 20px;
}
.text-center-middle {
	font-family: abel, advent-pro;
	font-style: normal;
	font-weight: 400;
	font-size: 13pt;
	text-align: center;
	margin-top: -2px;
	margin-bottom: 10px;
}
.text-center-down {
	color: #00609E;
	font-family: "Century Gothic", muli, "Avenir Light";
	font-style: normal;
	font-weight: 400;
	text-align: center;
	margin-top: 15px;
	font-size: 15pt;
	margin-bottom: 20px;
}
.webAd-mobile {
	display: none;
}
.hrDivider.bottomMargin7 {
	display: none;
}
.slide-mob {
	display: none;
}
.webAd {
	margin-top: 40px;
	height: 240px;
	width: 100%;
}
.pdf-icon {
	width: 80%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.slide-back {
	background-image: url(../images/heroeBack-slide-pic.jpg);
	background-position: center center;
	background-size: cover;
}
.slide-back-2 {
	background-image: url(../images/chefBack-slide-pic.jpg);
	background-color: rgba(255,255,255,1.00);
	background-position: center center;
	background-size: cover;
}
.slide-back-3 {
	background-image: url(../images/enfermeriaBack-slide-pic.jpg);
	background-color: rgba(255,255,255,1.00);
	background-position: center center;
	background-size: cover;
}
.text-style-asoc {
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
}
.col-style-asoc {
	padding-right: 0px;
	padding-left: 30px;
}
.slide-back-asociados {
	background-image: url(../images/sonografiaBack-slide-pic.jpg);
	background-color: rgba(255,255,255,1.00);
	background-position: center center;
	background-size: cover;
}
.main-img .item .center-block {
	width: auto;
	height: 100%;
}
.top-margin-asoc {
	margin-top: 35px;
}
.slide-back-cert {
	background-image: url(../images/panaderia-reposteriaBack-slide-pic.jpg);
	background-color: rgba(255,255,255,1.00);
	background-position: center center;
	background-size: cover;
}
.text-tittle-padding {
	padding-top: 9px;
	padding-bottom: 9px;
}
.thumbnail-size-img-1 {
	width: 100%;
}
.thumbnail-size-img-2 {
	width: 40px;
}
.thumb-none-margin-padding {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.thumb-md-border-left {
	border-left: thin dashed rgba(170,170,170,1.00);
}
.thumb-md-border-left2 {
	border-left: thin dashed rgba(255,255,255,1.00);
}
.verticalMargin3 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.table-style-3 {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-left: thick solid hsla(42,86%,53%,1.00);
	border-bottom-color: hsla(0,0%,67%,1.00);
	border-top-color: hsla(0,0%,67%,1.00);
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-width: thin;
	border-top-width: thin;
	margin-left: 15px;
	border-right: thin solid rgba(170,170,170,1.00);
	/* [disabled]-webkit-box-shadow: inset 1px 0px 6px -3px; */
	/* [disabled]box-shadow: inset 1px 0px 6px -3px; */
}
.table-style-3.col-md-9.col-lg-8.col-xs-6.col-sm-8 {
	margin-left: 30px;
}
.heading-style-1 {
	font-family: muli;
	font-style: normal;
	font-weight: 400;
	color: rgba(255,255,255,1.00);
	font-size: 40px;
	margin-top: 15px;
}
.subTittle-style-1 {
	color: rgba(255,255,255,1.00);
	font-family: marvel;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	margin-top: 17px;
	margin-bottom: 10px;
}
.text-style-1 {
	color: rgba(255,255,255,1.00);
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.news-pic-size {
	width: 475px;
}
.heading-tittle-img {
	width: 375px;
}
.btn-large-green {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	color: rgba(255,255,255,1.00);
	margin-top: 25px;
	margin-bottom: 15px;
}
.btn-large-green a {
	text-align: center;
	font-family: muli;
	font-style: normal;
	font-weight: 400;
	font-size: 19px;
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 25px;
	padding-left: 25px;
	width: 35px;
	border: thin solid rgba(255,255,255,1.00);
	transition-property: background-color border;
	transition-duration: 0.3s;
	transition-timing-function: linear;
	transition-delay: 0s;
	-moz-transition-property: background-color border;
	-moz-transition-duration: 0.3s;
	-moz-transition-timing-function: linear;
	-moz-transition-delay: 0s;
	-webkit-transition-property: background-color border;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: linear;
	-webkit-transition-delay: 0s;
}
.btn-large-green a:hover {
	text-align: center;
	font-family: muli;
	font-style: normal;
	font-weight: 400;
	font-size: 19px;
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 25px;
	padding-left: 25px;
	width: 35px;
	background-color: rgba(0,114,188,1.00);
	border: thin solid rgba(255,255,255,1.00);
}
.btn-large-blue {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	font-size: 25px;
	color: rgba(249,249,249,1.00);
	margin-top: 15px;
	margin-bottom: 15px;
}
.btn-large-blue a {
	text-align: center;
	font-family: muli;
	font-style: normal;
	font-weight: 400;
	font-size: 19px;
	color: rgba(0,114,188,1.00);
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 25px;
	padding-left: 25px;
	width: 55px;
	border: thin solid rgba(0,114,188,1.00);
	transition-property: background-color border;
	transition-duration: 0.3s;
	transition-timing-function: linear;
	transition-delay: 0s;
	-moz-transition-property: background-color border;
	-moz-transition-duration: 0.3s;
	-moz-transition-timing-function: linear;
	-moz-transition-delay: 0s;
	-webkit-transition-property: background-color border;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: linear;
	-webkit-transition-delay: 0s;
}
.btn-large-blue a:hover {
	text-align: center;
	font-family: muli;
	font-style: normal;
	font-weight: 400;
	font-size: 19px;
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 25px;
	padding-left: 25px;
	width: 55px;
	background-color: rgba(238,174,30,1.00);
	border: thin solid rgba(255,255,255,1.00);
}
.text-style-2 {
	color: rgba(57,57,57,1.00);
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.video-style {
	-webkit-box-shadow: 0px 3px 3px -1px rgba(114,114,114,1.00);
	box-shadow: 0px 3px 3px -1px rgba(114,114,114,1.00);
	width: 600px;
	border-left: thick solid rgba(0,114,188,1.00);
	border-right: thick solid rgba(0,114,188,1.00);
}
.subTittle-style-2 {
	color: rgba(197,0,175,1.00);
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 50px;
	line-height: 19px;
	margin-top: 10px;
	margin-bottom: 40px;
}
.newsContainer {
	width: 100%;
	height: auto;
	padding-bottom: 35px;
	background-image: url(../images/news-back-pic.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	/* [disabled]-webkit-box-shadow: inset 0px 3px 5px 0px rgba(4,4,4,0.52); */
	/* [disabled]box-shadow: inset 0px 3px 5px 0px rgba(4,4,4,0.52); */
}
.videosContainer {
	width: 100%;
	height: auto;
	background-color: rgba(141,198,63,1.00);
	padding-bottom: 35px;
	background-image: url(../images/icons-back-img.jpg);
	background-size: auto auto;
	background-repeat: repeat;
	background-attachment: fixed;
	/* [disabled]-webkit-box-shadow: inset 0px 3px 5px 0px rgba(4,4,4,0.52); */
	/* [disabled]box-shadow: inset 0px 3px 5px 0px rgba(4,4,4,0.52); */
	border-top: medium solid rgba(0,114,188,1.00);
}
.none-view {
	display: none;
}
.carousel-inner .item .center-block.verticalPadding.news-pic-size {
	width: 85%;
}
.indicators-style {
	margin-top: 45px;
	display: none;
}
.slide-back-4 {
	background-image: url(../images/anuncio2Back-slide-pic.jpg);
	background-color: rgba(255,255,255,1.00);
	background-position: center center;
	background-size: cover;
}
.modal-dialog {
	width: 95%;
}
.modal-body {
	height: auto;
}
.modal-body img {
	width: 100%;
	text-align: center;
}
.slide-back-5 {
	background-image: url(../images/VoyAmiBack-slide-pic.jpg);
	background-color: rgba(255,255,255,1.00);
	background-position: center center;
	background-size: cover;
}
.subTittle-style-3 {
	color: rgba(73,73,73,1.00);
	font-family: hammersmith-one;
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	margin-top: 25px;
}
.webAd-imgStyle-1 {
	height: 145px;
	text-align: center;
	display: inline-block;
}
.webAd-imgStyle-2 {
	text-align: center;
	height: 145px;
	display: inline-block;
}
.webAd-slogan {
	width: 249px;
	margin-right: auto;
	margin-left: auto;
}
.hr-webAd {
	border-top-color: #EEAE1E;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 25px;
	margin-bottom: 15px;
}
.hr-Size-1 {
	width: 68%;
}
.webAd-tittle {
	text-align: center;
	font-family: "Century Gothic", muli, "Avenir Light";
}
.webAd-size {
	height: 400px;
}
.webAd-border-style2 {
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
}
.webAd-border-style1 {
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-box-shadow: -5px 0px 3px -3px #414040;
	box-shadow: -5px 0px 3px -3px #414040;
}
.slide-back-6 {
	background-image: url(../images/poke-backslide.jpg);
	background-color: rgba(255,255,255,1.00);
	background-position: center center;
	background-size: cover;
}
.video-container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.video-size-1 {
	height: 315px;
	width: 560px;
}
.slide-back-7 {
	background-image: url(../images/anuncio-backslide-pic.jpg);
	background-color: rgba(255,255,255,1.00);
	background-position: center center;
	background-size: cover;
}
.slide-back-8 {
	background-image: url(../images/backIrmaBanner.jpg);
	background-color: rgba(255,255,255,1.00);
	background-position: center center;
	background-size: cover;
}
.slide-back-9 {
	background-image: url(../images/febreroBanner19Mobile.jpg);
	background-color: rgba(255,255,255,1.00);
	background-position: center center;
	background-size: cover;
}
.slide-back-10 {
	background-image: url(../images/backAquinaci2.jpg);
	background-color: rgba(255,255,255,1.00);
	background-position: center center;
	background-size: cover;
}
.main-res .item .center-block {
	width: auto;
	height: 100%;
}
.item-slide-res {
	background-color: #000000;
	height: 360px;
	display: block;
}
.text-style-res {
	font-size: 25px;
	color: #000000;
}
.text-style2-res {
	font-size: 29px;
	color: #FFFFFF;
}
.text-style3-res {
	font-size: 42px;
	color: #045083;
}
.text-style4-res {
	font-weight: bolder;
}
.text-style5-res {
	color: #045083;
}
.slide-back-residente {
	background-color: rgba(0,0,0,1.00);
	background-position: center center;
	background-size: cover;
}
}
.table-style-2 {
	text-align: center;
	font-size: 30px;
	padding-left: 0px;
	padding-right: 0px;
	border: thin solid rgba(0,114,188,1.00);
}
.glyphMargin {
	padding-left: 15px;
	padding-right: 0px;
	text-align: left;
}
a .whiteGlyph {
	color: #93D4FF;
}
a:hover .whiteGlyph{
	color: #0071BB;
}
.glyphicon.glyphicon-play {
	font-size: 11px;
	color: #AAAAAA;
}
.glyphicon.glyphicon-film {
	font-size: 20px;
	vertical-align: bottom;
}
.col-lg-12 .descriptionNav .row {
	margin-left: 0px;
}
.directoryBack {
	background-color: #F9F9F9;
	border: thin solid #DBD9D9;
	border-radius: 20px;
}
.registroTitle {
	color: hsla(204,100%,37%,1.00);
	font-family: "Century Gothic", muli, "Avenir Light";
	font-weight: 300;
	text-align: left;
	padding-left: 14px;
	font-size: 20px;
}
.registroMarginLeft {
	padding-left: 15px;
}
.registroInputText {
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	color: #000000;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 5px;
}
.registroInput {
	width: 100%;
	height: 45px;
	padding-left: 10px;
}
.registroInput-res {
	width: 100%;
	height: 45px;
	padding-left: 10px;
	background-color: #ECECEC;
	font-weight: bolder;
}
.registroMarginTop {
	padding-top: 10px;
}
select 
{
	-webkit-appearance: none;  /*Removes default chrome and safari style*/
	-moz-appearance: none;  /*Removes default style Firefox*/
	border-radius: 0px;
 }
 select::-ms-expand {
    display: none;
}.select {
	border: thin solid #DBD9D9;
	width: 100%;
	height: 45px;
	padding-left: 10px;
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
}
.selectBlueBack {
	background-image: url(../images/inputBlueArrow.jpg);
	background-position: 100% 0;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.selectGreenBack {
	background-image: url(../images/inputGreenArrow.jpg);
	background-position: 100% 0;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.commentsStyle {
	width: auto;
	min-width: 100%;
	border: thin solid #DBD9D9;
	height: 150px;
	padding-left: 10px;
}
.submitStyle {
	width: 100px;
	height: 30px;
	background-color: #0071BB;
	border: thin solid #024571;
	color: #FFFFFF;
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 10px;
}
.submitStyle2 {
	width: 100%;
	height: 40px;
	background-color: #8DC63F;
	border: thin solid #477705;
	color: #FFFFFF;
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 10px;
}
.submitStyle-res {
	width: 100%;
	height: 40px;
	background-color: #8DC63F;
	border: thin solid #477705;
	color: #FFFFFF;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-style: normal;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 10px;
}
.submitStyle:hover {
	width: 100px;
	height: 30px;
	background-color: #024571;
	border: thin solid #024571;
	color: #FFFFFF;
	font-family: abel;
	font-style: normal;
	font-weight: 400;
}
.submitStyle2:hover {
	width: 100%;
	height: 40px;
	background-color: #477705;
	border: thin solid #477705;
	color: #FFFFFF;
	font-family: abel;
	font-style: normal;
	font-weight: 400;
}
.submitStyle-res:hover {
	width: 100%;
	height: 40px;
	background-color: #477705;
	border: thin solid #477705;
	color: #FFFFFF;
	font-family: abel;
	font-style: normal;
	font-weight: 400;
}
.resetStyle {
	width: 100px;
	height: 30px;
	border: thin solid #496A1C;
	background-color: #8DC63F;
	color: #FFFFFF;
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	margin-top: 15px;
	margin-bottom: 15px;
}
.resetStyle:hover {
	width: 100px;
	height: 30px;
	border: thin solid #496A1C;
	background-color: #496A1C;
	color: #FFFFFF;
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	margin-top: 15px;
	margin-bottom: 15px;
}
.registroAlign {
	text-align: center;
}
.registroMarginsAll {
	margin-bottom: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 5px;
	padding-left: 5px;
}
.registroText {
	font-family: abel;
	font-style: normal;
	font-weight: 400;
}
.col-lg-12.registroMarginsAll.registroAlign.registroText {
	background-color: #F1F1F1;
	border: thin dashed #DBD9D9;
	margin-bottom: 50px;
	margin-top: 15px;
}
.pTopMargin {
	margin-top: -10px;
}
.CenterAlign {
	text-align: center;
}
.allPadding {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
.allPadding2 {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.horizontalPadding {
	padding-right: 5px;
	padding-left: 5px;
}
.verticalPadding {
	padding-top: 5px;
	padding-bottom: 5px;
}
.horizontalMargin {
	margin-right: 10px;
	margin-left: 10px;
}
.verticalMargin {
}
.bgColor {
	background-color: #EEF7FD;
}
.bgColor2 {
	background-color: #F8F7F7;
}
.bgColor3 {
	background-color: #FFFFFF;
}
.bgStroke {
	border: thin solid #0071BB;
}
.bgStroke2 {
	border: thin solid #024571;
}
.boxSize {
	min-height: 70px;
}
.glypSize {
	font-size: 25pt;
}

.colRow {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	
}
.row.colRow {
	margin-top: 0px;
}
.bottomMargin {
	margin-bottom: 50px;
}
.bottomMargin2 {
	margin-bottom: 15px;
}
.bottomMargin3 {
	margin-bottom: 10px;
}
.bottomMargin4 {
	margin-bottom: 20px;
}
.tableCell {
	display: table-cell;
}
.colAligner {
    align-items: center;

}
.topMargin {
	margin-top: 15px;
}
.grayColor {
	background-color: #F8F7F7;
}
.locationText {
	color: #0071BB;
	font-family: muli;
	font-style: normal;
	font-weight: 400;
	vertical-align: middle;
	font-size: 17px;
	padding-bottom: 5px;
	margin-bottom: 0px;
	padding-top: 5px;
}
.locationText2 {
	color: #8DC63F;
	font-family: muli;
	font-style: normal;
	font-weight: 400;
	vertical-align: middle;
	font-size: 17px;
	padding-bottom: 5px;
	margin-bottom: 0px;
	padding-top: 5px;
}
.locationText3 {
	color: #EEAE1E;
	font-family: muli;
	font-style: normal;
	font-weight: 400;
	vertical-align: middle;
	font-size: 17px;
	padding-bottom: 5px;
	margin-bottom: 0px;
	padding-top: 5px;
}
.locationText4 {
	color: #E32990;
	font-family: muli;
	font-style: normal;
	font-weight: 400;
	vertical-align: middle;
	font-size: 17px;
	padding-bottom: 5px;
	margin-bottom: 0px;
	padding-top: 5px;
}
.locationPadding {
	padding-left: 20px;
	padding-right: 20px;
}
.vzeroAll {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.hzeroAll {
	margin-left: 0px;
	margin-right: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.locationTextPadding {
}
.row.grayColor.horizontalMargin.vzeroAll {
	min-height: 257px;
	transition-property: background-color;
	transition-duration: 0.3s;
	transition-timing-function: linear;
	transition-delay: 0s;
	-moz-transition-property: background-color;
	-moz-transition-duration: 0.3s;
	-moz-transition-timing-function: linear;
	-moz-transition-delay: 0s;
	-webkit-transition-property: background-color;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: linear;
	-webkit-transition-delay: 0s;
}
.row.grayColor.horizontalMargin.vzeroAll:hover {
	background-color: #FFFFFF;
}
.locationPText {
	font-family: muli;
	font-style: normal;
	font-weight: 400;
	font-size: 13.3px;
	text-align: center;
}
.locationLine {
	line-height: 18px;
}
.locationVPadding {
	padding-top: 15px;
	padding-bottom: 15px;
}
.directoryWhiteBack {
	background-color: #FFFFFF;
}
.directoryExContainer {
	display: table;
	width: 100%;
}
.tableFlex {
	display: flex;
}



.inside-full-height {
  /*
  // if you want to give content full height give him height: 100%;
  // with content full height you can't apply margins to the content
  // content full height does not work in ie http://stackoverflow.com/questions/27384433/ie-display-table-cell-child-ignores-height-100
  */
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}.textSpace {
}
.textSize1 {
	font-size: 12px;
}
.allMargin {
	margin-top: 5px;
	margin-bottom: 5px;
}
.allMargin2 {
	margin-top: 3px;
	margin-bottom: 3px;
}
.hrWhite {
	border-bottom: thin solid #FFFFFF;
}
.hrGray {
	border-top: thin solid #DBD9D9;
}
.hrShadow {
	-webkit-box-shadow: 0px 1px 1px #C3C3C3;
	box-shadow: 0px 1px 1px #C3C3C3;
}
.hrTrans {
	border-bottom: thin solid transparent;
	border-top: thin solid transparent;
}
.moreInfoText {
	color: #AAAAAA;
	font-family: Arial;
	font-size: 70px;
}
.moreInfoText2 {
	color: #8DC63F;
	font-size: 67px;
	font-family: bowlby-one;
	font-style: normal;
	font-weight: 400;
}
.moreInfoText3 {
	color: #AAAAAA;
	font-family: Arial;
	font-size: 50px;
}
.moreInfoText4 {
	color: #8DC63F;
	font-size: 51px;
	font-family: bowlby-one;
	font-style: normal;
	font-weight: 400;
}
.col-lg-12.moreInfoText.hzeroAll.vzeroAll {
	margin-top: 0px;
	margin-bottom: -40px;
}
.moreInfoText3.hzeroAll.vzeroAll.col-lg-12.CenterAlign {
	margin-bottom: -25px;
}
.col-lg-4.col-md-5.col-sm-4.col-xs-12 .col-lg-12.autoMargin {
}
.text-justify-btnWhite  {
	width: 145px;
	height: 35px;
	text-align: center;
	padding-top: 8px;
}
.text-justify-btnWhiteMob  {
	height: 35px;
	text-align: center;
	padding-top: 8px;
}
.text-justify-btnWhite a {
	border: thin solid #8DC63F;
	padding-top: 9px;
	padding-bottom: 8px;
	padding-left: 20px;
	padding-right: 20px;
	color: #8DC63F;
	font-family: muli;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	background-color: #FFFFFF;
	
	transition-property: background-color;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
	
	-moz-transition-property: background-color;
    -moz-transition-duration: 0.2s;
    -moz-transition-timing-function: linear;
    -moz-transition-delay: 0s;
	
	-webkit-transition-property: background-color;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    -webkit-transition-delay: 0s;
}
.text-justify-btnWhiteMob a {
	border: thin solid #8DC63F;
	padding-top: 9px;
	padding-bottom: 8px;
	padding-left: 20px;
	padding-right: 20px;
	color: #8DC63F;
	font-family: muli;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	background-color: #FFFFFF;
}
.text-justify-btnWhite a:hover  {
	border: thin solid #8DC63F;
	padding-top: 9px;
	padding-bottom: 8px;
	padding-left: 20px;
	padding-right: 20px;
	color: #FFFFFF;
	font-family: muli;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	background-color: #8DC63F;
}
.text-justify-btnWhiteMob a:hover  {
	border: thin solid #8DC63F;
	padding-top: 9px;
	padding-bottom: 8px;
	padding-left: 20px;
	padding-right: 20px;
	color: #FFFFFF;
	font-family: muli;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	background-color: #8DC63F;
}
.col-height.col-middle.col-lg-6.hzeroAll.vzeroAll img {
	height: 95%;
	width: auto;
}
.autoMargin {
	margin-left: auto;
	margin-right: auto;
}
.topPadding {
	padding-top: 25px;
}
.list-style-bullets {
	list-style-type: disc;
}
.box-line-container {
	width: 100%;
	float: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}
.verticalMargin2 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.hrOrange {
	border-top: thin dashed rgba(238,174,30,1.00);
}
.color-text-blue {
	color: rgba(0,114,188,1.00);
}
.color-text-darkblue {
	color: rgba(1,61,99,1.00);
}
.color-text-green {
	color: #8DC63F;
}
.color-text-darkgreen {
	color: #537621;
}
.img-size-heigth {
	height: 100%;
}
.main-img {
	overflow-x: hidden;
	overflow-y: hidden;
}
.bottomMargin5 {
	margin-bottom: 100px;
}
.bottomMargin6 {
	margin-bottom: 35px;
}
.topMargin1 {
	margin-top: 50px;
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
}
.topMargin3 {
	margin-top: 100px;
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
}
.text-type-1 {
}
.text-color-blue {
	color: #161616;
}
.text-color-green {
	color: #8DC63F;
}
.text-color-blue a {
	color: #161616;
}
.text-color-green a {
	color: #161616;
}
.under-line-green {
	border-bottom: thick solid #8DC63F;
}
.under-line-blue {
	border-bottom: thick solid #0072BB;
}
.low-shadow {
	width: 100%;
}
.pic-full-wide {
	width: 100%;
}
.right-margin {
	margin-right: 15px;
}
.left-margin {
	margin-left: 15px;
}
.hzeroPadding {
	padding-left: 0px;
	padding-right: 0px;
}
.img-full-height  {
	height: 100%;
}
.hzeroMargin {
	margin-left: 0px;
	margin-right: 0px;
}
.bottom-padding-1 {
	padding-bottom: 90px;
}
.bottom-padding-1 {
}
.text-color-light {
	color: rgba(203,200,200,1.00);
}
.topMargin4 {
	margin-top: 35px;
}
.topMargin5 {
	margin-top: 5px;
}
.hrDivider {
	border-top: 8px solid rgba(141,198,63,1.00);
	-webkit-box-shadow: 0px -1px 2px rgba(134,134,134,1.00);
	box-shadow: 0px -1px 2px rgba(134,134,134,1.00);
}
.bottomMargin7 {
	margin-bottom: 5px;
}
.col-ad {
	width: auto;
}
.drop-shadow {
	-webkit-box-shadow: 0px -6px 5px -5px rgba(54,54,54,1.00);
	box-shadow: 0px -6px 5px -5px rgba(54,54,54,1.00);
}
.bottom-slideBar {
	background-color: rgba(0,114,188,1.00);
	padding-top: 1px;
	height: 60px;
	padding-bottom: 5px;
	padding-right: 15px;
	padding-left: 15px;
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-shadow: inset 0px -2px 4px rgba(24,90,135,1.00);
	box-shadow: inset 0px -2px 4px rgba(24,90,135,1.00);
}
.bottom-slideBar-2 {
	background-color: rgba(0,114,188,1.00);
	padding-top: 0px;
	height: auto;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-left: 15px;
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-shadow: inset 0px -2px 4px rgba(24,90,135,1.00);
	box-shadow: inset 0px -2px 4px rgba(24,90,135,1.00);
	margin-top: -10px;
}
.bottom-slideBar-3 {
	background-color: rgba(141,198,63,1.00);
	padding-top: 0px;
	height: auto;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-left: 15px;
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-shadow: inset 0px -2px 4px rgba(73,106,28,1.00);
	box-shadow: inset 0px -2px 4px rgba(73,106,28,1.00);
	margin-top: -10px;
}
.slide-desk .col-lg-12.bottomMargin6 {
	margin-top: 60px;
}
.container-slide {
	margin-left: auto;
	width: 710px;
	margin-right: auto;
}
.container-slide-2 {
	margin-left: auto;
	width: 100%;
	margin-right: auto;
	text-align: center;
	height: auto;
}
.bgColorBlue {
	background-color: rgba(0,97,168,1.00);
}
.text-color-white {
	color: rgba(249,249,249,1.00);
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.btn-small-orange {
	font-family: muli;
	font-style: normal;
	font-weight: 300;
	margin-top: 9px;
	color: rgba(249,249,249,1.00);
	width: 155px;
}
.btn-small-orange a {
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 20px;
	padding-left: 20px;
	font-family: muli;
	font-style: normal;
	font-weight: 300;
	margin-top: 0px;
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	border: thin solid rgba(255,255,255,1.00);
	background-color: rgba(1,126,207,1.00);
	
	transition-property: background-color border;
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transition-delay: 0s;
	
	-moz-transition-property: background-color border;
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: linear;
    -moz-transition-delay: 0s;
	
	-webkit-transition-property: background-color border;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: linear;
    -webkit-transition-delay: 0s;
	
}

.btn-small-orange a:hover  {
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	border: thin solid rgba(238,174,30,1.00);
	background-color: rgba(238,174,30,1.00);
}
.btn-small-orange-2 {
	font-family: muli;
	font-style: normal;
	font-weight: 300;
	margin-top: 16px;
	color: rgba(249,249,249,1.00);
	width: auto;
	margin-bottom: 8px;
}
.btn-small-orange-2 a {
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 20px;
	padding-left: 20px;
	font-family: muli;
	font-style: normal;
	font-weight: 300;
	margin-top: 0px;
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	border: thin solid rgba(255,255,255,1.00);
	background-color: rgba(1,126,207,1.00);
	transition-property: background-color border;
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transition-delay: 0s;
	
	-moz-transition-property: background-color border;
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: linear;
    -moz-transition-delay: 0s;
	
	-webkit-transition-property: background-color border;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: linear;
    -webkit-transition-delay: 0s;
	
}

.btn-small-orange-2 a:hover  {
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	border: thin solid rgba(238,174,30,1.00);
	background-color: rgba(238,174,30,1.00);
}
.btn-small-orange-3 {
	font-family: muli;
	font-style: normal;
	font-weight: 300;
	margin-top: 16px;
	color: rgba(249,249,249,1.00);
	margin-bottom: 16px;
	width: 100%;
}
.btn-small-orange-3 a {
	padding-top: 7px;
	padding-bottom: 7px;
	font-family: muli;
	font-style: normal;
	font-weight: 300;
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	transition-property: background-color border;
	transition-duration: 0.5s;
	transition-timing-function: linear;
	transition-delay: 0s;
	-moz-transition-property: background-color border;
	-moz-transition-duration: 0.5s;
	-moz-transition-timing-function: linear;
	-moz-transition-delay: 0s;
	-webkit-transition-property: background-color border;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: linear;
	-webkit-transition-delay: 0s;
	background-color: rgba(227,41,144,1.00);
	text-align: center;
	padding-right: 35px;
	padding-left: 35px;
}

.btn-small-orange-3 a:hover  {
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	background-color: rgba(0,114,188,1.00);
}
.btn-small-blue {
	font-family: muli;
	font-style: normal;
	font-weight: 300;
	margin-top: -10px;
	color: rgba(249,249,249,1.00);
	width: auto;
	margin-bottom: 0px;
}
.btn-small-blue a {
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 20px;
	padding-left: 20px;
	font-family: muli;
	font-style: normal;
	font-weight: 300;
	margin-top: 0px;
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	border: thin solid rgba(255,255,255,1.00);
	background-color: rgba(238,174,30,1.00);
	transition-property: background-color border;
	transition-duration: 0.5s;
	transition-timing-function: linear;
	transition-delay: 0s;
	-moz-transition-property: background-color border;
	-moz-transition-duration: 0.5s;
	-moz-transition-timing-function: linear;
	-moz-transition-delay: 0s;
	-webkit-transition-property: background-color border;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: linear;
	-webkit-transition-delay: 0s;	
}

.btn-small-blue a:hover  {
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	border: thin solid rgba(249,249,249,1.00);
	background-color: rgba(0,114,188,1.00);
}
.btn-small-green {
	font-family: muli;
	font-style: normal;
	font-weight: 300;
	margin-top: -10px;
	color: rgba(249,249,249,1.00);
	width: auto;
	margin-bottom: 0px;
}
.btn-small-green a {
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 20px;
	padding-left: 20px;
	font-family: muli;
	font-style: normal;
	font-weight: 300;
	margin-top: 0px;
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	border: thin solid rgba(255,255,255,1.00);
	background-color: rgba(0,114,188,1.00);
	transition-property: background-color border;
	transition-duration: 0.5s;
	transition-timing-function: linear;
	transition-delay: 0s;
	-moz-transition-property: background-color border;
	-moz-transition-duration: 0.5s;
	-moz-transition-timing-function: linear;
	-moz-transition-delay: 0s;
	-webkit-transition-property: background-color border;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: linear;
	-webkit-transition-delay: 0s;
}

.btn-small-green a:hover  {
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	border: thin solid rgba(249,249,249,1.00);
	background-color: rgba(141,198,63,1.00);
}
.col-slide-1 {
	width: 66%;
	float: left;
	text-align: right;
	padding-right: 15px;
}
.col-slide-3 {
	width: 100%;
	float: left;
	text-align: center;
	padding-right: 15px;
}
.col-slide-4 {
	width: 50%;
	float: left;
	text-align: right;
	padding-right: 15px;
}
.col-slide-2 {
	margin-left: auto;
	margin-right: auto;
	width: 33%;
	text-align: center;
	float: left;
}
.slide-tittle {
	font-family: muli;
	font-style: normal;
	font-weight: 400;
	text-align: center;
	font-size: 42px;
	color: rgba(60,60,60,1.00);
	margin-top: 0px;
}
.slide-sub {
	color: rgba(97,97,97,1.00);
	font-family: "Century Gothic", muli, "Avenir Light";
	font-style: normal;
	font-weight: 400;
	text-align: center;
	font-size: 16px;
}
.slide-text {
	color: rgba(0,114,188,1.00);
	font-family: "Century Gothic", muli, "Avenir Light";
	font-style: normal;
	font-weight: 400;
	text-align: center;
	font-size: 26px;
}

@keyframes fade {
	from { opacity: 1.0; }
	50% { opacity: 0.1; }
	to { opacity: 1.0; }
}

@-webkit-keyframes fade {
	from { opacity: 1.0; }
	50% { opacity: 0.1; }
	to { opacity: 1.0; }
}

@keyframes fade-2 {
	from { opacity: 1.0; }
	50% { opacity: 0.0; }
	to { opacity: 1.0; }
}

@-webkit-keyframes fade-2 {
	from { opacity: 1.0; }
	50% { opacity: 0.0; }
	to { opacity: 1.0; }
}


@-webkit-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
 40% {-webkit-transform: translateY(-30px);}
 60% {-webkit-transform: translateY(-15px);}
}
 
@-moz-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
 40% {-moz-transform: translateY(-30px);}
 60% {-moz-transform: translateY(-15px);}
}
 
@-o-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
 40% {-o-transform: translateY(-30px);}
 60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
 0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
 40% {transform: translateY(-30px);}
 60% {transform: translateY(-15px);}
}

.blink {
	animation: fade 2000ms infinite;
	-moz-animation: fade 2000ms infinite;
	-webkit-animation: fade 2000ms infinite;
}

.blink-1 {
	animation: fade 7000ms infinite;
	-moz-animation: fade 7000ms infinite;
	-webkit-animation: fade 7000ms infinite;
}
.blink-5 {
	animation: fade-2 7000ms infinite;
	-moz-animation: fade-2 7000ms infinite;
	-webkit-animation: fade-2 7000ms infinite;
}

.blink-2 {
	animation: fade 9000ms infinite;
	-moz-animation: fade 9000ms infinite;
	-webkit-animation: fade 9000ms infinite;
}

.blink-3 {
	animation: fade 11000ms infinite;
	-moz-animation: fade 11000ms infinite;
	-webkit-animation: fade 11000ms infinite;
}

.blink-4 {
	animation: fade 13000ms infinite;
	-moz-animation: fade 13000ms infinite;
	-webkit-animation: fade 13000ms infinite;
}

.bounce {
	animation: bounce 1.5s infinite;
	animation-delay: 3s;
	-moz-animation: bounce 1.5s infinite;
	-moz-animation-delay: 3s;
	-webkit-animation: bounce 1.5s infinite;
	-webkit-animation-delay: 3s;
}
.cross-icon {
	background: url(../images/folderIconDown.svg);
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.cross-icon img{
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
 .cross-icon img:hover{
	opacity: 0;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.map-icon img{
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
 .map-icon img:hover{
	opacity: 0;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.postal-icon {
	background-image: url(../images/mailIconVCF.svg);
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 75px auto;
}
.postal-icon img{
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
 .postal-icon img:hover{
	opacity: 0;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.bgStroke3 {
	border: thin solid rgba(255,255,255,1.00);
}
.bgColor4 {
	background-color: rgba(0,114,188,1.00);
	color: #FFFFFF;
}
.bgColor-gradient1 {
	background-color: rgba(0,114,188,1.00);
	color: #FFFFFF;
	background-image: -webkit-linear-gradient(270deg,rgba(0,114,188,1.00) 0%,rgba(0,82,135,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(0,114,188,1.00) 0%,rgba(0,82,135,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(0,114,188,1.00) 0%,rgba(0,82,135,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(0,114,188,1.00) 0%,rgba(0,82,135,1.00) 100%);
}
.img-auto-size {
	width: 100%;
	height: auto;
}
.social-container {
	width: auto;
	text-align: right;
	float: right;
}
.social-container-footer {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 130px;
}
.social-box {
	width: 26px;
	float: left;
	margin-right: 3px;
}
.social-box-footer {
	width: 40px;
	float: left;
	margin-right: 3px;
}
.social-box-text {
	width: 70px;
	float: left;
	text-align: left;
	vertical-align: middle;
	padding-top: 6px;
}
.socialFb-cross-icon {
	background-image: url(../images/fbconDown.svg);
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.socialFb-cross-icon img{
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.socialFb-cross-icon img:hover{
	opacity: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.socialIns-cross-icon {
	background-image: url(../images/instaIconDown.svg);
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.socialIns-cross-icon img{
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.socialIns-cross-icon img:hover{
	opacity: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.socialTwit-cross-icon {
	background-image: url(../images/twitterIconDown.svg);
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.socialTwit-cross-icon img{
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.socialTwit-cross-icon img:hover{
	opacity: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.img-style-1 {
	border-radius: 20px;
	border: medium solid rgba(0,114,188,1.00);
}
.img-style-2 {
	border-radius: 20px;
	border: medium solid rgba(141,198,63,1.00);
}
.img-noStyle-1 {
	border-right-color: #FFFFFF;
	border-right-style: none;
}
.stroke-style-1 {
	border-left: thin solid #DBD9D9;
	border-right: thin solid #DBD9D9;
	border-bottom: thick solid #8DC63F;
	border-top: thin solid #DBD9D9;	
}

.stroke-style-2 {
	border-left: thin solid #DBD9D9;
	border-right: thin solid #DBD9D9;
	border-bottom: thick solid #EEAE1E;
	border-top: thin solid #DBD9D9;
}

.stroke-style-3 {
	border-left: thin solid #DBD9D9;
	border-right: thin solid #DBD9D9;
	border-bottom: thick solid #E32990;
	border-top: thin solid #DBD9D9;
}

.stroke-style-4 {
	border-left: thin solid #DBD9D9;
	border-right: thin solid #DBD9D9;
	border-bottom: thick solid #0072BC;
	border-top: thin solid #DBD9D9;
}
.thanks-container {
	height: 600px;
	margin-top: 75px;
}
.newsContainer .container .col-lg-12.CenterAlign.center-block .row .col-lg-12 #carousel3 .right.carousel-control {
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.00) 0%), url(url);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.00) 0%), url(url);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.00) 0%), url(url);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.00) 0%), url(url);
	width: 40px;
}
.newsContainer .container .col-lg-12.CenterAlign.center-block .row .col-lg-12 #carousel3 .left.carousel-control {
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.00) 100%,rgba(255,0,0,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.00) 100%,rgba(255,0,0,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.00) 100%,rgba(255,0,0,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,0.00) 100%,rgba(255,0,0,1.00) 100%);
	width: 40px;
}
.breadcrumb {
	background-color: rgba(255,255,255,1.00);
}
#collapseOne1 {
	border-top: thin solid #DDDDDD;
}
.breadcrumb .glyphicon.glyphicon-chevron-right {
	color: #8DC63F;
}
.panel-default .panel-heading {
	background-color: #F9F9F9;
}
.glyphicon
{
    margin-right:4px !important; /*override*/
}

.pagination .glyphicon
{
    margin-right:0px !important; /*override*/
}

.pagination a
{
    color:#555;
}

.panel ul
{
    padding:0px;
    margin:0px;
    list-style:none;
}

.news-item
{
	padding: 4px 4px;
	margin: 0px;
	/* [disabled]border-bottom: 1px dotted #555; */
	font-style: normal;
	font-weight: 400;
	font-family: muli;
}.news-box .news-item a {
	color: #0072BC;
}
.panel-body-2 {
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
}
.img-panel {
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 10px;
}
.boxBorder-style-blue {
	border-left: thick solid #0072BC;
	background-color: #F8F7F7;
	/* [disabled]border-right-color: #FFFFFF; */
	/* [disabled]border-right-style: solid; */
	/* [disabled]border-right-width: 9px; */
}
.boxBorder-style-green {
	border-left: thick solid #8DC63F;
	background-color: #F8F7F7;
	/* [disabled]border-right-color: #FFFFFF; */
	/* [disabled]border-right-style: solid; */
	/* [disabled]border-right-width: 9px; */
}
.boxBorder-style-orange {
	border-left: thick solid #EEAE1E;
	background-color: #F9F9F9;
	/* [disabled]border-right-color: #FFFFFF; */
	/* [disabled]border-right-style: solid; */
	/* [disabled]border-right-width: 9px; */
}
.boxBorder-style-red {
	border-left: thick solid #E32990;
	background-color: #F8F7F7;
	/* [disabled]border-right-color: #FFFFFF; */
	/* [disabled]border-right-style: solid; */
	/* [disabled]border-right-width: 9px; */
}
.boxBorder-style-grey {
	border-left: thick solid #949494;
	background-color: #F8F7F7;
	/* [disabled]border-right-color: #FFFFFF; */
	/* [disabled]border-right-style: solid; */
	/* [disabled]border-right-width: 9px; */
}
.cda-contact-padding {
	padding-bottom: 8px;
}
.boxBorder-style-allGray {
	/* [disabled]border-left-style: solid; */
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	/* [disabled]border-left-width: thin; */
	border-right-width: thin;
	border-bottom-width: thin;
	border-top-width: thin;
	border-color: #ddd;
}
.cda-button-size {
	padding-top: 20px;
	padding-bottom: 20px;
	text-decoration: none;
}
.bgColor5 {
	background-color: #8DC63F;
	color: #FFFFFF;
	border: thin solid #45611E;
}
.bgColor6 {
	background-color: #EEAE1E;
	color: #FFFFFF;
	border: thin solid #836010;
}
.bgColor7 {
	background-color: #E32990;
	color: #FFFFFF;
	border: thin solid #711347;
}
.cda-button-style a:hover {
	color: hsla(0,0%,100%,1.00);
	text-decoration: none;
	background-color: hsla(204,100%,26%,1.00);
}
.cda-button-style-2 a:hover {
	color: hsla(0,0%,100%,1.00);
	text-decoration: none;
	background-color: hsla(85,53%,41%,1.00);
}
.cda-button-style-3 a:hover {
	color: hsla(0,0%,100%,1.00);
	text-decoration: none;
	background-color: hsla(42,76%,43%,1.00);
}
.cda-button-style-4 a:hover {
	color: hsla(0,0%,100%,1.00);
	text-decoration: none;
	background-color: #BE2178;
}
.bottom-padding-2 {
	padding-bottom: 15px;
	padding-top: 15px;
}
.color-text-black {
	color: #070707;
}
.btn-animate-orange a {
	font-family: bowlby-one;
	font-style: normal;
	font-weight: 400;
	color: rgba(0,114,188,1.00);
	text-decoration: none;
	transition-property: background-color border;
	transition-duration: 0.5s;
	transition-timing-function: linear;
	transition-delay: 0s;
	/* [disabled]-moz-transition-property: background-color border; */
	/* [disabled]-moz-transition-duration: 0.5s; */
	/* [disabled]-moz-transition-timing-function: linear; */
	/* [disabled]-moz-transition-delay: 0s; */
	/* [disabled]-webkit-transition-property: background-color border; */
	/* [disabled]-webkit-transition-duration: 0.5s; */
	/* [disabled]-webkit-transition-timing-function: linear; */
	/* [disabled]-webkit-transition-delay: 0s; */
	text-align: center;
	width: 100%;
	font-size: 17px;
	padding-top: 8px;
	padding-bottom: 6px;
}
.btn-animate-orange  {
	transition-property: background-color border;
	transition-duration: 0.5s;
	transition-timing-function: linear;
	transition-delay: 0s;
	-moz-transition-property: background-color border;
	-moz-transition-duration: 0.5s;
	-moz-transition-timing-function: linear;
	-moz-transition-delay: 0s;
	-webkit-transition-property: background-color border;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: linear;
	-webkit-transition-delay: 0s;
	background-color: rgba(249,199,0,1.00);
	width: 100%;
	padding-top: 8px;
	padding-bottom: 6px;
	text-align: center;
}
.btn-animate-orange:hover  {
	background-color: rgba(227,225,0,1.00);
	width: 100%;
	padding-top: 8px;
	padding-bottom: 6px;
	text-align: center;
}
.horizontal-padding-15 {
	padding-right: 15px;
	padding-left: 15px;
}
.vertical-padding-15 {
	padding-top: 15px;
	padding-bottom: 15px;
}
.text-style-3 {
	color: #F9F9F9;
	font-family: cabin-sketch;
	font-style: normal;
	font-weight: 400;
	font-size: 27px;
}
.all-corners-10 {
	border-radius: 10px;
}
.dropShadow-inner {
	-webkit-box-shadow: inset 1px 1px 2px #000000;
	box-shadow: inset 1px 1px 2px #000000;
	border: medium solid #045083;
}
#carousel4 .carousel-inner .item.active {
	height: auto;
}
.col-lg-12 #carousel4 .left.carousel-control {
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(0,0,0,0.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(0,0,0,0.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(0,0,0,0.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,0.00) 0%,rgba(0,0,0,0.00) 100%);
	width: 25px;
	margin-left: 15px;
}
.col-lg-12 #carousel4 .right.carousel-control {
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(0,0,0,0.00) 100%);
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(0,0,0,0.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(0,0,0,0.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,0.00) 0%,rgba(0,0,0,0.00) 100%);
	width: 25px;
}
.bgColor-bk {
	background-color: #000000;
}


.descriptionTheme {
	color: hsla(204,100%,37%,1.00);
	font-family: "Century Gothic", muli, "Avenir Light";
	font-size: 22px;
	font-weight: 300;
	margin-top: 35px;
	text-align: left;
	line-height: 30px;
}
.flow-right {
	float: right;
}
.flow-left {
	float: left;
}
.text-color-black {
	color: #1B1B1B;
}
#accordion1 .panel.panel-default #pub {
	background-color: #0072BD;
}
.panel.panel-default #pub .panel-title {
	color: #FFFFFF;
}
#accordion2 .panel.panel-default #pub2 {
	background-color: #0072BD;
}
.panel.panel-default #pub2 .panel-title {
	color: #FFFFFF;
}
.panel.panel-default #pub3 .panel-title {
	color: #FFFFFF;
}
#accordion3 .panel.panel-default #pub3 {
	background-color: #0072BD;
}
.auto-size {
	width: auto;
}
.font-size-15 {
	font-size: 15px;
}
.inline-block {
	display: inline-block;
}
.background-img-contact {
	background-position: center top;
	background-size: cover;
	background-color: #00283A;
}
.font-size-90 {
	font-size: 90px;
}
.font-size-30 {
	font-size: 30px;
}
.webAd-ani.col-lg-12.topMargin1.hzeroPadding .col-lg-9.col-md-8.col-sm-8.webAd-size.webAd-border-style2.background-img-contact .col-lg-12.webAd-tittle.text-color-white.font-size-90.vzeroAll {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: -15px;
	margin-bottom: -15px;
}
.background-color-green {
	background-color: #87BF3B;
	border-radius: 8px;
}
.webAd-number-effect {
	text-shadow: 1px 1px 2px #1B1B1B;
	padding-right: 20px;
	padding-left: 20px;
}
.webAd-text-shadow {
	text-shadow: 1px 1px 3px #000000;
}
.text-font-number {
	font-family: righteous;
	font-style: normal;
	font-weight: 400;
}
.top-margin-res {
	margin-top: 23px;
	margin-bottom: 20px;
}
.top-margin2-res {
	padding-top: 10px;
	padding-bottom: 10px;
}
.text-font-res {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-style: normal;
	font-weight: 400;
}
.text-font2-res {
	font-family: changa-one;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.text-font3-res {
	font-family: changa-one;
	font-style: normal;
	font-weight: 400;
}
.green-div-res {
	background-color: #91C404;
}
.blue-div-res {
	background-color: #0072BD;
}
.col-centered{
    float: none;
    margin: 0 auto;
}
