/*
#------------------------------------------------------------------------
# Creative - July Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2012 Gavick.com. All Rights Reserved.
# License:  Copyrighted Commercial Software
# Website:  http://www.gavick.com
# Support:  support@gavick.com
*/

/* basic elements */
b, strong {
	font-weight: 600;
}

.k2box > ul,
.k2box > ul ul {
	list-style-type: disc;
	padding-left: 20px;
}

.k2box > ol,
.k2box > ol ol {
	list-style-type: decimal;
	padding-left: 20px;
}

.k2box > ul li,
.k2box > ul ul li,
.k2box > ol li ,
.k2box > ol ol li {
	list-style-position: outside;
	padding-left: 0;
}

/* headings */

p.gkHeadline {
	margin: 5px 0 0 !important;
	text-align: center;
	font: normal 2em/1.9 "Lucida Grande", Tahoma;
	color: #222;
}
p.gkSubHeadline {
	margin: 0 0 24px !important;
	letter-spacing: 0.3em;
	text-align: center;
	text-transform: uppercase;
	font: lighter 0.75em/1em "Lucida Grande", Tahoma;
	color: #666;
}
p.gkSmallHeadline {
	margin: 1em 0 !important;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	color: #bbb;
}
p.gkLargeHeadline {
	margin: 0 !important;
	padding: 0px 0px 6px 0px;
	letter-spacing: -2px;
	font: normal 44px/38px Arial, Helvetica, sans-serif;
	color: #444;
}
/*icons*/

.gkfile1,
.gkfile2,
.gksearch,
.gkzoomminus,
.gkzoomplus,
.gkerror,
.gktick,
.gkbook,
.gkmap,
.gktag,
.gkstats,
.gkstar,
.gkribbon,
.gknav,
.gkgraph,
.gkflash,
.gklocation,
.gklocationminus,
.gklocationplus,
.gkbulb {
	min-height: 38px !important;
	padding: 0 0 2px 62px !important;
	background-repeat: no-repeat !important;
	background-position: 0 8px !important;
}
/*blocks*/

p.gkInfo1,
p.gkTips1,
p.gkWarning1 {
	padding: 10px 10px 12px 80px;
	min-height: 38px;
	line-height: 22px;
	font-size: 16px;
}
/*highlight*/

.gkHighlight1,
.gkHighlight2,
.gkHighlight3,
.gkHighlight4 {
	padding: 1px 5px;
	text-shadow: none;
	cursor: default;
}
.gkHighlight1:hover {
	background: #fff;
}
.gkHighlight2:hover {
	background: #212121;
	color: #fff;
}
.gkHighlight3:hover {
	background: #737373;
	color: #fff;
}
.gkHighlight4:hover {
	background: #eee;
	color: #212121;
}
/*code */

