/*
    Template Name    : HostGo
	Description		 : Responsive HTML5 Template.
    Version          : 1.0
*/

/*
================================================
/* Table of Content
==================================================

1. Fonts - Montserrat and Opensans
2. Common CSS
3. Loader CSS
4. Scrool top Arrow
5. header top area
6. Navigation
7. Slider Area
8. Home Domain Search
9. About Us
10. Our Team
11. Services
12. Testimonials Wrapper 
13. Blog
14. Pricing Table
15. Contact Us
16. Footer
17. Media Quries 


/*
================================================
1. Fonts - Montserrat and Opensans
================================================
*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,700|Open+Sans:300,400,600,700');
/*
================================================
2. Common CSS
================================================
*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 22px;
	font-weight: 400;
	color: #666;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Montserrat, sans-serif;
	margin-top: 0;
	text-transform: none;
	color: #000;
}
h5 {
	font-size: 18px;
}
.mb-15 {
	margin-bottom: 15px;
}
h6 {
	font-size: 16px;
}
a, a:hover, a:active, a:focus {
	outline: none;
	border: none;
	font-family: Montserrat, sans-serif;
	text-decoration: none;
}
a {
	color: #666666;
	transition: all 0.3s ease 0s;
}
a:hover {
	color: #337ab7;
	text-decoration: none;
}
body, html {
	height: 100%
}
.section-lg {
	float: left;
	width: 100%;
}
@media (min-width:768px) {
section.white h2:before {
	background: rgba(0, 0, 0, 0) url(../images/left-line-light.png) no-repeat left top;
}
section.white h2:after {
	background: rgba(0, 0, 0, 0) url(../images/right-line-light.png) no-repeat left top;
}
section h2:before {
	background: rgba(0, 0, 0, 0) url(../images/left-line-dark.png) no-repeat left top;
	content: "";
	display: inline-block;
	height: 25px;
	margin-right: 30px;
	vertical-align: middle;
	width: 90px;
}
section h2:after {
	background: rgba(0, 0, 0, 0) url(../images/right-line-dark.png) no-repeat scroll 0 0;
	content: "";
	display: inline-block;
	height: 25px;
	margin-left: 30px;
	vertical-align: middle;
	width: 90px;
}
}
section {
	width: 100%;
	float: left;
	padding: 80px 0;
}
.section-title {
	text-align: center;
	margin: 0 0 40px;
}
.section-title h2 {
	font-size: 30px;
	letter-spacing: 1.2px;
	padding: 0 0 10px;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 15px;
	position: relative;
}
.section-title > p {
	color: #666;
}
.section-title > p span {
	display: block;
}
.pad-20 {
	padding-left: 20px;
	padding-right: 20px;
}
.pad-30 {
	padding-bottom: 30px;
	padding-top: 30px;
}
.mb-20 {
	margin-bottom: 20px;
}
/*
================================================
3. Loader CSS
================================================
*/
#loader {
	background: url(../images/loader.gif) no-repeat center center #fff;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999999;
}
/*
================================================
4. Scrool top Arrow
================================================
*//*servia para el boton de regresar al inicio*/
/*#scrollUp { 
	background: rgba(69, 75, 84, 0.7) none repeat scroll 0 0;
	border-radius: 5%;
	bottom: 30px;
	color: #fff;
	font-size: 12px;
	height: 40px;
	text-decoration: none;
	line-height: 38px;
	right: 30px;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 40px;
}*/
#scrollUp i {
	display: block;
	line-height: 35px;
}
/*
================================================
5. header top area
================================================
*/
.header-top-area {
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
	-webkit-transition: .4s;
	transition: .4s;
	/*background: #333;*/
	background: #FFF;
	
}
.logo a {
	/*font-size: 24px;*/
	font-size: 90px;
	font-weight: 700;
	letter-spacing: 2px;
	color: #FFF;
	text-transform: uppercase;	
}
.logo {
	padding-top: 29px;
	/*agregue yo inico*/
	background-image: url(../images/logo.png);
	 background-repeat: no-repeat;
	/*agregue yo fin*/
	
}
/*
================================================
6. Navigation
================================================
*/
.menu-bg {
	/*background: rgba(0, 0, 0, 1);*/
	background:#E0F7FA;
	z-index: 999;
}
.menu-bg .logo {
	/*padding-top: 18px;*/
	padding-top: 30px;
	transition: all 0.3s ease 0s;
}
.navbar-default {
	background-color: inherit;
	border-color: inherit;
}
.navbar {
	border-radius: 0;
	min-height: auto;
	margin: 0;
	border: none;
	z-index: 9;
}
.navbar-collapse {
	float: right;
	margin: 0;
	padding: 0;
}
.navbar-brand {
	padding: 0;
	height: auto;
}
.navbar-nav > li {
	padding: 0;
}
.navbar-default .navbar-nav li a {
	/*color: #fff;*/
	color: #000000;
	font-size: 13px;
	font-weight: 400;
	padding: 30px 13px;
	transition: all 0.3s ease 0s;
	text-transform: uppercase;
}
.menu-bg .navbar-default .navbar-nav li a {
	padding: 20px 10px;
	transition: all 0.3s ease 0s;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	background-color: inherit;
}
/*
================================================
7. Slider Area
================================================
*/
.affix + .banner-wrapper {
	margin-top: 49px;
}
.welcome-hero-area, .home-slider-area, .home-slider-area div {
	height: 100%
}
.welcome-hero-area div.single-slide-item-table-cell, .welcome-hero-area div.single-slide-item-table-cell div {
	height: auto;
}
.single-slide-item-table-cell {
	display: table-cell;
	text-align: center;
	vertical-align: middle
}
.single-slide-item-table {
	display: table;
	width: 100%
}
a.slide-btn {
	color: #fff;
	display: inline-block;
	font-weight: 400;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	padding: 12px 20px;
	width: 160px;
	transition: .5s;
	text-transform: uppercase;
}
a.slide-btn:hover {
	opacity: 0.6;
	border: none
}
.single-slide-item h2 {
	font-size: 50px;
	color: #fff;
	line-height: 50px;
	margin-bottom: 20px
}
.single-slide-item h2 span {
	color: #2980b9
}
.single-slide-item p {
	color: #fff;
	margin-bottom: 20px
}
.fixed-bg {
	background-attachment: fixed!important
}
.slide-1, .text-slide {
	background: url(../images/bannerprincipal.jpg);
	background-size: cover
}
.slide-2 {
	background: url(../images/banner2.jpg);
	background-size: cover
}
.slide-3 {
	background: url(../images/banner3.jpg);
	background-size: cover
}
.single-slide-item {
	position: relative;
	z-index: 1
}
.single-slide-item:after {
	background: rgba(0,0,0,.5);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1
}
.carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	transition-property: opacity
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right, .carousel-fade .carousel-inner .item {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}
.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right, .carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.carousel-fade .carousel-control {
	z-index: 2
}
.welcome-control {
	background: 0 0!important;
	border: 1px solid #ddd;
	color: #fff;
	font-size: 24px;
	height: 50px;
	left: 0;
	line-height:45px;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50px;
	z-index: 20
}
.service-icon i, .single-featured i {
	border-radius: 50%;
	text-align: center
}
.right.welcome-control {
	left: auto;
	right: -52px
}
.left.welcome-control {
	left: -52px
}
.home-slider-area:hover .right.welcome-control {
	right: 30px;
	transition: .25s;
	-webkit-transition: .25s;
	border: 1px solid #fff;
}
.home-slider-area:hover .left.welcome-control {
	left: 30px;
	transition: .25s;
	-webkit-transition: .25s;
	border: 1px solid #fff;
}
.featured-area {
	overflow: hidden
}
.single-featured {
	cursor: pointer
}
.single-featured h4 {
	cursor: pointer;
	margin-top: 20px;
	margin-bottom: 10px
}
.single-featured i {
	background: #687074;
	color: #fff;
	display: block;
	font-size: 35px;
	height: 80px;
	line-height: 80px;
	margin: 0 auto 10px;
	width: 80px
}
.service-icon i, a.about-btn, a.get-start-btn, ul.team-social>li, ul.work li {
	display: inline-block
}
.single-featured:hover i {
	background: #33d685;
	color: #fff;
	-webkit-transition: .5s;
	transition: .5s
}
.home-slider-area .carousel-indicators li {
	backface-visibility: visible;
	border-radius: 0;
	height: 14px;
	margin: 5px 7px;
	transition: opacity 0.2s ease 0s;
	width: 14px;
}
/*
================================================
8. Home Domain Search
================================================
*/
.domain-search-wrapper:before {
	background: #000;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.75;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.domain-search-wrapper {
	width: 100%;
	float: left;
	padding: 70px 0;
	background: url(https://placeholdit.imgix.net/~text?txtsize=60&bg=000&txtclr=fff&txt=2000%C3%971400&w=2000&h=1400) no-repeat fixed left top;
	position: relative;
	z-index: 9;
	background-size: 100%;
}
.domain-search-wrapper .domain-search {
	width: 80%;
	padding: 0;
	margin: 0 auto;
}
.domain-search .search-section {
	float: left;
	width: 100%;
}
#domain-searchform {
  float: left;
  margin: 0 0 40px;
  padding: 0;
  width: 100%;
}
#domain-searchform #s {
	background-color: #fff;
	border: 1px solid #fff;
	color: #393a3b;
	float: left;
	font-size: 16px;
	height: 46px;
	padding: 16px 0 15px 25px;
	width: 80%;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}
