@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic);

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, 
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup, 
menu, footer, header, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
	display: block;
}

a img {border: 0;}



/*	Typography presets
	------------------	*/
.huge, h1 {
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	color: #d18e2c;
	margin: 0 0 8px 0;
}

body {
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #74787b;
	height: 100%;
	width: 100%;
	overflow-x: hidden;
	background: url(../imgs/lion.png) no-repeat center center fixed #fbf7f2;
	background-size: cover;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale;
}

.small, small {
	font-size: 11px;
	line-height: 13px;
}

/* Selection colours (easy to forget) 

::selection 	 	{background: rgb(255,255,158);}
::-moz-selection 	{background: rgb(255,255,158);}
img::selection 		{background: transparent;}
img::-moz-selection	{background: transparent;}
body {-webkit-tap-highlight-color: rgb(255,255,158);}*/

/*		Default Layout: 992px. 
		Gutters: 24px.
		Outer margins: 48px.
		Leftover space for scrollbars @1024px: 32px.
-------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10
px      68    160    252    344    436    528    620    712    804    896    */

	body {
	-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
}

.wrapper {
	width: 100%;
	min-height: 100% !important;
	line-height: 16px;
	margin: 0 auto -68px;
	overflow-x: hidden;
}

.container {
	width:962px;
	position: relative;
	margin: 0 auto;
}

header {width:100%; height: 68px; position: absolute; top:0; background: #ffffff;}
.logo {
	width: 638px;
	height: 146px;
	margin: 0 auto;
	display: block;
	position: relative;
}

.langs {
	width: 98px;
	height: 26px;
	margin: 0;
	float: left;
	position: absolute;
	top: 24px;
	left: 0;
}
.langs ul {list-style: none;}
.langs ul li {
	float:left;
	margin: 0 4px 0 0;
}
.langs ul li:last-of-type {
	float:left;
	margin: 0;
}
.langs ul li a {
	width: 26px;
	height: 26px;
	border: solid 2px #d6cbbf;
	padding: 4px 5px;
	border-radius: 50%;
	color: #d6cbbf;
	font-family: 'PT Sans', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	text-decoration: none;
	-webkit-transition: 0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

.langs ul li a:hover {
	border: solid 2px #604a25;
	color:#604a25;
	-webkit-transition: 0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}
.langs ul li a.active{
    border: solid 2px #604a25;
    color:#604a25;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
.welcome {
	display: table;
	text-align: center;
	width: 420px;
	height: 26px;
	margin: 0 auto;
	position: relative;
	top: 20px;
}
.welcome h1 {
	font-family: 'PT Sans', sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	color: #d6cbbf;
	margin: 0 0 8px 0;
	text-align:center;
}
.center {
	width: 100%;
	height: 182px;
	margin: auto;
	left:0;
	right:0;
	top:0;
	bottom:0;
	position:absolute;
}
.main-menu {text-align:center;margin: 22px 0 0 0;}
.main-menu a {
	color: #604A25;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	padding: 0 10px 0 0;
	margin: 0 8px 0 0;
	border-right: solid 2px #604A25;
	line-height: 13px;
	display: inline-block;
}
.main-menu a:hover {
	text-decoration: underline;
}
.main-menu a:last-of-type {
	border-right: none !important;
	padding: 0 !important;
}
.contacts-top {
	margin: 0;
	top: 22px;
	right: 0px;
	position: absolute;
}
.tel {
	color: #604a25;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 10px;
	text-align: right;
}
.tel span {
	color: #604a25;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	bottom: 4px;
	position: relative;
}
.email {
	color: #d6cbbf;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: right;
}


/*Footer elements*/
.push, footer {height:68px;}

footer {
	width: 100%;
	height: 68px;
	margin: 0px;
	display: block;
	position: absolute;
	bottom: 0px;
	text-align: left;
	background: #ffffff;
}
.social-links {
	height: 26px;
	display: block;
	text-align: right;
	margin: 0;
	width: 108px;
	float: right;
	top: 22px;
	position: relative;
}
.social-links a > i {
	color: #d6cbbf;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale;
	
}
.social-links a > i:hover {
	color: #786a5b;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale;
}

.copyright {
	color: #d6cbbf;
	font-size: 12px;
	float:left;
	position: relative;
	top:20px;
	width: 320px;
}

/*		Tablet Layout: 768px.
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */

@media only screen and (min-width: 768px) and (max-width: 991px) {

}

/*		Mobile Layout: 320px.
		Gutters: 24px.
		Outer margins: 34px.
		Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252    */

@media only screen and (max-width: 767px) {


}

/*		Wide Mobile Layout: 480px.
		Gutters: 24px.
		Outer margins: 22px.
		Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols    1     2      3      4      5
px      68    160    252    344    436    */

@media only screen and (min-width: 480px) and (max-width: 767px) {
}


/*	Retina media query.
	Overrides styles for devices with a 
	device-pixel-ratio of 2+, such as iPhone 4.
-----------------------------------------------    */

@media 
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (min-device-pixel-ratio: 2) {


}