@charset "utf-8";

/* ---------------------- 
  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
  -  Pricing Table
    -  Sample Table Vertical
    -  Sample Table Horizontal
  -  Online Store
  -  Blog
  -  Single Post
  -  Contact
  -  Support Section
  -  Social - Newsletter
  -  Footer
  -  Elements
  -  Error Pages
  -  Support Page
  -  toTop
  
0.4.   Layout versions

*/

/* ---------------------------------------------------------------------- */
/*	Import styles
/* ---------------------------------------------------------------------- */

/* bootstrap.css  - include resetes ( Media querys, grid-responsive,layout).*/
@import url("bootstrap/bootstrap.css");
@import url("bootstrap/bootstrap-responsive.css");
/*Icons*/
@import url("icons/font-awesome.css");
/*Slide*/
@import url("slide/custom.css");
@import url("slide/style.css");
/*Animations*/
@import url("animations/animate.css");
/*Carrousel*/
@import url("flexslider.css");
/*jquery.fancybox-1.3.1.css  - Lightbox*/
@import url("../js/fancybox/jquery.fancybox.css");
/*Google Fonts*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,400);
@import url(http://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;
}
a{
	color: #b6bdc1;
	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;
}
/* Class and styles Generals --------------------------------------------------------*/
.clearfix{
	width:1px;
	height:20px;	
	display:block;
	clear:both;
	content:" , ";
}
/*Botton*/
.botton{	
	background-color: #212c43;
	border: 2px solid #404b62;
	padding: 5px 10px;
	color: #fff;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.botton:hover{	
	background-color: #1b253b;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
/*title home*/
.central_title{
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 80px;
}
.central_title span{
	font-style: italic;
	font-family: 'Open Sans', sans-serif;
	text-transform: none;
	font-size: 17px;
	border-bottom: 3px solid #1b253b;
	padding-bottom: 15px;
}
.central_title .divisor{
	margin: 20px 0 40px 0;
}
/*Top*/
.top{
	margin-top: 50px;
}
.sponsors .span2:hover img {
    margin-top: -7%;
    transition: all 0.3s ease 0s;
}
/*Line Divisor*/
.divisor{
	position: relative;
	width: 100%;
	height: 1px;
	margin: 40px 0;
	background-color: #b6bdc1;	
}
/*Accordion*/
.accordion-trigger{
	text-decoration: none;
	padding: 5px 10px 5px 15px;
	cursor: pointer;
	border: 1px solid #b6bdc1;
	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;
}
/*  Header -----------------------------------------*/
header{
	background: url(../img/black-bg.jpg);
	position: relative;
	height: 100px;
}
/*  Header Support -----------------------------------------*/
.header ul{
	margin: 0;
}
.header ul li{
	display: inline-block;
	padding-right: 5%;
	color:#b6bdc1;
	font-size: 13px;
}
.header .language li{
	padding-right: 2%;
}
.header ul li:last-child{
	padding-right: 0;
}
.header{
	padding: 20px 0 15px 0;
}
.header .contact_support{
	text-align: right;
}
.header .contact_support span{
	font-weight: 600;
	color: #ccd4d8;
	padding-left: 5px;
	font-size: 13px;
}
.header .contact_support li a{
	border: 2px solid #555;
	padding: 3px 10px;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.header .contact_support li:hover a{
    background-color: #212C43;
}
.header .chat{
	border: medium none !important;
	background-color: transparent !important;
}
.header .contact_support li a:hover{
	color: #ccd4d8;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
/*  Main Navigation -----------------------------------------*/
#logo{
	padding-top: 7%;
	width: 90%;
}
.tinynav{
	display: none;
}
nav{
	background-color: #212c43;
	border-bottom: 3px solid #404b62;
	padding: 0 3% 0 2%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	z-index: 6;
	border-radius: 3px;
	width: 100%;
	max-width: 1170px;
	position: absolute;
}
.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;
	background: #212c43;	
	border-left: 6px solid #404b62;	
}
.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:47px; 	
	left:-28px;
	 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;
	color:#ccd4d8;
	overflow:hidden;
	padding:12px 15px;	
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.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{
	background-color: #1b253b;	
	color: #fff;	
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.sf-menu li li:hover ul,ul.sf-menu li li.sfHover ul{left:145px;top:0;}

/*  Banner -----------------------------------------*/
.services{
	background: url(../img/slide02.jpg) no-repeat;
	height: 250px;
}
.online{
	background: url(../img/slide04.jpg) no-repeat;
	height: 250px;
}
.about_us{
	background: url(../img/slide01.jpg) no-repeat;
	height: 250px;
}
.contact_us{
	background: url(../img/slide03.jpg) no-repeat;
	height: 250px;
}
.servers{
	background: url(../img/slide04.jpg) no-repeat;
	height: 250px;
}
.banner{
	margin-top: -34px;
	border-bottom: 10px solid #404b62;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
}
/*  Search Domain -----------------------------------------*/
.search_domain{
	background-color: #1b253b;
	color:#fff;
	padding: 0 20px 5px 60px;
	border-bottom: 3px solid #404b62;
	margin-bottom: 20px;
	border-radius: 3px;
	position: relative;
}
.domain_promo{
	position: absolute;
	left: 0;
	padding: 10px 20px 16px 20px;
	background-color: #212c43;
}
.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;
	padding: 15px 0 10px 0;
}
.search_domain input {
	margin: 0;
	width: 40%;
	height: 26px;
}
.search_domain select {
	height: 36px;
	width: 20%;
	margin: 0 2%;
}
.search_domain form span{
	float: left;
    font-size: 20px;
    margin-right: 6px;
    margin-top: 8px;
}
.search_domain .botton {
	height: 35px;
	margin: 0;
	width: 100px;
}
/*  Features -----------------------------------------*/
.features img{
	margin-top: 15%;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.features:hover img{
	margin-top: 10%;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.features{
	margin-bottom: 20px;
}
.features{
	padding: 0 20px;
}
.features:hover{
	background-color: #f1f1f1;
	border-radius: 3px;
}
.features.option_two{
	padding: 20px 0;
}
.option_two{
	text-align: center;
}
.icon{
	font-size: 63px;
	color: #fff;
	border: 8px solid #b6bdc1;
	background-color: #1b253b;
	border-radius: 50%;
	padding: 30px;
	width: 20%;
	margin-left: 30%;
	height: 62px;
}


.features a.botton{
	padding: 5px 10px;
}
.features h3{
	margin-bottom: 0;
	line-height: 34px;
}
.features p{
	margin-top: 10px;
}
.features:hover .icon{
	border: 8px solid #1b253b;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
/*  About ----------------------------------------*/
.about{
	background-color: #f1f1f1;
	border: 2px solid #e7e4e4;
	padding: 20px 20px 20px 30px;
	position: relative;
	margin-top: 130px;
	margin-bottom: 40px;
}
.about img {
    height: 323px;
    position: absolute;
    top: -120px;
    width: 300px;
}
.image_support{
	background:  url(../img/support.png) no-repeat;
	position: absolute;
	right: 50px;
	top: -120px;
	width: 300px;
	height: 323px;
}
.content_sections h1{
	padding-top: 15%;
	color: #fff;
	font-size: 60px;
	text-shadow: 1px 1px 1px #000;
	line-height: 60px;
}
.content_sections span{
	color: #fff;
}
.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{
	color: #1b253b;
	font-size: 15px;
}
/* Carrousel  --------------------------------*/
.slides li{
	position: relative;
}
.slides li:hover a{
	display: inline;
}
.slides li a{
	background: #999 url(../img/more.png) no-repeat center center;
	background: rgba(0,0,0,0.5) url(../img/more.png) no-repeat center center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
/*  Pricing Table  -----------------------------------------*/
	/*Sample Table Vertical*/

.item_table{
	margin-bottom: 30px;
	text-align: center;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;	
}
.item_table.option_pricing{	
	padding-bottom: 25px;
	border: solid 1px #b6bdc1;
}
.item_table p{
	text-align: left;
	padding: 10px;
}
.head_table{
	color: #fff;	
	background-color: #1b253b;
	text-align: center;
}
.head_title{
	background-color:#212c43;
	border-bottom: 1px solid #404b62;
	padding: 10px 0; 
}
.head_title span{
	font-style: italic;
}
.head_table h1{
	color: #fff;
	margin:0;
	font-size: 25px;
	line-height: 35px;
	text-transform: uppercase;
}
.head_table h2{
	color: #fff;
	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 20px;
}
.item_table ul li{
	list-style: none;
	border-bottom: 1px solid #b6bdc1;
	padding: 10px 20px;
}
.item_table ul li:first-child{
	border-top: 1px solid #b6bdc1;
}
.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{	
	border-top: 3px solid #1B253B;	
}
.planes:hover .footer_table{
	background-color: #1B253B;
}
.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%;
	background-color: #1B253B;
	/*background: rgba(0,0,0,0.5);*/
	padding: 5px 0 0px 0px;
	-webkit-transition: all 14s linear;
	-moz-transition: all 14s linear;
	-o-transition: all 14s linear;
	transition: all 14s linear;
}
.planes:hover .prices{
	top: 0;
	-webkit-transition: all .600s linear;
	-moz-transition: all .600s linear;
	-o-transition: all .600s linear;
	transition: all .600s linear;
}
.prices p{
	margin: 0;
	color: #fff;
	font-size: 30px;
	line-height: 35px;
}
.prices span {
	font-size: 15px;
	line-height: 25px;
	color: #fff;
}
.planes_title span{
	font-style: italic;
}
.footer_table{
	color: #fff;	
	background-color: #e7e4e4;
	border-bottom: 1px solid #cdcdcd;
	text-align: center;
}
.footer_table  a{
	font-size: 16px;
	color: #555;
	text-transform: uppercase;
	line-height: 45px;
	font-family: 'Roboto';
}
	/*Sample Table Horizontal*/
.item{
	margin:0 0 15px 0;
	border: 4px solid #b6bdc1;
	background-color: #f8f6f6;
	border-radius: 5px;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.item:hover{
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	border: 4px solid #404b62;
	background-color: #fff;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.table ul li{
	list-style: none;
}
.table .items{
	border: none;
	margin-bottom: 0;
}
 .items li{
	display: block;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.items li:hover{
	padding-left: 25px;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.table .items li:hover i{
	color: #1b253b;
}
.description_item{
	border: none;
}
.description_item .info_item{
	border-left: 2px solid #b6bdc1;
	padding: 10px 30px 20px 30px;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.item:hover .info_item{
	border-left: 2px solid #404b62;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.description_item .title h3 span{
	font-size: 30px;
}
.description_item .info_item h4{
	margin-bottom: 5px;
}
.description_item .info_item p{
	margin: 20px 0 10px 0;
}
.description_item .items{
	margin: 0;
}
.description_item .items li{	
	line-height: 25px;
	padding-left: 20px;
}
.description_item .title{
	text-align: center;
}
.description_item .icon_items{
	color: #9C9C9C;
    font-size: 90px;
    margin-bottom: -15px;
    padding-left: 10%;
    padding-top: 5%;
	height: 130px;
}
.description_item .title h3{
	font-size: 45px;
	margin-bottom: 20px;
}
.description_item .title .botton{
	padding: 7px 50px;
	font-size: 15px;
}
.description_item .title{
	padding-left: 1%;
}
.description_item:hover .icon_items{
	color: #1b253b;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
/* Online Store -------------------------------------------------------------*/
.items_description  li{
	line-height: 27px;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.items_description li:hover{
	padding-left: 5px;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

/* Whmcs Styles -------------------------*/

#primary .breadcrumb{
	border: 1px solid #cdcdcd;
}
#primary{
	margin: 40px auto;
	width: 1170px;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	line-height:24px;
	color:#555;
}
#primary a,
#primary td{
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	line-height:26px;
	color:#555;
}
#bridge table.data th{
	text-align: left;
}
#primary table {
    margin-left: 2px;
}
#primary table tr td{
	padding-right:30px;	
}

#primary table tr td img{
	padding:0 20px 0 0;	
  
}
#primary table tr th{
    padding-right: 25px;
    text-align: -moz-left;
	border-bottom: 1px solid #E5E2E2;
}

#primary input[type="button"], #primary input[type="submit"]{
	width: auto;
	background-color: #555;
	border: 0;
	color: #fff;
	border-radius: 3px;
	padding: 8px 20px;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
#primary input[type="button"]:hover , #primary input[type="submit"]:hover{	
	color: #fff;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
#primary input[type="text"]{
	width: auto;
	height: 25px;
	margin: 0 0 0 10px;
}
#primary header.entry-header, #primary footer.entry-meta{
  background: none;	
	height: auto;
  padding: 0;
}


/* Blog ----------------------------*/
.post p{
	margin-top: 5px;
}
.post_img{
	position: relative;
	overflow: hidden;
}
.blog .span12 .post_img img {
    width: 100%;
}
.post_hover{
	position: absolute;
	bottom: 0px;
	width: 100%;
	margin: 0 ;
	height: 54px;
	background-color: #000;
	background: rgba(0,0,0,0.3);
}
.post_hover h3{
	color: #fff;
	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*/
	.pagination{
		margin: 45px 0 0 0;
		list-style: none;
	}
	.pagination li{
		display: inline-block;
		padding: 5px 15px;
		background-color: #212C43;	
		border-bottom: 3px solid #404b62;
		border-radius: 3px;
		margin-left: 4px;
	}
	.pagination li:hover a{
		color: #fff;
	}	
	.pagination .active{
		background-color: #1b253b;
	}
	.pagination .active a{
		color: #d6d4bd;
	}
	.pagination li a{
		color: #5f5e54;
	}

/*Aside-Blog*/

/* ul - list-check style */
aside{
	padding: 0 0 0 10px;
}
aside form{
	margin-bottom: 30px;
}
aside .list li{
	line-height: 30px;
}
aside form input[type="text"]{
	border: 1px solid #e2ded4;
	padding-left: 10px;
	margin-bottom: 0;
	width: 65%;
	height: 33px;
}
aside form .botton{
	padding: 8px 20px 11px 20px;
	margin-top: 20px;
}
.advertisement img{
	margin-bottom: 13px;
}
/* Single Post -------------------------------------------------------------------*/
/*
.commentlist {
    color: rgba(0, 0, 0, 0);
	margin-left: 0;
}

.commentlist p {
    color: #555555;
	float: left;
}
.commentlist .says {
    display: none;
}

.comment-meta {
}

.comment-meta a {
    color: #555555;
}

.comment-author {
	width: 14.5299%;
	margin-bottom: 20px;
}
.comment-author img{
	width: 100%;
}
.comment-author .fn a{	
	font-size: 14px;
	line-height: 25px;
	text-transform: none;
	padding: 0;
	margin: 0;
	color: #555555;
}

*/


/* Comment ------------------------------------------------*/

.comment {
    margin-bottom: 60px;
}

.comment-awaiting-moderation {
    display: none;
}

.commentlist {

    color: transparent;
	margin-left: 0;

}

.commentlist img {

    display: block;

    margin-bottom: -103px;

    margin-top: 20px;

    width: 110px;

}

.comment-author .fn {
    color: #555555;
    float: left;
    font-size: 14px;
    margin: -5px 5px 10px 130px;
}

.comment-author .says  {
    color: #555555;
    float: left;
    margin: -5px 0 10px;
    padding-left: 1px;
    padding-right: 10px;
    text-transform: capitalize;
}

.commentlist .comment-meta a {
    color: #646A69;
    float: left;
    margin-top: -5px;
}

.comment-body p {
    color: #646A69;
    line-height: 23px;
    margin: 30px 0 0px 130px;
}



.comment-edit-link {

}

.reply {
    margin-left: 130px;
    margin-top: 23px;
}

.reply a {

    float: left;

    margin-top: -15px;

}

#respond h2 {

    color: #515555;

    font-family: 'Open Sans',sans-serif;

    font-weight: 700;

    padding: 5px 0 15px;

	font-size: 14px;

	margin-top: 15px;

}

.comment-awaiting-moderation {

    color: red;

    float: right;

    margin-right: 87px;

    margin-top: 14px;

}




/* Sidebar ------------------------------------------------*/

.single_page h2, .single_page h3 {
    margin-bottom: 20px;
}

.single_page ul  {
	margin: 10px 0 30px;
}

.single_page ol {
}

.single_page ul li {
    background: url("../img/ok.png") no-repeat scroll 0 5px transparent;
    margin: 10px 0;
    padding-left: 15px;
	list-style: none outside none;
	display: block !important;
	line-height: 1.5;
}
.single_page ol li {
    margin: 10px 0;
}

.single_page li > ul, li{
padding: 0;
line-height: 1.5;
margin: 0;

}

.single_page ul li span{
}
.single_page table td {
    border-bottom: 1px solid #E5E2E2;
    padding: 6px 10px 6px 0;
}
.single_page dd {
    line-height: 1.71429;
    margin-bottom: 1.7rem;
}
.single_page dt {
    font-weight: bold;
    line-height: 1.71429;
}

.single_page .size-large {
    width: 95%;
}

.single_page iframe {
    width: 100% !important;
}

content dt {
    font-weight: bold;
    line-height: 1.71429;
}

#sidebar .widget {
    border-bottom: 1px solid #E5E2E2;
    margin-bottom: 20px;
}
#sidebar h2 {
    font-size: 20px;
	padding: 0px;
}

