/**
 *
 * -------------------------------------------
 * Template stuff CSS file
 * -------------------------------------------
 * 
 **/
 
/*
 *
 * 7. Template additional features styles
 *
 *
------------------------------------ */

/* 7.1. Breadcrumbs & font-size
==================================== */
 
#gk-breadcrumb-fontsize {
	overflow: hidden;
	padding: 10px 0;
} 
 
.gk-breadcrumbs {
	float: left;
	font-size: 11px;
} 

.gk-breadcrumbs > a:first-child:before {
	display: none;
}

.gk-breadcrumbs > a:before,
.gk-breadcrumbs > span:before {
	color: #ddd;
	content: " / ";
	font-weight: normal;
	padding: 0 5px;
}

.gk-breadcrumbs > span {
	color: #777;
}

#gk-font-size {
	float: right;
}

#gk-font-size > a {
	margin-left: 5px;
}
 
/* 7.2. Contact page template
==================================== */

#gk-contact {
	margin: 0;
	max-width: 540px;
	overflow: hidden;
	width: 100%;
}

#gk-contact dd {
	margin: 5px 0;
	padding: 0;
}

#gk-contact span.error {
	color: #E4754F;
}

.contactpage .gk-error,
.contactpage .gk-thanks {
	background: #91AB00;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	margin: 30px 0;
	max-width: 520px;
	padding: 5px 10px;
	text-align: center;
	width: 100%;
}

.contactpage .gk-error {
	background: #E4754F;
}

.contactpage input[type="text"],
.contactpage textarea {
	width: 100%;
}

.contactpage input[type="submit"] {
	float: right;
	margin: 0;
}

/* 7.3. Page 404 template 
==================================== */ 

.page404 > p:first-child {
	font-size: 150%;
	padding: 20px 0;
	text-align: center;
}

.page404 > p:first-child > small {
	display: block;
	font-size: 85%;
	text-align: center;
}

.page404 label[for="s"] {
	display: none;
}

.page404 form {
	margin: 10px 0 30px 0;
	text-align: center;
}

.page404 > div {
	clear: both;
	overflow: hidden;
}

.page404 .widget {
	float: left;
	margin: 0 2%;
	width: 46%;
}

/* 7.4. Archive page template
==================================== */

.archivepage .widget {
    float: left;
    margin: 0 2%;
    width: 29%;
}

.archivepage .widget.first {
    margin-left: 0;
    width: 31%;
}

.archivepage .widget.last {
    margin-right: 0;
    width: 31%;
}

.archivepage .widget li:before {
    display: none;
}

.archivepage .widget.first li {
    position: relative;
}

.archivepage .widget.first li a {
    display: block;
    padding-left: 54px;
}

.archivepage .widget li small {
    color: #aaa;
    left: 0;
    position: absolute;
    top: 7px;
}

/* 7.5. Tag cloud template
==================================== */

.tagcloud .tag-cloud {
	border-top: 1px solid #e5e5e5;
	margin: 20px 0;
	padding: 10px 0;
}

/* 7.6. Login page template
==================================== */

.loginpage #loginform {
	margin: 0 auto;
	overflow: hidden;
	width: 240px;
}

.loginpage input[type="text"],
.loginpage input[type="password"] {
	clear: both;
	width: 240px;
}

.loginpage p label {
	display: block;
}

.loginpage .login-remember {
	float: left;
}

.loginpage .login-submit {
	float: right;
	margin: 10px 0;
}

.loginpage .login-submit input[type="submit"] {
	margin: 0;
}

.loginpage nav.small {
	border-top: 1px solid #eee;
	clear: both;
	margin: 10px auto;
	padding: 10px 0;
	width: 240px;
}

.loginpage nav.small ul {
	margin: 0;
}

.loginpage nav.small ul li {
	float: left;
	margin-right: 10px;
	padding-left: 0;
}

.loginpage nav.small ul li:before {
	display: none;
}

/* 7.7. Post formats header
==================================== */

header hgroup h2 {
	margin: 0;
	padding: 11px 0 10px 0;
}

