@import url('https://fonts.googleapis.com/css?family=Sanchez');
@import url('http://www.crazydemo.asia/demo.css');

body {
  font-family: 'Calibri', serif;
  -webkit-text-size-adjust: none;
  color: #606163;
  font-weight: 400;
  font-size:18px;
  text-rendering: optimizeLegibility;
  background: #fff;
}
h1,h2,h3,h4,h5,h6{
 font-family: 'Calibri', serif;
}
p {
    margin: 0 0 20px;
    line-height: 30px;
}
img {
    max-width: 100%;
    height: auto;
}
iframe {
    max-width: 100%;
}
header {
  font-size: 14px;
}
.header-top{
  min-height: 56px;
  line-height: 4em;
  color:#ab814c;
}
.header-top ul{
    margin:0;
    padding:0;
}
.header-top i{
  font-size: 1.14em;
  margin-right: 5px;
}
.header-top a{
    height:auto;
}
.header-content > div {
    position: relative;
    height: 200px;
}
.main-menu{
  margin: 0;
  background: #434a9f;
  min-height: 0;
  padding: 14px 0;
}

.main-menu .navbar-nav > li.active > a{
  color:#ab814c;
}

.main-menu .navbar-nav > li > a {
  text-transform: uppercase;
  display: inline-block;
  padding: 8px 30px;
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  font-size: 22px;
}
.main-menu .nav > li > a.active,
.main-menu .nav > li > a:focus, 
.main-menu .nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
    color:#47b8e1;
}
.navbar{border-radius: 0;}
.navbar-brand{
  float: right; 
}
.main-menu .navbar-brand{
   padding:0;
}
#intro {
  background: url(/templates/images/bottom-bg.jpg) no-repeat center top;
  color: #fff;
  padding: 120px 0 80px 0;
}
#innerpage{
  padding-top: 70px;
}
.banner-inner .item-extra{
  background: rgba(0,0,0,.5);
  position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
}
#innerpage h3{
  font-size: 30px;
}
#contact_form{
  padding-top: 15px;
}

.contactThanks{
  text-align: center;
    padding: 90px 0 40px 0; 
}
.offset-3{margin-bottom: 35px;}

.menucont img{
  width:100%;
}
.navbar-nav {
  float: none;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
.item-extra{
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #fff;
}
.item-extra h2{
  font-size:48px;
}
.item-extra p{
  font-size:27px;
}
.item_img {
  margin-bottom: 13px;
}
.item_introtext {
    margin-bottom: 10px;
}
.carousel-control{
  color:#434a9f;
}
.carousel-indicators{display: none;}
.carousel-indicators .active{
  background-color:#ab814c;
}

.carousel-indicators li{
  border-color:#ab814c;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 100%;
    margin: auto;
}
.rTable    { 
  display: table;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  max-width: 800px;
  margin: 0 auto;
}
.rTableRow       { display: table-row; }
.rTableHeading    { display: table-header-group; }
.rTableBody    { display: table-row-group; }
.rTableFoot    { display: table-footer-group; }
.rTableCell, .rTableHead  { display: table-cell; vertical-align: middle;}

.inner-section,
.home-section{
  padding: 15px 0 55px 0;
}
.home-section h2{
  font-size: 50px;
  margin-top: 0px;
  text-transform: uppercase;
  color:#6e6f71;
}
.home-section h4 {
  font-size: 29px;
  margin-bottom: 16px;
}
.home-section h4 a{
    color: #5c3013;
    margin: 0 0 13px;
    text-transform: uppercase;

}

.btn.btn-info {
  background: url(/templates/images/button.png) 0 0 no-repeat;
  border: none;
  outline: none !important;
  color: white;
  text-transform: uppercase;
  width: 186px;
  height: 57px;
  padding: 0;
  text-align: center;
  -webkit-transition: all 0s linear;
  -moz-transition: all 0s linear;
  -o-transition: all 0s linear;
  transition: all 0s linear;
  font-size: 20px;
  font-weight: 300;
  line-height: 57px;
}
.btn.btn-info:hover {
    background: url(/templates/images/button.png) 0 bottom no-repeat;
    color: white;
    -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -o-transition: all 0s linear;
    transition: all 0s linear;
}
.home-section h2 span{
  color:#f9310a;
}
.home-section p:last-child{
  margin:0px;
}
.home_thumb_wrap{}
.sub_heading {
    margin-bottom: 20px;
}
.sub_heading  h2{
  position: relative;
  display: inline-block;
  margin-bottom: 14px;
}
.sub_heading p{
  font-size: 24px;
  text-transform: uppercase;
}
.home_thumb figcaption{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 24px;
    color: white;
    padding: 13% 14%;
}

#myList { 
    padding: 0;
  }
  #myList li{ 
    display:none;
    list-style: none;
  }

  #myList li:nth-child(3n+4){ 
    clear:both;
  }
  @media only screen and (max-width: 991px) {
    #myList li:nth-child(3n+4){ 
      clear:none;
    }  
    #myList li:nth-child(3n+3){ 
      clear:none;
    }  
    #myList img{ 
      width:100%
    }
  }
  #loadMore:hover {
    color:black;
  }
  #showLess {
    color:red;
    cursor:pointer;
  }
  #showLess:hover {
    color:black;
  }
  div.items {
    padding: 10px;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #fff;
    box-shadow: 0 1px 1px #ccc;
    margin-bottom: 5px;
    background-color: #f1f1f1;
    position: relative;
  }
  div.items:hover .thumb-overlay:before, 
  div.items:hover .thumb-icon, 
  div.items:hover .thumb-description {
    opacity: 1;
  }
