/* 
  Theme Name: DER GOLEM
  Author: Virtuti-D
  Author URI: http://www.virtuti.info/ 
  Version: 1.0 
  Date: May, 2013
  License: is distributed under a proprietary license and is not covered by the GPL
*/   
/* ------------------------------------------------------------------------------------
--  TABLE OF CONTENTS
------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------
--  1. RESET
------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------
--  2. CUSTOM FONTS AND TYPOGRAPHY
------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------
--  3. GENERAL TAGS
------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------
--  4. REUSABLE DIVS
------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------
--  5. HEADER: LOGO AND NAVIGATION
------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------
--  6. MAIN BLOCK GENERAL
------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------
--  7. HOME PAGE
------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------
--  8. FOOTER
------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------
--  9. INNER PAGES
------------------------------------------------------------------------------------ */
 /* For easier work use cmd + f to find the required class, id or tag!*/

/* ------------------------------------------------------------------------------------
--  RESET
------------------------------------------------------------------------------------ */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, 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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
::selection{
	color:#808080;
	background:#d1e3d0;
}
::-moz-selection{
	color:#808080;
	background:#d1e3d0;
}
/* ------------------------------------------------------------------------------------
--  PRELOADER
------------------------------------------------------------------------------------ */
#preloader {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff; /* change if the mask should have another color then white */
	z-index:100; /* makes sure it stays on top */
}
@media screen and (max-width: 640px) {
#preloader {
   display:none;
  }
}
#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-image:url(images/status.gif); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px; /* is width and height divided by two */
}
/* ------------------------------------------------------------------------------------
--  CUSTOM FONTS
------------------------------------------------------------------------------------ */
@font-face {
    font-family: 'sosa';
    src: url('fonts/sosa-regular-webfont.eot');
    src: url('fonts/sosa-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sosa-regular-webfont.woff') format('woff'),
         url('fonts/sosa-regular-webfont.ttf') format('truetype'),
         url('fonts/sosa-regular-webfont.svg#sosa') format('svg');
    font-weight: normal;
    font-style: normal;
}
.icon{
	font-family:'Sosa';
}
@font-face {
    font-family: 'CapsuulaRegular';
    src: url('fonts/Capsuula-webfont.eot');
    src: url('fonts/Capsuula-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Capsuula-webfont.woff') format('woff'),
         url('fonts/Capsuula-webfont.ttf') format('truetype'),
         url('fonts/Capsuula-webfont.svg#CapsuulaRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'Fyra-NumericCircleClosed';
	src: url('fonts/269D0E_0_0.eot');
	src: url('fonts/269D0E_0_0.eot?#iefix') format('embedded-opentype'),
	url('fonts/269D0E_0_0.woff') format('woff'),
	url('fonts/269D0E_0_0.ttf') format('truetype');
}
.ding{
    font-family: 'Fyra-NumericCircleClosed'; 
	color:#fff;
}
@font-face {
    font-family: 'exoticaMedium';
    src: url('fonts/Exotica-webfont.eot');
    src: url('fonts/Exotica-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Exotica-webfont.woff') format('woff'),
         url('fonts/Exotica-webfont.ttf') format('truetype'),
         url('fonts/Exotica-webfont.svg#exoticaMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* ------------------------------------------------------------------------------------
--  TYPOGRAPHY
------------------------------------------------------------------------------------ */
a{
    text-decoration:none;
	-moz-transition: 500ms ease-in;
    -o-transition: 500ms ease-in;
    -webkit-transition: 500ms ease-in;
    -ms-transition: 500ms ease-in;
    transition: 500ms ease-in;
}
a:hover{

}
small{
	font-size:0.8em;
}
h1, h2, h3, h4, h5, h6{
}
h1{
	font-size:2em;
	margin-bottom:1em;
	text-shadow:0 1px 1px #fff;
}
h2{
	font-size:1.7em;
	margin-bottom:0.4em;
}
h3{
	font-size:1.6em;
	margin-bottom:20px;
}
h4{
	font-size:1.3em;
	margin-bottom:20px;
}
h5{
	font-size:1.2em;
	margin-bottom:20px;
}
h2, h3, h4, h5, h5{
	line-height:1.4em;
}
p{
	line-height:1.5em;
}
/* ------------------------------------------------------------------------------------
--  GENERAL TAGS
------------------------------------------------------------------------------------ */
html, body { 
	width:100%;
    font-family:'Metrophobic', Helvetica, Arial, FreeSans, sans-serif;
    font-size:100%;
	margin:0;
	padding:0;
	background: #000;
	color:#2A363B;
}
@media screen and (max-width: 1440px) {
html, body{
	font-size:95%;
  }
}
@media screen and (max-width: 1280px) {
html, body{
	font-size:92%;
  }
}
figure{
	float:left;
}
img{
	float:left;
	max-width:100%;
	height:auto;
}
figcaption{
	float:left;
	width:100%;
	text-align:center;
}
iframe{
	float:left;
	width: 100%;
}
/* ------------------------------------------------------------------------------------
--  GENERAL TAGS: FORM
------------------------------------------------------------------------------------ */
.formblock,  
.formblock label, 
.formblock fieldset{
	float:left;
	width:100%;
}
.checkboxlist label{
	 
	width:85% !important;
}
.checkboxlist 
{
	
	height:200px;display:block;!important; overflow-y:scroll; background-color:#fff;width:98%;border: 1px solid #fff;
	    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1) inset;padding:10px;
		margin-bottom:10px;
}
.formblock form{
	width:88%;
	padding:6%;
}
.formblock label{
	width:100%;
	margin-bottom:10px;
}
.formblock .field label{
	font-size:0.9em;	
}
.required{
	padding:0 0 0 5px;
	color:#EC2B27;
}
.formblock input, 
.formblock textarea{
	width:98%;
	padding:1%;
	margin-bottom:20px;
	outline:none;
	font-size:1em;
	line-height:1.5em;
	border: 1px solid #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1) inset;
}
.formblock .captcha{
	float:left;
	width:100%;
	font-size:0.9em;
}
.formblock .captcha input{
	margin-bottom:0;
}
.formblock img{
	margin:0 1% 20px 0;
}
.formblock input[type="submit"] {
	display:table;
	margin:0 auto;
	width:auto;
    outline:none;
	cursor:pointer;
    position:relative;
	padding:0.7em 2em;
    font-family:'Metrophobic', Helvetica, Arial, FreeSans, sans-serif;
	color:#f0f0f0;
	text-transform:uppercase;
	font-size:0.9em;
	letter-spacing:0.1em;
	-webkit-appearance: none;
}
.formblock .submit:active {
    top:3px;
}
.formblock .submit:hover{
    top:3px;
}
/* ------------------------------------------------------------------------------------
--  GENERAL TAGS: READ MORE BUTTON
------------------------------------------------------------------------------------ */
.more-wrap{
	float:left;
	width:100%;
	margin:0 1.6em 1.6em 1.6em;
}
a.readmore{
    padding:0.5em;
	display:inline-block;
	color:#fff!important;
	-moz-transition: 500ms ease-in;
    -o-transition: 500ms ease-in;
    -webkit-transition: 500ms ease-in;
    -ms-transition: 500ms ease-in;
    transition: 500ms ease-in; 
}
a.readmore:hover{
    padding:0.5em 1em 0.5em 0.5em;
}
/* ------------------------------------------------------------------------------------
--  GENERAL STRUCTURE
------------------------------------------------------------------------------------ */
#wrapper{
	float:left;
	width:100%;
}
/* ------------------------------------------------------------------------------------
--  REUSABLE DIVS
------------------------------------------------------------------------------------ */
.layer{	
	width:100%;
	float:left;
}
.trans{
	float:left;
	width:100%;
	height:100%;
    /*background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAEUlEQVQIHWNggIBiEGUFxJUABisBJ85jLc8AAAAASUVORK5CYII=);*/
}
.center{
	width:1400px;
	margin:0 auto;	
}
@media screen and (max-width: 1440px) {
.center{
	width:1200px;
  }
}
@media screen and (max-width: 1280px) {
.center{
	width:1100px;
  }
}
@media screen and (max-width: 1152px) {
.center{
	width:1000px;
  }
}
@media screen and (max-width: 1024px) {
.center{
	width:900px;
  }
}
@media screen and (max-width: 800px) {
.center{
	width:785px;
  }
}
@media screen and (max-width: 768px) {
.center{
	width:100%;
  }
}
.colour-line{
	float:left;
	width:100%;
	height:10px;
	/*background:#FF4E50;*/
}
/*.dark-line{
	float:left;
	width:100%;
	height:10px;
	background:#2A363B;*/
}
.thin-line{
	float:left;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.4);
}
.shadow-line{
	float:left;
	width:100%;
	height:1px;
	background:#000;
}
/* ------------------------------------------------------------------------------------
--  ANIMATION
------------------------------------------------------------------------------------ */
.animated {
	-webkit-animation-duration: 1s;
	   -moz-animation-duration: 1s;
	     -o-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	   -moz-animation-fill-mode: both;
	     -o-animation-fill-mode: both;
	        animation-fill-mode: both;
}
.animated2 {
	-webkit-animation-duration: 3s;
	   -moz-animation-duration: 3s;
	     -o-animation-duration: 3s;
	        animation-duration: 3s;
	-webkit-animation-fill-mode: both;
	   -moz-animation-fill-mode: both;
	     -o-animation-fill-mode: both;
	        animation-fill-mode: both;
}
@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@-moz-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}
@-o-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}
@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	-moz-animation-name: fadeInDownBig;
	-o-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@-moz-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}
