/*

#------------------------------------------------------------------------

# 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 

*/



/* Basic elements */

*,

*:after,

*:before {

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	box-sizing: border-box;

}

html { -webkit-font-smoothing: subpixel-antialiased; }

body {

	background: #fff;

	color: #1c4767;

	font-size: 18px;

	font-weight: 400;

	line-height: 1.7;

	margin: 0;

	min-height: 100%;

	padding: 0;

	word-wrap: break-word;

}

a,

a.inverse:active,

a.inverse:focus,

a.inverse:hover,

.itemInfo a.inverse:active,

.itemInfo a.inverse:focus,

.itemInfo a.inverse:hover,

.itemAdditionalInfo a.inverse:active,

.itemAdditionalInfo a.inverse:focus,

.itemAdditionalInfo a.inverse:hover {

	color: #beb4a7;

	-webkit-transition: all 0.2s linear;

	-moz-transition: all 0.2s linear;

	-o-transition: all 0.2s linear;

	transition: all 0.2s linear;

	text-decoration: none;

}

.itemInfo a.inverse,

.itemAdditionalInfo a.inverse {

	color: #a8a8a8;

}

a.inverse,

a:hover,

a:active,

a:focus { color: #010101; }

h1,

h2,

h3,

h4,

h5,

h6 {

	color: #204667;

	font-weight: 400;

	line-height: 1.4;

	margin: 0;

	padding: 0;

}

.itemBody h1,

.itemBody h2,

.itemBody h3,

.itemBody h4,

.itemBody h5,

.itemBody h6 { 

	font-weight: bold;

	margin: 40px 0 30px; 

}

h1 {

	font-size: 40px;

	margin-bottom: 32px;

	text-transform: none

}

h2 {

	font-size: 36px;

	text-transform: none

}

h3 { font-size: 24px; }

h4 { font-size: 18px; }

h5 { font-size: 16px; }

h6 { font-size: 14px; }

.itemBody h1 { font-size: 36px; }

.itemBody h2 { font-size: 26px; }

.itemBody h4 { font-size: 18px; }

.itemBody h5 { font-size: 16px; }

.itemBody h6 { font-size: 14px; }



ul {

	list-style: none;

	margin: 0;

	padding: 0;

}

li { 

	font-size: 18px;

	line-height: 1.7; 

}

p { margin: 1em 0 1.8em; }

iframe { max-width: 100%!important; }





/* Containers */

.narrow-width .gk-page {

	max-width: 960px;

}

#gk-bg {

	overflow: hidden;

	width: 100%;

}

#gk-footer,

#gk-sidebar,

#gk-breadcrumb {

	-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;

}



/* Logo  */

.gk-logo-wrap {

	left: auto;

	position: absolute;

	right: 50%;

	top: 0;

	width: 50%;

	z-index: 998;

	display: none;

}

.gk-logo-wrap .gk-logo,

.gk-logo-wrap .gk-logo-text {

	margin: 86px 0 0 0;

}

.gk-logo {

	color: #fff;

	display: block;

	float: left;

}

.gk-logo img {

	display: block;

	height: auto;

	max-height: 64px;

}

.gk-logo-text {

	color: #beb4a7;

	display: block;

	float: left;

	font-size: 30px;

	font-weight: bold;

	height: 30px;

	line-height: 30px;

	margin: 40px 0;

	text-transform: uppercase;

}

.gk-logo-text:hover {

	color: rgba(255, 255, 255, .8);

}

.gk-logo-text > span {

	display: block;

	float: left;

	line-height: 39px;

	padding: 0 22px 0 0;

}

.gk-logo-text > span + span {

	font-size: 12px;

	font-weight: 400;

	line-height: 35px;

	padding: 0;

}

.gk-logo-text > span + span:before {

	border-left: 1px solid rgba(255, 255, 255, .15);

	content: "";

	display: block;

	float: left;

	height: 30px;

	margin: 0 25px 0 0;

	width: 1px;

}

/* Logo in the header */

.gk-logo-text.inverse > span {

	color: #1c4767;

	font-size: 20px;

	line-height: 33px;

}

.gk-logo-text.inverse > span + span {

	font-size: 12px;

	line-height: 31px;

}

.gk-logo-text.inverse > span + span:before {

	border-left-color: rgba(33, 37, 41, .3);

	height: 26px;

}



/* Stylearea */

#gk-style-area {

	clear: both;

	display: block;

	float: right;

	line-height: 10px;

	margin: 0 0 40px 0;

	padding: 0;

	text-align: center;

}

#gk-style-area a {

	border-radius: 50%;

	display: inline-block;

	height: 7px;

	margin: 5px 0 0 5px;

	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: -webkit-transform 0.2s ease-out;

	-moz-transition: -moz-transform 0.2s ease-out;

	-o-transition: -o-transform 0.2s ease-out;

	transition: transform 0.2s ease-out;

	width: 7px;

}

#gk-style-area a:first-child { margin-left: 0; }