.gk-format-aside,
.gk-format-audio,
.gk-format-chat,
.gk-format-gallery,
.gk-format-image,
.gk-format-link,
.gk-format-quote,
.gk-format-status,
.gk-format-video {
	background-color:#E4754F;
	background-image: url('../images/post_formats/format-aside.png');
	display: block;
	height: 28px;
	left: 0;
	padding: 0;
	position: absolute;
	text-align: left!important;
	text-indent: -9999px!important;
	top: 75px;
	width: 28px;
	z-index: 1;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius: 3px;
	
}

.gk-format-audio { 
	background-image: url('../images/post_formats/format-audio.png');
}

.gk-format-chat { 
	background-image: url('../images/post_formats/format-chat.png');
}

.gk-format-gallery { 
	background-image: url('../images/post_formats/format-gallery.png');
}

.gk-format-image { 
	background-image: url('../images/post_formats/format-image.png');
}

.gk-format-link { 
	background-image: url('../images/post_formats/format-link.png');
}

.gk-format-quote { 
	background-image: url('../images/post_formats/format-quote.png');
}

.gk-format-status { 
	background-image: url('../images/post_formats/format-status.png');
}

.gk-format-video { 
	background-image: url('../images/post_formats/format-video.png');
}

/* 7.8. Page navigation
==================================== */

.pagenav {
	margin: 20px 0 10px 0;
	overflow: hidden;
}

.pagenav .nav-prev {
	float: left;
}

.pagenav .nav-next {
	float: right;
}

/* 7.9. Author info
==================================== */
.author-info {
	background: #fafafa;
	border: 1px solid #f4f4f4;
	clear: both;
	margin-top: 34px;
	min-height: 48px;
	overflow: hidden;
	padding: 15px 20px;
	position: relative;
}

#gk-social-api + .author-info {
	margin-top: 72px;
}

.author-info > aside {
	left: 20px;
	position: absolute;
	top: 20px;
}

.author-info img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
	margin-top: -5px;
}

.author-info > div {
	padding: 0 0 0 84px;
}

.author-info h2 {
	font-size: 18px;
	margin: 0 0 6px 0;
}

.author-info .author-desc {
	font-size: 12px;
	line-height: 17px;
}

/* 7.10. Post custom fields
==================================== */

.content dl.post-fields {
	border-top: 1px solid #e5e5e5;
	font-size: 11px;
	line-height: 1.3;
	margin: 10px 0;
	padding: 0;
}

.content dl.post-fields dt {
	border-top: 1px solid #f5f5f5;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
}

.content dl.post-fields dt:first-child {
	border-top: none;
} 

.content dl.post-fields dd {
	margin: 0;
	padding: 0;
}
.slide .post-fields {display:none!important}

/* 7.11. oEmbed support
==================================== */

/* YouTube - responsive support */
.content iframe[src^='http://www.youtube.com'],
.content iframe[src^='https://www.youtube.com'],
.content iframe[src^='http://youtube.com'],
.content iframe[src^='https://youtube.com'] {
	max-width: 100%!important;
}

/* Twitter - responsive support */
.content .twitter-tweet-rendered {
	max-width: 100%!important;
}

/* Flickr - responsive support */
.content a[href^='http://www.flickr.com'],
.content a[href^='https://www.flickr.com'],
.content a[href^='http://flickr.com'],
.content a[href^='https://flickr.com'] {
	max-width: 100%!important;
}




/* 7.12. Widget title icons
==================================== */