#footer{
  background-color:#1c1c1c;
  color: #666666;
}
#footer a{
  color: #434a9f;
}
.socialmedia{}
.socialmedia li:last-child a{
  border-right: solid 0px #ab814c;}
.socialmedia li a{
  margin-left: 0px;
  border-right: solid 1px #434a9f;
  padding-right: 10px;
  padding-left: 0;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
.socialmedia li a:hover{text-decoration: none;}
.fb{color:#434a9f;}
.twitter{color:#49b8e1;}
.copyright {
    font-size: 14px;
    padding: 20px 0;
}
.footer-inner {
    padding: 28px 0px;
    font-weight: 600;
}

.inner-heading{
    position: relative;
}

.inner-heading img{
    width:100%;
}
.dropdown-menu > li > a {
    padding: 10px 20px;
    color:#fff;
}
.dropdown-menu {
    background: #ab814c;
}
.services-three  {margin-bottom:30px;}
.services-one > div {margin-bottom:20px;}
.services-one img{
  width:100%;
}
.ourmenu img{
  border: solid 3px #fff;
margin-bottom: 30px;
width:100%
}
#intro.home-section h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 40px;
}
form {
  margin-bottom: 66px;
}
form mark {
  background: none !important;
  bottom: 100%;
  right: 0;
  padding: 0 !important;
  position: absolute;
}
form mark label {
  color: #e94545;
  display: block;
  font-size: 11px;
  line-height: 18px;
  margin: 0 !important;
}
form textarea {
  min-height: 130px;
  max-height: 130px;
}
.controls,
.control-group,
.mod_tm_ajax_contact_form .control-group {
  position: relative;
  margin-bottom: 30px;
}
.controls.reset-margin,
.control-group.reset-margin,
.mod_tm_ajax_contact_form .control-group.reset-margin {
  margin-bottom: 0;
}
select,
textarea,
input[type="text"],
input[type="email"],
input[type="url"],
.uneditable-input {
  display: block;
  width: 100%;
  background: #ffffff;
  border: 1px solid #ebeef7;
  color: #888888;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  height: 50px;
  line-height: 33px;
  padding: 8.5px 18px;
  vertical-align: middle;
  outline: none;
  margin-bottom: 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 1s ease , box-shadow 1s ease;
  -moz-transition: border-color 1s ease , box-shadow 1s ease;
  -o-transition: border-color 1s ease , box-shadow 1s ease;
  transition: border-color 1s ease , box-shadow 1s ease;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
select:-webkit-autofill,
textarea:-webkit-autofill,
input[type="text"]:-webkit-autofill,
input[type="email"]:-webkit-autofill,
input[type="url"]:-webkit-autofill,
input[type="search"]:-webkit-autofill,
.uneditable-input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 20px #ffffff !important;
  -webkit-text-fill-color: #888888 !important;
  color: #888888 !important;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
}
label.inline {
  display: inline-block;
}
.btn {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #1e3953;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 33px;
  outline: none;
  padding: 8.5px 38px;
  text-shadow: none;
  box-shadow: none;
  text-align: center;
  vertical-align: top;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.icons-marker {
    color: #1e3953;
}
.img-intro img {
    width: 100%;
}

.team_member:hover .team_member_description {
    -webkit-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
}
.team_member{
    position: relative;
    overflow: hidden;


    background: transparent;

    display: block;
    margin-bottom: 24px;
    line-height: 1.5;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;

}
.team_member_name {
    margin: 0;
}
.team_member_description{
  position: absolute;
left: 50%;
bottom: 0;
width: 100%;
margin-top: 0;
transition: .4s;
-webkit-transform: translateY(60%) translateX(-50%);
transform: translateY(60%) translateX(-50%);
background: rgba(147,106,78,.4);
padding: 10px 20px;
color: #fff;
}

.info{margin-bottom: 13px;}

/*
  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
  and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
  Inspired from:  http://codepen.io/Rowno/pen/Afykb 
*/

.carousel-inner{margin-top: -10px;}

.carousel-control.right, .carousel-control.left{
  background-image: none;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

.thumb {
    position: relative;
    display: block;
    overflow: hidden;
}
.thumb-overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: -1px;
    right: -1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    overflow: hidden;
}

.thumb-overlay:before {content: "";position: absolute;left: 0;top: 0;bottom: 0;right: 0;background: rgba(0,0,0,0.5);transition: .3s;opacity: 0;}
.thumb-overlay .thumb-icon {
    font-size: 34px;
    transition: .3s all ease;
    opacity: 0;
    z-index: 1;
}
/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}




  @media (max-width:991px){
    .list-unstyled.list-inline.text-right.socialmedia,
    .rTableHead.text-left {
      text-align: center;
    }
    .navbar-brand {
      float: none;
      display: inline-block;
      padding: 15px 15px 0;
    }
    .item-extra {
      position: relative;
      text-align: center;
      width: 100%;
      height: auto;
      color: #fff;
      float: left;
    }
    .header-content > div {
      position: relative;
      height: auto;
      clear: both;
    }
    .navbar-toggle .icon-bar {
    background: #ffffff;
    margin-left: 10px;
    }
    .navbar-collapse {
      transition:all .3s ease-out;
    }
    .navbar-header .sr-only {
  margin-top: -7px;
  position: absolute;
  width: 100%;
  height: auto;
  clip: inherit;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  left: 0;
    }
    .navbar-toggle {
      position: relative;
      float: right;
      padding: 9px 0;
      margin: 0;
      border: 1px solid transparent;
      border-radius: 0;
      width: 100%;
      font-size: 20px;
    }
    .dropdown-menu > li > a {
      padding: 10px 20px;
      color: #ab814c;
      text-align: center;
    }
    .ourmenu {
      margin-top: 50px;
    }
    .socialmedia{text-align: center;}
    .box{padding-bottom: 50px;}
    #intro{ background-attachment: fixed;background-size: cover;padding: 80px 0;}
  }

@media (max-width:768px){
  .navbar-nav{padding: 10px 0;}
  .sub_heading h2{font-size: 38px;}
}

#home .navbar-nav li:nth-child(1) a{color: #47b8e1;}
#services .navbar-nav li:nth-child(2) a{color: #47b8e1;}
#contact_us .navbar-nav li:nth-child(3) a{color: #47b8e1;}

#down header{display: none;}
#down #footer{display: none;}