/*
1. RESET CSS
2. Common CSS
3. Home Area CSS
4. Features Area CSS
5. Features More Area CSS
6. CTA Area CSS
7. Pricing Area CSS
8. Testimonial Area CSS
9. Form Area CSS
10. Clients Area CSS
11. Contact Info Area CSS
12. Footer Bar Area CSS
13. Coustom Media Query CSS
*/

/* ##################### RESET CSS  ##################### */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
img{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
a:focus {
	outline: 0;
	text-decoration: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration:none;
	-webkit-transition:all .5s ease;
	-moz-transition:all .5s ease;
	transition:all .5s ease;
}
a:hover {
	text-decoration:none;
}

::-webkit-input-placeholder {
   opacity:1;
}

:-moz-placeholder { /* Firefox 18- */
   opacity:1;
}

::-moz-placeholder {  /* Firefox 19+ */
   opacity:1;
}

:-ms-input-placeholder {  
   opacity:1;
}

img{
	max-width:100%;
}

/* Common CSS */

.no-padding{
	padding:0;
}
.no-margin{
	margin:0;
}
.relative{
	position:relative;
}
.button{
	line-height:52px;
	display:inline-block;
	padding:0 25px;
	font-size:18px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 1px 2px 2px rgba(0,0,0,.27);
	-webkit-box-shadow: 1px 2px 2px rgba(0,0,0,.27);
	box-shadow: 1px 2px 2px rgba(0,0,0,.27);

}
.button img{
	margin-left:3px;
}

.section-head{
	padding:55px 0;
}
.section-head h3{
	font-weight:700;
	padding-bottom:10px;
}

/*Home Area CSS*/

.home-area{
	background: url(../images/bg/home.jpg) fixed;
	background-size:cover;
}

#home-top-faq{
	background: url(../images/home2.jpg) fixed;
	height: 470px;

}
#image-hosting-faq {

	margin-top: -57px;
}

.top-bar{
	padding:30px 0;
}
/*.logo{
	padding-bottom:30px;
}*/
.home-more-area{
	padding:120px 0;
}
.home-right{}
.home-right ul{}
.home-right ul li{
	display:inline-block;
	margin: 5px;
}

.featured-offer{
	position:relative;
	width:110px;
	z-index:9;
	padding-top:10px;
	margin:-60px auto 60px;
}
.featured-offer-innr{
	position:relative;
	z-index:10;
}
.featured-offer:before{
	position:absolute;
	top:0;
	left:0;
	width:110px;
	height:110px;
	content:"";
	z-index:8;
	border-radius:50%;
}
.featured-offer:after{
	position:absolute;
	top:5px;
	left:0;
	width:110px;
	height:110px;
	content:"";
	z-index:7;
	border-top-left-radius:50%;
	border-top-right-radius:50%;
	border-bottom-left-radius:50%;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
}

.home-right h2{
	font-weight:700;
	text-transform:uppercase;
	padding:15px 0;
}
.home-right h5{
	text-transform:uppercase;
	padding-bottom:25px;
}


/*Features Area CSS*/

