
@font-face {
	font-family: 'Gotham-Medium';
	src: url('../fonts/Gotham-Medium.eot');
	src: local('☺'), url('../fonts/Gotham-Medium.woff') format('woff'), url('../fonts/Gotham-Medium.ttf') format('truetype'), url('../fonts/Gotham-Medium.svg') format('svg');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham-Bold';
	src: url('../fonts/Gotham-Bold.eot');
	src: local('☺'), url('../fonts/Gotham-Bold.woff') format('woff'), url('../fonts/Gotham-Bold.ttf') format('truetype'), url('../fonts/Gotham-Bold.svg') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham-Light';
	src: url('../fonts/Gotham-Light.eot');
	src: local('☺'), url('../fonts/Gotham-Light.woff') format('woff'), url('../fonts/Gotham-Light.ttf') format('truetype'), url('../fonts/Gotham-Light.svg') format('svg');
	font-weight: 100,300;
	font-style: normal;
}



/* =================================== */
/*	Basic Style
/* =================================== */
html,body{
 	overflow-x:hidden;
    width:100%;
}
body {
    background-color: #fff;
    font-family: 'Gotham-Medium', sans-serif;
    line-height: 1;
	font-size: 13px;
    color: #a8a8a8;
}

ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

figure, p {
    margin: 0;
}

a {
    -webkit-transition: all .3s ease-in 0s;
       -moz-transition: all .3s ease-in 0s;
        -ms-transition: all .3s ease-in 0s;
         -o-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;
}

iframe {
    border: 0;
    height:500px;
}

a, a:focus, a:hover {
    text-decoration: none;
    outline: 0;
}

a:focus, a:hover {
    color: inherit;
}

h1, h2, h3,
h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	margin: 0;
}

.clear:before,
.clear:after {
    content: " ";
    display: table;
}

.clear:after {
   clear: both;
}

.clear {
   *zoom: 1;
}


.section-title {
  margin: 30px auto;
  width: 820px;

}

.section-title h2 {
  color: #FF5100;
  font-size: 2.75em;
  font-weight:bold;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 27px;
  text-transform: uppercase;
}

.section-title h5 {
  text-align:center;
  margin: 0 auto;
  text-transform:uppercase;
  border-bottom: 1px solid #fff;
}

.section-title h6 {
  color: #7fc31b;
  font-size: 2.75em;
  font-weight:bold;
  position: relative;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.section-title p {
    line-height: 25px;
    font-weight: 300;
    font-size: 13px;
}


.section-title2 {
  margin: 30px auto;
  width: 420px;
}

.section-title2 h2 {
  color: #FF5100;
  font-size: 2.75em;
  font-weight:bold;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 27px;
}

.section-title2 h5 {
  text-align:center;
  margin: 0 auto;
  text-transform:uppercase;
  border-bottom: 1px solid #fff;
}

.section-title2 h6 {
  color: #7fc31b;
  font-size: 2.75em;
  font-weight:bold;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 27px;
  text-transform: uppercase;
}

.section-title2 p {
    line-height: 25px;
    font-weight: 300;
    font-size: 13px;
}

.section-title h1 {
  color: #6f777a;
  
  line-height: 25px;
    font-weight: 300;
    font-size: 20px;
 
}

.section-title3 {
  margin: 30px auto;
  width: 820px;
}

.section-title3 h2 {
  color: #FF5100;
  font-size: 2.75em;
  font-weight:bold;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 27px;
  text-transform: uppercase;
}

.section-title3 h5 {
  text-align:center;
  margin: 0 auto;
  text-transform:uppercase;
  border-bottom: 1px solid #fff;
}

.section-title3 h6 {
  color: #7fc31b;
  font-size: 2.75em;
  font-weight:bold;
  position: relative;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.section-title3 p {
    text-align: center;
    line-height: 25px;
    font-weight: 300;
    font-size: 20px;
    padding-bottom: 27px;


}
.section-title3 h1 {
  color: #6f777a;
  
  line-height: 25px;
    font-weight: 300;
    font-size: 20px;
 
}


.btn {
    border-radius: 0px;
    font-weight:600;
    text-transform:uppercase;
    -webkit-transition: all 0.6s ease;
     -moz-transition: all 0.6s ease;
      -ms-transition: all 0.6s ease;
       -o-transition: all 0.6s ease;
          transition: all 0.6s ease;
}

.btn:hover,
.btn:focus {
    outline: 0;
    background:#fff !important;
    color:#FF5100 !important;
}

.btn-blue {
  background-color: #FFF;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 35px;
}
.btn-white {
  background-color: transparent;
  color: #fff;
  border:1px solid #fff;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 35px;
}

.kill-margin {
    margin: 0 !important;
}

/*************************
*******Navigation******
**************************/

#navigation,
.navbar-brand,
.navbar-toggle,
.navbar-nav > li > a,
.search-form > #search-sub {
  -webkit-transition: all 0.6s ease;
     -moz-transition: all 0.6s ease;
      -ms-transition: all 0.6s ease;
       -o-transition: all 0.6s ease;
          transition: all 0.6s ease;
}




.animated-nav#navigation > .container {
  border-bottom: none;
}