.domain-search label {
	position: relative;
	margin: 0;
}
.domain-search label:after {
	content: "\f078";
	font-family: "FontAwesome";
	font-size: 11px;
	color: #aaa;
	right: 8px;
	top: 12px;
	padding: 0 0 2px;
	position: absolute;
	pointer-events: none;
}
.domain-search .search-section .witch {
	-moz-appearance: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #fff;
	border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #eee;
	border-image: none;
	border-style: none none none solid;
	border-width: medium medium medium 1px;
	box-shadow: none;
	color: #393a3b;
	float: left;
	font-size: 16px;
	font-weight: 400;
	height: 46px;
	margin: 0 0 0 -10px;
	padding: 3px 0 8px 10px;
	position: relative;
	width: 80px;
}
.domain-search .search-section .searchsubmit {
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	float: right;
	font-size: 18px;
	font-weight: bold;
	height: 46px;
	overflow: hidden;
	padding: 13px 0 15px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	width: 75px;
	border: none;
}
.domain-search .search-section #searchsubmit:hover {
	background: #F5EFD2;
	color: #000;
}
.domain-search .sm_links {
	float: left;
	color: #999;
	font-size: 12px;
	margin-top: 5px;
}
.domain-search .sm-links a {
	color: #999;
}
.domain-search .sm-links a:hover {
	color: #727272;
}
.domain-list {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	margin: 0 auto;
	text-align: center;
	width: 80%;
	padding:0;
}
.domain-price {
	display: block;
	margin: 10px 0 0;
}
/*
================================================
9. About Us
================================================
*/
.aboutus {
	padding: 63px 0 70px;
}
.about h2 {
	margin-bottom: 20px;
	margin-top: 0;
}
.aboutus p {
	margin: 0 0 20px;
}
.about-box ul {
	padding: 0;
	list-style: none;
}
.about-box .read-more {
	background: #040a2c none repeat scroll 0 0;
	color: #fff;
	float: left;
	margin-top: 20px;
	padding: 12px 30px;
	text-transform: uppercase;
}
.about-box {
	float: left;
	width: 100%;
}
.about-box figure {
	border: 1px solid #e9e6e6;
	float: left;
	overflow: hidden;
	padding: 5px;
	position: relative;
	width: 100%;
}
.about-box figure img {
	width: 100%;
}
.about {
	padding: 100px 0;
}
.about p {
	margin: 0 0 30px;
}
.about li {
	display: list-item;
	margin-top: 20px;
}
.about li::before {
	color: #e49600;
	content: "";
	font-family: FontAwesome;
	margin-right: 10px;
}
.dropcap {
	background: #e49600 none repeat scroll 0 0;
	border-radius: 0;
	color: #ffffff;
	display: block;
	float: left;
	font-size: 36px;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	margin: 0 20px 20px 0;
	overflow: hidden;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	width: 50px;
}
.list.styled.arrow-list > ul {
	padding: 0;
}
.list.styled > ul li {
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	font-weight: 300;
	list-style: outside none none;
	padding: 5px 0;
	text-transform: uppercase;
}
.list.styled > ul li a {
	color: #4b4b4b;
	text-shadow: 0 0 0 #4b4b4b;
}
.list.styled > ul li a:hover, .list.styled > ul li a:focus {
	color: #e49600;
	text-shadow: 0 0 0 #a2c331;
}
.list.styled > ul li a::before {
	color: #e49600;
	content: "";
	font-family: fontawesome;
	font-size: 12px;
	padding-right: 6px;
}
.about-cover {
	margin-bottom: 20px;
}
.about-box .btn:hover {
	color: #333;
	transition: all 0.3s linear 0s;
	background: #fff;
}
.about-box .btn {
	border-color: #333333 transparent;
	border-style: solid;
	border-width: 2px;
	color: #333333;
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	font-weight: 400;
	margin: 0px 5px 0;
	padding: 8px 15px;
	text-transform: capitalize;
	transition: all 0.3s linear 0s;
	border-radius: 0;
}
/*
================================================
10. Our Team
================================================
*/