.features-area-box{
	padding:45px 15px 0 15px;
	
	margin-bottom:60px;
	position:relative;
	z-index:10;
	border-radius:6px;
}
.features-area-box-outer{
	position:relative;
}
.features-area-box:before{
	position:absolute;
	right:0;
	bottom:-25px;
	width:50.5%;
	height:40px;
	content:"";
	-webkit-transform:rotate(-3deg);
	-moz-transform:rotate(-3deg);
	-ms-transform:rotate(-3deg);
	-o-transform:rotate(-3deg);
	transform:rotate(-3deg);
	z-index:9;
}
.features-area-box:after{
	position:absolute;
	left:0;
	bottom:-25px;
	width:50.5%;
	height:40px;
	content:"";
	-webkit-transform:rotate(3deg);
	-moz-transform:rotate(3deg);
	-ms-transform:rotate(3deg);
	-o-transform:rotate(3deg);
	transform:rotate(3deg);
	z-index:9;
}
.features-area-box-outer:before{
	position:absolute;
	right:0;
	bottom:-45px;
	width:50.5%;
	height:60px;
	content:"";
	-webkit-transform:rotate(-3deg);
	-moz-transform:rotate(-3deg);
	-ms-transform:rotate(-3deg);
	-o-transform:rotate(-3deg);
	transform:rotate(-3deg);
	z-index:8;
}
.features-area-box-outer:after{
	position:absolute;
	left:0;
	bottom:-45px;
	width:50.5%;
	height:60px;
	content:"";
	-webkit-transform:rotate(3deg);
	-moz-transform:rotate(3deg);
	-ms-transform:rotate(3deg);
	-o-transform:rotate(3deg);
	transform:rotate(3deg);
	z-index:8;
}
.single-feature{
	padding:0 10px 30px 10px;
}
.single-feature h6{
	text-transform:uppercase;
	font-weight:300;
	padding:28px 0 24px;
}
.fetu-line{
	margin:0 auto;
	width:140px;
	height:1px;
	margin-bottom:24px;
	position:relative;
}
.fetu-line:after{
	position:absolute;
	width:70px;
	height:1px;
	content:"";
	top:-6px;
	left:50%;
	margin-left:-35px;
}
.fetu-line:before{
	position:absolute;
	width:70px;
	height:1px;
	content:"";
	bottom:-6px;
	left:50%;
	margin-left:-35px;
}

/*Features More Area CSS*/

.more-features-area{
	padding-bottom:30px;
}
.single-more-features{
	position:relative;
	padding-left:90px;
	margin-bottom:60px;
}
.single-more-features img{
	position:absolute;
	top:0;
	left:0;
}
.single-more-features h6{
	position:relative;
	padding-bottom:10px;
	margin-bottom:12px;
}
.single-more-features h6:after{
	position:absolute;
	bottom:0;
	left:0;
	content:"";
	height:1px;
	width:50px;
}

/*CTA Area CSS*/

.cta-area{
	background: url(../images/bg/cta.jpg) fixed;
	background-size:cover;
	padding:30px 0;
}

.cta-offer{
	position:relative;
}
.offer-pos{
	position:absolute;
	top:20px;
	right:40px;
}
.offer{
	position:relative;
	width:110px;
	z-index:9;
	padding-top:30px;
	text-align:center;
}
.offer-innr{
	position:relative;
	z-index:10;
}
.offer:before{
	position:absolute;
	top:0;
	left:0;
	width:110px;
	height:110px;
	content:"";
	z-index:8;
	border-radius:50%;
}
.offer:after{
	position:absolute;
	top:5px;
	left:0;
	width:110px;
	height:110px;
	content:"";
	z-index:7;
	border-top-left-radius:50%;
	border-top-right-radius:50%;
	border-bottom-left-radius:50%;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
}

.cta-area h5{
	margin:5px 0;
}
.cta-area h1{
	font-weight:700;
}
.cta-area .button{
	margin-top:50px;
}


/*Pricing Area CSS*/

.single-pricing{
	border-radius:6px;
	overflow:hidden;
	margin-bottom:30px;
}
.single-pricing .top{
	padding:18px 35px;
	position:relative;
}
.single-pricing .top-outer{
	position:relative;
}
.single-pricing .top:before{
	position:absolute;
	right:0;
	bottom:-7px;
	width:50.5%;
	height:20px;
	content:"";
	-webkit-transform:rotate(-4deg);
	-moz-transform:rotate(-4deg);
	-ms-transform:rotate(-4deg);
	-o-transform:rotate(-4deg);
	transform:rotate(-4deg);
	z-index:9;
}
.single-pricing .top:after{
	position:absolute;
	left:0;
	bottom:-7px;
	width:50.5%;
	height:20px;
	content:"";
	-webkit-transform:rotate(4deg);
	-moz-transform:rotate(4deg);
	-ms-transform:rotate(4deg);
	-o-transform:rotate(4deg);
	transform:rotate(4deg);
	z-index:9;
}
.single-pricing .top-outer:before{
	position:absolute;
	right:0;
	bottom:-15px;
	width:50.5%;
	height:20px;
	content:"";
	-webkit-transform:rotate(-4deg);
	-moz-transform:rotate(-4deg);
	-ms-transform:rotate(-4deg);
	-o-transform:rotate(-4deg);
	transform:rotate(-4deg);
	z-index:8;
}
.single-pricing .top-outer:after{
	position:absolute;
	left:0;
	bottom:-15px;
	width:50.5%;
	height:20px;
	content:"";
	-webkit-transform:rotate(4deg);
	-moz-transform:rotate(4deg);
	-ms-transform:rotate(4deg);
	-o-transform:rotate(4deg);
	transform:rotate(4deg);
	z-index:8;
}