@-o-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-o-transform: translateY(2000px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}
@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		transform: translateY(2000px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	-moz-animation-name: fadeInUpBig;
	-o-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}
@-moz-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}
@-o-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}
@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	-moz-animation-name: fadeInLeftBig;
	-o-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}
/* ------------------------------------------------------------------------------------
--  HEADER STRUCTURE
------------------------------------------------------------------------------------ */
.header-base{
	height:680px;
}
.header-content{
	height:100%;
	width:100%;
	background: transparent url(/images/bg.jpg) top center fixed;
	background-repeat:no-repeat;
   /* -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -khtml-background-size: cover;
    background-size: cover;*/
}
@media screen and (max-width: 800px) {
.header-content{
	background: transparent url(/images/bg.jpg) top center fixed;
  }
}
/*------FOR INNER PAGES------*/
.header-base-innerpage{
	height:400px;
}
@media screen and (max-width: 800px) {
.header-base-innerpage{
	height:auto;
  }
}
.header-content-innerpage{
	height:100%;
	width:100%;
	background: transparent url(images/bg_sub.jpg) top center fixed;
	background-repeat:no-repeat;
   /* -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -khtml-background-size: cover;
    background-size: cover;*/
}
@media screen and (max-width: 800px) {
.header-content-innerpage{
	background:none;
  }
}
/*------FOR PROJECT PAGE VERSION1------*/
.header-base-projectpage{
	height:800px;
}
@media screen and (max-width: 800px) {
.header-base-projectpage{
	height:auto;
  }
}
.header-content-projectpage{
	height:100%;
	width:100%;
	background: transparent url(images/bg4_mini.jpg) top center fixed;
	background-repeat:no-repeat;
   /* -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -khtml-background-size: cover;
    background-size: cover;*/
}
@media screen and (max-width: 800px) {
.header-content-projectpage{
	background:none;
  }
}
/* ------------------------------------------------------------------------------------
--  NAVIGATION + LOGO
------------------------------------------------------------------------------------ */
header{
	float:left;
	width:100%;
	height:80px;
	position:fixed;
	z-index:1;
	/*background-color:#303030;*/
	/*background-color:#ffffff;*/
	border-bottom:1px solid rgba(255,255,255,0.1);
}
@media screen and (max-width: 800px) {
header{
	height:auto;
  }
}
@media screen and (max-width: 768px) {
header{
	position:relative;
  }
}
#black-line{
	float:left;
	width:100%;
	height:0px;
	margin-top:80px;
	/*background:rgba(0,0,0,0.7);*/	
	background:rgba(159,29,33,0.7);	
}
#top-wrap{
	position:relative;
}
/*-----LOGO-----*/
#logo{
	float:left;
}
@media screen and (max-width: 800px) {
#logo{
	margin-left:0.8em;
	margin-top:0.2em;
  }
}
#logo h1 a{
	display:block;
	line-height:80px;
	font-family:'georgia', 'garamond', serif;
    color: #131313;
    text-shadow: rgba(255,255,255, 0.07) 1px 1px 1px;
    text-transform:uppercase;
    font-size:1.2em;
	-moz-transition: 500ms ease-in;
    -o-transition: 500ms ease-in;
    -webkit-transition: 500ms ease-in;
    -ms-transition: 500ms ease-in;
    transition: 500ms ease-in; 	
}
@media screen and (max-width: 800px) {
#logo h1 a{
	line-height:normal;
	padding:0.4em 0;
  }
}
@media screen and (max-width: 800px) {
#logo h1{
	margin-bottom:0!important;
  }
}
#logo h1 a:hover{
    -webkit-transform: scale(1.1);     /* Safari & Chrome */
  	-moz-transform: scale(1.1);        /* Firefox */
  	-o-transform: scale(1.1);          /* Opera */
  	transform: scale(1.1);          /* general */
}

/*-----FLAGS-----*/
flag{
	float:right;
	padding:8px 1em 0 5px;
	list-style: none;
    list-style-type: none;
}
flag li{
	list-style:none;
	list-style-image: url(data:0)
	list-style-image: none;
	list-style-position: outside;
    overflow: hidden;
}

flag ul{
	list-style:none;
	list-style-image: url(data:0)
	list-style-image: none;
	list-style-position: outside;
    overflow: hidden;
}
flag img{
	width: 15px;
}

