/*
#------------------------------------------------------------------------
# Simplicity - 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 
*/

.gkPage {
	padding: 0!important;
}
body{
	font-size: 13px;
}
label {
    font-size: 13px;
}
#gkSidebar .box,
#gkBottom1 .box,
#gkBottom2 .box,
#gkBottom3 .box,
#gkBottom4 .box,
#gkBottom5 .box,
#gkBottom6 .box {
	clear: both!important;
	float: none!important;
	width: 100%;
}
#gkBottom1 .box,
#gkBottom2 .box,
#gkBottom3 .box,
#gkBottom4 .box,
#gkBottom5 .box,
#gkBottom6 .box  {
	margin-bottom: 20px;	
}
#gkSidebar > div {
	margin-top: 20px!important;
	padding-top: 25px!important;
}
#gkSidebar > div > .box {
	float: none;
	margin-top: 0!important;
	margin-bottom: 12px!important;
	width: 100%;
}
#gkSidebar > div > .box:nth-child(2n+1) {
	clear: both!important;
}
#gkSidebar > div > .box:nth-child(odd) {
	padding-right: 0px;	
}
#gkSidebar > div > .box:nth-child(even) {
	padding-left: 0px;
}

/* limitation suffixes */
.box.notablet {
	display: block!important;
}
.box.nomobile {
	display: none!important;
}
.box.onlytablet {
	display: none!important;
}
.box.onlymobile {
	display: block!important;
}

/* Fix for the user profile */
.profile dt {
	width: 100% !important;
}

/* Fix for the contact page */
.contact .contact-image {
	float: left !important;
}
.contact .contact-address {
	clear: both !important;
	padding-top: 20px !important;
}
.contact .contact-form input,
.contact .contact-form textarea {
	width: 100% !important;
}

/* Fix for the search */
fieldset.word #search-searchword,
fieldset.word .inputbox {
	width: 50%;
}
fieldset.phrases .ordering-box,
fieldset.only input[type="checkbox"],
fieldset.phrases input[type="radio"] {
	clear: both;
}

/* Fix for the register */
#member-registration dd {
	clear: both !important;
	display: block !important;
}

/* Fix for tables */
fieldset {
	box-sizing: border-box!important;
	max-width: 100%!important;
	width: 100%!important;
	overflow: hidden;
}
/*
#gkMainbody table:before {
	content: "Scroll horizontally to view the whole table";
	height: 14px;
	width: 100%;
	display: block;
	font-size: 10px;
	margin-top: -30px;
	margin-bottom: 10px;
	font-family: Arial, sans-serif;
}
*/
#gkMainbody table {
	width: 540px!important;
	display: block!important;
	/*padding: 30px 0 20px 0; /* padding for the scrollbars and the top message */
	/*overflow:scroll;
	-webkit-overflow-scrolling:touch;*/
}
#gkMainbody table tbody, #gkMainbody table thead, #gkMainbody table tfoot {
    width: 100%!important;
    display: table;
    max-width: 540px!important;
}

@media only screen and (max-width: 320px), only screen and (max-device-width: 320px) and (-moz-max-device-pixel-ratio: 1.5), only screen and (max-device-width: 320px) and (-o-max-device-pixel-ratio: 1.5/1), only screen  and (max-device-width: 320px) and (-webkit-max-device-pixel-ratio: 1.5), only screen and (max-device-width: 320px) and (max-device-pixel-ratio: 1.5), only screen and (max-device-width: 640px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-device-width: 640px) and (-o-min-device-pixel-ratio: 2/1), only screen and (max-device-width: 640px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-device-width: 640px) and (min-device-pixel-ratio: 2) {
	#gkMainbody table {
	    width: 100%!important;
	    margin: 20px auto;
	}
}

@media only screen and (max-width: 480px) and (orientation:landscape), only screen and (max-device-width: 480px) and (-moz-max-device-pixel-ratio: 1.5) and (orientation:landscape), only screen and (max-device-width: 480px) and (-o-max-device-pixel-ratio: 1.5/1) and (orientation:landscape), only screen  and (max-device-width: 480px) and (-webkit-max-device-pixel-ratio: 1.5) and (orientation:landscape), only screen and (max-device-width: 480px) and (max-device-pixel-ratio: 1.5) and (orientation:landscape), only screen and (max-device-width: 960px) and (-moz-min-device-pixel-ratio: 2) and (orientation:landscape), only screen and (max-device-width: 960px) and (-o-min-device-pixel-ratio: 2/1) and (orientation:landscape), only screen and (max-device-width: 960px) and (-webkit-min-device-pixel-ratio: 2) and (orientation:landscape), only screen and (max-device-width: 960px) and (min-device-pixel-ratio: 2) and (orientation:landscape) {
	#gkMainbody table {
		width: 420px!important;
	}
}

