splas
/* GOOGLE FONTS */
@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);

/* Global properties ======================================================== */
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}

::selection {
  background: #046db6 !important;
  color: #fff
}

::-moz-selection {
  background: #046db6 !important;
  color: #fff
}

a {
  color: #046db6;
  text-decoration: underline;
  outline: none
}

a:hover {
  color: #046db6;
  text-decoration: none;
  outline: none
}

body {
  background: #fff;
  border: 0;
  font: 16px 'Lato';
  color: #222932;
  line-height: 1.571428571428571;
  min-width: 320px;
}

.container {
  position: relative;
  min-width: 320px;
}

#main {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

/* Page Animated item Styles */
.animated {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

/* ============================= header ====================== */
.top1_wrapper {
  position: relative;
  background-color: #2872d2;
  /* background: url(../images/px1.png) 0 0 repeat-y #0d1a2c; */
  padding: 25px 0;
}

header {
  float: left;
  text-align: center;
}

.logo {
  display: inline-block;
}

.details {
  float: right;
  font-family: 'Lato';
  color: white;
  line-height: 1;
  font-size: 14px;
  padding-top: 5px;
  text-align: center;
}

.follow_wrapper {
  display: inline-block;
  padding-right: 30px;
}

.social_txt {
  display: inline-block;
}

.social_wrapper {
  display: inline-block;
  vertical-align: bottom;
}

.social {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.social li {
  display: inline-block;
  margin: 0 10px;
  float: left;
}

.social li a {
  display: block;
  text-decoration: none;
  font-size: 24px;
  color: #c9c9c9;
  text-align: center;
  line-height: 1;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.social li a:hover {
  color: #fff;
}

.phone_wrapper {
  display: inline-block;
}

.phone_wrapper .txt1 {
  display: inline-block;
}

.phone_wrapper .txt2 {
  display: inline-block;
  font-size: 24px;
  font-weight: 900;
}

#top2_wrapper {
  z-index: 40;
  position: relative;
  background: #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.19);
  moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.19);
}

.splash1 {
  padding-bottom: 40px;
  position: relative;
}

.splash1 .nav-tabs {
  border: none;
  margin-top: -88px;
}

.splash1 .nav-tabs>li {
  margin: 0;
  width: 33.33333333%;
}

.splash1 .nav-tabs>li>a {
  border: none;
  border-radius: 0;
  margin-right: 1px;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  line-height: 1.1;
  padding: 20px;
}

.splash1 .nav-tabs>li>a .txt1 {
  font-family: 'Lato';
  font-weight: 900;
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
}

.splash1 .nav-tabs>li>a .txt2 {
  font-family: 'Lato';
  font-weight: 400;
  font-size: 14px;
  color: #c1c1c1;
}

.splash1 .nav-tabs>li>a:hover, .splash1 .nav-tabs>li>a:focus {
  background: #046ab1;
}

.splash1 .nav-tabs>li>a:hover .txt2, .splash1 .nav-tabs>li>a:focus .txt2 {
  color: #fff;
}

.splash1 .nav-tabs>li.active>a, .splash1 .nav-tabs>li.active>a:hover, .splash1 .nav-tabs>li.active>a:focus {
  border: none;
  background: #fff;
}

.splash1 .nav-tabs>li.active>a .txt1, .splash1 .nav-tabs>li.active>a:hover .txt1, .splash1 .nav-tabs>li.active>a:focus .txt1 {
  color: #046bb3;
}

.splash1 .nav-tabs>li.active>a .txt2, .splash1 .nav-tabs>li.active>a:hover .txt2, .splash1 .nav-tabs>li.active>a:focus .txt2 {
  color: #222932;
}

.page_title {
  font-family: 'Lato';
  font-weight: 700;
  font-size: 36px;
  color: #323a45;
  text-align: center;
  padding: 35px 0;
}

.splash2 {
  position: relative;
  background: #2872d2;
  padding: 20px 0 0 0;
  color: white !important;
}

.page_title2_wrapper {
  text-align: center;
}

.page_title2 {
  font-family: 'Lato';
  font-weight: 700;
  font-size: 28px;
  color: #222932;
  text-align: center;
  padding: 35px 0px;
  position: relative;
  display: inline-block;
}

.page_title2:before {
  content: '';
  width: 100px;
  height: 1px;
  background: #aeaeae;
  display: block;
  position: absolute;
  left: -130px;
  top: 50%;
}

.page_title2:after {
  content: '';
  width: 100px;
  height: 1px;
  background: #aeaeae;
  display: block;
  position: absolute;
  right: -130px;
  top: 50%;
}

.splash3_wrapper {
  position: relative;
  background: #222932;
}

.splash3 {
  position: relative;
  display: table;
  width: 100%;
}

.splash3>div {
  display: table-cell;
  width: 50%;
}

.left_box_wrapper {
  position: relative;
  overflow: hidden;
}

.left_box {
  margin-left: auto;
  width: 570px;
  position: relative;
  padding: 50px 30px 30px 0;
}

.gear {
  width: 573px;
  height: 573px;
  background: url(../images/gear.png) center center no-repeat;
  position: absolute;
  right: -15%;
  bottom: -40%;
}

.gear {
  -webkit-animation: wave-animation1 8.7s infinite linear;
  /* Safari 4+ */
  -moz-animation: wave-animation1 8.7s infinite linear;
  /* Fx 5+ */
  -o-animation: wave-animation1 8.7s infinite linear;
  /* Opera 12+ */
  animation: wave-animation1 8.7s infinite linear;
  /* IE 10+ */
}

@-webkit-keyframes wave-animation1 {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes wave-animation1 {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes wave-animation1 {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes wave-animation1 {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.page_title3 {
  font-family: 'Lato';
  font-weight: 700;
  font-size: 28px;
  color: #fff;
  text-align: left;
  padding: 0px 0px 15px;
  margin-bottom: 20px;
  position: relative;
}

.page_title3:before {
  content: '';
  width: 133px;
  height: 3px;
  background: #dfdfdf;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}

.right_box_wrapper {
  background:url(../images/galeria/colegio_1.jpg) right center no-repeat;
  background-size: cover;
}



/* ============================= banner ====================== */
#banner_wrapper {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff;
  border-top: 1px solid #ececec;
}

#banner_inner {}

#banner {
  position: relative;
  padding-bottom: 0px;
}

.banner_prev {
  display: block;
  width: 15px;
  height: 22px;
  background: url(../images/prev2.png) center center no-repeat;
  opacity: 0.4;
  filter: alpha(opacity=40);
  position: absolute;
  left: 0;
  margin-top: -11px;
  top: 50%;
  z-index: 10;
}

.banner_prev:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.banner_next {
  display: block;
  width: 15px;
  height: 22px;
  background: url(../images/next2.png) center center no-repeat;
  opacity: 0.4;
  filter: alpha(opacity=40);
  position: absolute;
  right: 0;
  margin-top: -11px;
  top: 50%;
  z-index: 10;
}

.banner_next:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

#banner .carousel-box {
  position: relative;
}

#banner .carousel-box .inner {
  position: relative;
  overflow: hidden;
  max-width: none;
  margin: 0;
}

#banner .carousel.main {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  margin-right: -30px;
}

#banner .caroufredsel_wrapper {
  padding: 0;
  margin: 0;
}