.ourteam {
	width: 100%;
	float: left;
	padding: 63px 0 64px;
	position: relative;
	background: #f9f9f9;
}
.ourteam .section-title {
	margin: 0;
}
.team-cnt {
	padding: 0;
	display: inline-block;
	margin: 0;
	width: 100%;
	text-align: center;
}
.team-cnt .chef-inner {
	position: relative;
}
.team-cnt .text {
	background: #fff;
	padding: 20px;
	text-align: center;
}
.team-cnt .text h3 {
	color: #2a2a2a;
	font-size: 20px;
	margin-bottom: 10px;
}
.team-cnt .text h3 a {
	text-transform: uppercase;
	color: #555555;
	text-decoration: none;
}
.team-cnt .text h4 {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 25px;
}
.team-cnt .text p.button {
	margin-top: 20px;
	padding-bottom: 10px;
}
.team-cnt .text p.button a {
	color: #fff;
	padding: 8px 14px;
	font-size: 14px;
	text-decoration: none;
	-webkit-transition: ease .4s all;
	-moz-transition: ease .4s all;
	-ms-transition: ease .4s all;
	-o-transition: ease .4s all;
	transition: ease .4s all;
}
.team-cnt .text p.button a:hover {
	background: #fff;
}
.team-cnt .item {
	padding-top: 30px;
}
.team-cnt .item .thumb {
	position: relative;
	overflow: hidden;
}
.team-cnt .item .thumb img {
	width: 100%;
}
.team-cnt .item .thumb .overlay {
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: scale(0.2);
	-ms-transform: scale(0.2);
	-o-transform: scale(0.2);
	transform: scale(0.2);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	background: #333;
}
.team-cnt .item:hover .thumb img {
	width: 100%;
}
.team-cnt .item:hover .thumb .overlay {
	opacity: 0.5;
	filter: alpha(opacity=1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.team-cnt .item:hover .social-icons {
	opacity: 1;
	filter: alpha(opacity=1);
	top: 50%;
}
.team-cnt .item .social-icons {
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	top: 30%;
	left: 0;
	margin-top: -20px;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.team-cnt .item .social-icons ul {
	text-align: center;
	padding-left: 15px;
}
.team-cnt .item .social-icons ul li {
	list-style-type: none;
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 10px;
}
.team-cnt .item .social-icons ul li a {
	width: 34px;
	height: 34px;
	line-height: 34px;
	color: #fff;
	display: block;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	font-size: 18px !important;
}
.team-cnt .item .social-icons ul li a:hover {
	background: #fff;
}
/*
================================================
11. Services
================================================
*/
.services {
	padding: 63px 0 18px;
}
.service-callouts {
	text-align: center;
}
.service-callouts h2 {
	font-size: 20px;
	margin: 0 0 10px;
	line-height: normal;
	padding: 0;
	font-size: 1.6rem;
	font-weight: 600;
	text-transform: capitalize;
}
.service-callouts .service-box {
	-webkit-transform: translateZ(0);
	text-align: center;
	transition: 0.3s ease-out;
	margin-bottom: 50px;
}
.service-callouts .service-box i:before {
	font-size: 40px;
	display: block;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.service-callouts .service-box .read_service {
	text-decoration: none;
}
.service-callouts .service-box .read_service:before {
	margin-left: -100%;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: translateZ(0)
}
.service-callouts .service-box i.fa {
	color: #288feb;
	margin-top: 15px;
	margin-bottom: 25px;
}
.service-callouts .service-box h3 {
	position: relative;
	margin-top: 20px;
}
.service-callouts .service-box p {
	color: #555;
}
.service-callouts .service-box:hover i.fa:before {
	-webkit-backface-visibility: visible;
	-ms-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip
}
.service-callouts .service-box:hover .read_service:before {
	opacity: 1;
	filter: alpha(opacity=100);
	margin-left: 0%
}
/*
================================================
12. Testimonials Wrapper 
================================================
*/
.testimonials-wrapper:before {
	background: #000 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.8;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.testimonials-wrapper {
	width: 100%;
	float: left;
	background: #f7f7f7;
	padding: 64px 0 84px;
	/*background: rgba(0, 0, 0, 0) url("https://placeholdit.imgix.net/~text?txtsize=60&bg=000&txtclr=fff&txt=2000%C3%971400&w=2000&h=1400") no-repeat fixed left top;*/
	background: rgba(0, 0, 0, 0) url("../images/clientes.jpg") no-repeat fixed left top;
	z-index: 9;
	position: relative;
	text-align: center;
}
.testimonials-wrapper blockquote {
	border-left: none;
	margin: 0;
}
.testimonials-wrapper p {
	color: #ffffff;
	font-size: 15px;
	line-height: 24px;
	margin: 0 0 30px;
	text-align: center;
}
.testimonials-wrapper p:before {
	content: "\f10d";
	font-family: 'Fontawesome';
	float: left;
	margin-right: 10px;
}
.testimonials-wrapper p:after {
	content: "\f10e";
	font-family: 'Fontawesome';
	display: inline-block;
	margin-left: 10px;
}
.testimonials-wrapper h2 {
	color: #fff;
	font-weight: bold;
	position: relative;
	text-align: center;
}
.testimonials-wrapper .item {
	text-align: center;
}
.testimonials-wrapper .item img {
	text-align: center;
	width: 100px;
	height: 100px;
	text-align: center;
	line-height: 100px;
	color: #fff;
	font-size: 40px;
	border: 2px solid #fff;
	margin: 0 0 30px;
	padding: 0;
	border-radius: 50%;
}
.testimonials-wrapper h3 {
	text-align: center;
	margin: 0 0 30px;
	color: #e6e6e6;
	font-size: 18px;
	font-weight: 600;
}
.testimonials-wrapper h3 span {
	font-size: 13px;
	font-weight: 400;
}
.testimonials-wrapper .carousel-control.left, .testimonials-wrapper .carousel-control.right {
	display: none;
}
.testimonials-wrapper .carousel-indicators li {
	width: 15px;
	height: 15px;
}
.testimonials-wrapper .carousel-indicators .active {
	width: 15px;
	height: 15px;
}
.testimonials-wrapper .carousel-indicators {
	bottom: -30px;
}
/*
================================================
13. Blog
================================================
*/
.blog-wrapper {
	padding: 64px 0 70px;
	background: #f7f7f7;
	position: relative;
	z-index: 99;
}
.blog-wrapper .section-title {
	margin: 0 0 -5px;
}
.blog-wrapper .single-blog-post {
	margin-top: 30px
}
.blog-wrapper .single-post-content {
	padding: 20px;
}
.blog-wrapper .single-post-content {
	background: #fff
}
.blog-wrapper .single-post-content a {
	color: #333
}
.blog-wrapper .single-post-content h4 {
	margin-top: 15px;
	text-transform: uppercase;
}
.blog-wrapper .single-post-content h4:hover a {
	color: #33d685
}
.blog-wrapper a.blog-btn {
	color: #fff;
	font-size: 12px;
	padding: 8px 12px;
	text-transform: capitalize;
}
.blog-wrapper .post-meta i {
	margin-right: 5px;
}
.blog-wrapper ul.post-meta {
	list-style: outside none none;
}
.package-btn, a.blog-btn, ul.post-meta li {
	display: inline-block;
}
.post-meta a {
	color: #666;
	font-size: 14px;
	font-weight: 400;
	margin-right: 10px;
}
.single-blog-post:hover, .single-team:hover {
	box-shadow: 0 0 10px 1px rgba(76,76,76,.41)
}
/*
================================================
14. Pricing Table
================================================
*/
.pricing-table-wrapper {
	background: #fff;
	padding: 64px 0 98px;
}
.pricing-table-wrapper .price-item {
	box-shadow: 0 5px 15px #eee;
	padding-bottom: 60px;
	margin-top: 40px;
	text-align: center;
}
.pricing-table-wrapper .price-item h2:before, .pricing-table-wrapper .price-item h2:after {
	display: none;
}
.pricing-table-wrapper .price-item.active {
	transform: scale(1.1, 1.1)
}
.price-item .price-kind {
	padding: 5px;
	background: #444;
	color: #fff
}
.price-item .price-kind h5 {
	font-weight: 100;
	margin: 10px 0;
	color: #fff;
}
.price-item .price-per {
	padding: 10px 0;
	border-bottom: 1px solid #eee
}
.price-item .price-per h2 {
	font-size: 70px
}
.price-item .price-per h2 span {
	font-size: 16px
}
.price-item .price-info {
	padding: 20px 0
}
.price-item .price-info p {
	padding: 10px 0
}
.price-item button {
	background: 0 0;
	border: 1px solid #ccc;
	padding: 10px;
	width: 70%;
	margin: auto
}
/*
================================================
15. Contact Us
================================================
*/
.contactus {
	padding: 57px 0 40px;
	background: #fff;
}
.contact-form {
	background-color: #f7f7f7;
	padding: 30px;
	padding-top: 20px;
	border-radius: 10px;
	margin-bottom: 30px;
}
.contact-form .btn {
  border: medium none;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 10px 25px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  margin:0 0 11px;
}
.form-control {
	display: block;
	border: 0px;
	width: 100%;
	height: 45px;
	padding: 5px 0px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #333;
	background-color: #f7f7f7;
	background-image: none;
	border-radius: 0px;
	box-shadow: none;
	margin-bottom: 5px;
}
.form-control:focus {
	border-color: #333;
	outline: 0;
	box-shadow: none;
}
.contact-form .form-group {
	position: relative;
	padding-left: 35px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}
.contact-form .form-group:before {
	position: absolute;
	height: 45px;
	font-family: FontAwesome;
	top: 0;
	left: 0;
	width: 20px;
	text-align: center;
	line-height: 45px;
	font-size: 18px;
}
.in_name:before {
	content: '\f007';
}
.in_email:before {
	content: '\f1d8';
}
.in_message:before {
	content: '\f0e0';
}
.contact-form textarea#message {
	padding-top: 10px;
	height: 99px;
}
.contact-info {
	margin-bottom: 30px;
}
.address {
	padding:35px 30px;
	background: #f7f7f7;
	border-radius: 10px;
}
.address h3 {
	margin-top: 0;
}
.address-box {
	margin-bottom: 10px;
}
.address-box a:hover {
	color: #f45e58;
}
.address-box p, .address-box p a {
	color: inherit;
	margin: 0;
}
.social-links {
	overflow: hidden;
	margin-top: 30px;
}
.social-links li {
	list-style: none;
	float: left;
	margin-right: 10px;
}
.social-links li a i {
  background: #777 none repeat scroll 0 0;
  border-radius: 5px;
  color: #fff;
  font-size: 25px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 45px;
}
.google-map {
	float: left;
	width: 100%;
 	pointer-events: none;
}
.google-map iframe {
	width: 100%;
	border: none;
	height: 250px;
}
/*
================================================
16. Footer
================================================
*/
footer {
	padding: 25px 0;
	width: 100%;
	float: left;
}
footer p {
	color: #fff;
	text-align: center;
	margin: 0;
}

/*
================================================
17. Media Quries 
================================================
*/
@media (min-width: 768px) and (max-width: 991px) {
.navigation {
	padding: 0;
}
.logo {
	float: left;
}
.menu-bg .logo {
	padding-top: 29px;
}
.navbar-toggle {
	margin-right: 0;
	margin-top: -34px;
}
.navbar-default .navbar-nav li a {
	font-size: 12px;
	padding: 23px 11px;
}
.navbar-collapse {
	margin: 0;
}
.navigation .navbar-collapse {
	padding: 0;
}
.navbar {
	margin-top: 0px;
}
#domain-searchform #s {
	width:70%;
	}
.logo {
  padding-top: 22px;
}	
.menu-bg .logo {
  padding-top: 18px;
}
.about-wrapper .space {
	margin-top: 30px;
}
div.team-cnt div {
	margin: 0 0 15px;
	text-align: center;
}
.contact-info-content p span {
	padding: 8px 0 0;
}
.contact-info-content {
	padding: 36px 25px
}
#scrool-top {
	right: 15px;
}
}
@media (max-width: 767px) {
.section-title > p {
	padding: 0 10px;
}
.section-title > p span {
	display: inherit;
}
section h2 {
	font-size: 25px;
}
.logo {
  padding: 15px 0 13px;
}
.navbar-default .navbar-toggle .icon-bar {
	background: #f8f8f8
}
.menu-bg .navbar-toggle .icon-bar {
	background: #fff
}
.menu-bg .navbar-toggle {
	margin-top: -43px;
}
.navbar-toggle {
	margin-right: 0;
	margin-top: -43px;
	border: none;
}
.menu-bg .navbar-collapse, .navbar-collapse {
	background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background: none;
}
.navbar-default .navbar-nav li a, .menu-bg .navbar-default .navbar-nav li a {
	padding: 11px 15px;
}
.menu-bg .logo {
	padding: 18px 0 10px;
}
header .navbar-nav {
	margin: 7.5px 0;
}
.navbar {
	margin: 0;
}
.navbar-brand {
	display: block;
	padding: 0;
	height: auto;
}
.navbar-default .navbar-collapse {
	float: none;
	border: none;
	box-shadow: none;
	/*este es color para el menu moviles*/
	background:#E0F7FA;
}
a.slide-btn {
	font-size: 14px;
	padding: 8px 16px;
	width: 120px;
}
.domain-search-wrapper .domain-search {
  width: 94%;
}
.domain-list, .domain-search .search-section a {
	display:none;
	}
#domain-searchform #s {
  font-size: 12px;
  padding: 10px 0 15px 13px;
  width: 75%;
}	
.welcome-control {
	display: none;
}
.single-slide-item h2 {
	font-size: 24px;
	line-height: 26px;
}
.about-box .btn{
	margin-bottom: 20px;
	}
.ourteam {
	padding: 66px 0 40px;
}
.blog-wrapper {
	padding: 65px 0 45px;
}
.blog-wrapper .section-title, .blog-wrapper .section-title h2 {
	margin:0;
	padding:0;
	}
.pricing-table-wrapper .section-title, .pricing-table-wrapper .section-title h2 {
	margin:0;
	padding:0;
	}	
.pricing-table-wrapper .price-item {
	margin-top: 45px;	
	}	
.social-links li a i {
  font-size: 20px;
  height: 35px;
  line-height: 35px;
  width: 35px;
}	
.callouts {
	padding: 0;
}
#scrool-top {
	right: 15px;
}
}