#sidebar ul {
    list-style: none outside none;
    margin: 0 0 20px;
}
#sidebar ul li {
    background: url("../img/ok.png") no-repeat scroll 0 12px transparent;
    margin: 10px 0;
    padding-left: 20px;
}
#sidebar ul li a {
    color: #555555;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    font-weight: 400;
	line-height: 20px;
	
}
#sidebar ul li a:hover {
    color: #212C43;
}
#sidebar .textwidget {
    color: #555555;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 23px;
	margin-bottom: 20px;
	margin-top: 10px;
}
#sidebar .tagcloud a {
    background: none repeat scroll 0 0 #212C43;
    color: #FFFFFF;
    display: inline-block;
    font-size: 15px !important;
    font-weight: normal;
    margin: 5px;
    padding: 0px 10px;
    transition: all 0.3s ease 0s;
}
#sidebar .tagcloud a:hover {

    background: none repeat scroll 0 0 #F4F4F4;
    color: #000000;
}
#sidebar .widget_rss li {
    color: #646A69;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 23px;
    margin-bottom: 20px;
    margin-top: 10px;
}
.screen-reader-text {
    color: #232323;
    font-family: Georgia,Times New Roman,Times,serif;
    font-weight: 700;
    line-height: 30px;
	margin-bottom: 20px;
	font-size: 20px;
}
#sidebar #searchform #searchsubmit{
    background-color: #212C43;
    border: 2px solid #404B62;
    color: #FFFFFF;
    padding: 10px 20px 11px;
    transition: all 0.3s ease 0s;
    width: 23.8%;
}

