@charset "utf-8";

/* ============================== */
/* 
	- Title: NewHosting - Responsive Hosting HTML Template
	- Autor: IwThemes 
	- Email: jmartinez@imaginacionweb.net
	- Version: 1.04
*/
/* ============================== */
/* ---------------------- 
  Stylesheet Guide
-------------------------

01. Import styles
  -  bootstrap.css  - include resetes ( Media querys, grid-responsive,layout).
  -  bootstrap-responsive.css 
  -  Icons Fonts
  -  Animations
  -  Google Fonts
  
02. Basic Elements
  -  Standar Styles 
  -  Class and styles Generals
  -  Line Divisor
  -  Botton
  -  Top (margin top)
  -  Accordion

0.3.  Structure
  -  Header
  -  Main Navigation (menu)
  -  Animation Slide
  -  Search Domain
  -  Features
  -  About
  -  Sponsors
  -  Pricing Table
    -  Sample Table Vertical
    -  Sample Table Horizontal
  -  Online Store
  -  Blog
  -  Single Post
  -  Contact
  -  Support Section
  -  Social - Newsletter
  -  Footer
  -  Testimonial
  -  Elements
  -  Error Pages
  -  Request Online
  -  Remote Backup
  -  Our Services Brochure
  -  Domain Reseller
  -  Support Page
  -  toTop
  
0.4.   Layout versions

*/

/* ---------------------------------------------------------------------- */
/*	Import styles
/* ---------------------------------------------------------------------- */

/* bootstrap.css  - include resetes ( Media querys, grid-responsive,layout).*/
@import url("bootstrap/bootstrap.css");

/*Transitions*/
@import url("transitions.css");

/*Icons*/
@import url("icons/font-awesome.css");

/*Animations*/
@import url("animations/animate.css");

/*Carrousel*/
@import url("carousel/owl.carousel.css");
@import url("carousel/owl.theme.css");
@import url("carousel/owl.transitions.css");

/*jquery.fancybox-1.3.1.css  - Lightbox*/
@import url("../js/fancybox/jquery.fancybox.css");

/*Skins*/

/*Google Fonts*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,400,600,700,300);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,900);

/* Standar Styles --------------------------------------------------------*/
body{
	font-size: 15px;	
	line-height:24px;
	color:#555;
	font-weight:normal;	
	font-family: 'Open Sans', sans-serif;
	background-image: url("../img/bg-theme/6.png");
}
a{
	font-size: 14px;
}
a:hover{
	text-decoration: none;		
}
p{
	margin:0 0 20px 0;
	padding: 0;
	font-size: 14px;
}
h1 {
	font-size:34px;
	line-height: 44px;
}
h2 {
	font-size:27px;
	line-height: 37px;
}
h3 {
	font-size:24px;
	line-height: 34px;
}
h4 {
	font-size:20px;
	line-height: 30px;
}
h5 {
	font-size:16px;
	line-height: 26px;
}
h6 {
	font-size:14px;
	line-height: 24px;
}
h1,h2,h3,h4,h5,h5{
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
}
img{
	max-width: 100%;
}
label{
	display: block;
}
.camera_wrap .camera_pag .camera_pag_ul{
	display: none;
}

.social ul,
.contact,
.about_footer ul,
.payment,
.sf-menu ul,
.content_sections ul,
.list,
.slides,
.description_item,
.post ul,
.info_item .items,
.support_section ul,
.tweet_list,
.infor_error,
.header ul,
.tp-banner ul,
#sponsors,
.copryright{
	padding: 0;
	margin: 0;
}
#sponsors li,
.social ul li,
.contact li,
.about_footer ul li,
.payment li,
.sf-menu ul li,
.content_sections ul li,
.slides li,
.item li,
.post ul li,
.info_item .items li,
.support_section ul li,
.tweet_list li,
.infor_error li,
.header ul li,
.tp-banner ul li,
#sponsors li,
.copryright li{
	list-style: none;
}

#sponsors{
	margin-top: 50px;
}