.navbar-brand {
  height: inherit;
  padding: 0px;
}

.navbar-brand a {
  margin-top:5px;
  display: block;
  margin-right:10px;
}



.navigation .navbar-nav > li > a {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	padding:15px;
	text-transform: uppercase;
	text-align:center;
}
.navbar-right .navbar-nav > li > a {
	color: rgba(255,255,255,.8);
	font-size: 18px;
	font-weight: 600;
	padding:15px 5px;
	text-transform: uppercase;
  margin-top:20px;
}

.navigation .navbar-nav > li.current > a,
.navigation .navbar-nav > li.current.open > a {

}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    border-color: transparent;

}
#nav a span {
display: block;
font-size: 10px;
text-align: center;
position: relative;
margin: 0 auto;
margin-top: -2px;
color:#fff;
}


.animated-nav .navigation .navbar-nav > li.current > a {
  color: #fff;

}

.navigation .navbar-nav > li > a:focus,
.navigation .navbar-nav > li > a:hover {
    background:#FF5100;
  color:#fff;
}

.search-form {
  position: relative;
}

.search-form > #search {
  width: 100%;
}

.search-form > #search {
  background-color: transparent;
  height: 40px;
  border: 0 ;
  margin-top: 28px;
  width: 100%;
}

.search-form > #search-sub {
  background: url("../img/icons/search.png") no-repeat scroll 0 0 transparent;
  border: 0 ;
  bottom: 11px;
  height: 15px;
  position: absolute;
  right: 8px;
  padding: 0;
  text-indent: -9999em;
  width: 15px;
}

.animated-nav .search-form > #search-sub {
    bottom: 22px;
}

/*************************
*******Main Slider******
**************************/


#home{
  padding: 0;
  overflow: hidden;
}

.carouseloverlay {
    background: linear-gradient(rgba(255,81,0,.6),transparent);
    background: -moz-linear-gradient(rgba(255,81,0,.6),transparent);
    background: -webkit-linear-gradient(rgba(255,81,0,.6),transparent);
    display: block;
    margin: 0 auto;
    position: absolute;
    height: 200px;
    width: 100%;
    z-index: 999;
}

 .carousel-inner .item {
background-position: top center;
background-size: cover;
height:100vh;
}


 .slider-content {
  height: 100%;
}

.carousel-caption {
    right: 0;
    top: 150px;
    z-index: 11;
    text-align: center;
    left: 0;
}
.carousel-caption > div {
	position:relative;
	margin:0 auto;
	display:block;
	width:80%;
	padding:40px 25px;
}

 .carousel-inner h2 {
	color: #ffffff;
	font-size: 2.75em;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: .063em;
	line-height: 50px;
	margin-bottom: 20px;
	text-shadow: none;
	font-weight:100;
	font-family: 'Gotham-Medium';
}
.carousel-caption .btn {
    margin-top: 30px;
}

.carousel-caption span {
	display: inline-block;
	text-transform: uppercase;
	font-size: 1.2em;
	letter-spacing: .125em;
	margin-bottom: .25em;
    color: #fff;
    border-bottom: 1px solid #fff;

}