.search_page 	#searchsubmit{
    float: none !important;
    height: 43px;
    margin-top: 4px;
    width: 11.8% !important;
}	
.search #searchform #searchsubmit{
    float: right;
    width: 90%;
	color: #B6BDC1;
    background-color: #212C43;
    border: 2px solid #404B62;
    color: #FFFFFF;
    padding: 5px 10px;
    transition: all 0.3s ease 0s;
}
.search #searchform input[type="text"] {
	margin: 5px 0 0 0;
	width: 90%;
	background: none repeat scroll 0 0 transparent;
	border: none;
	border-bottom: 1px solid #555;
	border-radius: 0 0 0 0;
	box-shadow: none;
	color: #ccd4d8;
}

#sidebar #searchform input[type="text"] {
    border: 1px solid #E2DED4;
    height: 33px;
    margin: 0;
    padding-left: 10px;
    width: 70%;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.screen-reader-text {
    font-family: 'Roboto',sans-serif;
	font-size: 20px;
	color: 	#555555;
}

.search_page #searchform input[type="text"] {
    border: 1px solid #E2DED4;
    height: 33px;
    margin-bottom: 0;
    padding-left: 10px;
    width: 45%;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.widget_search form input[type="text"]{
    border: 1px solid #E2DED4;
    height: 33px;
    margin-bottom: 0;
    padding-left: 10px;
    width: 65%;
}
.tagcloud {
    margin-bottom: 20px;
    margin-left: -4px;
	margin-top: 10px;
}
#calendar_wrap {
    margin-bottom: 20px;
    margin-left: -1px;
}
#calendar_wrap caption {
    color: #555555;
    font-size: 15px;
    font-weight: normal;
	margin-top: 10px;
}
#calendar_wrap thead th {
    font-size: 10pt;
    font-weight: normal;
}
#calendar_wrap td {
    font-size: 15px;
    font-weight: normal;
    padding: 0 5px 0 11px;
	color: #555555;
}
#calendar_wrap #today {
	background-color: #212C43;
    color: white;
}
#calendar_wrap #today a {
    color: #fff;
    font-size: 10pt;
    font-weight: normal;
} 
.search-results .span3 {
    float: left;
}
.search_res {
    margin-bottom: 20px;
    border-bottom: 1px solid #E5E2E2;
}

