/*
#------------------------------------------------------------------------
# (M)Social - August Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2013 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com 
*/
/* Style 2 */
/* Replace #90c100 with #00A988 */
/* template.css */
body.noMainbody #gkMainbody {
display: none;
}
/*
.gkPhoto > a {
opacity: 1; filter: alpha(opacity=100);
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
transition: all .3s ease-out;
}
.gkPhoto > a:hover {
opacity: 0.7; filter: alpha(opacity=70);
}
.gkPhoto > h4 {
color: rgba(0, 0, 0, 0.7);
}
*/
.radio > .childcontent > .childcontent-inner > .gkcol:first-child {
width: 459px!important;
}
.itemsContainer article.itemView {
width: 50%;
float: left;
clear: none;
}
#gkBottom4 { background: #e1e1e1; font-size: 14px; }
/* START K2 Youtube Videos  Responsive */
.itemVideoEmbedded {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        padding-top: 25px;
        height: 0;
}

.itemVideoEmbedded iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
}
/* END K2 Youtube Videos  Responsive */

/* START Youtube Videos  Responsive */
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 0;
	/* overflow: hidden; */
}

.video-container iframe,  
.video-container object, 
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* END Youtube Videos Responsive */

/* START GoogleMaps Responsive */
.google-maps {
        position: relative;
        padding-bottom: 75%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
/* END GoogleMaps Responsive */

/* Here you can include your override CSS styles */

#gkToolbar {
	left: -260px;
	margin-top: -180px;
	position: fixed;
	top: 50%;
	-webkit-transition: left .3s ease-out;
	-moz-transition: left .3s ease-out;
	-ms-transition: left .3s ease-out;
	-o-transition: left .3s ease-out;
	transition: left .3s ease-out;
	width: 260px;
	z-index: 1000;
}

#gkToolbar.hidden {
	left: -320px;
}

#gkToolbar.active {
	left: 0;
}

#gkToolbar > div {
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ddd;
	border-left: none;
	padding: 14px;
	position: relative;
	width: 260px;
}

#gkToolbar label {
	clear: both;
	display: block;
	font-size: 12px;
	padding: 5px 0;
}

#gkToolbar select {
	width: 90%;
}

#gkHandler {
	background: #fff;
	border: 1px solid #ddd;
	border-left: none;
	color: #333;
	cursor: pointer;
	font-size: 26px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	right: -40px;
	text-align: center;
	top: -1px;
	width: 40px;
}

#gkHandler > i {
	color: #555;
	padding-right: 0!important;
}

#gkToolbar h2 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 16px;
	text-transform: uppercase;
}

#gkStyleArea {
	float: left;
	margin: 16px 0!important;
}

#gkStyleArea a {
	display: block;
	float: left;
	height: 14px;
	margin: 1px 8px 0 0;
	width: 14px;
}

#gkStyleArea a:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

@media (max-width: 600px) {
	#gkToolbar {
		display: none;
	}
}

#gkPatternArea  {
	overflow: hidden;
	padding: 5px;
}

#gkPatternArea > a {
	float: left;
	height: 40px;
	margin: 6px;
	text-indent: -9999px;
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.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: 40px;
}

#gkPatternArea > a:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

#gkPattern1 { background-image: url('../images/patterns/mini_pattern1.png'); }
#gkPattern2 { background-image: url('../images/patterns/mini_pattern2.png'); }
#gkPattern3 { background-image: url('../images/patterns/mini_pattern3.png'); }
#gkPattern4 { background-image: url('../images/patterns/mini_pattern4.png'); }
#gkPattern5 { background-image: url('../images/patterns/mini_pattern5.png'); }
#gkPattern6 { background-image: url('../images/patterns/mini_pattern6.png'); }
#gkPattern7 { background-image: url('../images/patterns/mini_pattern7.png'); }
#gkPattern8 { background-image: url('../images/patterns/mini_pattern8.png'); }
#gkPattern9 { background-image: url('../images/patterns/mini_pattern9.png'); }
#gkPattern10 { background-image: url('../images/patterns/mini_pattern10.png'); }
#gkPattern11 { background-image: url('../images/patterns/mini_pattern11.png'); }
#gkPattern12 { background-image: url('../images/patterns/mini_pattern12.png'); }

