/*
@font-face {
  font-family: 'D3-Egoistism';
    src:  url('/wp-content/uploads/font/D3-Egoistism.ttf.woff') format('woff'),
    url('/wp-content/uploads/font/D3-Egoistism.ttf.svg#D3-Egoistism') format('svg'),
    url('/wp-content/uploads/font/D3-Egoistism.ttf.eot'),
    url('/wp-content/uploads/font/D3-Egoistism.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}
*/
@font-face {
  font-family: 'D3-Egoistism';
    src:  url('/wp-content/uploads/font/D3Egoistism-all-in-one.ttf');
}

#header {
	padding:1em 0 0 !important;
}

.threecol-one {
  float: left;
  display:block;
  width: 33.2%;
  margin-top: 0.06%;
  margin-right: 0.06%;
  margin-left: 0.06%;
  margin-bottom: 0.1%;
  padding: 0px;
	/*text-shadow: -0.1px -0.1px 0.1px #fccebd, 1px 1px 1px #070000;*/
	/* -webkit-border-radius: 30px; */
	-moz-border-radius: 0px;
	/* border-radius: 30px; */
	/*-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 1px 1px 1px rgba(255,255,255,.44);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 1px 1px 1px rgba(255,255,255,.44);
	box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 1px 1px 1px rgba(255,255,255,.44);*/
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	-ms-transition: all 0.15s ease;
	transition: all 0.15s ease;
	/* COLOUR STARTS HERE */
	background: rgb(69,72,77); /* Old browsers */
background: -moz-linear-gradient(top, rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	}
	
	.threecol-one:hover {
	text-shadow: -1px -1px 1px #070000, 0.5px 0.5px 1px #fccebd;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 0px 0px 2px rgba(0,0,0, .5);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 0px 0px 2px rgba(0,0,0, .5);
	box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 0px 0px 2px rgba(0,0,0, .5);
	}

	.threecol-one:active {
	text-shadow: -1px -1px 1px #070000, 0.5px 0.5px 1px #fccebd;
	-webkit-box-shadow: inset 0px 0px 3px rgba(0,0,0, .8);
	-moz-box-shadow: inset 0px 0px 3px rgba(0,0,0, .8);
	box-shadow: inset 0px 0px 3px rgba(0,0,0, .8);
	}
	
.lbutton {
	display: inline-block;
	position: relative;
	height: auto;
	width:100%;
	padding:10.5px 0;
	color:#FF0000;
	font-family: "D3-Egoistism";
	/*font-size: 1.24em;*/
	font-size: 1.8em;
	font-weight:normal;
	text-align: center;
	transform: skew(-18deg, 0deg);
	letter-spacing:0.09em;
	text-decoration: none;
}

.lbutton:hover {
	color:#FF0000;
	text-decoration: none;
}

img.flag {
	width:30px;
	margin:0 6px 8px 0;
}

.twocol-one, .threecol-one, .threecol-two, .fourcol-one, .fourcol-two, .fourcol-three, .fivecol-one, .fivecol-two, .fivecol-three, .fivecol-four, .sixcol-one, .sixcol-two, .sixcol-three, .sixcol-four, .sixcol-five {
	float: left;
	/*margin-top: 1%;
	margin-bottom: 1%;*/
	position: relative;
	}
	
#main.fullwidth,
  .layout-full #main,
  .col-full,
  #main.country {
    max-width: 75.998em;
    margin: 0 auto;
    width: 99.7%;
  }
  #main {
    width: 67%;
	
  }
  
#main.fullwidth,
#main.col-left-page,
#portfolio-gallery {
	background:#000;
	border:2px inset #D7D7D7;
	min-height:100px;
}
#main.country {
	background:#000;
	border:2px inset #D7D7D7;
	margin-bottom: 1.7em;
}

#main.fullwidth article,
/*#main.col-left article,*/
#main.col-left-page article,
#portfolio-gallery article {
	margin:0.2%;
}

@media (max-width: 650px) {

#wrapper {
	margin-bottom:3em;
}

#main.fullwidth,
#main.col-left-page,
#portfolio-gallery {
	min-height:100px;
}

.twocol-one, .threecol-one, .threecol-two, .fourcol-one, .fourcol-two, .fourcol-three, .fivecol-one, .fivecol-two, .fivecol-three, .fivecol-four, .sixcol-one, .sixcol-two, .sixcol-three, .sixcol-four, .sixcol-five {
	width: 100%;
	}
	
}