#commentform input[type="text"], #commentform input[type="email"], #commentform textarea, #commentform select {
	background-color: transparent;
	border:1px solid #e2ded4;
	border-radius: 3px;	
	font-size: 13px;
	line-height: 1.1em;
	margin-bottom: 20px;
	padding: 5px 10px;
	height: 30px;
	width: 90%;
	font-family: 'Open Sans', sans-serif;
}
#commentform textarea{
	height: 150px;
}
#commentform .button{
	font-family: 'Open Sans',sans-serif;
    height: auto;
    margin-top: -10px;
    padding: 8px 30px;
	background-color: #212C43;
    border: 2px solid #404B62;
    color: #FFFFFF;
    transition: all 0.3s ease 0s;
}

/* Contact-------------------------------------------------------------------*/
.contact input {
	width: 85%;
	margin-bottom: 20px;
	height: 28px;
}
.contact textarea {
	width: 95%;
	height: 150px;
}
.contact .botton{
	width: 20%;
	height: 40px;
}
/* Support Section -------------------------------------------------------------------*/
.support{
	border: 1px solid #b6bdc1;
	padding: 20px;
	background-color: #f8f6f6;
}
.support p{
	line-height: 26px;
	margin: 0;	
	padding-left: 2%;
}
.support span{
	font-weight: bold;
}
.support:hover{
	background-color: #fff;
}
.list.list_support{
	margin-top: -15px;
}
.list.list_support a{
	color: #555555;
}
/* Payments -------------------------------------------------------------------*/
.payment{
	margin: 0;
}
.payment li{
	display: inline-block;
	margin-right: 1px;
	margin-bottom: 5px;
}
/*  Social - Newsletter -----------------------------------------*/
.social{
	padding: 25px 60px 20px 60px;
	background-color: #212c43;
	border-bottom: 3px solid #404b62;
	margin-top: 40px;
	border-radius: 3px;
	position: relative;
}
.social ul {
	margin: 0;
}
.social ul li{
	list-style: none;
	display: inline-block;
	margin-right: 2%;
}
.social ul li a{
	font-size: 14px;
	color: #fff;
	border: 3px solid #b6bdc1;
	background-color: #1b253b;
	border-radius: 50%;
	padding: 10px 10px 10px 14px;
}
.social ul li a:hover{
	color:#b6bdc1;

}
.newsletter{
	text-align: right;
	margin-top: -6px;
}
.social h4{
	color:#b6bdc1;
}
.newsletter form{
	margin: 0;
}
.newsletter input[type="email"]{
	margin: 5px 0 0 0;
	width: 90%;
	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"]{
	width: 100%;
	color:#b6bdc1;
}
.newsletter input[type="submit"]:hover,.search input[type="submit"]:hover{
	color:#fff;
}
.newsletter .send-mc {
       color: #A3A7A8;
       margin-right: 10px;
       margin-top: 5px;
}