i[class^="icon-"],
i[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: baseline;
  background-image: url("../images/icons/glyphicons.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
}

i[class^="icon-"]:last-child,
i[class*=" icon-"]:last-child {
  *margin-left: 0;
}

i.icon-white,
#gk-bottom i[class^="icon-"],
.red i[class^="icon-"],
.green i[class^="icon-"],
.blue i[class^="icon-"],
.pink i[class^="icon-"],
.red i[class*=" icon-"],
.green i[class*=" icon-"],
.blue i[class*=" icon-"],
.pink i[class*=" icon-"] {
  background-image: url("../images/icons/glyphicons-white.png");
}

i.icon-glass { background-position: 0 0; }
i.icon-music { background-position: -24px 0; }
i.icon-search { background-position: -48px 0; }
i.icon-envelope { background-position: -72px 0; }
i.icon-heart { background-position: -96px 0; }
i.icon-star { background-position: -120px 0; }
i.icon-star-empty { background-position: -144px 0; }
i.icon-user { background-position: -168px 0; }
i.icon-film { background-position: -192px 0; }
i.icon-th-large { background-position: -216px 0; }
i.icon-th { background-position: -240px 0; }
i.icon-th-list { background-position: -264px 0; }
i.icon-ok { background-position: -288px 0; }
i.icon-remove { background-position: -312px 0; }
i.icon-zoom-in { background-position: -336px 0; }
i.icon-zoom-out { background-position: -360px 0; }
i.icon-off { background-position: -384px 0; }
i.icon-signal { background-position: -408px 0; }
i.icon-cog { background-position: -432px 0; }
i.icon-trash { background-position: -456px 0; }
i.icon-home { background-position: 0 -24px; }
i.icon-file { background-position: -24px -24px; }
i.icon-time { background-position: -48px -24px; }
i.icon-road { background-position: -72px -24px; }
i.icon-download-alt { background-position: -96px -24px; }
i.icon-download { background-position: -120px -24px; }
i.icon-upload { background-position: -144px -24px; }
i.icon-inbox { background-position: -168px -24px; }
i.icon-play-circle { background-position: -192px -24px; }
i.icon-repeat { background-position: -216px -24px; }
i.icon-refresh { background-position: -240px -24px; }
i.icon-list-alt { background-position: -264px -24px; }
i.icon-lock { background-position: -287px -24px; }
i.icon-flag { background-position: -312px -24px; }
i.icon-headphones { background-position: -336px -24px; }
i.icon-volume-off { background-position: -360px -24px; }
i.icon-volume-down { background-position: -384px -24px; }
i.icon-volume-up { background-position: -408px -24px; }
i.icon-qrcode { background-position: -432px -24px; }
i.icon-barcode { background-position: -456px -24px; }
i.icon-tag { background-position: 0 -48px; }
i.icon-tags { background-position: -25px -48px; }
i.icon-book { background-position: -48px -48px; }
i.icon-bookmark { background-position: -72px -48px; }
i.icon-print { background-position: -96px -48px; }
i.icon-camera { background-position: -120px -48px; }
i.icon-font { background-position: -144px -48px; }
i.icon-bold { background-position: -167px -48px; }
i.icon-italic { background-position: -192px -48px; }
i.icon-text-height { background-position: -216px -48px; }
i.icon-text-width { background-position: -240px -48px; }
i.icon-align-left { background-position: -264px -48px; }
i.icon-align-center { background-position: -288px -48px; }
i.icon-align-right { background-position: -312px -48px; }
i.icon-align-justify { background-position: -336px -48px; }
i.icon-list { background-position: -360px -48px; }
i.icon-indent-left { background-position: -384px -48px; }
i.icon-indent-right { background-position: -408px -48px; }
i.icon-facetime-video { background-position: -432px -48px; }
i.icon-picture { background-position: -456px -48px; }
i.icon-pencil { background-position: 0 -72px; }
i.icon-map-marker { background-position: -24px -72px; }
i.icon-adjust { background-position: -48px -72px; }
i.icon-tint { background-position: -72px -72px; }
i.icon-edit { background-position: -96px -72px; }
i.icon-share { background-position: -120px -72px; }
i.icon-check { background-position: -144px -72px; }
i.icon-move { background-position: -168px -72px; }
i.icon-step-backward { background-position: -192px -72px; }
i.icon-fast-backward { background-position: -216px -72px; }
i.icon-backward { background-position: -240px -72px; }
i.icon-play { background-position: -264px -72px; }
i.icon-pause { background-position: -288px -72px; }
i.icon-stop { background-position: -312px -72px; }
i.icon-forward { background-position: -336px -72px; }
i.icon-fast-forward { background-position: -360px -72px; }
i.icon-step-forward { background-position: -384px -72px; }
i.icon-eject { background-position: -408px -72px; }
i.icon-chevron-left { background-position: -432px -72px; }
i.icon-chevron-right { background-position: -456px -72px; }
i.icon-plus-sign { background-position: 0 -96px; }
i.icon-minus-sign { background-position: -24px -96px; }
i.icon-remove-sign { background-position: -48px -96px; }
i.icon-ok-sign { background-position: -72px -96px; }
i.icon-question-sign { background-position: -96px -96px; }
i.icon-info-sign { background-position: -120px -96px; }
i.icon-screenshot { background-position: -144px -96px; }
i.icon-remove-circle { background-position: -168px -96px; }
i.icon-ok-circle { background-position: -192px -96px; }
i.icon-ban-circle { background-position: -216px -96px; }
i.icon-arrow-left { background-position: -240px -96px; }
i.icon-arrow-right { background-position: -264px -96px; }
i.icon-arrow-up { background-position: -289px -96px; }
i.icon-arrow-down { background-position: -312px -96px; }
i.icon-share-alt { background-position: -336px -96px; }
i.icon-resize-full { background-position: -360px -96px; }
i.icon-resize-small { background-position: -384px -96px; }
i.icon-plus { background-position: -408px -96px; }
i.icon-minus { background-position: -433px -96px; }
i.icon-asterisk { background-position: -456px -96px; }
i.icon-exclamation-sign { background-position: 0 -120px; }
i.icon-gift { background-position: -24px -120px; }
i.icon-leaf { background-position: -48px -120px; }
i.icon-fire { background-position: -72px -120px; }
i.icon-eye-open { background-position: -96px -120px; }
i.icon-eye-close { background-position: -120px -120px; }
i.icon-warning-sign { background-position: -144px -120px; }
i.icon-plane { background-position: -168px -120px; }
i.icon-calendar { background-position: -192px -120px; }
i.icon-random { background-position: -216px -120px; }
i.icon-comment { background-position: -240px -120px; }
i.icon-magnet { background-position: -264px -120px; }
i.icon-chevron-up { background-position: -288px -120px; }
i.icon-chevron-down { background-position: -313px -119px; }
i.icon-retweet { background-position: -336px -120px; }
i.icon-shopping-cart { background-position: -360px -120px; }
i.icon-folder-close { background-position: -384px -120px; }
i.icon-folder-open { background-position: -408px -120px; }
i.icon-resize-vertical { background-position: -432px -119px; }
i.icon-resize-horizontal { background-position: -456px -118px; }
i.icon-hdd { background-position: 0 -144px; }
i.icon-bullhorn { background-position: -24px -144px; }
i.icon-bell { background-position: -48px -144px; }
i.icon-certificate { background-position: -72px -144px; }
i.icon-thumbs-up { background-position: -96px -144px; }
i.icon-thumbs-down { background-position: -120px -144px; }
i.icon-hand-right { background-position: -144px -144px; }
i.icon-hand-left { background-position: -168px -144px; }
i.icon-hand-up { background-position: -192px -144px; }
i.icon-hand-down { background-position: -216px -144px; }
i.icon-circle-arrow-right { background-position: -240px -144px; }
i.icon-circle-arrow-left { background-position: -264px -144px; }
i.icon-circle-arrow-up { background-position: -288px -144px; }
i.icon-circle-arrow-down { background-position: -312px -144px; }
i.icon-globe { background-position: -336px -144px; }
i.icon-wrench { background-position: -360px -144px; }
i.icon-tasks { background-position: -384px -144px; }
i.icon-filter { background-position: -408px -144px; }
i.icon-briefcase { background-position: -432px -144px; }
i.icon-fullscreen { background-position: -456px -144px; }
i.icon-bubble { background-position: 0 -168px; }
i.icon-bubble1 { background-position: -24px -168px; }
i.icon-tweet { background-position: -48px -168px; }
i.icon-pin { background-position: -72px -168px; }

/* 7.13. Main Navigation Style
==================================== */
#main-menu > li.root {height:80px; background-color:#6E97B3; margin-right:3px;}
#main-menu > li.root a, #main-menu > li.root a:hover,#main-menu > li.root .sub-menu a, #main-menu > li.root .sub-menu a:hover{color:#ffffff;}
#main-menu > li.root .item-container {height:80px; padding:5px 16px 5px 10px;}
#main-menu > li.root .menu-number {background-image:none!important; font-size:42px; font-weight:400; line-height:42px!important; margin:0!important;}
#main-menu > li .menu-title {line-height:14px; font-size:14px; font-family:Helvetica, Arial sans-serif; font-weight:500}
#main-menu > li .menu-subtitle {line-height:14px; font-size:10px}
#main-menu .haschild{ background: url("../images/menutop-daddy.png") no-repeat 100% 50%;}
#main-menu .sub-menu {background:#6E97B3;}
#main-menu .sub-menu li:hover {	background: rgba(255,255,255,0.15);}
#main-menu .sub-menu .sub-menu {border-left: 1px solid #eee;}
#main-menu > li img {margin: -1px 6px 0 0;vertical-align: top; float:left;}

/* 7.14. Demo content
==================================== */
	.tipsy { padding: 5px; font-size: 10px; position: absolute; z-index: 100000;}
  	.tipsy-inner { padding: 11px 14px 10px 14px;  background: url("../images/body/tipsy-bg.png");border: #c7623f 2px solid;  color: #ffffff!important; max-width: 180px; font-family:Arial, Helvetica, sans-serif; -webkit-box-shadow: 3px -2px 10px rgba(50, 50, 50, 0.6);
-moz-box-shadow:    3px -2px 10px rgba(50, 50, 50, 0.6);
box-shadow:         3px -2px 10px rgba(50, 50, 50, 0.6);}
  	.tipsy-inner { border-radius: 5px; -moz-border-radius:5px; -webkit-border-radius:5px; font-size:14px;line-height:18px; }
  	.tipsy-arrow { position: absolute; background: url("../images/body/tipsy-arrow.png") no-repeat top left; 	width: 9px; height: 5px; }
 	.tipsy-n .tipsy-arrow { top: 0; left: 50%;}
    .tipsy-nw .tipsy-arrow { top: 0; left: 10px; }
    .tipsy-ne .tipsy-arrow { top: 0; right: 10px; }
  	.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; background-position: bottom left; z-index: 100010; }
    .tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; background-position: bottom left; }
    .tipsy-se .tipsy-arrow { bottom: 0; right: 10px; background-position: bottom left; }
 	.tipsy-e .tipsy-arrow { top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px; background-position: top right; }
  	.tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px; }
