/**
 *
 * -------------------------------------------
 * Template stuff CSS file
 * -------------------------------------------
 * 
 **/
 
@import url("../../News/css/stuff.css");
/*-------------------------------------------------------------
           			Style bigtitle 
--------------------------------------------------------------*/
.box.bigtitle .box-title.first, 
#gk-bottom1 div.bigtitle .box-title.first{
	margin-top: -40px;
	margin-bottom: 108px;
}
/*-------------------------------------------------------------
           			GK Icons
--------------------------------------------------------------*/
/* GK Icons */
.gk-icons {
	float: left;
	width: 90%;
}
.gk-icon2 {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #fff;
	border: 2px solid #f5f5f5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	overflow: hidden;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	width: 50%;
}
.gk-icon2.animated {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.gk-icon2.loaded {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.gk-icon2 i {
	background: #3c99df;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #fff;
	display: block;
	font-size: 72px;
	height: 128px;
	line-height: 129px;
	margin: 72px auto;
	opacity: 1;
	filter: alpha(opacity=100);
	padding: 0;
	text-align: center;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	width: 128px;
}
.gk-icon2 i:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.gk-icon2 i.dark { background: #111; }

.gk-icon2 span {
	color: #444;
	display: block;
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	margin-top: -18px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	top: -32px;
}
/* GK Features */
.gk-features h2 {
	color: #111;
	font-size: 36px;
	font-weight: 400;
	margin: 56px 0;
	text-transform: uppercase;
}
.gk-features h3 {
	color: #111;
	font-size: 18px;
	font-weight: 500;
	padding: 10px 0 0 0;
}
/* Columns with big spaces */
body .gk-columns.big-spaces { 
	margin: 0 -110px;
	width: auto;
}
body .gk-columns.big-spaces > div {
	border-left: 1px solid #e6e6e6;
	padding: 0 110px;
}
body .gk-columns.big-spaces > div:first-child { border-left: none; }
body .gk-columns.big-spaces h3 {
	font-size: 26px;
	text-transform: uppercase;
}
.hosting + .gk-columns {
	border-top: 1px solid #E5E5E5;
	margin: 82px 0 0;
	padding: 52px 0 0
}
/*=============================================================================*/
#gk-breadcrumb-area {
    border-bottom: 1px solid #003b64;
}

.gk-breadcrumbs > a::before, .gk-breadcrumbs > span::before {
    color: #003b64;
}

/*=============================================================================*/

/**********************			FORMULARIO LOGIN		**********************/
#gk-popup-login .gk-register{
	padding-left:260px;	
}

.gk-register a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	-webkit-transition: color 0.2s ease-out;
	   -moz-transition: color 0.2s ease-out;
	    -ms-transition: color 0.2s ease-out;
	     -o-transition: color 0.2s ease-out;
	        transition: color 0.2s ease-out;
}

.gk-register a:hover{
	color: #003b64;
}