@media screen and (max-width: 800px) {
flag{
	float:left;
	list-style: none;
  }
flag img{
	width: 24px!important;
}
}
@media screen and (max-width: 768px) {
flag{
	float:left;
	padding:0;
	border-right:none;
	list-style: none;
	margin-left: 40%;
	margin-top: 0.2em;
  }
}

/*-----NAVIGATION-----*/
nav{
	float:right;
	padding:0 1em 0 0;
}
@media screen and (max-width: 800px) {
nav{
	float:left;
  }
}
@media screen and (max-width: 768px) {
nav{
	float:left;
	width:100%;
	padding:0;
	border-right:none;
  }
}
ul.nav{
	float:left;
	list-style:none;
	height:80px;
	position:relative;
}
@media screen and (max-width: 800px) {
ul.nav{
	height:50px;
  }
}
@media screen and (max-width: 768px) {
ul.nav{
	height:auto;
  }
}
ul.nav .shadow-line{
	display:none;
}
ul.nav li{
	float:left;
}
@media screen and (max-width: 768px) {
ul.nav li{
	width:100%;
	border-bottom:1px solid rgba(255,255,255,0.1);
	border-top:1px solid #000;
  }
}
@media screen and (max-width: 768px) {
ul.nav li:first-child{
	width:100%;
	border-bottom:1px solid rgba(255,255,255,0.1);
	border-top:none;
  }
}
ul.nav li a{
	text-decoration:none;
	display:block;
	padding: 0 1em;
	font-family:'Oswald', sans-serif;
	text-transform:uppercase;
	line-height:80px;
	/*color:#fafafa;*/
	color:#000000;
	letter-spacing:0.1em;
	-moz-transition: 500ms ease-in;
    -o-transition: 500ms ease-in;
    -webkit-transition: 500ms ease-in;
    -ms-transition: 500ms ease-in;
    transition: 500ms ease-in; 	
}
@media screen and (max-width: 800px) {
ul.nav li a{
	line-height:normal;
	padding: 1em;
  }
}
ul.nav li a:hover{

}
/*-----SUBMENU-----*/
.child-menu {
	position: absolute;
	display: none;
	list-style: none;
	top:80px;
	z-index:1;
	background: #FFFFFF;
	min-width:200px;
}
@media screen and (max-width: 800px) {
.child-menu {
	top:51px;
	width:100%;
	min-width:0;
  }
}
@media screen and (max-width: 768px) {
.child-menu {
	position:relative;
	top:0;
	float:left;
	width:100%;
	min-width:0;
  }
}
.child-menu .shadow-line{
	display:block!important;
}
@media screen and (max-width: 768px) {
.child-menu .shadow-line{
	display:none;
  }
}
.child-menu li{
	float: left;
	width:100%;
	border-bottom:1px solid rgba(255,255,255,0.1);
}
nav ul.child-menu a{
	padding: 0 4%;
	display:block;
	text-decoration:none;
	color:#000000;
	font-size:0.9em;
	text-transform:uppercase;
	line-height:2.4em;
}
@media screen and (max-width: 768px) {
.child-menu a{
	padding: 0 4%;
	width:92%;
  }
}
/* ------------------------------------------------------------------------------------
--  MAIN BLOCK STRUCTURE
------------------------------------------------------------------------------------ */
.top-base{
	background:#eaeaea url(images/pattern.png) top center fixed;
	background-repeat:repeat;
	height:100%;	
}
.top-content{
	height:100%;
	width:100%;
	background:rgba(195,197,199,0.2);
}
/* ------------------------------------------------------------------------------------
--  MAIN BLOCK PART 
------------------------------------------------------------------------------------ */
#main-bg{
	float:left;
	width:100%;
	background:url(images/square.png);
	background-repeat:repeat;
}
#main-base-block{
	float:left;
	width:80%;
	margin:-500px 0 40px 10%;
}
@media screen and (max-width: 800px) {
#main-base-block{
	margin:-570px 0 40px 0;
  }
}
@media screen and (max-width: 768px) {
#main-base-block{
	/*margin:-269px 0 40px 0;*/
	margin: -485px 0px 40px 10%
  }
}
/*-------FOR INNER PAGES-----*/
#main-base-block-generalpage{
	float:left;
	width:100%;
	margin:-250px 0 40px 0;
}
@media screen and (max-width: 800px) {
#main-base-block-generalpage{
	margin:0 0 40px 0;
  }
}
@media screen and (max-width: 768px) {
#main-base-block-generalpage{
	margin:-111px 0 40px 0;
  }
}
/*-------FOR PROJECT PAGE VERSION1 AND VERSION2-----*/
#main-base-block-projectpage{
	float:left;
	width:100%;
	margin:-360px 0 40px 0;
}
@media screen and (max-width: 800px) {
#main-base-block-projectpage{
	margin:0 0 40px 0;
  }
}
@media screen and (max-width: 768px) {
#main-base-block-projectpage{
	margin:-111px 0 40px 0;
  }
}
/*-----LIGHT BACKGROUND BLOCK FOR MAIN CONTENT-----*/
#main-wrap{
	float:left;
	width:100%;
	clear:both;
	background:#eaeaea;
}
/* ------------------------------------------------------------------------------------
--  MAIN BLOCK: TOGGLER
------------------------------------------------------------------------------------ */
#toggler{
	float:left;
	width:100%;
}
#panel{
	float:left;
	width:96%;
	padding:2%;
	display:none;
	background-color:#272727;
	box-shadow:0 2px 100px rgba(0,0,0,0.5);
}
@media screen and (max-width: 768px) {
#panel{
	width:100%;
	padding:0;
  }
}
#panel-content{
	float:left;
	width:100%;
	position:relative;
}
@media screen and (max-width: 768px) {
#panel-content{
	width:92%;
	padding:4%;
  }
}
a.bigbutton{
	position:absolute;
	top:0;
	right:0;
	padding:0.6em 0.8em;
	display:block;
	background:#2A363B;
	border:1px solid rgba(255,255,255,0.1);
	box-shadow:0 1px 1px #000;
	text-transform:uppercase;
	-moz-transition: 500ms ease-in;
    -o-transition: 500ms ease-in;
    -webkit-transition: 500ms ease-in;
    -ms-transition: 500ms ease-in;
    transition: 500ms ease-in; 	
}
@media screen and (max-width: 768px) {
a.bigbutton{
	position:relative;
	display:table;
	margin:0 auto 20px auto;
  }
}
a.bigbutton:hover{

}
#adv{
	float:left;
	width:88%;
	clear:both;
}
@media screen and (max-width: 800px) {
#adv{
	width:80%;
  }
}
@media screen and (max-width: 768px) {
#adv{
	width:100%;
  }
}
#date{
	float:left;
	width:6%;
	margin:0 2% 0 0;
	text-align:center;
	font-family:'Oswald', sans-serif;
	color:#fff;
	text-transform:uppercase;
}
@media screen and (max-width: 800px) {
#date{
	width:10%;
	margin:0 4% 0 0;
  }
}
@media screen and (max-width: 768px) {
#date{
	width:100%;
	margin:0 0 20px 0;
  }
}
.date{
	padding:0.5em 1em;
	display:block;
}
.month{
	padding:0.5em 1em;
	display:block;	
	background:#2A363B;
	border-bottom:1px solid rgba(255,255,255,0.1);
}
#text-block{
	float:left;
	width:90%;
	color:#808080;
}
@media screen and (max-width: 800px) {
#text-block{
	width:86%;
  }
}
@media screen and (max-width: 768px) {
#text-block{
	width:100%;
	margin:0 0 20px 0;
  }
}
.slide{
	margin: 10px 0 -38px -7px;
	padding: 0;
	float:left;
	width:100%;
}