.point {
		position: relative;
		background: #E4754F;
		padding-bottom:100px;
	}
	.pulse {
		width: 10px;
		height: 10px;
		border: 5px solid #F0986C;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		background-color: #E4754F;
		z-index: 10;
		position: absolute;
	}
	.dot {
		border: 10px solid #F0986C;
		background: transparent;
		-webkit-border-radius: 60px;
		-moz-border-radius: 60px;
		border-radius: 60px;
		height: 50px;
		width: 50px;
		-webkit-animation: pulse 3s ease-out;
		-moz-animation: pulse 3s ease-out;
		animation: pulse 3s ease-out;
		-webkit-animation-iteration-count: infinite;
		-moz-animation-iteration-count: infinite;
		animation-iteration-count: infinite;
		position: absolute;
		top: -25px;
		left: -25px;
		z-index: 1;
		opacity: 0;
	}
			h4.subtitle, h5.subtitle  {margin-top:5px!important}
		.separator10 {height:7px; background-image:url(../images/patterns/lines-10.png);}
		.separator20 {height:7px; background-image:url(../images/patterns/lines-20.png);}
		.separator30 {height:7px; background-image:url(../images/patterns/lines-30.png); margin-top:12px; margin-bottom:0; float:right}
		.separator40 {height:7px; background-image:url(../images/patterns/lines-40.png);}
		.separator40 {height:7px; background-image:url(../images/patterns/lines-50.png);}
		.space5 {height:5px; width:100%; clear:both;}
		.space10 {height:10px; width:100%; clear:both;}
		.space15 {height:15px; width:100%; clear:both;}
		.space20 {height:20px; width:100%; clear:both;}
		.space25 {height:25px; width:100%; clear:both;}
		.space30 {height:30px; width:100%; clear:both;}
		.space35 {height:35px; width:100%; clear:both;}
		.space40 {height:40px; width:100%; clear:both;}
		.space45 {height:45px; width:100%; clear:both;}
		.space50 {height:50px; width:100%; clear:both;}
		.space60 {height:60px; width:100%; clear:both;}
		.space70 {height:70px; width:100%; clear:both;}
		.space80 {height:80px; width:100%; clear:both;}