#banner .caroufredsel_wrapper ul {
  padding: 0;
  margin: 0;
}

#banner .carousel-box ul li {
  float: left;
  display: inline-block;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 300px;
  overflow: hidden;
  padding-right: 30px
}

.banner {}

.banner .banner_inner {}

.banner .banner_inner a {
  display: block;
  text-decoration: none;
  position: relative;
  background: none;
  padding: 0px;
  text-align: left;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.banner .banner_inner a:hover {
  background: none;
}

.banner .banner_inner a figure {
  margin: 0;
  padding: 0px;
  position: relative;
  border: none;
  padding: 0px;
  background: none;
  opacity: 0.4;
  filter: alpha(opacity=40);
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.banner .banner_inner a:hover figure {
  background: none;
  opacity: 1;
  filter: alpha(opacity=100);
}

.banner .banner_inner a figure img {
  width: 100%;
  border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
}

.banner .banner_inner a figure em {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  background: none;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.banner .banner_inner a:hover figure em {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* ============================= banner end ====================== */
.breadcrumbs1_wrapper {
  background: #f1f1f1;
}

.breadcrumbs1 {
  padding: 8px 0;
  margin-top: 0px;
  font-weight: 400;
  line-height: 20px;
  color: #222932;
  font-size: 13px;
  background: none;
}

.breadcrumbs1 a {
  color: #046ab1;
  text-decoration: none;
}

.breadcrumbs1 a:hover {
  color: #046ab1;
  text-decoration: underline;
}

.breadcrumbs1 span {
  display: inline-block;
  width: 9px;
  height: 5px;
  background: url(../images/breadcrumbs1.png) 0 0 no-repeat;
  margin: 0 20px;
  vertical-align: middle;
}

/* ============================= content ====================== */
#content {
  position: relative;
  background: #fff;
  padding-top: 30px;
  padding-bottom: 50px;
}

/* ============================= footer ====================== */
.bot1_wrapper {
  position: relative;
  background: #f1f1f1;
}

.bot1 {
  border-bottom: 1px solid #dfdfdf;
  padding: 35px 0;
}

.logo2_wrapper {
  float: left;
  text-align: center;
  padding-top: 5px;
}

.logo2 {
  display: inline-block;
}

.bot2_wrapper {
  position: relative;
  background: #2872d2;
  padding: 25px 0;
}

.payment {
  float: right;
}

.bot3_wrapper {
  position: relative;
  background: #111519;
  padding: 30px 0;
  color: #888888;
}

/* ============================= parallax ====================== */
.parallax {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: none;
}

.parallax, .parallax .parallax-content, .parallax .overlay {
  height: 100%;
}

.parallax-bg {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin: 0 auto;
  position: absolute;
  background-size: cover;
  background-attachment: scroll;
  background-repeat: repeat-y;
  background-position: center center;
}

.parallax-bg.bg-fixed {
  background-attachment: fixed;
}

.parallax .overlay {
  background: none;
  width: 100%;
  position: absolute;
  overflow: hidden;
  background: none;
}

.parallax-content {
  padding-top: 0px;
  padding-bottom: 0px;
}

.bg1 {
  background-image:url(../images/galeria/colegio_3.jpg);
}

.bg2 {
  background-image: url(../images/escuela/colegio_winnicott-8.jpg);
}

.bg3 {
  background-image:url(../images/galeria/colegio_9.jpg);
}

.bg4 {
  background-image:url(../images/galeria/colegio_5.jpg);
}

.bg5 {
  background-image: url(../images/escuela/colegio_winnicott-14.jpg);
}

.bg6 {
  background-image:url(../images/galeria/colegio_8.jpg);
}
#parallax1 {
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
  color: #fff;
}

#parallax1 .txt1 {
  font-family: 'Lato';
  font-size: 100px;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
}

/* ============================= main menu ====================== */
.menu_wrapper {
  position: relative;
  margin-bottom: -6px;
}

.navbar_ {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  position: relative;
  z-index: 30;
  min-height: 0;
  float: none;
  display: block;
  background: none;
  line-height: 1px;
}

.navbar_ .navbar-toggle {
  float: right;
  background: #222932;
  border: none;
  box-shadow: none;
  moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 15px;
}

.navbar_ .navbar-toggle:hover, .navbar_ .navbar-toggle:focus {
  background: #046ab1;
}

.navbar_ .navbar-toggle .icon-bar {
  background: #fff;
}

.navbar-collapse_ {
  padding-left: 0;
  padding-right: 0;
  border: none;
}

.navbar_ .nav {
  position: relative;
  margin: 0;
  padding: 0;
  display: block;
  float: none;
  padding-right: 0px;
  background: none;
}

.navbar_ .nav>li {
  position: relative;
  display: block;
  float: left;
  white-space: nowrap;
  padding-left: 0px;
  background: none;
  margin-left: 20px;
}

.navbar_ .nav>li:first-child {
  margin-left: 0;
}

.navbar_ .nav>li>a {
  display: block;
  text-decoration: none;
  background: none;
  font-family: 'Lato';
  font-weight: 700;
  font-size: 14px;
  line-height: 36px;
  color: #222932;
  text-shadow: none;
  padding: 0px 0px 6px 0;
  border: none;
  margin: 0;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  text-align: left;
  text-transform: uppercase;
  vertical-align: middle;
  transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
}

.navbar_ .nav>li>a:hover, .navbar_ .nav>li>a:focus, .navbar_ .nav>li.sfHover>a, .navbar_ .nav>li.sfHover>a:hover {
  color: #046ab1;
  text-decoration: none;
  background: none;
  box-shadow: none;
  moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.navbar_ .nav>li.active>a, .navbar_ .nav>li.active>a:hover, .navbar_ .nav>li.active>a:focus {
  color: #222932;
  text-decoration: none;
  background: url(../images/caret.png) center bottom no-repeat;
  box-shadow: none;
  moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.sub-menu ul {
  position: absolute;
  display: none;
  left: -15px;
  top: 100%;
  list-style: none;
  zoom: 1;
  z-index: 10;
  margin: 0;
  padding: 0;
  background: #f1f1f1;
  text-align: left;
  margin-top: -6px;
  min-width: 180px;
}

.sub-menu li {
  margin: 0;
  position: relative;
  zoom: 1;
  display: block;
}

.sub-menu li:first-child {}

.sub-menu li a {
  display: block;
  position: relative;
  font-family: 'Lato';
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #222932;
  text-decoration: none;
  padding: 6px 30px 6px 15px;
  background: none;
  border: solid #e2e2e2;
  border-width: 0 1px 1px 1px;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.sub-menu li a:hover {
  text-decoration: none;
  color: #046ab1;
  background: #ffffff;
}

.sub-menu-1>ul {}

.sub-menu-2>ul {
  left: 100%;
  top: 0;
  margin-left: 0px;
  background: #002745;
}

/* ============================= search-form ====================== */
.search-form-wrapper {
  padding-bottom: 0px;
  float: right;
  width: 350px;
}

.navbar-form {
  float: none;
  position: relative;
  z-index: 11;
  margin: 0px 0px 0 0;
  padding: 0;
}

.navbar-form input {
  width: 100%;
  height: auto;
  font-size: 14px;
  line-height: 20px;
  color: #717172;
  background: #fff;
  border: 1px solid #cdcdcd;
  margin: 0;
  padding: 10px 50px 10px 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.navbar-form input:focus {
  color: #000;
  background: #fff;
  border-color: #717172;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar-form a {
  text-decoration: none;
  margin: 0;
  display: inline-block;
  width: 42px;
  height: 28px;
  background: url(../images/search.png) left top no-repeat;
  position: absolute;
  right: 0;
  top: 7px;
}

.navbar-form a:hover {
  background-position: right;
}

/* ============================= toTop ====================== */
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 1000;
  overflow: hidden;
  width: 50px;
  height: 50px;
  border: none;
  text-indent: 100%;
  background: url(../images/totop.gif) no-repeat left top;
}

#toTopHover {
  background: url(../images/totop.gif) no-repeat left bottom;
  width: 50px;
  height: 50px;
  display: block;
  overflow: hidden;
  float: left;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}

#toTop:active, #toTop:focus {
  outline: none;
}

/* ============================= main layout ====================== */
h1 {
  font-family: 'Lato';
  font-weight: 700;
  font-size: 36px;
  color: #323a45;
  background: none;
  line-height: 1.1;
  padding: 20px 0 20px;
  margin: 0 0 25px 0;
  position: relative;
  border-bottom: 4px solid #046db6;
}

h2 {
  font-family: 'Lato';
  font-weight: 700;
  font-size: 28px;
  color: #323a45;
  background: none;
  line-height: 1.1;
  padding: 25px 0 20px;
  margin: 0 0 20px 0;
  position: relative;
}

h2:after {
  content: '';
  display: block;
  width: 68px;
  height: 4px;
  background: #dfdfdf;
  position: absolute;
  left: 0;
  bottom: 0;
}

h3 {
  font-family: 'Lato';
  font-weight: 700;
  font-size: 18px;
  color: #323a45;
  background: none;
  line-height: 1.1;
  padding: 0px 0 15px;
  margin: 0;
  position: relative;
}

h4 {
  font-family: 'Lato';
  font-weight: 500;
  font-size: 18px;
  color: #222932;
  background: none;
  line-height: 1.3;
  padding: 0px 0 10px;
  margin: 0;
  position: relative;
}

h6 {
  font-family: 'Lato';
  font-weight: 700;
  font-size: 18px;
  color: #222932;
  background: none;
  line-height: 1.3;
  padding: 0px 0 15px;
  margin: 0;
  position: relative;
}

.img-responsive {
  width: auto \9;
}

.img-responsive-old {
  display: block;
  max-width: 100%;
  height: auto;
}

.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.color1 {
  color: #002e51;
}

/* === */
.ul0 {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-bottom: 0px;
}

.ul0>li {
  font-weight: 400;
  font-family: 'Lato';
  font-size: 14px;
  color: #f1f1f1;
  line-height: 1.3;
  padding: 10px 0;
}

.ul0>li i {
  color: #68b8ef;
  font-size: 48px;
  float: left;
  padding-right: 15px;
  width: 75px;
  text-align: center;
}

.ul0>li span {
  display: table;
}

.ul0>li .txt1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 5px;
}

.ul00 {
  padding: 0;
  margin: 0;
  list-style: none;
  float: left;
  padding-top: 18px;
}

.ul00>li {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: white;
  margin-left: 40px;
  float: left;
  font-family: 'Lato';
  text-transform: uppercase;
}

.ul00>li:first-child {
  margin-left: 0;
}

.ul00>li a {
  color: white;
  text-decoration: none;
  display: block;
}

.ul00>li a:hover, .ul00>li.active a {
  color: white;
  text-decoration: underline;
}

.ul000 {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-bottom: 0px;
}

.ul000>li {
  font-weight: 400;
  font-family: 'Lato';
  font-size: 14px;
  color: white;
  line-height: 1.3;
  padding: 10px 0;
}

.ul000>li i {
  color: #323a45;
  font-size: 48px;
  float: left;
  padding-right: 15px;
  width: 75px;
  text-align: center;
}

.ul000>li span {
  display: table;
}

.ul000>li .txt1 {
  color: #323a45;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 5px;
}

.ul1 {
  padding: 0;
  margin: 0;
  list-style: none;
  background: #fff;
}

.ul1>li {
  font-size: 16px;
  font-weight: 400;
  color: #046db6;
  border-top: 1px solid #dfdfdf;
}

.ul1>li a {
  color: #046db6;
  text-decoration: none;
  display: block;
  padding: 7px 10px 7px 20px;
  border-left: 4px solid #f1f1f1;
}

.ul1>li a:hover {
  color: #003d68;
  border-color: #dddddd;
  background: #f5f5f5;
}

.sidebar1 {
  margin-top: 20px;
  border: 1px solid #dfdfdf;
}

.sidebar1_title {
  background: #dfdfdf;
  font-family: 'Lato';
  font-weight: 700;
  font-size: 20px;
  color: #323a45;
  padding: 10px 10px 10px 24px;
}

.sidebar1_title i {
  color: #323a45;
  font-size: 30px;
  float: left;
  padding-right: 15px;
}

.sidebar1_title span {
  display: table;
}

.sidebar2 {
  margin-top: 40px;
  border-right: 1px solid #dfdfdf;
  padding-right: 10px;
}

.soc_wrapper {
  padding-top: 0px;
}

.soc {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.soc li {
  display: inline-block;
  margin: 0 10px 10px 0;
}

.soc li a {
  display: block;
  text-decoration: none;
  font-size: 18px;
  color: #bdbdbd;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.soc li a:hover {
  color: #046ab1;
}

/*-----btn-----*/
.btn-default.btn0 {
  display: inline-block;
  color: #fff;
  border: none;
  /* box-shadow: 0 6px #004e85;
  moz-box-shadow: 0 6px #004e85;
  -webkit-box-shadow: 0 6px #004e85; */
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  padding: 12px 40px;
  text-decoration: none;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-top: 0px;
  margin-bottom: 0px;
  text-transform: uppercase;
  background: #f7be16;
  position: relative;
  top: 10px;
}

.btn-default.btn0:hover {
  color: #fff;
  background: #0886dd;
  box-shadow: 0 4px #075890;
  moz-box-shadow: 0 4px #075890;
  -webkit-box-shadow: 0 4px #075890;
  top: 2px;
}

.btn-default.btn1 {
  display: inline-block;
  color: #046ab1;
  border: none;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  padding: 0px 0px 0 18px;
  text-decoration: underline;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
  background: url(../images/btn2.png) left center no-repeat;
  position: relative;
}

.btn-default.btn1:hover {
  color: #000;
  text-decoration: none;
}

.google_map {
  position: relative;
  overflow: hidden;
  margin: 0 0 0px 0;
  padding: 0px;
  background: #fff;
  border: none;
  line-height: 1px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  overflow: hidden;
}

.google_map iframe {
  width: 100%;
  height: 400px;
  border: none;
  background: #fff;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

/* ============================= thumbnail ====================== */
.img-polaroid {
  position: relative;
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
  moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.img-polaroid img {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.img-circle {
  position: relative;
  padding: 0px;
  background: none;
  border: none;
  box-shadow: none;
  moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.img-circle img {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.thumbnail .caption {
  padding: 0;
  color: inherit;
}

.thumb1 {
  margin-bottom: 20px;
}

.thumb1.last {
  margin-bottom: 0px;
}

.thumb1 .thumbnail {
  padding: 0;
  border: none;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  box-shadow: none;
  moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin-bottom: 0;
  background: none;
}

.thumb1 figure {
  margin: 0;
  float: none;
  margin: 0px 0px 20px 0px;
}

.thumb1 figure img {
  width: 100%;
}

.thumb1 .caption {}

.thumb2 {
  margin-bottom: 20px;
}

.thumb2.last {
  margin-bottom: 0px;
}

.thumb2 .thumbnail {
  padding: 0;
  border: none;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  box-shadow: none;
  moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin-bottom: 0;
  background: none;
}

.thumb2 .thumbnail a {
  display: block;
  text-decoration: none;
}

.thumb2 .thumbnail a figure {
  margin: 0;
  float: none;
  margin: 0px 0px 0px 0px;
}

.thumb2 .thumbnail a figure img {
  width: 100%;
  border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
}

.thumb2 .thumbnail a .caption {
  padding-top: 15px;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.thumb2 .thumbnail a:hover .caption {}

.thumb2 .thumbnail a .caption .txt1 {
  font-family: 'Lato';
  font-size: 20px;
  color: #323a45;
  font-weight: 900;
  text-decoration: none;
  padding-bottom: 10px;
  text-transform: uppercase;
  position: relative;
  padding-top: 15px;
  margin-top: 10px;
  line-height: 1.1;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.thumb2 .thumbnail a .caption .txt1:before {
  content: '';
  width: 68px;
  height: 4px;
  background: #dfdfdf;
  position: absolute;
  left: 0;
  top: 0;
}

.thumb2 .thumbnail a:hover .caption .txt1 {
  color: #323a45;
  text-decoration: none;
}

.thumb2 .thumbnail a:hover .caption .txt1:before {
  background: #046db6;
}

.thumb2 .thumbnail a .caption .txt2 {
  color: #323a45;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.thumb2 .thumbnail a:hover .caption .txt2 {
  color: #000;
}

.thumb3 {
  margin-bottom: 20px;
}

.thumb3.last {
  margin-bottom: 0px;
}

.thumb3 .thumbnail {
  padding: 0;
  border: none;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  box-shadow: none;
  moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin-bottom: 0;
  background: none;
}

.thumb3 figure {
  margin: 0;
  float: left;
  margin: 0px 20px 20px 0px;
}

.thumb3 figure img {
  width: auto;
}

.thumb3 .caption {}

.thumb4 {
  margin-bottom: 20px;
}

.thumb4.last {
  margin-bottom: 0px;
}

.thumb4 .thumbnail {
  padding: 0;
  border: none;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  box-shadow: none;
  moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin-bottom: 0;
  background: none;
}

.thumb4 figure {
  margin: 0;
  float: left;
  margin: 0px 20px 20px 0px;
}

.thumb4 figure img {
  width: auto;
}

.thumb4 .caption {}

.thumb5 {
  margin-bottom: 20px;
}

.thumb5.last {
  margin-bottom: 0px;
}

.thumb5 .thumbnail {
  padding: 0;
  border: none;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  box-shadow: none;
  moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin-bottom: 0;
  background: none;
}

.thumb5 figure {
  margin: 0;
  float: none;
  margin: 0px 0px 20px 0px;
}

.thumb5 figure img {
  width: 100%;
}

.thumb5 .caption {}

.thumb6 {
  margin-bottom: 20px;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 0px;
}

.thumb6.last {
  margin-bottom: 0px;
}

.thumb6 .thumbnail {
  padding: 0;
  border: none;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  box-shadow: none;
  moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin-bottom: 0;
  background: none;
}

.thumb6 figure {
  margin: 0;
  float: left;
  margin: 0px 20px 20px 0px;
}

.thumb6 figure img {
  width: auto;
}

.thumb6 .caption {}

.thumb6 .caption .txt1 {
  font-style: italic;
  padding-bottom: 10px;
}

.thumb6 .caption .txt2 {
  font-weight: 700;
}

.thumb6 .caption .txt2 i {
  color: #dfdfdf;
  font-size: 14px;
  float: left;
  padding-right: 10px;
}

.thumb6 .caption .txt2 span {
  display: table;
}

/*================= Contacts =========================*/
#note {}

.notification_error {
  color: #f00;
  padding-bottom: 10px;
}

.notification_ok {
  text-align: left;
  padding-bottom: 10px;
}

#ajax-contact-form .form-group {
  margin-left: 0;
  margin-right: 0;
}

#ajax-contact-form .form-group label {
  color: #d4d5d6;
  display: none;
}

#ajax-contact-form .form-control {
  height: 38px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 20px;
  color: #ababab;
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#ajax-contact-form .form-control:focus {
  border-color: #1eb2ff;
  background: #fff;
  color: #343642;
}

#ajax-contact-form textarea.form-control {
  height: auto;
}

#ajax-contact-form .form-group.capthca {
  float: left;
  margin-right: 30px;
}

#ajax-contact-form .form-group.capthca input {
  width: 170px;
}

#ajax-contact-form .form-group.img {
  float: left;
}

#ajax-contact-form .form-group.img img {
  width: 170px;
  height: 38px;
}

.btn-default.btn-cf-submit {
  display: inline-block;
  color: #fff;
  border: none;
  box-shadow: 0 6px #004e85;
  moz-box-shadow: 0 6px #004e85;
  -webkit-box-shadow: 0 6px #004e85;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  padding: 12px 40px;
  text-decoration: none;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  background: #046ab1;
  position: relative;
}

.btn-default.btn-cf-submit:hover {
  color: #fff;
  background: #0886dd;
  box-shadow: 0 4px #075890;
  moz-box-shadow: 0 4px #075890;
  -webkit-box-shadow: 0 4px #075890;
  top: 2px;
}

/*================= 404 =========================*/
.page-404 {
  text-align: center;
}

.page-404 .txt1 {
  font-family: 'Lato';
  font-weight: 700;
  font-size: 180px;
  color: #046ab1;
  line-height: 220px;
}

.page-404 .txt2 {
  font-family: 'Lato';
  font-weight: 400;
  font-size: 60px;
  color: #323a45;
  line-height: 70px;
}

/*----- media queries ------*/
/* Large desktop */
@media (min-width: 1200px) {}

/* Default landscape and desktop to large desktop */
@media (max-width: 1199px) {
  .left_box {
    width: 470px;
  }

  #parallax1 .txt1 {
    font-size: 90px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {}

/* Portrait tablet to landscape and desktop */
@media (max-width: 991px) {
  header {
    float: none;
  }

  .details {
    float: none;
    padding-top: 15px;
  }

  .navbar_ .nav>li {
    margin-left: 45px;
  }

  .splash1 .nav-tabs {
    border: none;
    margin-top: -76px;
  }

  .splash1 .nav-tabs>li>a .txt1 {
    font-size: 20px;
  }

  .splash1 .nav-tabs>li>a .txt2 {
    font-size: 13px;
  }

  .page_title {
    font-size: 26px;
    padding: 20px 0;
  }

  .left_box {
    width: 360px;
  }

  #parallax1 .txt1 {
    font-size: 70px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .ul00>li {
    margin-left: 10px;
    font-size: 14px;
  }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .follow_wrapper {
    display: block;
    padding-right: 0;
  }

  .phone_wrapper {
    display: block;
    padding-top: 15px;
  }

  .menu_wrapper {
    float: none;
    margin: 0;
  }

  .navbar_ {
    float: none;
    margin-bottom: 0;
    margin-left: -15px;
    margin-right: -15px;
    display: block;
    height: auto;
    padding-right: 0;
    background: none;
  }

  .navbar-collapse_ {
    clear: both;
  }

  .navbar_ .nav {
    display: block;
    background: #f1f1f1;
    padding-right: 0;
  }

  .navbar_ .nav>li {
    float: none;
    background: none;
    padding-left: 0;
    border-top: none;
    margin-left: 0;
  }

  .navbar_ .nav>li:first-child {
    border-top: none;
  }

  .navbar_ .nav>li>a {
    margin-bottom: 0;
    margin-top: 0;
    padding: 5px 0;
    text-align: center;
    font-size: 14px;
  }

  .navbar_ .nav>li.active>a, .navbar_ .nav>li.active>a:hover, .navbar_ .nav>li.active>a:focus, .navbar_ .nav>li>a:hover, .navbar_ .nav>li>a:focus, .navbar_ .nav>li.sfHover>a, .navbar_ .nav>li.sfHover>a:hover {
    background: #fff;
  }

  .sub-menu ul {
    position: relative;
    left: 0;
    top: 0;
    text-align: center;
    box-shadow: none;
    moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin-top: 0;
  }

  .sub-menu li a {
    padding-left: 40px;
  }

  .splash1 .nav-tabs {
    border: none;
    margin-top: 20px;
    margin-left: -15px;
    margin-right: -15px;
  }

  .splash1 .nav-tabs>li {
    width: 100%;
    margin-bottom: 1px;
    float: none;
  }

  .splash1 .nav-tabs>li>a {
    padding: 10px 15px;
    margin: 0;
  }

  .splash3 {
    display: block;
  }

  .splash3>div {
    display: block;
    width: auto;
  }

  .left_box_wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .left_box {
    width: auto;
    margin: 0;
  }

  .right_box_wrapper {
    padding-bottom: 43%;
  }

  .logo2_wrapper {
    float: none;
  }

  .search-form-wrapper {
    float: none;
    width: 100%;
    padding-top: 15px;
  }

  .ul00 {
    float: none;
    padding-top: 0;
  }

  .ul00>li {
    margin-left: 0;
    float: none;
    padding: 10px 0;
  }

  .payment {
    float: none;
    padding-top: 25px;
  }

  .payment img {
    margin-left: auto;
    margin-right: auto;
  }

  #parallax1 .txt1 {
    font-size: 40px;
  }

  .sidebar2 {
    border-bottom: 1px solid #dfdfdf;
    border-right: none;
    padding-right: 0px;
    padding-bottom: 10px;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 20px;
  }
}

@media (min-width: 481px) and (max-width: 767px) {}

/* Landscape phones and down */
@media (max-width: 480px) {
  .page-404 .txt1 {
    font-size: 120px;
    line-height: 120px;
  }

  .page-404 .txt2 {
    font-size: 40px;
    line-height: 40px;
  }

  .google_map iframe {
    height: 200px;
  }

  #parallax1 .txt1 {
    font-size: 20px;
  }
}


.white{
  color: white !important;
}

.bgblue{
  background-color: #2872d2 !important;
}

/*Sticky*/

div.sticky {
  position: fixed;
  top: 50px;
  right: 10px;
  z-index: 1;
}

.contawhat{
  max-width: 50px;
}

    .responsive {
      width: 100%;
      height: auto;
    }

.yellow{
  color: #f7be16 !important;
}
