/*
#------------------------------------------------------------------------
# News II - February 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
*/

h1 {
	font-size: 34px;
}
article header {
	margin: 0 0 25px;
}
article header ul {
	margin: 12px 0;
}
article header ul li {
	margin-bottom: 5px!important;
}
.itemBody.gkHasAside {
	padding-left: 125px;
}
.contact h3 {
	padding: 10px 0 0;
}

/* Containers */
#gkMainbody .blog.itemList > header {
	width: 100%;
	box-sizing: border-box;
}

#gkPageContent,
#gkSidebarLeft {
	clear: both;
	width: 100%;
}
#gkSidebarLeft {
	border: 1px solid #e5e5e5;
	border-top: none;
}
#gkSidebarLeft .box {
	border-top: none;
	float: left;
	padding: 12px;
	width: 50%;
}
#gkSidebarLeft .box:nth-child(2n+1) {
	clear: both;
}

/* Menu etc. */
#gkMainMenu.gkMenuOverlay {
	border: none;
}
.gkMenu > ul {
	height: auto;
	min-height: 21px;
}
.demo-typo-col2,
.demo-typo-col3,
.demo-typo-col4 {
	clear: both;
	float: none;
	padding-bottom: 20px;
	width: 100%;
}
#gkBottom1 .box.double,
#gkBottom1 .box.double ~ .box,
#gkBottom2 .box.double,
#gkBottom2 .box.double ~ .box,
#gkBottom3 .box.double,
#gkBottom3 .box.double ~ .box,
#gkBottom4 .box.double,
#gkBottom4 .box.double ~ .box,
#gkBottom5 .box.double,
#gkBottom5 .box.double ~ .box {
	width: 100%!important;
}

/* Overlay menu */
#gkMenuOverlayWrap {
    margin:  -20px 0 0 -260px!important;
    max-width: 520px!important;
}
#gkMenuOverlayWrap.open {
    margin-top: 0;
}
#gkMenuOverlayContent .gkcol li {
    font-size: 20px;
}
#gkMenuOverlayContent .gkcol li,
#gkMenuOverlayContent .gkcol li a {
    line-height: 58px;
}

/* Other */
#gkLogo {
	margin: 25px 0 20px 0;
}
#gkBannerTop {
	margin: 15px 0;
}
#gkSearch {
	left: 24%;
	width: 20%;
}
#gkSearch #mod-search-searchword {
	padding: 8px 35px 8px 10px !important;
}

#gkSearch:after {
	right: 10px;
}
#gkUpdates {
	font-size: 11px;
	line-height: 19px;
	padding: 8px 10px;
	width: 24%;
}
.box.banner-center img {
	max-width: 100%;
	width: auto;
}
#gkFooterArea > div {
	width: 80%;
}
.gk-newsletter strong {
	margin: 0;
}
.gk-newsletter input[type="email"] {
	margin-left: 10px;
}
.gkCols[data-cols="2"] > div,
.gkCols[data-cols="3"] > div,
.gkCols[data-cols="4"] > div,
.gkCols[data-cols="5"] > div {
	padding-bottom: 20px!important;
	width: 100%;
}

@media (max-width: 660px) {
    body #cc-notification h2,
    body #cc-notification h3,
    body #cc-notification p {
        font-size: 12px!important;
        margin-bottom:0!important;
        width: 100%!important;
        max-width: 100%!important;
    }

    body #cc-notification h2 span,
    body #cc-notification h2 {
        font-size: 12px!important;
    }

    body #cc-notification #cc-notification-wrapper {
        padding: 10px 32px 0!important;
    }

    body #cc-notification ul.cc-notification-buttons {
        clear: both!important;
        width: 100%!important;
        position: static!important;
        text-align: center;
    }

    body #cc-notification ul.cc-notification-buttons li {
        float: none!important;
        display: inline-block;
    }

    body #cc-notification a,
    body #cc-notification a:visited {
        font-size: 12px!important;
    }
}