/*---MAIN CLASSES---*/

@font-face {
	font-family: "League Gothic";
	src: url("fonts/League_Gothic-webfont.eot?") format("eot"),
		 url("fonts/League_Gothic-webfont.woff") format("woff"),
		 url("fonts/League_Gothic-webfont.ttf") format("truetype"),
		 url("fonts/League_Gothic-webfont.svg#") format("svg");
	font-weight:normal;
	font-style:normal;
}

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background-image: url('../img/bg.png');
	overflow: auto;
	color: #6C6C6C;
	font-family: "Helvetica Neue", "Helvetica", Arial, Verdana, "Trebuchet MS";
	font-weight: normal;
	font-size: 14px;
	text-align: center;
}

a {
	color: #07A8B7;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-size: 50px;
	font-weight: normal;
	text-align: center;
	display: block;
	position: relative;
	font-family: "League Gothic";
	text-transform: uppercase;
	margin-left: auto;
	margin-right: auto;
}

h2 {
	display: block;
	font-size: 24px;
	text-transform: uppercase;
	font-family: "League Gothic";
	font-weight: normal;
}

strong {
	color: #09C4D5;
}

p {
	text-align: justify;
}

img {
	border: 0px;
}


form {
	font-family: "Helvetica Neue", "Helvetica", Arial, Verdana, "Trebuchet MS";
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: rgba(0,0,0,0.2);
	margin: 20px 0;
	text-transform: uppercase;
}

input, textarea {
	font-size: 16px;
	color: #666;
	text-shadow: #FFF 0 1px 0;
	background-color:#E5E5E5;
	background-image: linear-gradient(90deg, #D9D9D9, #E5E5E5 33px);
	background-image: -webkit-linear-gradient(90deg, #D9D9D9, #E5E5E5 33px);
	background-image: -moz-linear-gradient(90deg, #D9D9D9, #E5E5E5 33px);
	background-image: -o-linear-gradient(90deg, #D9D9D9, #E5E5E5 33px);
	background-image: -ms-linear-gradient(90deg, #D9D9D9, #E5E5E5 33px);
	padding: 3px;
	border-left: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	border-right: 1px solid #EEE;
	border-top: 1px solid #999;
}

input:focus, textarea:focus {
	background-image: none;
}

/*---MAIN CONTAINER---*/

#content {
	display: block;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/*---MENU---*/

#menu {
	display: block;
	height: 55px;
	width: 960px;
	font-family: "League Gothic";
	margin: 0 auto;
}

#menu img {
	float: left;
	margin-left: 50px;
	margin-right: 80px;
}

#cssdropdown { 
	padding: 0;
	margin: 15px auto 0 auto;
	width: 940px;
	z-index: 100;
}

#cssdropdown ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#cssdropdown li {
	float: left;
	display: block;
	margin-right: 30px;
	margin-left: 30px;
	font-size: 30px;
	text-align: center;
	width: auto;
}

#cssdropdown li a {
	display: block;
	width: 100%;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 50px;
	color: #6C6C6C;
	text-transform: lowercase;
}

#cssdropdown li a:hover {
	display: block;
	width: 100%;
	background-image: url('../img/bg_blue.png');
	text-decoration: none;
	color: #FFF;
	padding-left: 10px;
	padding-right: 10px;
	text-shadow: rgb(0,0,0) 0 -1px 0;
}

#cssdropdown li.headlink {
	float: left;
	display: block;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
}

#cssdropdown li.headlink a { 
	display: block;
	width: 100%;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 50px;
}

#cssdropdown li.headlink ul { 
	position:absolute; 
	display: none; 
	margin: 0px;
	padding: 0px;
	margin-left: -10px;
	text-align: center;
	width: 200px;
	z-index: 100;
}

#cssdropdown li.headlink li { 
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
	float: none;
}

#cssdropdown li.headlink ul li a { 
	display: block; 
	font-size: 20px; 
	border: none; 
	background-image: url('../img/bg_blue.png');
	text-shadow: rgb(0,0,0) 0 -1px 0;
	color: #FFF;
}

#cssdropdown li.headlink ul li a:hover { 
	display: block;
	position: relative;
	background-image: url('../img/bg_black.png');
}