#gk-style-area a:hover {

	-webkit-transform: scale(1.25);

	-moz-transform: scale(1.25);

	-ms-transform: scale(1.25);

	-o-transform: scale(1.25);

	transform: scale(1.25);

}

#gk-color1 { background: #beb4a7; }

#gk-color2 { background: #8e3a1e; }

#gk-color3 { background: #de8e1c; }

#gk-color4 { background: #c4bcfb; }

#gk-color5 { background: #777; }



/* Group modules */

.no-mainbody #gk-header {

	height: 100%;

	position: absolute;

	width: 100%;

}

#gk-top,

#gk-bottom1,

#gk-bottom2 {

	clear: both;

	overflow: hidden;

}

#gk-mainbody {

/*	padding: 114px 0 124px 0; */

	padding: 0px 0 124px 0;

	position: relative;

}



/* standard breadcrumb */

#gk-breadcrumb {

	margin: 0 0 0 50%;

	overflow: hidden;

	padding: 88px 0 0 0;

	position: relative;

	text-align: right;

	width: 50%;

	z-index: 999;

}

.breadcrumbs {

	color: #000;

	float: left;

	font-size: 14px;

	text-align: right;

	width: 100%;

}

.breadcrumbs li.separator {

	color: #aaa;

	font-size: 14px;

	padding: 4px 6px !important;

	text-align: center;

	width: 22px;

}

.breadcrumbs > li {

	clear: none;

	display: inline-block;

	font-size: 14px;

}

.breadcrumbs li a { color: #888; }

.breadcrumbs li a:hover { color: #beb4a7; }



/* footer */

#gk-footer {

	clear: right;

	float: right;

	margin-top: -15px;

	overflow: hidden;

}

#gk-footer a {

	color: rgba(255, 255, 255, 0.4);

	padding: 0!important;

}

#gk-footer a:active,

#gk-footer a:focus,

#gk-footer a:hover { color: #fff; }

#gk-copyrights {

	color: rgba(255, 255, 255, 0.4);

	float: right;

	font-size: 12px;

	line-height: 20px;

	margin: 0;

	padding: 0;

	position: relative;

	text-transform: uppercase;

}

#gk-lang,

#gk-copyrights,

#gk-style-area {

	float: right;

	margin-left: 20px;

}



/* Other footer elements */

#gk-framework-logo {

	display: block;

	width: 90px;

	height: 36px;

	background: url('../images/gavern-logo.png') no-repeat 0 0;

	text-indent: -9999em;

	margin: 12px auto 0 auto;

	opacity: 0.4;

}

/* Suffixes */



/* default suffix */

.box {

	font-size: 15px;

	line-height: 1.6;

	margin: 0 0 50px 0;

	width: 100%;

}

div.content { clear: both; }

.box li {

	border-bottom: 1px solid #ddd;

	line-height: 1.6;

	padding: 7px 0;

}

.box li:last-child { border-bottom: none; }

.box li a {

	line-height: 1.0;

	text-decoration: none;

}

.box a { text-decoration: none; }

.box ul ul { margin-left: 20px; }

.box .header, #loginForm > h3 {

	color: #111;

	font-size: 18px;

	font-weight: bold;

	line-height: 1;

	padding: 0 0 24px 0;

	text-transform: uppercase;

}



/* clear suffix */

.box.clear {

	border: none !important;

	clear: none;

	padding: 0!important;

}

.clear div.content { clear: both; }



/* advertisement suffix */

.box.advertisement .header {

	background: transparent;

	border-bottom: 1px solid #ddd;

	color: #bbb!important;

	font-family: Arial;

	font-size: 11px!important;

	font-weight: 300;

	line-height: 16px;

	margin: 0 0 16px 0;

	min-height: 21px;

	padding: 0;

	text-align: right;

	text-transform: uppercase;

}



/* suffix light */

.box.light .box-wrap {

	background: #f5f5f5;

	border: none;

	padding: 32px!important;

}



/* suffix _text */