pre,
.gkCode1,
.gkCode2,
.gkCode3 {
	margin: 10px 0 15px !important;
	padding: 10px 15px !important;
	font: normal 0.92em/18px 'Curier New', monospace !important;
}
pre,
.gkCode1,
.gkCode2 {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.gkCode3 {
	padding-left: 82px !important;
}
.gkCode3 h4 {
	width: 35px;
	position: relative;
	top: 0;
	margin: 0 0 0 -64px !important;
	padding: 2px 5px 0;
	font-size: 13px;
}
pre:hover,
.gkCode1:hover {
	background: #fff;
}
div.gkCode2:hover,
div.gkCode3:hover {
	color: #000;
}
/* lists */

ol {
	margin: 2em 0;
	padding: 0;
	list-style-position: inside;
}
ol.gkDec {
	list-style-type: decimal;
}
ol.gkRoman {
	list-style-type: upper-roman;
}
ol.gkAlpha {
	list-style-type: lower-alpha;
}
ol.gkDecimalLeadingZero {
	list-style-type: decimal-leading-zero;
}
/* unordered lists */

ul.gkBullet1,
ul.gkBullet2,
ul.gkBullet3,
ul.gkBullet4,
ul.gkCircle1,
ul.gkCircle2,
ul.gkSquare1,
ul.gkSquare2,
ul.gkSquare3 {
	margin: 2em 0;
	padding: 0;
}
ul li {
	list-style-position: outside;
}
ul.gkBullet1 li,
ul.gkBullet2 li,
ul.gkBullet3 li,
ul.gkBullet4 li,
ul.gkCircle1 li,
ul.gkCircle2 li,
ul.gkSquare1 li,
ul.gkSquare2 li {
	margin: 0 !important;
	padding: 2px 0 2px 28px;
	line-height: 1.8em !important;
	list-style: none;
	overflow: inherit;
}
/* Definition lists */

dl.gkDef1 dt,
dl.gkDef2 dt,
dl.gkDef3 dt {
	margin: 10px 0 5px 0;
}
dl.gkDef1 dd,
dl.gkDef2 dd,
dl.gkDef3 dd {
	padding: 10px;
}
dl.gkDef2 dt {
	text-decoration: underline;
}
dl.gkDef3 dt {
	margin-top: 10px;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	font: lighter 1.1em/1.2em "Lucida Grande", Tahoma;
	font-variant: normal;
	color: #666666;
}
/* acronyms and abbrs */

acronym,
abbr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
acronym:hover,
abbr:hover {
	border-bottom-style: solid;
	cursor: pointer;
}
/* Legends */

div.gkLegend1 h4,
div.gkLegend2 h4,
div.gkLegend3 h4,
div.gkLegend4 h4 {
	float: left;
	position: relative;
	top: -18px;
	left: 11px;
	margin: 0 0 -9px !important;
	padding: 0 10px;
	line-height: 18px;
	font-weight: 300;
	background: #fff;
	text-shadow: none;
}
div.gkLegend1,
div.gkLegend2,
div.gkLegend3,
div.gkLegend4 {
	margin: 25px 0;
	padding: 6px;
}
div.gkLegend1 p,
div.gkLegend2 p,
div.gkLegend3 p,
div.gkLegend4 p {
	margin: 7px;
	clear: both;
}
/* Dropcaps */

span.gkDropcap1,
span.gkDropcap2,
span.gkDropcap3 {
	display: block;
	float: left;
	line-height: 1.0em;
	font-size: 5.0em;
	color: #333;
}
span.gkDropcap1 {
	height: 61px;
	margin: -4px 5px -3px 0;
}
p.gkDropcap2 {
	padding: 0 0 0 50px;
}
span.gkDropcap2 {
	height: 61px;
	margin: -4px 0 0 -50px;
}
p.gkDropcap2 {
	padding-left: 50px;
}
p.gkDropcap3 {
	margin-top: 32px;
}
span.gkDropcap3 {
	height: 61px;
	margin: -32px 5px 0 0;
}
/* Blockquotes */

blockquote {
	margin: 20px 0;
	font-style: italic;
}
blockquote div {
	display: block;
}
blockquote div.gkBlockquote1 div,
blockquote div.gkBlockquote2 div {
	padding: 0 24px;
}
blockquote div.gkBlockquote3 {
	padding-bottom: 1px;
}
blockquote div.gkBlockquote3 div {
	padding: 5px 48px 0;
}
blockquote div.gkBlockquote4 div {
	padding: 0 48px;
}
/* Floated blocks */

.gkBlockTextLeft,
.gkBlockTextRight,
.gkBlockTextCenter {
	display: block;
	font-size: 16px;
	font-style: italic;
	line-height: 150%;
	padding: 30px;
	width: 38%;
}
.gkBlockTextLeft {
	float: left;
	text-align: left;
}
.gkBlockTextRight {
	float: right;
	text-align: right;
}
.gkBlockTextCenter {
	margin: 0 auto;
	text-align: center;
}
/* numBlocks*/

p.numblocks {
	position: relative;
	min-height: 62px;
	margin: 30px 0;
	padding: 0 0 0 92px !important;
}
p.numblocks span {
	position: absolute;
	top: 4px;
	left: 0;
	height: 42px;
	width: 52px;
	color: #fff;
	display: block;
	font-size: 32px;
	line-height: 1;
	text-align: center;
	font-weight: 400;
	padding: 0 12px 0 0;
}
p.num-1 span {
	border-right: 2px solid #7fb3ef;
	color: #7fb3ef;
}
p.num-2 span {
	border-right: 2px solid #ef7f7f;
	color: #ef7f7f;
}
p.num-3 span {
	border-right: 2px solid #212121;
	color: #212121;
}
p.numblocks span.highlight {
	font-size: 15px;
	position: static;
	width: auto;
	display: inline;
	border-right: none;
}
/* Blocks*/

.gkblock-1,
.gkblock-2,
.gkblock-3,
.gkblock-4,
.gkblock-5,
.gkblock-6,
.gkblock-7,
.gkblock-8,
.gkblock-9 {
	margin: 20px 0;
	padding: 15px 20px;
}
/* Blocks*/

.bubble-1,
.bubble-2,
.bubble-3 {
	position: relative;
	margin: 20px 0 40px;
	padding: 15px 20px;
}
.bubble-1 cite,
.bubble-2 cite,
.bubble-3 cite {
	height: 25px;
	position: absolute;
	bottom: -25px;
	display: block;
	left: 26px;
	font-size: 12px;
	font-weight: bold;
	line-height: 32px;
	padding-left: 32px;
	background: url("../../images/style1/typography/buble_arrow.png") no-repeat 0 0;
}
/*blockquote*/

blockquote div.gkBlockquote1 {
	background: url("../../images/style1/typography/open1.png") no-repeat left bottom;
}
blockquote div.gkBlockquote1 div {
	background: url("../../images/style1/typography/close1.png") no-repeat right top;
}
blockquote div.gkBlockquote2 {
	background: url("../../images/style1/typography/open1.png") no-repeat left top;
}
blockquote div.gkBlockquote2 div {
	background: url("../../images/style1/typography/close1.png") no-repeat right top;
}
blockquote div.gkBlockquote3 {
	background: url("../../images/style1/typography/open2.png") no-repeat left bottom;
}
blockquote div.gkBlockquote3 div {
	background: url("../../images/style1/typography/close2.png") no-repeat right top;
}
blockquote div.gkBlockquote4 {
	background: url("../../images/style1/typography/open2.png") no-repeat left top;
}
blockquote div.gkBlockquote4 div {
	background: url("../../images/style1/typography/close2.png") no-repeat right top;
}
/*tables*/

.gkTable {
	border-collapse: collapse;
	font-style: normal;
}
.gkTable thead {
	padding: 5px 10px;
	text-align: left;
	font: normal 19px/32px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.gkTable td {
	padding: 10px;
}
.gkTable tfoot {
	margin-bottom: 10px;
	margin-top: 0px;
	padding: 0px;
	text-align: right;
	font-size: 0.8em;
	font-style: italic;
}
.gkTable2 {
	border-collapse: collapse;
	font-style: normal;
}
.gkTable2 thead {
	text-align: left;
	font: normal 20px/32px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding: 5px 10px;
}
.gkTable2 td {
	padding: 10px;
}
.gkTable2 tfoot {
	margin-bottom: 10px;
	margin-top: 0px;
	padding: 0px;
	text-align: right;
	font-size: 0.8em;
	font-style: italic;
}
/*tooltips*/

.gkTooltip {
	position: relative;
	outline: none;
	cursor: help;
	text-decoration: none;
	color: #000;
	text-shadow: none;
}
.gkTooltip span {
	position: absolute;
	margin-left: -999em;
	font-size: 11px;
	line-height: 16px;
}
.gkTooltip:hover span {
	position: absolute;
	left: 0.5em;
	top: 1em;
	z-index: 99;
	width: 250px;
	margin-left: 0;
}
.gkTooltip:hover em {
	display: block;
	padding: 0;
	font-size: 16px;
	line-height: 30px;
	text-decoration: none !important;
	text-shadow: none;
	font-style: normal !important;
}
.classicTooltip {
	padding: 0.6em 0.8em;
	text-shadow: none;
}
.customTooltip {
	padding: 0.6em 0.8em;
	text-shadow: none;
}
/**

 *

 * colors

 *

 * --------------------------------------------------------------------------------------------------------

 *

 *

 *

 **/

pre,
.gkCode1,
.gkCode2 {
	padding-left: 32px;
	border: 1px solid #EAE8CC;
	border-left: 4px solid #ef7f7f;
	background: #FFFEF4;
	color: #333;
}
.gkCode2 {
	background: #fff;
	border: 1px solid #eee;
	border-left: 4px solid #7fb3ef;
}
.gkCode3 {
	border: 1px solid #eee;
	background: #fff;
}
.gkCode3 h4 {
	background: #7fb3ef;
	color: #fff;
	text-align: center;
	text-shadow: none;
}
/* Warning message */

p.gkInfo1 {
	background: #7fb3ef url("../../images/style1/typography/info.png") no-repeat 16px 8px;
	color: #fff
}
p.gkTips1 {
	background: #FFFEF4 url("../../images/style1/typography/tips.png") no-repeat 16px 8px;
	border: 1px solid #EAE8CC;
	color: #333;
}
p.gkWarning1 {
	background: #ef7f7f url("../../images/style1/typography/warning.png") no-repeat 16px 8px;
	color: #fff;
}
/* Legends */

div.gkLegend1 {
	border: 1px solid #e5e5e5;
}
div.gkLegend2 {
	border: 1px solid #7fb3ef;
}
div.gkLegend3 {
	border: 1px solid #212121;
}
div.gkLegend4 {
	border: 4px double #e5e5e5;
}
div.gkLegend1 h4 {
	background: #fff;
	color: #333;
}
div.gkLegend2 h4 {
	background: #fff;
	color: #7fb3ef;
}
div.gkLegend3 h4 {
	background: #fff;
	color: #212121;
}
.gkHighlight1 {
	background: #ffd;
}
.gkHighlight2 {
	background: #ef7f7f;
	color: #fff;
}
.gkHighlight3 {
	background: #212121;
	color: #fff;
}
.gkHighlight4 {
	background: #7fb3ef;
	color: #fff;
}
/* Blocks */

.gkblock-1 {
	border: 1px dashed #ef7f7f;
}
.gkblock-2 {
	border: 1px dashed #7fb3ef;
}
.gkblock-3 {
	border: 1px dashed #d5d5d5;
}
.gkblock-4 {
	border: 3px solid #ef7f7f;
	background: #fff;
}
.gkblock-5 {
	border: 3px solid #7fb3ef;
	background: #fff;
}
.gkblock-6 {
	border: 1px solid #EAE8CC;
	background: #FFFEF4;
}
.gkblock-7 {
	background: #ef7f7f;
	color: #fff !important;
}
.gkblock-8 {
	background: #7fb3ef;
	color: #fff !important;
}
.gkblock-9 {
	background: #f8f8f8;
}
/* Bubbles */

.bubble-1 {
	border: 3px solid #e5e5e5;
}
.bubble-2 {
	border: 3px solid #7fb3ef;
}
.bubble-3 {
	border: 3px solid #EF7F7F;
}
.bubble-2 cite {
	background-position: 0 -35px;
	color: #7fb3ef;
}
.bubble-3 cite {
	background-position: 0 -70px;
	color: #EF7F7F;
}
/* list */

ul.gkBullet1 li {
	background: url("../../images/style1/typography/bullet1.png") no-repeat 0 8px !important;
}
ul.gkBullet2 li {
	background: url("../../images/style1/typography/bullet2.png") no-repeat 0 8px !important;
}
ul.gkBullet3 li {
	background: url("../../images/style1/typography/bullet3.png") no-repeat 0 7px !important;
}
ul.gkBullet4 li {
	background: url("../../images/style1/typography/bullet4.png") no-repeat 0 7px !important;
}
ul.gkCircle1 li {
	background: url("../../images/style1/typography/bullet-circle1.png") no-repeat 0 7px !important;
}
ul.gkCircle2 li {
	background: url("../../images/style1/typography/bullet-circle2.png") no-repeat 0 7px !important;
}
ul.gkSquare1 li {
	background: url("../../images/style1/typography/bullet-square1.png") no-repeat 0 8px !important;
}
ul.gkSquare2 li {
	background: url("../../images/style1/typography/bullet-square2.png") no-repeat 0 8px !important;
}
.gkBlockTextLeft,
.gkBlockTextRight,
.gkBlockTextCenter {
	color: #212121;
}
span.classicTooltip {
	background-color: #ffffdd;
	color: #656565;
}
span.criticalTooltip {
	background: #cb260a;
	color: #fff;
}
span.helpTooltip {
	background: #333;
	color: #fff;
}
span.infoTooltip {
	background: #FFFEF4;
	color: #333;
	border: 1px solid #EAE8CC;
}
span.warningTooltip {
	background: #fff;
	color: #F93B3B;
	border: 1px solid #fff;
}
/* demo */

.gkBannerHeader {
	color: #222;
	font-size: 36px;
	font-weight: 300;
	line-height: 36px;
	text-align: center;
}
.gkBannerHeader small {
	clear: both;
	color: #a5a5a5;
	display: block;
	font-size: 14px;
	font-style: italic;
	font-weight: 300;
}
.gkBannerCentered {
	display: block;
	margin: 0 auto;
}
.gkBannerWithButton {
	background: #f9f9f9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	color: #222;
	font-size: 28px;
	font-weight: 300;
	line-height: 101px;
	padding: 0 64px;
}
.gkBannerWithButton a {
	background: #7fb3ef;
	border: 5px solid #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	color: #fff;
	display: inline-block;
	float: right;
	font-weight: 400;
	height: 56px;
	line-height: 57px;
	margin-top: 18px;
	padding: 0 40px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.31);
	-webkit-transition: background-color .3s ease-out;
	-moz-transition: background-color .3s ease-out;
	-ms-transition: background-color .3s ease-out;
	-o-transition: background-color .3s ease-out;
	transition: background-color .3s ease-out;
}
.gkBannerWithButton a:active,
.gkBannerWithButton a:focus,
.gkBannerWithButton a:hover {
	background: #ef7f7f
}
.gkTestimonial {
	background: transparent url("../../images/testimonial_bg.png") no-repeat 0 0;
	overflow: hidden;
	padding: 0 0 0 70px;
}
.gkTestimonial p {
	color: #a5a5a5;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	line-height: 24px;
	margin-bottom: 0.5em;
}
.gkTestimonial cite {
	color: #222;
	float: right;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 1.0em;
}
.gkFeature {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 20px 0 30px 0;
	padding: 0 45px 0 0;
	width: 32%;
}
.gkFeature + .gkFeature {
	border-left: 1px solid #e5e5e5;
	padding: 0 45px;
	width: 36%;
}
.gkFeature + .gkFeature + .gkFeature {
	border-left: 1px solid #e5e5e5;
	padding: 0 0 0 45px;
	width: 32%;
}
.gkFeature h2 {
	color: #222;
	font-size: 24px;
	font-weight: 500;
	margin: 30px 0 5px 0;
	text-align: center;
}
.gkFeature small {
	color: #a5a5a5;
	display: block;
	font-size: 14px;
	font-style: italic;
	font-weight: 100;
	line-height: 17px;
	text-align: center;
}
.gkCrop,
.gkHTML5,
.gkResponsiveDesign {
	background: transparent url("../../images/features_icons.png") no-repeat 0 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	display: block;
	height: 137px;
	overflow: hidden;
	text-indent: -9999px;
	width: 100%;
}
.gkCrop {
	-webkit-animation-name: cropanim;
	-webkit-animation-duration: 6s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-name: cropanim;
	-moz-animation-duration: 6s;
	-moz-animation-iteration-count: infinite;
	animation-name: cropanim;
	animation-duration: 6s;
	animation-iteration-count: infinite;
	background-position: center 0;
	background-color: #7fb3ef;
}
.gkHTML5 {
	-webkit-animation-name: html5anim;
	-webkit-animation-duration: 6s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-name: html5anim;
	-moz-animation-duration: 6s;
	-moz-animation-iteration-count: infinite;
	animation-name: html5anim;
	animation-duration: 6s;
	animation-iteration-count: infinite;
	background-position: center -137px;
	background-color: #ef7f7f;
}
.gkResponsiveDesign {
	-webkit-animation-name: responsiveanim;
	-webkit-animation-duration: 6s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-name: responsiveanim;
	-moz-animation-duration: 6s;
	-moz-animation-iteration-count: infinite;
	animation-name: responsiveanim;
	animation-duration: 6s;
	animation-iteration-count: infinite;
	background-position: center -274px;
	background-color: #a77fef;
}
@-webkit-keyframes cropanim {
	0%, 100% { background-color: #7fb3ef; }
	33% { background-color: #ef7f7f; }
	66% { background-color: #a77fef; }
}
@-webkit-keyframes html5anim {
	0%, 100% { background-color: #ef7f7f; }
	33% { background-color: #a77fef; }
	66% { background-color: #7fb3ef; }
}
@-webkit-keyframes responsiveanim {
	0%, 100% { background-color: #a77fef; }
	33% { background-color: #7fb3ef; }
	66% { background-color: #ef7f7f; }
}
@-moz-keyframes cropanim {
	0%, 100% { background-color: #7fb3ef; }
	33% { background-color: #ef7f7f; }
	66% { background-color: #a77fef; }
}
@-moz-keyframes html5anim {
	0%, 100% { background-color: #ef7f7f; }
	33% { background-color: #a77fef; }
	66% { background-color: #7fb3ef; }
}
@-moz-keyframes responsiveanim {
	0%, 100% { background-color: #a77fef; }
	33% { background-color: #7fb3ef; }
	66% { background-color: #ef7f7f; }
}
@keyframes cropanim {
	0%, 100% { background-color: #7fb3ef; }
	33% { background-color: #ef7f7f; }
	66% { background-color: #a77fef; }
}
@keyframes html5anim {
	0%, 100% { background-color: #ef7f7f; }
	33% { background-color: #a77fef; }
	66% { background-color: #7fb3ef; }
}
@keyframes responsiveanim {
	0%, 100% { background-color: #a77fef; }
	33% { background-color: #7fb3ef; }
	66% { background-color: #ef7f7f; }
}
/* price table */
.gkPriceTable {
	clear: both;
	padding: 32px 0!important;
}
.gkPriceTable:after {
	clear: both;
	content: "";
	display: table;
}
.gkPriceTable dl {
	color: #3d3d3d;
	float: left;
	font-size: 14px;
	text-align: center;
}
.gkPriceTable.col1 dl { width: 100%; }
.gkPriceTable.col2 dl { width: 50%; }
.gkPriceTable.col3 dl { width: 33.3%; }
.gkPriceTable.col4 dl { width: 25%; }
.gkPriceTable.col5 dl { width: 20%; }

.gkPriceTable dl.extra {
	background: #fafafa;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	margin: -20px;
	position: relative;
	z-index: 1;
}

.gkPriceTable dt {
	background: #3d3d3d;
	color: #fff;
	font-size: 30px;
	font-weight: 500;
	line-height: 65px;
}

.gkPriceTable .blue dt {
	background: #7fb3ef;
}

.gkPriceTable dl.extra dt {
	background: #ef7f7f;	
	height: 72px;
	line-height: 72px;
}

.gkPriceTable dd.price {
	background: #fafafa;
	font-size: 83px;
	font-weight: 700;
	height: 138px;
	line-height: 138px;
}

.gkPriceTable dl.extra dd.price {
	background: #fff;
	font-size: 96px;
	height: 150px;
	line-height: 150px;
}

.gkPriceTable dd.price sup {
	font-size: 48px;
	padding-right: 5px;
}

.gkPriceTable dl.extra dd.price sup {
	font-size: 59px;
}

.gkPriceTable dd.price small {
	display: block;
	font-size: 14px;
	font-weight: 400;
	margin-left: 50px;
	margin-top: -92px;
}

.gkPriceTable dl.extra dd.price small {
	margin-left: 72px;
	margin-top: -100px;
}

.gkPriceTable dd {
	border: 1px solid #e5e5e5;
	border-top: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 46px;
}

.gkPriceTable dl + dl dd {
	border-left: none;
}

.gkPriceTable dl + dl.extra dd {
	border-left: 1px solid #e5e5e5;
} 

.gkPriceTable dl.extra dd {
	line-height: 56px;
}

.gkPriceTable .button {
	background: #3d3d3d;
	border: 4px solid #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
	height: 36px;
	line-height: 37px;
	margin: 10px 0;
	padding: 0 15px;
	text-transform: uppercase;
	-webkit-transition: background-color .3s ease-out;
	-moz-transition: background-color .3s ease-out;
	-ms-transition: background-color .3s ease-out;
	-o-transition: background-color .3s ease-out;
	transition: background-color .3s ease-out;
}

.gkPriceTable .button:hover {
	background: #7fb3ef;
}

.gkPriceTable .blue .button {
	background: #7fb3ef;
}

.gkPriceTable .blue .button:hover {
	background: #3d3d3d;
}

.gkPriceTable .extra .button {
	background: #ef7f7f;
}

.gkPriceTable .extra .button:hover {
	background: #3d3d3d;
}

/* clients */
.gkClients {
	overflow: hidden;
}

.gkClients a {
	border-left: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	display: block;
	float: left;
	margin: -1px 0 0 -1px;
	padding: 16px 0;
	position: relative;
	
}

.gkClients a img {
	opacity: 0.8;
	-webkit-transition: opacity .3s ease-out;
	-moz-transition: opacity .3s ease-out;
	-ms-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
}

.gkClients a:hover img {
	opacity: 1;
}

.gkClients a:before {
	background: #fff;
	content: "";
	display: block;
	height: 53px;
	left: 100%;
	margin: -27px 0 0 -27px;
	position: absolute;
	top: 100%;
	width: 53px;
	z-index: 1;
}
/* address block */
.withAside {
	float: left;
	width: 60%;
}
.withAside + div {
	float: right;
	width: 40%;
}
.withAside p,
.withAside + div p,
.custom h3.header + p {
	font-size: 11px;
	margin: 0 0 6px 0;
}
.custom h3.header {
	clear: both;
	margin: 0;
}

/* social icons */
.gkIconFacebook,
.gkIconTwitter,
.gkIconGplus,
.gkIconRSS,
.gkIconDribbble,
.gkIconVimeo {
	background: url('../../images/style1/social_icons.png') no-repeat 0 0;
	display: block;
	float: left;
	height: 29px;
	margin-right: 12px;
	opacity: 0.3;
	text-indent: -9999px;
	-webkit-transition: opacity .3s ease-out;
	-moz-transition: opacity .3s ease-out;
	-ms-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;	
	width: 29px;
}

.gkIconFacebook {
	background-position: -5px 0;
}
.gkIconTwitter {
	background-position: -45px 0;
}
.gkIconGplus {
	background-position: -85px 0;
}
.gkIconRSS {
	background-position: -123px 0;
}
.gkIconDribbble {
	background-position: -163px 0;
}
.gkIconVimeo {
	background-position: -203px 0;
}

.gkIconFacebook:hover,
.gkIconTwitter:hover,
.gkIconGplus:hover,
.gkIconRSS:hover,
.gkIconDribbble:hover,
.gkIconVimeo:hover {
	opacity: 1.0;
}

/* demo */
ul#demo-typography {
	background: transparent;
	overflow: hidden;
	padding: 10px 30px 30px 30px;
}

ul#demo-typography li {
	list-style-position: none;
	list-style-type: disc;
	line-height: 24px;
	width: 23.9%;
	float: left;
	color: #cb260a;
	font-size: 11px;
}

ul#demo-typography li a {
	font-size: 11px;
	text-shadow: 2px 2px 0 #fff;
}

.demo-typoDiv {
	clear: both;
	overflow: hidden;
	margin: 0 0 30px;
}

h4.demo-typo {
	font-size: 24px;
	font-weight: 300;
	color: #212121;
	margin: 30px 0;
	border-bottom: 1px solid #eee;
}

.demo-typo-col2 {
	width: 50%;
	float: left;
}

.demo-typo-col3 {
	width: 33%;
	float: left;
}

.demo-typo-col4 {
	width: 25%;
	float: left;
}

.demo-typo_padd {
	padding: 0 15px;
}

#warnings .demo-typo_padd p {
	margin: 1em 0 1.6em;
}

.typoDesc small {
	font: normal 10px Monaco, Consolas, "Courier News", monospace;
	color: #999;
}

.gkblock-7 small,
.gkblock-9 small,
.bubble-4 small,
.bubble-5 small,
.bubble-6 small,
.gkblock-8 small {
	color: #fff !important;
}

.gkblock-9 small {
	color: #353639 !important;
}