/*  Footer -----------------------------------------*/

footer{
	background: url(../img/black-bg.jpg);
	margin-top: -40px;
	color:#ccd4d8;
	padding: 70px 0 15px 0;
}
.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: 20px 0;
	background-color: #555;
}
.about_footer li{
	line-height: 25px;
}
.about_footer li a:hover,.copryright ul li a:hover{
	color: #ccd4d8;
}
.testimonial{
	margin-top: 40px;
}
.testimonial p,.post_blog p{
	margin: 0;
	padding-left: 10px;
	font-style: italic;
	font-size: 14px;
}
.testimonial i{
	font-size: 17px;
}
.testimonial span{
	float: right;
}
.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;
}

/*  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;
}
/*  Error Pages -----------------------------------------*/
.error_page{
	text-align: center;
}
.error_page h1{
	font-size: 250px;
	line-height: 260px;
	font-weight: bold;
}
.error_page p{
	font-size: 70px;
	line-height: 80px;
}
.error_page span{
	font-size: 30px;
	line-height: 70px;
}
.error_page .botton{
	padding: 10px 50px;
	font-size: 20px;
	line-height: 30px;
}
.infor_error{
	margin: 0 0 0 5px;
}
.infor_error li{
	list-style: none;
}
.infor_error li a{
	font-size: 15px;
	line-height: 26px;
	color: #555;
}
/*  Support Page-----------------------------------------*/
.head_support{
	text-align: center;
}
.support_contact{
	border: solid 1px #b6bdc1;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.support_contact:hover{
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	margin-top: -5px;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.head_support h1{
	margin: 0;
	font-size: 25px;
	line-height: 35px;
	text-transform: uppercase;
}
.head_support span,.head_support h1{
	color: #fff;
}
.support_title{
	background-color: #1b253b;
	padding: 10px 5px;
}
.support_section{
	padding: 10px 10px 0 20px;
}
.support_section h5{
	border-bottom: 1px solid #b6bdc1;
	padding-bottom: 5px;
}
.support_section ul{
	padding-bottom: 10px;
}
.support_section a:hover{
	color: #1b253b;
}
.icons_font ul li{
	line-height: 30px;
}
.icons_font a{
	font-size: 24px;
}
/* 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;
}
/* ---------------------------------------------------------------------- */
/*	1024 Version
/* ---------------------------------------------------------------------- */
@media handheld, only screen and (max-width: 1024px) {
	#menu{
		display: none;	
	}
	#logo{
		margin-top: 5%;
	}
	.tinynav {
		display: inline;
		width: 100%;		
		float: right;	
		margin: 23px 0;	
		border: 1px solid #404b62;
		height: 35px;	
	} 
	nav{
		max-width: 940px;
	}
	.content_sections h1{
		padding-top: 19%;
	}
	.domain_promo{
		padding: 20px 20px 17px 20px;
	}
	.domain_promo i{
		display: none;
	}
	.social{
		padding: 25px 40px 20px 40px;
	}
	.description_item .icon_items{
		padding-top: 20%;
	}
	.support_section ul {	
		margin: 7px;
	}

}

