/***************************************************
	      minimalist by marija zaric
	      template distributed by
        http: //freehtml5templates.com
***************************************************
***************************************************
			      Reset
***************************************************/

html, body, div, span, h1, h2, h3, h4, h5, h6, p, ol, ul, li, form, label, legend, caption, aside, details, figcaption, figure, footer,header, hgroup, menu, nav, section, summary {
   margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}

a img {
   border: none
}

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





/***************************************************
			      Custom Fonts
***************************************************/


@font-face {
	font-family: intro_font;
	src: url('Jellyka.eot'); /* IE9 Compat Modes */
	src: url('Jellyka.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('Jellyka.woff') format('woff'), /* Modern Browsers */
	     url('Jellyka.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('Jellyka.svg#svgFontName') format('svg'); /* Legacy iOS */
	}	




/***************************************************
			      Global styles
***************************************************/

html {
	width: 100%;
	height: 100%;
}

body {

    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: white;
	color: #575757;
	margin: 0 0 1px; height: 100%; 
	line-height: 1.7;
	border-top: 10px solid black;
}

.bg {
	background-position: left top;
	background-repeat: repeat;
}

p {
	margin-top: 3px;
}
	
a, p a {
	text-decoration: none;
	color: black;
}
	
a: hover {
   color: black;
}

h1, h2, h3, h4, h5, h6 {
   font-family: 'Open Sans', Arial, Helvetica, sans-serif;
   font-weight: normal;
	position: relative;
}

h1 {
	font-family: intro_font;
	font-size: 140px;
	line-height: 0.2;
	color: #666666;
	text-align: left;
	margin-bottom: 13px;
	padding-bottom: 15px;
}

 h1 span {
	font-size: 70px;
	line-height: 12px;
	color: #666666;
	margin-left: 10px;
}
	
h2 {
	font-size: 15px;
	line-height: 1.8;
	color: #666666;
	text-align: left;
	border-bottom: 1px solid #A3A3A3;
	margin-bottom: 7px;
	padding-bottom: 12px;
}
	
h3 {
	font-family: intro_font;
	font-size: 70px;
	line-height: 0.2;
	color: #575757;
	text-align: left;
	margin-bottom: 6px;
	padding-bottom: 5px;
}

h4 {
	font-size: 14px;
	line-height: 0.9;
	color: #CC3333;
	text-align: left;
	margin-bottom: 8px;
	padding-top: 3px;
}

/***************************************************
			    Main containers
***************************************************/

#container, #container_left, #container_right {
	position: relative;
	width: 100%;
}
	
#container {
	position: relative;
	width: 980px;
	margin: 0 auto;
	background-color: transparent;
	min-height: 100%;
}

.groupfull {
	width: 950px;
	height: 440px;
	position: relative;
	background: transparent;
	padding: 15px;
	margin-bottom: 10px;
}
	
.groupcontinuous {
	width: 950px;
	position: relative;
	background: transparent;
	padding: 15px;
	padding-bottom: 50px;
}	
	

.group1 {
	float: left;
	width: 274px;
	position: relative;
	background: transparent;
	padding: 15px;
	margin-bottom: 10px;
}
	
.group2 {
	float: left;
	width: 274px;
	position: relative;
	background: transparent;
	padding: 15px;
	margin-bottom: 10px;
	margin-left: 30px;
}
	
.group3 {
	float: right;
	width: 274px;
	position: relative;
	background: transparent;
	padding: 15px;
	}

.group4 {
	float: left;
	width: 950px;
	position: relative;
	padding: 15px;
	margin-top: -14px;
	margin-bottom: 25px;
	background: transparent;
	border-top: 1px solid #A3A3A3;
	-moz-column-count: 3; /* Firefox */
	-webkit-column-count: 3; /* Safari and Chrome */
	column-count: 3;	
	-moz-column-gap: 40px; /* Firefox */
	-webkit-column-gap: 40px; /* Safari and Chrome */
	column-gap: 40px;	
	-moz-column-rule: 1px solid #A3A3A3; /* Firefox */
	-webkit-column-rule: 1px solid #A3A3A3; /* Safari and Chrome */
	column-rule: 1px solid #A3A3A3;
}
	
header {
	position: relative;
	float: left;
	width: 100%;
	height: 100px;
}
	
	
/***************************************************
				INTRO
***************************************************/	
	
#intro {
	width: 980px;
	position: relative;
	float: left;
	height: 120px;
	background: transparent;
	margin-top: 25px;
}

/***************************************************
				   HOLDERS
***************************************************/	

.holder_content {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 4px;
	padding-top: 10px;
	padding-bottom: 5px;
}

	
.holder_content_separator{
	margin-bottom: 20px;
}
	
/***************************************************
			        GALLERY
***************************************************/
	 	 
a.photo_hover3 {
	position: relative;
	float: left;
	margin: 16px 13px 8px 0;
	padding: 8px;
   background-color: white;
	border: 1px solid #D6D6D6;
}

a.photo_hover3: hover {
	border: 1px solid #D6D6D6;
	background-color: transparent;
	opacity: 0.9;
	z-index: 1000;
}
	
a.photo_hover2 {
	position: relative;
	float: right;
	margin: 5px 13px 8px 0;
	padding: 8px;
   background-color: white;
	border: 1px solid #E1E1E1;
}

a.photo_hover2: hover {
	border: 1px dotted #66CCFF;
	background-color: #C7EDFF;
	opacity: 0.9;
	z-index: 1000;
}


