/*
#------------------------------------------------------------------------
# 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;
}
*:focus {
    outline: none;
}
html { -webkit-font-smoothing: subpixel-antialiased; }
body {
	background: #fff;
	color: #212529;
	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: #cc6060;
	-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: #212529;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
	padding: 0;
}
.itemBody h1,
.itemBody h2,
.itemBody h3,
.itemBody h4,
.itemBody h5,
.itemBody h6 { 
	font-weight: bold;
	margin: 100px 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; }
input, textarea {
	border-radius:0;
	box-shadow:none;
	-webkit-appearance: none;
}

/* 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;
	top: 0;
	width: 100%;
	z-index: 998;
}
.gk-logo-wrap .gk-logo,
.gk-logo-wrap .gk-logo-text {
	margin: 90px 0 0 40px;
}
.gk-logo {
	color: #fff;
	display: block;
	float: left;
}
.gk-logo img {
	display: block;
	height: auto;
	width:auto;
}
.gk-logo-text {
	color: #fff;
	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: #212529;
	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: #cc6060; }
#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: 300px 0 0 0;
	position: relative;
	float: left;
	width: 100%;
}

/* 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: #cc6060; }

/* 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: #212529;
	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: #cc6060!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: #cc6060 !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: 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: 25px;
	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; }


/* ARTIFIEDWEB CODE */
#page-nav .gk-page {
	max-width:100%;
	padding:15px 40px;
}
#Copyrights {
	float: left;
	width: auto;
}
#overlay-menu .right {
	float: right;
}
#AW_developed {
	float: left;
	width: auto;
	margin-top:5px;
}
#Pnevmatikos {
	float: right;
	width: auto;
	clear: right;
}
#Pnevmatikos p,
#Pnevmatikos p img{
	margin:0;
	float:left;
	width:100%;
}
#k2Container.default {
	float: left;
	width: 100%;
	padding-bottom:74px;
}
#k2Container.default .itemImageBlock {
	float: left;
	width: 50%;
}
#k2Container.default .itemImageBlock * {
	float:left;
	width:100%;
}
#k2Container.default .itemBody {
	float: right;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px 12.5% 0 7.5%;
}
#k2Container.default .itemBody h2 {
	margin: 25% 0 40px;
	font-size:30px;
	font-weight:400;
}
#k2Container.default .itemIntroText p {
	float:left;
	width:100%;
	display:block;
	margin:0 0 30px;
	line-height:24px;
	font-size:17px;
	letter-spacing:1px;
}
#k2Container.default .itemFullText p {
	float:left;
	width:100%;
	display:block;
	margin:0 0 30px;
	line-height:24px;
	font-size:15px;
}
#k2Container.default .itemFullText p a {
	color: #000;
	font-weight: 700;
	font-style: italic;
}
#k2Container.default .itemFullText p a:hover {
	text-decoration:underline;
}
#k2Container.default .itemBody h4.subtitle {
	font-size:30px;
	float:left;
	width:100%;
	margin:20px 0 5px;
	font-weight:400;
}
#k2Container.default .itemBody p.quote {
	font-size:22px;
	line-height:30px;
}
#k2Container.default .itemBody span.greek {
	font-weight: 300;
	font-size: 0.8em;
}