#nav-arrows > a {
  background-color: #101820;
  color: #fff;
  display: block;
  height: 60px;
  line-height: 76px;
  position: absolute;
  text-align: center;
  top: 70%;
  width: 60px;
  z-index: 20;
  margin-top: -30px;

    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}
.fraccionamiento #nav-arrows > a{
top:50%;
}

#nav-arrows > a.sl-prev {
    left: 50px;
}

#nav-arrows > a.sl-next {
    right: 50px;
}

#nav-arrows > a.sl-next:hover {
    background-color: #FF5100;
    border-color: #FF5100;
    color: #fff;
}

.carousel-indicators .active {
  background-color: #fff;
  border: 0;
}



/*============================================================
    Services
============================================================*/

#service .media > .pull-left{
    margin-right: 50px;
}

#service .media .media-body h3{
    color: #FF5100;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 15px;
}

#service .media .media-body p{
    color: #A8A8A8;
    font-size: 13px;
    line-height: 24px;
}

#service .media{
    padding-bottom: 50px;
    padding-left: 20px;
}




.service-item {
    margin-bottom: 70px;
}

.service-icon {
  float: left;
  margin-top: 8px;
}

.service-desc {
    margin-left: 115px;
}

.service-item h3 {
  color: #FF5100;
  font-size: 20px;
  margin-bottom: 28px;
}

.service-item p {
  line-height: 24px;
}


/*============================================================
    Service Bottom
============================================================*/

#service-bottom {
  padding-bottom: 0;
  position: relative;
  padding-top:0;
}

.mobile-device {
  position: relative;
  background:url('../img/blueside2.jpg') no-repeat;
  background-size:cover;
  background-position: center bottom;
  height: 450px;
  padding: 150px 60px
}

.mobile-device2 {
  position: relative;
  background:url('../img/coati/ubicacion-coati.mini-bodegas1.jpg') no-repeat;
  background-size: center;
  background-position: center bottom;
  height: 400px;
  padding: 150px 60px
}

.mobile-device3 {
  position: relative;
  background:url('../img/nuevosantafe/plano4.jpg') no-repeat;
  background-size:cover;
  background-color: #dad9d7;
  background-position: center bottom;
  height: 500px;
  padding: 150px 30px
}

.mobile-device h4 {
  float: left;
  position: relative;
  display:inline-block;
  color:#fff;
  padding:0 25px;
  font-weight:100;
}

.words-wrapper {
  position: relative;
  bottom: 4px;
  width: 100%;
  left: 0;
  text-align: left;
}

.words-wrapper h4 {
  position: relative;
  display:inline-block;
  padding: 0 5px;
  font-weight: bold;
  color: #999;
}

.service-features {
  background-color: #ececec;
  color: #FF5100;
  height: 335px;
  padding: 50px;
  position: relative;
  width: 50%;
}


.service-features h2 {
  margin-bottom: 40px;
  font-size: 2.75em;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: .063em;
  margin-bottom: .25em;
  text-transform: uppercase;
  font-weight:bold;
}

.service-features h5, .section-title h5 {
    border-bottom: 1px solid #666;
    color: #666;
    display: inline-block;
    text-transform: uppercase;
    font-size: .9em;
    letter-spacing: .125em;
    margin-bottom: .55em;

}
.service-features p {
font-size: 1.2em;
font-family:'Gotham-Light';
line-height: 1.75;
margin-bottom: 1em;
}

.service-features2 {
  background-color: #ececec;
  color: #FF5100;
  height: 450px;
  padding: 30px;
}

.service-features2 h2 {
  margin-bottom: 40px;
  font-size: 2.75em;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: .063em;
  margin-bottom: .25em;
  text-transform: uppercase;
  font-weight:bold;
}

.service-features2 h5, .section-title h5 {
    border-bottom: 1px solid #666;
    color: #666;
    display: inline-block;
    text-transform: uppercase;
    font-size: .9em;
    letter-spacing: .125em;
    margin-bottom: .55em;

}
.service-features2 p {
font-size: 1.2em;
font-family:'Gotham-Light';
line-height: 1.75;
margin-bottom: 1em;
 color: #666;
}