#cssdropdown li.headlink ul li ul { 
	position:absolute; 
	display: none; 
	margin: 0px;
	padding: 0px;
	margin-left: 190px;
	margin-top: -50px;
	text-align: center;
	width: 200px;
}

#cssdropdown li.headlink li { 
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
	float: none;
}

#cssdropdown li.headlink ul li ul li a { 
	display: block;
	border: none; 
	background-image: url('../img/bg_black.png');
	text-shadow: rgb(0,0,0) 0 -1px 0;
	text-decoration: none;
}

#cssdropdown li.headlink ul li ul li a:hover { 
	display: block;
	position: relative;
	background-image: url('../img/bg_black.png');
	text-decoration: underline;
}

.second, .third {
	margin-top: -50px;
}

#menu .lang {
	display: block;
	float: right;
	width: 40px;
	direction: rtl;
}

#menu .lang a {
	color: #09C4D5;
	display: inline;
	margin: 0px;
	padding: 0px;
	background: transparent;
	line-height: 20px;
	text-decoration: underline;
	text-shadow: none;
	font-size: 20px;
}

#menu .lang a:hover {
	text-decoration: none;
}


/*---CONTENT---*/

#main {
	display: block;
	width: 960px;
	background-image: url('../img/bg_main.png');
	border: 1px solid #E6E6E6;
	box-shadow: rgba(0,0,0,0.35) 0 0 5px;
	margin-top: 40px;
}

#breadcrumb {
	display: block;
	width: 100%;
	height: 60px;
	background: rgba(0,0,0,0.3);
	text-shadow: rgba(0,0,0,0.65) 0 -1px 0;
	text-align: left;
	text-transform: uppercase;
	font-family: "League Gothic";
}

#breadcrumb a {
	display: inline-block;
	width: auto;
	color: rgba(255,255,255,0.3);
	padding-left: 10px;
	padding-right: 10px;
	line-height: 60px;
	text-align: center;
	font-size: 24px;
}

#breadcrumb a:hover { 
	background-image: url('../img/bg_black.png');
	color: rgba(255,255,255,1);
}

/*---HOME PAGE---*/

#header {
	display: block;
	width: 960px;
	height: 300px;
	margin-top: 100px;
	text-align: center;
	z-index: 10;
}

#header h1, #header .desc {
	display: inline-block;
	width: 350px;
	font-size: 50px;
	text-align: left;
	padding: 0;
	color: #08C0D0;
	text-shadow: 0px 2px 2px #323232;
	text-transform: uppercase;
	font-family: "League Gothic";
}

#header .inter {
	display: block;
	width: 560px;
	margin: 0 auto;
	color: #6C6C6C;
}

#header .logo {
	display: block;
	width: 360px;
	float: left;
	margin-left: 150px;
}

.bx-wrapper {
	text-align: center;
	margin-bottom: 30px;
}

.bx-prev {
	position: absolute;
	top: 225px;
	left: -55px;
	width: 48px;
	height: 48px;
	text-indent: -999999px;
	background: url('../img/arrow_left.png') no-repeat;
	outline: none;
}

.bx-next {
	position: absolute;
	top: 225px;
	right: -40px;
	width: 48px;
	height: 48px;
	text-indent: -999999px;
	background: url('../img/arrow_right.png') no-repeat;
	outline: none;
}

.bx-next:hover,
.bx-prev:hover {
	background-position: 0 -50px;
}

#header a {
	text-decoration: none;
	color: #09C4D5;
}

#header img {
	margin-bottom: -10px;
}

.slide {
	display: block;
	background: url('../img/shadows.png') no-repeat center bottom;
	padding-bottom: 100px;
	height: 300px;
}

#rubric {
	display: block;
	padding-left: 85px;
	padding-right: 85px;
}

#rubric .rubric-row {
	display: block;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#rubric .separator {
	display: block;
	width: 100px;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
}

#rubric img {
	display: inline-block;
	float: left;
	width: 64px;
	height: 64px;
	margin-right: 30px;
}

#rubric p {
	display: block;
	width: 670px;
	margin-left: 94px;
}

#rubric a:hover {
	color: #FFF;
	text-decoration: none;
}

#rubric h2 {
	margin-top: 0px;
	color: #08C0D0;
	font-size: 50px;
	text-shadow: 0px 2px 2px #323232;
}

/*---BLOG---*/

#blog, #services, #portfolio, #contact {
	padding: 0 60px;
	margin: 30px 0;
}

