body {
	width: 100%;
	height: 100%;
	background: #4092c3 url(../images/bg.jpg) repeat-x top center;
	font-family: Helvetica, sans-serif;
	color: #fff;
	font-size: 12px;
	line-height: 12px;
	
}
	.wrapper {
		display: block;
		width: 320px;
		position: relative;
		margin: 0 auto;
	}

	.header {
		height: 25px;
		width: 100%;
		background: #156290;
		padding-top: 10px;
	}

	.header a {
		background-image: url(../images/header-icons.jpg);
		background-repeat: no-repeat;
		padding: 1px 0 1px 22px;
		display: block;
		height: 14px;		
		font-size: 13px;
		line-height: 14px;
	}
		
		.h-offert {
			float: left;
			display: block;
			margin-left: 20px;
			color: #b6f14f;		
			text-decoration: none;
			background-position: top left;
		}
	
		.h-contact {
			float: right;

			margin-right: 20px;		
			color: #b6f14f;		
			text-decoration: none;		
			background-position: bottom left;			
		}
		
		.content {
			width: 100%;
			margin: 0 auto;
			background: transparent url(../images/hp-waves.png) no-repeat center 20px;
/* 			margin-top: 35px; */
		}
		
		.content .logo {
			margin-left: 44px;
			margin-bottom: 5px;
		}
		
		.content .menu {
			margin-top: 10px;
			margin-bottom: 20px;
			width: 292px;

			overflow: hidden;
			margin-left: 19px;
		}
		
			.content .menu a {
				float: left;
				display: block;
				width: 86px;
				height: 76px;
				background-image: url(../images/main-menu.png);
				background-repeat: no-repeat;
				margin-right: 11px;
				margin-bottom: 10px;
				text-indent: -9999px;
			}		


			.content .menu .about {
				background-position: top left;
			}

			.content .menu .services {
				background-position: -97px top;
			}

			.content .menu .projects {
				background-position: -194px top;
			}

			.content .menu .news {
				background-position: bottom left;
			}

			.content .menu .contacts {
				background-position: -97px bottom;
			}


			.content .menu .mobile-apps {
				background-position: right bottom;
			}


		.footer {
			width: 100%;

			background: #243139;
			color: #fff;
			padding: 10px 0;
/*
			position: absolute;
			bottom: 0;
*/

		}
		
			.footer .up-link {
				float: left;
				margin-left: 20px;
				padding-left: 20px;
				background: url(../images/footer-up-arrow.jpg) no-repeat center left;
				color: #fff;
				text-decoration: none;			
				
				font-size: 11px;
				line-height: 11px;
				
			}
		
			.footer .copy {
				float: right;
				margin-right: 20px;
				font-size: 11px;
				line-height: 11px;
			}


			.footer .home-link {
				float: left;
				margin-left: 20px;
				padding-left: 20px;
				background: url(../images/footer-home.png) no-repeat 2px 2px;
				color: #fff;
				text-decoration: none;			
				margin-top: 5px;
				
				font-size: 11px;
				line-height: 11px;
			}
		
			.footer .fullsite {
				float: right;
				margin-right: 20px;
				margin-top: 5px;
				font-size: 11px;
				line-height: 11px;
				
			}
	
.page-title {
	display: block;
/* 	height: 38px; */
	background: #0b5b8a;
	margin-top: 20px;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: #FFF;
}

	.title {
		display: block;
		padding-left: 55px;
		padding-right: 10px;
		padding-top: 11px;
		padding-bottom: 10px;
	}

	.title a {
		color: #8bd3fb;
		text-decoration: none;
		padding-right: 20px;
		background: url(../images/brc-arrow.png) no-repeat  right 6px;
		font-size: 16px;
		line-height: 16px;
	}	
	
	.news .title {
		background: url(../images/page-title-news.png) no-repeat 15px 10px;		
	}

	.projects .title {
		background: url(../images/page-title-projects.png) no-repeat 15px 10px;		
	}

	.contacts .title {
		background: url(../images/page-title-contacts.png) no-repeat 15px 7px;
	}
	
	.services .title {
		background: url(../images/page-title-services.png) no-repeat 15px 7px;
	}

	.about .title {
		background: url(../images/page-title-about.png) no-repeat 15px 10px;
	}

	.mobile-apps .title {
		background: url(../images/page-title-mobile-apps.png) no-repeat 15px 6px;
	}

	.offer .title {
		background: url(../images/page-title-offer.png) no-repeat 15px 10px;
	}

	.filter .title {
		background: url(../images/page-title-filter.png) no-repeat 15px 8px;
	}

	