/***************************************************
			        FOOTER
***************************************************/

footer {
	position: fixed;
	height: 10px;
    width: 100%;
	bottom:0;
	left:0;
	background-color: black;
}

#FooterOne, #FooterTwo, #FooterTree {
	position: absolute;	
}

#FooterTwo {
	position: absolute;
	right: 225px;
	top: 15px;
	color: white;
}

#FooterTwo a {
	color: white;
}



#FooterTree {
	position: absolute;
	left: 225px;
	top: 15px;
	color: white;
}

.container {
   width: 980px;
   margin: 0 auto;
	background-color: #33CC99;
}

/***************************************************
				       MENU
***************************************************/

nav {
	position: absolute;
	width: 430px;
	top: 38px;
	left: 550px;
	background: transparent;
	border-top: 1px solid #A3A3A3;
	border-bottom: 1px solid #A3A3A3;
}

nav ul li {
	float: left;
	margin-left: 16px;
	line-height: normal;
}

nav ul li a {
	font-size: 20px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: 300;
	display: block;	/* IE6, IE7 line height fix */
	padding-bottom: 10px;
	padding-top: 5px;
	background: transparent;
	margin-top: 5px;
	margin-right: 6px;
   text-decoration: none;
	  -webkit-transition: background .2s;
	  -moz-transition: background .2s;
	  transition: background .2s;   
}

a:hover {
	background:-webkit-linear-gradient(#eee,#fff);
	background:-moz-linear-gradient(#eee,#fff);
	background:-o-linear-gradient(#eee,#fff);	
	  -webkit-transition: background .2s;
	  -moz-transition: background .2s;
	  transition: background .2s;
	color: #666666;	  
	  
}

nav ul li a.current {
	color: #CC3333;
	font-weight: 600;	
}

.content_menu {
	float: left;
	width: 274px;
	margin-top: -10px;
	margin-bottom: 15px;
}
	
.content_menu ul {	
	margin: 0px;
	padding: 0px;
	float: none;
}

.content_menu ul li {
	float: none;
	padding-bottom: 16px;
}


.content_menu ul li a {
	font-size: 14px;
	line-height: normal;
   color: #33CC99;
	text-align: left;
	text-decoration: none;
	background-image: url(images/circle.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
}
	
.content_menu ul li a: hover {
   color: #33CC99;
}

/***************************************************
				   SPECIFIC
***************************************************/

#logo {
	position: relative;
   float: left;
	left: 0px;
	width: 167px;
	height: 43px;
	top: 32px;
}

.clearing {
	clear: both;
	display: inline;
	width: 100%;
	height: 0;
	overflow: hidden;
}
 	
.button {
	width: 66px;
	height: 13px;
	position: relative;
	margin-top: 12px;
	padding: 9px;
	background-color: black;
	display: inline-block;
	color: white;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 12px/100% 'Open Sans', Arial, Helvetica, sans-serif;
}
	
.button: hover {
	background-color: #333333;
}

.button: active {
	position: relative;
	top: 1px;
}

.next a {
   color: #000;
}

   .roundabout-holder {
      list-style: none;
      padding: 0;
      margin-left: 200px;
	  margin-bottom: 70px;
      height: 350px;
      width: 400px;
   }
   .roundabout-moveable-item {
      height: 350px;
      width: 520px;
      cursor: pointer;
      background: transparent;
      border: none;
   }

   
   
.roundabout-moveable-item  span {
   position: absolute;
   top: 300px;
   left: 10px;
   width: 100%;
   color: black;
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(255, 255, 255, 0.9	);
      border: 1px solid #999;
   padding: 6px;
}   
   
   
.roundabout-in-focus {
      cursor: auto;
}
   
.next {
   background: rgba(0, 0, 0, 0.7	);
   color: white;
   padding: 6px;
}

.twit
{
padding: 0 15px 10px 15px;

}

.openquote
{
font-size:50px; 
float: left; 
margin: 0 3px -20px 0; 
display: block;
line-height: 35px;
}

.closequote
{
font-size:50px; 
float: right; 
line-height: 36px;
}

.twitterbackground
{
   position: absolute;
   margin-top: 40px;
   left: 50%;
   margin-left:-490px;

}

.twitterhandle
{
	position:absolute;
	right: 0px;
	top: 160px;
}

#twitterdiv
{
	left:200px;
	position:inherit;
	height:160px;
}

#tweetsign 
{
	display:inline !important;
	position: absolute;
}

#contacttwitter
{
	float:right;
	margin-left: 15px;
}

.customisable-highlight
{
	font-family: intro_font;
	font-size: 70px;
	line-height: 0.2;
	color: #575757;
	text-align: left;
	margin-bottom: 6px;
	padding-bottom: 5px;
}

#blog{
	border-bottom: 1px solid #aaa;
	overflow:auto;
}


.blogtitle
{
	font-size: 30px;
	line-height: 0.6;
	line-height: 0.6;
	color: #CC3333;
}

.published
{
	font-size: 12px;
	color: #999;
	font-style: italic;
}



.blogimage{
float:right;
display:inline;
width:150px;
padding:5px 0px 5px 5px;
}




#ibox_wrapper {
    line-height:25px;
    background:#eee;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;	
}


#bloglist
{
background:#eee;
float:right;
min-width:100px;
max-width:39%;
overflow:scroll;
max-height:300px;
padding:10px;
}