#blog .entry-img, #blog .blog-img {
	display: block;
	width: 400px;
	height: 200px;
	box-shadow: rgba(0,0,0,0.5) 0 0 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#blog .entry-img {
	width: 400px;
	height: 200px;
	float: right;
	margin-top: 24px;
}

#blog .blog-img {
	width: 120px;
	height: 120px;
	background-position: center;
	float: left;
	margin: 0 20px 20px 0;
}

#blog .headers {
	margin-top: 50px;
}

#blog .blog-title {
	text-align: left;
	margin-bottom: 3px;
	font-size: 50px;
}

#blog .date-time {
	display: block;
	font-size: 10px;
	text-shadow: none;
	margin-bottom: 15px;
}

#blog .social-element {
	display: inline-block;
	float: left;
	margin-right: 10px;
}

#blog .main-texte {
	display: block;
	margin-bottom: 15px;
}

#blog .texte {
	display: block;
	margin-bottom: 35px;
	text-align: justify;
	line-height: 1.5;
}

#blog .lang {
	display: block;
	margin-top: 20px;
	margin-bottom: 50px;
}

#blog .cod, #blog .comment, #blog .entry, form {
	display: block;
	width: auto;
	padding: 20px;
	margin: 20px;
	box-shadow: rgba(0,0,0,0.35) 0 0 5px;
	border: 1px solid #E6E6E6;
	background-color: rgba(0,0,0,0.1);
	color: #444;
	font-size: 12px;
	text-shadow: 0px 1px #FFF;
}

#blog .cod {
	font-family: Courier;
}

#blog label {
	font-size: 20px;
	font-family: "League Gothic";
}

#blog .comment {
	text-align: justify;
	margin-left: 80px;
	font-family: "Helvetica Neue", "Helvetica", Arial, Verdana, "Trebuchet MS";
}

#blog .astanos {
	margin-left: 130px;
}

#blog .astanos-gravatar {
	margin-left: 50px;
}

#blog .author {
	display: block;
	font-size: 14px;
	text-shadow: none;
	margin-bottom: 5px;
}

#blog .gravatar {
	float: left;
}

#blog a:hover {
	text-decoration: none;
}

/*---SERVICES---*/

#services img {
	float: left;
}

#services p {
	display: inline-block;
	float: left;
	width: 350px;
	margin-left: 30px;
	line-height: 1.5;
}

#services-rub {
	display: block;
	padding: 0px 50px;
}

#services-rub .row {
	display: block;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
}

#services-rub .separator {
	display: block;
	width: 300px;
	height: 20px;
	border-bottom: solid #BBB 1px;
	margin-left: auto;
	margin-right: auto;
}

#services-rub .separator-bottom {
	border-bottom: none;
	border-top: solid #DDD 1px;
}

#services-rub img {
	display: inline-block;
	float: left;
	width: 64px;
	height: 64px;
	margin-right: 30px;
}

#services-rub p {
	display: block;
	width: 450px;
	float: none;
	margin-left: 95px;
}

#services-rub a:hover {
	color: #FFF;
	text-decoration: none;
}

#services-rub h2 {
	margin-top: 0px;
}


#services .main {
	width: 600px;
	text-align: justify;
}

#services .more {
	margin-top: 40px;
	font-size: 24px;
	font-family: "League Gothic";
	width: 100%;
}

#services strong {
	font-weight: normal;
	color: #07A8B7;
}

/*---PORTFOLIO---*/

#portfolio .element {
	display: block;
	width: 200px;
	height: 200px;
	padding: 15px;
	margin-left: 35px;
	float: left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: rgba(0,0,0,0.2);
	box-shadow: rgba(0,0,0,0.35) 0 0 5px;
	border: 1px solid #E6E6E6;
}

#portfolio h2 {
	margin-top: 40px;
	font-size: 24px;
	text-align: center;
	font-family: "League Gothic";
}

#portfolio .img-full {
	width: 600px;
	height: 300px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#portfolio p {
	width: 600px;
	margin: 50px auto;
}

#portfolio .tools {
	display: inline-block;
	width: 300px;
	float: left;
	margin-left: 120px;
}

/*---CONTACT---*/

#contact p {
	font-size: 20px;
	font-weight: normal;
	text-align: justify;
	display: block;
	position: relative;
	font-family: "League Gothic";
}