/* ---------------------------------------------------------------------- */
/*	800 Version
/* ---------------------------------------------------------------------- */
@media handheld, only screen and (max-width: 800px) {
	.container{
		padding: 0 20px;
	}
	.header,.header .contact_support,.info,.sponsors,.social,.newsletter {
		text-align: center;
	}
	#logo{
		margin-top: 0%;
		text-align: center;
		width: 100%;
		padding-top: 2%;
	}	
	header{
		height: auto;
	}
	nav{
		position: relative;
	}
	.content_sections h1{
		padding-top: 10%;
	}
	.domain_promo{
		display: none;
	}
	.search_domain form {
		padding: 0 0 15px 0;
	}
	.features{
		text-align:center; 
	}
	.features img{
		margin-top: 0;
	}
	.image_support{
		display: none;
	}
	.about{
		margin-top: 40px;
	}
	.newsletter input[type="email"]{
		margin-bottom: 10px;
	}
	.option_two{
		margin-bottom: 30px;
	}	
	.icon {
		margin-left: 36%;
		padding: 45px 0 45px 0;
		width: 25%;
		font-size: 70px;
	}
	.item_table,.support_contact{
		width: 70%;
		margin-left: 15%;
	}
	.info img{
		margin-bottom: 10px;
	}
	.support img{
		display: none;
	}
	.support{
		padding: 0px 20px 20px 20px;
	}
	.social ul{
		margin-bottom:50px;
	}
	.newsletter input[type="text"], .search input[type="text"]{
		margin-bottom: 20px;
		width: 70%;
	}
	.newsletter input[type="submit"], .search input[type="submit"]{
		width: 45%;
	}
	.search input[type="text"]{
		margin-top: 50px;
	}
	.search input[type="submit"] {
		float: none;
	}
	.about_team img{
		width: 30%;
	}
	.about_team{		
		margin-bottom: 20px;
	}
	.description_item .info_item{
		border-left: none;
	}
	.item:hover .info_item{
		border-left: none;
	}
	.description_item .icon_items {
		padding-top: 4%;
	}
	.support_contact{
		margin-bottom: 20px;
	}
	.support_section ul {	
		margin-left: 20px;
	}

	.central_title span{		
		line-height: 30px;		
		padding-bottom: 5px;
	}
	.planes{
		margin-bottom: 30px;
	}
	aside form{
		margin-top: 45px;
	}
	.replies img{
		width: auto;;
		margin-bottom: 10px;
	}
	.text_reply{
		margin-bottom: 20px;
	}
	.copry,.copryright{
		text-align: center;
	}
	
}