#k2Container.itemListView {
	float:left;
	width:100%;
	padding-bottom:75px;
}
#k2Container.itemListView .itemListCategoriesBlock {
	float: left;
	width: 100%;
	padding: 0 40px 20px;
}
#k2Container.itemListView .itemListCategoriesBlock h2 {
	margin: 0 0 15px;
	font-size: 30px;
	font-weight: 400;
	max-width: 640px;
}
#k2Container.itemListView .itemListCategoriesBlock .catDescription {
	line-height: 24px;
    font-size: 15px;
    max-width: 640px;
    margin: 0 0 15px;
}
#k2Container.itemListView #itemListLeading {
	float:left;
	width:100%;
}
#k2Container.itemListView #itemListLeading .itemContainer {
	float: left;
	width: 50%;
}
#k2Container.itemListView #itemListLeading .itemContainer .catItemView {
	height: 0;
	padding-top: 60%;
	position: relative;
	background-size: cover;
	background-position: center center;
}
#k2Container.itemListView #itemListLeading .itemContainer .catItemView .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 0.3s ease 0s;
	background-color: #000;
}
#k2Container.itemListView #itemListLeading .itemContainer .catItemView:hover .overlay {
	opacity: 0.4;
}
#k2Container.itemListView #itemListLeading .itemContainer .catItemView .content {
	padding: 10px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	font-size: 30px;
	max-width: 100%;
	width: 100%;
	line-height: 1.2;
	opacity: 0;
	transition: all 0.3s ease 0s;
	text-align: center;
	text-transform: uppercase;
}
#k2Container.itemListView #itemListLeading .itemContainer .catItemView:hover .content {
	opacity: 1;
}
#k2Container.itemListView #itemListLeading .itemContainer .catItemView .content .catItemTitle {
	float:left;
	text-align:center;
	color:#fff;
	font-size:30px;
	font-weight: 400;
	width:100%;
}
#k2Container.itemListView #itemListLeading .itemContainer .catItemView .content .catItemReadMore {
	float:left;
	width:100%;
	margin-top:30px;
}
#k2Container.itemListView #itemListLeading .itemContainer .catItemView .content .catItemReadMore a {
	display:table;
	margin:0 auto;
	border:1px solid #fff;
	font-size:14px;
	font-weight:400;
	color:#fff;
	padding: 0 40px;
	line-height:40px;
	transition: all 0.3s ease 0s;
}
#k2Container.itemListView #itemListLeading .itemContainer .catItemView .content .catItemReadMore a:hover {
	background-color:#fff;
	color:#000;
}

.aw_varieties,
.aw_works {
	float: left;
	width: 100%;
	padding:0 40px 50px;
	min-height: 700px;
}
.aw_varieties h2.title,
.aw_works h2.title {
	margin: 0 0 15px;
	font-size:30px;
	font-weight:400;
	max-width:640px;
}
.aw_varieties .description,
.aw_works .description {
	line-height:24px;
	font-size:15px;
	max-width:640px;
	margin: 0 0 15px;
}
.aw_varieties .filters {
	float:left;
	width:100%;
	display:flex;
	display:-webkit-flex;
	justify-content:flex-end;
	-webkit-justify-content:flex-end;
	margin-bottom: 20px;
}
.aw_varieties .filters > div {
	position:relative;
}
.aw_varieties .filters .clickable {
	float:left;
	margin-left: 30px;
	width:auto;
	padding-right:30px;
	background-image:url('../../../images/template/arrow_down.png');
	background-repeat:no-repeat;
	background-position: right 7px top 7px;
	cursor:pointer;
}
.aw_varieties .filters label {
	font-size:14px;
	padding-right:5px;
	float:left;
	width:auto;
	line-height:20px;
	cursor:pointer;
}
.aw_varieties .filters .value {
	font-size:14px;
	padding-right:15px;
	float:left;
	width:auto;
	font-weight:700;
	text-transform:uppercase;
	line-height:20px;
	border-right: 1px solid #ddd;
	font-family: Raleway;
}
.aw_varieties .filters .dropdown {
	position: absolute;
	border: 1px solid #ddd;
	padding: 10px;
	width: 160px;
	right: 0;
	top: 25px;
	opacity:0;
	visibility:hidden;
	transition: 0.3s ease 0s;
	background-color:#fff;
	z-index:3;
}
.aw_varieties .filters .dropdown.visible {
	opacity:1;
	visibility:visible;
}
.aw_varieties .filters .dropdown li {
	font-size: 17px;
	margin: 0 20px;
	padding: 3px 0;
	position: relative;
	cursor:pointer;
}
.aw_varieties .filters .dropdown li.all {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 5px;
	padding-bottom: 7px;
}
.aw_varieties .varieties,
.aw_works .row {
	float: left;
	width: 102%;
	margin-left: -1%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.aw_varieties .variety {
	float: left;
	width: 25%;
	transform:scale(1);
	transition: all 0.3s ease 0s;
}
.aw_varieties .variety .spacer {
	margin: 0 4% 8%; 
	float:left;
	width:92%;
}
.aw_varieties .variety.hide {
	transform:scale(0);
	
}
.aw_varieties .variety img {
	float: left;
	width: 100%;
}
.aw_varieties .variety .overlay,
.aw_works .work .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity:0;
	transition: all 0.3s ease 0s;
	background-color:#000;
}
.aw_works .work:hover .overlay {
	opacity:0.4;
}
.aw_varieties .variety .name,
.aw_works .work .title {
	padding: 10px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	font-size: 30px;
	max-width: 100%;
	width: 100%;
	line-height: 1.2;
	opacity:0;
	transition: all 0.3s ease 0s;
	text-align:center;
	text-transform:uppercase;
}
.aw_varieties .variety:hover .name,
.aw_works .work:hover .title {
	opacity:1;
}
.aw_works .work .title .subtitle {
	color:#fff;
	font-size:18px;
	width:100%;
	text-align:center;
	text-transform:none;
	float:left;
}
.aw_works .work.big {
	float: left;
	width:50%;
}
.aw_works .work.small {
	float: left;
	width:25%;
}
.aw_works .work .image {
	background-size:cover;
	background-position:center center;
	position:relative;
	float:left;
}
.aw_works .work.big .image{
	height:0;
	padding-bottom:60%;
	margin:2%;
	width: 96%;
}
.aw_works .work.small .image{
	height:0;
	padding-bottom:120%;
	margin:4%;
	width: 92%;
}