#contact .ta-c {
	text-align: center;
	font-family: "Helvetica Neue", "Helvetica", Arial, Verdana, "Trebuchet MS";
	font-size: 14px;
}

.sent {
	color: #09C4D5;
}

/*---FOOTER---*/

#footer {
	display: block;
	text-align: center;
	margin-top: 40px;
}

#footer-header {
	display: block;
	height: 70px;
	width: 100%;
	background: url('../img/arrow_footer.png') repeat-x;
}

#resume {
	display: block;
	position: relative;
	width: 100%;
	height: 450px;
	padding-top: 20px;
	padding-bottom: 80px;
	margin-left: auto;
	margin-right: auto;
	text-shadow: 0px 2px 0px #323232;
	background-image: url('../img/bg_black.png');
	font-size: 12px;
}

#resume a {
	color: #DDD;
}

#resume .date {
	font-size: 10px;
	color: #999;
}

#resume .blog-entries {
	padding: 0px;
	margin-top: 10px;
	display: inline-block;
	width: 250px;
}

#resume .last-link {
	margin-top: 20px;
}

#resume .margintop {
	margin-top: 70px;
}

#resume img {
	border: 0px;
	display: block;
	width: 64px;
	height: 64px;
	float: left;
}

#resume .icons {
	display: block;
	float: left;
	width: 66px;
	margin: 0 0 20px 40px;
}


.column-block {
	display: block;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-shadow: 0px 1px 0px #323232;
}

.first-column, .column, .last-column {
	position: relative;
	display: block;
	width: 250px;
	height: 450px;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
}

.first-column {
	margin-left: 15px;
	border-right: 1px solid #777;
}

.column {
	border-left: 1px solid #555;
	border-right: 1px solid #777;
}

.last-column {
	border-left: 1px solid #555;
}

.column-title {
	display: block;
	width: 250px;
	height: 50px;
	margin-bottom: 30px;
	background: transparent;
	text-transform: uppercase;
	font-size: 50px;
	line-height: 50px;
	text-align: center;
	text-shadow: 0px 2px 0px #323232;
	color: white;
	font-family: "League Gothic";
}

/*---OTHER---*/

.rep {
	clear: both;
	height: 10px;
	display: block;
}

.form-text {
	padding: 0px;
	margin: 0px;
	display: inline-block;
	width: 100px;
	margin-bottom: 20px;
	vertical-align: top;
}

.captcha {
	margin-top: 20px;
	margin-bottom: 20px;
}

.error, .red {
	color: red;
}

.disclaimer {
	text-transform: none;
	font-size: 12px;
}

.submit {
	font-family: "Helvetica Neue", "Helvetica", Arial, Verdana, "Trebuchet MS";
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px 25px;
	border: none;
	box-shadow: rgba(0,0,0,0.35) 0 0 5px;
	background-color:#E5E5E5;
	background-image: linear-gradient(90deg, #D9D9D9, #E5E5E5 3px);
	background-image: -webkit-linear-gradient(90deg, #D9D9D9, #E5E5E5 3px);
	background-image: -moz-linear-gradient(90deg, #D9D9D9, #E5E5E5 3px);
	background-image: -o-linear-gradient(90deg, #D9D9D9, #E5E5E5 3px);
	background-image: -ms-linear-gradient(90deg, #D9D9D9, #E5E5E5 3px);
}

.submit:hover {
	box-shadow: none;
	background-color: #FFF;
}

.info {
	text-align: left;
	padding: 5px;
	font-size: 11px;
	color: #fff;
	position: absolute;
	display: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: -1px 1px 2px #a9a9a9;
	-moz-box-shadow: -1px 1px 2px #a9a9a9;
	box-shadow: -1px 1px 2px #a9a9a9;
}

.error {
	background: #f60000;
	border: 3px solid #d50000;
}

.correct {
	background: #56d800;
	border: 3px solid #008000;
}

.wrong {
	color: #e90000;
}

.normal {
	font-weight: normal;
	color: #222;
}

.result {
	display: block;
	font-size: 16px;
	margin-bottom: 20px;
}

.thanks, .thanks-ko {
	font-size: 24px;
	font-weight: normal;
	font-family: "League Gothic";
}

.thanks {
	color: #008000;
}

.thanks-ko {
	color: red;
}























































