.box_text > div { background: #fff; }



/* suffix dark */

.box.dark .box-wrap {

	background: #1c4767;

	border: none;

	color: #999;

	padding: 32px!important;

}

.box.dark .header {

	background: transparent!important;

	line-height: 1.2;

}

.box.dark h1,

.box.dark h2,

.box.dark h3,

.box.dark h4,

.box.dark h5,

.box.dark h6 { color: #fff; }

.box.dark ul {

	margin: 0;

	padding: 0;

}

.box.dark ul li {

	border-bottom: 1px solid #555;

	font-size: 15px;

	position: relative;

}

.box.dark ul li:last-child { border-bottom: none; }

.box.dark a { color: #ddd!important; }

.box.dark a:active,

.box.dark a:focus,

.box.dark a:hover { color: #beb4a7!important; }

.box.dark ul ul { margin: 0 0 0 20px; }



/* Suffix nomargin */

.box.nomargin {

	margin: 0!important;

	padding: 0!important;

}



/* Menu suffix */

.box ul.menu ul { margin: 0 0 32px 0; }

.box ul.menu li li {

	border-bottom: 1px solid #e5e5e5;

	font-size: 12px;

	padding-left: 6px;

}

.box ul.menu li.active { background: #F2F4F5 }

.box ul.menu li.active a { padding: 8px 16px }

.box ul.menu li li a { margin: 0 0 0 6px }

.box .menu .header + .content ul li:first-child { border-top: none; }

.menu li a {

	color: #000;

	display: inline-block;

	font-size: 15px;

	padding: 8px 0;

}

.menu li a:hover {

	color: #beb4a7 !important;

	padding-left: 10px;

}

.box .menu li li a {

	color: #666;

	font-weight: normal

}

.box .menu li strong { display: block; }



/* Social icons */

#gk-social {

	float: right;

	margin: 40px 0;

	overflow: hidden;

}

#gk-social a {

	color: rgba(255, 255, 255, 0.4);

	display: block;

	float: left;

	font-size: 25px;

	height: 25px;

	line-height: 25px;

	margin: 0 0 0 5px;

	overflow: hidden;

	text-align: center;

	width: 27px;

}

#gk-social a:before {

	font-size: 24px;

	line-height: 25px;

}

#gk-social a:hover {

	color: #fff!important;

}



/* tablet/mobile suffixes */

.onlydesktop { display: block; }

.onlytablet { display: none; }

.onlymobile { display: none; }



/* Login form */

#gkFBLogin {

	float: left;

	width: 45%;

}

#gkFBLogin p {

	line-height: 18px;

	margin: 14px 0 20px;

}

#gkFBLogin + #login-form,

#gkFBLogin + #com-login-form {

	float: left;

	width: 45%;

	margin-left: 4%;

	padding-left: 30px;

	border-left: 1px solid #e7e7e7;

}

#form-login-remember { margin: 10px 0; }



#login-form fieldset p { margin: 0.5em 0; }

#login-form ul {

	border-top: 1px solid #E5E5E5;

	margin: 0 0 12px;

	overflow: hidden;

	padding: 12px 0;

}

#login-form ul li {

	color: #999;

	font-size: 12px;

	display: inline-block;

	line-height: 1.6;

	margin-right: 12px;

}

#login-form input[type="text"],

#login-form input[type="password"] { width: 95%; }

label#jform_spacer-lbl {

	font-size: 14px;

	font-weight: normal;

	color: #666;

}



/* Popup login */

#gkPopupLogin {

	display: none;

	left: 0;

	opacity: 0;

	margin-top: 200px;

	padding: 0 0 0 75px;

	position: absolute;

	-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: 100%;

}

.popup-open #gkPopupLogin {

	margin-top: 45px;

	opacity: 1;

}

#gkPopupLogin span#fb-auth {

	margin-top: 0;

}

#gkPopupLogin .button:active,

#gkPopupLogin .button:focus,

#gkPopupLogin .button:hover {

	background: transparent;

}

.gkUsermenu {

	clear: both;

	float: left;

	margin: 20px 0;

}

.gkUserdata .logout-button .button {

	margin: 10px 0 0 0;

}

#gkPopupLogin #form-login-buttons { clear: both}

#gkPopupLogin #form-login-buttons input.button { margin: 0 0 50px}

#gkPopupLogin #fb-auth, #gkPopupLogin .button.full { width: 95% }

#gkPopupLogin #form-login-remember { float: left;}

#gkPopupLogin #form-login-forgot { float: right; margin: 10px 5% 0 0}

#gkPopupLogin #form-login-forgot a { color: #999; font-size: 14px; }

#gkPopupLogin #form-login-forgot a:hover { color: #111}

/* Login with Facebook button */

span#fb-auth small {

	width: 20px;

	background: transparent url('../images/fbauth.png') no-repeat 0 2px;

	text-indent: -999em;

	display: block;

	float: left;

	border-right: 1px solid #a0aecd;

	margin: 17px 16px 0 10px;

	height: 17px;

}

span#fb-auth {

	background-color: #798db9;

	border-radius: 1px;

	-moz-border-radius: 1px;

	-webkit-border-radius: 1px;

	

	display: inline-block;

	color: #fff;

	line-height: 49px;

	font-size: 14px;

	font-weight: 700;

	

	padding: 0 30px 0 12px;

	cursor: pointer;

	height: 49px;

	-webkit-transition: background-color 0.2s ease-out;

	-moz-transition: background-color 0.2s ease-out;

	-o-transition: background-color 0.2s ease-out;

	transition: background-color 0.2s ease-out;

	position: relative;

	text-transform: uppercase;

	text-align: center;

	

}

span#fb-auth:hover { background-color: #556b9b; }



#gk-btn-login {

	float: right;

	margin: -12px 0 0 20px;

	padding: 0 20px;

}



ul.lang-inline li { border: none; }




.i2_whatsapp {
	width:70px;
	height:71px;
	position:fixed;
	top:10px;
	right:10px;
}


.gk-page, .narrow-width #page-nav .gk-page, .narrow-width #overlay-menu-content .gk-page {
	max-width:98%!important	
}