.htitle2, .htitle3, .htitle4 {padding:0; font-weight: 400; word-spacing:0px; margin-top:0!important; letter-spacing:normal;line-height:100%!important;text-rendering:optimizeLegibility;}

.htitle2 { 	font-size:26px;margin-bottom: 1em}

.htitle3 { 	font-size:24px;margin-bottom: 1em}
  
.htitle4 {  font-size:20px;margin-bottom: 1em}

 
.lines { background: url(../images/body/line-border.png); }
.lines span { background:#fff; padding-right:15px}
.lines span span {padding:0 ;color:#E4754F}

.transparent_images img {
opacity:0.4;
-moz-transition: all 1s ease;
-webkit-transition: all 0.5s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
}
.transparent_images img:hover {
opacity:1; 
filter: grayscale(0%);
-webkit-filter:grayscale(0%);
-moz-filter:grayscale(0%);
-ms-filter: grayscale(0%);
-o-filter: grayscale(0%);}

.format-audio iframe {width:100%!important}

.contact-info h5 {margin:0; color:#fff}
.contact-info ul {
	margin: 0;
	padding: 0;
}

.contact-info ul li {background-position: 0 2px; padding: 0 0 0 26px!important; background-repeat: no-repeat;list-style: none; margin: 0 0 3px;}

.contact-info li.phone {
	background-position: 0 5px;
	background-image: url(../images/icons/contactinfo/light/icon-phone.png);
}

.contact-info li.email {
    background-image: url(../images/icons/contactinfo/light/icon-email.png);
	background-position: 0px 4px;
	font-size: 11px;
}

.contact-info li.contact-page {
   background-image: url(../images/icons/contactinfo/light/icon-contactform.png);
	background-position: 0px 4px;
	font-size: 11px;
}

.contact-info li.skype {background-position: 0px 4px;;
    background-image: url(../images/icons/contactinfo/light/icon-skype.png);
}
.contact-info li.fax {
    background-image: url(../images/icons/contactinfo/light/icon-fax.png);
}

	@-moz-keyframes pulse {
	 0% {
	   	-moz-transform: scale(0);
	   	opacity: 0.0;
	 }
	 25% {
	   	-moz-transform: scale(0);
	   	opacity: 0.1;
	 }
	 50% {
	   	-moz-transform: scale(0.1);
	   	opacity: 0.3;
	 }
	 75% {
	   	-moz-transform: scale(0.5);
	   	opacity: 0.5;
	 }
	 100% {
	   	-moz-transform: scale(1);
	   	opacity: 0.0;
	 }
	}
	@-webkit-keyframes "pulse" {
	 0% {
	    -webkit-transform: scale(0);
	   	opacity: 0.0;
	 }
	 25% {
	    -webkit-transform: scale(0);
	   	opacity: 0.1;
	 }
	 50% {
	    -webkit-transform: scale(0.1);
	   	opacity: 0.3;
	 }
	 75% {
	    -webkit-transform: scale(0.5);
	   	opacity: 0.5;
	 }
	 100% {
	    -webkit-transform: scale(1);
	   	opacity: 0.0;
	 }
	}



