@import url('font-awesome.css');
@import url('font-linecons.css');
@import url('font-linea.css');
/*--------------------------------------------------
				      RESET
---------------------------------------------------*/
pre,code{
	font-family:"Times New Roman", Times, serif;
	white-space:pre;
	padding:20px;
	letter-spacing: 0.1em;
}
pre{
	padding:5px;
}
code{
	border-radius: 3px;
	background:#fff;
	font-size: 0.75em;
	color: #666666;
	padding: 3px;
	padding-left: 10px;
	background-color: #fff;
}
.clear:after {
    clear: both;
    content: "";
    display: block;
	height: 100px;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite,  del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {	margin:0px; 
	padding:0px; 
	border:0px; 
	border-collapse:separate; 
	border-spacing:0px;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	text-decoration:none;
}
html, body {
	height: 100%;
	width: 100%;
}
*::-moz-selection{ color: #fff; background: #0000FF; }
*::selection { color: #fff; background: #0000FF; }
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;   
	box-sizing: border-box;       
}
body {
	font-family: 'Lekton', sans-serif;
	font-size: 15px;
	line-height: 23px;
	font-weight: 300;
	color: #444;
	background: #fff;
}
body {
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Lekton', sans-serif;
	font-weight: 300;
	margin-bottom: 14px;
	word-spacing: 4px; 
	letter-spacing: 1px;
}
h1{
	font-size:44px;
	line-height: 44px;
}
h2{
	font-size: 32px;
	line-height: 36px;
}
h3{
	font-size:26px;
	line-height: 29px;
}
h4{
	font-size:20px;
	line-height: 25px;	
}
h5{
	font-size:16px;
	line-height: 21px;
}
h6{
	font-size:14px;
	line-height: 17px;
}
.title {
	font-size:26px;
	line-height: 30px;
	font-weight: 300;
}
ul, ol	{
	list-style: none outside none;
	display: block;
	padding: 0px;
	margin: 0 0 14px 0;
}
blockquote {
	float: left;
	width: 60%;
	margin: 10px 30px 10px 0;
	padding: 30px;
    position: relative;
}
blockquote:before {
	content: "'";
	float: left;
	font-size: 45px;
	font-weight: bold;
	line-height: 40px;
}
blockquote p {
	font: 500 22px/29px 'Dosis', sans-serif;
	margin: 0;
	padding-left: 25px;
	text-align: left;
}
blockquote small {
    margin-top: 15px;
    text-transform: uppercase;
	display:block;
}

blockquote b { background: none repeat scroll 0 0 #000; display: block; position: absolute; transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0ms; }
blockquote b.top { height: 3px; width: 26px; left: 26px; top: 0; transform: translate3d(-100%, 0px, 0px); }
blockquote b.bottom { height: 3px; width: 26px; right: 26px; bottom: 0; transform: translate3d(100%, 0px, 0px); }
blockquote b.left { height: 26px; width: 3px; left: 0; top: -26px; transform: translate3d(0px, 100%, 0px); }
blockquote b.right { height: 26px; width: 3px; right: 0; bottom: -26px; transform: translate3d(0px, -100%, 0px); }

.quote-full {
    margin-left: -10%;
    width: 120%;   
	border-bottom: 5px solid rgba(0, 0, 0, 0.055);
    border-top: 5px solid rgba(0, 0, 0, 0.055);
    background: transparent;
	padding: 25px;
	margin-bottom: 20px;
	color: #02e8d0;
}
.quote-full p {
	font: 700 30px/41px 'Dosis', sans-serif;
	word-spacing: 2px;
}
blockquote.quote-full b { display: none; }

p {
	margin-bottom: 14px;
}
p:last-child {
	margin-bottom: 0;
}
em, dfn, cite {
	font-style: italic;
}
strong, b {
	font-weight: bold;
	letter-spacing: 1px;
}
small { 
	font-size:11px;
}
input, textarea, select {
	outline: medium none;
	font-family: "Lekton", sans-serif;
	font-size:14px;
	color: #888;
	padding: 15px 10px;	
	border: none;
	background-color: #f5f5f5;
	border-radius: 1px;
	-webkit-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out;
	width: 100%;
	margin-bootom: 15px;
}
input:focus, textarea:focus, select:focus, .content.alternate input:focus, .content.alternate textarea:focus, .content.alternate select:focus, .content.alternate.dark input:focus, .content.alternate.dark textarea:focus, .content.alternate.dark select:focus {
	color: #333;
	background-color: #fffcec;
}
.content.alternate input, .content.alternate textarea, .content.alternate select {
	background-color: #fff;
}
.content.alternate.dark input, .content.alternate.dark textarea, .content.alternate.dark select {
	background-color: rgba(0, 0, 0, 0.10);
}
input.submit, .minimal input.submit {
	max-width: 230px;
	background: none repeat scroll 0 0 transparent !important;
    border: 1px solid rgba(0, 0, 0, 0.80);
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 12px;
    letter-spacing: 3px;
	text-transform:uppercase;
    padding: 12px 20px 10px 20px;
    transition: all 0.18s ease-in-out 0s;
}
input.submit:hover {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.80) !important;
    color: #fff;
}


input[type=checkbox],
input[type=radio]{
  opacity: 0;
  width: 18px;
  height: 18px;
  margin: 5px 0 0 25px;
  padding: 0;
}
input[type=checkbox] + span,
input[type=radio] + span {
  margin-left: -18px;
  margin-right: 8px;
}
input[type=checkbox] + span,
input[type=radio] + span {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid rgb(0,0,0);
  border-radius: 2px;
  background: rgb(255,255,255);
  vertical-align: middle;
  opacity: 1;
}
input[type=radio] + span{
  border-radius: 50%;
}

input[type=checkbox]:checked + label > span,
input[type=radio   ]:checked + label > span{
}

input[type=checkbox]:checked + span:before{
  content: '✓';
  display: block;
  width: 15px;
  color: rgb(0,0,0);
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  font-weight: bold;
}

input[type=radio]:checked + span > span{
  display: block;
  width: 6px;
  height: 6px;
  margin: 5px 0 0 5px;
  border-radius: 50%;
  background: rgb(0,0,0);
}


form p {
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
	padding-bottom: 20px;
	text-align: left;
}
form label {
	display: block;
	font-size: 11px;
	font-weight: bold;
	line-height: 36px;
}
.form.minimal{
}
.minimal input, .minimal textarea, .minimal select {
	background-color: transparent;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: transparent transparent rgba(0, 0, 0, 0.80) transparent;
}
.minimal textarea {
	border-style: none;
}
.minimal input:focus, .minimal textarea:focus, .minimal select:focus, .content.alternate .minimal input:focus, .content.alternate .minimal textarea:focus, .content.alternate .minimal select:focus, .content.alternate.dark .minimal input:focus, .content.alternate.dark .minimal textarea:focus, .content.alternate.dark .minimal select:focus {
	background-color: transparent;
}
.content.alternate .minimal input, .content.alternate .minimal textarea, .content.alternate .minimal select {
	background-color: transparent;
}
.content.alternate.dark .minimal input, .content.alternate.dark .minimal textarea, .content.alternate.dark .minimal select {
	background-color: rgba(0, 0, 0, 0.10);
}

a { 
	-webkit-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out;
	outline:none;
	color: #02e8d0;
}
a:hover {
	color: #444;
	text-decoration: underline;
}
.dark a:hover {
	color: #fff;
}
.default_color a {
	color: rgba(0, 0, 0, 0.35);
}
.default_color a:hover {
	color: #fff;
}
.timer{
	font-family: 'Dosis', sans-serif;
	font-size:60px;
	line-height: 44px;
	font-weight: bold;
}
.default_color .timer {
	color: rgba(255, 255, 255, 0.65);
}
.title, .title a { 
	text-decoration: none;
}
.title a:hover {
}
img {  
    max-width:100% !important;
	vertical-align: middle;
}
.hero-wrapper {  min-height: 100%;
    position: relative;
    width: 100%;
    top: 0;
    z-index: 1;
}
#background-image {  
	height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 1;
}
.radius-200 {
    border-radius: 200px;
}
.alignleft {
	float:left;
	margin: 0 20px 0 0;
}
.alignright {
	float:right;
	margin: 0 0 0 20px;
}
.aligncenter {
	display: block;
	margin: 10px auto;
	float:none;
}
.text-align-right {
	text-align: right;
}
.text-align-left {
	text-align: left;
}
.text-align-center {
	text-align: center;
}
.uppercase {
	text-transform: uppercase;
}
.divider {
	float: left;
	width: 100%;
	margin: 50px 0;
	clear: both;
}
.divider.border {
	border-top: 1px solid rgba(0, 0, 0, 0.25);
	float: left;
    display: block;
}
.content.alternate.dark .divider.border { border-color: rgba(255, 255, 255, 0.07); }
.divider.small {
    display: inline-block;
    height: 2px;
    margin-top: 34px;
    margin-bottom: 34px;
    position: relative;
    width: 30px;
	background-color: #02e8d0;
	float: none;
}
.content.alternate.default_color .divider.small { background-color: #fff; }
/*--------------------------------------------------
			SCROLL TO TOP
---------------------------------------------------*/
#back-top {
    display: none;
}
#back-top {
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 1000;
	background: url(../images/top.png) no-repeat center 0 transparent;
	width: 42px;
	height: 48px;
}
/*--------------------------------------------------
			MAIN CONTENT
---------------------------------------------------*/
#wrapper {
	width: 100%;
	position: relative;
	z-index: 2;
}
#header-wrapper {
	position: fixed;
	left:0;
	right:0;
	top: 0;
	width: 100%;
	padding: 30px 50px;
	margin: 0 auto;
	z-index:9998;
	-webkit-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out;
}
#header-wrapper.sticky, #header-wrapper.transparent.sticky {
	padding: 10px 50px;
	background-color: rgba(255, 255, 255, 0.95);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.07);
}
#header-wrapper.transparent, #header-wrapper.transparent.black {
	background-color: transparent;
}
#header-wrapper.black, #header-wrapper.black.sticky, #header-wrapper.transparent.black.sticky {
	background-color: #2e2d2c;
}