/* top/bottom modules */
.box.gkmod-1,
.box.gkmod-2,
.box.gkmod-3,
.box.gkmod-4,
.box.gkmod-more {
	float: left!important;	
}
.box.gkmod-1,
.box.gkmod-2,
.box.gkmod-3,
.box.gkmod-4,
.box.gkmod-more {
	width: 100%!important;
}
.box.gkmod-more.gkmod-last-1:last-child,
.box.gkmod-more.gkmod-last-2:last-child,
.box.gkmod-more.gkmod-last-2:nth-last-child(2),
#gkPageWrap .box.gkmod-more.gkmod-last-3:last-child,
#gkPageWrap .box.gkmod-more.gkmod-last-3:nth-last-child(2),
#gkPageWrap .box.gkmod-more.gkmod-last-3:nth-last-child(3) {
	width: 100%!important;
}

/* top/bottom modules */
body #gkPage .box {
	margin-bottom: 20px!important;
}

/* 3-column layout */
.gkCols3 .box.gkmod-more:nth-child(1n) {
	clear: both;
}
.gkCols3 .box.gkmod-1,
.gkCols3 .box.gkmod-2,
.gkCols3 .box.gkmod-3,
.gkCols3 .box.gkmod-more,
.gkCols3 .box.gkmod-more.gkmod-last-1:last-child,
.gkCols3 .box.gkmod-more.gkmod-last-2:last-child,
.gkCols3 .box.gkmod-more.gkmod-last-2:nth-last-child(2) {
	width: 100%!important;
}

/* 4-column layout */
body .gkCols4 .box.gkmod-more:nth-child(1n) {
	clear: both;
}
body .gkCols4 .box.gkmod-1,
body .gkCols4 .box.gkmod-2,
body .gkCols4 .box.gkmod-3,
body .gkCols4 .box.gkmod-4,
body .gkCols4 .box.gkmod-more,
body .gkCols4 .box.gkmod-more.gkmod-last-1:last-child,
body .gkCols4 .box.gkmod-more.gkmod-last-2:last-child,
body .gkCols4 .box.gkmod-more.gkmod-last-2:nth-last-child(2),
body .gkCols4 .box.gkmod-more.gkmod-last-3:last-child,
body .gkCols4 .box.gkmod-more.gkmod-last-3:nth-last-child(2),
body .gkCols4 .box.gkmod-more.gkmod-last-3:nth-last-child(3) {
	width: 100%!important;
}

/* 6-column layout */
body .gkCols6 .box.gkmod-more:nth-child(1n) { 
	clear: both; 
}
body .gkCols6 .box.gkmod-1,
body .gkCols6 .box.gkmod-2,
body .gkCols6 .box.gkmod-3,
body .gkCols6 .box.gkmod-4,
body .gkCols6 .box.gkmod-more,
body .gkCols6 .box.gkmod-5,
body .gkCols6 .box.gkmod-more,
body .gkCols6 .box.gkmod-6,
body .gkCols6 .box.gkmod-more,
body .gkCols6 .box.gkmod-more.gkmod-last-1:last-child,
body .gkCols6 .box.gkmod-more.gkmod-last-2:last-child,
body .gkCols6 .box.gkmod-more.gkmod-last-2:nth-last-child(2),
body .gkCols6 .box.gkmod-more.gkmod-last-3:last-child,
body .gkCols6 .box.gkmod-more.gkmod-last-3:nth-last-child(2),
body .gkCols6 .box.gkmod-more.gkmod-last-3:nth-last-child(3),
body .gkCols6 .box.gkmod-more.gkmod-last-4:last-child,
body .gkCols6 .box.gkmod-more.gkmod-last-4:nth-last-child(2),
body .gkCols6 .box.gkmod-more.gkmod-last-4:nth-last-child(3),
body .gkCols6 .box.gkmod-more.gkmod-last-4:nth-last-child(4),
body .gkCols6 .box.gkmod-more.gkmod-last-5:last-child,
body .gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(2),
body .gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(3),
body .gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(4),
body .gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(5) {
	width: 100%!important;
}

/* article fix */
#gkContent article > time {
	display: none!important;
}
#gkContent article > time + header {
	padding-left: 0!important;
}
#gkContent article header li.itemDate,
#gkContent article header li.item-date {
	display: block;
}

