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

/* Containers */
#gk-content,
#gk-sidebar {
	width: 100%!important;
}
#gk-sidebar {
    padding-left:0!important;
    padding-right: 0!important;
}
.single-page > .header.no-image {
	height: 250px!important;
}

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

/* Fix for the contact page */
.contact .contact-image {
	float: left !important;
}
.contact .contact-address {
	clear: both !important;
}
.contact .contact-form input[type="text"],
.contact .contact-form input[type="email"],
.contact .contact-form textarea {
	width: 100% !important;
}

/* K2 edit popup */
#sbox-window,
#sbox-window iframe {
	width: 720px!important;
	max-width: 720px!important;
	left: 10px!important;
}

/* top/bottom modules */

/* 4-column layout */
body .gkCols4 .box {
	margin-bottom: 30px!important;
}
body .gkCols4 .box.gkmod-1 {
	width: 100%;	
}
body .gkCols4 .box.gkmod-2 {
	width: 50%;
}
body .gkCols4 .box.gkmod-3 {
	width: 50%;
}
body .gkCols4 .box.gkmod-4,
body .gkCols4 .box.gkmod-more {
	width: 50%;
}
body .gkCols4 .box:nth-child(2n+1) {
	clear: both;
}
body .gkCols4 .box.gkmod-more.gkmod-last-1:last-child {
	width: 100%!important;
}
body .gkCols4 .box.gkmod-more.gkmod-last-2:last-child,
body .gkCols4 .box.gkmod-more.gkmod-last-2:nth-last-child(2) {
	width: 50%!important;
}
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: 50%!important;
}

/* 6-column layout */
body .gkCols6 .box {
	margin-bottom: 30px!important;
}
body .gkCols6 .box.gkmod-1 {
	width: 100%;	
}
body .gkCols6 .box.gkmod-2 {
	width: 50%;
}
body .gkCols6 .box.gkmod-3 {
	width: 33.3%;
}
body .gkCols6 .box.gkmod-4,
body .gkCols6 .box.gkmod-more {
	width: 33.3%;
}
body .gkCols6 .box.gkmod-5,
body .gkCols6 .box.gkmod-more {
	width: 33.3%;
}
body .gkCols6 .box.gkmod-6,
body .gkCols6 .box.gkmod-more {
	width: 33.3%;
}
body .gkCols6 .box:nth-child(3n+1) {
	clear: both;
}
body .gkCols6 .box.gkmod-more.gkmod-last-1:last-child {
	width: 100%!important;
}
body .gkCols6 .box.gkmod-more.gkmod-last-2:last-child,
body .gkCols6 .box.gkmod-more.gkmod-last-2:nth-last-child(2) {
	width: 50%!important;
}
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) {
	width: 33.3%!important;
}
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) {
	width: 33.3%!important;
}
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: 33.3%!important;
}

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

/* Suffixes and other elements */
.gk-overlay-menu > ul > li {
	font-size: 32px;
}
.portfolio .itemList[data-cols="3"] .itemView,
.portfolio .itemList[data-cols="4"] .itemView {
	width: 50%;
}
.single-page blockquote {
	margin: 90px 0px;
	padding: 60px 120px;
}
.itemAuthorData h3,
.itemAuthorDetails {
	padding-right: 5%;
}
.itemBody {
	max-width: 95%;
	margin: 0 auto 64px auto;
}

.portfolio.portfolio-grid .itemView h2 {
	font-size: 32px;
	padding: 25px;
}

.portfolio .itemList[data-cols="1"] .itemInfo,
.portfolio .itemList[data-cols="2"] .itemInfo {
	padding: 30px 25px 30px;
}
.portfolio.portfolio-grid .itemList[data-cols="1"] .itemView h2,
.portfolio.portfolio-grid .itemList[data-cols="2"] .itemView h2 {
	padding: 25px;
}
.portfolio .itemList[data-cols="1"] .itemInfo > a,
.portfolio .itemList[data-cols="2"] .itemInfo > a {
	height: 50px!important;
	margin-right: 20px;
	width: 50px!important;
}
.blog-grid .itemInfo > a > img {
	height: 50px!important;
}
.portfolio .itemList[data-cols="1"] .itemInfo > time,
.portfolio .itemList[data-cols="2"] .itemInfo > time {
	font-size: 24px;
}
.portfolio .itemList[data-cols="1"] .itemInfo > h3,
.portfolio .itemList[data-cols="2"] .itemInfo > h3 {
	font-size: 12px;
}
.gkIsPhotoPagination {
	display: none;
}
#gk-bg .gk-wide-image img {
	max-width: 1240px!important;
}
.single-page > .item-content, 
.single-page > .itemComments {
	width: 98%;
}
.single-page {
    margin: 0 auto 0 auto!important;
}
#bg-video {

    width: auto;
 }
 
input#jform_contact_emailmsg,
 .contact .contact-form textarea {
     width: 100%!important;
 }
 input#jform_contact_email {
    
 }
 .contact .gk-page {
     padding-top: 40px!important;
     max-width: 960px;
 }
 .itemView.single-page .itemFullText,
  .itemView.single-page .itemIntroText {
     text-align: center;
 }
 .portfolio.single-page .item-basic-info {
     clear: both;
     display: block;
     width: 100%!important;
     float: none!important;
     text-align: center!important;
     margin: auto!important;
 }
 .portfolio.single-page .item-basic-info h1 {
     text-align: center;
     text-transform: uppercase;
 }
.project-info > .project-link { display:none;}

.project-info > .project-description {
   text-align: left;
   padding: 0 50px 0 0;
   width: 70%;
}
.project-info > .project-details {
   text-align: left;
   margin: 0;
   width: 30%;

}
.portfolio.single-page .itemIntroText {
    float: none;
    width: 100%; text-align: left;
}
.portfolio.single-page .itemIntroText p {
   
   
}
.portfolio.single-page .itemIntroText {
    font-size: inherit;
}
.portfolio.single-page .itemFullText {
	
}
.portfolio.single-page .item-header {
    padding: 50px 0 50px;
}
 .logo-inverse .gk-logo-wrap .gk-logo,  .logo-inverse .gk-logo-wrap .gk-logo-text {
    margin: 30px 0 0 0;
}
.full-width #gk-content.no-breadcrumb {
    padding: 26px 0 110px;
}