.slide-fb{
	margin: 10px 0 -38px -7px;
	padding: 0;
	float:left;
	width:100%;
}

.slide-linkedin{
	margin: 6px 0 -38px -47px;
	padding: 0;
	float:left;
	width:100%;
}

@media screen and (max-width: 800px) {

.slide-fb{
	margin: 6px 0 -38px -7px;
	padding: 0;
	float:left;
	width:100%;
}

}

a.btn-slide{
	float:right;
	display: block;
	padding:0 0.8em;
	line-height:2em;
	color:#ffffff; 
	text-shadow:0 1px 1px rgba(255,255,255,0.3);
	-moz-transition: 500ms ease-in;
    -o-transition: 500ms ease-in;
    -webkit-transition: 500ms ease-in;
    -ms-transition: 500ms ease-in;
    transition: 500ms ease-in; 	
}
a.btn-slide:hover{

}

a.btn-slide-fb{
	float:right;
	display: block;
	padding:0 0.9em;
	line-height:2em;
	color:#ffffff; 
	text-shadow:0 1px 1px rgba(255,255,255,0.3);
	-moz-transition: 500ms ease-in;
    -o-transition: 500ms ease-in;
    -webkit-transition: 500ms ease-in;
    -ms-transition: 500ms ease-in;
    transition: 500ms ease-in; 	
}
a.btn-slide-fb:hover{

}