.service-features3 {
  background-color: #ececec;
  color: #FF5100;
  height: 500px;
  padding: 0px;
  position: relative;
 
}


.service-features4 {
  background-color: #7FC31B;
  color: #FF5100;
  height: 400px;
  padding: 30px;
  
}


.service-features4 h2 {
  margin-bottom: 40px;
  font-size: 2.5em;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: .063em;
  margin-bottom: .25em;
  text-transform: uppercase;
  font-weight:bold;
  color: #FFF;
}

.service-features4 h5, .section-title h5 {
    border-bottom: 1px solid #666;
    color: #54585A;
    display: inline-block;
    text-transform: uppercase;
    font-size: .9em;
    letter-spacing: .125em;
    margin-bottom: .55em;

}
.service-features4 p {
font-size: 1.4em;
font-family:'Gotham-Light';
line-height: 1.75;
margin-bottom: 1em;
color: #FFF;
}

.service-features5 {
  background-color: #fff;
  color: #fff;
  height: relative;
  padding: 0px;
  position: relative;
  width: relative;
}


 
/*============================================================
    Portfolio
============================================================*/

#projects {
    width: 100%;
}

.project-filter {
  margin-bottom: 40px;
}

.project-filter ul li {
  padding: 0;
}

.project-filter ul li a {
  color: #000;
  display: block;
  line-height: 18px;
  padding: 10px 20px;
  text-transform: uppercase;
}

.project-filter ul li a:hover,
.project-filter ul li a.active {
    background-color: #FF5100;
    color: #fff;
}

.mix {
    display: none;
}
.portfolio-item img{width:100%;
min-height: 300px;}

.portfolio-item {
    position: relative;
    float: left;
    overflow: hidden;
    max-height:300px;
    border: 5px solid #fff;
    width:33.33%;
		padding: 0;
}


.portfolio-item span.plus {
  background:#fff;
  padding:10px 20px;
  color:#FF5100;
  width:120px;
  text-shadow:none;
  margin: 0 auto;
  margin-top:30px;
  position: relative;
  display:none;
    -webkit-transition: 0.3s ease-in-out 0s;
       -moz-transition: 0.3s ease-in-out 0s;
        -ms-transition: 0.3s ease-in-out 0s;
         -o-transition: 0.3s ease-in-out 0s;
            transition: 0.3s ease-in-out 0s;
}


figcaption.mask {
  background-color: rgba(40, 40, 91, 0.8);
  bottom: 0px;
  left: 0;
  padding: 30px 0 30px 30px;
  position: absolute;
  width: 100%;
  height:0%;
  opacity:0;

    -webkit-transition: 0.3s ease-in-out 0s;
       -moz-transition: 0.3s ease-in-out  0s;
        -ms-transition: 0.3s ease-in-out  0s;
         -o-transition: 0.3s ease-in-out  0s;
            transition: 0.3s ease-in-out  0s;
}

.portfolio-item:hover figcaption.mask {
  opacity:1;
  height:100%;
  text-align:center;
}

.portfolio-item:hover .plus {
    display:block;
    text-align:center;
}
.portfolio-item:hover span{
display:block;
}

.portfolio-item:hover h3 {
display:none;
}

.portfolio-item div{
 position: absolute;
 top: 25%;
width: 100%;
left: 0;
 color: #fff;
text-shadow: 2px 2px 2px #333;
}


figcaption.mask h3 {
  color: #fff;
  font-size: 50px;
  line-height: 28px;
}
.portfolio-item h3{
  color: #fff;
  font-size: 42px;
  line-height: 28px;
}
.portfolio-item span {
  color: #fff;
  display:none;
  text-align:center;
    -webkit-transition: 0.3s ease-in-out 0s;
       -moz-transition: 0.3s ease-in-out  0s;
        -ms-transition: 0.3s ease-in-out  0s;
         -o-transition: 0.3s ease-in-out  0s;
            transition: 0.3s ease-in-out  0s;
}
.portfolio-item span ul{
  margin-top:-20px;

  }

.portfolio-item span li{
  padding:2px 0px;

  }

/*============================================================
    About Us
============================================================*/

#about {
    padding-bottom: 0;
}