/* Preloader --------------------------------------------------------*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}
.status {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../img/preloader.gif);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
            background-size: cover;
    margin: -20px 0 0 -20px;
}

/* Class and styles Generals --------------------------------------------------------*/

/*Botton*/
.botton{	
	padding: 7px 15px;
	color: #fff;
	font-size: 13px;
	border: none;
}
.botton:hover{
	opacity: 0.7;
}
/*title home*/
.central_title{
	text-transform: uppercase;
	text-align: center;
}
.central_title h2{
	margin-bottom: 0;
}

/*Top*/
.top{
	margin-top: 50px;
}
/*Line Divisor*/
.divisor{
	position: relative;
	width: 100%;
	height: 1px;
	margin: 60px 0 50px 0;
	background-color: #eeeded;
}
/*Accordion*/
.accordion-trigger{
	text-decoration: none;
	padding: 5px 10px 5px 15px;
	cursor: pointer;
	color: #555;
	margin-bottom: 5px;
	font-weight: bold;
}
.accordion-trigger:hover{
	background-color: #f8f6f6;
}
.accordion-trigger.active{	
	background-color: #f8f6f6;
}
.accordion-container{
	margin-bottom: 0px;
	padding: 10px 10px 5px 10px;
	background-color: transparent;
}
.accordion-container p{
	font-style: italic;
	margin-bottom: 5px;
}
iframe{
	border: none;
}
.center{
	text-align: center;
}
a,
.header ul li,
.social ul li a:hover,
.social h4,
.newsletter input[type="submit"], 
.search input[type="submit"]{	
	color: #b6bdc1;
}
.tp-caption a{
	color: #fff;
}

/*  Header ----------------------------------------------------------------------------*/
header{
	height: 110px;
	position: relative;
}
nav{
	border-radius: 3px;
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 999;
	padding: 0 25px;
}

