
@font-face {
    font-family: 'Roboto-Regular';
    src:url(../fonts/Roboto-Regular.ttf) format('truetype');
}
@font-face {
    font-family: 'Play-Regular';
    src:url(../fonts/Play-Regular.ttf) format('truetype');
}
html, body{
    font-size: 100%;
	background:	#fff;
}
body {
	font-size: 100%;
	font-family:'Roboto-Regular';
}
body a{
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
p{
	margin:0;
}
header {
    z-index: 999;
    position: relative;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}
/*--Header-top-Starts--*/
.head-right p {
    font-size: 1.1em;
    color: #012763;
    margin-top: 1.5em;
	vertical-align:middle;
}
span.glyphicon.glyphicon-earphone.hh {
    padding-right: 0.5em;
}
span.glyphicon.glyphicon-earphone {
    padding-right: 0em;
    display: inline-block;
    vertical-align: middle;
}

.registro_user{
    padding: 35px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
/*--search--*/
.head-right{
	text-align:left;
}
.header-top {
    padding: 2em 0px;
    /*background: #000166;*/
    background-image: url("../images/header_p.jpg");
    background-repeat: no-repeat;
    /*background-size: 100% 100%;*/
    height: 600px;
}
.header-top_s {
    padding: 2em 0px;
    /*background: #000166;*/
    background-image: url("../images/WEB-BANNER2020-4.jpg");
    background-repeat: no-repeat;
    /*background-size: 100% 100%;*/
    height: 600px;
}
.head-middle{
	text-align: center;
  margin-top: -9px;
}

.img-header{
      margin-bottom: -82px;
}
.head-middle h1 a{
	font-size:1.7em;
	color:#fff;
	margin:0;
	font-family: 'Play-Regular';
}
.head-middle h1{
	margin:0;
}
.head-left ul {
    margin: 8% 0 0 0;
}
.head-left ul li {
    list-style: none;
    display: inline-block;
    margin: 0 3px;
}
.like-tweet{
    max-width: 500px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
}
/*.head-left ul li a span {
    background: url(../images/social.png) no-repeat;
    width: 16px;
    height: 16px;
    display: block;
}*/
.head-left ul li a img{
	max-height: 30px;
	margin-left: 15px;
}
.head-left ul li a img:hover{
    transform: rotatey(360deg);
    -webkit-transform: rotatey(360deg);
    -moz-transform: rotatey(360deg);
    -o-transform: rotatey(360deg);
    -ms-transform: rotatey(360deg);
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}
/*.head-left ul li a span.fb{
	background-position:0px 0px;
}
.head-left ul li a span.twit{
	background-position:-16px 0px;
}
.head-left ul li a span.pin{
	background-position:-32px 0px;
}
.head-left ul li a span.rss{
	background-position:-48px 0px;
}*/
.head-left{
	text-align:right;
}

.stamp {
    transform: rotate(12deg);
      color: #555;
      font-size: 1.8rem;
      font-weight: 700;
      border: 0.25rem solid #555;
      display: inline-block;
      padding: 0.25rem 1rem;
      text-transform: uppercase;
      border-radius: 1rem;
      font-family: 'Courier';
      -webkit-mask-image: url('../images/grunge.png');
      -webkit-mask-size: 944px 604px;
    mix-blend-mode: multiply;
  }
  .is-nope {
    color: #d23;
    border: 0.5rem double #d23;
    transform: rotate(3deg);
    -webkit-mask-position: 2rem 3rem;
    font-size: 2rem;
  }
  
  .is-approved {
    color: #0a9928;
    border: 0.5rem solid #0a9928;
    -webkit-mask-position: 13rem 6rem;
    transform: rotate(-14deg);
    border-radius: 0;
  }
  
  .is-draft {
    color: #c4c4c4;
    border: 1rem double #c4c4c4;
    transform: rotate(-5deg);
    font-size: 6rem;
    font-family: "Open sans", Helvetica, Arial, sans-serif;
    border-radius: 0;
    padding: 0.5rem;
  }


.titulo_coord{
	text-align: center;
}
.titulo_comite{
	text-align: center;
	padding-left: 0px;
}
/*--Header-top-end--*/
/*--navigation-start--*/
ul.navig {
	padding: 0;
}
ul.navig li span {
	color: #fff;
	margin: 0 10px;
	font-size: 10px;
}
ul.navig li {
	display: inline-block;
}
ul.navig li a {
    font-size: 1.2em;
    color:#ffffff;
    font-weight: 400;
    text-decoration: none;
    padding: 12px 20px;
    margin: 0;
}
ul.navig li.active a, ul.navig li a:hover {
    color: #000000;
    background-color: #8cd7ee;
}
ul.navig li a:hover ul.navig li a:after{
	display: block;
}
@media (max-width: 768px){
span.menu:before {
	content: url(../images/nav-icon.png);
	cursor: pointer;
	height:32px;
}
.header {
	padding: 10px 0px;
}
ul.navig li.plan:hover ul.sub-nav{
	display:none;
}
ul.navig {
	width: 11%;
	float: right;
	margin:0;
}
ul.navig{
	display:none;
}
ul.navig li {
	font-size: 12px;
	display:inline-block;
	width: 100%;
	margin:0;
}
ul.navig li a {
	width: 100%;
	font-weight: 600;
	display: block;
	color: rgba(64, 63, 69, 1);
	font-size: 1.25em;
	padding: 7px 20px;
}
ul.navig li a:hover {
background-color: #010267;
color: #fff;
}
span.menu {
	margin: 0px 0px 0 0;
}
ul.navig {
    margin: 0;
    z-index: 999;
    position: inherit;
    width: 100%;
    text-align: center;
    /*left: 2%;*/
    margin-top: 0%;
    background: #8cd7ee;
}
.dropdown-menu {

    background-color: #8cd7ee;
}
.navigation {
	height: 60px;
	padding: 0px 0px 0em;
	margin-bottom: 0em;
}

.titulo_coord{
	text-align: left;
	padding-top: 25px;
}
.titulo_comite{
	text-align: left;
	padding-left: 15px;
}

}
.navigation {
    text-align: center;
    padding: 1.2em 0px;
    background: #010267;
}
/*--navigation-end--*/
/*--banner-start--*/

.banner1 {
	background: url(../images/hospital-angeles-puebla-1920x1080.jpg) no-repeat;

	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	min-height: 600px;
}
.banner2 {
	background: url(../images/puebla-slide-1920x1080.jpg) no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	min-height: 600px;
}
.banner-text p{
	font-size:25px;
	color:#000166;
	margin:0;
}
.banner-text h3 {
    color: #000166;
    font-size: 4em;
    margin: 0;
    font-family: 'Play-Regular';
}
.banner-text {
    text-align: center;
    margin: 15em auto 0;
    width: 55%;
    padding: 12px 0px 15px 25px;
}
/*--banner-end--*/
/*--welcome--*/
.welcome {
    padding: 6em 0;
}
.welcome-left {
    padding: 0 2em 0 0;
}
.welcome h2 {
    font-size: 3em;
    color: #000166;
    margin: 0 0 0em;
	font-family: 'Play-Regular';
}
/*-- agileits --*/
.welcome h4 {
    font-size: 1.8em;
    color: #000166;
    margin: 0 0 0.5em;
    font-family: 'Play-Regular';
}
.welcome h5 {
    font-size: 1.4em;
    color: #000166;
    margin: 0 0 0.5em;
	font-weight:600;
    line-height: 1.2em;
    font-family: 'Play-Regular';
}
.welcome p {
    font-size: 1.1em;
    line-height: 1.7em;
    color: #999;
    margin: 1em 0 0;
}
/*--search-button--*/
form.navbar-form.navbar-right {
  margin: 0;
  padding: 0;
}
input.form-control {
    padding: 8px 32px 8px 13px;
    height: inherit;
    font-size: 1em;
    border: none;
    border: 1px solid #000;
    -webkit-appearance: none;
	color:#000;
    background: none;
    box-shadow: none;
    border-radius: 0;
}
input.form-control:focus{
   outline:none;
}
select.form-control {
    padding: 8px 32px 8px 13px;
    height: inherit;
    font-size: 1em;
    border: none;
    border: 1px solid #ccc;
    cursor: pointer;
    background: none;
    box-shadow: none;
    border-radius: 0;
}
select.form-control:focus{
   outline:none;
}
/*button.btn.btn-default {
    border: none;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0%;
    right: 16px;
    padding: 0;
    outline: none;
    box-shadow: none;
    background: none;
}*/
span.glyphicon.glyphicon-search {
    font-size: 1.5em;
    color: #fff;
    background-color:#000166;
    padding: 0.4em 0.7em;
}
span.glyphicon.glyphicon-search:hover {
    background-color:#000166;
}
.news {
    margin: 2em 0 0;
	position:relative;
}
/*--//search-button--*/
/*--welcome--*/
/*-- services --*/
.services {
    padding: 5em 0;
}
.services h3 {
    font-size: 3em;
    color: #000166;
    margin: 0 0 1em;
    font-family: 'Play-Regular';
}
.services h4 {
    font-size: 1.4em;
    color: #fff;
    margin: 0 0 0em;
    font-weight: 600;
    line-height: 1.2em;
    font-family: 'Play-Regular';
}
.services a {
    font-size: 1em;
    line-height: 1.7em;
    color: #000000;
    margin: 0 0 0;
}
.servc-grid-left span.glyphicon {
    font-size: 3.5em;
    color: #fff;
	padding: 0.4em;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	/*-- agileits --*/
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	background-color: #000166;
	transition:.5s all;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
}
.servc-grids {
    padding: 0;
    background-color: #60AA4B;
}
.servc-grids1 {
    padding: 0;
    background-color: #60AA4B;
}
.servc-grid {
    margin: 2.78em 0;
}
.servc-grid:hover .servc-grid-left span.glyphicon {
    transform: rotatey(360deg);
}
/*-- //services --*/
.project {
    text-align: center;
    padding: 20px 0;
    padding-left: 30px;
    padding-right: 30px;
    /*background-color: #000166;*/
}
.item img {
    /*width: 100%;*/
   max-height: 125px;
}
.item_rest img {
    /*width: 100%;*/
   max-height: 105px;
}
.project_rest {
    text-align: center;
    padding: 15px 0;
    padding-left: 30px;
    padding-right: 30px;
    /*background-color: #000166;*/
}

/*-- events --*/
.events {
    padding: 5em 0;
}
.events h3 {
    font-size: 3em;
    color: #000166;
    margin: 0 0 1em;
    font-family: 'Play-Regular';
}
.events h4 {
    font-size: 1.4em;
    color: #000166;
    margin: 0 0 0.5em;
    font-weight: 600;
    line-height: 1.2em;
    font-family: 'Play-Regular';
}
.events p {
    font-size: 1.1em;
    line-height: 1.7em;
    color: #999;
    margin: 1em 0 0;
}
.events-grid-left-top p {
    font-size: 1em;
    color: #000166;
    text-align: center;
    margin: 0;
    border: 1px solid #BAB9B9;
        height: 73px;
}
.events-grid-left-top p i{
	font-size:1.5em;
	padding:1em;
	background:#45AED6;
	color:#fff;
	float: left;
    top: 0px;
}
.events-grid{
	margin:3em 0 0;
}
.events-grid-left img{
	width:100%;
}
.events-pos p{
	padding:1em;
	color:#000000;
	font-size:14px;
	line-height:1.8em;
	margin:0;
	background:#45AED6;
}
.events-grid-left:hover div.events-grid-left-top p i{
	background:#000166;
	color:#fff;
	transition:.5s all;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
}
.events-grid-left:hover div.events-pos p{
	background:#000166;
	color:#fff;
	transition:.5s all;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
}
/*-- //events --*/
/*--footer-starts--*/
.footer {
    padding: 5em 0px;
    background: #212121;
}
.footer-left span {
    font-size: 2em;
    color: #fff;
    padding: 7px;
	vertical-align:middle;
	display:inline-block;
}
.footer-left p {
    color: #fff;
    font-size: 16px;
    vertical-align: middle;
    display: inline-block;
    width:65%;
    margin-left: 12px;
}
.footer-left p a,.footer-right p a{
	color: #fff;
}
.footer-left p a:hover,.footer-right p a:hover{
	color: #000166;
}
.a-2{
	margin-top:12%;
}
.footer-right input[type="text"] {
    width: 74%;
    color: #fff;
    background: none;
    padding: 10px 10px;
    outline: none;
    border: 1px solid #fff;
    font-size: 13px;
}
.footer-right form input[type=submit] {
    color: #fff;
    padding: 9px 30px;
    font-size: 15px;
    cursor: pointer;
    border: 1px double #fff;
    margin: 15px 0 0 0px;
    outline: none;
    background: none;
}
.footer-right form input[type=submit]:hover {
    background:#000166;
     border: 1px double #000166;
    color: #fff;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}
.footer-right p{
	color: #fff;
    font-size: 16px;
    margin-top: 7%;
}
/*--footer-end--*/
.banner-1 {
    background: url(../images/3.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height:200px;
}
.contact,.gallery,.single{
	padding:6em 0;
}
.contact h2,.gallery h2,.single h2{
	color: #000166;
    font-size: 3em;
    margin: 0 0 1.5em;
	font-family: 'Play-Regular';
	text-align:center;
}
.contact h3,.gallery h3{
	color: #000166;
    font-size: 3em;
    margin: 0 0 1.5em;
	font-family: 'Play-Regular';
	text-align:center;
}
.contact p,.gallery p{
	font-size: 1em;
    line-height: 1.7em;
    color: #999;
    margin: 1em 0 0;
}
/*--Typography--*/
.show-grid [class^=col-] {
    background: #fff;
  text-align: center;
  margin-bottom: 10px;
  line-height: 2em;
  border: 10px solid #f0f0f0;
}
.show-grid [class*="col-"]:hover {
  background: #e0e0e0;
}
.grid_3{
	margin-bottom:2em;
}
.xs h3, h3.m_1{
	color:#000;
	font-size:1.7em;
	font-weight:300;
	margin-bottom: 1em;
}
.grid_3 p{
  color: #999;
  font-size: 0.85em;
  margin-bottom: 1em;
  font-weight: 300;
}
.grid_4{
	background:none;
	margin-top:50px;
}
h3.title {
    color:#000166;
    font-size: 3em;
	text-align:center;
	font-family: 'Play-Regular';
}
.label {
  font-weight: 300 !important;
  border-radius:4px;
}
.grid_5{
	background:none;
	padding:2em 0;
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
	margin-bottom: 1em;
    color:#000166;
	font-family: 'Play-Regular';
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border-top: none !important;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 0;
}
.badge-primary {
  background-color: #03a9f4;
}
.badge-success {
  background-color: #8bc34a;
}
.badge-warning {
  background-color: #ffc107;
}
.badge-danger {
  background-color: #e51c23;
}
.grid_3 p{
  line-height: 2em;
  color: #888;
  font-size: 0.9em;
  margin-bottom: 1em;
  font-weight: 300;
}
.bs-docs-example {
  margin: 1em 0;
}
section#tables  p {
 margin-top: 1em;
}
.tab-container .tab-content {
  border-radius: 0 2px 2px 2px;
  border: 1px solid #e0e0e0;
  padding: 16px;
  background-color: #ffffff;
}
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 15px!important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  font-size: 0.9em;
  color: #999;
  border-top: none !important;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.label {
  font-weight: 300 !important;
}
.label {
  padding: 4px 6px;
  border: none;
  text-shadow: none;
}
.nav-tabs {
  margin-bottom: 1em;
}
.alert {
  font-size: 16px;
}
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
line-height:1.8em;
  margin-top:0.5em;
  margin-bottom: 0.5em;
}
li.list-group-item1 {
  line-height: 2.5em;
}
.input-group {
  margin-bottom: 20px;
  }
.in-gp-tl{
padding:0;
}
.in-gp-tb{
padding-right:0;
}
.list-group {
  margin-bottom: 48px;
}
 ol {
  margin-bottom: 44px;
}
h2.typoh2{
    margin: 0 0 10px;
}


@media (max-width:768px){
.grid_5 {
	padding: 0 0 1em;
}
.grid_3 {
	margin-bottom: 0em;
}

}
@media (max-width:640px){
h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
	margin-bottom: .5em;
}
.progress {
	height: 10px;
	margin-bottom: 10px;
}
ol.breadcrumb li,.grid_3 p,ul.list-group li,li.list-group-item1 {
	font-size: 14px;
}
.breadcrumb {
	margin-bottom: 10px;
}
.well {
	font-size: 14px;
	margin-bottom: 10px;
}
h2.typoh2 {
	font-size: 1.5em;
}
.label {
	font-size: 60%;
}
}
@media (max-width:480px){
.table h1 {
	font-size: 26px;
}
.table h2 {
	font-size: 23px;
}
.table h3 {
	font-size: 20px;
}
.label {
	font-size: 53%;
}
.alert,p {
	font-size: 14px;
}
.pagination {
	margin: 20px 0 0px;
}
}
@media (max-width: 320px){
.grid_4 {
	margin-top: 18px;
}
h3.title {
	font-size: 1.6em;
}
.alert, p,ol.breadcrumb li, .grid_3 p,.well, ul.list-group li, li.list-group-item1,a.list-group-item {
	font-size: 13px;
}
.alert {
	padding: 10px;
	margin-bottom: 10px;
}
ul.pagination li a {
	font-size: 14px;
	padding: 5px 11px;
}
.list-group {
	margin-bottom: 10px;
}
.well {
	padding: 10px;
}
.nav > li > a {
	font-size: 14px;
}
table.table.table-striped,.table-bordered,.bs-docs-example {
	display: none;
}
}
/*--//Typography --*/
/*--contact-starts--*/
.contact-top{
	text-align:center;
}
.map-bottom {
    margin-bottom: 5em;
}
.map{
	margin-top:4%;
}
.map iframe{
	width:100%;
	height:300px;
}
.adrs-left span{
	color:#000166;
	font-size:2.2em;
	display:inline-block;
	vertical-align:middle;
}
.adrs-left p {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: #000166;
    margin: 0 0 0 10px;
}
.adrs-left p a{
	color:#000166;
}
.adrs-left p a:hover{
	color:#000166;
}
.contact-bottom{
	margin-top:4%;
}
.contact-bottom input[type="text"] {
    width: 98%;
    margin: 0px;
    color: #999;
    background: none;
    padding: 15px 10px;
    outline: none;
    border: 1px solid #BEBEBE;
}
.contact-bottom select {
    width: 98%;
    margin: 0px;
    color: #999;
    background: none;
    padding: 15px 10px;
    outline: none;
    border: 1px solid #BEBEBE;
}
.contact-bottom input[type="text"]:nth-child(1) {
    margin-right: 10px;
}
.contact-bottom textarea {
    width: 100%;
    color: #999;
    resize: none;
    background: none;
    height: 12.7em;
    padding: 15px;
    outline: none;
    border: 1px solid #BEBEBE;
    margin-top: 1.4%;
}
.btn_submit {
    color:#fff;
    padding: 7px 41px;
    font-size: 18px;
    cursor: pointer;
    font-weight: 400;
    margin: 20px 0 0 0px;
    border:none;
    background:#000166;
    outline: none;
}
.submit-btn {
    text-align: center;
}
.submit-btn input[type=submit]:hover {
    background: #000166;
    color: #fff;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}
/*--contact-end--*/
/*-- gallery --*/
.gallery-top {
    padding: 5em 0;
}
.gallery-info {
  text-align: center;
}
.gallery-grid img {
  width: 100%;
}
.gallery-grid:hover img {
  -webkit-filter: grayscale(100%);
  opacity: 8;
  transition: all 300ms!important;
  -webkit-transition: all 300ms!important;
  -moz-transition: all 300ms!important;
}
.gallery-grids-middle{
	margin:2em 0;
}
.gallery-grids-top {
    margin: 5em 0 0 0;
}

/*-- services --*/
.services-grid h4{
  font-size: 1.5em;
  color: #fff;
  text-transform: capitalize;
  margin:0;
  font-family: 'Play-Regular';
}
.services-info {
  background:#000166;
    padding: 1em 1em;
}
.services-info:hover {
   background: #000166;
    padding: 1em 1em;
}
.services-grid {
    margin-bottom: 3em;
}
.services-section {
    text-align: center;
}
/*-- services --*/
/*-- single --*/
.artical-links ul {
    padding: 1.5em 0;
    border: 1px dashed #4E629C;
    border-left: none;
    border-right: none;
}
.artical-links ul li {
    display: inline-block;
    padding-left: 4em;
    color: #000166;
    font-size: 1em;
}
.artical-links ul li:nth-child(1) {
    padding-left: .5em;
}
.artical-links ul li i {
    vertical-align: inherit;
    margin-right: .8em;
}
.artical-links ul li a{
	color:#000166;
}
.artical-links ul li a:hover{
	text-decoration:underline;
	color:#000166;
}
.artical-content h4{
	color: #000166;
    text-align: left;
    text-transform: capitalize;
    font-size: 2em;
	font-family: 'Play-Regular';
    margin: 0 0 1em;
}
.artical-content p {
	color: #999;
	font-size: 1em;
	line-height: 1.8em;
	margin:2em 0;
}
/*---comment-box----*/
.table-form{
	margin: 2em 0 0;
}
.table-form input[type="text"],.table-form input[type="email"],.table-form textarea{
	border:1px solid #E3E3E3;
	outline: none;
	padding: 1em;
	color:#999;
	overflow: hidden;
	display: block;
	font-size: 1em;
	background:none;
}
.table-form input[type="email"]{
	margin:1em 0;
}
.table-form textarea{
	min-height:220px;
	resize: none;
	margin:1em 0;
}
.table-form input[type="submit"],.table-form textarea,.table-form input[type="text"],.table-form input[type="email"] {
	width:70%;
}
.table-form input[type="submit"] {
	background:#000166;
	color: #fff;
	font-size: 1.2em;
	display: block;
	outline: none;
	border: none;
	padding:0.5em 0;
	text-align:center;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.table-form input[type="submit"]:hover{
	background:#000166;
}
.comment-grid-top h3, .artical-commentbox h3 {
    color: #000166;
	font-family: 'Play-Regular';
    text-transform: capitalize;
    padding-top: 1.5em;
    margin: 0;
    font-size: 3em;
}
.top-comment-left{
	float: left;
	width: 13%;
}
.top-comment-right{
	float: left;
	width:84%;
	margin-left:1em;
}
.top-comment-right ul{
	padding: 0;
	margin: 0;
}
.top-comment-right ul li {
    display: inline-block;
    color:#000166;
    padding: 0.3em;
    font-size: 1.2em;
}
.top-comment-right ul li a {
    text-decoration: none;
    font-size: 1.1em;
    color: #000166;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.top-comment-right ul li a:hover{
	color:#000;
}
.top-comment-right p {
  color:#999;
  font-size: 1em;
  margin: 0;
  line-height: 1.8em;
}
.comments-top-top {
    margin: 2.5em 0 0;
    border: 1px solid #E4E4E4;
    padding: 2em;
    width: 70%;
	 transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.comments-top-top:hover{
	 border-color:#4E629C;
}
.blog-top p {
	font-size: 1em;
	color: #fff;
	line-height: 1.8em;
	text-align: left;
	margin: 1em 0;
}
.artical-content img {
  width: 100%;
}
.artical-links ul li span {
    font-size: 1.2em;
    display: inline-block;
}
.artical-content,.artical-links,.comment-grid-top,.artical-commentbox {
    padding: 0 2em;
}
/*-- //single --*/
/*-- responsive-design --*/
@media (max-width: 1440px){
}
/*-- responsive-design --*/
@media (max-width: 1366px){
}
/*-- responsive-design --*/
@media (max-width: 1280px){
}
/*-- responsive-design --*/
@media (max-width: 1024px){
.head-right p {
    font-size: .9em;
}
.banner-text h3 {
    font-size: 3em;
}
.banner-text {
    margin: 12em auto 0;
}
.banner2 {
    min-height: 515px;
}
.banner1 {
    min-height: 515px;
}
.welcome {
    padding: 3em 0;
}
.welcome h2 {
    font-size: 2.5em;
}
.welcome h5 {
    font-size: 1.3em;
}
.welcome h4 {
    font-size: 1.6em;
}
.services {
    padding: 3em 0;
}
h3.title {
    font-size: 2.5em;
}
.services h4 {
    font-size: 1.3em;
}
.servc-grid {
    margin: 1.49em 0;
}
.events {
    padding: 3em 0;
}
.events-grid-left-top p i {
    font-size: 1.2em;
    left: -6px;
}
.footer {
    padding: 3em 0px;
}
.footer-right input[type="text"] {
    width: 72%;
}
.footer-right form input[type=submit] {
    padding: 9px 25px;
}
.typo, .contact, .gallery,.single {
    padding: 3em 0;
}
 .contact h2, .gallery h2,.single h2 {
    font-size: 2.3em;
}
 .contact h3, .gallery h3 {
    font-size: 2.3em;
}
.adrs-left {
	padding:0;
}
.contact-bottom input[type="text"] {
    width: 49.2%;
}
.artical-content, .artical-links, .comment-grid-top, .artical-commentbox {
    padding: 0 1em;
}
.comment-grid-top h3, .artical-commentbox h3 {
    font-size: 2.5em;
}
}
/*-- responsive-design --*/
@media (max-width: 991px){
.header-top {
    padding: 1em 0px;
}
.header-top_s {
    padding: 1em 0px;
}
.head-middle h1 a {
    font-size: 1.4em;
}
.head-left {
    float: left;
    width: 20%;
    padding-top: 1.3em;
}
.navigation {
    height: 75px ! important;
}
.head-right {
   padding:0;
    float: left;
    width: 40%;
}
.head-middle {
    float: left;
    width: 40%;
}
.banner-text {
    margin: 7em auto 0;
	width:70%;
}
.banner1 {
    min-height: 400px;
}
.banner2 {
    min-height: 400px;
}
.welcome-left {
    padding: 0 1em;
}
.welcome-right {
    margin: 2em 0 0;
}
.project {
    padding: 3em 0;
}
.servc-grids {
    float: left;
    width: 50%;
}
.servc-grids1 {
    float: left;
    width: 50%;
}
.servc-grid-left span.glyphicon {
    font-size: 2.5em;
	padding:0;
}
.col-xs-3.servc-grid-left {
    float: left;
    width: 20%;
}
.col-xs-9.servc-grid-right {
    float: left;
    width: 80%;
	padding:0;
}
.services h4 {
    font-size: 1.2em;
}
.services p {
    font-size: 0.9em;
}
.welcome p {
    font-size: 0.9em;
}
.events {
    padding: 0em 0 3em;
}
.events-grid-left {
    float: left;
    width: 33.33%;
}
.footer-right {
    float: left;
    width: 100%;
	margin-bottom:1em;
}
.footer-left {
    float: left;
    width: 50%;
}
.footer-right form input[type=submit] {
    padding: 9px 12px;
}
.footer-right input[type="text"] {
    width: 70%;
}
.footer-left p {
    font-size: 0.9em;
    width: 81%;
}
.a-2 {
    margin-top: 3%;
}
.footer-right p {
    margin-top: 4%;
    margin-bottom: 2%;
}
.services-grid {
    float: left;
    width: 25%;
    padding: 0 5px;
}
.contact p, .gallery p {
    font-size: 0.9em;
}
.services-grid h4 {
    font-size: 1.4em;
}
.sister-left {
    float: left;
    width: 33.33%;
}
.sister-middle {
    float: left;
    width: 33.33%;
}
.sister-right {
    float: left;
    width: 33.33%;
}
.babysisters h5 {
    font-size: 1.2em;
}
.babysisters p{
    font-size: 0.875em;
}
.co-top {
    margin-bottom: 1.5em;
}
.plan-top {
    padding: 1em;
    margin: 0 0 1em;
}
.gallery-grid {
    float: left;
    width: 25%;
    padding: 0 5px;
}
.gallery-grids-top {
    margin: 0;
}
.events h3 {
    font-size: 2.5em;
}
.events p {
    font-size: 0.9em;
}
.adrs-left {
    padding: 0 15px;
	margin:1em 0;
}
.contact-bottom input[type="text"] {
    width: 49%;
}
.artical-links ul li {
    padding-left: 0.5em;
}
.comments-top-top {
    padding: 2em;
    width: 100%;
}
.artical-content p {
    font-size: 0.9em;
}
.top-comment-right p {
    font-size: 0.9em;
}
}
/*-- responsive-design --*/
@media (max-width: 800px){
ul.navig li a {
    padding: 26px 20px;
}
}
/*-- responsive-design --*/
@media (max-width: 768px){
.navigation {
    height: 60px ! important;
}
.navigation {
    padding: 0.8em 0px;
}
ul.navig li a {
    width: 100%;
    font-weight: 600;
    display: block;
    color: rgba(64, 63, 69, 1);
    font-size: 1.25em;
    padding: 9px 20px;
}
.footer-left p {
    font-size: 0.9em;
    width: 78%;
}
}
/*-- responsive-design --*/
@media (max-width: 736px){
.artical-links ul li span {
    font-size: 1em;
}
.artical-content h4 {
    font-size: 1.7em;
}
}
/*-- responsive-design --*/
@media (max-width: 640px){
.head-right {
    padding: 0;
    float: none;
    width: 100%;
    text-align: center;
}
.head-middle {
    float: none;
    width: 100%;
    margin: 0.5em 0;
}
.head-left {
    float: none;
    width: 100%;
    padding-top: 0;
    text-align: center;
}
.head-left ul {
    margin: 4% 0 0 0;
}
.head-right p {
    margin-top: 0;
}
.banner-text h3 {
    font-size: 2.5em;
}
.banner-text {
    margin: 6em auto 0;
    width: 80%;
}
.banner1 {
    min-height: 350px;
}
.banner2 {
    min-height: 350px;
}
.services-grid h4 {
    font-size: 1.1em;
}
.sister-left {
    float: left;
    width: 50%;
}
.sister-middle {
    float: left;
    width: 50%;
}
.sister-right {
    float: left;
    width: 63%;
}
.contact-bottom input[type="text"] {
    width: 48.7%;
}
.top-comment-left {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 1em;
}
.top-comment-left img {
    display: inline-block;
}
.top-comment-right {
    float: left;
    width: 100%;
    margin-left: 0em;
    text-align: center;
}
.comment-grid-top h3, .artical-commentbox h3 {
    font-size: 2em;
}
.table-form input[type="submit"], .table-form textarea, .table-form input[type="text"], .table-form input[type="email"] {
    width: 100%;
}
.footer-left p {
    font-size: 0.9em;
    width: 76%;
}
}
/*-- responsive-design --*/
@media (max-width:600px){
.footer-left p {
    font-size: 0.9em;
    width: 73%;
}
}
/*-- responsive-design --*/
@media (max-width: 480px){
.head-middle h1 a {
    font-size: 1.3em;
}
.banner-text {
    margin: 4em auto 0;
    width: 87%;
}
.banner1 {
    min-height: 290px;
}
.banner2 {
    min-height: 290px;
}
.banner-text h3 {
    font-size: 2.2em;
}
.welcome {
    padding: 2em 0;
}
.welcome h2 {
    font-size: 2.3em;
	margin: 0 0 0.5em;
}
.welcome h5 {
    font-size: 1.2em;
}
.services {
    padding: 2em 0;
}
.servc-grids {
    float: left;
    width: 100%;
}
.col-xs-9.servc-grid-right {
    padding: 0 10px;
}
.servc-grids1 {
    float: left;
    width: 100%;
}
h3.title {
    font-size: 2.3em;
}
.events h3 {
    font-size: 2.3em;
}
.events-grid-left {
    float: left;
    width: 100%;
}
.events-grid-left {
    margin-bottom: 3em;
}
.events-grid-left-top p i {
    font-size: 1.2em;
    left: -79px;
}
.events {
    padding: 0em 0 0em;
}
.footer-right {
    float: left;
    width: 100%;
}
.footer-left {
    float: left;
    width: 100%;
}
.a-2 {
    margin-top: 2%;
}
.contact h2, .gallery h2 ,.single h2{
    margin: 0 0 1em;
}
.services-grid {
    float: left;
    width: 50%;
    padding: 0 8px;
}
.typo,.contact, .gallery ,.single {
    padding: 2em 0;
}
.sister-left {
    float: left;
    width: 100%;
}
.sister-middle {
    float: left;
    width: 100%;
}
.contact h3, .gallery h3 {
    margin: 0 0 1em;
}
.sister-middle {
    margin: 2em 0;
}
.footer-left p {
    width: 82%;
}
.gallery-grid {
    float: left;
    width: 50%;
    padding: 10px;
}
.contact-bottom input[type="text"] {
    width: 48.3%;
}
.artical-content h4 {
    font-size: 1.5em;
}
.artical-links ul li:last-child {
    margin-top: 0.5em;
}
}
/*-- responsive-design --*/
@media (max-width: 414px){
.events-grid-left-top p i {
    left: -7px;
}
.artical-content, .artical-links, .comment-grid-top, .artical-commentbox {
    padding: 0px 0em;
}
.artical-content h4 {
    font-size: 1.4em;
}
.top-comment-right ul li {
    font-size: 1.1em;
}
 .contact h2, .gallery h2, .single h2 {
    margin: 0 0 0.8em;
}
.comments-top-top {
    padding: 1em;
    width: 100%;
}
.contact-bottom input[type="text"] {
    width: 100%;
    margin-top: 10px;
	margin-right:0;
	padding: 10px 10px;
}
.footer-left p {
    width: 81%;
}
.footer-left span {
    font-size: 1.5em;
}
}
/*-- responsive-design --*/
@media (max-width: 384px){
.events-grid-left-top p i {
    font-size: 1.2em;
    left: -31px;
}
}
/*-- responsive-design --*/
@media (max-width: 375px){
.events-grid-left-top p i {
    font-size: 1.2em;
    left: -7px;
}
}
/*-- responsive-design --*/
@media (max-width: 320px){
.head-right p {
    font-size: 0.95em;
}
.head-middle h1 a {
    font-size: 1.2em;
}
.navigation {
    height: 50px ! important;
	padding:0.5em 0;
}
.banner-text {
    margin: 4em auto 0;
    width: 100%;
}
.banner-text h3 {
    font-size: 1.5em;
}
.banner-text p {
    font-size: 18px;
}
.banner2 {
    min-height: 235px;
}
.banner1 {
    min-height: 235px;
}
.welcome h2 {
    font-size: 2em;
}
.welcome h5 {
    font-size: 1.1em;
    line-height: 1.3em;
}
.welcome-left {
    padding: 0;
}
.welcome h4 {
    font-size: 1.4em;
}
.welcome-right {
    padding: 0;
}
button.btn.btn-default {
    width: 35px;
    height: 38px;
}
h3.title {
    font-size: 2em;
}
.events h3 {
    font-size: 2em;
}
.events-grid-left {
    padding: 0;
	 margin-bottom: 2em;
}
.events-grid-left-top p i {
    font-size: 1.2em;
    left: -14px;
}
.footer {
    padding: 2em 0px;
}
.footer-right form input[type=submit] {
    padding: 8px 6px;
}
.footer-right input[type="text"] {
    width: 65%;
}
.footer-right {
    padding: 0;
}
.footer-right p {
    font-size: 15px;
	text-align:center;
}
.footer-left {
    padding: 0;
}
.footer-left p {
    width: 80%;
}
.footer-right {
    margin-bottom: 1em;
}
.contact h2, .gallery h2,.single h2 {
    font-size:1.8em;
}
.services-grid {
    float: left;
    width: 100%;
    padding: 0 8px;
}
.services-grid {
    margin-bottom: 1.2em;
}
.banner-1 {
    min-height: 150px;
}
.contact h3, .gallery h3 {
    font-size: 2em;
}
.sister-left {
    padding: 0;
}
.sister-middle {
    padding: 0;
}
.sister-right {
    float: left;
    width: 100%;
    padding: 0;
}
.gallery-grid {
    padding: 5px;
}
.adrs-left {
    padding: 0;
}
.contact p {
    width: 86%;
}
.map-bottom {
    margin-bottom: 2em;
}
.contact-bottom input[type="text"] {
    width: 100%;
    margin: 0 0 0.5em;
}
.contact-bottom input[type="text"]:nth-child(1) {
    margin-right: 0;
}
.artical-content h4 {
    font-size: 1.2em;
    line-height: 1.3em;
}
.contact-bottom input[type="text"] {
    padding: 8px 10px;
    font-size: 0.9em;
}
.adrs-left span {
	font-size: 1.5em;
}
.footer-left span {
    font-size: 1.5em;
}
}


/* background on counter section */

.counter-calltoaction {
    background-image: url("../images/bg-dates.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
    width: 100%;
}



.overlay {
    box-shadow: inset 0 0 0 1222px rgba(41, 41, 41, 0.42);
}

.overlay-light {
    box-shadow: inset 0 0 0 1222px rgba(255, 255, 255, 0.82);
}

.overlay-dark {
    box-shadow: inset 0 0 0 1222px rgba(41, 41, 41, 0.87);
}

.parallax_p {
    /* The image used */

    /* Set a specific height */
    height: 550px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



/* pricing table */
/*.pricing-tables {
  padding: 20px;
}
.pricing-tables h1 {
  font-size: 48px;
}
.pricing-tables .plan.first {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px !important;
}
.pricing-tables .plan.last {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pricing-tables .plan.recommended {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pricing-tables .plan.recommended .head {
  /*margin-bottom: 20px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.pricing-tables.attached .col-sm-4, .pricing-tables.attached .col-md-4, .pricing-tables.attached .col-sm-3, .pricing-tables.attached .col-md-3 {
  padding-left: 0;
  padding-right: 0;
}
.pricing-tables.attached .plan {
  border-radius: 0;
}
.pricing-tables.attached .plan .head {
  border-radius: 0;
}
/*.pricing-tables.attached .plan.recommended {
  border-radius: 4px;
}*/
/*.pricing-tables.attached .plan.recommended .head {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.pricing-tables.attached .plan.last {
  border-bottom-right-radius: 4px;
}
.pricing-tables.attached .plan.last .head {
  border-top-right-radius: 4px;
}
.pricing-tables.attached .plan.first {
  border-bottom-left-radius: 4px;
}
.pricing-tables.attached .plan.first .head {
  border-top-left-radius: 4px;
}
.plan {
  box-shadow: 0 2px 2px rgba(10, 10, 10, 0.30) !important;
  min-height: 100px;
  background: #fff;
  border-radius: 4px;
  margin: 20px 0;
  padding-bottom: 25px;
  text-align: center;
}
.plan .head {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 12px 16px;
  background: #595959;
  color: #fff;
}
.plan .head h1, .plan .head h2, .plan .head h3 {
  padding: 0;
  margin: 0;
  font-weight: 100;
}
.plan .price {
  border-top: 1px solid #eee;
  margin: 0 auto 30px auto;
  width: 80%;
}
.plan .price h3 {
  font-size: 82px;
  vertical-align: top;
  line-height: 1;
}
.plan .price h3 span {
  font-size: 38px;
  vertical-align: top;
  position: relative;
  margin: 6px 0 0 -7px;
  display: inline-block;
}
.plan .price h4 {
  color: #aaa;
  font-size: 14px;
}
.plan .btn {
  padding: 10px 30px;
  text-transform: uppercase;
  font-weight: 500;
}
.plan ul {
  list-style-type: none;
  padding: 20px;
  margin-top: 2px;
}
.plan ul li {
  line-height: 22px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 400;
}
.plan ul li a {
  text-decoration: underline;
  color: #e6e9ed;
}
.plan ul li:last-child {
  border-bottom: none;
}
.plan ul strong {
  font-weight: 700;
}
.plan.recommended {
  margin-top: 6px;
  box-shadow: 0 0 22px rgba(10, 10, 10, 0.42);
  position: relative;
  z-index: 99;
  border-radius: 4px;
}
.plan.recommended .head {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background: #4e9a06;
}
.head.value{
  background-color: #fdaf17;
  /*margin-bottom: 48px;
}
.plan.recommended .btn {
  margin-bottom: 10px;
}
@media screen and (min-width:770px) and (max-width:990px){
  .plan .mediafix h3 {
      font-size: 55px !important;
      vertical-align: top;
      line-height: 1;
  }
}*/


.pricing-section {
    position: relative;
    padding: 35px 0 60px;
    overflow: hidden;
}
.pricing-section .outer-box{
  max-width: 1100px;
  margin: 0 auto;
}


.pricing-section .row{
  margin: 0 -30px;
}

.pricing-block{
  position: relative;
  padding: 0 30px;
  margin-bottom: 40px;
}

.pricing-block .inner-box{
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
  padding: 0 0 30px;
  max-width: 370px;
  margin: 0 auto;
  border-bottom: 20px solid #40cbb4;
}

.pricing-block .icon-box{
  position: relative;
  padding: 50px 30px 0;
  background-color: #40cbb4;
  text-align: center;
}

.pricing-block .icon-box:before{
  position: absolute;
  left: 0;
  bottom: 0;
  height: 75px;
  width: 100%;
  border-radius: 50% 50% 0 0;
  background-color: #ffffff;
  content: "";
}


.pricing-block .icon-box .icon-outer{
  position: relative;
  height: 150px;
  width: 150px;
  background-color: #ffffff;
  border-radius: 50%;
  margin: 0 auto;
  padding: 10px;
}

.pricing-block .icon-box i{
  position: relative;
  display: block;
  height: 130px;
  width: 130px;
  line-height: 120px;
  border: 5px solid #40cbb4;
  border-radius: 50%;
  font-size: 50px;
  color: #40cbb4;
  -webkit-transition:all 600ms ease;
  -ms-transition:all 600ms ease;
  -o-transition:all 600ms ease;
  -moz-transition:all 600ms ease;
  transition:all 600ms ease;
}

.pricing-block .inner-box:hover .icon-box i{
  transform:rotate(360deg);
}

.pricing-block .price-box{
  position: relative;
  text-align: center;
  padding: 10px 20px;
}

.pricing-block .title{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 1.2em;
  color: #222222;
  font-weight: 600;
}

.pricing-block .price{
  display: block;
  font-size: 30px;
  color: #222222;
  font-weight: 700;
  color: #40cbb4;
}


.pricing-block .features{
  position: relative;
  max-width: 200px;
  margin: 0 auto 20px;
}

.pricing-block .features li{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #848484;
  font-weight: 500;
  padding: 5px 0;
  padding-left: 30px;
  border-bottom: 1px dashed #dddddd;
}
.pricing-block .features li:before {
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 16px;
    color: #2bd40f;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    margin-top: -8px;
}
.pricing-block .features li.false:before{
  color: #e1137b;
  content: "\f057";
}

.pricing-block .features li a{
  color: #848484;
}

.pricing-block .features li:last-child{
  border-bottom: 0;
}

.pricing-block .btn-box{
  position: relative;
  text-align: center;
}

.pricing-block .btn-box a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 25px;
  color: #ffffff;
  font-weight: 500;
  padding: 8px 30px;
  background-color: #40cbb4;
  border-radius: 10px;
  border-top:2px solid transparent;
  border-bottom:2px solid transparent;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 300ms ease;
}

.pricing-block .btn-box a:hover{
  color: #ffffff;
}

.pricing-block .inner-box:hover .btn-box a{
  color:#40cbb4;
  background:none;
  border-radius:0px;
  border-color:#40cbb4;
}

.pricing-block:nth-child(2) .icon-box i,
.pricing-block:nth-child(2) .inner-box{
  border-color: #1d95d2;
}

.pricing-block:nth-child(2) .btn-box a,
.pricing-block:nth-child(2) .icon-box{
  background-color: #1d95d2;
}

.pricing-block:nth-child(2) .inner-box:hover .btn-box a{
  color:#1d95d2;
  background:none;
  border-radius:0px;
  border-color:#1d95d2;
}

.pricing-block:nth-child(2) .icon-box i,
.pricing-block:nth-child(2) .price{
  color: #1d95d2;
}

.pricing-block:nth-child(3) .icon-box i,
.pricing-block:nth-child(3) .inner-box{
  border-color: #ffc20b;
}

.pricing-block:nth-child(3) .btn-box a,
.pricing-block:nth-child(3) .icon-box{
  background-color: #ffc20b;
}

.pricing-block:nth-child(3) .icon-box i,
.pricing-block:nth-child(3) .price{
  color: #ffc20b;
}

.pricing-block:nth-child(3) .inner-box:hover .btn-box a{
  color:#ffc20b;
  background:none;
  border-radius:0px;
  border-color:#ffc20b;
}


/*CARD PRICING*/

.cardSection {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 20px 0;
    display: flex;
    justify-content: center;
  }
.cardPrice {
    text-align: center;
    position: relative;
    width: 280px;
    height: 750px;
    margin: 40px 18px;
    background: linear-gradient(-45deg, #fe0847, #feae3f);
    border-radius: 15px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .5);
    padding: 15px 15px;
    transition: .5s;
    overflow: hidden;
  }
  .cardPrice:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}
  .cardPrice:nth-child(1),
  .cardPrice:nth-child(1) .lbltitle .far {
    background: linear-gradient(-45deg, #f403d1, #64b5f6);
  }
  .cardPrice:nth-child(2),
  .cardPrice:nth-child(2) .lbltitle .far {
    background: linear-gradient(-45deg, #ffec61, #f321d7);
  }
  .cardPrice:nth-child(3),
  .cardPrice:nth-child(3) .lbltitle .far {
    background: linear-gradient(-45deg, #24ff72, #9a4eff);
  }
  .cardPrice:nth-child(4),
  .cardPrice:nth-child(4) .lbltitle .far {
    background: linear-gradient(
        -45deg, #4a6a55, #9263d1);
  }
  
  .cardPrice:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    background: rgba(255,255,255,.1);
    z-index: 1;
    transform: skewY(-5deg) scale(1.5);
  }
  .lbltitle .far {
    color: white; 
    font-size: 60px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .4);
  }
  
  .cardPrice h2 {
    position: relative;
    margin: 20px 0 0;
    padding: 0;
    color: white;
    font-size: 28px;
    z-index: 2;
  }
  .lblprice {
    position: relative;
    z-index: 2;
  }
  .lblprice h4 {
    position: relative;
    padding: 5px 0;
    color: white;
    font-size: 35px;
    background: transparent;
  }
  .lblprice h5 {
    position: relative;
    padding: 5px 0;
    color: white;
    font-size: 20px;
    background: transparent;
  }
  .lbloption {
    position: relative;
    z-index: 2;
  }
  .lbloption ul {
    padding: 0;
    margin: 0;
  }
  .lbloption ul li {
    padding: 0 0 10px;
    margin: 0;
    list-style: none;
    color: white;
    font-size: 16px;
    text-align: left;
    text-indent: -10px;
    margin-left: 20px;
  }
  .cardPrice a {
    position: relative;
    z-index: 2;
    background: white;
    color: darkgray;
    width: 150px;
    height: 40px;
    display: block;
    line-height: 40px;
    text-align: center;
    margin: 20px auto 0;
    border-radius: 40px;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
  }
  .cardPrice:hover a {
    cursor: pointer;
  }


/*CARD PRICING*/






/* USER PROFILE PAGE */
 .card {
    margin-top: 20px;
    padding: 30px;
    background-color: rgba(214, 224, 226, 0.2);
    -webkit-border-top-left-radius:5px;
    -moz-border-top-left-radius:5px;
    border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-top-right-radius:5px;
    border-top-right-radius:5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.card.hovercard {
    position: relative;
    padding-top: 0;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 1);
}
.card.hovercard .card-background {
    height: 130px;
}
.card-background img {
    -webkit-filter: blur(25px);
    -moz-filter: blur(25px);
    -o-filter: blur(25px);
    -ms-filter: blur(25px);
    filter: blur(25px);
    margin-left: -100px;
    margin-top: -200px;
    min-width: 130%;
}
.card.hovercard .useravatar {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
}
.card.hovercard .useravatar img {
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0.5);
}
.card.hovercard .card-info {
    position: absolute;
    bottom: 14px;
    left: 0;
    right: 0;
}
.card.hovercard .card-info .card-title {
    padding:0 5px;
    font-size: 20px;
    line-height: 1;
    color: #262626;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.card.hovercard .card-info {
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: #737373;
    text-overflow: ellipsis;
}
.card.hovercard .bottom {
    padding: 0 20px;
    margin-bottom: 17px;
}
.btn-pref .btn {
    -webkit-border-radius:0 !important;
}


.days_cal{
	font-weight: normal;
  font-size: 25px;
    margin-top: 22px;
}
@media (max-width:1700px){
.header-top_s {
    padding: 2em 0px;
    /*background: #000166;*/
    
    background-repeat: no-repeat;
    background-size: cover;
    height: 520px;
}
}
@media (max-width:1500px){
.header-top_s {
    padding: 2em 0px;
    /*background: #000166;*/
    
    background-repeat: no-repeat;
    background-size: cover;
    height: 460px;
}
}
@media (max-width:1300px){
.header-top_s {
    padding: 2em 0px;
    /*background: #000166;*/
    
    background-repeat: no-repeat;
    background-size: cover;
    height: 360px;
}
}
@media (max-width:1200px){
.days_cal{
	font-weight: normal;
  font-size: 25px;
    margin-top: 22px;
}
.img-header{
      margin-bottom: -76px;
}

.header-top {
    padding: 2em 0px;
    /*background: #000166;*/
    
    background-repeat: no-repeat;
    background-size: cover;
    height: 265px;
}
.header-top_s {
    padding: 2em 0px;
    /*background: #000166;*/
    
    background-repeat: no-repeat;
    background-size: cover;
    height: 265px;
}
}
@media (max-width:1024px){
.days_cal{
	font-weight: normal;
  font-size: 25px;
    margin-top: 22px;
}
.events-grid-left-top p {
  height: 60px;
}
.events-grid-left-top p i {

    margin-left: 6px;

}

}

@media (max-width:992px){
.days_cal{

  width: 145px;
  font-size: 11px;
}
.img-header {
    margin-bottom: -50px;
}
}

@media (max-width:650px){
.days_cal{
  font-size: 18px;
  margin-top: 5px;
font-weight: bold

}
.events-grid-left-top p {
    height: 54px;
}
}
@media (max-width:640px){
  .img-header {
      margin-bottom: -63px;
  }
  .head-main{
        float: left;
    margin-top: 8%;
}
  .header-top {
      padding: 2em 0px;
      /*background: #000166;*/
      background-image: url("../images/header_mobile.jpg");
      background-repeat: no-repeat;
      background-size: cover;
      height: 305px;
  }
    .header-top_s {
      padding: 2em 0px;
      /*background: #000166;*/
      background-image: url("../images/header_mobile_s.jpg");
      background-repeat: no-repeat;
      background-size: cover;
      height: 305px;
  }
  .like-tweet{
    /*display: none;*/
    width: 92%;
    margin-left: 30px;
  }
  .fb-like{
    float: left;
  }
  .twitter-share-button{
    margin-top: -10px;
    margin-left: -10px;
  }
}
.profesores{
	color: #212121;
    font-size: 17px;
    line-height: 1.7em;
    margin: 1em 0 0;
}

.big_lbl{
	font-size: 18px;
}
#mail-status{
	text-align: center;
	margin-top: 10px;
}
.all_campos input {
	    border: 1px solid #ccc;
}
.all_campos label{
	display: inline-block;
    margin-bottom: 0.5em;
    /*float: left;*/
}

.error{
	background-color: #f0ad4e;
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;

    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}


#msg_db{
	text-align: center;
}
#msg_loading{
	display: none;
	text-align: center;
}
#msg_loading img{
	max-height: 60px;
}


.glyphicon-log-in{
	padding-bottom: 12px;
}


/*Hoteles*/
.list-group {border-radius: 0;}
/*.list-group .list-group-item {background-color: transparent;overflow: hidden;border: 0;border-radius: 0;padding: 0 16px;}*/
.list-group .list-group-item .row-picture,
.list-group .list-group-item .row-action-primary {float: left;display: inline-block;padding-right: 16px;padding-top: 8px;}
.list-group .list-group-item .row-picture img,
.list-group .list-group-item .row-action-primary img,
.list-group .list-group-item .row-picture i,
.list-group .list-group-item .row-action-primary i,
.list-group .list-group-item .row-picture label,
.list-group .list-group-item .row-action-primary label {display: block;width: 56px;height: 56px;}
.list-group .list-group-item .row-picture img,
.list-group .list-group-item .row-action-primary img {background: rgba(0, 0, 0, 0.1);padding: 1px;}
.list-group .list-group-item .row-picture img.circle,
.list-group .list-group-item .row-action-primary img.circle {border-radius: 100%;}
.list-group .list-group-item .row-picture i,
.list-group .list-group-item .row-action-primary i {background: rgba(0, 0, 0, 0.25);border-radius: 100%;text-align: center;line-height: 56px;font-size: 20px;color: white;}
.list-group .list-group-item .row-picture label,
.list-group .list-group-item .row-action-primary label {margin-left: 7px;margin-right: -7px;margin-top: 5px;margin-bottom: -5px;}
.list-group .list-group-item .row-content {display: inline-block;width: calc(100% - 92px);min-height: 66px;}
.list-group .list-group-item .row-content .action-secondary {position: absolute;right: 16px;top: 16px;}
.list-group .list-group-item .row-content .action-secondary i {font-size: 20px;color: rgba(0, 0, 0, 0.25);cursor: pointer;}
.list-group .list-group-item .row-content .action-secondary ~ * {max-width: calc(100% - 30px);}
.list-group .list-group-item .row-content .least-content {position: absolute;right: 16px;top: 0px;color: rgba(0, 0, 0, 0.54);font-size: 14px;}
.list-group .list-group-item .list-group-item-heading {color: rgba(0, 0, 0, 0.77);font-size: 20px;line-height: 29px;}
.list-group .list-group-separator {clear: both;overflow: hidden;margin-top: 10px;margin-bottom: 10px;}
.list-group .list-group-separator:before {content: "";width: calc(100% - 90px);border-bottom: 1px solid rgba(0, 0, 0, 0.1);float: right;}

.bg-profile{background-color: #3498DB !important;height: 150px;z-index: 1;}
.bg-bottom{height: 100px;margin-left: 30px;}
.img-profile{display: inline-block !important;background-color: #fff;border-radius: 6px;margin-top: -50%;padding: 1px;vertical-align: bottom;border: 2px solid #fff;-moz-box-sizing: border-box;box-sizing: border-box;color: #fff;z-index: 2;}
.row-float{margin-top: -40px;}
.explore a {color: green; font-size: 13px;font-weight: 600}
.twitter a {color:#4099FF}
.img-box{box-shadow: 0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);border-radius: 2px;border: 0;}


/*Horas left*/
.hours, .minutes, .seconds{
	font-size: 22px;
}
/* CSS for Credit Card Payment form */
.credit-card-box .panel-title {
    display: inline;
    font-weight: bold;
}
.credit-card-box .form-control.error {
    border-color: red;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(255,0,0,0.6);
}
.credit-card-box label.error {
  font-weight: bold;
  color: red;
  padding: 2px 8px;
  margin-top: 2px;
  background-color: #ffffff;
}
.credit-card-box .payment-errors {
  font-weight: bold;
  color: red;
  padding: 2px 8px;
  margin-top: 2px;
}
.credit-card-box label {
    display: block;
}
/* The old "center div vertically" hack */
.credit-card-box .display-table {
    display: table;
}
.credit-card-box .display-tr {
    display: table-row;
}
.credit-card-box .display-td {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}
/* Just looks nicer */
.credit-card-box .panel-heading img {
    min-width: 180px;
}


/* Social Icons */
#social_side_links {
	position: fixed;
  top: 250px;
  left: 0;
  padding: 0;
  list-style: none;
  z-index: 99;
}

#social_side_links li a {display: block;}

#social_side_links li a img {
	display: block;
	max-width:40px;
  padding: 10px;
  -webkit-transition:  background .2s ease-in-out;
  -moz-transition:  background .2s ease-in-out;
  -o-transition:  background .2s ease-in-out;
  transition:  background .2s ease-in-out;
}

#social_side_links li a:hover img {background: rgba(0, 0, 0, .2);}


/* General link styles */
.link {
	outline: none;
	text-decoration: none;
	position: relative;
  color: #012763;
	line-height: 1;
	display: inline-block;
}

/* Kukuri */
.link--kukuri {
	text-transform: uppercase;
	font-weight: 900;
	overflow: hidden;
	line-height: 0.85;
	color: #012763;
}

.link--kukuri:hover {
	color: #012763;
}

.link--kukuri::after {
	content: '';
	position: absolute;
	height: 10px;
	width: 100%;
	top: 50%;
	margin-top: -8px;
	right: 0;
	background: #F9F9F9;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
	-webkit-transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.link--kukuri:hover::after {
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}

.link--kukuri::before {
	content: attr(data-letters);
	position: absolute;
	z-index: 2;
	overflow: hidden;
	color: #424242;
	white-space: nowrap;
	width: 0%;
	-webkit-transition: width 0.4s 0.3s;
	transition: width 0.4s 0.3s;
}

.link--kukuri:hover::before {
	width: 100%;
}
/*-- //PRELOADER --*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
}
#loader-img {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 200px;
    height: 200px;
    margin: -100px 0 0 -50px;
    z-index: 1001;  
/*    background-image: url('../images/logo');
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;*/
    z-index: 1020;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -100px 0 0 -100px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: red;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 1001;
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: blue;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: white;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;  
    background: #ffffff;
    z-index: 1000;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.loader-section.section-left {
    left: 0
}

.loader-section.section-right {
    right: 0
}

.panel_left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .7s .3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all .7s .3s cubic-bezier(0.645, 0.045, 0.355, 1.000)
}

.panel_right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s .3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all .7s .3s cubic-bezier(0.645, 0.045, 0.355, 1.000)
}