#about .nav-pills {
    text-align: center;
    margin-bottom:20px;
}

#about .nav-pills > li {
  float:none;
  display:inline-block;

}
#about .nav-pills > li > a{
  color:#FF5100;
}

#about .nav-pills > li.active > a {
  background:#FF5100;
  color:#fff;
}

.about-us img {
  margin: 0 auto;
}

.overlay {
   background:transparent;
   position:relative;
   width:100%;
   height:500px;
   top:500px;
   margin-top:-550px;
}

.map{
    height: 500px;
    width: 100%;
      }


/* Counter section */

#count {
}

.counter-section {
   padding: 25px 0;
   position: relative;
   margin-top: -250px;
}

#logo-frac img{
width:100%;
margin-top: 40px;
max-width:500px;
}

#logo-frac h4{
color:#fff;
text-shadow: 1px 1px 3px #333;
text-align:center;
margin-top:22px;
}
.fact-item {
  color: #fff;
  text-shadow: 1px 1px 3px #333;
}

.fact-icon {
  position: relative;
  width: 50px;
  height: 28.87px;
  background-color: #FF5100;
  margin: 14.43px auto;
}

.fact-icon:before,
.fact-icon:after {
  content: "";
  position: absolute;
  width: 0;
  left: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
}

.fact-icon:before {
  bottom: 100%;
  border-bottom: 14.43px solid #FF5100;
}

.fact-icon:after {
  top: 100%;
  width: 0;
  border-top: 14.43px solid #FF5100;
}

.fact-icon > i {
  line-height: 27px;
}

.fact-item span {
  display: block;
  font-size: 50px;
  line-height: 42px;
  font-weight: 700;
  margin: 28px 0 20px;

}

.fact-item p {
  font-weight: 300;
  text-shadow: 1px 1px 3px #333;
}


/*============================================================
    About Us
============================================================*/

.subtitle {
  margin: 0 auto;
  width: 95%;
}

.subtitle h3 {
  color: #1f2021;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.subtitle p {
  line-height: 25px;
  margin-bottom: 65px;
}



#about-us{
    padding-bottom: 0;
    background:url('../img/test_bg.jpg');
    background-size: cover;
	background-position: center center;
    text-align:center;
    color:#fff;
    padding:60px 0;
}
#about-us h3{
  text-transform:uppercase;
  margin-bottom:20px;
}

.tst-single {
  margin-bottom: 40px;
}

.tst-single img {
  max-width: 100px;
  float: left;
}

.tst-content {
  padding-bottom: 25px;
}

.tst-content p {
  color: #fff;
  line-height: 25px;
  padding: 25px;
  font-size: 24px;
  font-weight: 100;
}
.tst-content p:before, .tst-content p:after{
content:'"';
display:inline-block;

}
.tst-content span {
  font-style: italic;
  margin-right: 5px;
}

/* carousel navigation */

#quienes .owl-dots {
display:none !important;
}

.owl-dots {
  text-align: center;
}

.owl-controls .owl-dot {
  cursor: pointer;
  display: inline-block;
}

.owl-controls .owl-dots span {
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #ACACAC;
  display: block;
  height: 12px;
  margin: 5px 4px;
  width: 12px;
}

.owl-controls .owl-dot.active span,
.owl-controls .owl-dot:hover span {
  background-color: #FF5100;
  border-color: #FF5100;
}

.owl-item .item div{
background-position:center;
height: 500px !important;
}

.owl-nav {
    position: absolute;
    top: 50%;
    z-index: 9999;
    width: 100%;
    padding: 0 10px;
}

.owl-prev, .owl-next{
color:#fff;
padding: 10px;
display:inline-block;
}

.owl-prev:hover, .owl-next:hover{
background:rgba(0,0,0,.2);
}

.owl-next{
    float: right;
}
.owl-prev{
    float: left;
}
/* progress bars */

.progress-bars > span {
  color: #1f2021;
  line-height: 24px;
  text-transform: uppercase;
}

.progress {
  background-color: #dbdbdb;
  border-radius: 0;
  box-shadow: none;
  height: 25px;
  margin-bottom: 25px;
}