#header-wrapper.background--light, #header-wrapper.background--light a {
	color: #222;
}
#header-wrapper.background--dark, #header-wrapper.background--dark a {
	color: white;
}
#header-wrapper.background--dark.background--complex, #header-wrapper.background--dark.background--complex a {
  color: #222;
}
#header-wrapper.background--light.background--complex, #header-wrapper.background--light.background--complex {
  color: white;
}
#header-wrapper.background--light.background--complex, #header-wrapper.background--light.background--complex {
  color: white;
}

#header-wrapper.sticky.background--dark.background--complex, 
#header-wrapper.sticky.background--dark.background--complex a,
#header-wrapper.sticky.background--dark, 
#header-wrapper.sticky.background--dark a {
  color: #222;
}

.header {
	width: 100%;
	margin: 0 auto;
}
.header.sub {
	display: none;
}
.header .holder {
	padding: 0;
}
.header.clear:after {
	height: 100%;
}
#logo, #logo a {
	float: left;
	line-height: 10px;
}
#logo.index, #logo.index a {
	float: none;
	line-height: 10px;
	margin: 0 auto;
	width: 100%;
}

.holder {
	width: 1200px;
	margin: 0 auto;
	padding: 0;
	z-index: 999;
	position: relative;
	padding: 100px 0;
}
.holder.fullwidth {
	width: 100%;
}
.no-padding {
	padding: 0;
}
.no-padding-bottom {
	padding-bottom: 0;
}
.no-padding-top {
	padding-top: 0;
}
.minimized {
	padding: 45px 0;
}
.holder:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

.holder.background--light, .holder.background--light a {
	color: rgba(0, 0, 0, 0.70);
}
.holder.background--dark, .holder.background--dark a {
	color: #fff;
}

.background--light, .background--light a {
	color: rgba(0, 0, 0, 0.70);
}
.background--dark, .background--dark a {
	color: #fff;
}

.content {
	width: 100%;
    background: #fff;
}
.content.alternate {
    background-color: #f5f5f5;
}
.alternate {
    background-color: #f5f5f5;
}
.content.alternate.dark {
    background-color: #363636;
	color: #ddd;
}
.alternate.dark {
    background-color: #363636;
	color: #ddd;
}


.background-image.parallax {
    background-attachment: fixed !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.background-image {
    background-attachment: scroll !important;
    background-position: center center;
    background-size: cover !important;
}

.parallax-content {
	position: relative;
	height: 100%;
}
.parallax-content .holder {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	width: 40%;  
}

.parallax.bg_color:before {
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	z-index: -1;
}


/*.background {
    background-repeat:no-repeat;
    background-position:50% 50%;
    background-position:50% 50%\9 !important;
}*/
.fullscreen {
    width:100%;
    max-height:80%;
    min-height:80%;
}
.screen-height.height-75 {
    height:75vh;
}
.screen-height, .screen-height img, .screen-height iframe {
    height:100vh;
    width:100%;
	position:relative;
	overflow-x: hidden;
    overflow-y: auto;
	border: 10px solid #fff;
	/*-webkit-overflow-scrolling: touch;*/
}
.background-image {
/*    min-height:500px;*/
}
.featured-image {
    min-height:500px;
    height:77vh;
    margin: 0 auto;
	position:relative;
}
.diagonal {
	position: relative;
}
.diagonal:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	transform: rotate(10deg) scaleY(1.4) translate3d(55%, 0px, 0px); 
	-webkit-transform: rotate(10deg) scaleY(1.4) translate3d(55%, 0px, 0px); 
	width:300px; 
	height: 100%; 
	background-color: #02e8d0; 
	margin-left:-310px;
}
.screen-height:first-child {
	position:static;
}
.screen-height:last-child {
    display: block;
    float: left;
}
.midway {
    height: 100%;
    margin: 0 auto;
    width: 100%;
    display: table;
}
.midway .midway1 {
    display: table-cell;
    padding: 15%;
    vertical-align: middle;
    width: 100%;
    height: 100%;
	-webkit-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out;
}
.screen-height .midway .midway1 {
    padding: 0 15%;
}
.diagonal .midway .midway1 {
    padding: 10% 10% 10% 0;
}