/* NSP adjustments */
.nspArtPage .nspArt {
	border-top: 1px solid #eee!important;
	border-left: none!important;
	padding-bottom: 20px!important;
	padding-top: 20px!important;
	width: 100%!important;
}
.nspArtPage .nspArt:first-child {
	border-top: none!important;
}

/* other elements */
article header h1, 
.category header {
	line-height: 32px;
	padding: 18px 0 0px;
}

article header h1, 
.category header, 
article header h2 {
	font-size: 24px;
}

h1 {
	font-size: 28px;
}

h2, 
.componentheading,
.category header h2 {
	font-size: 19px;
}

article header h2 {
	line-height: 32px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

#gkSocialAPI {
	overflow: hidden;
}

.cols-2 .column-2, 
.cols-3 .column-3 {
	padding: 0!important;
}

.itemComments .itemCommentsList li img {
	float: left;
	margin-left: 0;
	margin-right: 10px;
	position: static;
}

.itemCommentsList li h3 {
	float: none;
	margin-top: 5px;
}

#gkMainbody .registration {
	width: 100%;
}

/* NSP */
.box.header .nspImageWrapper h4 {
	font-size: 14px!important;
}

.nspArts,
.nspLinksWrap {
	clear: both;
	float: left!important;
	width: 100%!important;
}

/* Demo content */
.gkPriceTable dl {
	margin: 20px auto!important;
	width: 100%!important;
}

.gkButtonArea h3 small {
	line-height: 22px;
	margin-top: 10px;
}

.gkHorizontalSlideLeftColumn {
	width: 100%;
}

.gkHorizontalSlideRightColumn {
	display: none;
}

.box.layered {
	padding-top: 100px;
}

.box.centered h2.header {
	font-size: 30px;
}

.imageBg #gkHeaderMod input[type="email"],
.imageBg #gkHeaderMod input[type="submit"],
.imageBg #gkHeaderMod .gk-form {
	width: 250px;
}

.imageBg #gkHeaderMod .gk-form {
	margin: 25px 0;
}

.imageBg #gkHeaderMod .gk-video-link {
	font-size: 18px;
}

.imageBg #gkHeaderMod h1 {
	font-size: 24px;
	line-height: 1.2;
	letter-spacing: normal;
}

.imageBg #gkHeaderMod h2 {
	font-size: 15px;
	line-height: 1.2;
}

.imageBg #gkHeaderMod {
	padding: 40px 0 20px!important;
}

.imageBg #gkHeader {
	background-image: url('../images/header_mobile.jpg');
}
.main_block_full {
    padding: 0;
}
#gkFooterNav li {
	float: none;
}

/* K2 fixes */
.itemBody.containsItemInfo, 
.itemOtherElements.containsItemInfo,
.itemListView .itemBlock.containsItemInfo {
	margin-left: 0!important;
}

aside.itemAsideInfo {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 20px 0!important;
	position: static!important;
	width: 100%!important;
}

.itemCommentsList li > div > div > span {
	clear: both;
	display: block;
}

.itemCommentsList li > div {
	margin-left: 0!important;
	padding-left: 0!important;
}

.itemComments h3 {
	font-size: 30px;
	padding: 30px 0 0;
}

.items-row > div {
	margin-bottom: 30px;
	padding: 0!important;
}

article header h1,
article header h2 {
	font-size: 24px!important;
	line-height: 1.2;
}

.genericView .itemView {
	padding: 0!important;
	width: 100%!important;
}

.itemAuthorDetails {
	clear: both;
	margin-left: 0!important;
}

.itemAuthorData {
	padding: 16px 0;
}