.progress .bar {
  width: 0;
  height: 25px;
  background-color: #FF5100;

  -webkit-transition: width 0.6s ease;
     -moz-transition: width 0.6s ease;
      -ms-transition: width 0.6s ease;
       -o-transition: width 0.6s ease;
          transition: width 0.6s ease;
}


.progress .bar small { color:#fafafa; font-size:12px; }

.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
     -moz-animation: progress-bar-stripes 2s linear infinite;
      -ms-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}

.progress-success .bar, .progress-green .bar {
  background-color: #FF5100;

}











/*=================================
    Quotes
===================================*/

#quotes {
  background-color: #FF5100;
  padding: 80px 20px;
}

.call-to-action {
    color: #fff;
    font-weight: 100;
}

.call-to-action h3{
  margin-bottom: 25px;
  font-size:30px;
  text-align:center;
}

.call-to-action p {
  line-height:24px;
  margin:10px 0;
  font-size:1.3em;
  text-align:center;
}

#quotes.arborea{
  background-color: #69a854;
}

#quotes.sannicolas{
  background-color: #ed7634;
}

#quotes.santafe{
  background-color: #0b233f;
}
#quotes.haciendaelcobano{
  background-color: #490f32;
}

#quotes .social{
  margin-top:20px;
  text-align:center;
}

#quotes .social a{
  color:#fff;
  padding:0 10px;
  text-align:center;
}

#quotes .social a:hover{
  color:#ccc;
}

/*============================================================
    Pricing
============================================================*/

.pricing-table {
  color: #1f2021;
  font-size: 16px;
  line-height: 24px;
}

.pricing-table .price {
  border-top: 1px solid #FF5100;
  padding: 35px 0 45px;
}

.pricing-table .plan {
  display: block;
  text-transform: uppercase;
}

.pricing-table .value {
  font-size: 13px;
  font-weight: 600;
}

.pricing-table .value > small {
  font-size: 20.33px;
  margin-right: 15px;
  position: relative;
  top: -27px;
}

.pricing-table .value > strong {
  font-size: 59.48px;
  margin-right: 10px;
  line-height: 69.22px;
}

.pricing-table ul {
  border-bottom: 1px solid #FF5100;
  border-top: 1px solid #FF5100;
}

.pricing-table ul li {
  margin: 20px 0;
  padding-bottom: 20px;
  position: relative;
}

.pricing-table ul li:after {
  border-bottom: 1px solid #FF5100;
  bottom: 0;
  content: "";
  display: block;
  left: 50%;
  margin-left: -65px;
  position: absolute;
  width: 130px;
}

.pricing-table ul li:last-child:after {
  border-bottom: none;
}

.pricing-table ul li:last-child {
  margin-bottom: 0;
}

.btn-price {
  border: 1px solid #FF5100;
  color: #1f2021;
  margin-top: 40px;
  padding: 10px 30px;
}

.special-plan {
    margin-top: 100px;
}

.special-plan p {
    font-size: 20px;
    margin-bottom: 35px;
    color: #1f2021;
}


/*============================================================
    Media Queries
============================================================*/

#subscribe {
  background-color: #1f2021;
  color: #FF5100;
  line-height: 24px;
}

.subscription-form {
  color: #FF5100;
  position: relative;
}

.subscription-form i {
  left: 21px;
  position: absolute;
  top: 22px;
}

.subscription-form .subscribe {
background-color: transparent;
border: 1px solid #FF5100;
color: #FF5100;
height: 46px;
width: 100%;
text-indent:5px;
}

.subscription-form #mail-submit {
  background-color: #FF5100;
  border: 0 none;
  color: #fff;
  padding: 16px;
  position: absolute;
  right: 1px;
  top: 1px;
}
.subscription-form #mail-submit:hover{
  background-color: grey;
}
/* Latest Post
================================================== */
#blog{
margin-bottom:0px;
}

.section-title4 {
  position: center;
  
}

.recent-post img{
  position: center;
  width:100%;
  margin: 10px 0px;
}

.recent-post .date{
	position: relative;
}

.recent-post .date:before{
	content: '';
	width: 61px;
	right: 0;
	top: 50%;
	margin-top: 4px;
	height: 10px;
	background: #FF5100;
	position: absolute;
	z-index: -1;
}

