@import url(menu-mobile.css);
@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600);
@font-face {
    font-family: 'Bellerose';
    src: url('fonts/Bellerose.eot');
    src: url('fonts/Bellerose.eot') format('embedded-opentype'),
         url('fonts/Bellerose.woff2') format('woff2'),
         url('fonts/Bellerose.woff') format('woff'),
         url('fonts/Bellerose.ttf') format('truetype'),
         url('fonts/Bellerose.svg#Bellerose') format('svg');
}
@font-face {
font-family: 'Trebuchet MS';
font-style: normal;
font-weight: normal;
src: url('fonts/trebuc.ttf') format('truetype'),
     url('fonts/trebuc.woff') format('woff');
}

/*========================================================
                      Main Styles
=========================================================*/

body {
  background: white;
  color: #666;
  /*font: 400 14px/24px "Open Sans", sans-serif;*/
   font-family: "Bellerose", serif;
  -webkit-text-size-adjust: none; }

img {
  /*max-width: 100%;*/
  height: auto; }

h2, h3, h4 {
  font-weight: 300;
  text-transform: uppercase; }

h2, h3, h4 {
  color: #2f3337; }

h2 {
  font-size: 50px;
  line-height: 50px; }
  @media (max-width: 479px) {
    h2 {
      font-size: 40px;
      line-height: 40px; } }

h3 {
  font-size: 40px;
  line-height: 40px;
margin-bottom: 25px;}

h4 {
  font-size: 24px;
  line-height: 27px;
  height: auto;
  }
  h4.fw1 {
    font-weight: 400; }
  h4 a:hover {
    color: #D9531E; }

p {
  /*font-family: 'Trebuchet MS';*/
   font-family: "Bellerose", serif;
  -webkit-text-size-adjust: none; 
  font-size: 22px !important;
    line-height: 24px !important;
    font-weight: normal;
    color: #666;
  }
  p.lh1 {
    line-height: 21px; }
  p.lh2 {
    line-height: 23px; }

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  a:active {
    background: transparent; }

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

strong {
  font-weight: 700; }

/*=============    Support Classes    =================*/
.center {
  text-align: center; }

.mg-add {
  margin-top: 10px; }

.oh {
  overflow: hidden; }

.primary {
  color: #D9531E; }

.bg-primary {
  background: #fff;
    padding: 10px 0 20px;
  border-top: solid 1px rgb(244, 245, 245);
  }

.secondary {
  color: #2f3337; }

/*====================================================
                      Main Layout
======================================================*/
.page {
  overflow: hidden;
  min-height: 500px; }
  .lt-ie9 .page {
    min-width: 1200px; }

h2 + .off1 {
  margin-top: 17px; }

h3 + .off1 {
  margin-top: 10px; 
  color: #4d2100; 
  margin-bottom: 20px;
  }
 h3 + .off1  span {
  color: rgb(208, 0, 62); 
  }



h3 + .off2 {
  margin-top: 39px; }

h3 + .off3 {
  margin-top: 47px; }

h4 + .off1 {
  margin-top: 83px;}

   h4 span {
  color: #ce023f; 
  }



h4 + .off2 {
  margin-top: 25px; 
}

h4 + .off3 {
  margin-top: 8px; }

.off1 {
  margin-top: 25px; }

p + .off2 {
  margin-top: 16px; }

.img-wrap + p {
  margin-top: 38px; }

.row + .off1 {
  margin-top: 51px; }

/*========================================================
                     Components
=========================================================*/
/*========================   Menu   ==========================*/
.sf-menu {
  display: table;
  width: 100%;
  table-layout: fixed; }
  .sf-menu > li {
    position: relative;
    display: table-cell; }

@media (max-width: 767px) {
  .sf-menu {
    display: none; } }
.sf-menu a {
  display: block;min-height: 20px; }

.sf-menu > li {
  text-align: center;
  vertical-align: middle; }
  .sf-menu > li > a {
    color: #fff;
    background: #2f3337;
    font-size: 15px;
    /*padding: 42px 5px;*/
    padding: 15px 5px;
    text-transform: uppercase; }

  .sf-menu > li.sfHover > a, .sf-menu > li > a:hover, .sf-menu > li.active > a {
    color: #fff;
    background: #D9531E; }
  .sf-menu > li + li {
    /*border-left: 1px solid #815208;*/
	  border-left: 1px solid #E4561E;
	}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  margin-top: 0;
  padding: 30px 15px 30px 5px;
  text-align: center;
  background: #D9531E;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media (min-width: 768px) and (max-width: 979px) {
    .sf-menu ul {
      font-size: 12px; } }

.sf-menu ul > li {
  position: relative; }

  .sf-menu ul > li > a {
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase; }
  .sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
    color: #2f3337; }
  .sf-menu ul > li + li {
    margin-top: 5px; }

.sf-menu ul ul {
  position: absolute;
  top: 0;
  width: 100%;
  left: 100%;
  margin-left: 25px;
  padding: 30px 0;
  background: #99bf38;
  z-index: 4;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .sf-menu ul ul:before {
    content: '';
    position: absolute;
    left: -5px;
    top: 13px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.5px 5px 4.5px 0;
    border-color: transparent #99bf38 transparent transparent; }

.sf-menu > li > .sf-with-ul {
  position: relative; }
  .sf-menu > li > .sf-with-ul:before {
    position: absolute;
    left: 50%;
    top: 72%;
    margin-left: -6px;
    content: '\f0d7';
    font: 400 12px/12px 'FontAwesome'; }

.sub-menu > li > .sf-with-ul {
  position: relative; }
  .sub-menu > li > .sf-with-ul:before {
    position: absolute;
    right: -5px;
    top: 50%;
    margin-top: -7px;
    content: '\f054';
    font: 400 14px/14px 'FontAwesome'; }

.sub {
  position: relative;
}
.sub:before {
   position: absolute;
    left: 50%;
    top: 72%;
    margin-left: -6px;
    content: '\f0d7';
    font: 400 12px/12px 'FontAwesome';
  }

/*==================  Select Menu  ======================*/
.select-menu {
  position: relative;
  display: none;
  margin: 0 auto;
  width: 420px;
  background: #e5e5e5 url("data:image/png;base64,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") no-repeat right center;
  border: 1px solid #333;
  overflow: hidden; }
  .select-menu .select {
    width: 440px;
    height: 30px;
    color: #585858;
    background-color: transparent;
    font: 400 14px "Arial", sans-serif;
    line-height: 30px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none; }
    .select-menu .select::-ms-expand {
      display: none; }
  @media (max-width: 767px) {
    .select-menu {
      display: block; } }
  @media (max-width: 479px) {
    .select-menu {
      width: 270px; }
      .select-menu .select {
        width: 290px; } }

/*==================  Stuck menu  ======================*/
.isStuck {
  background: #444444;
  position: fixed;
  left: 0;
  z-index: 999;
  border-bottom: 1px solid #815208; }
  .isStuck .brand, .isStuck .btn {
    display: none; }
  .isStuck .nav {
    position: relative; }
  .page2 .isStuck .nav {
    margin-top: 0; }
  .isStuck .sf-menu > li > a {
    padding: 15px 0; }

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important; } }
/*==================   Lazy Img    ======================*/
.lazy-img {
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
  background: white url(../images/lazy-loader.gif) no-repeat center center; }
  .lazy-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 0;
    -moz-transition: 1s all ease;
    -o-transition: 1s all ease;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
    opacity: 0; }
    .lt-ie9 .lazy-img img {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0); }
  .lazy-img .lazy-loaded {
    opacity: 1; }
    .lt-ie9 .lazy-img .lazy-loaded {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
      filter: alpha(opacity=100); }

/*==================   Tumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden; }
  .thumb img {
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease; }
  .thumb_overlay {
    position: absolute;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    background-color: #2f3337;
    color: #D9531E; }
    .lt-ie9 .thumb_overlay {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0); }
    .thumb_overlay:before {
      content: "\f065";
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      font: 400 40px "FontAwesome";
      line-height: 40px;
      margin-top: -20px;
      text-align: center; }
      .lt-ie9 .thumb_overlay:before {
        display: none; }
  .thumb:hover {
    background-image: none; }
    .thumb:hover .thumb_overlay {
      opacity: 0.5; }
      .lt-ie9 .thumb:hover .thumb_overlay {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5)";
        filter: alpha(opacity=50); }
      .lt-ie9 .thumb:hover .thumb_overlay:before {
        display: block; }
    .thumb:hover img {
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      -webkit-transform: scale(1.2);
      transform: scale(1.2); }



/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 28px;
  line-height: 50px;
  color: #fff;
  background: #333;
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: block;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20; }
  .toTop:hover {
    color: #fff;
    background: #D9531E;
    text-decoration: none; }

@media only screen and (max-width: 1399px) {
  .toTop {
    display: block; } }

/*==================     ToBack     ======================*/
.toBack {
  width: 50px;
  height: 50px;
  font-size: 28px;
  line-height: 50px;
  color: #fff;
  background: #333;
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20; }

  .toBack:hover {
    color: #fff;
    background: #D9531E;
    text-decoration: none; }




/*==================   Parallax    ======================*/
.parallax {
  background-position: center 0;
  background-repeat: no-repeat;
  color: #ffffff; }
  .parallax h2, .parallax h3, .parallax h4 {
    color: #2f3337; }
  .mobile .parallax, .tablet .parallax {
    background-position: 50% 0 !important;
    background-size: cover; }

.parallax1 {
  background-image: url(../images/page-1_img07.jpg);
  padding: 160px 0 155px; }
  .parallax1 .icon {
    float: right; }
    @media (max-width: 767px) {
      .parallax1 .icon {
        float: none; } }
  .parallax1 h4 {
    opacity: 0.5; }
    .lt-ie9 .parallax1 h4 {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5)";
      filter: alpha(opacity=50); }
  .parallax1 h2 + h4 {
    margin-top: 26px; }

.parallax2 {
background: #f4f5f5;
color:#2f3337;
  /*background-image: url(../images/page-2_img01.jpg) top center no-repeat;*/
  padding: 40px 0 60px; }
  .parallax2 h4:first-child {
    opacity: 0.5; }
    .lt-ie9 .parallax2 h4:first-child {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5)";
      filter: alpha(opacity=50); }
  .parallax2 h4 + h4 {
    margin-top: 51px; }
  .parallax2 h4 + p {
    margin-top: 20px; }
    .parallax2 h4 + p a:hover {
      text-decoration: underline; }

.parallax3 {
  background-image: url(../images/communityabbey-community.jpg);
  padding: 40px 0; }
  .parallax3 h4 {
    opacity: 0.5; }
    .lt-ie9 .parallax3 h4 {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5)";
      filter: alpha(opacity=50); }
  .parallax3 h2 + .row {
    margin-top: 45px; }

.footer {
  background-image: url(../images/footer-bg.jpg); }

.parallax4 {
  background-image: url(../images/page-3_img01.jpg);
  padding: 105px 0 110px; }

@media (max-width: 767px) {

  .parallax {
    background-position: center 0 !important;
    background-size: cover;
    padding: 50px 0; }


    .ethnography {
    background-position: -1140px !important;
    }
    .methods {
    background-position: -900px !important;
    }
    .qualitative {
    background-position: -1000px !important;
    }
    .qualitative {
    background-position: -1000px !important;
    }
    .quantitative{
       background-position: -750px !important;
    }
     .ethnographic-films{
       background-position: -1120px !important;
    }
    .semiotics{
      background-position: -750px !important;
    }
    .clients{
      background-position: -730px !important;
    }
    .community{
      background-position: -550px !important;
    }
    .about-us{
       background-position: -750px !important;
    }
    .contact{
       background-position: -1120px !important;
    }

  }
/*========================================================
                    HEADER Section
=========================================================*/
.header.page2, .header.page3 {
  background: url(../images/about-us.jpg) top center no-repeat;
}

  @media (max-width: 767px) {
    .header.page2, .header.page3 {
      /*padding-top: 60px; */} }

.header.page3{
	background: url(../images/header-ethnography-semiotics.jpg) top center no-repeat;
	background-size: 100% 100%;}

@media (max-width: 767px) {
  .header {
    text-align: center; } }

.header-wrapper {
  position: relative; }
  .header-wrapper .btn {
    /*position: absolute;
    top: 0;
    right: 0; */
	}
    @media (max-width: 767px) {

      .header-wrapper .btn {
        /*top: -117px; position: relative;padding: 11px 45px 15px 49px;width:30%;*/ }
		
		}
	@media (min-width: 480px) {
      .header-wrapper .btn {
        /*top: -60px; position: relative;padding: 11px 45px 15px 49px;width:30%; */} }

.absolute-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5; }

  @media (max-width: 767px) {
    .absolute-container {
      /*top: 60px; */} }

.page1 .nav-abs {
  position: absolute;
  bottom: 0; }

  @media (max-width: 767px) {
    .page1 .nav-abs {
      bottom: 15px; } }

.page2 .nav {
  margin-top: 318px;
}
  @media (max-width: 767px) {
    .page2 .nav {
      margin-bottom: 15px; } }

/*==================     Brand     ======================*/
.brand {
  /*float: left;*/
  padding: 20px;
  min-width: 247px;
  color: #ffffff;
  /*background: #4A2404;*/
  text-align: center;
  /*text-transform: uppercase;*/
  line-height: 19px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

  .brand .brand_name {
    font-size: 40px;
  line-height: 10px;
  letter-spacing: 6px;
  }
  @media (max-width: 767px) {
    .brand .brand_name {
       font-size: 30px; }
	    .brand .brand_name img{
		width: 20%;
    }
    .navigation{
      display: block;
    }
	}

  .brand .second-row {
    font-size: 14px;
    color: #2f3337;
    margin-top: 3px; }
  .brand .third-row {
    font-size: 10px; }
  @media (max-width: 767px) {
    .brand {
      float: none;
      display: inline-block;
      padding: 5px; } }

.btn {
	/*padding: 30px; */
	  width: 75px;
	  height: 30px;
	  color: #ffffff;
	  text-align: center;
	  background-color: rgb(47, 51, 55);
	  margin: auto;
	  /*padding-left: 10px;*/
	  margin-bottom: 10px;
  }
.btn .fa-flag {
  padding-top: 10px;
}
.btn .fa-globe  {
  padding-top: 8px;
}
  .btn:before {
    /*content: '\f024';
  position: absolute;
  left: 0;
  top: 0;
   bottom: 0; 
  width: 40px;
  height: 20px;
  padding-top: 10px;
  text-align: center;
  font-size: 16px;
  font-family: "FontAwesome";
  background: #D9531E;*/
}
	

	.btn a:active{color: red;}
  .btn a:hover {
    color: #D9531E;}
  @media (max-width: 767px) {
/*
    .btn {
      width: 100%;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }*/
	  
	  }
  @media (max-width: 767px) {
  /*
    .btn {
      padding: 15px 10px 15px 90px; }
      .btn:before {
        line-height: 54px; } */
		}

/*========================================================
                    CONTENT Section 
=========================================================*/
/*==================      Box      ======================*/
.box_aside {
  float: left;
  margin-right: 30px; }
  @media (min-width: 768px) and (max-width: 979px) {
    .box_aside {
      float: none;
      margin: 0 0 15px; } }
.box_cnt__no-flow {
  overflow: hidden; }

@media (max-width: 767px) {
  .box__mod .box_aside {
    float: none;
    margin: 0 0 15px; } }

.box + .box {
  margin-top: 43px;
  padding-top: 50px;
  border-top: 1px solid #f5f5f6; }

.bg-content {
  background: #f4f5f5; }

/*==================    Buttons    ======================*/
.btn2 {
  display: inline-block;
  position: relative;
  font-size: 15px;
  line-height: 46px;
  text-transform: uppercase;
  font-weight: 300;
  color: #D9531E; }

  .btn2:before {
    content: '+';
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-size: 19.5px;
    font-weight: 600;
    background: #D9531E;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    margin-right: 22px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease; }

  .btn2:hover:before {
    background: #d0013f; }

.btn3 {
  display: inline-block;
  padding: 15px 50px 15px 48px;
  line-height: 30px;
  color: #ffffff;
  background: #D9531E;
  text-transform: uppercase;
  font-size: 18px; }
  .btn3:hover {
    background: #2f3337; }


.btn4 {
  display: inline-block;
  position: relative;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 300;
  color: #D9531E; }

  .btn4:before {
    content: '<';
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    background: #D9531E;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease; }

  .btn4:hover:before {
    background: #d0013f; }



/*==================    Well    ======================*/
.well {
  padding-top: 50px;
  padding-bottom: 247px; }

.well2 {
  padding-bottom: 125px; }

.well3 {
  padding-top: 30px;
  padding-bottom: 30px; }

@media (max-width: 767px) {
  .well, .well2, .well3 {
    padding-top: 30px;
    padding-bottom: 30px; } }

.img-wrap > div {
  width: 33.333333333333%;
  float: left; }
.img-wrap img {
  height: 100%; }
.img-wrap:before, .img-wrap:after {
  display: table;
  content: "";
  line-height: 0; }
.img-wrap:after {
  clear: both; }
@media (max-width: 767px) {
  .img-wrap > div {
    width: 100%;
    float: none; } }

.giveMeEllipsis {

    /*font-family: 'Trebuchet MS';*/
     font-family: "Bellerose", serif;
  -webkit-text-size-adjust: none; 
    display: block;
    margin: 0 auto;
    overflow: hidden;
    height: 195px;
    font-size: 19px !important;
    line-height: 21px !important;
    font-weight: normal;
    color: #666 !important;
}


.giveMeEllipsis2 {
    /*font-family: 'Trebuchet MS';*/
     font-family: "Bellerose", serif;
  -webkit-text-size-adjust: none; 
    font-size: 19px !important;
    line-height: 21px !important;
    text-align: justify;
    font-weight: normal;
    color: #666 !important;
}

/*==================  Number Box  ======================*/
.number-box {
  /*margin-top: -141px; */}
  .number-box .number {
    margin: 0 auto;
    position: relative;
    width: 270px;
    height: 270px;
    text-align: center;
    color: #ffffff;
    font: 300 50px/270px "Open Sans", sans-serif;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
    .number-box .number + h3 {
      margin-top: 55px; }
    @media (min-width: 768px) and (max-width: 979px), (max-width: 479px) {
      .number-box .number {
        width: 236px;
        height: 236px;
        line-height: 236px; } }
  .number-box .number.bg1 {
    background: url("../images/page-1_img04.jpg") no-repeat; }
  .number-box .number.bg2 {
    background: url("../images/page-1_img05.jpg") no-repeat; }
  .number-box .number.bg3 {
    background: url("../images/page-1_img06.jpg") no-repeat; }
  @media (max-width: 767px) {
    .number-box {
      margin-top: 0; } }

      .numerito1,.numerito2, .numerito3{
        font-family: "Bellerose", serif;
      -webkit-text-size-adjust: none; 
        font-size: 50px;
      line-height: 40px;
      text-align: center;
      position: absolute;
       color: #ce023f;
      top: 33%;
      left: 30%;
      text-shadow: 1px 1px 1px #000;
      }
      .numerito2{
        color: #dc4c17;
        top: 30%;
        left: 23%;
      }
      .numerito3{
        color: #f19107;
        top: 35%;
        left: 25%;
      }

/*==================  Icon  ======================*/
.icon {
  display: inline-block;
  width: 149px;
  height: 149px;
  line-height: 149px;
  text-align: center;
  font-size: 50px;
  color: #ffffff;
  background: #D9531E;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }
  .icon:hover {
    background: #2f3337; }
  @media (max-width: 479px) {
    .icon {
      width: 80px;
      height: 80px;
      line-height: 80px;
      font-size: 30px; } }

.icon2 {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 50px;
  color: #ffffff;
  background: #D9531E;
  border-radius: 50%; }

/*==================  Partners  ======================*/
.partners {
  display: table;
  border-top: 2px solid #ffffff;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse; }
  .partners li {
    display: table-cell;
    padding: 83px 5px 76px;
    vertical-align: middle;
    text-align: center;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff; }
  .partners a {
    display: block; }
  .partners a:hover {
    opacity: 0.5; }
    .lt-ie9 .partners a:hover {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5)";
      filter: alpha(opacity=50); }
  @media (max-width: 479px) {
    .partners li {
      padding-top: 18px;
      padding-bottom: 12px; } }

/*==================  Date  ======================*/
.date {
  width: 70px;
  height: 70px;
  line-height: 24px;
  text-align: center;
  font-size: 30px;
  padding-top: 10px;
  font-weight: 300;
  color: #ffffff;
  background: #D9531E;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .date span {
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 300;
    opacity: 0.5; }
    .lt-ie9 .date span {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5)";
      filter: alpha(opacity=50); }

.video {
  width: 100%;
  height: 322px; }

/*==================  Member box  ======================*/
.member-box_cnt {
  padding: 30px 20px;
  padding-bottom: 60px;
  background: #f4f5f5; 
  height: 300px !important;}

  .member-box_client {
  padding: 30px 20px;
  padding-bottom: 50px;
  background: #f4f5f5; 
}
/*==================  Icon box  ======================*/
.icon-box {
  text-align: center; }
  .icon-box .icon2 + h4 {
    margin-top: 40px; }

/*==================  Event  ======================*/
.event_img {
  position: relative; }
  .event_img .date {
    position: absolute;
    left: 10px;
    top: 10px; }
.event_cnt {
  padding: 38px 28px;
  background: #fff; }
  .event_cnt h4 {
    color: #2f3337; }
  .event_cnt p {
    color: #bbbaba; }

/*==================  Shedule  ======================*/
.shedule {
  width: 100%;
  text-align: left; }
  .shedule tr {
    background: #f4f5f5; }
    .shedule tr:first-child {
      background: #2f3337;
      color: #ffffff;
      text-transform: uppercase;
      font-size: 20px;
      line-height: 30px; }
    .shedule tr + tr + tr {
      border-top: 1px solid #ffffff; }
  .shedule th {
    padding: 22px 0 26px; }
  .shedule td {
    padding: 35px 0 30px; }
  .shedule tr, .shedule th {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .shedule .first {
    width: 28.070175%;
    padding-left: 30px; }
  .shedule .second {
    width: 18.421053%;
    padding-left: 10px; }
  .shedule .third {
    width: 53.508772%;
    padding-left: 5px; }
  .shedule a:hover {
    color: #D9531E; }

/*==================    Blog box      ======================*/
.blog-box_cnt {
  background: #f4f5f5;
  padding: 20px;
  /*padding: 39px 37px 37px 30px;*/
   }
.blog-box .date {
  float: left;
  margin: 6px 30px 0 0; }
  @media (max-width: 767px) {
    .blog-box .date {
      float: none;
      margin: 0 0 15px; } }
.blog-box p > a {
  font-size: 20px;
  line-height: 24px;
  color: #D9531E;
  margin-left: 7px; }
  .blog-box p > a:hover {
    color: #2f3337; }
.blog-box + .blog-box {
  margin-top: 46px; }

/*==================   Address    ======================*/
address {
 /* text-transform: uppercase;*/
  color: #ffffff;
  width: 50%;
  float: left;
  margin-top: 10px; }

  address p {
    font-family: "Bellerose", serif;
    -webkit-text-size-adjust: none;}

  address .contact {
    /*margin-top: 25px;*/
	padding-left: 110px;
  margin-top: -34px;}
  address a {
    color: #d9531e; }
    address a:hover {
      text-decoration: underline; }
	 address .contenedor{
		margin-left: auto;
		margin-right: auto;
		width: 80%;
	 }
  @media (max-width: 479px) {
    address p {
      font-size: 19px !important; } }

	  @media (max-width: 767px) {
    address  {
      float: none; width: 100%; }
	 address .contenedor  {
      width: 100%; } 
	  }

	  

/*==================    Map    ======================*/
.map {
  height: 484px; }
  .map img {
    max-width: none !important; }
  @media (max-width: 767px) {
    .map {
      height: 250px; } }
  @media (max-width: 479px) {
    .map {
      height: 200px; } }

.policy-box p + p {
  margin-top: 24px; }
.policy-box + .policy-box {
  margin-top: 45px;
  padding-top: 47px;
  border-top: 1px solid #f5f5f6; }

.policy-link {
  font-size: 15px;
  color: #D9531E;
  text-transform: uppercase;
  font-weight: 300;
  margin-top: 51px; }
  .policy-link a:hover {
    text-decoration: underline; }

/*========================================================
                     FOOTER Section
=========================================================*/
.footer {
font-family: 'Trebuchet MS';
    font-size: 14px;
  /*font-family: "Bellerose", serif;
  -webkit-text-size-adjust: none; */
	font-style: italic;
  padding: 20px;}
  @media (max-width: 767px) {
    .footer {
      padding: 50px 0;
      text-align: center; }
      .footer .copy-wrap, .footer .footer-brand {
        float: none; margin-bottom: 10px;} }
  .footer.page2 {
    padding-top: 110px; }

.subscribe-form-wrapper {
  margin-left: 285px; }
  @media (max-width: 1199px) {
    .subscribe-form-wrapper {
      text-align: center;
      margin-left: 0; } }

.subscribe-heading {
  position: relative;
  display: inline-block;
  padding-left: 66px;
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 44px; }
  .subscribe-heading:before {
    content: '\f003';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 40px;
    line-height: 36px;
    font-family: "FontAwesome";
    color: #D9531E; }
  @media (max-width: 767px) {
    .subscribe-heading {
      text-align: left; } }

.foot-wrap {
  /*margin-top: 50px;*/ }
  .foot-wrap:before, .foot-wrap:after {
    display: table;
    content: "";
    line-height: 0; }
  .foot-wrap:after {
    clear: both; }
  @media (max-width: 767px) {
    .foot-wrap {
	margin-bottom: 20px;
     /* margin-top: 30px;*/ } }

.copy-wrap {
  float: left;
  /*margin-top: 45px;*/
  margin-right: 70px; }
  @media (max-width: 767px) {
    .copy-wrap {
      margin-right: 0; } }

.footer-brand {
  float: right;
  color: #ffffff;
    text-align: center;
  /*text-transform: uppercase; */}
  .footer-brand .brand_name {
    font-size: 50px;
    line-height: 50px; }
  .footer-brand .second-row {
    font-size: 14px;
    color: #D9531E;
    margin-top: 1px; }
  .footer-brand .third-row {
    font-size: 10px;
    line-height: 14px; }

.social-list {
  margin-top: 15px; }
  .social-list li {
    display: inline-block; }
    .social-list li + li {
      margin-left: 5px; }
  .social-list a {
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    background: #2f3337;
    border-radius: 50%; }
    .social-list a:hover {
      background: #D9531E; }

.copyright {
  color: #9fa6ae; margin-bottom: 15px;}
  .copyright span:first-child {
    color: #ffffff;
    /*text-transform: uppercase; */}
  .copyright a:hover {
    text-decoration: underline; }


/*==================   Custom    ======================*/

ul li{
margin: 12px;
}
.fa-ul{
    text-align: left;
    padding: 0;
    margin-left: 1.5em;
}
.fa-li{
  top: .5em;
  color: #d0013f;
}

.listado{
    background: #ffffff;
    padding: 20px;
    margin-top: 20px;
}
.lista{
  /*font-family: 'Trebuchet MS'; */
    font-family: "Bellerose", serif;
    -webkit-text-size-adjust: none;
    font-size: 19px;
    line-height: 20px;
}


.second-row a{
    font-family: "Bellerose", serif;
    -webkit-text-size-adjust: none;
}

.mapa{
  width: 70%;
}

.frase{
  color: #D0003E; font-size:35px;text-transform:none; line-height: 85px;
}


.fa-caret-left{
padding-top: 12px !important;
}


@media (max-width: 767px) {
   .mapa{
    width: 100%;
    }
    .frase{
      font-size:24px;t
    }
  }