.itemAuthorData img {
	display: block;
	margin: 0 0 20px 0;
}
#gkLogo.text > span {
    text-align: left;
}
.must, .collected {
    width: 100%;
    margin-bottom: 5px;
    max-width: 1920px;
}
.collected {
    margin-bottom: 0;
}
.control_panel {
    display: table;
	width: 100%;
}
.mobile_menu_images, .mobile_help_images {
    width: 30px;
    top: 23px;
}
#gkHeaderNav > div {
    padding: 0 0 0 45px;
}
.main_logo {
    height: 50px;
    margin-top: 10px;
}
.allmode-columns .allmode-topitem .allmode-title a {
    font-size: 18px;
    letter-spacing: 0em;
}
.allmode-columns .allmode-topitem .allmode-title {
    margin: 7px 0 10px 0;
    line-height: 0.7;
    display: table;
}
.main_button_info .b1, .main_button_info .b2, .main_button_info .b3,.subscribe_btn, .ask_btn {
    width: 100%;
    min-height: 0;
    margin-bottom: 5px;
    float: none;
    display: table;
    clear: both;
}
.box._main_text img{
	width: 100%;
    margin: 0 0 15px;
}
.footer_block_3 .info_phone, .footer_block_3 .info_mail {
    display: table;
    vertical-align: top;
    width: 100%;
    margin-bottom: 25px;
}
.info_address {
    margin-top: 15px;
    width: 80%;
    margin: 0 auto;
}
.itemFullText img {
    margin: 15px auto;
    float: none!important;
    clear: both;
    width: auto;
	max-width:100%;
    display: table;
    border: none!important;
}
.o_probleme, .o_probleme_r {
    border: 2px solid #773F2F;
    float: none;
    width: 100%;
    display: table;
    margin-bottom: 5px;
}
.archive_list .cat_list_item_img {
    width: 100%;
    text-align: center;
}
.archive_list .cat_list_item_text {
    width: 100%;
    float: none;
    padding: 0 15px;
}
.archive_list .cat_list_item_text h2 a, .deti_list .cat_list_item_text h2 a {
    font-size: 17px;
    letter-spacing: 0;
}
#deti > img {
    max-width: 80px;
    margin: 0px 15px 0px 0px;
    border-radius: 10px;
    float: left;
    text-align: center;
}
#deti .left_block, .deti_list .left_block {
    position: absolute;
    top: initial;
    right: initial;
    height: 47px;
    bottom: 0;
    width: 100%;
    left: 0;
}
.main_block_deti, .deti_list .cat_list_item_img {
	width: 100%;
    float: left;
}
#gkMainMenu {
    top: 75px;
}
#deti .need_b, #deti .collected_b, #deti .must_b {
    width: 50%;
}
#deti .header_info_block h1 {
    font-size: 17px;
}
.main_block_deti .itemFullText, .deti_list .cat_list_item_text {
    width: 100%;
    margin-bottom: 50px;
}
.archive_list_item .collected_b, .archive_list_item .must_b, .deti_list .collected_b, .deti_list .must_b {
    height: 100%;
    float: left;
    width: 50%;
}
.componentheading {
    margin-bottom: 15px;
}
.payment_block_in_item .payment_rows {
    display: table;
    max-width: 580px;
    width: 100%;
    margin: 0 auto 15px;
}
.payment_logo, .payment_text {
    display: table;
    vertical-align: middle;
    width: 100%;
}
.payment_text{
	padding: 0 10px;
	margin-bottom: 15px;
}
.deti_list .diagnosis span{
	font-size: 14px;
}
.deti_list .cat_list_item_img{
    text-align: center;
}
.deti_list .cat_list_item_text{
	margin-bottom: 15px;
}
.deti_list .cat_list_item_button {
    display: table;
    margin: 0 auto 55px;
}
#k2Container.news_content_item {
    padding-top: 20px;
    padding: 0 10px;
}
.imageGallery .fancyboxLoc img {
    width: 100%;
    left: -8px;
}
.header_info_block.info {
    width: 100%;
}
#deti .header_info_block.info{
	display:block;
	float:none;
}

.deti_content_item #deti .collected_b{
	display: none;
}
.need_b, .collected_b, .must_b {
    color: #fff;
    display: table;
    height: 50%;
    text-align: center;
    width: 50%;
    float: left;
}
#deti{
	min-height: 0px;
}


.donation_form_body div {
    display: table;
    width: 100%;
    vertical-align: top;
}
.donation_form_body button {
    margin: 20px auto;
    background: #E06B7D;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    max-width: 280px;
    width: 100%;
    display: table;
    float: none;
}
.formField {
    max-width: 280px;
}
.text_conteiner {
    width: 100%;
}
.help_button {
	position: relative;
    max-width: 1920px;
    padding: 3px 5px;
    width: 100%;
    float: right;
    bottom: 0;
    margin: 0px -5px 4px 0px;
}

.ukr_slogan::before {
    position: absolute;
    content: 'Їм потрібна ваша підтримка';
    font-size: 17px;
    font-weight: 300;
    width: 100%;
    top: 18px;
    left: 0;
    z-index: 100;
    text-transform: uppercase;
}

.rus_slogan::before {
    position: absolute;
    content: 'Им нужна ваша поддержка';
    font-size: 17px;
    font-weight: 300;
    width: 100%;
    top: 18px;
    left: 0;
    z-index: 100;
    text-transform: uppercase;
}


#gkHeaderNav > div {
    max-width: initial;
    margin: 0 auto;
    width: auto;
    display: table;
    padding: 0;
}