.recent-post .blog-date{
	position: absolute;
	top: 0;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	color: #fff;
	background: #FF5100;
	display: block;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	padding-top: 10px;
	line-height: normal;
	margin: 10px 20px;
	z-index: 1;
	left: 7px;
}

.recent-post .date span{
	display: block;
	font-size: 14px;
	font-weight: 400;
}


.recent-post .post-body{
	position: relative;
	padding: 5px 10px;
}


.recent-post .post-body h3{
	font-size: 20px;
	margin-bottom: 0;
	line-height: normal;
	font-weight:600;
	white-space: nowrap;
  color: #FF5100;
}

.recent-post .post-body h4{
  font-size: 16px;
  margin-bottom: 0;
  line-height: normal;
  white-space: nowrap;
  color: #7FC31B;
}

.recent-post .post-body h5{
  font-size: 17px;
  margin-bottom: 0;
  line-height: normal;
  font-weight:550;
  white-space: nowrap;
  color: #FF5100;
}


.recent-post .post-body h3 a{
	color: #FF5100;
}

.recent-post .post-body .post-meta,
.recent-post .post-body .post-meta a,
.recent-post .post-body .post-meta a i{
	font-weight: 400;
}

.recent-post .post-body .post-meta span,
.recent-post .post-body .post-meta span i{
	padding-right: 5px;
	font-size: 13px;
}

.recent-post .read-more{
	margin-top:20px;
	font-size:12px;
}
.post-excerpt p{
font-weight: 400;
margin-top: 10px;
font-family: Open Sans;
font-size:18px;
color: #54585A;
}

/*============================================================
    Contact Us
============================================================*/

#contact{
	background: #fff;
}

.contact-form .input-field {
  margin-bottom: 30px;

}
.select-field {
  color:#999 !important;
  min-width:192px;
}

.contact-form .form-control {
  border: 1px solid #fff;
  padding: 20px;
  border-radius: 0;
  height: 58px;
  box-shadow: none;
}

.contact-form .message .form-control {
  height: 198px;
}

.contact-form .form-control::-moz-placeholder {
  color: #1f2021;
}

.contact-form #msg-submit {
  font-size: 13px;
  padding: 17px 50px;
}

.contact-details {
  margin-bottom: 90px;
}

.contact-details > span {
  color: #1f2021;
  display: block;
  margin-bottom: 35px;
}



/*============================================================
    Floating Contact Us
============================================================*/

/* floating box style */
.floating-form {
    max-width: 250px;
    padding: 30px 0px 30px 30px;
    background: #7fc31b;
    position: fixed;
    border-radius:10px;
    border-top-left-radius: 0px;
    z-index: 99;
}
.contact-opener { /*opener button*/
    position: absolute;
    left: -79px;
    padding: 9px;
    top: 0;
    color: #fff;
    cursor: pointer;
    background:#7fc31b;
    border-radius: 5px 0px 0px 5px;
}
.visible .contact-opener{
 left: -45px;
}

.floating-form h3{
color:#fff;
text-transform:uppercase;
margin-bottom:10px;
margin-top:-10px;
}
.form-control {
    
    color: #ff5100;
    border: 1px solid #fff;
    border-radius: 0px;
    font-weight: 100;
    font-family: 'Gotham-Light';
    font-size: 1em;
    width:100%;
    margin:5px auto;
}
#submit_btn{
color:#fff;
border:1px solid #fff;
background:transparent;
margin-top:10px;
padding:5px 20px;
}

#submit_btn:hover{
background:#fff;
color:#FF5100;
}
/*============================================================
    Footer
============================================================*/

.twitter-widget,
.facebook-widget {
	margin-bottom: 15px;
}
.twitter-wrapper {
	margin-bottom: 5px;
	display:table;
	width: 100%;
  color:#FF5100;
  
}
.twitter-wrapper .wrapper-child{
	display: table-cell;
}

#footer {
	background-color: #eee;
	padding: 55px 60px;
	color: #FF5100;
}

.footer-logo {
    margin-bottom: 45px;
}
.footer-logo img {
    margin-bottom: 15px;
}