.contact_page .connect {
	float: left;
	width: 100%;
	padding: 0 40px;
	box-sizing: border-box;
	margin-bottom:30px;
}
.contact_page .connect h2 {
	margin: 0 0 15px;
	font-size: 30px;
	font-weight: 400;
	max-width: 640px;
	text-transform:uppercase;
}
.contact_page .connect h4 {
	margin: 0 0 15px;
	font-size: 18px;
	font-weight: 400;
	max-width: 640px;
	text-transform:uppercase;
}
.contact_page .connect p {
	line-height: 24px;
	font-size: 15px;
	max-width: 640px;
	margin: 0 0 15px;
}
.contact_page .contact {
	float: left;
	width: 100%;
	padding: 45px 40px 190px;
	box-sizing: border-box;
	background-color:#f6f6f6;
}
.contact_page .contact h2 {
	font-weight: 700;
	padding: 0 0 20px;
	text-transform: uppercase;
	font-size: 24px;
}
.contact_page .contact .contact_form {
	float: left;
	width: 47%;
}
.contact_page .contact .contact_form .rsform-block,
.contact_page .contact .contact_form .rsform-block .formBody,
.contact_page .contact .contact_form .rsform-block .formBody * {
	float: left;
	width: 100%;
}
.contact_page .contact .contact_form .rsform-block .formControlLabel {
	font-style:italic;
	line-height: 45px;
}
.contact_page .contact .contact_form .rsform-block .formBody input[type="text"],
.contact_page .contact .contact_form .rsform-block .formBody textarea {
	background-color:transparent;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	resize:vertical;
}
.contact_page .contact .contact_form .rsform-block-name {
	float: left;
	width: 47%;
}
.contact_page .contact .contact_form .rsform-block-email {
	float: right;
	width: 47%;
}
.contact_page .contact .contact_form .rsform-block-message {
	margin:25px 0 40px;
}
.contact_page .contact .contact_form .rsform-block-send input[type="submit"] {
	float: left;
	width: auto;
	margin: 0;
	border: 1px solid #212529;
	font-size: 14px;
	font-weight: 400;
	background-color: transparent;
	color: #212529;
	text-transform: uppercase;
	font-style: normal !important;
	font-family: raleway;
	padding: 0 40px;
	transition: all 0.3s ease 0s;
}
.contact_page .contact .contact_form .rsform-block-send input[type="submit"]:hover {
	background-color: #212529;
	color:#fff;
}
.contact_page .contact .details {
	float: right;
	width: 47%;
}
.contact_page .contact .details h2 {
	margin-bottom:45px;	
}
.contact_page .contact .details hr {
	float: left;
	width: 100%;
	margin: 0;
	border: none;
	height: 1px;
	background-color: #e5e5e5;
}
.contact_page .contact .details p {
	float:left;
	width:100%;
	margin:22px 0;
}
.mobile_title {
	display:none;
}
.grecaptcha-badge {
	display: none;
}




