.pagination {
	padding: 0 15px;
	margin: 15px 0;
	height: 23px;
	
}

	.pagination a, .pagination span {
		display: block;
		width: 24px;
		height: 23px;
		background-image: url(../images/pagination-arrows.png);
		background-repeat: no-repeat;
		text-indent: -9999px;		
	}

	.pagination div {
		width: 222px;
		margin-top: 11px;
		margin-left: 10px;
		background: #89bcdd;
		height: 2px;
		display: inline-block;
	}

	.pagination .prev {
		float: left;
		background-position: top left;
	}

	.pagination .next {
		float: right;
		background-position: left -33px;
	}

	.pagination .prev-disabled {
		float: left;
		background-position: left -102px;
		text-indent: -9999px;		
	}

	.pagination .next-disabled {
		float: right;
		background-position: left -66px;
		text-indent: -9999px;		
	}





.item {
	display: block;
	width: 290px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(../images/news-item-bg.png) repeat-x top left;
}

	.first-item {
		background: none;
	}

	.item img {
		border: 3px solid #a0cae1;
		float: left;
	}
	
	.item .item-info {
		width: 210px;
		float: right;
	}

		.item-info .item-title {
			color: #b6f14f;
			font-weight: bold;
			font-size: 11px;
			line-height: 13px;			
			text-decoration: none;
		}

		.one-item .item-date,
		.item-info .item-date {
			color: #95c6e8;
			margin: 5px 0;
		}		

		.item-info .item-text {
			line-height: 15px;
		}
		
	.item .more {
		margin-top: 15px;
	}		
	
	.item .item-title-projects {
		font-size: 16px;
		line-height: 17px;
		color: #FFF;
		font-weight: bold;
		text-decoration: none;
		display: block;
	}

	.item .item-url {
		font-size: 14px;
		line-height: 16px;
		color: #b6f14f;
		font-weight: bold;
		text-decoration: none;
		margin-bottom: 10px;
		display: block;
	}
		

.one-item {
	width: 290px;
	margin: 20px auto;
	padding-bottom: 30px;
	background: url(../images/news-item-bg.png) repeat-x bottom left;
	
}

	.one-item h3 {
		font-size: 16px;
		line-height: 17px;
	}
	
	.one-item .item-url {
		color: #b6f14f;
		font-size: 14px;
		line-height: 15px;
		text-decoration: none;
		display: block;
		margin-top: 10px;
	}
	
	.one-item .item-image {
		border: 3px solid #A0CAE1;
		margin-top: 15px;
	}
	
	.one-item .item-text {
		font-size: 11px;
		line-height: 16px;
		margin-top: 15px;
	}
	
	.one-item .item-images {
		margin-top: 15px;
	}
	
		.one-item .item-images a {
			margin-right: 17px;
		}	

	.one-item .title-wrapper {
		float: left;
		width: 190px;
	}
	
	.one-item .share {
		float: right;
		width: 93px;
	}

.more-links {
	width: 290px;
	margin: 0 auto 20px auto;
}
	.more-links .more {
		padding: 5px 0 6px 0;
		width: 94px;
		text-align: center;
		white-space: nowrap;
	}

		
.inner-wrapper {
	width: 320px;
	margin: 0 auto;
}	
	


.contact-data {
	width: 290px;
	margin: 30px auto 20px auto;
}

/*
	.map {
		display: block;
		margin-top: 5px;
		color: #B6F14F;
		font-size: 11px;
		line-height: 12px;
		text-decoration: none;
		font-weight: normal;
		height: 12px;
		padding-top: 17px;
		background: url(../images/map-link-bg.png) no-repeat center right;
	}

	.map b {
		font-size: 12px;
		color: #FFF;
	}
*/