.gallery .article.one {
    max-height: 600px;
	margin-bottom: 4%;
}
/*--------------------------------------------------
			PRIMARY MENU 
---------------------------------------------------*/
#primary-menu {
	float: right;
	margin: 0;
	padding: 0;
}
#primary-menu select {
	display:none;
}
#primary-menu select {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #eee;
    cursor: pointer;
    width: 100%;
	padding: 7px;
	margin: 0 0 0 0;
	box-shadow: 0 0 0 rgba();
	color: #444;
}
.menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: right;
	position: relative;    
    height: 100%;
    width: 100%;
    display: table;
}
.menu li:hover { 
	visibility: inherit; 
}
.menu li {
	position: relative;
	height: 100%;
	display: table-cell;
    vertical-align: middle;
}
.menu li:after {
	
}
.menu li:last-child:after {
    content: "";
}
.menu li a {
	font: 600 13px/22px 'Dosis', sans-serif;
	color: #222;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0;
    padding: 0 20px;
	display: table-cell;
    vertical-align: middle;
	position:relative;
}
.menu li a.sb-open-right {
	font-size: 17px 
}
.menu li:last-child a {
	padding-right: 0;
}
.menu li a:hover, .menu li.sfHover a {
	color: #111;
}
.menu li a.current:after {
	position:absolute;
	bottom: 0;
	
	border-bottom-style: solid;
    border-bottom-width: 10px;
	border-bottom-color: rgba(0, 0, 0, 0.07);
}
.menu li ul {
	position: absolute;
	top: -9999em;
	width:250px;
	background: none repeat scroll 0 0 #fff;
	z-index: 9999;
	border: 2px solid rgba(0, 0, 0, 0.1);
}
.menu li li { 
	width: 100%; 
}
.menu li li:after {
	content: "";
}
.menu li:hover ul {
	left: 15px;
	top: 100%;
}
.menu li:hover li ul { 
	top: -9999em; 
}
.menu li li:hover ul {
	left: 246px;
	top: -2px;
	visibility: visible; 
	z-index: 9999;
}
.menu li ul {
	margin: 0;
}
.menu li ul li {
	margin: 0;
	background: none;
	padding: 0 25px;
	float: left;
	border-bottom-style: solid;
    border-bottom-width: 1px;
	border-bottom-color: rgba(0, 0, 0, 0.07);
}
.menu li ul li:last-child {
	border-bottom: none;
}
.menu li ul li a, .menu il ul li:last-child a, .menu il ul li:first-child a, .menu li ul li:first-child ul li a {
	font: 500 11px/22px 'Dosis', sans-serif;
	padding: 15px 0;
	word-spacing: 2px;
	letter-spacing: 1px;
	width: 100%; 
	display: table-cell;
    vertical-align: middle;
}
.menu li ul li:first-child a, .menu li ul li:last-child ul li:first-child a, .menu li ul li:first-child ul li:first-child a {
	padding-top: 22px;
}
.menu li ul li:last-child a, .menu li ul li:last-child ul li:last-child a, .menu li ul li:first-child ul li:last-child a {
	padding-bottom: 22px;
	border-bottom: none;
}
.menu li ul li:last-child ul li a {
	border-bottom: 1px solid #f2f2f2;
	padding: 12px 0;
}
.menu li:hover ul li a,  .menu li li:hover ul li a { 
    color: #222;    
	border-top: none;
	margin: 0;
	width: 100%;
}
.menu li:hover ul li a:hover, .menu li li:hover ul li a:hover, .menu li ul li.sfHover a { 
}
#header-wrapper.transparent.background--light .menu li:hover ul li a {
	color: #222;
}
#header-wrapper.transparent.background--dark .menu li:hover ul li a {
	color: 222 !important;
}
/*--------------------------------------------------
		  MOBILE MENU
---------------------------------------------------*/
.midway {
    height: 100%;
    margin: 0 auto;
    width: 100%;
    display: table;
}
.midway .midway1 {
    display: table-cell;
    padding: 15%;
    vertical-align: middle;
    width: 100%;
    height: 100%;
	-webkit-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out;
}
#three-lines-menu {
	display: none;
	float: right;
    height: 100%;
}
#three-lines-menu a {
	background: url(../images/three-line-menu.jpg) no-repeat center 0 transparent;
	width: 50px;
	height: 51px;
    display: table-cell;
    vertical-align: middle;
	text-align: center;
}
/*#three-lines-menu a {
	color: rgba(0, 0, 0, 0.8);
	font-size:25px;
	text-transform: uppercase;
    display: table-cell;
    vertical-align: middle;
	text-align: center;
}*/
#three-lines-menu a i {
	border: 1px solid rgba(0, 0, 0, 0.8);
	width: 50px;
	line-height: 50px;
}
#three-lines-menu a:hover {
	color: rgba(0, 0, 0, 1);
}
#mobile-menu {
	display: none;
	background: #fff;
	width: 100%;
	padding: 30px 0;
	margin: 0;
/*	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.06);*/
}
#mobile-menu ul {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
}
#mobile-menu ul li {
	border-top: 1px dotted #ccc;
}
#mobile-menu ul li:first-child {
	border-top: none;
}
#mobile-menu ul li a {
	color: #222;
	font: 300 13px/22px 'Dosis', sans-serif;
	text-transform: uppercase;
	display: block;
	position: relative;
	padding: 15px 0 !important;
}
#mobile-menu ul li a.active {
}
#mobile-menu ul li a:hover {
	color: #222;
	text-decoration:underline;
}
#mobile-menu ul li ul {
	padding: 0 0 0 30px;	
	border-top: 1px dotted #ccc;     
}
#mobile-menu ul li ul li:first-child {
	border-top: none;
}
#mobile-menu ul li li a {
}

@media only screen and (min-width : 1px) and (max-width : 959px) {
#three-lines-menu {
    display: table;
}	
li a .sf-sub-indicator { 
	right: 0 !important;
	position: absolute;
	left: auto!important;
    top: 0 !important; 
	height: 50px;
	width: 50px;
	text-align: right;
}
li a .sf-sub-indicator:after, li.open li a .sf-sub-indicator:after, li.open li.open li a .sf-sub-indicator:after { 
	content: "+";
	font-size: 16px;
	line-height: 45px;
	margin: 0 5px 0 0;
}	
li.open a .sf-sub-indicator:after, li.open li.open a .sf-sub-indicator:after, li.open li.open li.open a .sf-sub-indicator:after { 
	content: "-";
	font-size: 23px;
	margin: 0 7px 0 0;
	line-height: 40px;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	height: 0px;
	position: absolute;
	visibility: hidden!important;
	overflow: hidden;
}
.sf-menu li ul.mobile-open {
   	height: auto!important;
   	display: block!important;
   	position: relative;
   	visibility: visible!important;
}
}

.testimonials li{
	padding: 68px;
}
.testimonials li .link {
    position: absolute;
    top: 80px;
 	left: 50%;
    margin-left: -75px;
	content: "";
	font: 700 300px/45px 'Open Sans', sans-serif;
	color: rgba(0, 0, 0, 0.05);
}

.testimonials li .commentnumber {
    position: absolute;
    top: 70px;
 	left: 50%;
    margin-left: -90px;
	content: "";
	font: 700 150px/45px 'Open Sans', sans-serif;
	color: rgba(0, 0, 0, 0.05);
}
/*--------------------------------------------------
		  PAGE HEADER
---------------------------------------------------*/
.page-header {
	margin: 0 auto 34px auto;
	padding: 0 0 34px 0;
	letter-spacing: 0.1em;
	position:relative;
}
.page-header:after {
    position: absolute;
    bottom: 0;
 	left: 0;
    border-bottom: 2px solid #ec5a62;
	content: "";
	width: 50px;
}
.page-header .divider.small {
    margin-top: 34px;
    margin-bottom: 34px;
    width: 50px;
}
.text-align-center .page-header:after, .page-header.text-align-center:after {
 	left: 50%;
	margin-left: -25px;
}
.page-header h1, .page-header h1 a {
	margin-bottom: 0;
	font: 400 13px/25px 'Lekton', sans-serif;
	word-spacing: 4px;
	letter-spacing: 2px; 
}
.page-header h2, .page-header h3, .page-header h4, .page-header h5, .page-header h6 {
	margin-bottom: 0;
	font: 400 40px/45px 'Lekton', sans-serif;
	font-style:italic;
}
.page-header.alt {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	position:absolute;
	max-width: 300px;
	z-index: 999;
	margin: 0;
	opacity: 0.9;
}
.page-header.alt.top {
	top: 10%;
}
.page-header.alt.bottom {
	bottom: 10%;
}
.page-header.alt.left {
	left: -100px;
}
.page-header.alt.right {
	right: -200px;
}
.page-header.alt h1 {
	color: #000;
	opacity: 0.9;
}
.page-header.alt h2, .page-header.alt h3, .page-header.alt h4, .page-header.alt h5, .page-header.alt h6, .page-header.alt h2 a {
	font: 600 45px/55px 'Dosis', sans-serif;
	/*color: rgba(0, 0, 0, 0.7);*/
	color: #02e8d0;
	opacity: 0.9;
	text-decoration:none;
}
.page-header.alt h2 a:hover {
	color: rgba(0, 0, 0, 0.8);
	opacity: 1;
	border-bottom: 3px solid rgba(0, 0, 0, 0.8);
}
/*--------------------------------------------------
				FOOTER
---------------------------------------------------*/
#footer {
	width: 100%;
	float: left;
	font-family: 'Lekton', sans-serif;
	line-height: 18px;
}
#footer .content.alternate {
	background-color: #eee;
}
#footer .content.alternate.dark {
    background-color: #2e2d2c;
	color: #777;
}
#footer .holder {
	padding: 40px 0;
}
#footer .widget {
	margin-bottom: 15px;
}
#footer .widget:last-child {
	margin-bottom: 0;
}
#footer ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#footer h3 {
	font: 400 15px/17px 'Lekton', sans-serif;
	text-transform: uppercase;
	color: #fff;
	display: block;
}
#footer a {
	color: #777;
}
#footer a:hover {
	color: #B8B8B8;
}
/*--------------------------------------------------
				TWITTER
---------------------------------------------------*/
.twitter-feed {
	overflow: hidden;
	min-height: 100px;
}
.bra_tweets {
	overflow: hidden;
	max-height: 570px;
}
.bra_tweets ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.bra_tweets li {
	margin-bottom: 30px;
	word-wrap: break-word;
	display: block;
	max-height: 570px;
}
.bra_tweets li:last-child {
	margin-bottom: 10px;
}
.bra_tweets ul span {
}
.bra_tweets .tweet_text {
	list-style-type: none;
	display: block;
}
.bra_tweets .tweet_text a {
	display: inline;
}
.bra_tweets .tweet_text a:hover {
}
.bra_tweets .twitter_time {
	margin-top: 5px;
}
.bra_tweets a.twitter_time {
	font: normal 11px/20px Helvetica,Arial,sans-serif;
    font-weight: bold;
	padding: 5px 0;
	text-transform: uppercase;
}
.twitter-feed.extended {
	list-style-type: none;
	font: normal 22px/23px 'Rokkitt', serif;
	margin-bottom: 14px;
	word-spacing: 2px; 
	letter-spacing: 1px;
}
/*--------------------------------------------------
			PHOTOSTREAM
---------------------------------------------------*/
.photostream-wrapper {
	float: left;
}
.photostream ul, .widget .photostream ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.photostream ul li, .widget .photostream ul li {
	width: auto;
	float: left;
	margin: 0 5px 5px 0;
}
.photostream a, .photostream img {
	height: 70px;
	width: 70px;
	border-radius: 3px;
	opacity:0.9;
	filter:alpha(opacity=90); 
}
.photostream a {
	display: block;
	position: relative;
}
/*--------------------------------------------------
				      COLUMNS
---------------------------------------------------*/
.one, .one-half, .one-third, .two-third, .one-fourth, .three-fourth, .one-fifth { float:left; position:relative; margin-right:3%; }
.one { width: 100%; margin-right: 0; }
.one-half {	width: 48.5%; }
.one-third  { width: 31.33%; }
.two-third { width: 65.33%; }
.one-fourth { width: 22.7%; }
.three-fourth { width: 74%; }
.one-fifth { width: 17.55%; }
.last { margin-right: 0 !important; }