/* ---------------------------------------------------------------------- */
/*	568px Version
/* ---------------------------------------------------------------------- */
@media handheld, only screen and (max-width: 568px) {
	.contact_support li{
		margin-bottom: 10px;
	}
	.search_domain{
		padding: 10px 20px ;
	}
	.search_domain input {
		margin: 0;
		width: 40%;
		height: 26px;
	}
	.search_domain select {
		height: 36px;
		width: 40%;
		margin: 0 2%;
	}
	.search_domain .botton {
		width: 30%;
		margin-left: 35%;
		margin-top: 10px;
	}
	.content_sections h1{
		padding-top: 18%;
	}
	.icon {
		padding: 25px 0;
	}
	.description_item .info_item{
		padding: 0px 20px 10px 0px;
	}
	.error_page span {
		line-height: 40px;
	}
	.error_page p {
		line-height: 65px;
	}
	
}

/* ---------------------------------------------------------------------- */
/*	480px Version
/* ---------------------------------------------------------------------- */


@media handheld, only screen and (max-width: 480px) {	
	.online,.about_us,.contact_us,.servers{
		height: 200px;
	}
	.search_domain input {
		margin: 0;
		width: 95%;
		height: 26px;
		margin-bottom: 10px;
	}
	.search_domain select {
		height: 36px;
		width: 99%;
		margin: 0;
	}
	.icon {
		margin-left: 34%;
		width: 30%;
	}
	.social{
		padding: 25px 0px 15px 10px;
	}
	.newsletter input[type="submit"],.newsletter input[type="text"]{
	 	width: 90%;
	}
	.search input[type="text"]{
		margin-top: 20px;
	}
	.content_sections{
		padding-top: 6%;
	}
	.content_sections h1{
		padding-top: 14%;		
		font-size: 40px;		
		line-height: 40px;
	}

}