.single-pricing .top img{
	display:inline-block;
	position:relative;
	top:-3px;
}
.single-pricing .top h4{
	display:inline-block;
	padding-left:20px;
	font-weight:700;
	line-height:78px;
	text-transform: uppercase;
}

.single-pricing .bottom{
	border:1px solid #dedede;
	border-top:0;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
	padding-bottom:40px;
}
.single-pricing .bottom h2{
	font-weight:700;
	padding-top:50px;
}
.single-pricing .bottom h2 small{
	font-weight:400;
	font-size:24px;
}
.single-pricing .bottom h2 span{
	font-weight:400;
	font-size:24px;
}
.single-pricing .bottom h2{
	padding-bottom:16px;
}
.single-pricing .bottom ul{
	padding:25px 0 30px;
}
.single-pricing .bottom ul li{
	line-height:35px;
}
.price-line{
	margin:0 auto;
	width:140px;
	height:1px;
	position:relative;
}
.price-line:after{
	position:absolute;
	width:70px;
	height:1px;
	content:"";
	top:-6px;
	left:50%;
	margin-left:-35px;
}
.price-line:before{
	position:absolute;
	width:70px;
	height:1px;
	content:"";
	bottom:-6px;
	left:50%;
	margin-left:-35px;
}

/*Testimonial Area CSS*/

.testimonial-innr{
	background: url(../images/bg/testimonial.jpg) fixed;
	background-size:cover;
	padding:75px 0 110px;
	height: 330px;
}
.client-img img{
	border-radius:50%;
}
.quote{
	padding:35px 0 25px
}
.single-testimonial blockquote{
	padding-bottom:18px;
}

/*Form Area CSS*/


.form-area-box{
	padding:0 15px 30px 15px;
	margin-top:-40px;
	margin-bottom:60px;
	position:relative;
	z-index:10;
	border-radius:6px;
	margin-top: -203px;

}
.form-area-box-outer{
	position:relative;
}
.form-area-box:before{
	position:absolute;
	right:0;
	bottom:-25px;
	width:50.5%;
	height:40px;
	content:"";
	-webkit-transform:rotate(-3deg);
	-moz-transform:rotate(-3deg);
	-ms-transform:rotate(-3deg);
	-o-transform:rotate(-3deg);
	transform:rotate(-3deg);
	z-index:9;
}
.form-area-box:after{
	position:absolute;
	left:0;
	bottom:-25px;
	width:50.5%;
	height:40px;
	content:"";
	-webkit-transform:rotate(3deg);
	-moz-transform:rotate(3deg);
	-ms-transform:rotate(3deg);
	-o-transform:rotate(3deg);
	transform:rotate(3deg);
	z-index:9;
}
.form-area-box-outer:before{
	position:absolute;
	right:0;
	bottom:-45px;
	width:50.5%;
	height:60px;
	content:"";
	-webkit-transform:rotate(-3deg);
	-moz-transform:rotate(-3deg);
	-ms-transform:rotate(-3deg);
	-o-transform:rotate(-3deg);
	transform:rotate(-3deg);
	z-index:8;
}
.form-area-box-outer:after{
	position:absolute;
	left:0;
	bottom:-45px;
	width:50.5%;
	height:60px;
	content:"";
	-webkit-transform:rotate(3deg);
	-moz-transform:rotate(3deg);
	-ms-transform:rotate(3deg);
	-o-transform:rotate(3deg);
	transform:rotate(3deg);
	z-index:8;
}