.loaded-circle {
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.loaded-img {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .3s 1s ease-out;
    transition: all .3s 1s ease-out
}


/*Footer Bar*/
.social-sharing {
  display: block;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 3;
}

.social-sharing ul.menu-social {
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrapwrap;
  flex-wrap: nowrap;
}

.social-sharing ul.menu-social li {
    flex: 0 1 40px;
  height: 40px;
}
.social-sharing ul.menu-social li.newsletter {
    flex: 1 1 auto;
  line-height: 40px;
  position: relative;
    background-color: #00a514
  /*background-image: repeating-linear-gradient(135deg, #ffe4e1 0px, #ffe4e1 5px, transparent 5px, transparent 10px, #e1f3ff 10px, #e1f3ff 15px, transparent 15px, transparent 20px);*/
/*   background-image: repeating-linear-gradient(135deg, #f9c1bb 0px, #f9c1bb 5px, transparent 5px, transparent 10px, #9fc6e6 10px, #9fc6e6 15px, transparent 15px, transparent 20px); */
}
.social-sharing ul.menu-social li.next {
    flex: 1 1 auto;
}

.social-sharing ul.menu-social li a {
  display: block;
  color: #fff;
  text-decoration: none;
  width: 100%;
  height: 100%;
  line-height: 40px;
  font-size: 1.3em;
}

ul.menu-social li a[href*="facebook.com"] {
    background-color: #42c0f9;
}
ul.menu-social li a[href*="twitter.com"] {
    background-color: #43d2e4;
}
ul.menu-social li a[href*="pinterest.com"] {
    background-color: #ff7e56;
}
ul.menu-social li a[href*="whatsapp://send"] {
    background-color: #a8d673;
}
.social-sharing ul.menu-social li.newsletter span {
  color: #807F7F;
  display: inline-block;
  cursor: pointer;
}
/* .social-sharing ul.menu-social li.newsletter:after, 
.social-sharing ul.menu-social li.newsletter:before {
    content: '';
    width: 100%;
    height: 5px;
    display: block;
  position: absolute;
  left: 0;
    background-image: repeating-linear-gradient(135deg, #F29B91 0px, #F09290 5px, transparent 5px, transparent 10px, #83B3DB 10px, #84ADCB 15px, transparent 15px, transparent 20px);
}
.social-sharing ul.menu-social li.newsletter:before {
  top: 0;
}
.social-sharing ul.menu-social li.newsletter:after {
  bottom: 0;
} */
.social-sharing ul.menu-social li.next a {
  color: #000000;
    background-color: #ffdf88;
}

.social-item img{
    max-width: 30px;
}
.center-sharing{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.screen-reader-text {
    position: absolute;
    top: -9999em;
    left: -9999em;
}





 /* .button-downloadBtn {
  display: inline-block;
  margin: 0;
  padding: 0.4em 0.9em;
  border-width: 1px 1px 2px;
  border-style: solid;
  border-radius: 0.1666666667em;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.15) inset;
}
.button-downloadBtn:active {
  border-width: 2px 1px 1px;
} */




/* .button-downloadBtn {
  background: #ff0085;
  border-color: shade(#ff0085, 15%);
  border-top-color: shade(#ff0085, 10%);
  border-bottom-color: shade(#ff0085, 20%);
  color: white;
  font-size: 1em;
  -webkit-animation: pulse 1.2s ease-in infinite alternate;
          animation: pulse 1.2s ease-in infinite alternate;
}
.button-downloadBtn:hover, .button-downloadBtn:focus {
  background: #ff1f94;
  border-color: shade(#ff1f94, 15%);
  border-bottom-color: shade(#ff1f94, 20%);
  color: white;
}
.button-downloadBtn:visited {
  color: white;
} */