#bgStyle,
#menuType {
	margin-bottom: 20px;
}


/*START menu.css*/

#gkMainMenu .gkMenu > ul > li {
    clear: none !important;
    float: left;
    font-size: 13px;
    font-weight: 400;
    height: 62px;
    line-height: 63px;
    margin-left: 14px;
    text-transform: uppercase;
    width: auto;
}
/*END menu.css*/

/* START gk.staff.css */

.gkIcon.gkColorGplus { background: #db3a37; }
.gkIcon.gkColorYouTube { background: #e52d27; }
.gkIcon.gkColorMail { background: #fcbe1a; }
.gkIcon.gkColorTime { background: #3b5998; }
.gkIcon.gkColorVideo { background: #4f8b33; }
.gkIcon.gkColorCart{ background: #90c100; }


/* END gk.staff.css */

/* START /modules/mod_news_pro_gk5/portal_modes/grid_title_overlay/style.css */
.gkNspPM-GridTitleOverlay > figcaption h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
}
/* END /modules/mod_news_pro_gk5/portal_modes/grid_title_overlay/style.css */

/* START /modules/mod_image_show_gk4/styles/gk_storefront/style.css */
.gkIsWrapper-gk_storefront figcaption h2 {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-shadow: 2px 2px #222;
	line-height: 20px;
	margin: 0 0 32px 0;
	opacity: 0;
	padding: 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	top: 50px;
	-webkit-transition: all .5s ease-out .2s;
	-moz-transition: all .5s ease-out .2s;
	-ms-transition: all .5s ease-out .2s;
	-o-transition: all .5s ease-out .2s;
	transition: all .5s ease-out .2s;
}
.gkIsWrapper-gk_storefront figcaption h3 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid rgba(255, 255, 255, 0);
	color: #fff;
	display: inline-block;
	font-size: 50px;
	font-weight: bold;
	text-shadow: 2px 2px #222;
	line-height: 90px;
	opacity: 0;
	padding: 0 50px;
	position: relative;
	text-transform: uppercase;
	top: -30px;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: -webkit-transform .35s ease-out .35s, opacity .35s ease-out .35s, border 0.5s linear .65s;
	-moz-transition: -moz-transform .35s ease-out .35s, opacity .35s ease-out .35s, border 0.5s linear .65s;
	-ms-transition: -ms-transform .35s ease-out .35s, opacity .35s ease-out .35s, border 0.5s linear .65s;
	-o-transition: -o-transform .35s ease-out .35s, opacity .35s ease-out .35s, border 0.5s linear .65s;
	transition: transform .35s ease-out .35s, opacity .35s ease-out .35s, border 0.5s linear .65s;
	width: auto;
}

.gkIsWrapper-gk_storefront figcaption p {
	color: #fff;
	font-size: 20px;
	font-style: italic;
	text-shadow: 2px 2px #222;
	line-height: 80px;
	margin: 0;
	opacity: 0;
	position: relative;
	text-align: center;
	top: 60px;
	-webkit-transition: all .5s ease-out .5s;
	-moz-transition: all .5s ease-out .5s;
	-ms-transition: all .5s ease-out .5s;
	-o-transition: all .5s ease-out .5s;
	transition: all .5s ease-out .5s;
}

/* END /modules/mod_image_show_gk4/styles/gk_storefront/style.css */

.radio {
margin-left: auto;
margin-right: auto;
}
#gkMainbodyBottom .nspArt h4.nspHeader {
    font-size: 16px;
    margin: 0;
    padding: 5px 0 5px 0;
}
#gkBottom3 .nspArt h4.nspHeader {
    font-size: 14px;
    margin: 0;
    padding: 5px 0 5px 0;
}
#gkBottom1 .nspArt h4.nspHeader {
    font-size: 16px;
    margin: 0;
    padding: 5px 0 5px 0;
}
.frontpage.article header h2, article header h2 {
    font-size: 24px;
    font-weight: 300;
    margin: 0 0 39px;
}
.gkIcon.gkColorInstagram { background: #833AB4; }