/* 
* Amazium V1.3
* Copyright 2012, Mike Ballan
* www.amazium.co.uk
*/


/***** Reset & Basics *****/

html, body, div, span, applet,
object, iframe, h1, h2, h3, h4,
h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd,
q, s, samp, small, strike, strong,
sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details,
embed, figure, figcaption, footer,
header, hgroup, menu, nav, output,
ruby, section, summary, time, mark,
audio, video 							{ margin: 0; padding: 0; border: 0; font-size:100%; font:inherit; vertical-align:baseline; }

article, aside, details, figcaption, 
figure, footer, header, hgroup, menu, 
nav, section 							{ display:block; }

body 									{ line-height:1; }

ol, ul 									{ list-style:none; }

blockquote, q 							{ quotes:none; }

blockquote:before, blockquote:after,
q:before, q:after 						{ content:''; content:none; }

table 									{ border-collapse:collapse; border-spacing:0; }
	
/***** Basic Styles *****/

html 									{ }
body									{ margin:0px 0 0 0; padding:0; background-color:#fff; font-size:13px; font-family: "PT Sans", sans-serif; color:#333; -webkit-font-smoothing:antialiased; -webkit-text-size-adjust:none; }

/***** Typography *****/

h1, h2, h3, h4, h5, h6 					{ margin:0; padding:0; font-family: "Open Sans", sans-serif; font-weight:normal; } 
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a 		{ font-weight:inherit; }
h1 										{ margin:0 0 10px 0; padding:0; font-size:36px; line-height:40px; color:#333; }
h2										{ margin:0 0 10px 0; padding:0; font-size:30px; line-height:34px; color:#333; }
h3 										{ margin:0 0 10px 0; padding:0; font-size:24px; line-height:28px; color:#333; }
h4 										{ margin:0 0 10px 0; padding:0; font-size:18px; line-height:22px; color:#333; }
h5 										{ margin:0 0 10px 0; padding:0; font-size:14px; line-height:16px; color:#333; }
h6 										{ margin:0 0 10px 0; padding:0; font-size:12px; line-height:16px; color:#333; }

p 										{ margin:0; padding:0 0 10px 0; line-height:20px; }

strong 									{ font-weight:bold; color:#333; }
em 										{ font-style:italic; color:#666; }
small 									{ font-size:80%; }
sup, sub								{ height:0;	line-height:5px; vertical-align:baseline; _vertical-align:bottom; position:relative; font-size:80%; }
sup 									{ bottom:5px; }
sub 									{ top:5px; }
code, pre 								{ padding:0 3px 2px; color:#333; font-size:11px; }
code									{ padding:0 4px 2px 4px; background-color:#000; border:1px solid #000; color:#f1f1f1; }

/***** Lists *****/

/*
ul, ol 									{ margin-bottom:20px; }
ul 										{ list-style:none outside; }
ul li									{ margin:0 0 5px 0; padding:0 0 0 18px; line-height:18px; background:transparent url('../images/bullet.png') no-repeat 0 3px; }

ul ul, ul ol							{ margin:5px 0 5px 0; }
ol ol, ol ul 							{ margin:5px 0 5px 20px; }
ul ul li, ul ol li,	ol ol li, ol ul li 	{ margin:0 0 6px 0; }

ul.square, ul.square ul					{ list-style:square outside; }
ul.circle, ul.circle ul 				{ list-style:circle outside; }
ul.disc, ul.disc ul 					{ list-style:disc outside; }
ul.square li,
ul.circle li,
ul.disc li								{ margin:0 0 5px 15px; padding:0; line-height:18px; background:none; }

ol 										{ margin:0 0 20px 20px; list-style:decimal; }
ol li									{ margin:0 0 5px 0; padding:0; line-height:18px; }
*/
/***** Blockquotes *****/

blockquote, blockquote p 				{ font-size:12px; line-height:24px; color:#777; font-style:italic; }
blockquote 								{ margin:10px 0 15px 0; padding:0 0 0 5px; border-left:1px solid #747474; }
blockquote cite 						{ display:block; font-size:12px; color:#555; }
blockquote cite:before 					{ content:"\2014 \0020"; }
blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited 				{ color:#555; }
blockquote span							{ width:15px; display:inline-block; }

hr 										{ margin:20px 0 20px 0; border:0; border-top:1px solid #fff; height:2px; width:100%; text-align:left; }

/***** Links *****/

a:link 									{ color:#333; text-decoration:none; outline:0; transition-property:color .1s linear 0s; -moz-transition:color .1s linear 0s; -webkit-transition:color .1s linear 0s; -o-transition:color .1s linear 0s; }
a:visited 								{ color:#333; text-decoration:none; outline:0; }
a:active 								{ color:#333; text-decoration:none; outline:0; }
a:hover 			 					{ color:#999; text-decoration:underline; outline:0; }
a:focus 								{ -moz-outline-style:none; }



/***** Images iFrames & Videos  *****/

img 									{ border:0; -ms-interpolation-mode:bicubic; }
.max-img 								{ width:100%; height:auto; }		
.media 									{ position:relative; margin:0 0 15px 0;	padding-bottom:51%; padding-top:30px; height:0; overflow:hidden; border:1px solid #ccc; }
.media iframe,
.media object,  
.media embed 							{ position:absolute; top:0; left:0; width:100%; height:100%; }

/***** Buttons  *****/

a.btn, .btn 							{ margin:5px 0 5px 0; padding:4px 25px 4px 10px; display:inline-block; color:#fff; border:1px solid #000; background:#000 url(../images/btn-arrow.png) no-repeat right; cursor:pointer; }
a:hover.btn 							{ text-decoration:none; border:1px solid #000; color:#666; background:#000 url(../images/btn-arrow.png) no-repeat right; }

/***** Forms *****/

#stylized-form							{ margin:10px 0 20px 0; padding:20px; background-color:#f4f4f4; -webkit-border-radius:4px; -moz-border-radius:4px; }

.wrapper-block label 					{ padding:0; display:block; font-weight:bold; text-align:right; width:140px; float:left; }
.wrapper-block [type="text"]			{ font-size:12px; padding:4px 2px; border:solid 1px #bbbbbb; width:200px; margin:2px 0 15px 10px; }
.wrapper-block select					{ font-size:12px; padding:2px; border:solid 1px #bbbbbb; margin:2px 0 15px 10px; }
.wrapper-block [type="radio"]			{ line-height:16px; margin:0 2px 15px 10px; }
.wrapper-block [type="checkbox"]		{ line-height:16px; margin:0 2px 15px 10px; }
.wrapper-block textarea					{ padding:4px 2px; border:solid 1px #bbbbbb; width:200px; margin:2px 0 15px 10px; font:12px "Century Gothic", "Trebuchet MS", Helvetica, sans-serif; }

.wrapper-inline label 					{ padding:0; display:block; font-weight:bold; text-align:right; width:140px; float:left; }
.wrapper-inline [type="text"]			{ font-size:12px; padding:4px 2px; border:solid 1px #bbbbbb; width:200px; margin:2px 0 15px 10px;  float:left; }
.wrapper-inline select					{ font-size:12px; padding:4px 2px; border:solid 1px #bbbbbb; margin:2px 0 15px 10px; float:left; }
.wrapper-inline [type="radio"]			{ line-height:16px; margin:0 2px 15px 10px; float:left; }
.wrapper-inline [type="checkbox"]		{ line-height:16px; margin:0 2px 15px 10px; float:left; }
.wrapper-inline textarea				{ padding:4px 2px; border:solid 1px #bbbbbb; width:140px; margin:2px 0 15px 10px; font:12px "Century Gothic", "Trebuchet MS", Helvetica, sans-serif; float:left; }

a.btn-form, input.btn-form				{ margin:5px 0 5px 150px; padding:4px 28px 4px 8px; display:inline-block; font-size:11px; color:#fff; border:1px solid #444; background:#333 url(../images/btn-arrow.png) no-repeat right; border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px; cursor:pointer; }
.small-label							{ display:block; font-size:10px; font-weight:normal; color:#666; text-align:right; width:140px; }

/***** Tables  *****/

table									{ margin:0 0 20px 0; width:100%; }
table th 								{ padding:10px 8px 10px 8px; background-color:#e2e2e2; color:#333; font-weight:bold; border:1px solid #999; }
table td 								{ padding:10px 8px 10px 8px; background-color:#e2e2e2; color:#333; border:1px solid #999; }
table tr.even td 						{ background-color:#fff; }
table tr.odd td 						{ background-color:#f3f3f3; }
table td.highlight 						{ color:#FFF; font-weight:bold; }
table tr td.highlight					{ background-color:#333;  }
	
/***** Global Classes *****/

.img-left   							{ float:left; margin:0 30px 30px 0; border:none; }
.img-right  							{ float:right; margin:0 0 30px 30px; border:none; }
	
.clear       							{ clear:both; }
.float-left 							{ float:left; }
.float-right   							{ float:right; }

.text-big								{ color:#a2bd30; font-weight:bold; line-height:26px; }
.text-left    							{ text-align:left; }
.text-right    							{ text-align:right; }
.text-center   							{ text-align:center; }
.text-justify  							{ text-align:justify; }

.normal									{ font-weight:normal; }
.bold          							{ font-weight:bold; }
.italic        							{ font-style:italic; }
.underline     							{ border-bottom:1px solid; }
.highlight     							{ padding:0 3px 2px; color:#333; font-size:11px; background:#00deff; font-weight:bold; }
.intro									{ font-size:130%; line-height:130%; }

.nopadding 						   		{ padding:0; }
.noindent  						   		{ margin-left:0; padding-left:0; }
.nobullet  					   			{ list-style:none; list-style-image:none; }

.block									{ display:block; }
.hidden									{ display:none; }
.hide 									{ display:none; }

/***** Back to Top *****/

#toTop 									{ display:none; text-decoration:none; position:fixed; bottom:10px; right:10px; overflow:hidden; width:51px; height:51px; border:none; text-indent:-999px; background:url(../images/ui.totop.png) no-repeat left top; }
#toTopHover 							{ background:url(../images/ui.totop.png) no-repeat left -51px; width:51px; height:51px; display:block; overflow:hidden; float:left; opacity: 0; -moz-opacity: 0; filter:alpha(opacity=0); }
#toTop:active, #toTop:focus 			{ outline:none; }


/***** Our Companies Icons *****/

#icons-in {	}
#icons-in span { float:left; }
#icons-in span h2 { font-family:'PT Sans', sans-serif; font-weight:400; font-size:18px; color:#777777; float:left; clear:both; }

/* Energy */
#icons-in span a.energy-in 
{ background: #999 url('images/icons/energy.png') center no-repeat; position:relative; float:left; width:138px; height:100px; border:2px solid #FFFFFF; border-radius:10px; padding:5px; margin-right:15px; }
#icons-in span a:hover.energy-in 
{ background: #005A91 url('images/icons/energy.png') center no-repeat; position:relative; float:left; width:138px; height:100px; border:2px solid #FFFFFF; border-radius:10px; padding:5px; margin-right:15px; }
span.headlinefull-energy
{ background: #EEE url('images/headlines/energy/energy.jpg') center bottom no-repeat; text-align:center; width:100%; display:block; }
ul li.energy
{ background: transparent url('images/icons/energy.png') center center no-repeat; float:left; width:138px; height:100px; border-right:2px solid #FFFFFF; border-left:2px solid #FFFFFF; border-radius:10px; margin:20px 0 0px 0; }
	
	/* Opet */
	span.headlinefull-energy-opet
	{ background: #EEE url('images/headlines/energy/opet.jpg') center bottom no-repeat; text-align:center; width:100%; display:block; padding:30px 0px 30px 0px; }
	ul li.energy-opet
	{ background: transparent url('images/icons/energy.png') center center no-repeat; float:left; width:138px; height:100px; border-right:2px solid #FFFFFF; border-left:2px solid #FFFFFF; border-radius:10px; margin:20px 0 0px 0; }
	#mark span a.comp-opet 
	{ background: #FFF url('images/icons/navopet.gif') center no-repeat; position:relative; float:left; width:188px; height:100px; border:2px solid #CCC; border-radius:10px; padding:5px; margin-right:15px; margin-bottom:15px; }
	#mark span a:hover.comp-opet 
	{ background: #FFF url('images/icons/navopet.gif') center no-repeat; position:relative; float:left; width:188px; height:100px; border:2px solid #DDD; border-radius:10px; padding:5px; margin-right:15px; margin-bottom:15px; }
	span.company_logo_opet
	{ margin-bottom:0px; padding:60px 0px 60px 0px; background: #FFF url('images/icons/navopet.gif') center center no-repeat; text-align:center; display:block; border:1px solid #ddd; }
	
	/* Öztürk Energy */
	span.headlinefull-energy-ozturkenergy
	{ background: #EEE url('images/headlines/energy/ozturkenergy.jpg') center bottom no-repeat; text-align:center; width:100%; display:block; padding:30px 0px 30px 0px; }
	ul li.energy-ozturkenergy
	{ background: transparent url('images/icons/energy.png') center center no-repeat; float:left; width:138px; height:100px; border-right:2px solid #FFFFFF; border-left:2px solid #FFFFFF; border-radius:10px; margin:20px 0 0px 0; }
	#mark span a.comp-ozturkenergy 
	{ background: #FFF url('images/icons/ozturkenergy.jpg') center no-repeat; position:relative; float:left; width:188px; height:100px; border:2px solid #CCC; border-radius:10px; padding:5px; margin-right:15px; margin-bottom:15px;}
	#mark span a:hover.comp-ozturkenergy
	{ background: #FFF url('images/icons/ozturkenergy.jpg') center no-repeat; position:relative; float:left; width:188px; height:100px; border:2px solid #DDD; border-radius:10px; padding:5px; margin-right:15px; margin-bottom:15px; }
	span.company_logo_ozturkenergy
	{ margin-bottom:0px; padding:60px 0px 60px 0px; background: #FFF url('images/icons/ozturkenergy.jpg') center center no-repeat; text-align:center; display:block; border:1px solid #ddd; }
	
	/* Opet Fuchs */
	span.headlinefull-energy-opetfuchs
	{ background: #EEE url('images/headlines/energy/opetfuchs.jpg') center bottom no-repeat; text-align:center; width:100%; display:block; padding:30px 0px 30px 0px; }
	ul li.energy-opetfuchs
	{ background: transparent url('images/icons/energy.png') center center no-repeat; float:left; width:138px; height:100px; border-right:2px solid #FFFFFF; border-left:2px solid #FFFFFF; border-radius:10px; margin:20px 0 0px 0; }
	#mark span a.comp-opetfuchs
	{ background: #FFF url('images/icons/opetfuchs.jpg') center no-repeat; position:relative; float:left; width:188px; height:100px; border:2px solid #CCC;	border-radius:10px; padding:5px; margin-right:15px; margin-bottom:15px; }
	#mark span a:hover.comp-opetfuchs {	background: #FFF url('images/icons/opetfuchs.jpg') center no-repeat; position:relative;	float:left; width:188px; height:100px; border:2px solid #DDD; border-radius:10px; padding:5px; margin-right:15px; margin-bottom:15px; }
	span.company_logo_opetfuchs
	{ margin-bottom:0px; padding:60px 0px 60px 0px; background: #FFF url('images/icons/opetfuchs.jpg') center center no-repeat; text-align:center; display:block; border:1px solid #ddd; }
	
	/* THY Opet */
	span.headlinefull-energy-thyopet
	{ background: #EEE url('images/headlines/energy/thyopet.jpg') center bottom no-repeat; text-align:center; width:100%; display:block; padding:30px 0px 30px 0px; }
	ul li.energy-thyopet
	{ background: transparent url('images/icons/energy.png') center center no-repeat; float:left; width:138px; height:100px; border-right:2px solid #FFFFFF; border-left:2px solid #FFFFFF; border-radius:10px; margin:20px 0 0px 0; }
	#mark span a.comp-turkishopet
	{ background: #FFF url('images/icons/turkishopet.jpg') center no-repeat; position:relative;	float:left; width:188px; height:100px; border:2px solid #CCC; border-radius:10px; padding:5px; margin-right:0px; margin-bottom:15px; }
	#mark span a:hover.comp-turkishopet
	{ background: #FFF url('images/icons/turkishopet.jpg') center no-repeat; position:relative; float:left; width:188px; height:100px; border:2px solid #DDD; border-radius:10px; padding:5px; margin-right:0px; margin-bottom:15px; }
	span.company_logo_turkishopet
	{ margin-bottom:0px; padding:60px 0px 60px 0px; background: #FFF url('images/icons/turkishopet.jpg') center center no-repeat; text-align:center; display:block; border:1px solid #ddd; }

/* Logistic */
#icons-in span a.logistic-in 
{ background: #999 url('images/icons/logistic.png') center no-repeat; position:relative; float:left; width:138px; height:100px; border:2px solid #FFFFFF; border-radius:10px; padding:5px; margin-right:15px; }
#icons-in span a:hover.logistic-in 
{ background: #005A91 url('images/icons/logistic.png') center no-repeat; position:relative; float:left; width:138px; height:100px; border:2px solid #FFFFFF; border-radius:10px; padding:5px; margin-right:15px; }
span.headlinefull-logistic
{ background: #EEE url('images/headlines/logistic/logistic.jpg') center bottom no-repeat; text-align:center; width:100%; display:block; }
ul li.logistic
{ background: transparent url('images/icons/logistic.png') center center no-repeat; float:left; width:138px; height:100px; border-right:2px solid #FFFFFF; border-left:2px solid #FFFFFF; border-radius:10px; margin:20px 0 0px 0; }
	/* Güvenok Logistic */
	span.headlinefull-logistic-guvenok
	{ background: #EEE url('images/headlines/logistic/guvenok.jpg') center bottom no-repeat; text-align:center; width:100%; display:block; padding:30px 0px 30px 0px; }
	ul li.logistic-guvenok
	{ background: transparent url('images/icons/logistic.png') center center no-repeat; float:left; width:138px; height:100px; border-right:2px solid #FFFFFF; border-left:2px solid #FFFFFF; border-radius:10px; margin:20px 0 0px 0; }
	#mark span a.comp-guvenok
	{ background: #FFF url('images/icons/guvenok.jpg') center no-repeat; position:relative; float:left; width:188px; height:100px; border:2px solid #CCC; border-radius:10px; padding:5px; margin-right:15px; }
	#mark span a:hover.comp-guvenok
	{ background: #FFF url('images/icons/guvenok.jpg') center no-repeat; position:relative; float:left; width:188px; height:100px; border:2px solid #DDD; border-radius:10px; padding:5px; margin-right:15px; }
	span.company_logo_guvenok
	{ margin-bottom:0px; padding:60px 0px 60px 0px; background: #FFF url('images/icons/guvenok.jpg') center center no-repeat; text-align:center; display:block; border:1px solid #ddd; }

/* Construction */
#icons-in span a.construction-in 
{ background: #999 url('images/icons/construction.png') center no-repeat; position:relative; float:left; width:138px; height:100px; border:2px solid #FFFFFF; border-radius:10px; padding:5px; margin-right:15px; }
#icons-in span a:hover.construction-in 
{ background: #005A91 url('images/icons/construction.png') center no-repeat; position:relative; float:left; width:138px; height:100px; border:2px solid #FFFFFF; border-radius:10px; padding:5px; margin-right:15px; }
span.headlinefull-construction
{ background: #EEE url('images/headlines/construction/construction.jpg') center bottom no-repeat; text-align:center; width:100%; display:block; }
ul li.construction
{ background: transparent url('images/icons/construction.png') center center no-repeat; float:left; width:138px; height:100px; border-right:2px solid #FFFFFF; border-left:2px solid #FFFFFF; border-radius:10px; margin:20px 0 0px 0; }

	/* Regnum Real Estate */
	span.headlinefull-construction-regnum
	{ background: #EEE url('images/headlines/construction/regnum.jpg') center bottom no-repeat; text-align:center; width:100%; display:block; padding:30px 0px 30px 0px; }
	ul li.construction-regnum
	{ background: transparent url('images/icons/construction.png') center center no-repeat; float:left; width:138px; height:100px; border-right:2px solid #FFFFFF; border-left:2px solid #FFFFFF; border-radius:10px; margin:20px 0 0px 0; }
	#mark span a.comp-regnum
	{ background: #FFF url('images/icons/regnum.jpg') center no-repeat; position:relative; float:left; width:188px; height:100px; border:2px solid #CCC; border-radius:10px; padding:5px; margin-right:15px; margin-bottom:15px; }
	#mark span a:hover.comp-regnum
	{ background: #FFF url('images/icons/regnum.jpg') center no-repeat; position:relative; float:left; width:188px; height:100px; border:2px solid #DDD; border-radius:10px; padding:5px; margin-right:15px; margin-bottom:15px; }
	span.company_logo_regnum
	{ margin-bottom:0px; padding:60px 0px 60px 0px; background: #FFF url('images/icons/regnum.jpg') center center no-repeat; text-align:center; display:block; border:1px solid #ddd; }
	
/* Tourism */
#icons-in span a.tourism-in 
{ background: #999 url('images/icons/tourism.png') center no-repeat; position:relative; float:left; width:138px; height:100px; border:2px solid #FFFFFF; border-radius:10px; padding:5px; margin-right:15px; }
#icons-in span a:hover.tourism-in 
{ background: #005A91 url('images/icons/tourism.png') center no-repeat; position:relative; float:left; width:138px; height:100px; border:2px solid #FFFFFF; border-radius:10px; padding:5px; margin-right:15px; }
span.headlinefull-tourism
{ background: #EEE url('images/headlines/tourism/tourism.jpg') center bottom no-repeat; text-align:center; width:100%; display:block; }
ul li.tourism
{ background: transparent url('images/icons/tourism.png') center center no-repeat; float:left; width:138px; height:100px; border-right:2px solid #FFFFFF; border-left:2px solid #FFFFFF; border-radius:10px; margin:20px 0 0px 0; }
	/* Regnum Carya Hotel */
	span.headlinefull-tourism-regnumcarya
	{ background: #EEE url('images/headlines/tourism/regnumcarya.jpg') center bottom no-repeat; text-align:center; width:100%; display:block; padding:30px 0px 30px 0px; }
	ul li.tourism-regnumcarya
	{ background: transparent url('images/icons/tourism.png') center center no-repeat; float:left; width:138px; height:100px; border-right:2px solid #FFFFFF; border-left:2px solid #FFFFFF; border-radius:10px; margin:20px 0 0px 0; }
	#mark span a.comp-regnumcarya
	{ background: #FFF url('images/icons/regnumcarya.jpg') center no-repeat; position:relative; float:left; width:188px; height:100px; border:2px solid #CCC; border-radius:10px; padding:5px; margin-right:15px; margin-bottom:15px; }
	#mark span a:hover.comp-regnumcarya
	{ background: #FFF url('images/icons/regnumcarya.jpg') center no-repeat; position:relative; float:left;	width:188px; height:100px; border:2px solid #DDD; border-radius:10px; padding:5px; margin-right:15px; margin-bottom:15px; }
	span.company_logo_regnumcarya
	{ margin-bottom:0px; padding:60px 0px 60px 0px; background: #FFF url('images/icons/regnumcarya.jpg') center center no-repeat; text-align:center; display:block; border:1px solid #ddd; }
	
	/* Regnum Carya Hotel */
	span.headlinefull-tourism-nationalturkey
	{ background: #EEE url('images/headlines/tourism/nationalturkey.jpg') center bottom no-repeat; text-align:center; width:100%; display:block; padding:30px 0px 30px 0px; }
	ul li.tourism-nationalturkey
	{ background: transparent url('images/icons/tourism.png') center center no-repeat; float:left; width:138px; height:100px; border-right:2px solid #FFFFFF; border-left:2px solid #FFFFFF; border-radius:10px; margin:20px 0 0px 0; }
	#mark span a.comp-nationalturkey
	{ background: #FFF url('images/icons/nationalturkey.jpg') center no-repeat; position:relative; float:left; width:188px; height:100px; border:2px solid #CCC; border-radius:10px; padding:5px; margin-right:15px; margin-bottom:15px; }
	#mark span a:hover.comp-nationalturkey
	{ background: #FFF url('images/icons/nationalturkey.jpg') center no-repeat; position:relative; float:left;	width:188px; height:100px; border:2px solid #DDD; border-radius:10px; padding:5px; margin-right:15px; margin-bottom:15px; }
	span.company_logo_nationalturkey
	{ margin-bottom:0px; padding:60px 0px 60px 0px; background: #FFF url('images/icons/nationalturkey.jpg') center center no-repeat; text-align:center; display:block; border:1px solid #ddd; }
	
	/* Regnum Bansko */
	span.headlinefull-tourism-regnumbansko
	{ background: #EEE url('images/headlines/tourism/regnumbansko.jpg') center bottom no-repeat; text-align:center; width:100%; display:block; padding:30px 0px 30px 0px; }
	ul li.tourism-regnumbansko
	{ background: transparent url('images/icons/tourism.png') center center no-repeat; float:left; width:138px; height:100px; border-right:2px solid #FFFFFF; border-left:2px solid #FFFFFF; border-radius:10px; margin:20px 0 0px 0; }
	#mark span a.comp-regnumbansko
	{ background: #FFF url('images/icons/regnumbansko.jpg') center no-repeat; position:relative; float:left; width:188px; height:100px; border:2px solid #CCC; border-radius:10px; padding:5px; margin-right:15px; margin-bottom:15px; }
	#mark span a:hover.comp-regnumbansko
	{ background: #FFF url('images/icons/regnumbansko.jpg') center no-repeat; position:relative; float:left; width:188px; height:100px; border:2px solid #DDD; border-radius:10px; padding:5px; margin-right:15px; margin-bottom:15px; }
	span.company_logo_regnumbansko
	{ margin-bottom:0px; padding:60px 0px 60px 0px; background: #FFF url('images/icons/regnumbansko.jpg') center center no-repeat; text-align:center; display:block; border:1px solid #ddd; }
		
	/* Regnum Carya Club */
	span.headlinefull-tourism-caryaclub
	{ background: #EEE url('images/headlines/tourism/caryaclub.jpg') center bottom no-repeat; text-align:center; width:100%; display:block; padding:30px 0px 30px 0px; }
	ul li.tourism-caryaclub
	{ background: transparent url('images/icons/tourism.png') center center no-repeat; float:left; width:138px; height:100px; border-right:2px solid #FFFFFF; border-left:2px solid #FFFFFF; border-radius:10px; margin:20px 0 0px 0; }
	#mark span a.comp-caryaclub
	{ background: #FFF url('images/icons/caryagolf.jpg') center no-repeat; position:relative; float:left; width:188px; height:100px; border:2px solid #CCC; border-radius:10px; padding:5px; margin-right:15px; margin-bottom:15px; }
	#mark span a:hover.comp-caryaclub
	{ background: #FFF url('images/icons/caryagolf.jpg') center no-repeat; position:relative; float:left; width:188px; height:100px; border:2px solid #DDD; border-radius:10px; padding:5px; margin-right:15px;	margin-bottom:15px; }
	span.company_logo_caryaclub
	{ margin-bottom:0px; padding:60px 0px 60px 0px; background: #FFF url('images/icons/caryagolf.jpg') center center no-repeat; text-align:center; display:block; border:1px solid #ddd; }
		
	/* Zeynep Hotel */
	span.headlinefull-tourism-zeynep
	{ background: #EEE url('images/headlines/tourism/zeynep-hotel.jpg') center bottom no-repeat; text-align:center; width:100%; display:block; padding:30px 0px 30px 0px; }
	ul li.tourism-zeynep
	{ background: transparent url('images/icons/tourism.png') center center no-repeat; float:left; width:138px; height:100px; border-right:2px solid #FFFFFF; border-left:2px solid #FFFFFF; border-radius:10px; margin:20px 0 0px 0; }
	#mark span a.comp-zeynep
	{ background: #FFF url('images/icons/zeynep-hotel.jpg') center no-repeat; position:relative; float:left; width:188px; height:100px; border:2px solid #CCC; border-radius:10px; padding:5px; margin-right:15px; margin-bottom:15px; }
	#mark span a:hover.comp-zeynep
	{ background: #FFF url('images/icons/zeynep-hotel.jpg') center no-repeat; position:relative; float:left; width:188px; height:100px; border:2px solid #DDD; border-radius:10px; padding:5px; margin-right:15px;	margin-bottom:15px; }
	span.company_logo_zeynep
	{ margin-bottom:0px; padding:60px 0px 60px 0px; background: #FFF url('images/icons/zeynep-hotel.jpg') center center no-repeat; text-align:center; display:block; border:1px solid #ddd; }
		
	/* Carya Hotel */
	span.headlinefull-tourism-carya
	{ background: #EEE url('images/headlines/tourism/carya.jpg') center bottom no-repeat; text-align:center; width:100%; display:block; padding:30px 0px 30px 0px; }
	ul li.tourism-carya
	{ background: transparent url('images/icons/tourism.png') center center no-repeat; float:left; width:138px; height:100px; border-right:2px solid #FFFFFF; border-left:2px solid #FFFFFF; border-radius:10px; margin:20px 0 0px 0; }
	#mark span a.comp-carya
	{ background: #FFF url('images/icons/carya.jpg') center no-repeat; position:relative; float:left; width:188px; height:100px; border:2px solid #CCC; border-radius:10px; padding:5px; margin-right:15px; margin-bottom:15px; }
	#mark span a:hover.comp-carya
	{ background: #FFF url('images/icons/carya.jpg') center no-repeat; position:relative; float:left; width:188px; height:100px; border:2px solid #DDD; border-radius:10px; padding:5px; margin-right:15px;	margin-bottom:15px; }
	span.company_logo_carya
	{ margin-bottom:0px; padding:60px 0px 60px 0px; background: #FFF url('images/icons/carya.jpg') center center no-repeat; text-align:center; display:block; border:1px solid #ddd; }
		
	/* Carya Hotel */
	span.headlinefull-tourism-country
	{ background: #EEE url('images/headlines/tourism/country.jpg') center bottom no-repeat; text-align:center; width:100%; display:block; padding:30px 0px 30px 0px; }
	ul li.tourism-country
	{ background: transparent url('images/icons/tourism.png') center center no-repeat; float:left; width:138px; height:100px; border-right:2px solid #FFFFFF; border-left:2px solid #FFFFFF; border-radius:10px; margin:20px 0 0px 0; }
	#mark span a.comp-country
	{ background: #FFF url('images/icons/country.jpg') center no-repeat; position:relative; float:left; width:188px; height:100px; border:2px solid #CCC; border-radius:10px; padding:5px; margin-right:15px; margin-bottom:15px; }
	#mark span a:hover.comp-country
	{ background: #FFF url('images/icons/country.jpg') center no-repeat; position:relative; float:left; width:188px; height:100px; border:2px solid #DDD; border-radius:10px; padding:5px; margin-right:15px;	margin-bottom:15px; }
	span.company_logo_country
	{ margin-bottom:0px; padding:60px 0px 60px 0px; background: #FFF url('images/icons/country.jpg') center center no-repeat; text-align:center; display:block; border:1px solid #ddd; }
		
/* Mining */
#icons-in span a.mining-in 
{ background: #999 url('images/icons/mining.png') center no-repeat; position:relative; float:left; width:138px; height:100px; border:2px solid #FFFFFF; border-radius:10px; padding:5px; margin-right:15px; }
#icons-in span a:hover.mining-in 
{ background: #005A91 url('images/icons/mining.png') center no-repeat; position:relative; float:left; width:138px; height:100px; border:2px solid #FFFFFF;	border-radius:10px;	padding:5px; margin-right:15px; }
span.headlinefull-mining
{ background: #EEE url('images/headlines/mining/zeolite.jpg') center center no-repeat; text-align:center; width:100%; display:block; }
ul li.mining
{ background: transparent url('images/icons/mining.png') center center no-repeat; float:left; width:138px; height:100px; border-right:2px solid #FFFFFF; border-left:2px solid #FFFFFF; border-radius:10px; margin:20px 0 0px 0; }

	/* Gördes Zeolite */
	span.headlinefull-mining-gordeszeolite
	{ background: #EEE url('images/headlines/mining/zeolite.jpg') center center no-repeat; text-align:center; width:100%; display:block; padding:30px 0px 30px 0px; }
	ul li.mining-gordeszeolite
	{ background: transparent url('images/icons/mining.png') center center no-repeat; float:left; width:138px; height:100px; border-right:2px solid #FFFFFF; border-left:2px solid #FFFFFF; border-radius:10px; margin:20px 0 0px 0; }
	#mark span a.comp-gordeszeolite
	{ background: #FFF url('images/icons/gordeszeolite.jpg') center no-repeat; position:relative; float:left; width:188px; height:100px; border:2px solid #CCC; border-radius:10px; padding:5px; margin-right:15px; margin-bottom:15px; }
	#mark span a:hover.comp-gordeszeolite
	{ background: #FFF url('images/icons/gordeszeolite.jpg') center no-repeat; position:relative; float:left; width:188px; height:100px; border:2px solid #DDD; border-radius:10px; padding:5px; margin-right:15px;	margin-bottom:15px; }
	span.company_logo_gordeszeolite
	{ margin-bottom:0px; padding:60px 0px 60px 0px; background: #FFF url('images/icons/gordeszeolite.jpg') center center no-repeat; text-align:center; display:block; border:1px solid #ddd; }
	
/* Agriculture */
#icons-in span a.agriculture-in 
{ background: #999 url('images/icons/agriculture.png') center no-repeat; position:relative; float:left; width:138px; height:100px; border:2px solid #FFFFFF; border-radius:10px; padding:5px; margin-right:15px; }
#icons-in span a:hover.agriculture-in 
{ background: #005A91 url('images/icons/agriculture.png') center no-repeat; position:relative; float:left; width:138px; height:100px; border:2px solid #FFFFFF; border-radius:10px; padding:5px; margin-right:15px;	}
span.headlinefull-agriculture
{ background: #EEE url('images/headlines/agriculture/agriculture.jpg') center bottom no-repeat; text-align:center; width:100%; display:block; }
ul li.agriculture
{ background: transparent url('images/icons/agriculture.png') center center no-repeat; float:left; width:138px; height:100px; border-right:2px solid #FFFFFF; border-left:2px solid #FFFFFF; border-radius:10px; margin:20px 0 0px 0; }

	/* Dorado Natural */
	span.headlinefull-agriculture-doradonatural
	{ background: #EEE url('images/headlines/agriculture/doradonatural.jpg') center bottom no-repeat; text-align:center; width:100%; display:block; padding:30px 0px 30px 0px; }
	ul li.agriculture-doradonatural
	{ background: transparent url('images/icons/agriculture.png') center center no-repeat; float:left; width:138px; height:100px; border-right:2px solid #FFFFFF; border-left:2px solid #FFFFFF; border-radius:10px; margin:20px 0 0px 0; }
	#mark span a.comp-doradonatural
	{ background: #FFF url('images/icons/doradonatural.jpg') center no-repeat; position:relative; float:left; width:188px; height:100px; border:2px solid #CCC;	border-radius:10px; padding:5px; margin-right:15px; margin-bottom:15px; }
	#mark span a:hover.comp-doradonatural
	{ background: #FFF url('images/icons/doradonatural.jpg') center no-repeat; position:relative; float:left; width:188px; height:100px; border:2px solid #DDD; border-radius:10px; padding:5px; margin-right:15px; margin-bottom:15px; }
	span.company_logo_doradonatural
	{ margin-bottom:0px; padding:60px 0px 60px 0px; background: #FFF url('images/icons/doradonatural.jpg') center center no-repeat; text-align:center; display:block; border:1px solid #ddd; }
	
/* Pet */
#icons-in span a.pet-in 
{ background: #999 url('images/icons/pet.png') center no-repeat; position:relative; float:left; width:138px; height:100px; border:2px solid #FFFFFF; border-radius:10px; padding:5px; margin-right:0px; }
#icons-in span a:hover.pet-in 
{ background: #005A91 url('images/icons/pet.png') center no-repeat; position:relative; float:left; width:138px; height:100px; border:2px solid #FFFFFF; border-radius:10px; padding:5px; margin-right:0px; }
span.headlinefull-pet
{ background: #EEE url('images/headlines/pet/pet.jpg') center bottom no-repeat; text-align:center; width:100%; display:block; }
ul li.pet
{ background: transparent url('images/icons/cat.png') center center no-repeat; float:left; width:138px; height:100px; border-right:2px solid #404040; border-left:2px solid #404040; border-radius:10px; margin:20px 0 0px 0; }

	/* Patimax */
	span.headlinefull-pet-patimax
	{ background: #EEE url('images/headlines/pet/patimax.jpg') center bottom no-repeat; text-align:center; width:100%; display:block; padding:30px 0px 30px 0px; }
	ul li.pet-patimax
	{ background: transparent url('images/icons/cat.png') center center no-repeat; float:left; width:138px; height:100px; border-right:2px solid #404040; border-left:2px solid #404040; border-radius:10px; margin:20px 0 0px 0; }
	#mark span a.comp-patimax
	{ background: #FFF url('images/icons/patimax.jpg') center no-repeat; position:relative; float:left; width:188px; height:100px; border:2px solid #CCC; border-radius:10px; padding:5px; margin-right:15px; margin-bottom:15px; }
	#mark span a:hover.comp-patimax
	{ background: #FFF url('images/icons/patimax.jpg') center no-repeat; position:relative; float:left; width:188px; height:100px; border:2px solid #DDD; border-radius:10px; padding:5px; margin-right:15px; margin-bottom:15px; }
	span.company_logo_patimax
	{ margin-bottom:0px; padding:60px 0px 60px 0px; background: #FFF url('images/icons/patimax.jpg') center center no-repeat; text-align:center; display:block; border:1px solid #ddd; }

#entete{
	overflow: hidden;
}

#entete .baseline{
	text-align: center;
	padding: 0px 20px;
}
#entete .baseline2{
	text-align: center;
	padding: 0px 40px;
}
#entete .container_12{
	position: relative;
	z-index:9999;
	top: 35%;
}

#entete .baseline .bar{
	background: black;
	margin-bottom: 0px;
	padding-top: 2em;
	height: 2em;
	opacity: 0.8;
	margin-top:0.7em;
}

#entete .baseline h1.ontop{
	font-size: 25px;
	font-weight: 300;
	color:#fff;
	position: relative;
	z-index: 99;
	top: 2.2em;
	text-transform: none;
	font-family: 'Open Sans', sans-serif;
	text-shadow: 1px 1px 0px rgba(14, 23, 45, 0.2);
    filter: dropshadow(color=#000000, offx=1, offy=1);
    color: #fff;
}

#entete .baseline2 .bar{
	background: black;
	margin-bottom: 0px;
	padding-top: 2em;
	height: 2em;
	opacity: 0.8;
	margin-top:-3em;
}

#entete .baseline2 h2.ontop{
	font-size: 25px;
	font-weight: 300;
	color:#fff;
	position: relative;
	z-index: 99;
	top: 0.5em;
	text-transform: none;
	font-family: 'Open Sans', sans-serif;
	text-shadow: 1px 1px 0px rgba(14, 23, 45, 0.2);
    filter: dropshadow(color=#000000, offx=1, offy=1);
    color: #fff;
}

#entete .baseline h1 strong{
	font-family: AvenirBlack, sans-serif;
}

#entete .texte p {
	font-family: AvenirHeavy, sans-serif;
	font-size: 14px;
	background-color: #000;
	line-height: 20px;
	color:#fff;
	text-align: center;
	text-shadow: -1px -1px 1px rgba(14, 23, 45, 0.2);
	margin-top: 7px;
	text-shadow: 1px 1px 0px rgba(14, 23, 45, 0.2);
    filter: dropshadow(color=#0e172d, offx=1, offy=1);
}

#entete #more_solution{
	border: 0px solid #fff;
	border-radius: 0px;
	font-family: AvenirBlack, sans-serif;
	font-size: 12px;
	line-height: 40px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	margin-top: 20px;
	margin-left: 0px;

	-webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    -ms-transition: all .15s ease;
    transition: all .15s ease;
}

	#entete #more_solution:hover{
		border: 0px solid #fff;
		border-radius: 0px;
		font-family: AvenirBlack, sans-serif;
		font-size: 12px;
		line-height: 40px;
		text-transform: uppercase;
		color: #0e162c;
		text-align: center;
		margin-top: 20px;
	}

	#entete #more_solution span{
		background: url(../img/picto/more_bottom.png);
		width: 7px;
		height: 9px;
		display: inline-block;
		margin-right: 10px;

	-webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    -ms-transition: all .15s ease;
    transition: all .15s ease;
	}

		#entete #more_solution:hover span{
			background: url(../img/picto/more_bottom_blue.png);
		}	
	
/* Button */

    .myButton {
        
        -moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
        -webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
        box-shadow:inset 0px 1px 0px 0px #54a3f7;
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
        background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
        background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
        background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
        background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
        background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
        
        background-color:#007dc1;
        
        -moz-border-radius:3px;
        -webkit-border-radius:3px;
        border-radius:3px;
        
        border:1px solid #124d77;
        
        display:inline-block;
        color:#ffffff;
        font-family:arial;
        font-size:13px;
        font-weight:normal;
        padding:1px 14px;
        text-decoration:none;
        
        text-shadow:0px 1px 0px #154682;
        
    }
    .myButton:hover {
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
        background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
        
        background-color:#0061a7;
    }
    .myButton:active {
        position:relative;
        top:1px;
    }
	
/***** Icons *****/

#icons
	{
		
	}

#icons span
	{
		float:left;
		
	}
	
#icons span h2
	{

		font-family:'PT Sans', sans-serif;
		font-weight:400;
		font-size:18px;
		color:#FFFFFF;
		float:left;
		clear:both;
	}
		
#icons span a.energy 
	{
		background: #002C53 url('images/icons/energy.png') center no-repeat;
		position:relative;
		float:left;
		z-index:99999;
		width:138px;
		height:100px;
		border:2px solid #00427D;
		border-radius:10px;
		padding:5px;
		margin-right:15px;
	}

#icons span a:hover.energy
	{
		background: transparent url('images/icons/energy.png') center no-repeat;
		position:relative;
		float:left;
		z-index:99999;
		width:138px;
		height:100px;
		border:2px solid #002C53;
		border-radius:10px;
		padding:5px;
		margin-right:15px;
	}
		
#icons span a.logistic
	{
		background: #002C53 url('images/icons/logistic.png') center no-repeat;
		position:relative;
		float:left;
		z-index:99999;
		width:138px;
		height:100px;
		border:2px solid #00427D;
		border-radius:10px;
		padding:5px;
		margin-right:15px;
	}

#icons span a:hover.logistic
	{
		background: transparent url('images/icons/logistic.png') center no-repeat;
		position:relative;
		float:left;
		z-index:99999;
		width:138px;
		height:100px;
		border:2px solid #002C53;
		border-radius:10px;
		padding:5px;
		margin-right:15px;
	}
	
#icons span a.construction
	{
		background: #002C53 url('images/icons/construction.png') center no-repeat;
		position:relative;
		float:left;
		z-index:99999;
		width:138px;
		height:100px;
		border:2px solid #00427D;
		border-radius:10px;
		padding:5px;
		margin-right:15px;
	}

#icons span a:hover.construction
	{
		background: transparent url('images/icons/construction.png') center no-repeat;
		position:relative;
		float:left;
		z-index:99999;
		width:138px;
		height:100px;
		border:2px solid #002C53;
		border-radius:10px;
		padding:5px;
		margin-right:15px;
	}
	
#icons span a.tourism
	{
		background: #002C53 url('images/icons/tourism.png') center no-repeat;
		position:relative;
		float:left;
		z-index:99999;
		width:138px;
		height:100px;
		border:2px solid #00427D;
		border-radius:10px;
		padding:5px;
		margin-right:15px;
	}

#icons span a:hover.tourism
	{
		background: transparent url('images/icons/tourism.png') center no-repeat;
		position:relative;
		float:left;
		z-index:99999;
		width:138px;
		height:100px;
		border:2px solid #002C53;
		border-radius:10px;
		padding:5px;
		margin-right:15px;
	}
	
#icons span a.mining
	{
		background: #002C53 url('images/icons/mining.png') center no-repeat;
		position:relative;
		float:left;
		z-index:99999;
		width:138px;
		height:100px;
		border:2px solid #00427D;
		border-radius:10px;
		padding:5px;
		margin-right:15px;
	}

#icons span a:hover.mining
	{
		background: transparent url('images/icons/mining.png') center no-repeat;
		position:relative;
		float:left;
		z-index:99999;
		width:138px;
		height:100px;
		border:2px solid #002C53;
		border-radius:10px;
		padding:5px;
		margin-right:15px;
	}
		
#icons span a.agriculture
	{
		background: #002C53 url('images/icons/agriculture.png') center no-repeat;
		position:relative;
		float:left;
		z-index:99999;
		width:138px;
		height:100px;
		border:2px solid #00427D;
		border-radius:10px;
		padding:5px;
		margin-right:15px;
	}

#icons span a:hover.agriculture
	{
		background: transparent url('images/icons/agriculture.png') center no-repeat;
		position:relative;
		float:left;
		z-index:99999;
		width:138px;
		height:100px;
		border:2px solid #002C53;
		border-radius:10px;
		padding:5px;
		margin-right:15px;
	}
		
#icons span a.pet
	{
		background: #002C53 url('images/icons/pet.png') center no-repeat;
		position:relative;
		float:left;
		z-index:99999;
		width:138px;
		height:100px;
		border:2px solid #00427D;
		border-radius:10px;
		padding:5px;
		margin-right:0px;
	}
		
#icons span a:hover.pet
	{
		background: transparent url('images/icons/pet.png') center no-repeat;
		position:relative;
		float:left;
		z-index:99999;
		width:138px;
		height:100px;
		border:2px solid #002C53;
		border-radius:10px;
		padding:5px;
		margin-right:0px;
	}
	
span.address
	{
		color:#FFF;
		font-size:14px;		
	}
	
span.address ul li
	{
		padding:5px 0px 5px 25px;
		line-height:22px;
		border-bottom:1px solid #005E95;
	}

span.address ul li.map
	{
		background: transparent url('images/map-pin.png') center left no-repeat;
		position:relative;
	}

span.address ul li.phone
	{
		background: transparent url('images/phone.png') center left no-repeat;
		position:relative;
	}
	
span.address ul li.fax
	{
		background: transparent url('images/fax.png') center left no-repeat;
		position:relative;
	}

span.address ul li.email
	{
		background: transparent url('images/email.png') center left no-repeat;
		position:relative;
	}