.map {
	width: 100%;
	height: 218px;
	margin-bottom: 20px;
	margin-top: 20px;
}


	.map a {
		display: block;
		width: 100%;
		height: 100%;
		background: url(../images/mini-map.jpg) no-repeat center left;
		border-radius: 3px;
		max-width: 300px;
	}
	
	.contact-data .contact-title {
		background: none;
		font-size: 16px;
		line-height: 17px;
		font-weight: bold;
		display: block;
		margin-bottom: 20px;
	}

	.contact-data .contact-subtitle {
		background: none;
		font-size: 15px;
		line-height: 16px;
		font-weight: bold;
		color: #012a42;
		margin-bottom: 15px;
	}

	.contact-data .address {
		font-weight: bold;
		font-size: 12px;
		line-height: 18px;
		margin-top: 10px;
		padding-bottom: 15px;
		background: url(../images/news-item-bg.png) repeat-x bottom left;		
	}
	
		.address .thin {
			color: #cbedff;
			font-weight: normal;
		}
		
	.contact-data .contact-form {
		margin-top: 10px;
		width: 290px;
	}
	
	.form-message {
		width: 290px;
		padding-bottom: 15px;
		font-weight: bold;
		font-size: 12px;
		line-height: 12px;
	}
	
		.contact-form .success {
			color: #B6F14F;
		}

		.contact-form .error {
			color: #BD1023;
		}

	
		.contact-form .row {
			display: block;
			padding-bottom: 10px;
		}

			.row .row-title {
				width: 88px;
				float: left;
				padding-top: 5px;
			}

			.row .row-field {
				width: 200px;
				float: right;
			}
			
				.row .input-text {
					width: 190px;
					height: 23px;
					
					padding: 0 5px;
					background: transparent url(../images/input-text.png) no-repeat top left;
					border: none;
				}

				.row .input-textarea {
					width: 190px;
					height: 93px;
					
					padding: 5px;
					background: transparent url(../images/input-textarea.png) no-repeat top left;
					border: none;
				}
				
		.contact-form .submit-row {
			display: block;
			padding-top: 10px;
		}
		
			.submit-row .req-fields {
				float: left;
				padding-top: 10px;
			}
			
			.submit-row .more {

				float: right;
			    -webkit-appearance: none;				
			}
					
.text-page {
	width: 290px;
	margin: 20px auto;
	line-height: 16px;
	padding-bottom:20px;
	background: url(../images/news-item-bg.png) repeat-x bottom left;
}


.filter-section {
	width: 290px;
	margin: 20px auto;
	padding-bottom:20px;
	background: url(../images/news-item-bg.png) repeat-x bottom left;
}

	.filter-link {
		display: block;
		color: #FFF;
		font-size: 12px;
		line-height: 20px;
		font-weight: bold;
		text-decoration: none;
	}
	
.section-title {
	display: block;
	margin-bottom: 15px;	
}
	
.half-section {
	float: left;
	width: 50%;
}

	
.one-item .pagination {
	padding: 0;
}


.photos .item-image {
	margin-top: 0;
}

/* Globals */

a {
	color: #B6F14F;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;	
	
/* 	-webkit-tap-highlight-color:rgba(0,0,0,0); /* Remove highlight color */ */
}


.fb-link {
	display: block;
	width: 93px;
	height: 23px;
	background: url(../images/fb-share.png) no-repeat top left;
	text-indent: -9999px;
}

.more {
	display: inline-block;
	padding: 5px 9px 6px 9px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #2375a4;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	border: none;
	font-size: 10px;
	line-height: 10px;
}

.clear {
	clear: both;
	width: 0px;
	height: 0px;
	overflow: hidden;
	font-size: 1px;
}

.green-link {
	color: #b6f14f;
	text-decoration: none;
}


.red {
	color: #BD1023;
}

#scroller {

	float:left;
	width:100%;
	padding:0;
}

#wrapper {

	width:100%;
	height: 100%;
	background: #4092c3 url(../images/bg.jpg) repeat-x top center;
}


/* END Globals */





/* FROM EXSISTO */

.item-text h2 {
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 15px;
	clear: both;
	padding: 7px 0 7px 0;
	font-weight: normal;
}


.item-text ul {
	margin: 7px 0;
}

.item-text ul li {
/* 	color: #636363; */
	background-image: url(../images/portfolio_box_bullet.png);
}

.item-text ul li {
	font-size: 12px;
	padding: 0 0 0 15px;
	background-repeat: no-repeat;
	background-position: 0 5px;
	margin-bottom: 5px;
}

.item-text p {

	padding: 7px 0 7px 0;
}

/* END FROM EXSISTO.BG */


.gplus-button {
	margin-bottom: 7px;
}