/*  Header Support --------------------------------------------------------------------*/
.header{
	padding: 25px 0;
}
.header ul li{
	display: inline-block;
	padding-right: 5%;
	font-size: 13px;
}
.header .dropdownx-menu li img{
	margin-right: 10px;
}
.header .dropdownx-menu{
	min-width: 147px;
	padding: 5px 0;
	left: 0;
	top: 27px;
}
.header .dropdownx-menu a,
.header .dropdownx-toggle{
	font-size: 13px;
}
.header .dropdownx-menu a:hover{
	opacity: 0.7;
}
.header ul li:last-child{
	padding-right: 0;
}
.header .contact_support{
	text-align: right;
}
.header .contact_support span{
	font-weight: 600;
	padding-left: 5px;
}
.header .contact_support li a{
	border: 2px solid #555;
	padding: 3px 10px;
}
.header .contact_support li a:hover{
	color: #ccd4d8;
}
/*  Main Navigation -------------------------------------------------------------------*/
#logo h1{
	padding-top: 5px;
}
.tinynav{
	display: none;
}
.sf-menu{
	margin: 0;
	padding: 23px 0;
	text-align: right;
}
.sf-menu ul{
	position:absolute;	
	list-style: none;
	text-align: left;
	top:-999em;
	width:170px;
	display:none;
}
.sf-menu > li{
	position: relative;
	display: inline-block;
	list-style: none;
	padding-right: 3%;
}
.sf-menu > li:last-child{
	padding-right: 0;
}
.sf-menu > li > a {
	font-size: 15px;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul{
	top:50px; 	
	left:0px;
	 z-index:999;
}
.sf-menu li:hover li ul,ul.sf-menu li.sfHover li ul{top:-999em}
.sf-menu li.current,.sf-menu li:hover,.sf-menu li.sfHover{
	text-decoration:none;
}
.sf-menu li li a{
	display:block;
	margin:0;
	position:relative;
	text-decoration:none;
	line-height:16px;
	font-size: 13px;
	overflow:hidden;
	padding:12px 15px;	
}
.sf-menu li li > a:hover, .sf-menu li li.sfHover > a, .sf-menu li li.current > a{
	color:#fff;			
}
.sf-menu li li{
	float:none;
	position:relative;	
}
.sf-menu li li a:hover{
	color: #fff;	
}
.sf-menu li li:hover ul,ul.sf-menu li li.sfHover ul{left:166px;top:0;}

/*  Banner -----------------------------------------*/
.bg_01{
	background: url(../img/slide01.jpg) no-repeat;
}
.bg_02{
	background: url(../img/slide02.jpg) no-repeat;
}
.bg_03{
	background: url(../img/slide03.jpg) no-repeat;
}
.bg_04{
	background: url(../img/slide04.jpg) no-repeat;
}
.bg_05{
	background: url(../img/slide05.jpg) no-repeat;
}
.bg_06{
	background: url(../img/slide06.jpg) no-repeat;
}
.banner{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
	height: 270px;
}
/*  Search Domain ---------------------------------------------------------------------*/
.search_domain{
	color:#fff;
	margin-bottom: 20px;
	border-radius: 0 0 7px 7px;
}
.domain_promo{
	left: 0;
	padding: 10px 20px 16px 20px;
}
.domain_promo span{
	font-size:27px;
	font-weight: bold;
	padding: 0px 20px;
	font-family: 'Roboto', sans-serif;
}
.domain_promo i{
	font-size: 40px;
}
.search_domain form {
	margin: 0;
	width: 100%;
	right: 0;
	padding: 15px 0 10px 0;
}
.search_domain input {
	margin: 0;
	width: 40%;
	height: 34px;
}
.search_domain select {
	height: 36px;
	width: 20%;
	margin: 0 2%;
	font-size: 13px;
}
.search_domain form span{
	font-size: 20px;
	vertical-align: middle;
}
.search_domain .botton {
	height: 37px;
	margin: 0;
	width: 100px;
}
/*  Features -------------------------------------------------------------------------*/
.features img{
	margin-top: 15%;
}
.features:hover img{
	margin-top: 10%;
}
.features.top{
	margin-top: 20px;
}
.features{
	padding: 0 20px;
}
.features:hover{
	background-color: #f1f1f1;
	border-radius: 3px;
}
.features.option_two{
	padding: 20px 0;
}
.option_two{
	text-align: center;
}
.option_two p{
	padding: 0 25px;
}
.iconx{
	font-size: 60px;
	color: #555;
	border-radius: 50%;
	padding-top: 45px;
	margin: 0 auto;
	width: 150px;
	height: 150px;
}
.features:hover .iconx{
	background-color: #fff;
}
.features h3{
	margin-bottom: 0;
	line-height: 34px;
}
.features p{
	margin-top: 10px;
}
/*  About -------------------------------------------------------------------------------*/
.about{
	background-color: #f9f6f6;
	padding: 20px 20px 20px 30px;
	position: relative;
	margin: 140px 0 50px 0;
	border: 1px solid #eeeded;
}
.image_support{
	background:  url(../img/support.png) no-repeat;
	position: absolute;
	right: 50px;
	top: -120px;
	width: 300px;
	height: 323px;
}
.content_sections{
	padding-top: 100px;
}
.content_sections h1{
	color: #fff;
	font-size: 60px;
	text-shadow: 1px 1px 1px #000;
	line-height: 60px;
}
.content_sections ul li, 
.content_sections ul li a{
	color: #fff;
	margin-right: 7px;
}
.content_sections ul li a:hover{
	text-decoration: underline;
}
.content_sections ul li{
	list-style: none;
	display: inline-block;
}
.about_team{
	text-align: center;
}
.about_team h3{
	margin-bottom: 0;
	line-height: 20px;
	font-size: 20px;
}
.about_team ul{
	margin: 0;
}
.about_team ul li{
	display: inline-block;
}
.about_team ul li a{
	font-size: 15px;
}
.slides li{
	margin-right: 10px;
}
.slides li:hover{
	opacity: 0.8;
}

/*  Pricing Table  ------------------------------------------------------------------*/
	/*Sample Table Vertical*/

.item_table{
	margin-bottom: 30px;
	text-align: center;
}
.item_table.option_pricing{	
	padding-bottom: 25px;
}
.item_table p{
	text-align: left;
	padding: 10px;
}
.head_table{
	color: #fff;	
	text-align: center;
}
.head_title{
	padding: 10px 0; 
}
.head_title span{
	font-style: italic;
}
.head_table h1{
	margin:0;
	font-size: 25px;
	line-height: 35px;
	text-transform: uppercase;
}
.head_table h2{
	font-size: 35px;
	line-height: 45px;
	margin: 0;
	padding: 10px 0 0 0;
	font-weight: normal;
}
.head_table h2 span{
	font-size: 14px;
	color: #fff;
}
.head_table h5{
	margin:0;
	padding: 0;
	color: #fff;
}
.item_table ul{
	margin:20px 0;
	text-align: left;
	padding: 0 15px;
}
.item_table ul li{
	list-style: none;
	padding: 10px 20px;
}
.item_table ul li:last-child{
	border: none;
}
.item_table .button{	
	padding: 10px 35px;
}
	/*Plannes Home*/
.planes{
	text-align: center;
	padding-top: 20px;
	border-top: 3px solid #e7e4e4;
	position: relative;
	overflow: hidden;
}
.planes:hover .footer_table a{
	color: #fff;
}
.planes_title{
	margin-top: 10px;
}
.planes_title h1{
	margin: 0;
	text-transform: uppercase;
	font-size: 25px;
	line-height: 35px;
}
.planes_title p{
	margin: 10px 0 20px 0;
	padding: 0 10px;
}
.prices{
	position: absolute;
	left: 0;
	top: -2500px;
	width: 90%;
	height:45px;
	margin-left: 5%;
	padding: 5px 0 0px 0px;
}
.planes:hover .prices{
	top: 0;
}
.prices p{
	margin: 0;
	font-size: 30px;
	line-height: 35px;
}
.prices span {
	font-size: 15px;
	line-height: 25px;
}
.planes_title span{
	font-style: italic;
}
.footer_table{
	color: #fff;	
	background-color: #f1f1f1;
	text-align: center;
}
.footer_table  a{
	font-size: 16px;
	color: #555;
	line-height: 45px;
	font-family: 'Roboto';
}

/*Sample Table Horizontal*/
.table{
	background-color: #fff;
	border: 1px solid #eeeded;
}
.table .title{
	float: left;
	border-right: 1px solid #eeeded;
	padding: 50px;	
	margin-right: 30px;
}
.table .info_item{
	padding: 15px 15px 30px 15px;
}
.table .items{
	border: none;
	margin-bottom: 0;
}
.table .items li{
	line-height: 35px;
}
.table .iconx_items i{
	font-size: 100px;
	color: #9C9C9C;
}
.table .title h4{
	line-height: 0;
}

/* Online Store ------------------------------------------------------------------------*/
.items_description  li{
	line-height: 27px;
}
.items_description li:hover{
	padding-left: 5px;
}
/* Blog --------------------------------------------------------------------------------*/
.blog .divisor{
	margin: 40px 0;
}
.post_img{
	position: relative;
	overflow: hidden;
}
.post_hover{
	position: absolute;
	bottom: 0px;
	width: 100%;
	margin: 0;
	padding: 5px 0;
	background-color: #000;
	background: rgba(0,0,0,0.3);
}
.post_hover h3{
	color: #fff;
	margin: 0;
	padding: 0px 20px;
	text-transform: uppercase;
}
.post ul{
	margin: 10px 0 10px 0;
}
.post ul li{
	list-style: none;
	display: inline-block;
	margin-right: 15px;
}
.post ul li a{	
	color: #555;
}
.post ul li a:hover{
	opacity: 0.8;
}
.post ul i{
	padding-right: -10px;
}
	/*Pagination*/
	.paginationx{
		margin: 45px 0 0 15px;
		list-style: none;
	}
	.paginationx li{
		display: inline-block;
		padding: 5px 15px;
		border-radius: 3px;
	}
	.paginationx li:hover a{
		color: #fff;
	}	
	.paginationx .active_pagination a{
		color: #d6d4bd;
	}
	.paginationx li a{
		color: #fff;
		background-color: transparent;
		border: none;
	}
	.paginationx > li > a:hover, .paginationx > li > span:hover, .paginationx > li > a:focus, .paginationx > li > span:focus{
		background-color: transparent;
		border: none;
		opacity: 0.7;
	}


.advertisement img{
	margin-bottom: 13px;
}
/* Single Post -----------------------------------------------------------------------------*/
.replies img{
	width: 100%;
}
.text_reply p{	
	font-size: 14px;
	line-height: 25px;
	text-transform: none;
	padding: 0;
	margin: 0;
}
.replies .divisor{
	margin: 25px 0;
}

#map{
  display: block;
  width: 100%;
  height: 450px;
  margin: 0 auto;
}
.contact input {
	width: 85%;
	margin-bottom: 20px;
}
.contact textarea {
	width: 95%;
	height: 150px;
}
.contact .botton{
	width: 20%;
	height: 40px;
}
/* Support Section -------------------------------------------------------------------*/
.support{
	padding: 20px;
	background-color: #f9f6f6;
}
.support p{
	line-height: 26px;
	margin: 0;	
	padding-left: 2%;
}
.item_table.option_pricing,
.support,
.support_contact,
.accordion-trigger{	
	border: solid 1px #eeeded;
}