.footer-menu a{color: #FF5100;}
.footer-menu2 a{color: #FFF;}

.footer-menu h3 {
    font-size: 16px;
    color: #7FC31B;
    text-transform: uppercase;
    padding-bottom: 10px;
    position: relative;
}

.footer-menu h2 {
    font-size: facebook16px;
    color: #eee;
    text-transform: uppercase;
    padding-bottom: 10px;
    position: relative;
}


.footer-menu li {
  margin:5px 0px;
}
.footer-menu div{
padding:0 !important;
}

.footer-menu .col-md-2.half{
width:21%;
}

.footer-menu .minus-left{
margin-left:-25px;
}


.footer-social ul:after {
  border-bottom: 1px solid #7fc31b;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  margin:10px 0;
}

.footer-social {
	margin-top:20px;
    margin-bottom: 15px;
    float:right;
    width:100%;
}

.footer-social ul{
margin-left:0;
  text-align:right;
}

.footer-social ul li a {
  color: #7fc31b;
  display: block;
  margin: 0 8px;
}

.footer-social ul li a:hover {
  color: #FF5100;
}

.copyright {
text-align:right;
    font-size: 15px;
    font-weight: 100;
    color: #FF5100;
}

.copyright a {
    color: #FF5100;
}

.copyright a:hover {
    color: #FF5100;
}

.copyright p {

}

.copyright p:first-child {
    margin-bottom: 15px;
}



/**
 * Tooltip Styles


[data-tooltip],
.tooltip {
  position: relative;
  cursor: pointer;
}
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition:
      opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -moz-transition:
        opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition:
        opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform:    translate3d(0, 0, 0);
  transform:         translate3d(0, 0, 0);
  pointer-events: none;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.tooltip:before,
[data-tooltip]:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

.tooltip:after,
[data-tooltip]:after{
    z-index: 1000;
    padding: 8px;
    width: 140px;
    background-color: #FF5100;
    color: #fff;
    content: attr(data-tooltip);
    font-size: 10px;
    line-height: 1.2;
    text-align: center;
}

[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
  bottom: 100%;
  left: 50%;
}

[data-tooltip]:before,
.tooltip:before,
.tooltip-top:before {
  margin-left: -6px;
  margin-bottom: -12px;
  border-top-color: #000;
  border-top-color: #FF5100;
}

[data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
  margin-left: -70px;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
  -webkit-transform: translateY(-12px);
  -moz-transform:    translateY(-12px);
  transform:         translateY(-12px);
}

.tooltip-left:before,
.tooltip-left:after {
  right: 100%;
  bottom: 50%;
  left: auto;
}

.tooltip-left:before {
  margin-left: 0;
  margin-right: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-left-color: #000;
  border-left-color: #FF5100;
}

.tooltip-left:hover:before,
.tooltip-left:hover:after,
.tooltip-left:focus:before,
.tooltip-left:focus:after {
  -webkit-transform: translateX(-12px);
  -moz-transform:    translateX(-12px);
  transform:         translateX(-12px);
}

.tooltip-bottom:before,
.tooltip-bottom:after {
  top: 100%;
  bottom: auto;
  left: 50%;
}

.tooltip-bottom:before {
  margin-top: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-bottom-color: #000;
  border-bottom-color: #FF5100;
}

.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
  -webkit-transform: translateY(-12px);
  -moz-transform:    translateY(-12px);
  transform:         translateY(-12px);
}

.tooltip-right:before,
.tooltip-right:after {
  bottom: 50%;
  left: 100%;
}

.tooltip-right:before {
  margin-bottom: 0;
  margin-left: -12px;
  border-top-color: transparent;
  border-right-color: #000;
  border-right-color: #FF5100;
}

.tooltip-right:hover:before,
.tooltip-right:hover:after,
.tooltip-right:focus:before,
.tooltip-right:focus:after {
  -webkit-transform: translateX(-10px);
  -moz-transform:    translateX(-10px));
  transform:         translateX(-10px));
}

.tooltip-left:before,
.tooltip-right:before {
  top: 3px;
}
.tooltip-left:after,
.tooltip-right:after {
  margin-left: 0;
  margin-bottom: -16px;
}
*/