/* ---------------------------------------------------------------------- */
/*	380px Version
/* ---------------------------------------------------------------------- */


@media handheld, only screen and (max-width: 380px) {	
	#logo{
		margin-left: 5%;
		padding-top: 15px;
		width: 90%;
	}	
	.tinynav {
		width: 95%;
		float: none;
		margin-left: 2.5%;		
	}
	.icon {
		margin-left: 28%;
		width: 40%;
	}	
	.item_table,.support_contact{
		width: 100%;
		margin-left: 0;
	}
	.social ul li {
		line-height: 50px;
	}
	.search input[type="text"]{
		margin-top: 20px;
	}
	.social ul {
		margin-bottom: 30px;
	}
	.about_team img {
		width: 50%;
	}
	.error_page h1{
		font-size: 190px;
	}
	.error_page p {
		font-size: 50px;
	}
	.post_hover h3{
		padding: 0px 10px 10px 9px;
	}
	aside form input[type="text"]{
		margin-bottom: 15px;
	}

}

/* ---------------------------------------------------------------------- */
/*	320px Version
/* ---------------------------------------------------------------------- */

@media handheld, only screen and (max-width: 320px) {
	
	.error_page h1{
		font-size: 160px;
	}
	.error_page p {
		font-size: 40px;
		line-height: 50px;
	}
	.icon {
		margin-left: 23%;
		width: 50%;
	}
	.post_hover{
		height:84px;
	}
	.content_sections h1{
		padding-top: 20%;
	}
}