.one.aligncenter, .one-half.aligncenter, .one-third.aligncenter, .two-third.aligncenter, .one-fourth.aligncenter, .three-fourth.aligncenter, .one-fifth.aligncenter { float:none; margin: 0 auto !important; }

.row { overflow: hidden; }
.row.no-margin { width: 100%; float:left; }
.row.no-margin .one-half, .row.no-margin .one-third, .row.no-margin .two-third, .row.no-margin .one-fourth, .row.no-margin .three-fourth, .row.no-margin .one-fifth { margin-right: 0; }
.row.no-margin .one-half {	width: 50%; }
.row.no-margin .one-third { width: 33.33%; }
.row.no-margin .two-third { width: 66.63%; }
.row.no-margin .one-fourth { width: 25%; }
.row.no-margin .three-fourth { width: 75%; }
.row.no-margin .one-fifth { width: 20%; }

.border.one, .border.one-half, .border.one-third, .border.two-third, .border.one-fourth, .border.three-fourth, .border.one-fifth { padding:4%; box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.04); }

/*--------------------------------------------------
			TEAM
---------------------------------------------------*/
.team {
	position: relative;
}
.team .page-header.alt {
	max-width: 700px;
	position:relative;
}
.team .page-header.alt.left {
	left: -250px;
}
.team .page-header.alt.right {
	right: -250px;
	text-align:right;
}
.team .page-header.alt.top {
	top: -10%;
}
.team .page-header.alt.bottom {
	bottom: 10%;
}
.team h1, .team h2, .team h3, .team h4, .team h5, .team p {
	margin-bottom: 0; 
}
.team .social-bookmarks {
	margin-top: 40px;
}		
.team-member-info-2 {
	padding: 30px 30px 100px 30px;
	margin-top: 40px;
	float: left;
}
.team-member-info {background-color: #f5f5f5;  }
.content.alternate .team-member-info {background-color: #fff;  }	
/*--------------------------------------------------
		   SKILLS GRAPH
---------------------------------------------------*/
.skills-graph {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.skills-graph li span, .skills-graph li div {
	border-radius: 2px;
}
.skills-graph li {
	margin-bottom: 20px;
	text-transform: uppercase;
}
.skills-graph li h2 {
	font-size: 14px;
	margin-bottom: 0;
}
.skills-graph li strong {
	float: right;
	margin-right: 10px;
}
.skills-graph li span, .skills-graph li div {
	height: 5px;
	line-height: 0px;
}
.skills-graph li span {
	background-color: rgba(0, 0, 0, 0.7);
	height: 5px;
}
.skills-graph li div {
	background-color: rgba(0, 0, 0, 0.1);
}
/*--------------------------------------------------
		  SERVICES
---------------------------------------------------*/
.services h4 {
    margin-top: -43px;
}
.services i {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
	color: rgba(0, 0, 0, 0.08);
	font-size: 95px;
}
.services .article {
}
.background--dark .services i {
	color: rgba(255, 255, 255, 0.2);
}
/*--------------------------------------------------
		  PIE CHART
---------------------------------------------------*/
.chart-list { margin: 0 auto; padding: 0; }
.chart-list li { float: left; display: inline; }	
.chart { display: inline-block; text-align: center; }	
.chart:first-child { margin-left: 0; }	
.chart span { font-size: 32px; }	
.chart .percentage { margin-bottom: 15px; }	
.easyPieChart { margin: 0 auto; position: relative; }
.easyPieChart canvas { position: absolute; top: 0; left: 0; }
/*--------------------------------------------------
		    GRID VIEW
---------------------------------------------------*/
.grid {  }
.grid li { float: left; }
.grid.row2 li { width: 50%; }
.grid.row3 li { width: 33.33%; }
.grid.row4 li { width: 25%; }
.grid.row5 li { width: 20%; }
.grid.row6 li { width: 16.66%; }
.grid li { border-bottom-width: 2px; border-bottom-style: solid; }
.grid li { border-right-width: 2px; border-right-style: solid; }
.grid li.last { border-right: medium none; }
.grid li.last-row { border-bottom: medium none; }

.grid.clients li img { display: block; margin: 45px auto; }
.grid.no-border li { border: medium none; }
.grid.no-border li img { margin: 0 auto; }

.grid li { border-color: rgba(0, 0, 0, 0.07); }
.content.alternate.dark .grid li { border-color: rgba(255, 255, 255, 0.1); }
/*--------------------------------------------------
		    BUTTONS
---------------------------------------------------*/
.button { cursor:pointer; text-align:center; display:inline-block; margin-bottom: 5px; border-radius: 1px; font-family: "Lekton", sans-serif; font-size: 12px; font-weight: 400; letter-spacing: 3px; word-spacing: 3px; }
.button { color: #FFFFFF; text-transform:uppercase; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.button:hover { color: #FFFFFF; background-color: rgba(0, 0, 0, 0.75);  text-decoration: none; }
.button + .button { margin-left: 30px; }

.button.shadow { -webkit-box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.75); -moz-box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.75); box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.75); }
.button.shadow:hover { box-shadow: none; color: rgba(0, 0, 0, 0.75); }

.outline { border: 1px solid rgba(0, 0, 0, 0.75); color: rgba(0, 0, 0, 0.75); }
.outline:hover { color: #fff; }


.background--dark .outline {
	border: 1px solid rgba(255, 255, 255, 1);
}
.background--dark .button.shadow {
	-webkit-box-shadow: 4px 4px 0px 0px rgba(255, 255, 255, 1); -moz-box-shadow: 4px 4px 0px 0px rgba(255, 255, 255, 1); box-shadow: 4px 4px 0px 0px rgba(255, 255, 255, 1);
}
.background--dark .button.shadow:hover { box-shadow: none; color: #fff; }

.button.transparent {color: rgba(0, 0, 0, 0.75);position: relative;display: inline-block;overflow: hidden;padding: 15px 25px;}
.button.transparent:hover {background-color: #fff;}
.button.transparent b {background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);display: block;position: absolute;transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;}
.button.transparent b.top {height: 1px;left: 0;top: 0;transform: translate3d(-100%, 0px, 0px);width: 110%;}
.button.transparent b.bottom {bottom: 0;height: 1px;left: 0;transform: translate3d(100%, 0px, 0px);width: 100%;}
.button.transparent b.left {height: 100%;left: 0;top: 0;transform: translate3d(0px, 100%, 0px);width: 1px;}
.button.transparent b.right {height: 100%;right: 0;top: 0;transform: translate3d(0px, -100%, 0px);width: 1px;}
.button.transparent:hover b {transform: translate3d(0px, 0px, 0px);}

.button.small { padding: 6px 12px 4px 12px !important; line-height: 14px; }
.button.medium { padding: 10px 22px 8px 22px; }
.button.large { padding: 20px 32px 18px 32px !important; line-height: 14px; }
.button.rounded { border-radius: 30px; }

.button.default_color { background-color:#14CCCC; }
.content.alternate.default_color .button.default_color, .parallax.default_color .button.default_color { background: rgba(255, 255, 255, 0.25); color: #fff; }
.button.default_color:hover, .content.alternate.default_color .button.default_color:hover, .parallax.default_color .button.default_color:hover { background-color:rgba(0, 0, 0, 0.75); color: #FFFFFF; }
.content.alternate.dark .grey { background-color:#292929; }
.button.grey:hover, .content.alternate .button.grey:hover, .content.alternate.dark .button.grey:hover { background-color:#14CCCC; }

.white { background-color:#fff; color: #444; }
.grey { background-color:#444; color: #FFFFFF; }
.light-grey { background-color:#f5f5f5; color: #444; }
.yellow { /*background-color: #FAF782;*/ background-color: #fff887; color: #363636; }
.light-yellow { background-color: #FEE78C; }
.orange { background-color: #f96e5b; }
.green { background-color: #78d18b; }
.screaming-green { background-color: #43F3B7; }
.tealgreen { background-color: #14CCCC; color: #fff; }
.aquamarine { background-color: #02e8d0; }
.blue { background-color: #7CC0CB; }
.light-blue { background-color: #D2E8EF; }
.ink-blue { background-color: #2727A4; color: #FFFFFF;}
.navyblue { background-color: #657383; }
.purple { background-color: #9a86a2; }
.magenta {background-color: #C25283; }
.pink { background-color: #F3DBD9; }
.red { background-color: #ec5a62; color: #fff; }
.cream { background-color: #C9C299; }
/*--------------------------------------------------
			HIGHLIGHTS
---------------------------------------------------*/
.highlight1 { background-color: #14CCCC; padding: 0 2px; color: #fff; }
.content.alternate.default_color .highlight1 { background: rgba(255, 255, 255, 0.25); }
.highlight2 { background-color: #444; color: #FFFFFF; padding: 0 2px; }
.content.alternate.dark .highlight2{ background-color: #292929; }
.highlight3 { border-bottom: 1px solid; }
/*--------------------------------------------------
			PRICING TABLE
---------------------------------------------------*/
.pricing-table {
    font-size: 0;
}
.safari .pricing-table {
    display: table;
    width: 100%;
}
.pricing-table * {
    transition: all 0.25s ease 0s;
}
.pricing-table .content {
	display: inline-block;
	margin-right: 2%;
	text-align: center;
	padding-bottom: 30px;
	position: relative;
	z-index: 999;
	border: 2px solid #f5f5f5; 
	background-color: transparent;
}
.content.alternate .pricing-table .content {
	border-color: rgba(0, 0, 0, 0.07);
	background-color: rgba(255, 255, 255, 0.65); 
}
.content.alternate.dark .pricing-table .content {
	border-color: rgba(0, 0, 0, 0.1); 
	background-color: transparent;
}

.pricing-table .content:last-child {
    margin-right: 0;
}
.pricing-table.col-2 .content {
    width: 49%;
}
.pricing-table.col-3 .content {
    width: 32%;
}
.pricing-table.col-4 .content {
    width: 23.5%;
}
.pricing-table.col-5 .content {
    width: 18.4%;
}
.pricing-table.col-6 .content {
    width: 15%;
}
.pricing-table .title {
    font-weight: 300;
    margin: 0;
    padding: 25px 10px;
}
.pricing-table .price {
	background: rgba(0, 0, 0, 0.05);
	padding: 35px 0 35px 0;
	position: relative;
}
.content.alternate .pricing-table .price {
	background: rgba(0, 0, 0, 0.07);
}
.content.alternate.dark .pricing-table .price {
	background: rgba(0, 0, 0, 0.1);
}
.pricing-table .price h3 {
	font-size: 44px;
	line-height: 35px;
	font-weight: 400;
}
.pricing-table .price span {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 400;
	display: block;
}
.pricing-table .features {
    margin: 0 0 30px 0;
    padding: 30px 0;
}
.pricing-table .features li {
    border-bottom: 1px solid #eee;
    font-size: 15px;
    font-weight: 400;
    padding: 12px 20px;
    position: relative;
}
.content.alternate.dark .pricing-table .features li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.06); 
}
.pricing-table .content.featured, .content.alternate .pricing-table .content.featured {
	border-color: rgba(0, 0, 0, 0.9); 
}
.pricing-table .featured .price, .content.alternate .pricing-table .content.featured .price {
    background: rgba(0, 0, 0, 0.9);
	color: #fff;
}
/*--------------------------------------------------
			TOGGLE
---------------------------------------------------*/
.accordion-container {
	width: 100%;
	margin: 0 0 20px;
	clear: both;
}
.accordion-toggle {
	position: relative;
	display: block;
	padding: 15px 20px;
	border: 2px solid rgba(0, 0, 0, 0.70);
	color: rgba(0, 0, 0, 1); 
	font-weight: 300; 
	letter-spacing: 4px; 
	word-spacing: 4px; 
	text-transform: uppercase; 
	text-decoration: none; 
}
.accordion-toggle:hover {
	text-decoration: none; 
}
.accordion-toggle.open {
	border: 2px solid rgba(0, 0, 0, 1);
}

.accordion-toggle:before {
	content: "\f107";
	position: absolute;
	top: 50%;
	right: 20px;
	font-family: 'FontAwesome';
	font-size: 1.5em;
	line-height: 8px;
	color: rgba(0, 0, 0, 1);
	width: 15px;
	height: 8px;
	margin-top: -5px;
}
.accordion-toggle.open:before {  
	content: "\f106";
}

.accordion-content {
	display: none;
	padding: 20px;
}
	
@media (max-width: 767px) {
.content {
	width: auto;
}
.accordion-content {
	padding: 10px 0;
	overflow: inherit;
}
}
/*--------------------------------------------------
	     ACCORDION
---------------------------------------------------*/
.trigger-button {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	text-decoration: none;
	color: rgba(0, 0, 0, 0.70);
	cursor:pointer;
	position: relative;
}
.trigger-button.active {  
	color: rgba(0, 0, 0, 1);
}
.trigger-button span {
	float: left;
	margin: 5px 0 0 20px;
	font-weight: bold;
}

.trigger-button:before {
	content: "+";
	float: left;
	line-height: 29px;
	border-style: solid;
    border-width: 2px;
	border-color: rgba(0, 0, 0, 0.70);
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 16px;
	border-radius: 50px;
}
.trigger-button.active:before {  
	content: "-";
	border-color: rgba(0, 0, 0, 1);
	background-color: rgba(0, 0, 0, 1);
	color: rgba(255, 255, 255, 1);
	line-height: 24px;
	font-size: 23px;
}
.trigger-button:first-child{
	margin-top: 0;
}
.accordion {
	float: left;
	margin-bottom: 50px;
	margin-left: 55px;
}
/*--------------------------------------------------
					TABS
---------------------------------------------------*/
.tab-menu li { display: inline-block; zoom:1; *display:inline; float: left; border-top: 3px solid rgba(0, 0, 0, 0.70); position: relative; }
.tab-menu a { color: #444; font-weight: 300; letter-spacing: 5px; text-transform: uppercase; float: left; display: inline-block; padding: 20px 30px; position: relative; text-decoration: none; }
.tab-menu a:hover { color: #222; }
.tab-menu a.tabs-active {  }
.tab-container { padding-top: 20px; float: left;}
.tab-container { margin-bottom: 10px; }
.tab-menu a.tabs-active:after, .tab-menu a.tabs-active:before {
    border: medium solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    top: -3px;
}
.tab-menu a.tabs-active:after {
    border-color: #fff transparent transparent;
    border-width: 10px;
    left: 50%;
    margin-left: -10px;
}
.content.alternate .tab-menu a.tabs-active:after {
    border-color: #f5f5f5 transparent transparent;
}
.tab-menu a.tabs-active:before {
    border-color: rgba(0, 0, 0, 0.70) transparent transparent;
    border-width: 15px;
    left: 50%;
    margin-left: -15px;
}
/*--------------------------------------------------
				PORTFOLIO
---------------------------------------------------*/
.portfolio ul li a.hide {
	display: none;
}
.portfolio {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}
.portfolio ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.portfolio ul li {
	float: left;
	overflow: hidden;
}
.portfolio .hover-holder {
	position: relative;
}
.portfolio ul li img {
    background-color: transparent !important;
    display: block !important;
    height: 100%;
    width: 100%;
}
.portfolio figcaption {
	float: left;
	padding: 30px 25px;
	background: rgba(255, 255, 255, 1);
	width: 100%;
	text-align: center;
}
.portfolio h3 {
	font: 500 16px/20px 'Dosis', sans-serif;
	text-transform: uppercase;
	margin: 0; 
	letter-spacing: 3px;
}
.portfolio h4 {
	font: 400 12px/18px 'Lekton', sans-serif;
	text-transform: uppercase;
	margin: 0; 
	letter-spacing: 2px;
	margin-top: 5px; 
}
.portfolio figcaption a {
}
.isotope-item { z-index: 1; }
.isotope-hidden { z-index: 0; }
/*.col2 li { width: 49.987%; }
.col3 li { width: 33.32%; }
.col4 li { width: 25%; }
.col5 li { width: 19.95%; }*/
.col2 li {
    width: 49.987%;
}
.col3 li {
    width: 33.32%;
}
.col4 li {
    width: 24.986%;
}
.col5 li {
    width: 19.95%;
}
.item {
    float: left;
}
.isotope:after {
    clear: both;
    content: "";
    display: block;
}
.js-isotope .item {
    float: left;
    height: 400px;
}
.js-isotope .item.background-image {
    min-height: 400px;
}
.js-isotope .item a {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
}
.col2 .js-isotope .item {
    width: 50%;
}
.col3 .js-isotope .item {
    width: 33.33%;
}
.col4 .js-isotope .item {
    width: 20%;
}
.col4 .js-isotope .item.width2 {
    width: 40%;
}
.js-isotope .item.width3 {
    width: 100%;
}
.js-isotope .item.height2 {
    height: 800px;
}

.js-isotope .item img {
    background-color: transparent !important;
    display: block !important;
    height: 100%;
    left: 0;
    margin: 0 !important;
    position: absolute !important;
    top: 0;
    width: 100%;
    z-index: 40;
}

.portfolio.gap ul { margin: 0 -2% 0 0 ; }
.holder.fullwidth .portfolio.gap ul { margin: 0 0 0 2%; width: 98%; }
.portfolio.gap li { margin: 0 2% 2% 0; }
.portfolio.gap.col2 li { width: 48%; }
.portfolio.gap.col3 li { width: 31.3%; }
.portfolio.gap.col4 li { width: 22.99%; }
.portfolio.gap.col5 li { width: 17.99%; }
.portfolio.gap .js-isotope .item.height2 {
    height: 824px;
}
/*--------------------------------------------------
		    PORTFOLIO THUMBNAIL HOVER
---------------------------------------------------*/
.item-info-overlay {
	position:absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 120;
	color: #222;
	/*background: rgba(20, 204, 204, 0.9);
	border: solid 10px rgba(255, 255, 255, 0.2) inset;
	border: 5px solid rgb(251, 249, 61);*/
}
.item-info-overlay:after {
    background-color: transparent;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.5s ease 0s;
    z-index: -11;
}
.item-info-overlay:hover:after {
    background-color: rgba(255, 255, 255, 0.85);
    box-shadow: 0 0 0 10px #02e8d0 inset;
	-webkit-box-shadow: 0 0 0 10px #02e8d0 inset;
	-moz-box-shadow: 0 0 0 10px #02e8d0 inset;
}
.portfolio .hover-holder .item-info-overlay:hover:after {
    background-color: rgba(255, 252, 236, 0.75);
    box-shadow: 0 0 0 0 #02e8d0 inset;
/*    box-shadow: 0 0 0 10px #fffcec inset;
	-webkit-box-shadow: 0 0 0 10px #fffcec inset;
	-moz-box-shadow: 0 0 0 10px #fffcec inset;*/
}
/*.portfolio .hover-holder .item-info-overlay b { background: none repeat scroll 0 0 #000; display: block; position: absolute; transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0ms; }
.portfolio .hover-holder .item-info-overlay b.top { height: 3px; width: 80px; left: 0; top: 0; transform: translate3d(-100%, 0px, 0px); }
.portfolio .hover-holder .item-info-overlay b.bottom { height: 3px; width: 80px; right: 0; bottom: 0; transform: translate3d(100%, 0px, 0px); }
.portfolio .hover-holder .item-info-overlay b.left { height: 80px; width: 3px; left: 0; top: -160px; transform: translate3d(0px, 100%, 0px); }
.portfolio .hover-holder .item-info-overlay b.right { height: 80px; width: 3px; right: 0; bottom: 0px; transform: translate3d(0px, -100%, 0px); }


.portfolio .hover-holder .item-info-overlay:hover b.top {
    transform: translateX(0px);
}
.portfolio .hover-holder .item-info-overlay:hover b.bottom {
    transform: translateX(0px);
}
.portfolio .hover-holder .item-info-overlay:hover b.left {
    transform: translateY(160px);
}
.portfolio .hover-holder .item-info-overlay:hover b.right {
    transform: translateY(160px);
}*/

.item-info-overlay div {
	position: absolute;
	left: 0px;
	bottom: 45%;
	width:100%;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	text-align: center;
	padding: 0 10%;
}	
.item-info-overlay:hover div {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.item-info-overlay div h3, .item-info-overlay div h4 {
	-webkit-transform: translateY(100px);
   -o-transform: translateY(100px);
	transform: translateY(100px);
   -webkit-transition: all 0.4s ease;
   -o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}	
.item-info-overlay:hover div h3, .item-info-overlay:hover div h4 {
   -webkit-transform: translateY(0px);
   -o-transform: translateY(0px);
   transform: translateY(0px);
}
.item-info-overlay a {
	font-family: 'Lekton', sans-serif;
	color: #000;
	position: relative;
}
.item-info-overlay a.link {
	background-color: rgba(255, 255, 255, 1);
	border: solid 1px #000;
	padding: 10px 20px;
	text-decoration: none;
}
.item-info-overlay a.link:hover {
	background-color: rgba(0, 0, 0, 1);
	color: #fff;
}
.item-info-overlay a.link + a.link { margin-left: 10px; }
/*.item-info-overlay a.link::before,
.item-info-overlay a.link::after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}
.item-info-overlay a.link::before {
	margin-right: 5px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}
.item-info-overlay a.link::after {
	margin-left: 5px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}
.item-info-overlay a.link:hover::before,
.item-info-overlay a.link:hover::after,
.item-info-overlay a.link:focus::before,
.item-info-overlay a.link:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}*/
.item-info-overlay a.overlay-link {
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: -1;
	left: 0;
	top: 0;
	/*cursor: url(../images/cursor.png) 28 28, crosshair !important;*/
}
.item-info-overlay figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 999;
}
/*--------------------------------------------------
		  FILTERABLE NAVIGATION
---------------------------------------------------*/
.filterable { width: 100%; padding-bottom: 25px; }
.filterable  ul { display: inline-block; margin: 0; padding: 0; }
.filterable li { background: none; display: inline; float: left; }
.filterable li:last-child a { margin: 0 0 0 5px; }	
.filterable li a { font: 400 12px/18px "Dosis", sans-serif;
	letter-spacing: 3px;
	text-transform: uppercase;
	word-spacing: 3px; color: #444;  text-decoration: none; float: left; margin: 0 6px 10px 6px; }
.filterable li a:hover, .filterable li.current a { color: #02e8d0; }
.content.alternate.dark .filterable li a { color: #ddd; }

.filterable li a::before,
.filterable li a::after { opacity: 0; }
.filterable li a::before { content: '['; margin-right: 5px; }
.filterable li a::after { content: ']'; margin-left: 5px; }
.filterable li.current a::before,
.filterable li.current a::after { opacity: 1; }
/*--------------------------------------------------
			POST SHARE
---------------------------------------------------*/
.share li a:hover {
	border: none;
}
.share li a.social-facebook:hover {
	background-color: #3b5998;
}
.share li a.social-pinterest:hover {
	background-color: #cb2027;
}
.share li a.social-google-plus:hover {
	background-color: #dd4b39;
}
.share li a.social-love:hover {
	background-color: #EB212E;
}
/*--------------------------------------------------
			POST NAVIGATION 2
---------------------------------------------------*/
.post-nav-2 {
	width: 100%;
	float: left;
}
.post-nav-2 .article {
    width: 50%;
	float: left;
}
.post-nav-2 .midway .midway1 {
	padding:7%;
}
.post-nav-2 .midway .midway1 {
	background-color: #fffcec;
}
.post-nav-2 .midway .midway1:hover {
	background-color: #333;
}
.post-nav-2 .midway .midway1:hover a {
	color: #fffcec;
}
.post-nav-2.extended .article {
    width: 48%;
}
.post-nav-2.extended .all {
	width: 4%;
	text-align:center;
}
.post-nav-2 a {
    width: 100%;
	float:left;
}
.post-nav-2 a {
	color: #333;
	text-decoration: none;
}
.post-nav-2 a p.title {
	font: 400 18px/22px 'Dosis', sans-serif;
}
.post-nav-2 .prev a {
	padding-left: 15%;
	text-align: right;
}
.post-nav-2 .prev a i, .post-nav-2 .prev a span {
	padding-right: 25px;
}
.post-nav-2 .prev a:hover i, .post-nav-2 .prev a:hover span {
	padding-right: 35px;
}
.post-nav-2 .next .midway1, .post-nav-2 .all .midway1 {
	box-shadow: 1px 0 0 rgba(0, 0, 0, 0.07) inset;
}
.post-nav-2 .next a {
	padding-right: 15%;
}
.post-nav-2 .next a i, .post-nav-2 .next a span {
	padding-left: 25px;
}
.post-nav-2 .next a:hover i, .post-nav-2 .next a:hover span {
	padding-left: 35px;
}
.post-nav-2 a i, .post-nav-2 a span {
	-webkit-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out;
}
.post-nav-2 a div {
	width: 80%;
	padding-top: 25px;
	position: relative;
}
.post-nav-2 .all a div {
	padding-top: 0;
}
.post-nav-2 .all a div {
	width: 100%;
}
.post-nav-2 .prev a div {
	float: right;
}
.post-nav-2 a div p.navigation {
	position: absolute;
	top: 0;
	right: 0;   
	font: 400 13px/25px "Lekton",sans-serif;
    letter-spacing: 2px;
    word-spacing: 4px;
	text-transform: uppercase;
}
.post-nav-2 .next a div p {
	left: 0;
}


.post-nav-2.bg-image .article {
    position: relative;
}
.post-nav-2.bg-image .article:first-child {
    position: relative;
	margin-left: -1px;
	margin-right: 1px;
}
.post-nav-2.bg-image .article:last-child {
    position: relative;
}
.post-nav-2.bg-image .article:before {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.93);
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.2s ease 0s;
    width: 100%;
}
.post-nav-2.bg-image .article:hover:before {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 1) inset;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.83);
}
.post-nav-2.bg-image .midway .midway1 {
	background-color: transparent;
	padding: 20% 15%;
}
.post-nav-2.bg-image .midway .midway1:hover a {
	color: #111;
}
.post-nav-2.bg-image a div p.title {
}
/*--------------------------------------------------
			CONTACT
---------------------------------------------------*/
.google-map {
	height: 100%;
	position: relative;
	z-index: 1;
	overflow: visible;
	min-height: 600px;
}
.form label {
	font-family: "Dosis", sans-serif;
	font-weight: 400; 
	letter-spacing: 5px; 
	text-transform: uppercase;	
}
.form input, .form textarea, .form label {
}
.form textarea {
	width: 100%;
	height: 225px;
}
.form p {
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
	padding-bottom: 16px;
}
.form em {
	display: inline;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}
.form .error {
	color: #f96e5b;
	font-size: 11px;
	position: absolute;
	top: 0;
	width: 100%;
	text-align: right;
}
.form, .success {
	overflow: hidden;
	margin: 0 auto;
}
.success {
	width: 100%;
	padding-bottom: 50px;
}

.contact-creative {
	position: relative;
}
.contact-creative .left, .contact-creative .right {
	position: absolute;
	top: 0;
	text-align: center;
}
.contact-creative .left {
	left: 0;
}
.contact-creative .right {
	right: 0;
}
.contact-creative .midway {
	padding: 0;
}
.contact-creative .right .midway .midway1 div{
	-webkit-transform: translateX(50%) rotate(90deg);
	-ms-transform: translateX(50%) rotate(90deg);
	-o-transform: translateX(50%) rotate(90deg);
	transform: translateX(50%) rotate(90deg);
}
.contact-creative .left .midway .midway1 div{
	-webkit-transform: translateX(-50%) rotate(-90deg);
	-ms-transform: translateX(-50%) rotate(-90deg);
	-o-transform: translateX(-50%) rotate(-90deg);
	transform: translateX(-50%) rotate(-90deg);
}
/*--------------------------------------------------
			TAGCLOUD
---------------------------------------------------*/
.tagcloud a {
    display: inline;
    float: left;
	font: 400 13px/18px 'Lekton', sans-serif;
	color: #444;
	text-transform:uppercase;
	letter-spacing: 1px;
    margin: 0 10px 10px 0;
}
.tagcloud a:hover, .content.alternate .tagcloud a:hover, .widget .tagcloud a:hover { text-decoration:line-through;
	color: #444; }
/*--------------------------------------------------
			SEARCH POPUP WINDOW
---------------------------------------------------*/
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
}
.overlay .overlay-close {
	width: 25px;
	height: 25px;
	position: absolute;
	right: 30px;
	top: 30px;
	color: rgba(0, 0, 0, 0.4);
	z-index: 100;
	font-size: 32px;
	cursor: pointer;
}
.overlay .overlay-close:hover {
	color: #ec5a62;
}
.overlay .holder{
	padding-top: 20%;
	width: 50%;
}
.overlay-contentpush {
	background: rgba(255, 255, 255, 0.93); 
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: -webkit-transform 0.5s, visibility 0s 0.5s;
	transition: transform 0.5s, visibility 0s 0.5s;
}

.overlay-contentpush.open {
	visibility: visible;
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}
.overlay-contentpush.open {
	width: 100%;
	height: 100%;
}
#search-form {
	text-align: center;
	position: relative;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.form.search input {
	border: none;
	background: transparent;
	font-size: 95px;
	font-weight: 700;
	color: #ec5a62;
	padding: 0 100px 0 0;
	font-family: 'Dosis', sans-serif;


}
.form.search input::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.4);
}

.form.search input:-moz-placeholder {
	color: rgba(0, 0, 0, 0.4);
}

.form.search input::-moz-placeholder {
	color: rgba(0, 0, 0, 0.4);
}

.form.search input:-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.4);
}
.form.search button {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    font-size: 55px;
    position: absolute;
    right: 0;
    top: 35px;
	color: rgba(0, 0, 0, 0.3);
}
.form.search button:hover {
	color: #ec5a62;
}
.search-button {
}








section {
	text-align: center;
	position: relative;
	top: 0;
	width: 100%;
	height: 100%;
	height: calc(100% - 80px);
	overflow: hidden;
	content: '';
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
/* SVG wrap */
.svg-wrap {
	position: absolute;
	width: 0px;
	height: 0px;
}
nav {
	position: fixed;
	top: 50%;
	width: 100%;
	height: auto;
	z-index: 999;
	
}
nav a {
	position: absolute;
	top: 0%;
	display: block;
	outline: none;
	text-align: left;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
nav a.prev {
	left: 0;
}
nav a.next {
	right: 0;
}
nav a svg {
	display: block;
	margin: 0 auto;
	padding: 0;
}
.nav .icon-wrap:before,
.nav .icon-wrap:after {
}
/* Individual styles */
/*--------------------*/
/* Circle slide */
/*--------------------*/
.nav.circleslide a {
	margin: 0 20px;
}

.nav.circleslide .icon-wrap {
	position: relative;
	z-index: 100;
	display: block;
	padding: 19px;
}

.nav.circleslide svg.icon {
	fill: #000;
	-webkit-transition: fill 0.3s;
	transition: fill 0.3s;
}

.nav.circleslide div {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	border-radius: 50%;
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.1s 0s;
	transition: transform 0.3s, opacity 0.3s, background-color 0.1s 0s;
}
.nav.circleslide a.prev div {
	left: 80px;
}
.nav.circleslide a.next div {
	right: 73px;
	text-align: right;
}

.nav.circleslide div.name {
	border-radius: 0;
	width: 300px;
	z-index: 2000;
}
.nav.circleslide a.prev div.name {
	left: 170px;
}
.nav.circleslide a.next div.name {
	right: 163px;
}
.nav.circleslide.text-only a.prev div.name {
	left: 70px;
}
.nav.circleslide.text-only a.next div.name {
	right: 63px;
}

.nav.circleslide h3 {
	position: absolute;
	top: 40%;
	left: 0;
	margin: 0;
	padding: 0;
	color: #000;
	font: 700 13px/25px "Lekton",sans-serif;
    letter-spacing: 2px;
    word-spacing: 4px;
	text-transform: uppercase;
	text-align:center;
}
.nav.circleslide a.next h3 {
	-webkit-transform: translateX(50%) rotate(90deg);
	-ms-transform: translateX(50%) rotate(90deg);
	-o-transform: translateX(50%) rotate(90deg);
	transform: translateX(50%) rotate(90deg);
}
.nav.circleslide a.prev h3 {
	-webkit-transform: translateX(-50%) rotate(-90deg);
	-ms-transform: translateX(-50%) rotate(-90deg);
	-o-transform: translateX(-50%) rotate(-90deg);
	transform: translateX(-50%) rotate(-90deg);
}
.nav.circleslide a.next div.name h3 {
	right: 0;
}
.nav.circleslide img {
	display: block;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.nav.circleslide a.prev img {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}
.nav.circleslide a.next img {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}
.nav.circleslide a:hover div {
	opacity: 1;
	background-color: transparent;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.1s 0.2s;
	transition: transform 0.3s, opacity 0.3s, background-color 0.1s 0.2s;
	z-index: 1001;
}
.nav.circleslide a:hover img {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}



/*--------------------*/
/* Double flip */
/*--------------------*/
/*.nav.doubleflip a {
	-webkit-perspective: 1000px;
	perspective: 1000px;
	z-index: 1000;
}
.nav.doubleflip a.prev {
	-webkit-perspective-origin: 100% 50%;
	perspective-origin: 100% 50%;
}
.nav.doubleflip a.next {
	-webkit-perspective-origin: 0% 50%;
	perspective-origin: 0% 50%;
}
.nav.doubleflip .icon-wrap {
	position: relative;
	z-index: 100;
	display: block;
	width: 50px;
	height: 100px;
	background-color: transparent;
	-webkit-transition: background-color 0.3s 0.3s;
	transition: background-color 0.3s 0.3s;
}
.nav.doubleflip svg.icon {
	position: relative;
	top: 50%;
	-webkit-transition: fill 0.3s 0.3s;
	transition: fill 0.3s 0.3s;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	fill: rgba(0, 0, 0, 0.3);
}
.nav.doubleflip div {
	position: absolute;
	top: 0;
	width: 200px;
	height: 100%;
	-webkit-transition: -webkit-transform 0.3s 0.3s;
	transition: transform 0.3s 0.3s;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	z-index: 1000;
}
.nav.doubleflip a.prev div,
.nav.doubleflip a.prev h3 {
	left: 100%;
	-webkit-transform: rotateY(90deg);
	transform: rotateY(90deg);
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
}
.nav.doubleflip a.next div,
.nav.doubleflip a.next h3 {
	right: 100%;
	-webkit-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}
.nav.doubleflip img,
.nav.doubleflip h3 {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.nav.doubleflip h3 {
	margin: 0;
	padding: 1.75em 1em 0;
	background-color: #FFEDB9;
	color: #000;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 300;
	font-style: italic;
	font-size: 1.15em;
	line-height: 1;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.nav.doubleflip a:hover .icon-wrap {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	background-color: #000;
}
.nav.doubleflip a:hover svg.icon {
	fill: #fff;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.nav.doubleflip a:hover div,
.nav.doubleflip a:hover h3 {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
.nav.doubleflip a:hover div {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.nav.doubleflip a:hover h3 {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

@media screen and (max-width: 520px) {
	.nav.slide a.prev,
	.nav.doubleflip a.prev {
		-webkit-transform-origin: 0% 50%;
		transform-origin: 0% 50%;
	}
	.nav.slide a.next,
	.nav.doubleflip a.next {
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
	}
	.nav.slide a,
	.nav.doubleflip a {
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
	}
}*/

/*--------------------*/
/* Slide out */
/*--------------------*/
/*.nav.slide a {
}
.nav.slide .icon-wrap {
	position: relative;
	z-index: 100;
	display: block;
	padding: 20px 35px;
	background-color: rgba(255, 255, 255, 0.8å5); 
}
.nav.slide svg.icon {
	fill: #000;
}
.nav.slide div {
	position: absolute;
	top: 50%;
	background-color: #FFEDB9;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	width: 500px;
}
.nav.slide a.prev div {
	left: 0;
	-webkit-transform: translateY(-50%) translateX(-100%);
	transform: translateY(-50%) translateX(-100%);
}
.nav.slide a.next div {
	right: 0;
	padding-left: 120px;
	text-align: right;
	-webkit-transform: translateY(-50%) translateX(100%);
	transform: translateY(-50%) translateX(100%);
}
.nav.slide h3 {
	position: relative;
	margin-left: 120px;
	padding: 20px;
	color: #000;
	white-space: nowrap;
	width: 260px;
	font: 300 22px/26px 'Dosis', sans-serif;
}
.nav.slide a.next h3 {
	margin-left: 0px;
}
.nav.slide div h3 span {
	display: block;
	color: #000;
}
.nav.slide img {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100px;
}
.nav.slide a.prev img {
	right: 0;
}
.nav.slide a.next img {
	left: 0;
}
.nav.slide a:hover div {
	-webkit-transform: translateY(-50%) translateX(0); 
	transform: translateY(-50%) translateX(0);
}*/

/*--------------------*/
/* Fillpath (http://www.nizuka.fr/)*/
/*--------------------*/
/*.nav.fillpath a {
	width: 100px;
	height: 30px;
}
.nav.fillpath .icon-wrap {
	position: absolute;
	top: -24px;
	width: 100%;
	height: 100%;
	color: #fff;
}
.nav.fillpath .icon-wrap:before,
.nav.fillpath .icon-wrap:after {
	content: '';
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.nav.fillpath h3 {
	position: absolute;
	top: 50%;
	font: 700 12px/16px 'Dosis', sans-serif;
	color: #000;
	text-transform: uppercase;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	width: 200px;
}
.nav.fillpath a.prev h3 {
	left: 100%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
.nav.fillpath a.next h3 {
	right: 100%;
	text-align: right;
	-webkit-transform: translateY(-50%) translateX(50%);
	transform: translateY(-50%) translateX(50%);
}
.nav.fillpath a:hover h3 {
	opacity: 1;
	-webkit-transform: translateY(-50%) translateX(0);
	transform: translateY(-50%) translateX(0);
}
*/


.video-fullscreen {
    background-attachment: scroll !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover;
    height: 100%;
}
video.bgvid {
    background-size: cover;
    bottom: 0;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    right: 0;
    width: auto;
    z-index: -100;
}
.video-fullscreen video {
	background-attachment: scroll !important;
	background-position: center bottom !important;
	background-repeat: no-repeat !important;
	background-size: cover;
	min-height: 100%;
	min-width: 100%;
}