/* Payments ----------------------------------------------------------------------------*/
.payment{
}
.payment li{
	display: inline-block;
	margin-right: 1px;
	margin-bottom: 5px;
}
/*  Social - Newsletter -----------------------------------------------------------------*/
.bar-resalt{
	position: relative;
}
.social{
	padding: 20px 25px;
	border-radius: 3px;
	position: absolute;
	top: -107px;
	width: 100%;
	left: 0;
}
.social ul li{
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 50%;
	padding-top: 11px;
	margin-right: 5px;
	border: 2px solid #fff;
}
.social ul li a{
	font-size: 19px;
	color: #fff;
}
.newsletter .alert-success,
.newsletter .alert-danger{
	border-color:transparent;
	text-align: center;	
	text-transform: uppercase;
}
.newsletter .alert{
	padding: 5px;
	margin-top: 15px;
	margin-bottom: 0;
}
.newsletter input[type="email"], .search input[type="text"]{
	margin: 5px 0 0 0;
	width: 100%;
	background: none repeat scroll 0 0 transparent !important;
	border: none !important;
	border-bottom: 1px solid #555 !important;
	border-radius: 0 0 0 0 !important;
	box-shadow: none !important;
	color: #ccd4d8 !important;
}
.newsletter input[type="submit"], .search input[type="submit"]{
	width: auto;
}
.newsletter input[type="submit"]:hover,.search input[type="submit"]:hover{
	color:#fff;
}
/*  Footer ---------------------------------------------------------------------------*/
footer{
	color:#ccd4d8;
	padding: 70px 0 50px 0;
	margin-top: 100px;
}
.contact{
	margin: 10px 0 0 0;
}
.contact li{
	display: inline-block;
	list-style: none;
	margin-right: 3%;
	margin-bottom: 1%;
	font-size: 13px;
}
.contact li span{
	font-weight: 600;
	color: #ccd4d8;
}
footer h4{
	margin-bottom: 20px;
}
footer .divisor{	
	margin: 40px 0;
	background-color: #555;
}
.about_footer li{
	line-height: 25px;
	list-style: none;
}
.about_footer li a:hover,.copryright ul li a:hover{
	color: #ccd4d8;
}
.search{
	margin-top: 20px;
}
.search input[type="submit"]{
	float: right;
	width: 90%;
}
.post_blog p{
	padding-left: 10px;
}
.testimonial p,.post_blog p{
	margin: 0;
	font-style: italic;
	font-size: 14px;
}
.post_blog span{
	font-weight: 600;
	color: #ccd4d8;
}
.copryright{
	text-align: right;
}
.copryright ul{
	margin: 0;
}
.copryright ul li{
	display: inline-block;
	margin-right: 10px;
}
.copryright ul li:last-child{
	margin-right: 0;
}
.copry span, .copryright ul li a{
	font-size: 13px;
}
/* Testimonial-------------------------------------------------------------------------------*/
.testimonial{
	margin-top: 40px;
}
.testimonial i{
	font-size: 17px;
}
.testimonial .testimonials.slides > li{
	border: none;
	box-shadow: none;
	margin-right: 2px;
	-webkit-box-shadow: none;
}
.testimonial .flex-control-nav{
	bottom: -31px;
}
/*  Elements -------------------------------------------------------------------------*/
.blockquotes p{
	font-style: italic;
	padding: 0 2%;
}
.list{
	margin: 0;
}
.list li{
	list-style: none; 
	line-height: 27px;
}
.list li i{
	font-size: 11px;
}