.form input[type="text"], .form input[type="email"]{
	width:100%;
	height:55px;
	border-radius:3px;
	border:none;
	padding-left:15px;
	margin:7px 0;
	border:1px solid #cacaca;
}
.form input[type="submit"]{
	line-height:60px;
	text-align:center;
	display:inline-block;
	width:100%;
	border-radius:3px;
	font-size:20px;
	font-weight:600;
	border:none;
	margin:10px 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}
.contact-form{
	padding-bottom:20px;
}

.subscription-success, .subscription-failed {
    display: none
}
.contact-form .success, .contact-form .error {
    display: none;
    font-weight: 300 !important;
}




.payment-methods{
	padding-top:10px;
}
.payment-methods li{
	display:inline-block;
	margin:0 1px;
}

/*Clients Area CSS*/

.clients-area{
	padding:30px 0;
}
.clients-area ul li{
	display:inline-block;
	padding:20px 25px;
}

/*Contact Info Area CSS*/

.contact-info-area{
	background: url(../images/bg/map.jpg) fixed;
	background-size:cover;
	padding:70px 0;
}
.contact-info-area h6{
	padding-bottom:20px;
}
.social-buttons{
	padding-top:20px;
}
.social-buttons li{
	display:inline-block;
	height:25px;
	width:auto;
	overflow:hidden;
	max-width:100px;
}

/*Footer Bar Area CSS*/

.footer-bar{
	padding:20px 0;
}
/*Coustom Media Query CSS*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
	
	.parallax {
		background-attachment: scroll !important;
		background-position: center top !important;
		background-size: cover !important;
		height: auto;
		margin: 0 auto;
		width: 100%;
	}
		
	.tab-center{
		text-align:center;
	}
}

@media only screen and (max-width: 767px) {
	.parallax {
		background-attachment: scroll !important;
		background-position: center top !important;
		background-size: cover !important;
		height: auto;
		margin: 0 auto;
		width: 100%;
	}
	
	.mobile-center{
		text-align:center;
	}
}

.incluye{
	margin:30px;
}
.incluye li{
	font-size:13px;
	line-height:13px;
	border-bottom: 1px solid #ececec;
}
.incluye li:first-child{
	font-weight:700;
}

.pricing-area2{
	background-color:#f2f2f2;
}
.pricing-area2 .single-pricing {
    background-color: #fff;
}

.asteriscos{
	margin-bottom: 30px;
}

/*Dominios*/

  .domain-checker .domain-checker-pricing-plan--popular {
        position: relative;
    }
    .mw-350 {
        max-width: 350px;
    }
    .border-gray {
        border: 1px solid #ccc;
        border-radius: 4px;
    }
    .p-20 {
        padding: 20px!important;
    }
    .mb-20 {
        margin-bottom: 20px!important;
    }
    .w-100 {
        width: 100%!important;
    }
    .domain-img {
        position: absolute;
        background-color: white;
        left: 50%;
        top: 0;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        padding: 5px 20px;
        border-radius: 20px;
    }
    .fw-700 {
        font-weight: 700!important;
    }
    .text-white {
        color: #fff!important;
    }
    .fs-18 {
        font-size: 18px!important;
    }
    .domain-checker .domain-checker-pricing-plan img {
        margin-bottom: 20px;
        margin-top: 20px;
        height: 36px;
    }
    body.lang-es-ar .price-block {
        font-size: 35px;
    }
    .domain-checker-pricing-plan img {
        margin-bottom: 0px;
        margin-top: 8px;
        width: 70%;
    }
    .price-block-wrapper {
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        margin-top: 45px;
    }
    .price-block-ar {
        font-size: 1em;
        font-weight: 700;
        margin-top: .8em;
        color: #283249;
    }
    .price-block-value {
        font-size: 3em;
        font-weight: 700;
        line-height: .8em;
        color: #283249;
    }
    .plan {
        background-color: #269DD6;
        border-radius: 3px;
        padding: 10px 20px;
        word-break: break-word;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        font-weight: 700;
        text-align: center;
    }
    .mt-20 {
        margin-top: 20px!important;
    }