#gk-popup-login #loginform {
    background: transparent url("../../News/images/login.png") no-repeat scroll 4px 70px;
    padding-left: 160px;
}
/*=============================================================================*/
.page-landingpage header {
    padding: 10px 0 20px 0 !important;
}
/*-------------------------------------------------------------
           			Price Table 
--------------------------------------------------------------*/
/* Price Table */
.gk-price-table {
	padding: 0 0 80px;
	width: auto!important;
}
.gk-price-table::after,
#gk-header-bottom:after,
.gk-domain-search:after {
	clear: both;
	content: "";
	display: table;
}
.gk-price-table.col1 dl {
	width: 100%;
}
.gk-price-table.col2 dl {
	float: left;
	margin: 2%;
	width: 46%;
}
.gk-price-table.col2 {
	margin: 0 -2%;
}
.gk-price-table.col3 dl {
	float: left;
	margin: 0 1.5%;
	width: 30.333333%;
}
.gk-price-table.col3 {
	margin: 0 2.5%;
}
.gk-price-table.col4 dl {
	float: left;
	margin: 0 1%;
	width: 23%;
}
.gk-price-table.col5 dl {
	float: left;
	width: 20%;
}
.gk-price-table dl {
	background: #fff;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: -1px;
	overflow: hidden;
	padding: 0; 
}
.gk-price-table.gk-white dl {
	background: #f8f8f8;
}
.gk-price-table dt {
	color: #111;
	display: block;
	font-size: 32px;
	font-weight: 500;
	line-height: 44px;
	margin: 0;
	padding: 15px 0 20px 0;
	text-align: center;
	text-transform: uppercase;
}
.gk-price-table dt small {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 1.2;
	text-transform: uppercase;
}
.gk-price-table dd {
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
	margin: 0;
	padding: 0;
	text-align: center;
}
.gk-price-table dd strong { color: #444; }
.gk-price-table dd.gk-image {
	border-bottom: 1px solid #e5e5e5;
	margin: 0 0 36px 0;
	padding: 0;
}
.gk-price-table dd.gk-image img {
	display: block;
	height: auto !important;
	margin: 0;
	max-width: 100% !important;
}
.gk-price-table dd.gk-price {
	background: #f5f5f5;
	border-top: 1px solid #e5e5e5;
	margin: 36px 0 0 0;
	overflow: hidden;
	padding: 20px 25px;
}
.gk-price-table dd.gk-price > strong {
	color: #444;
	float: left;
	font-size: 30px;
	line-height: 38px;
}
.gk-price-table dd.gk-price > .btn {
	background: #111;
	float: right;
	font-weight: 500;
}
.gk-price-table dd.gk-price > .btn:active,
.gk-price-table dd.gk-price > .btn:focus,
.gk-price-table dd.gk-price > .btn:hover { background: #3c99df; }
.gk-price-table .gk-popular { position: relative; }
.gk-price-table .gk-popular:before {
	background: #9ec22a;
	color: #fff;
	content: "popular";
	display: block;
	font-size: 12px;
	font-weight: 600;
	height: 26px;
	line-height: 27px;
	position: absolute;
	right: -36px;
	text-align: center;
	text-transform: uppercase;
	top: 14px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 125px;
}
/* Col 4 */

.gk-price-table.col4 dd.gk-price { background: #fff; }
.gk-price-table.col4 dd.gk-price > strong { float: none }
.gk-price-table.col4 dd.gk-price > .btn {
	float: none;
	margin: 24px auto 0;
}
/* Color price table */
.gk-color-price-table.col1 dl {
	width: 84%;
}
.gk-color-price-table.col2 dl {
	float: left;
	width: 40%;
}
.gk-color-price-table.col3 dl {
	float: left;
	margin: 0 2%;
	width: 25%;
}
.gk-color-price-table.col4 dl {
	float: left;
	width: 25%;
}
.gk-color-price-table {
	margin: 0 auto;
	padding: 60px 0 118px 0;
	width: 88%;
}
.gk-color-price-table.col1 dl {
	margin: 0 3%;
	width: 94%;
}
.gk-color-price-table.col2 dl {
	float: left;
	margin: 0 3%;
	width: 44%;
}
.gk-color-price-table.col3 dl {
	float: left;
	margin: 0 3%;
	width: 27.333333%;
}
.gk-color-price-table.col4 dl {
	float: left;
	margin: 0 2%;
	width: 21%;
}
.gk-color-price-table dl {
	background: #3c99df;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
}
.gk-color-price-table dt {
	border-bottom: 1px solid #74b3e2;
	color: #fff;
	font-size: 36px;
	font-weight: 400;
	line-height: 72px;
	margin: -8px -20px 32px -20px;
	text-align: center;
	text-transform: uppercase;
}
.gk-color-price-table dd {
	color: #c7e7ff;
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
	margin: 0;
	padding: 0;
	text-align: center;
}
.gk-color-price-table .gk-price {
	color: #fff;
	font-size: 36px;
	font-weight: 600;
	margin: 0 0 40px 0;
}
.gk-color-price-table .gk-price > span {
	color: #c7e7ff;
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 32px;
	text-align: center;
}
.gk-color-price-table .gk-price > small {
	color: #c7e7ff;
	font-size: 18px;
	font-weight: 400;
	position: relative;
	top: 4px;
}
.gk-color-price-table .gk-link {
	margin: 0 0 -65px 0;
}
.gk-color-price-table .gk-link a {
	background: #fff;
	border: 5px solid #7ec0f2;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #3c99df;
	display: block;
	font-size: 16px;
	font-weight: 500;
	height: 96px;
	line-height: 97px;
	margin: 20px auto 0 auto;
	text-align: center;
	text-transform: uppercase;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	width: 96px;
}
.gk-color-price-table .gk-link a.loaded {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.gk-color-price-table .gk-link a:active,
.gk-color-price-table .gk-link a:focus,
.gk-color-price-table .gk-link a:hover {
	background: #7ec0f2;
	color: #fff;	
}
.gk-color-price-table dl.gk-color {
	background: #9ec22a;
}
.gk-color-price-table .gk-color dt {
	border-bottom: 1px solid #b6d25a;
}
.gk-color-price-table .gk-color dd {
	color: #e3f5a9;
}
.gk-color-price-table .gk-color .gk-price {
	color: #fff;
}
.gk-color-price-table .gk-color .gk-price > span {
	color: #e3f5a9;
}
.gk-color-price-table .gk-color .gk-price > small {
	color: #e3f5a9;
}
.gk-color-price-table .gk-color .gk-link a {
	border: 5px solid #bedf54;
	color: #9ec22a;
}
.gk-color-price-table .gk-color .gk-link a:active,
.gk-color-price-table .gk-color .gk-link a:focus,
.gk-color-price-table .gk-color .gk-link a:hover {
	background: #bedf54;
	color: #fff;	
}
.gk-color-price-table dl.gk-premium {
	background: #111;
}
.gk-color-price-table.col2 dl.gk-premium {
	margin: -32px 1.5% 0 1.5%;
	width: 47%;
}
.gk-color-price-table.col3 dl.gk-premium {
	margin: -32px 1.5% 0 1.5%;
	width: 30.333333%;
}
.gk-color-price-table.col4 dl.gk-premium {
	margin: -32px 1% 0 1%;
	width: 23%;
}
.gk-color-price-table .gk-premium dt {
	border-bottom: 1px solid #373737;
	font-size: 41px;
	line-height: 83px;
	margin: -8px -20px 48px -20px;
}
.gk-color-price-table .gk-premium dd {
	color: #adadad;
	font-size: 18px;
	line-height: 30px;
}
.gk-color-price-table .gk-premium .gk-price {
	color: #fff;
	font-size: 41px;
}
.gk-color-price-table .gk-premium .gk-price > span {
	color: #adadad;
	font-size: 16px;
}
.gk-color-price-table .gk-premium .gk-price > small {
	color: #adadad;
	font-size: 21px;
}
.gk-color-price-table .gk-premium .gk-link a {
	border: 5px solid #757575;
	color: #111;
	margin: 32px auto 0 auto;
}
.gk-color-price-table .gk-premium .gk-link a:active,
.gk-color-price-table .gk-premium .gk-link a:focus,
.gk-color-price-table .gk-premium .gk-link a:hover {
	background: #757575;
	color: #fff;	
}
.gk-price-table:after,
.gk-color-price-table:after {
	clear: both;
	content: "";
	display: table;
}
/* GK Details & GK Frame */
.gk-details {
	color: #bbb;
	display: block;
	font-size: 12px;
	line-height: 1.4;
	padding: 20px 0;
}
.gk-frame {
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
	padding: 24px 32px;
}
.gk-frame > h4 {
	color: #444;
	float: left;
	font-size: 14px;
	font-weight: 500;
	margin: 2px 0 0 0;
	max-width: 70%;
	text-transform: uppercase;
}
.gk-frame > p {
	clear: left;
	color: #bbb;
	float: left;
	font-size: 12px;
	margin: 3px 0 0 0;
	max-width: 70%;
}
.gk-frame .btn {
	background: #9ec22a;
	float: right;
	font-weight: 500;
	margin: 0;
	max-width: 28%;
}
.gk-frame .btn:active,
.gk-frame .btn:focus,
.gk-frame .btn:hover { background: #111; }
/* Disclaimer */
.gk-disclaimer {
	color: #999;
	font-size: 15px;
	font-weight: 300;
	text-align: center;
}
.gk-disclaimer strong {
	color: #fec54c;
	font-size: 25px;
	font-weight: 600;
	margin: 0 10px 0 0;
	vertical-align: middle;
}
/*-------------------------------------------------------------
					Content element
--------------------------------------------------------------*/
/* Content element */
.gk-content-image {
	float: left;
	height: auto;
	width: 40%;
}
.gk-content-img  { width: 100%; }
.gk-content-image + .gk-content-img {
	float: right;
	padding: 0 0 0 10px;
	width: 60%;
}
.gk-content-image + .gk-content-img div{
	background: rgba(255, 255, 255, 0.33) none repeat scroll 0% 0%;
	border: 1px solid rgb(229, 229, 229);
}
.gk-content-img  p {
	color: #000;
	font-size: 16px;
	margin: 20px;
}
.gk-content-list {
	clear: both;
	margin: 0 -0.99% !important;
	padding: 0px;
	width: 100%;
	font-size: 18px;
}
.gk-content-list li {
	border: none!important;
	float: left;
	padding: 0!important;
}
.gk-content-list[data-cols="1"] li { width: 100%; }
.gk-content-list[data-cols="2"] li {
	margin: 0 1%;
	width: 48%;
	margin-top: 12px;
}
.gk-content-list[data-cols="3"] li {
	margin: 0 1%;
	width: 31.333333%;
	margin-top: 12px;
}
.gk-content-list[data-cols="4"] li {
	margin: 0 1%;
	width: 23%;
	margin-top: 12px;
}
.gk-content-list li a {
	/*background: #fff;*/
	border: 1px solid #e5e5e5;
	color: #000;
	display: block;
	font-weight: bold;
	height: 50px;
	line-height: 50px!important;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}
.gk-content-list a:active,
.gk-content-list a:focus,
.gk-content-list a:hover { background: rgba(242, 244, 245, 0.44);}
/*-------------------------------------------------------------
           			GK Darbar
--------------------------------------------------------------*/
/* Suffix darkbar */
.darkbar .gk-nsp-art {
	position: relative;
}
.darkbar img,
.darkbar .gk-image-link,
.darkbar .gk-nsp-image-wrap {
	display: block;
	height: auto;
	width: 100%;
}
.darkbar .gk-nsp-image-wrap {
	overflow: hidden;
}
.darkbar .gk-nsp-arts-scroll,
.darkbar .gk-nsp-links-scroll { overflow: visible; }
.darkbar .gk-nsp-art { position: relative; }
.darkbar .gk-nsp-header {
	background: -moz-linear-gradient(top, rgba(12,19,31,0) 0%, rgba(12,19,31,1) 86%, rgba(12,19,31,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(12,19,31,0)), color-stop(86%, rgba(12,19,31,1)), color-stop(100%, rgba(12,19,31,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(12,19,31,0) 0%, rgba(12,19,31,1) 86%, rgba(12,19,31,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(12,19,31,0) 0%, rgba(12,19,31,1) 86%, rgba(12,19,31,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(12,19,31,0) 0%, rgba(12,19,31,1) 86%, rgba(12,19,31,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(12,19,31,0) 0%, rgba(12,19,31,1) 86%, rgba(12,19,31,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000c131f', endColorstr='#0c131f', GradientType=0 ); /* IE6-9 */
	bottom: 0;
	font-size: 16px;
	font-weight: 700;
	left: 0;
	padding: 32px 80px;
	position: absolute;
	z-index: 2;
}
.darkbar li h4 {
	clear: both;
	margin: 0 0 20px !important;
	text-transform: uppercase;
}
.darkbar .gk-nsp-header { 
	text-transform: uppercase;
	width: 100%; 
}
.darkbar .gk-nsp-header a,
.darkbar li h4 a { color: #fff !important; }
.darkbar .gk-nsp-header a:active,
.darkbar .gk-nsp-header a:focus,
.darkbar .gk-nsp-header a:hover,
.darkbar li h4 a:active,
.darkbar li h4 a:focus,
.darkbar li h4 a:hover { color: #fa7252 !important; }
.darkbar .gk-nsp-list:first-child > li > a,
.darkbar .gk-nsp-list:first-child > li > div {
	position: relative;
	z-index: 1;
}
.darkbar .gk-nsp-list > li:first-child { position: relative; }
.darkbar .gk-nsp-list > li:first-child:after {
	background: rgba(12, 19, 31, .6);
	content: "";
	height: 2000px;
	left: 0%;
	position: absolute;
	top: -500px;
	width: 100%;
	z-index: 0;
}
.darkbar .gk-nsp-links { 
	overflow: visible;
	padding: 0; 
}
.darkbar .gk-nsp-list > li,
.darkbar .gk-nsp-arts + .gk-nsp-links { 
	border-top: 0;
	margin: 0;
	padding: 0!important; 
}
.darkbar .gk-nsp-list > li > .gk-nsp-link-content-wrap { 
	clear: both;
	padding: 37px 38px 38px;
}
.darkbar ul li p {
	color: #fff;
	font-size: 12px;
}
.darkbar .gk-nsp-links .readon:active,
.darkbar .gk-nsp-links .readon:focus,
.darkbar .gk-nsp-links .readon:hover {
	color: #fff;
}
.darkbar .gk-nsp-list li {
	width: 50%;
}
.darkbar .gk-nsp-list li:nth-child(odd) {
	float: left;
}
.darkbar .gk-nsp-list li:nth-child(even) {
	float: right;
}
.darkbar .gk-nsp-image-wrap > a {
	display: block;
}
.gk-nsp.left .gk-nsp-arts {
	float: left;
	width: 50%;
}
.gk-nsp.left .gk-nsp-links {
	clear: none;
	float: right;
	width: 50%;
}