/*  Request Online-----------------------------------------------------------------------*/
.request_online h3{
	margin-top: 0;
}
.request_online span{
	font-style: italic;
	font-weight: 700;
}
.request_online input{
	width: 85%;
	height: auto;
	font-size: 12px;
}
.request_online input[type="submit"]{
	width: auto;
}
.request_online select{
	width: 85%;
	padding: 0 0 0 10px;
	font-size: 13px;
	border: 1px solid #cccccc;
}
.request_online textarea{
	width: 90%;
	height: 160px;
	margin-bottom: 5px;
	font-size: 12px;
}
.request_online form label span{
	font-size: 11px;
	margin: 0 3px;
}
.request_online .captcha{
	margin-bottom: 10px;
}
.request_online .required_message{
	margin-bottom: 20px;
}
.request_online .required_message,
.request_online .botton{
	display: block;
}
/*  Remote Backup --------------------------------------------------------------------*/
.form_backup .botton{
	margin-top: 20px;
}
/*  Our Services Brochure --------------------------------------------------------------------*/
.presentation_about_company iframe{
	width: 100%;
	height: 950px;
}
/*  Domain Reseller --------------------------------------------------------------------------*/
.pricing_domain .table_title{
	width: 150px;
	color: #fff;
	padding: 10px 0;
}
.pricing_domain table{
	font-size: 14px;
	text-align: center;
}
.pricing_domain table,
.pricing_domain table tr{
	border: 1px solid #eeeded;
}
.pricing_domain table tr td{
	padding: 10px 0;
	width: 150px;
	border-right: 1px solid #eeeded;
}
.form_reseller{
	padding-left: 15px;
}
.pricing_domain table tr:hover{
	background-color: #f9f6f6;
	cursor: pointer;
}
/*  Privacy ---------------------------------------------------------------------------------*/
.central_title.privacy{
	margin-bottom: 20px;
}
.terms_of_service {
	width: 100%;
	height: 350px;
	overflow: auto;
	padding: 5px;
	border: 1px solid #eeeded;
}
.terms_of_service p{
	font-size: 14px;
	line-height: 24px;
}
.terms_of_service h3{
	font-size: 20px;
}
/*  Support Page------------------------------------------------------------------------------*/
.head_support{
	text-align: center;
}
.support_contact:hover{
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	margin-top: -5px;
}
.head_support h1{
	margin: 0;
	font-size: 25px;
	line-height: 35px;
	text-transform: uppercase;
}
.head_support span,.head_support h1{
	color: #fff;
}
.support_title{
	padding: 10px 5px;
}
.support_section{
	padding: 10px 10px 0 20px;
}
.support_section h5{
	padding-bottom: 5px;
}
.support_section ul{
	padding-bottom: 10px;
}
.support_section ul li{
	list-style: none;
}
/* toTop ---------------------------------------------------------------------------------*/
#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:100%;
	background:url(../img/ui.totop.png) no-repeat left top;
}
#toTopHover {
	background:url(../img/ui.totop.png) no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;	
}
#toTop:active, #toTop:focus {
	outline:none;
}

.top h2,h2 .top,.containerx h2 {color:#282eb5;}