a.btn-slide-linkedin{
	float:right;
	display: block;
	padding:0 0.8em;
	line-height:2em;
	color:#ffffff; 
	text-shadow:0 1px 1px rgba(255,255,255,0.3);
	-moz-transition: 500ms ease-in;
    -o-transition: 500ms ease-in;
    -webkit-transition: 500ms ease-in;
    -ms-transition: 500ms ease-in;
    transition: 500ms ease-in; 	
}
a.btn-slide-linkedin:hover{

}
/* ------------------------------------------------------------------------------------
--  HOME PAGE: INTRO BLOCK
------------------------------------------------------------------------------------ */
.intro{
	float:left;
	width:92%;
	padding:4%;
	text-align:center;
	/*background:#2A363B;*/
	background:#FFFFFF;
	border-bottom:1px solid rgba(255,255,255,0.1);	
	color:#eaeaea;
}
@media screen and (max-width: 768px) {
.intro{
	width:100%;
	padding:4% 0;
  }
}
.intro p{
	font-size:2.2em;
	padding:0 8%;
	line-height:1.2em;
	color:#808080 !important;
}
.tabbed-intro{
	float:left;
	width:100%;
	margin:0 0 40px 0;
}
/*----- TABS -----*/
.tabbed-content{
	width: 100%;
	float:left;
}
.tabs{
	float:left;
	width:100%;
	height: 50px;
	position: relative;
	/*background-color:#272727;*/
	background-color:#808080;
	/*border-top:2px solid #141414;
	border-bottom:2px solid #141414;*/
}
.tabs .moving-bg{
	position: absolute;
	left: 0;
	width: 33.3333%;
	height: 50px;
	/*background-color:#303030;*/
	background-color:#878787;
}
@media screen and (max-width: 768px) {
.tabs .moving-bg{
	width:100%;
  }
}
.tabs .tab-item{
	display: block;
	float: left;
	width: 33.3333%;
	position: relative;
	cursor: default;
	text-align: center;
	font-family:'Oswald', sans-serif;
	line-height:50px;
	text-transform:uppercase;
	color: #fafafa;
	letter-spacing:0.1em;
}
@media screen and (max-width: 768px) {
.tabs .tab-item{
	width:100%;
  }
}
.tabbed-content .slide-content{
	overflow: hidden;
	width: 100%;
	padding: 1.5em 0 3em 0;
	position: relative;
}
.tabslider{
	width:600em;
}
@media screen and (max-width: 768px) {
.tabslider{
	width:100%;
  }
}
.tabs-content{
	float:left;
	width:1400px;
}
@media screen and (max-width: 1440px) {
.tabs-content{
	width:1200px;
  }
}
@media screen and (max-width: 1280px) {
.tabs-content{
	width:1100px;
  }
}
@media screen and (max-width: 1152px) {
.tabs-content{
	width:1000px;
  }
}
@media screen and (max-width: 1024px) {
.tabs-content{
	width:900px;
  }
}
@media screen and (max-width: 800px) {
.tabs-content{
	width:785px;
  }
}
@media screen and (max-width: 768px) {
.tabs-content{
	width:100%;
  }
}
.tab-inner{
	width:90%;
	margin:0 5%;
	text-align:center;
	color:#fff;
}
.tab-inner ul{
	float:left;
	width:100%;
	list-style:none;
}
.tab-inner ul li{
	float:left;
	width:32%;
	margin-right:2%;
}
@media screen and (max-width: 768px) {
.tab-inner ul li{
	width:100%;
	margin-right:0;
  }
}
.tab-inner ul li:last-child{
	float:left;
	width:32%;
	margin-right:0;
}
@media screen and (max-width: 768px) {
.tab-inner ul li:last-child{
	width:100%;
  }
}
.tab-inner .icon{
	margin-bottom:10px;
	font-size:1.2em;
	line-height:2em;
}
.tab-inner h2{
	/*font-family:'CapsuulaRegular', sans-serif;*/
	letter-spacing:0.1em;
}
h2.big{
	text-align:center;
	margin-bottom:40px;	
	font-family:'Oswald', sans-serif;
	text-transform:uppercase;
	letter-spacing:0.1em;
	color:#808080;	
	text-shadow:0 1px 1px #fff;
}
@media screen and (max-width: 800px) {
h2.big{
	padding:0 4%;
  }
}
@media screen and (max-width: 768px) {
h2.big{
	padding:0 4%;
	margin-bottom:0;	
  }
}
a.biggerbutton{
	background:#2A363B;
	border:1px solid rgba(255,255,255,0.1);
	padding:0.6em 0.8em;
	display:inline-block;
	box-shadow:0 1px 1px #000;
	font-family:'Oswald', sans-serif;
	font-size:1.2em;
	color:#f0f0f0;
	letter-spacing:0.1em;
	text-transform:uppercase;
	-moz-transition: 500ms ease-in;
    -o-transition: 500ms ease-in;
    -webkit-transition: 500ms ease-in;
    -ms-transition: 500ms ease-in;
    transition: 500ms ease-in; 	
}
a.biggerbutton:hover{

}
#item3 .icon{
    font-size:2em;
    margin:0 0.5em 0 0;
}
#item3 p{
	margin-bottom:20px;
}
/* ------------------------------------------------------------------------------------
--  MASONRY GALLERY FOR HOME PAGE
------------------------------------------------------------------------------------ */
#container {
  padding:1%;
  clear: both;
  margin:20px 0 40px 0;
  background: #fafafa;
} 
@media screen and (max-width: 640px) {
#container {
	float:left;
    padding:4%;
    width:92%;
  }
} 
.box{	
    float: left;
    width:28.6%;
    margin: 1%;
    padding: 1%;
    background: #f0f0f0;	
	-moz-transition: 500ms ease-in;
    -o-transition: 500ms ease-in;
    -webkit-transition: 500ms ease-in;
    -ms-transition: 500ms ease-in;
    transition: 500ms ease-in; 	
}
@media screen and (max-width: 768px) {
.box{
    width:86%;
    margin: 0 0 4% 0;
    padding: 4%;
  }
} 
.box figure{
	float:left;
	background:#fafafa;
	box-shadow:0 1px 1px rgba(0,0,0,0.1);
}
@media screen and (max-width: 768px) {
.box figure{
	float:left;
    width:100%;
    margin: 0;
    padding: 0;
  }
}
.box figcaption{
	padding:4%;
}
.box:hover{

}
.box img{
    display: block;
    width: 100%;
    max-width: 100%; 
    margin-bottom:1.6em;
    border-bottom:4px solid #d1e3d0;
} 
.box h3, 
.box h3 a{
	font-family:'CapsuulaRegular', sans-serif;
	letter-spacing:0.1em;	
}
.box a{
	color:#272727;
	-moz-transition: 500ms ease-in;
    -o-transition: 500ms ease-in;
    -webkit-transition: 500ms ease-in;
    -ms-transition: 500ms ease-in;
    transition: 500ms ease-in; 
}
.box h3 a:hover{
	color:#FF4E50;
}
.box p{
	padding:1.6em;	
}
.box small{
	float:left;
	width:100%;
	margin-bottom:10px;
}
.transitions-enabled.masonry,
.transitions-enabled.masonry .masonry-brick {
  -webkit-transition-duration: 0.7s;
     -moz-transition-duration: 0.7s;
      -ms-transition-duration: 0.7s;
       -o-transition-duration: 0.7s;
          transition-duration: 0.7s;
}
.transitions-enabled.masonry {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}
.transitions-enabled.masonry  .masonry-brick {
  -webkit-transition-property: left, right, top;
     -moz-transition-property: left, right, top;
      -ms-transition-property: left, right, top;
       -o-transition-property: left, right, top;
          transition-property: left, right, top;
}
/**** Clearfix ****/
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* ------------------------------------------------------------------------------------
--  INTRO-BLOCK FOR HOME PAGE 2
------------------------------------------------------------------------------------ */
.intro-block{
	float:left;
	width:100%;
	background:#fafafa;
	clear:both;
}
.intro-block-left{
	float:left;
	width:40%;
	position:relative;
}
@media screen and (max-width: 800px) {
.intro-block-left{
    width:100%;
  }
} 
@media screen and (max-width: 800px) {
.inner{
	position:relative;
	float:left;
    width:84%;
    padding:0 8%;
  }
} 
.intro-block-left article{
    float:left;
	width:84%;
	padding:0 8%;
}
@media screen and (max-width: 1024px) {
.intro-block-left article{
	padding:8%;
  }
}
.intro-block-left article p{
	font-size:1.1em;
	color:#808080;
}
.intro-block-left .more-wrap{
	margin:0!important;
}
.intro-block-right{
	float:right;
	width:60%;
}
@media screen and (max-width: 800px) {
.intro-block-right{
    width:100%;
  }
}
.intro-block-right figure{
	float:left;
	width:100%;
	border-bottom:8px solid #d1e3d0;
	margin-bottom:0!important;
}
.intro-block-right img{
	margin-bottom:0!important;
}
/* ------------------------------------------------------------------------------------
--  MAIN BLOCK: TWO COLUMNS
------------------------------------------------------------------------------------ */
.col-wrap{
	float:left;
	width:100%;
}
.col-wrap h3{
	font-family:'Oswald', sans-serif;
	text-transform:uppercase;
	letter-spacing:0.1em;
	color:#808080;	
	text-shadow:0 1px 1px #fff;
}
/*-----LEFT SIDE-----*/
.main-left{
	float:left;
	width:40%;
}
@media screen and (max-width: 768px) {
.main-left{
    width:100%;
    margin:0 0 20px 0;
  }
} 
.main-left article{
	float:left;
	width:83.5%;
	padding:8%;
	margin:0 0 20px 0;
	background:rgba(255,255,255,0.2);
	box-shadow:0 1px 1px rgba(0,0,0,0.1);
	border-bottom:1px solid rgba(255,255,255,0.5);
}
@media screen and (max-width: 768px) {
.main-left article{
    width:83%;
  }
} 
.main-left article p{
	margin-bottom:0;
}
.main-left aside{
	float:left;
	width:100%;
}
.main-left aside ul{
	float:left;
	width:100%;
	list-style:none;
}
.main-left aside ul li{
	float:left;
	width:32%;
	margin-right:2%;
	position:relative;
}
.main-left aside ul li:last-child{
	margin-right:0;
}
.main-left aside ul li span{
	position:absolute;
	bottom:20px;
	left:0;
	padding:0.5em 1em;
	font-family:'Oswald', sans-serif;
	color:#fff;
	text-transform:uppercase;
	font-size:0.8em;
	letter-spacing:0.1em;
}
/*-----RIGHT SIDE----*/
.main-right{
	float:right;
	width:56%;
	padding:2% 0;
}
@media screen and (max-width: 768px) {
.main-right{
    width:88%;
	padding:2% 6%;
  }
}
/*-----RIGHT SIDE: ACCORDION-----*/
.accordion{
    float:left;
    width:100%;	
}
.accordion p{
	margin:0 0 20px 0;
	padding:1em;
}
.accordion p:last-child{
	margin-bottom:0;
}
.accordion .quest-wrap{
	cursor:pointer;
	padding-bottom:0.6em;
    border-top:4px solid #eaeaea;
	/*border-bottom:8px solid rgba(221,221,221,0.5);*/
	/*border-bottom:8px solid rgba(159,29,33,1.0);*/
}
.accordion .ding{
	font-size:2.4em;
    padding-right:0;
}
.accordion .question{
	vertical-align:top;
    line-height:2.6em;
	font-size:105%;
	/*text-transform:capitalize;*/
	color:#808080;
	text-shadow:0 1px 1px #fff;
	letter-spacing:0.1em;
}
.accordion .question:hover{
	color:#272727;	
}
/* ------------------------------------------------------------------------------------
--  FOOTER
------------------------------------------------------------------------------------ */
#footer-wrap{
	/*background:url(images/gun.png) repeat;*/
	background:#FFFFFF;
}
footer{
	color:#808080;
}
#footer-inner{
	float:left;
	width:100%;
	margin:40px 0;
}
@media screen and (max-width: 768px) {
#footer-inner{
    width:88%;
    margin:25px 6% 20px 6%;
  }
}
/*-----FIRST COLUMN-----*/
.one{
	float:left;
	width:31.3333%;
	margin-right:3%;
}
@media screen and (max-width: 768px) {
.one{
	width:100%;
	margin-right:0;
	margin-bottom:20px;
  }
}
.one p{
	margin-bottom:20px;
}
ul.social-links{
	float:left;
	width:100%;
	list-style:none;
}
ul.social-links li{
	float:left;
}
a.social{
	padding:0.5em;
	display:inline-block;
	-moz-transition: 500ms ease-in;
    -o-transition: 500ms ease-in;
    -webkit-transition: 500ms ease-in;
    -ms-transition: 500ms ease-in;
    transition: 500ms ease-in; 	
}
a.social:hover{

}
footer a.social{
	margin:0 0.5em 0.8em 0;	
	background:#201f1f;
}
/*-----SECOND COLUMN-----*/
.two{
	float:left;
	width:31.3%;
	margin-right:3%;	
}
@media screen and (max-width: 768px) {
.two{
	width:100%;
	margin-right:0;
	margin-bottom:20px;
  }
}
footer .formblock form{
	background:#201f1f;
}
footer .formblock input,
footer .formblock textarea{
	border:1px solid #201f1f;
	background:#141414;
}
/*-----THIRD COLUMN-----*/
.three{
	float:left;
	width:31.3333%;
	margin-right:0;
}
@media screen and (max-width: 768px) {
.three{
	width:100%;
	margin-right:0;
	margin-bottom:20px;
  }
}
.ccm-tag-list{
	float:left;
	width:100%;
}
.ccm-tag-list li{
	float:left;
	display:inline-block!important;
	margin:0 0.5em 1.2em 0!important;
    padding: 0 0em 0.8em 0!important;
	border-radius:none!important;
	line-height:normal!important;

}
a.tag, .ccm-tag-list a{
	padding:0.5em;
	display:inline-block;
	background:#201f1f;
	-moz-transition: 500ms ease-in;
    -o-transition: 500ms ease-in;
    -webkit-transition: 500ms ease-in;
    -ms-transition: 500ms ease-in;
    transition: 500ms ease-in; 	
}
a.tag:hover{

}
.transparent{
	border-bottom:1px solid rgba(255,255,255,0.1);
}
.bottom-base{
	background:url(images/bg_bottom.jpg) bottom left fixed;	
	height:100%;
	background-repeat:no-repeat;
	border-top:1px solid rgba(255,255,255,0.1);
   /* -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -khtml-background-size: cover;
    background-size: cover;*/
}
@media screen and (max-width: 800px) {
.bottom-base{
	background:none;
  }
}
.bottom-content{
	width:100%;
	height:400px;
}
@media screen and (max-width: 800px) {
.bottom-content{
	height:0;
  }
}
.copyright{
	background:#141414;
	border-top:1px solid rgba(255,255,255,0.1);
	box-shadow:0 2px 100px rgba(0,0,0,0.9);
	position:relative;
}
.copyright small{
	float:left;
	width:100%;
	padding:1em 0;
	text-align:center;
	color:#808080;
}
.copyright a{
	padding:0.5em;
	margin:0 0 0 0.5em;
	display:inline-block;
	background:#201f1f;
	-moz-transition: 500ms ease-in;
    -o-transition: 500ms ease-in;
    -webkit-transition: 500ms ease-in;
    -ms-transition: 500ms ease-in;
    transition: 500ms ease-in; 	
}
.copyright a:hover{

}
.arrow-top{
	display:block;
	position:absolute;
	top:-20px;
	background:#141414!important;
	width:40px;
	height:40px;
	border-radius:50%;
	color:#808080;
	text-align:center;
	line-height:40px;
}
.copyright-innerpage .arrow-top{
	top:-40px;
}
/* ------------------------------------------------------------------------------------
--  INNER PAGES
------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------
--  INNER PAGES: BLOG
------------------------------------------------------------------------------------ */
#page-head{
	float:left;
	width:92%;
	padding:2% 4%;
	/*background:#2A363B;*/
	background:#FFFFFF;
	/*background: rgba(255,0,0,0.1);*/
	border-bottom:1px solid rgba(255,255,255,0.1);	
	color:#eaeaea;
}
@media screen and (max-width: 768px) {
#page-head{
	width:100%;
	padding:0;
  }
}
#page-head h2{
	margin-bottom:0!important;
	font-family:'Oswald', sans-serif;
	color:#808080;
	text-transform:uppercase;
	letter-spacing:0.1em;
	text-shadow:0 1px 1px rgba(0,0,0,0.5);
}
@media screen and (max-width: 768px) {
#page-head h2{
	width:92%;
	padding:2% 4%;
  }
}
.meta{
	float:left;
	width:92%;
	padding:1% 4%;
	/*background-color:#272727;*/
	background-color:#808080;
	/*border-top:2px solid #141414;
	border-bottom:2px solid #141414;*/
	border-top:2px solid #808080;
	border-bottom:2px solid #808080;
	clear:both;
}
@media screen and (max-width: 768px) {
.meta{
	width:100%;
	padding:0;
  }
}
#breadcramps{
	float:left;
	width:100%;
	color:#808080;
	text-transform:capitalize;
}
@media screen and (max-width: 1024px) {
#breadcramps{
	width:58%;
  }
}
@media screen and (max-width: 768px) {
#breadcramps{
	width:92%;
    padding:2% 4%;
  }
}
#search-block{
	float:left;
	width:100%;
	margin-bottom:20px;
}
#search-block h3{
    font-size:1.3em;	
}
/*----------SEARCH INPUT----------*/
#search-block form{
	float:left;
	width:100%;
	clear:both;
}
@media screen and (max-width: 768px) {
#search-block form{
	width:92%;
    padding:2% 4%;
  }
}
#search-block input, 
#search-block input[type="password"], 
#search-block input[type="search"]{
    width:58%;
    height:38px;
	padding:0 2%;	
	outline:none;
	font-size:1em;
	line-height:1.5em;
	border:1px solid rgba(255,255,255,0.1);
	background:#2A363B;
}
#search-block input[type="submit"] {
	float:right;
	width:34%;
	height:40px;
	line-height:40px;
    outline:none;
	cursor:pointer;
    position:relative;
	padding:0 2em;
    font-family:'Metrophobic', Helvetica, Arial, FreeSans, sans-serif;
	color:#f0f0f0;
	text-transform:uppercase;
	font-size:0.9em;
	letter-spacing:0.1em;
	-webkit-appearance: none;
}
#search-block .submit:active,
#search-block input[type="submit"]:active {
    top:3px;
}
#search-block .submit:hover,
#search-block input[type="submit"]:hover{
    top:3px;
}
/*----------BLOG ENTRY BLOG POST DIVS----------*/
#blog-entry{
 	width:92%;
	padding:4%;
    clear:both;	
}
#blog-entry .formblock input,
#blog-entry .formblock textarea{
	border:1px solid #fff;
	background:#fafafa;
	box-shadow:inset 0 1px 4px rgba(0,0,0,0.1);
}
#blog-posts{
	float:left;
	width:92%;
	padding:4%;
}
#blog-posts article{
	float:left;
	width:100%;
	clear:both;
	margin-bottom:40px;
	padding-bottom:40px;
	border-bottom:1px solid #ddd;
}
#blog-posts article:last-child{
	margin-bottom:0;
}
#blog-posts article figure{
	float:left;
	width:66%!important;
}
@media screen and (max-width: 768px) {
#blog-posts article figure{
	width:100%!important;
	margin-bottom:20px;
  }
}
#blog-posts article section.first-paragraph{
	float:right;
	width:30%;
}
@media screen and (max-width: 768px) {
#blog-posts article section.first-paragraph{
	width:100%;
  }
}
article p{
	margin-bottom:20px;
}
article .more-wrap{
	margin:20px 0 0 0;
}
article .more-wrap a{
	float:right;
}
article .datetime{
	float:left;
	width:100%;
	margin:0 0 20px 0;	
}
article .datetime p{
	float:right;
	padding:0.5em;
	display:inline-block;
	background:rgba(255,255,255,0.5);
	border-bottom:2px solid #d1e3d0;
	margin-bottom:0!important;	
}
article h3 a{
	color:#808080;
}
#blog-post{
	float:left;
	width:66%!important;	
}
@media screen and (max-width: 768px) {
#blog-post{
	width:100%!important;
	margin-bottom:20px;
  }
}
#blog-post figure, .ccm-image-block{
	float:left;
	width:100%;
	margin-bottom:20px;
}
#blog-post ul{
	float:left;
	width:92%;
	padding:2% 4%;	
}
#blog-post ol{
	float:left;
	width:88%;
	padding:2% 6%;	
}
#blog-post ul li, 
#blog-post ol li{
	line-height:1.5em;	
}
#blog-post ol{
    list-style: decimal-leading-zero outside; 	
}
#blog-post article section{
	float:left;
	width:92%;
	padding:4%;
	background:rgba(255,255,255,0.5);
	/*border-bottom:4px solid #d1e3d0;*/
	/*border-bottom:4px solid #9F1D21;*/
	margin-bottom:20px;
}
#blog-post article section p{
	font-size:1.1em;
}
#blog-post article section p:last-child{
	margin-bottom:0;
}
#blog-entry aside{
	float:right;
	width:30%;
	margin-left:4%;
}
@media screen and (max-width: 768px) {
#blog-entry aside{
	width:100%!important;
	margin-left:0;
  }
}
/*----------PAGINATION----------*/
.pagination-wrap{
	float:left;
	width:96%;
	padding:0 2%;
	text-transform:lowercase;
	margin:0 0 20px 0;
}
.ccm-next-previous-wrapper{
	float:left;
	width:100%;
	text-transform:lowercase;
	margin:0 0 20px 0;
}
#meta-small{
	float:left;
	width:100%;
	margin-bottom:20px;
}
/*---------COMMENT BOX----------*/
h4.guestBook-title {
    border-bottom: none;
    margin: 0 0 20px 0!important;
    text-align: left!important;
}
div.guestBook-entry {
	float:left;
	width:92%;
    padding: 4%!important;
    margin: 6px 0 12px 0;
    background:rgba(255,255,255,0.5);
}
.guestBook-formBlock{
     margin:0;
     float:left;
	 width:92%;
	 padding:4%;
	 background:rgba(255,255,255,0.5) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGklEQVQIW2P4//8/AxI2RuGAaBQOTADOAWEAjAwwnWPnCWYAAAAASUVORK5CYII=);	
}
h4.guestBook-title {
    border-bottom: none;
    margin:20px 0;
    text-align:center;
}
.guestBook-formBlock h5{
	margin-bottom:1em;
	color:#808080;
}
.guestBook-formBlock label{
	float:left;
	width:100%;
	margin-bottom:5px;
	font-size:0.9em;
}
.guestBook-formBlock div{
	font-size:0.9em;	
}
@media screen and (max-width: 768px) {
.guestBook-formBlock div{
	float:left;
	width:100%;
	margin:10px 0;
  }
}
.guestBook-formBlock textarea {
      height:150px;
}
.guestBook-formBlock input,
.guestBook-formBlock input[type="password"], 
.guestBook-formBlock input[type="search"],
.guestBook-formBlock textarea{
	float:left;
	width:95%;
    outline:none;
    cursor: auto;
	border:1px solid #fff;
	padding:0.5em 2%;
	box-shadow:inset 0 1px 4px rgba(0,0,0,0.1);
	font-size:1em;
    background-color: #fafafa;
    margin-bottom:20px;
}
.guestBook-formBlock input[type="submit"] {
	outline:none;
	cursor:pointer;
    position:relative;
	padding:1em;
    font-family:'Metrophobic', Helvetica, Arial, FreeSans, sans-serif;
	color:#fff;
	text-transform:uppercase;
	font-size:0.9em;
	letter-spacing:0.1em;
	-webkit-appearance: none;
	width:auto;
	margin-bottom:0;
}
.guestBook-formBlock .submit:active,
.guestBook-formBlock input[type="submit"]:active {
    top:3px;
}
.guestBook-formBlock .submit:hover,
.guestBook-formBlock input[type="submit"]:hover{
    top:3px;
}
.guestBook-formBlock img{
	margin-right:1%;
}
.guestBook-formBlock .note{
	font-size:0.8em;
}
/*----------WIDGET----------*/
.widget{
	float:left;
	width:100%;
	margin:0 0 20px 0;
}
.widget figure{
	float:left;
	width:92%;
	padding:4%;
	background:rgba(255,255,255,0.5);
	/*border-bottom:4px solid #d1e3d0;*/
	/*border-bottom:4px solid #9F1D21;*/
}
.widget img{
	margin-bottom:10px;
}
.widget a.social{
	margin:0 0.2em 0 0;	
	background:#fff;
}
.gallery figure{
	margin-bottom:20px;
}
/*----------ADDTHIS FACEBOOK BUTTON----------*/
.addthis_toolbox-wrap{ 
	float:left;
	width:100%;
	margin:1.5em 0;
}
.addthis_toolbox{
	display:table;
	margin:0 auto;
}
/*----------EXTRAS---------*/
/* ------------------------------------------------------------------------------------
--  IMAGE WITH FRAME AND CAPTION
------------------------------------------------------------------------------------ */
.frame{
	float:left;
	width:92%!important;
	padding:4%;
	background:#fafafa;
	box-shadow:0 1px 1px rgba(0,0,0,0.1);
}
.frame img{
	margin-bottom:20px;
}
/* ------------------------------------------------------------------------------------
--  ELASTIC VIDEO
------------------------------------------------------------------------------------ */
.video-holder{
	float:left;
	width:100%;
	background:black;
	margin-bottom:20px;
}
.video-container {
	position: relative;
	padding-bottom: 56%;
	width:100%;
	height: 0;
	overflow: hidden;
}
.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* ------------------------------------------------------------------------------------
--  DROPCAP
------------------------------------------------------------------------------------ */
.dropcap p:first-child:first-letter{
    font-family: 'exoticaMedium';
    float:left;
    font-size:6em;
    line-height:1em;
    margin:0.1em 0.1em 0 0;
    color:#272727;
	
}
.dropcap{
	float:left;
	width:100%;
	margin-bottom:20px;
	padding:1%;
	border: 1px solid #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1) inset;
}
/* ------------------------------------------------------------------------------------
--  BLOCKQUOTE
------------------------------------------------------------------------------------ */
blockquote{
	float:left;
	width:92%;
	background:rgba(255,255,255,0.3);
	padding:2% 4%;
	margin:0 0 20px 0;
	position:relative;
}
blockquote p{
	font-style:italic;
	margin-bottom:10px;
	font-size:0.9em;
}
blockquote span{
	display: block;
    position: relative;
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid rgba(221,221,221,0.5);
}
blockquote span:before{
    position: absolute;
    width: 50px;
    height: 50px;
    background:rgba(221,221,221,0.7);
    content: "\275d";
    font-size: 30px;
    top: 0px;
    left: 50%;
    margin: -25px 0 0 -25px;
    border-radius: 50%;
    text-align:center;
    line-height:55px;
}
cite{
	float:right;
	font-size:0.9em;
}
/* ------------------------------------------------------------------------------------
--  STYLED UNORDERED LIST
------------------------------------------------------------------------------------ */
.styled{
	list-style:none;
	width:100%!important;
	padding:2% 0!important;
}
.styled .icon{
	margin-right:4px;
}
/* ------------------------------------------------------------------------------------
--  DEFINITION LIST
------------------------------------------------------------------------------------ */
dl{
	margin: 2em 0 20px 0;
	padding: 0;
	color:#808080;
}
dl dt{
	position: relative;
	left: 0;
	top: 1.1em;
	width: 13em;
	font-size:1.1em;
}
dl dd{
	margin: 0 0 0 13em;
	padding: 0 0 0.5em 1.5em;
}
dl dd p{
	font-size:1.1em;
}
/* ------------------------------------------------------------------------------------
--  PORTFOLIO AND PROJECT PAGES GENERAL
------------------------------------------------------------------------------------ */
#portfolio{
	float:left;
	width:92%;
	padding:4%;
}
#portfolio ul{
	float:left;
	width:100%;
	list-style:none;
}
.narrow{
	width:40%;
}
@media screen and (max-width: 768px) {
.narrow{
	width:100%!important;
	margin-bottom:20px;
  }
}
.wide{
	width:56%;
}
@media screen and (max-width: 768px) {
.wide{
	width:100%!important;
	margin-bottom:20px;
  }
}
#portfolio figure{
	float:left;
	width:92%;
	padding:4%;
	background:#fff;
	position:relative;
}
#portfolio img{
	margin-bottom:0!important;
}
#portfolio section{
	float:left;
	width:100%;
	text-align:center;
}
#portfolio article{
	float:left;
	width:100%;
}
#portfolio article h1,
#portfolio section h1{
	/*font-family:'CapsuulaRegular', sans-serif;*/
	color:#808080;
	text-shadow:0 1px 1px #fff;
	letter-spacing:0.1em;
	font-size:2.6em;
}
#portfolio article p,
#portfolio section p{
	margin-bottom:20px;
}
#portfolio section .more-wrap{
	margin:0!important;
}
#portfolio .icon-wrap{
	float:left;
	width:100%;
}
#portfolio .icon{
	display:table;
	margin:0 auto;
	font-size:2em;
}
#portfolio .blank{
	float:left;
	width:100%;
	height:1px;
	background:#ddd;
	margin:20px 0 40px 0;
}
/* ------------------------------------------------------------------------------------
--  PORTFOLIO 1
------------------------------------------------------------------------------------ */
.portfolio1 ul{
	padding-bottom:40px;
	border-bottom:1px solid #ddd;
	margin:0 0 40px 0;
}
.portfolio1 ul li{
	float:left;
}
.portfolio1 ul li:first-child{
	margin:0 4% 0 0;
}
.portfolio1 figure:hover{
	top:3px;
}
@media screen and (max-width: 768px) {
.portfolio1 figure,
.portfolio1 section{
	margin-bottom:20px;
  }
}
/* ------------------------------------------------------------------------------------
--  PORTFOLIO 2
------------------------------------------------------------------------------------ */
.portfolio2 ul{
	margin:0 0 20px 0;
}
@media screen and (max-width: 768px) {
.portfolio2 ul{
	margin:0;
  }
}
.portfolio2 ul li{
	float:left;
	width:32%;
	margin-right:2%;
}
@media screen and (max-width: 768px) {
.portfolio2 ul li{
	width:100%!important;
	margin-right:0;
	margin-bottom:20px;
  }
}
.portfolio2 ul li:last-child{
	margin-right:0;
}
.portfolio2 figure{
	position:relative;
}
.portfolio2 .caption{
	position:absolute;
	bottom:40%;
	left:0;
	width:100%;
	width:100%;
	text-align:center;
	opacity:0;
	filter:alpha(opacity=0); /* For IE8 and earlier */
	font-family:'Oswald', sans-serif;
	font-size:1.1em;
	text-transform:uppercase;
	letter-spacing:0.1em;
	color:#fff;
	text-shadow:0 1px 1px #000;
	-moz-transition: 500ms ease-in;
    -o-transition: 500ms ease-in;
    -webkit-transition: 500ms ease-in;
    -ms-transition: 500ms ease-in;
    transition: 500ms ease-in; 	
}
.portfolio2 figure:hover .caption{
	opacity:1;
    filter:alpha(opacity=100); /* For IE8 and earlier */
}
/* ------------------------------------------------------------------------------------
--  PORTFOLIO 3 (PROJECT PAGE)
------------------------------------------------------------------------------------ */
h1.project-title{
	text-align:center;
	margin-bottom:100px;
	font-family:'CapsuulaRegular', sans-serif;
	color:#f0f0f0;
	text-shadow:0 1px 1px #000;
	letter-spacing:0.1em;
	font-size:3.4em;
}
@media screen and (max-width: 800px) {
h1.project-title{
	display:none;
	margin-bottom:0;
  }
}
.portfolio3 ul li{
	float:left;
}
.portfolio3 figure{
	margin-bottom:20px;
}
.portfolio3 ul li:first-child{
	margin:0 4% 0 0;
}
#chklistskillsTable,
.formblock input[type='checkbox'] , label::after {
	width:8%;
	margin-bottom:0px;
	font-size:1em;
	border: 1px solid #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1) inset;
	 vertical-align: bottom;
  display: inline;
}
