<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-----------------------------------------------------------------------------------

Theme Name: Blink
Theme URI: http://deliciousthemes.com/
Description: Creative / Portfolio One-Page Theme
Author: DeliciousThemes
Author URI: http://deliciousthemes.com/
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 1.7
*/

/*-----------------------------------------------------------------------------------

	1. CSS Reset &amp; Clearfix
	2. Document Setup (body, common classes, etc)
	3. Columns
	4. Typography
	5. Header
	6. Main Content
	7. Footer
	8. Elements

-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------

	Template Name: Blink
	Template URI: http://www.deliciousthemes.com
	Description: Creative / Portfolio One-Page Template
	Author: Madalin Tudose
	Author URI: http://www.deliciousthemes.com
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.0
	
	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

-----------------------------------------------------------------------------------

	1. CSS Reset &amp; Clearfix
	2. Document Setup (body, common classes, etc)
	3. Columns
	4. Typography
	5. Header
	6. Main Content
	7. Footer
	8. Elements

-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/
/*	1.	CSS Reset &amp; Clearfix - http://meyerweb.com/eric/tools/css/reset/
/*-----------------------------------------------------------------------------------*/

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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}
body, html { overflow-x: hidden;}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input,textarea {	
	font:inherit;
	resize:none;
	vertical-align: bottom;
}

iframe,
embed,
object {
	max-width: 100%;
}

* { _noFocusLine: expression(this.hideFocus=true); } /* Removes dotted lines around links */

.clean {
	position:relative;
	display: block;
	clear: both;
}

img {
	max-width: 100%;
	vertical-align: bottom;
	image-rendering: auto;
	height: auto;
}

/*-----------------------------------------------------------------------------------*/
/*	2.	Document Setup (body, common classes, structure etc)
/*-----------------------------------------------------------------------------------*/


body {
	font-family: Open Sans, Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 24px;
	background:#fff;
	margin:0;
	padding:0;
	color:#686868;
	font-weight: 300;
}

#wrapper {
	background:#fff;
	position:relative;
}

a {
	text-decoration:none;
	-webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;
}

a:focus , a:link, a:active {
	outline:none;
}

a:hover {
	color:#444;
}

p {
	margin-bottom:20px;
}

.clear {
	clear:both;
}

.aligncenter {
	text-align:center;
}

.alignleft {
	text-align:left;
}

.alignright {
	text-align:right;
}



.gallery-caption {
	
}

.title-center {
	text-align: center;
}

.wp-caption.alignright, img.alignright  {
    float:right;
    margin:5px 0 0 20px;
}

.wp-caption.alignleft, img.alignleft {
    float:left;
    margin:5px 20px 0 0;
}

.wp-caption.aligncenter, img.aligncenter {
	display: block;   
	margin-left: auto;   
	margin-right: auto;
	clear:both;
	margin-bottom:20px;
}

.no-page {
	width: 270px;
	position:relative;
	margin:0 auto;
}

.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	/* max-width: 100%; */
	height: auto;
}

.wp-caption {
	margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption {
	color: #767676;
}

.post-content .wp-caption {
	max-width: 100%;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
	padding-right: 10px;
}

div[id^="gallery-"] img {
	border: none !important;
}

blockquote cite,
blockquote small {
	color: #323232;
	font-weight: bold;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

ol {
	list-style: decimal;
}

dl {
	margin-bottom: 1.6em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1.6em;
}

table,
th,
td {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed; /* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th, td {
	padding: 0.4em;
}

abbr[title], abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

tla, acronym {
  text-decoration: underline;
  cursor: help;
}

cite, q {
  font-style: italic;
}

figure {
	margin: 0;
}

ins {
  background-color: rgba(254,255,0,0.68);
  text-decoration: none;
}

tt, code, kbd, samp {
  font-family: monospace;
}

var {
	font-style: italic;
}

.post-content img {
	max-width: 100%;
	height: auto;
}

del {
	opacity: 0.8;
}

.bypostauthor {
	
}

abbr[title], abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

.for-sticky {
	display: none !important;
}

.sticky .for-sticky {
	display: inline-block !important;
}

#qLoverlay {
	background-color: #FFF;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 20000;
	top: 0;
	left: 0;
}

#qbarcontainer {
	z-index:20001;
	position: relative !important;
	background: #ebebeb;
	min-width: 200px !important;
	width: 200px !important;
	margin: 0 auto; 
	height: 5px;	
	margin-top: -5px !important;
}

#qLbar {
	z-index: 20002;
	position: relative !important;	
	height: 5px;
	min-width: 200px !important;
	width: 200px !important;
	margin: 0 auto; 	
	background: #323232;
}


.site-description {
	clear: both;
	display: block;
	margin-top: 5px;
}


/* parallax */

html section[class*="parallax-"], html div[class*="parallax-"] {
    background-size: cover;
	
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;    
    position: relative;    
}

.single-portfolio .parallax-section.no-repeat {
	background-size: cover !important;
}

.single-portfolio .parallax-section.repeat {
	background-size: initial !important;
}

/* revslider*/
html .tp-caption a, html .tp-caption a:hover {
	color: #fff;
}

html .tp-caption .dt-button {
	-webkit-transition:all 0.2s linear !important;
    -moz-transition:all 0.2s linear !important;
    -o-transition:all 0.2s linear !important;
    transition:all 0.2s linear !important;
}

.tp-caption.tp-videolayer {
	margin: 0 !important;
}

html .tp-bannertimer {
	height: 4px;
	bottom: 0;
	top: auto;
	
}

html .tp-bullets.custom .tp-bullet {
    background: rgba(0, 0, 0, 0);
    border: 1px solid #fff !important;
    width: 9px !important;
    height: 9px !important;
    border-radius: 9px;
	text-indent: -9999px;
	-webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;			
    background: none !important;
    margin-bottom: 0 !important;
}

html .tp-bullets.custom .tp-bullet:hover,
html .tp-bullets.custom .tp-bullet.selected,
html .tp-bullets.custom .tp-bullet:hover,
html .tp-bullets.custom .tp-bullet.selected {	
	background:#fff !important; 
}

html .tparrows.tp-leftarrow.custom, html .tparrows.tp-rightarrow.custom {
  background: none !important;
  height: 100% !important;
  width: 10% !important; 
  margin-top: 0 !important;
}

html .tp-caption:hover .tp-video-play-button 		{ 	display:none}

html .tparrows.tp-leftarrow.custom:before, html .tparrows.tp-rightarrow.custom:before {
	content: none;
}

html .tparrows.tp-rightarrow.custom {
  cursor: url(images/right-arrow.png), url(images/right-arrow.cur), auto;
  right: 0 !important;
 
  transform: matrix(1, 0, 0, 1, -100, 0);
}

html .tparrows.tp-leftarrow.custom {
	cursor: url(images/left-arrow.png), url(images/left-arrow.cur), auto;
	left: 0 !important;
	/* IE9, IE10 */ 
  }

.color-white, h1.color-white {
	color: #fff;
}

html h1.color-white:after {
	background: #fff;

}

.strong-alt {
	background: #fff;
	color: #323232;
	font-weight: bold !important;
	font-size: 1em;
	padding: 3px 10px;
	margin: 0 5px;
	text-transform: lowercase;
	letter-spacing: 0;
}

.slide-opacity {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.5;
    z-index: 2; }	
}

.no-opacity .slide-opacity {
	background: url(images/item-on-hover.png) repeat scroll 0 0;
}

html .tp-bullets {
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}

html .tp-bullets:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;	
}

html .tp-leftarrow.default:hover, html .tp-rightarrow.default:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;	
}

.tp-rightarrow.default, .tp-leftarrow.default {
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;	
}


.page-title-subtitle {
    border-top: 2px solid #efefef;
    border-bottom: 2px solid #efefef;
    padding: 60px 0;
    margin-bottom: 50px;
    overflow: hidden;
    box-sizing: border-box;
}

.parallax-padding {
	padding: 80px 0;
	box-sizing: border-box;
}

.page-title-subtitle h2 {
    font-size: 50px;

}

.page-title-subtitle h3 {
    font-size: 24px;

    color: #999;
    padding-top: 20px;
    margin-bottom: 0px;
    font-weight: 300;
}

.dt-preload, .whitebg {
	background-color: #FFF;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1000;
}

.intro-logo {
	display: block;
	text-align: center;
	top: 50%;
	position: relative;
	margin-top: -45px;
}

.menu-fixer {
    display: block;
    width: 100%;
}

.menu-border {
	border-top: 2px solid #efefef;
}

.darker-overlay:before {
	position: absolute;
	content:" ";
	top:0;
	left:0;
	width:100%;
	height:100%;
	display: block !important;
	z-index: 1;
	background-color: inherit;
}

.no-rgba .darker-overlay:before {
	background-color: inherit;
}

.lighter-overlay, .darker-overlay, .white-overlay, .black-overlay {
	position: relative;
}

.lighter-overlay:before {
	position: absolute;
	content:" ";
	top:0;
	left:0;
	width:100%;
	height:100%;
	display: block !important;
	z-index: 1;
	background-color: inherit;
}

.white-overlay:before {
	position: absolute;
	content:" ";
	top:0;
	left:0;
	width:100%;
	height:100%;
	display: block !important;
	z-index: 0;
	background-color: rgba(255, 255, 255, 0.7);
}


.black-overlay:before {
	position: absolute;
	content:" ";
	top:0;
	left:0;
	width:100%;
	height:100%;
	display: block !important;
	z-index: 0;
	background-color: rgba(0, 0, 0, 0.7);
}

.no-rgba .lighter-overlay:before {
	background-color: inherit;
}

html .vc_parallax &gt; * {
  position: relative;
  z-index: 2;
}

body {
	z-index: 2;
}

.darker-overlay {
	color: #fafafa;
}
.darker-overlay h1, .darker-overlay h2, .darker-overlay h3, .darker-overlay h4, .darker-overlay h5, .darker-overlay h6 {
	color: #fff;
}

.darker-overlay a:hover {
	color: #fff;
}

.darker-overlay input[type=text], .darker-overlay input[type=email], .darker-overlay textarea {
	border-bottom: 2px solid  #fafafa;
	color: #fff; 
}

.black-overlay {
	color: #fafafa;
}
.black-overlay h1, .black-overlay h2, .black-overlay h3, .black-overlay h4, .black-overlay h5, .black-overlay h6 {
	color: #fff;
}

.black-overlay a:hover {
	color: #fff;
}

.black-overlay input[type=text], .black-overlay input[type=email], .black-overlay textarea {
	border-bottom: 2px solid  #fafafa;
	color: #fff; 
}

.post-password-form input[type="password"] { 
	border: 2px solid #efefef;
	padding: 10px 20px;
	box-sizing: border-box;
	float: left;
}

.post-password-form input[type="submit"] { 
	border: none;
	float: left;
	padding: 12px 20px;
	margin-left: 10px;
}

.aligncenter.post-password-form input[type="submit"] { 
	float: none;
}
.aligncenter.post-password-form input[type="password"] { 
	float: none;
	margin-bottom: 0;
}

.quote-author {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	color: #777;
	margin-bottom: 20px;
	text-align: center;
	letter-spacing: 2px;
}

.no-blog-sidebar .post-content .quote-author {
	text-align: center;
	display: inline-block;
	margin-right: 40px;
}

.darker-overlay .quote-author, .black-overlay .quote-author {
	color: #999;
}

.post-content .quote-author {
	text-align: left;
	clear: both;
}

.quote-post h3:after, .format-quote h3:after {
	display: block;
	content: "";
	height: 3px;
	width: 55px;
	margin: 20px 0;
	position: relative;
}


/* Carousels */

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.slider-item a {
	display: block;
}

.gallery-slider .owl-prev {
	top: 50%;
	left: 5px;
	position: absolute;
	width: 30px;
	height: 37px;	
	margin-top: -19px;	
	line-height: 37px;
	text-align: center;
	opacity: 0.5;
	-webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;			
}

.gallery-slider:hover .owl-prev, .gallery-slider:hover .owl-next {
	opacity: 1;
}

.gallery-slider .owl-item img {
	display: block;
	width: 100%;
	height: auto;
}

.gallery-slider {
	z-index: 1;

}	

.no-rgba .portfolio-slider .owl-prev, .no-rgba .portfolio-slider .owl-next, .no-rgba .slider-nav {
	background: url(images/item-on-hover-white.png) repeat scroll;
}

.gallery-slider .owl-next {
	top: 50%;
	right: 5px;
	position: absolute;
	width: 30px;
	height: 37px;		
	margin-top: -19px;	
	line-height: 37px;
	text-align: center;
	opacity: 0.5;
	-webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;			
}

.gallery-slider .owl-dots {
    text-align: center;
}

.gallery-slider .owl-dots {
	margin-top: -25px;
	z-index: 2;
	position: relative;
	padding-bottom: 5px;
}

.gallery-slider .owl-dot {
    background: transparent;
    border: 1px solid #D7D7D7;
    width: 9px;
    height: 9px;
    display: inline-block;
    margin: 0 5px;
    border-radius: 10px;
}

.lighter-overlay .owl-controls .owl-dot {
	border: 1px solid #a9a9a9;
}

.gallery-slider .owl-dot.active {
    background: #D7D7D7;
}

.lighter-overlay .owl-controls .owl-dot.active {
	background: #a9a9a9;
}

.line-separator { 
	content: "";
	width: 55px;
	height: 4px;
	background: #efefef;
	margin: 25px 0 15px;
	display: block;
}



.title-center h1.section-title:after {
	margin-left: auto;
	margin-right: auto;
}

.title-left {
	text-align: left;
}

.section-title {
  -webkit-animation-duration: 0.1s;
  -webkit-animation-delay: 1s;
}

.section-tagline, .post-meta {
  -webkit-animation-duration: 0.1s;
  -webkit-animation-delay: 1.3s;
}

.wrap-nav {
  -webkit-animation-duration: 0.1s;
  -moz-animation-duration: 0.1s;	
}

.section-title, .portfolio-title {
    font-size: 60px;
    font-weight: 800;
    margin: 0;
    line-height: 72px;
    letter-spacing: -2px;
    z-index: 2;
    position: relative;
}

.section-title.blog-hero-title {
	font-size: 48px;
}

.bg-cleaner {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;	
}

.hero-content {
	top: 50%;
	transform: translateY(-50%);    
	-webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;		 	
	position: relative;
	z-index: 2;
}

.hero-content .post-meta {
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 13px;
	display: block;
	margin-top: 30px;
	color: #ccc;
}

.hero-content .post-meta a {
	color: #fff;
}

.hero-content .post-meta em {
	margin-right: 40px;
}

.title-regular-title .post-meta {
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 13px;
	display: block;
	margin-top: 30px;
	color: #ccc;
}

.portfolio-title {
	margin-bottom: 20px;
}

h1.section-title:after {
	display: block;
	content: "";
	height: 5px;
	width: 120px;
	margin-top: 3px;
	margin-bottom: 10px;
	position: relative;
	background: #323232;
}

.page-title-subtitle h1.section-title:after, .parallax-padding h1.section-title:after {
	background: #323232;
}

.dt-title-wrapper h1.section-title:after {
	background: #323232;
}

.darker-overlay h1.section-title:after, .black-overlay h1.section-title:after {
	background: #fff;
}

.section-tagline {
    font-weight: 300;
    font-size: 24px !important;
    margin: 0;
    color: #A9A9A9;
    clear: both;
    z-index: 2;
    position: relative;
}

.section-intro {
	font-size: 18px;
	line-height: 30px;
}

strong {
	font-weight:700;
}
 
.space {
    height:60px;
    width:100%;
	clear:both;
}

.double-space {
    height:100px;
    width:100%;
	
    clear:both;
}

.half-space {
    height:30px;
    width:100%;
	
    clear:both;
}

label {
    color:#7F7F7F;
    display:block;
    font-weight:normal;
}

label.error {
    color: red;
    font-style: italic;
    margin: 5px 0 10px 0;
}


input[type=text], input[type=email], textarea {
	width: 100%;
	padding: 12px;
	line-height:20px;
	background: none;
	box-sizing: border-box;
	opacity: 0.7;
	-webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;	
	padding-left: 0;
}
input[type=text]:focus, input[type=email]:focus, textarea:focus {
	opacity:1
}

input[type=submit] {
	float: right;
	cursor:pointer;
	margin:0;
	padding: 8px 20px;
	opacity: 0.9;
}

input[type=submit]:hover {
	opacity: 1;
}

input[type="text"], input[type="email"], input[type="password"], textarea, select {
	background: transparent;
	border-bottom: 1px solid #e4e4e4;
	color: #686868;
	border: none;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
    -moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
}

input[type="text"], input[type="email"], input[type="password"], textarea, select {
    margin: 0 0 20px 0;
}

textarea {
    height:130px;
}

::-webkit-input-placeholder {
   color: #444;
}

:-moz-placeholder { /* Firefox 18- */
   color: #444;  
}

.darker-overlay ::-moz-placeholder {  /* Firefox 19+ */
   color: #fafafa;  
}

.darker-overlay :-ms-input-placeholder {  
   color: #fafafa;  
}

.darker-overlay ::-webkit-input-placeholder {
   color: #fafafa;
}

.darker-overlay :-moz-placeholder { /* Firefox 18- */
   color: #fafafa;  
}

.darker-overlay ::-moz-placeholder {  /* Firefox 19+ */
   color: #fafafa;  
}

.darker-overlay :-ms-input-placeholder {  
   color: #fafafa;  
}


.black-overlay ::-moz-placeholder {  /* Firefox 19+ */
   color: #fafafa;  
}

.black-overlay :-ms-input-placeholder {  
   color: #fafafa;  
}

.black-overlay ::-webkit-input-placeholder {
   color: #fafafa;
}

.black-overlay :-moz-placeholder { /* Firefox 18- */
   color: #fafafa;  
}

.black-overlay ::-moz-placeholder {  /* Firefox 19+ */
   color: #fafafa;  
}

.black-overlay :-ms-input-placeholder {  
   color: #fafafa;  
}

.post-read-more {
    font-size: 13px;
    font-weight: bold;
    float: left;
    color: #323232;
    letter-spacing: 2px;
}

.black-overlay .post-read-more {
	color: #fff;
}


/*-----------------------------------------------------------------------------------*/
/*	3.	Columns
/*-----------------------------------------------------------------------------------*/

.percent-one-half { width: 48%; }
.percent-one-third { width: 30.66%; }
.percent-two-third { width: 65.33%; }
.percent-one-fourth { width: 22%; }
.percent-three-fourth { width: 74%; }
.percent-one-fifth { width: 16.8%; }
.percent-two-fifth { width: 37.6%; }
.percent-three-fifth { width: 58.4%; }
.percent-four-fifth { width: 67.2%; }
.percent-one-sixth { width: 13.33%; }
.percent-five-sixth { width: 82.67%; }

.no-margin.percent-one-half { width: 50%; }
.no-margin.percent-one-third { width: 33.33%; }
.no-margin.percent-two-third { width: 66.33%; }
.no-margin.percent-one-fourth { width: 25%; }
.no-margin.percent-three-fourth { width: 75%; }
.no-margin.percent-one-fifth { width: 20%; }
.no-margin.percent-two-fifth { width: 40%; }
.no-margin.percent-three-fifth { width: 60%; }
.no-margin.percent-four-fifth { width: 80%; }
.no-margin.percent-one-sixth { width: 16.66%; }
.no-margin.percent-five-sixth { width: 83.33%; }

.percent-one-half,
.percent-one-third,
.percent-two-third,
.percent-three-fourth,
.percent-one-fourth,
.percent-one-fifth,
.percent-two-fifth,
.percent-three-fifth,
.percent-four-fifth,
.percent-one-sixth,
.percent-five-sixth {
	position: relative;
	margin-right: 4%;
	float: left;
}

.no-margin.percent-one-half,
.no-margin.percent-one-third,
.no-margin.percent-two-third,
.no-margin.percent-three-fourth,
.no-margin.percent-one-fourth,
.no-margin.percent-one-fifth,
.no-margin.percent-two-fifth,
.no-margin.percent-three-fifth,
.no-margin.percent-four-fifth,
.no-margin.percent-one-sixth,
.no-margin.percent-five-sixth {
	margin-right: 0;
}

.column-right {
	float:right;
}
.column-last {
	margin-right: 0!important;
	clear: right;
}

.bold-style {
	font-weight: 700;
	margin-bottom: 5px;
}


/*-----------------------------------------------------------------------------------*/
/*	4.	Typography
/*-----------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color:#444;
}

h1 {
	font-size: 36px;
	line-height: 48px;
	margin-bottom: 20px;	
}

h2 {
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 15px;
}

h3 {
	font-size: 28px;
	line-height: 32px;	
	margin-bottom:20px;	
}

h4 {
	font-size:16px;
	line-height:22px;
	margin-bottom:20px;	
}

h5 {
	font-size:14px;
	line-height:20px;
	margin-bottom:15px;
}

h6 {
	font-size:13px;
	line-height:20px;
	margin-bottom:20px;
	font-weight:600;
}	


/*--- Dropcaps ---*/

.dropcap1 {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #666666;
    border-radius: 3px;
    color: #fff;
    float: left;
    font-size: 36px;
    margin: 4px 10px 2px 0;
    padding: 8px 6px;
    text-shadow:0 1px 0 #fff;
}

.dropcap2 {
    float: left;
    font-size: 36px;
	line-height:26px;
    padding-right: 10px;
    padding-top: 8px;
    font-weight: 700;
}

.dropcap3 {
    float: left;
    font-size: 36px;
	line-height:30px;
    font-style: italic;
    padding-right: 10px;
	padding-top:8px;
}


/*--- Hightlighted Text ---*/

.highlight {
    padding: 1px 3px;
}

.highlight.redish {
    background-color: #ffcccf;
    color: #A14A40;
}

.highlight.bluish {
    background-color: #D7E7F5;
    color: #5E6984;
}

.highlight.yellowish {
    background-color: #FFF9CC;
    color: #736B4C;
}

.highlight.greenish {
    background-color: #E2F2CE;
    color: #466840;
}

.highlight.dark {
    background: #333333;
    color:#fff;
}

pre, code {
    background-color: #F5F5F5;
    border-color: #ebebeb;
    border-style: solid;
    border-width: 0px 0px 0px 4px;
    font-family: monospace;
    font-size: 14px;
    padding: 5px 10px;
}

pre, code {
    margin-bottom:10px;
}

blockquote {
    color: #787878;
    font-size: 16px;
    font-style: italic;
    line-height:24px;
    margin: 20px 0 10px;
}


/*-----------------------------------------------------------------------------------*/
/*	5.	Header
/*-----------------------------------------------------------------------------------*/

#header {
	position: fixed;
	z-index:1001;
	padding: 17px 0;	
	display: block;
	width: 100%;
	-webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;	
}

.solid-header {
	background: #fff;
}

.transparent-header {
	background: rgba(255,255,255,0);
	box-shadow: none;
}

.transparent-header.initial-state .dark-header .bar, .tr-header.initial-state .dark-header .bar {
	background-color: #fff;
}

.transparent-header.initial-state .light-header .bar, .tr-header.initial-state .light-header .bar  {
	background-color: #323232;
}

.transparent-header-2 {
	background: transparent !important;
}

.transparent-header-2 .bar {
	background-color: #fff !important; 
}

.transparent-header-2.scrolled-header {
	background-color: #323232 !important;
	background: rgba(50, 50, 50, 0.9) !important;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
}

.no-rgba .transparent-header {
	background: transparent;
}

.no-csstransforms #header.no-header {
	display: none;
}

#header.no-header {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}

#header.tr-header {
	background: transparent;
}

#header.no-header.show {
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	transform: translateY(0%);	
}

.nav-btn {
    font-size: 28px;
    right: 15px;
    position: absolute;
    cursor: pointer;
    color: #323232;
    top: 3px;
	
	/* IE8- hacks */
	width: 1px\9; 
	height: 1px\9; 
	overflow: hidden\9;
	position: absolute\9;	
}

.nav-btn i {

}

.portfolio-title {
    font-size: 24px;
    margin: 0;
    font-weight: bold;
    padding-bottom: 5px;
}

.float-left {
	float: left;
}

.logo {
	position:relative;

}

.logo img {
	display: inline-block;
	vertical-align: bottom;
	
	max-width: inherit;
}

.bm {
	float: right;
}

.bi {
    float: right;
    clear: both;
    cursor: pointer;
    z-index: 99999;
    position: relative;
}

.bar {
	height: 4px;
	width: 28px;
	display: block;
	margin: 4px auto;
	position: relative;
	background-color: #323232;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

#burger-menu.active .bar {
	background-color: #fff;
}

.burger-icon #burger-menu.active .bar:nth-of-type(1) {
	-moz-transform: translateY(8px) rotate(45deg);
	-ms-transform: translateY(8px) rotate(45deg);
	-webkit-transform: translateY(8px) rotate(45deg);
	transform: translateY(8px) rotate(45deg);
}
.burger-icon #burger-menu.active .bar:nth-of-type(2) {
	opacity: 0;
}
.burger-icon #burger-menu.active .bar:nth-of-type(3) {
	-moz-transform: translateY(-8px) rotate(-45deg);
	-ms-transform: translateY(-8px) rotate(-45deg);
	-webkit-transform: translateY(-8px) rotate(-45deg);
	transform: translateY(-8px) rotate(-45deg);
}
.burger-icon .bar:nth-of-type(1) {
	-moz-animation: rotateR 1.5s cubic-bezier(0.5, 0.2, 0.2, 1);
	-webkit-animation: rotateR 1.5s cubic-bezier(0.5, 0.2, 0.2, 1);
	animation: rotateR 1.5s cubic-bezier(0.5, 0.2, 0.2, 1);
}
.burger-icon .bar:nth-of-type(2) {
	-moz-animation: fade 1.5s cubic-bezier(0.1, 0.8, 0.1, 1);
	-webkit-animation: fade 1.5s cubic-bezier(0.1, 0.8, 0.1, 1);
	animation: fade 1.5s cubic-bezier(0.1, 0.8, 0.1, 1);
}
.burger-icon .bar:nth-of-type(3) {
	-moz-animation: rotateL 1.5s cubic-bezier(0.5, 0.2, 0.2, 1);
	-webkit-animation: rotateL 1.5s cubic-bezier(0.5, 0.2, 0.2, 1);
	animation: rotateL 1.5s cubic-bezier(0.5, 0.2, 0.2, 1);
}

/*overlay*/
.overlay{
	position: fixed;
	display: none;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.86);
	overflow: auto;
	z-index: 1000;
}

.no-rgba .overlay {
	background: #323232;
}
.wrap{
	color: #fff;
	text-align: left;
	position: relative;
	z-index: 1001;
}
.wrap ul.wrap-nav{
	text-transform: capitalize;
	margin: 150px 100px 100px;
	display: block;
	overflow: hidden;
	z-index: 1002;
}
.wrap ul.wrap-nav &gt; li{
	font-size: 30px;
	font-weight: 700;
	float: left;
	vertical-align: top;
	position: relative; 
	clear: both;
	margin-bottom: 15px;
}
.wrap ul.wrap-nav &gt; li a{
	color: #fafafa;
	padding: 8px 0;
	text-decoration: none;
	display: inline-block;
}
.wrap ul.wrap-nav &gt; li li a{
	font-size: 100%;
}

.wrap ul.wrap-nav &gt; li a:hover{
	/* color: #fff; */
}
.wrap ul.wrap-nav ul{
	overflow: hidden;
	margin-left: 30px;
}
.wrap ul.wrap-nav ul li{
	font-size: 18px;
	color: #e0e0e0;
	float: left;
	margin-right: 20px;
}
.wrap ul.wrap-nav ul li a{
	color: #ABABAB;	
}

.overlaymenu-social {
    position: fixed;
    text-align: left;
    display: inline-block;
    bottom: 0;
    margin-left: 100px;
}

.overlaymenu-social:before {
	display: block;
	content: "";
	height: 4px;
	width: 100px;
	margin-top: 3px;
	margin-bottom: 10px;
	position: relative;
	background: #fff;
	margin-top: 50px;
}

.overlaymenu-social li {
    display: inline-block;
}

.overlaymenu-social li a {
    display: inline-block;
    color: #aaa;
    padding: 10px 20px 10px 0;
    font-size: 28px;
}

.overlay::-webkit-scrollbar {background-color: transparent;width: 0px;}
.overlay::-webkit-scrollbar-thumb {
	border-radius:10px;background:#ddd;
	-webkit-transition: all .3s ease-out;transition: all .3s ease-out;
}

#navigation {
	float:right;
	position:relative;
	z-index:10000;
}

.displaynone {
	display: none;
}

#navigation.mobile {
	display: none;
}

#navigation.desktop {
	display: block !important;
}

#navigation::-webkit-scrollbar {background-color:#fff;width:5px;}
#navigation::-webkit-scrollbar-thumb {
	border-radius:10px;background:#ddd;
	-webkit-transition: all .3s ease-out;transition: all .3s ease-out;
	}

#mainnav sup {
	color: #fff;
	padding: 2px 4px;
	border-radius: 3px;
	margin-left: 5px;	
}

ul#mainnav {
	float: right;
	position:relative;
	display:block;
	z-index:1001;
	margin-right: -10px;
	padding-top: 10px;
}

ul#mainnav li a i {
	margin-left: 10px;
}

ul#mainnav li {
	display:inline-block;
	float:left;
	position:relative;
	z-index:1000;
}

ul#mainnav &gt; li {
	background: url(images/nav-bg.png) no-repeat scroll right center;
}

ul#mainnav &gt; li.prev-item, ul#mainnav &gt; li.previ-item {
	background:none;
}

ul#mainnav &gt; li:last-child {
	background:none;
}

ul#mainnav li a {
	font: 14px/20px 'Open Sans', Helvetica, Arial, sans-serif;
	position:relative;
	font-weight: 700;
	color:#404040;
	margin: 0 10px;
	padding: 0 15px 0;
	height:25px;
	line-height:25px;
	letter-spacing: 0.5px;
	display:inline-block;
	*display:block; /* IE7 Hack */
	-webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;
	z-index:100;
}

ul#mainnav &gt; li &gt; a:hover &gt; span{
	border-bottom:1px solid #323232;
	padding-bottom:2px;
}

ul#mainnav &gt; li.item-active &gt; a {
	color:#323232;	
}

ul#mainnav li a.sf-with-ul:hover, ul#mainnav li a.sf-with-ul:active {
	color:#323232;
}

ul#mainnav li ul li a.sf-with-ul:hover, ul#mainnav li ul li a.sf-with-ul:active {
	color:#323232;
}

ul#mainnav &gt; li.current &gt; a span {
	padding-bottom:2px;	
}

ul#mainnav li a.sf-with-ul:hover, ul#mainnav li a.sf-with-ul:active {
	color:#323232;
}

ul#mainnav li a:hover, ul#mainnav li a:active, ul#mainnav li a.current {
	color:#323232;
}

ul#mainnav li ul li a.current {
	color:#444;
	background:#fff;
}
ul#mainnav li ul li a.current:hover {
	color:#fff;
	background:#444;
}

ul#mainnav li ul li {
	margin:0;	
	float:left;
	width:100%;
}

ul#mainnav li ul li a, ul#mainnav li ul li ul li a, ul#mainnav li ul li a:visited, ul#mainnav li ul li a:active  { /* visited pseudo selector so IE6 applies text colour*/
	width:170px;
	padding: 9px 15px;
	display: inline-block;
	background:#fff;
	text-decoration:none;
	z-index:1100;
	position:relative;
	font-size: 11px !important;
	text-transform:uppercase;
	margin: 0;
	font-weight: 600;
	height: auto;
	line-height: inherit;
}

.dark-header ul#mainnav &gt; li {
	background: url(images/nav-bg-dark.png) no-repeat scroll right center;
}
.dark-header ul#mainnav li a {
	color: #fafafa;
}

.dark-header ul#mainnav &gt; li &gt; a:hover &gt; span {
	border-bottom:1px solid #fff;
}

.dark-header ul#mainnav &gt; li.item-active &gt; a, .dark-header ul#mainnav &gt; li &gt; a.sf-with-ul:hover, .dark-header ul#mainnav li &gt; a.sf-with-ul:active, .dark-header ul#mainnav &gt; li &gt; a.sf-with-ul:hover, .dark-header ul#mainnav li &gt; a.sf-with-ul:active, .dark-header ul#mainnav li a:hover, .dark-header ul#mainnav li a:active, .dark-header ul#mainnav li a.current-menu-item {
	color:#fff;
}

.nav-first-item {
	z-index:1000;
	position:relative;
}

#nav ul#mainnav &gt; li &gt; ul &gt; li.nav-last-item &gt; a, #nav  ul#mainnav &gt; li &gt; ul &gt; li &gt; ul &gt; li.nav-last-item &gt; a {
	border-bottom:0 none;
}



/*-----------------------------------------------------------------------------------*/
/*	6.	Main Content
/*-----------------------------------------------------------------------------------*/


.centered-wrapper {
	width: 1120px;
	margin:0 auto;
}

.half-centered-wrapper-left {
	width: 575px !important;
	margin-right: 0;
	padding-right: 75px !important;
	float: right !important;
	box-sizing: border-box !important;
}

.half-centered-wrapper-right {
	width: 575px !important;
	margin-left: 0;
	padding-left: 75px !important;
	float: left !important;
	box-sizing: border-box !important;
}

.no-margin.wpb_row {
	margin-bottom: 0 !important;
}

.no-bottom-margin {
	margin-bottom: 0 !important;
}

.wpb_row.in_container {
	width: 1150px;
	margin: -15px auto;
	margin-top: 0;
	margin-bottom: 0;
}

.page-template-template-homepage-php .wpb_row .vc_span12 .wpb_row, .page-template-template-blog-php .wpb_row .vc_span12 .wpb_row, .single-templatera .wpb_row .vc_span12 .wpb_row, .single-portfolio .wpb_row .vc_span12 .wpb_row {
	width: 1150px;
	margin:0 auto;
}

.page-template-template-homepage-php .wpb_row.in_container .vc_span12 .vc_span12, .page-template-template-blog-php .wpb_row.in_container .vc_span12 .vc_span12, .single-templatera .wpb_row.in_container .vc_span12 .vc_span12, .single-portfolio .wpb_row.in_container .vc_span12 .vc_span12 {
	padding: 0;
}

.page-template-template-homepage-php .wpb_row.in_container .vc_span12 .wpb_row, .page-template-template-blog-php .wpb_row.in_container .vc_span12 .wpb_row, .single-templatera .wpb_row.in_container .vc_span12 .wpb_row, .single-portfolio .wpb_row.in_container .vc_span12 .wpb_row  {
	width: auto;
}

/*vc 4.3+*/

.wpb_row:before,
.wpb_row:after {
  /* content: " "; */
  display: table;
}
.wpb_row:after {
  clear: both;
}

.page-template-template-homepage-php .wpb_row .vc_col-sm-12 .wpb_row, .page-template-template-blog-php .wpb_row .vc_col-sm-12 .wpb_row, .single-templatera .wpb_row .vc_col-sm-12 .wpb_row, .single-portfolio .wpb_row .vc_col-sm-12 .wpb_row {
	width: 1150px;
	margin:0 auto;
}

.page-template-template-homepage-php .wpb_row.vc_row-no-padding .vc_col-sm-12 .wpb_row {
	width: 1120px;
}

.page-template-template-homepage-php .wpb_row.in_container .vc_col-sm-12 .vc_col-sm-12, .page-template-template-blog-php .wpb_row.in_container .vc_col-sm-12 .vc_col-sm-12, .single-templatera .wpb_row.in_container .vc_col-sm-12 .vc_col-sm-12, .single-portfolio .wpb_row.in_container .vc_col-sm-12 .vc_col-sm-12 {
	padding: 0;
}

.page-template-template-homepage-php .wpb_row.in_container .vc_col-sm-12 .wpb_row, .page-template-template-blog-php .wpb_row.in_container .vc_col-sm-12 .wpb_row, .single-templatera .wpb_row.in_container .vc_col-sm-12 .wpb_row, .single-portfolio .wpb_row.in_container .vc_col-sm-12 .wpb_row {
	width: auto;
}

.wpb_row {
	margin-left: -15px;
	margin-right: -15px;
}


.search-form {
	position:relative;
}

.search-form  input[type="text"] {
	position:relative;
	padding: 15px;
	color:#686868;
	display:block;
	width: 100%;
	border: 2px solid #efefef;
}

.search-form  button[type="submit"] {
	background: none;
	border: none;
	position: absolute;
	top: 50%;
	right: 3%;
	margin-top: -9px;
	cursor: pointer;
	font-size: 14px;
	color: #686868;
}


.searchform-switch  {
	display: block;
	float: right;
	position: relative;
	background: url(images/nav-bg.png) no-repeat scroll left center;
	margin-top: 10px;
	width: 40px;
	height: 25px;
	overflow: hidden;
	margin-left: 7px;
}

.overlay .searchform-switch {
    position: absolute;
	
    top: 0;
    right: 10px;
    background: none;
}

.scrolled-header .header-search-form {
	bottom: -74px;
}

.searchform-switch i {
	cursor: pointer;
	font-size: 14px;
	padding: 0 0 0 20px;	
	position: absolute;
	right: 0;
	height: 25px;
	line-height: 27px;
}

.display-none {
	display: none;
}

.header-search-form {
	position: absolute;
	right: -8px;
	bottom: -74px;
	background: #fff;
	width: 300px;
	border-top: 1px solid #323232;
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
	z-index: 100002;
}

.overlay .header-search-form {
	bottom: auto;
	top: 50px;
	right: 0;
}

.header-search-form input[type=text] {
    width: 240px;
    float: left;
    padding: 15px;
    margin: 0;
    border: none;
    font-size: 14px;
    font-family: Open Sans;
    font-weight: 400;
    color: #686868;
}

.header-search-form button[type=submit] {
    background: none;
	
    border: none;
    position: absolute;
    top: 50%;
    right: 2px;
    margin-top: -11px;
    cursor: pointer;
    font-size: 14px;
    color: #686868;
}

.header-search-input::-webkit-input-placeholder {
    color: #686868;
}
 
.header-search-input:-moz-placeholder {
    color: #686868;
}
 
.header-search-input::-moz-placeholder {
    color: #686868;
}
 
.header-search-input:-ms-input-placeholder {
    color: #686868;
}

.header-search-form *:focus {
    outline: 0;
}

@media only screen and (max-width: 1023px) { 
	.searchform-switch, .header-search-form {
		display: none;
	}
}

.flags_language_selector {
	float: right;
	margin-top: 9px;
	background: url(images/nav-bg.png) no-repeat scroll left center;
	padding-left: 25px;
	margin-left: 5px;
}

.overlay .flags_language_selector {
	margin: 0;
	float: none;
	background: none !important;
	padding: 0
;
	display: inherit !important;
	margin-bottom: 20px;
}

.flags_language_selector.dark-things {
	background: url(images/nav-bg-dark.png) no-repeat scroll left center;
}

.flags_language_selector li.active-lang {
	background:#323232;
	color:#fff;
}

.overlay .flags_language_selector li.active-lang {
    background: #F5F5F5;

    color: #323232;
}

.flags_language_selector.dark-things li.active-lang {
	background:#fff;		
	color:#323232;
}

.flags_language_selector li {
	display:inline-block;
	padding: 0 5px;
	margin: 0 3px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}

.overlay .flags_language_selector li {
	font-size: 14px;
	padding: 1px 6px;
}

.flags_language_selector li a {
	color: #323232;
}

.overlay .flags_language_selector li a {
	color: #ccc;
}

.flags_language_selector.dark-things li a {
	color: #fff;
}

.service-item {
	overflow:hidden;
}

.service-item p {
	margin-bottom:10px;
}

.service-item i {
	float:left;
	margin:0 15px 4px 0;
	width:28px;
	height:28px;
	line-height:28px;
	font-size:28px;
}

h3.service {
	font-size:16px;
	font-weight:600;
	line-height:28px;
}

.separator {
	width:100%;
	height: 2px;
	clear:both;
	background:#efefef;
	margin: 40px 0;
	display:inline-block;
}

.double-separator {
	width:100%;
	height:1px;
	clear:both;
	border-bottom: 2px solid #444;
	margin:40px 0;
}

/* Slider */

.fullscreenbanner-container {
	width:100% !important;
	position:relative;
	padding:0;
	overflow:hidden;
}

.fullscreenbanner-container .fullscreenbanner	{
	width:100% !important;
	position:relative;
}

.videobanner-container {
	width:100% !important;
	position:relative;
	padding:0;
	overflow:hidden;
}

.videobanner-container .videobanner	{
	width:100% !important;
	position:relative;
}

.fullwidthbanner-container {
	width:100% !important;
	position:relative;
	padding:0;
	overflow:hidden;
}

.fullwidthbanner-container .fullwidthbanner	{
	width:100% !important;
	position:relative;
}

.tp-caption {
	z-index: 2 !important;
}

.tp-caption.blink-title:after {
	display: block;
	  content: "";
	  height: 5px;
	  width: 120px;
	  margin-top: 3px;
	  margin-bottom: 10px;
	  position: relative;
	  background: #fff;	
}

.title-center.tp-caption.blink-title:after {
	margin-left: auto;
	margin-right: auto;
}

.big-text h1 {
    font-size: 48px;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #fff;
    font-weight: 700;
    padding: 20px 30px;
	text-align: center;
}

.fancy-caption {
	overflow: hidden;
	position: relative;
	text-align: center;
	margin: 0 auto !important;
	padding-top: 5px;
}

.fancy-slider-caption {
	text-align: center;
	color: #fff;
	font-size: 22px ;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 8px;
	line-height: 40px ;
	position: relative;  
	display: block;	
}

.fancy-slider-info {
	text-align: center;
	margin-bottom: 0px ;
	line-height: 40px ;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px ;
	letter-spacing: 2px;
	display: inline-block;
	position: relative;
}

.fancy-slider-info:before,
.fancy-slider-info:after {
	content: "";
	height: 5px;
	border-top: 1px dotted #efefef;
	top: 19px;
	border-width: 2px;
	width: 500px;
	position: absolute;
}

.fancy-slider-info:before {
	right: 100%;
	margin-right: 15px;
}

.fancy-slider-info:after {
	left: 100%;
	margin-left: 15px;
}

.slider-btn {
	cursor: pointer;
	color: #fafafa;
}

.slider-btn:hover {
	color: #fff;
}	


.isotope-item {
	z-index: 2;
}

.portfolio li {
	list-style-type: none !important;
	padding: 0 !important;
}

.portfolio {
	margin: 0 !important;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}


#testimonials {
	min-height:180px;
}



span.item-on-hover {
	cursor:pointer;
	display: block;	
	opacity: 0; 
	position: absolute; 
	width: 100%; 
	height: 100%; 
	z-index: 1;
	background: rgba(255, 255, 255, 0.85); 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;		
}

span.item-on-hover { 
	background: rgba(255, 255, 255, 0.85); 
}

.no-rgba span.item-on-hover {
	background: url(images/item-on-hover-white.png) repeat scroll;
}

.no-rgba .grid-item-on-hover {
	background: url(images/item-on-hover-white.png) scroll 0 0 repeat;
}

.post-masonry a img, iframe {
	-webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;		  
	-webkit-backface-visibility: hidden;
}

.no-rgba iframe {
	filter: none;
}

.team-member a:hover img.team-avatar, .post-masonry a:hover img, iframe:hover, .portfolio li a:hover img, .client-item img:hover {
	filter: none;
	-webkit-filter: grayscale(0%);
}

.portfolio-inner img {
	max-width: 100%;
	height: auto;
}

.item-on-hover i {
	color: #323232;
	text-align:center;
	height: 38px;
	width: 38px;
	line-height: 38px;
	border: 2px solid #323232;
	font-size: 14px;
}

span.hover-link {
	width:42px;
	height:42px;
	top: 50%;
	left: 50%;
	margin-left: -21px;
	margin-top: -21px;	
	position:absolute;
	display:block;	
}

span.hover-image {
	width:42px;
	left: 50%;
	margin-left: -21px;
	margin-top: -21px;	
	position:absolute;
	display:block;
	text-align: center;
	height: 42px;
	top: 50%;	
}

span.hover-video {
	width:42px;
	height:42px;
	top: 50%;
	left: 50%;
	margin-left: -21px;
	margin-top: -21px;	
	position:absolute;
	display:block;
}


/*--- Sidebar ---*/

.widget {
	overflow:hidden;
	margin-bottom:55px;
}

.widget a {
	color:#444;
}

.widget ul li {
	padding:3px 0 3px 0;
}

.widget ul li:last-child {
	border-bottom:0 none;
}

.tags ul li {
}

.tagcloud a {
	display:inline-block;
	padding:6px 13px;
	float:left;
	margin:0 4px 4px 0;	
	-webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;	
	font-weight: bold;
	border: 2px solid;
	text-transform: uppercase;
	font-size: 13px !important;
	letter-spacing: 2px;
}

.tags ul li a:hover {
	color:#fff;
}

.sidebar-post {
	overflow:hidden;
	border-bottom:1px solid #efefef;
	margin-bottom:15px;
	padding-bottom:15px;
	position:relative;
}

.sidebar-post:last-child {
	border-bottom:0 none;	
}

.sidebar-post span {
	float:left;	
	clear:both;
	width:100%;
	font-size: 14px;
} 

.sidebar-post h5 {
	font-size: 16px;
	font-weight:600;
	color:#444;
	margin-bottom:5px;
	float:left;
}



.dt-arrow-right, .dt-arrow-left {
	position: fixed;
	line-height: 42px;
	display: inline-block;
	-webkit-transition:all 0.2s linear; 
	-moz-transition:all 0.2s linear;
	-0-transition:all 0.2s linear;
	transition:all 0.2s linear;	
	font-size: 42px;
	text-align: center;
	color: #323232;
	-webkit-backface-visibility: hidden;
	opacity: 0.3;
	padding: 0 15px;
	width: 15px;
	height: 120px;
	line-height: 120px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;		
	top: 50%;
	background: #efefef;
	z-index: 0;
}

#portfolionav {
    display: none;
}


a.dt-arrow-left {
	left: 0;
}

a.dt-arrow-right {
	right: 0;
}

a.close-portfolio {
	font-size: 28px;
	position: relative;
	top: -2px;
}

.projnav-wrapper {
	width: 100%;
	border-top: 1px solid #efefef;
}

.projnav {
    display: block;
    overflow: hidden;
    -webkit-transform-style: preserve-3d;    
    -moz-transform-style: preserve-3d;    
    transform-style: preserve-3d;
}

.projnav li {
    text-align: center;
    width: 33%;
    float: left;
    display: block;
    position: relative;
	top: 50%;
    transform: translateY(-50%);    
    -webkit-transform: translateY(-50%);    
    -moz-transform: translateY(-50%);    
	-webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;		    
}

.no-csstransforms .projnav li {
	top: 0;
}

.projnav li:hover {
	opacity: 1;
}

.projnav li a { 
	color: #555;
	display: block;
	padding: 30px 0;
}

.projnav li a:hover {
	color: #323232;
}

.projnav li img {
	height: 36px;
	vertical-align: bottom;
}

.projnav li.previous {
	text-align: left;
	min-height: 1px;
}

.projnav li.next {
	text-align: right;
	float: right;
	min-height: 1px;
}

.projnav li em {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    color: #bbb;
}

.projnav li .sepspan {
	display: block;
	content: "";
	height: 2px;
	width: 40px;
	margin-top: 3px;
	margin-bottom: 10px;
	position: relative;
	background: #bbb;
}

.projnav li.next em, .projnav li.next .sepspan {
	float: right;
	clear: both;
}

.projnav li span {
	clear: both;
	display: block;
	font-size: 18px;
	font-weight: 800;
}

.work-cta {
	clear:both;
	background: #222;
	text-align: center;
	color: #fff;
	padding: 60px 0;
	display: block;
	font-weight: 700;
	font-size: 18px;
}

.work-cta:hover {
	color: #fff;
}

.work-cta span {
	margin-right: 15px;	
}

.work-cta i {
	font-size: 21px;
	vertical-align: bottom;
}

/*--- Blog ---*/

.post-content .post-meta em {
	font-style: normal;
}

.title-regular-title .single-extra i {
	margin-left: 25px;
}

.title-regular-title .single-extra a {
	color: #323232;
}

.single-extra {
	display: inline;
}

.post-content em, .begin-content em {
	font-style: italic;
}

.post-content ul, .post-content ol, .wpb_text_column ul, .wpb_text_column ol, article[id^="post-"] ul, article[id^="post-"] ol {
    margin: 20px 0;
    list-style-position: inside;
}

.post-content ul, .wpb_text_column ul, article[id^="post-"] ul {
	list-style: square;
}

.post-content ol, .wpb_text_column ol, article[id^="post-"] ol {
	list-style: decimal;
}

.post-content ul li, .post-content ol li, .wpb_text_column ul li, .wpb_text_column ol li, article[id^="post-"] ol li, article[id^="post-"] ul li {
    padding: 0 0 10px 10px;
    line-height: 22px;
    list-style-position: inside;
}

.post-content ol &gt; li, .wpb_text_column ol &gt; li, article[id^="post-"] ol &gt; li {
    border-bottom: 1px dashed #ccc;
	
    padding: 0 0 10px 10px;
    margin-bottom: 10px;
}

.begin-content ul, .begin-content ol, .wpb_text_column ul, .wpb_text_column ol, article[id^="page-"] ul, article[id^="page-"] ol {
    margin: 20px 0;
    list-style-position: inside;
}

.begin-content ul, .wpb_text_column ul, article[id^="page-"] ul {
	list-style: square;
}

.begin-content ol, .wpb_text_column ol, article[id^="page-"] ol {
	list-style: decimal;
}

.begin-content ul li, .begin-content ol li, .wpb_text_column ul li, .wpb_text_column ol li, article[id^="page-"] ol li, article[id^="page-"] ul li {
    padding: 0 0 10px 10px;
    line-height: 22px;
    list-style-position: inside;
}

.begin-content ol &gt; li, .wpb_text_column ol &gt; li, article[id^="page-"] ol &gt; li {
    border-bottom: 1px dashed #ccc;
	
    padding: 0 0 10px 10px;
    margin-bottom: 10px;
}

.percent-blog .post-meta em:after {
	content: "";
	padding: 0 8px;
}
.percent-blog .post-meta em:last-child:after {
	content: none;
}

.percent-blog, .percent-page {
	width: 68%;
	float:left;
	position: relative; 
}

.small-thumbnail .post-thumbnail {
	float: left;
	width: 35%;
	position: relative;
	margin-right: 4%;
	margin-bottom: 20px;
}

.small-thumbnail .post-content {
	clear: none;
	overflow: inherit;
}

.small-thumbnail .masonry-title {
	clear: none;
}

.small-thumbnail .post-content .clear:first-of-type {
	clear: none;
}

.single-post .small-thumbnail .post-content {
	padding-top: 0;
}

.single-post .format-quote .post-content {
	padding: 30px !important;
}

.single-post .small-thumbnail .format-video .post-content, .single-post .small-thumbnail .format-gallery .post-content {
	padding-top: 20px;
}

.single-post .post-meta em:after {
	content:"\00b7"; 
	padding: 0 8px;
}

.single-post .hero-content  .post-meta em:after, .single-post .title-regular-title  .post-meta em:after {
	content: none !important;
}

.single-post .post-meta em:last-child:after {
	content: none;
}

.single-post .post-meta em:last-child {
	padding-right: 8px;
}

.post-single .post-content {
	border-bottom: 2px solid #efefef;
	padding-bottom: 20px;
}

.percent-sidebar {
	width: 28%;
	float:left;
	position: relative; 	
}

.single .no-blog-sidebar {
	width: 100%;
}

.nu-sidebar {
	display: none;
}
.centered-wrapper.sidebar-left, .centered-wrapper.sidebar-right {
	margin: 0 auto;
}

.sidebar-left {
	margin-left: 4%;
	float: right;
}

.sidebar-right {
	margin-right: 4%;
}

.no-sidebar {
	width: 100% !important;
}

.no-blog-sidebar .post-thumbnail, .no-blog-sidebar .gallery-slider, .no-blog-sidebar .post-video {
	width: 30%;
	margin-right: 4%;	
	float: left;
}

.fullwidth-thumbnail .post-video {
	margin-bottom: 20px;
}

.no-blog-sidebar .quote-post .post-content {
	clear: both;
	float: none;
	box-sizing: border-box;
	background-color: transparent;
	text-align: center;
	width: 100%;
}

.no-blog-sidebar .quote-post h3:after {
	text-align: center;
	content: "";
	height: 3px;
	width: 55px;
	margin: 20px auto;
	position: relative;
	clear: both;
}

.no-blog-sidebar .post-content {
	float: right;
	clear: none;
	width: 66%;
	padding-top: 0;
}

.no-blog-sidebar .audio-item {
	width: 66%; 
	float: right;
	margin-bottom: 30px;
}

.post-thumbnail img {
	width: 100%;
	height: auto;
	display: block;
}

.post-content .post-meta {
    font-size: 13px;
    color: #AAA;
    padding-bottom: 10px;
    display: block;
}

.blog-page .quote-post, .format-quote .post-content {
	padding: 0 0 20px;
}

.post-meta i {
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin-right: 8px;
	font-size: 14px;
}

.quote-post .post-meta {
	float: left;
	padding-bottom: 5px;
	color: #686868;
}

.single .format-quote .post-meta {
	display: none;
}

.no-blog-sidebar .quote-post .post-meta {
	float: none;
  display: inline-block;
}

.quote-post h3, .format-quote h1 {
    color: #323232;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    font-style: italic;
}	

.quote-post .post-content {
    border: none;
    padding: 20px;
    color: #A3A2A2;
    background: #efefef;
}

.masonry-title {
	clear:both;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: -0.5px;
}

.single h3.masonry-title {
	font-size: 28px;
	margin-bottom: 20px;
}

.music-article h3.masonry-title {
	margin-top:20px;
}

h3.masonry-title a, .post-content h1 a {
	color: #444;
}

.post-read-more a {
    font-size: 13px;
    font-weight: bold;
    float: left;
    color: #323232;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.post-video {
    display: block;
    width: 100%;
    z-index: 1;
    position: relative;
}

.audio-item {
	z-index: 1;
	position: relative;
}

.small-thumbnail .audio-item {
	float: right;
	width: 61%;
	margin-bottom: 30px;
}

.quote-article h4 {
	font-size:12px;
	text-transform:uppercase;
}

.meta a {
	color:#c7c7c7;
}

.post-thumbnail {
	clear:both;
	margin-top:0px;		
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.single-post.parallax-title .post-thumbnail {
	display: none;
}

.single-post.parallax-title .post-content {
	padding-top: 0;
}

.post-thumbnail a {
	display:block;
	position:relative;
}

.no-blog-sidebar .post {
	margin-bottom: 50px;
}

.post {
	margin-bottom: 30px;
	padding-bottom: 10px;
	position:relative;
}

.on-two-columns .post-masonry.odd {
	margin-right: 0px !important; 
}

.post-content {
	clear:both;
	position:relative;
	margin-top: -1px;
	overflow: hidden;
	padding-top: 20px;
}

.blog-page.single .post-content {
	border: 0;
	padding: 0;
	background: transparent;
	padding-top: 30px;
}

.with-hero .single .post-content {
	padding-top: 0;
}

.right-image {
    float:right;
    margin:5px 0 0 20px;
	padding: 4px;
	border: 1px solid #EFEFEF;
	border-radius: 2px;	
}

.left-image {
    float:left;
    margin:5px 20px 0 0;
	padding: 4px;
	border: 1px solid #EFEFEF;
	border-radius: 2px;	
}

.post-image {
    margin:5px 0 20px;
}

ul.tags {
    padding:0 0 10px;
    position:relative;
	overflow:hidden;
}

ul.tags a {
	color:#c7c7c7;
}

ul.tags li {
    display:inline;
    float:left;
    height:16px;
    line-height:20px;
    margin: 29px 20px 0 0;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 2px;
}

.tag-title {
    background-image:none;
    float:left;
    line-height:18px;
    margin:30px 20px 0 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.author-bio {
    clear:both;
    margin:30px 0 0;
    overflow:hidden;
    padding:15px 0 15px;
    position:relative;
}

.authorp {
    float:left;
    width:82%;
}

.authorp h2 {
	color:#C7C7C7;
}
.authorp h2 a {
	color:#444;
}

.author-bio p {
	margin-bottom:0;
}	

.author-bio img {
    float:left;
    margin:0 25px 0 0;
}


/*--- Comments ---*/

.commentlist {
    list-style-type: none;
    margin: 30px 0 40px;
}

.comment {
    margin-top: 35px;
    position: relative;
	padding:0;
	display:inline-block;
}

.comment a {
	color:#444;
}

.commentwrap {
	margin: 0 0 0 100px;
	padding: 0 0 10px 0;
	border-bottom: 2px solid #efefef;
}

.avatar {
    left: 0;
    position: absolute;
    top: 0;
}

.avatar img {
    width: 60px;

    height: 60px;
}

a.c_reply {
	font-weight: 800;
	background:#f9f9f9;
	padding: 4px 10px;
	-webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;
	font-size: 12px;
	text-transform: uppercase;
}

.metacomment {
    margin-bottom: 10px;
	padding:0;
}

.metacomment span {
    font-weight:bold;
    margin: 0 5px 0 0;
}

ul.threaded {
    margin-left:75px;
}

#commentform {
	position:relative;
}

#commentform fieldset {
	clear:both;
}

#commentform input:focus, #commentform textarea:focus {
	outline:none;
}

#commentform input[type="text"], #commentform textarea {
	position: relative;
	display: block;
	border: 2px solid #efefef;
	padding: 15px 20px;
}

textarea#mycomment {
	clear:both;
	overflow:hidden;
	float:left;
	margin-bottom:5px;
	border-width: 2px;
}

#commentform input[type="submit"] {
	margin-top:5px;
	border:0 none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 2px;
	padding: 15px 25px;
}

.error_message {
	color:#ff3000;
	font-weight: 800;
}


/*--- Pagination ---*/

.pagenav {
    text-align:center;
	vertical-align: middle;
	margin-top: 55px;	
	
    font-size: 14px;
    font-weight: 600;
}

.pagenav a {
  	color: #B3B3B3;
    display:inline-block;
	font-weight:600;
	-webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;		
    
  	/* width: 40px; */
    border: 2px solid transparent;
    font-size: 24px;
  	padding: 0 12px;
}

.page-links {
	clear:both;
	padding: 15px 0;
	font-size: 14px;
	font-weight: 600;
	text-transform: lowercase;
	letter-spacing: 0.5px;
}

.page-links span {
  	padding: 0 15px 0 0;		
}
.page-links a {
	display:inline-block;
  	color: #B3B3B3;
}


.page-links a:hover {
	color: #323232;
}

.nextpostslink {
	font-size: 28px !important;
}

.pagenav a:hover {
	color: #323232;
}

span.current {
    color:#fff;
    display:inline-block;
    width: 40px;
    font-size: 24px;
}

span.pages {
	display: inline-block;
    padding:9px 15px;
	font-weight:600;
}


/*--- Contact ---*/

.contact-info i {
    font-size: 28px;
}

.contact-info i {
	text-transform: uppercase;
	font-weight: 700;
	border-bottom: 2px solid #E2E2E2;
	padding-bottom: 8px;
	display: inline-block;
	margin-bottom: 8px;
	color: #E2E2E2;
}

.contact-info li {
	margin-bottom: 50px;
	padding: 0 !important;
	list-style-type: none !important;
	font-size: 18px;
}

.contact-info p {
	font-size: 18px;
}

.contact-info a {
	font-weight: 400;
}


input:focus, textarea:focus {
	outline:none;
}

.wpcf7-form br {
	display: none;
}

.contact-info {
	padding-top: 9px;
	margin-left: 2px;
}

.contact-loader {
	float: left;
	margin: 15px 0 0 11px;
}



/*-----------------------------------------------------------------------------------*/
/*	7.	Footer
/*-----------------------------------------------------------------------------------*/

#footer {
	overflow:hidden;
	clear:both;
	margin:0 auto;
	color: #868686;
	padding: 30px 0;
	position: relative;
	background: #fafafa;
}

.upbtn {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 20000;
	display: inline-block;
	padding: 10px 15px;
	color: #323232;
	font-size: 14px;
}

.upbtn {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}

.upbtn.dt-is-visible, .upbtn.dt-fade-out, .no-touch .upbtn:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.upbtn.dt-is-visible {
  visibility: visible;
  opacity: 0.7;
  z-index: 10000;
}
.no-touch .upbtn:hover {
  color: #323232;
  opacity: 1;
}

.footer-widget .sidebar-post {
	border-bottom:1px dotted #6b6b6b;
}

.footer-widget a, #footer .footer-widget h3 {
	color: #323232;
}

.footer-widget {
	margin-left: 4%;
    float:left;
	position:relative;	
}

.footer-widget:first-child {
	margin-left:0px;
}


html .footer-widget img {
	max-width: 100%;
}

#topfooter {
	overflow: hidden;
	padding: 40px 0;
}


#totop {
    font-size: 12px;
    font-weight: 800;
    color: #323232;
    position: relative;

    clear: both;
    display: inline-block;
}

#totop:before {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #323232;
	-webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;	
    opacity: 0;
}

#footer #totop:hover {
	color: #323232;
}

#totop:hover:before { 
	opacity: 1;
}

#footer h3 {
	font-size:16px;
	font-weight:300;
	color:#fff;
}

#bottomfooter {
	position:relative;
	overflow:hidden;
	clear:both;
}

#bottomfooter p {
	/*margin-bottom: 20px;*/
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: normal;
}


ul#contact-widget li {
	position:relative;
	border-bottom:2px solid #efefef;
	margin-bottom:10px;
	padding:0 0 15px 30px !important;
	list-style-type: none;
}

#contact-widget li i {
	font-size: 14px;
	position:absolute;
	left:0px;
	top: 5px;
	color:#323232;
}

#contact-widget li:last-child {
	border: none;
}



/*--- Twitter ---*/

.tweet,
.query {
	margin:0;
}

.tweet_list, .widget-tweet-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget-tweet-list li {
	background:none;
	padding-bottom:10px;
	margin-bottom:10px;
}

.tweet_list li {
	overflow-y: auto;
	overflow-x: hidden;
	list-style-type: none;
	text-align: center;
	padding: 0 0 20px;
	font-size: 18px;
	line-height: 24px;
}

.tweet_text {
	clear: both;
	width: 100%;
	display: block;	
	margin-bottom: 20px;
	color: #323232;
}

.darker-overlay .tweet_text, .black-overlay .tweet_text {
	color: #efefef;
}

.tweet_time, .widget-tweet-time {
	padding-bottom: 5px;
}


.tweet_time, .tweet_action, .widget-tweet-time, .widget-tweet-action {
	clear: both;
	margin: 0 15px 15px;
	font-size: 14px;
	display: inline-block;
}
 .widget-tweet-time, .widget-tweet-action {
 	padding-right: 15px;
 	margin: 0;
 	margin-top: 5px;
 }

.tweet_action,  .widget-tweet-time, .widget-tweet-action {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 2px;
}

.tweet_time a, a.tweet_action {
    color: #686868;
}

.darker-overlay .tweet_time a, .darker-overlay a.tweet_action, .black-overlay .tweet_time a, .black-overlay a.tweet_action {
    color: #fff;
}

.darker-overlay .tweet_time a, .black-overlay .tweet_time a {
	color: #aaa;
}

.tweet_list li:last-child {
	border-bottom:0 none;
}

.tweet_list li a {
}

.tweet_list .tweet_avatar {
	padding-right: .5em; float: left;
}

.tweet_list .tweet_avatar img {
	vertical-align: middle;
}


/*--- Flickr ---*/

#flickr {
	margin: 0; 
	padding: 0; 
	overflow: hidden; 	
	width: 100%;
}

#flickr li { 
	list-style: none; 
	float: left; 
	margin: 0 1px 1px 0; 
	border:0 none;
	padding:0;
}

#flickr  img { 
	display: block; 
	width: 77px;
	height: 77;
}

#flickr a img { 
	border: none;
}


/*--- Social Icons ---*/

.share-options {
	overflow:hidden;
	padding-top: 10px;
	text-align: center;
	clear: both;
}

.single-post .share-options {
	text-align: left;
	margin: 50px 0;
}

.share-options h6 {
	margin-bottom:30px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 13px;
}

.share-options.style-2 h6 {
	float:left;
	margin-right:20px;
	margin-bottom:30px;
}

.share-options a {
	font-size: 18px;
	color: #ddd;
	width: 50px;
	height: 50px;
	display: inline-block;
	text-align: center;
	margin: 0 20px 20px;
	border: 1px solid;
	border-radius: 50px;
	line-height: 50px;
}



.single-post .share-options a {
	display: inline-block;
	margin-left: 0px;
	margin-right: 40px;
}

.share-options.style-2 a {
	font-size: 18px;
	color: #ddd;
	width: 24px;
	height: 24px;
	display: inline-block;
	float: left;
	margin-right: 20px;
	text-align: center;
	margin-bottom: 10px;	
	border: none;
	line-height: inherit;
	margin-right: 20px;
	margin-left: 0;
}

.next-prev-posts {
	margin-top: 20px;
	padding:1px 0;
	overflow:hidden;
	font-size: 13px;	
	text-transform:uppercase;
	font-weight: bold;
	clear: both;
	letter-spacing: 2px;
}

.next-prev-posts .previous-post {
	width:50%;
	float:left;
	padding:13px 0;
	text-align:left;
}	

.next-prev-posts .next-post {
	width:50%;
	float:right;
	padding:13px 0;	
	text-align:right;	
}

.next-prev-posts a {
	color:#323232;
}

.previous-post i {
	margin-right:10px;
}

.next-post i {
	margin-left:10px;
}

.author-bio {
    clear:both;
    margin:30px 0 0;
    overflow:hidden;
    padding:15px 0 15px;
    position:relative;
}

.authorp {
    float:left;
    width:82%;
}

.authorp h2 {
	color:#C7C7C7;
}

.authorp h2 a {
	color:#444;
}

.author-bio p {
	margin-bottom:0;
}	

.author-bio img {
    float:left;
    margin:0 25px 0 0;
	
    position:relative !important;
}

/*--- Comments ---*/

.commentlist {
    list-style-type: none;
    margin: 30px 0 40px;
}

.comment {
    margin-top: 35px;
    position: relative;
	padding:0;
	display:block;
}

.comment a {
	color:#444;
}

.comment .avatar {
    left: 0;
    position: absolute;
    top: 0;
    width: 60px;
}

.comment .avatar img {
}

a.comment-reply-link {
	font-weight: 800;
	background:#f9f9f9;
	padding: 4px 10px;
	-webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;
	font-size: 12px;
	text-transform: uppercase;
}

.metacomment {
    margin-bottom: 10px;
	padding:0;
}

.metacomment span {
    font-weight:bold;
    margin: 0 5px 0 0;
}

ul.children {
    margin-left:75px;
}

#commentform {
	position:relative;
}

#commentform fieldset {
	clear:both;
}

textarea#mycomment {
	clear:both;
	overflow:hidden;
	float:left;
	margin-bottom:5px;
}

.error_message {
	color:#ff3000;
}



ul#social {
    /*margin: 40px 20px;*/
    margin: 20px 10px;
}

ul#social li {
	display: inline-block;
}

ul#social li a {
	display:block;
	margin: 0 10px;
	width: 34px;
	float:left;
	height: 34px;
	color: #ccc;
	border: 1px solid #ccc;
	text-align: center;
	border-radius: 34px;
	padding: 4px;
}

ul#social li a i {
    line-height: 34px;
	
}	

ul#social li a:hover {
	opacity:1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}

#submitcomment {
	border:0 none;
    color: #fff;
}

#submitcomment:hover {
    color: #fff;
}

#header-social {
	float:right;
}

#header-social {
	margin-left: 8px;
	padding-top: 8px;
}

.overlay #header-social {
	float: none;
	text-align: center;
	display: inherit !important;
}

.overlay #header-social li {
	display: inline-block;
}

.overlay #header-social li a {
	padding: 10px 10px 20px;
	font-size: 28px;
	margin: 0 10px 40px;
}

#header-social li {
	display:inline;
}

#header-social li a {
	display:block;
	margin: 3px 0 4px 12px;
	padding: 0 5px;
	float:left;
	height: 24px;
	color: #868686;
	text-align: center;
	font-size: 14px;	
}


/*-----------------------------------------------------------------------------------*/
/*	8.	Elements
/*-----------------------------------------------------------------------------------*/


/*--- Buttons ---*/

.dt-button {
    cursor:pointer;
    display:inline-block;
    font-size: 13px;
    font-weight: 700;
    margin: 0 7px 20px 0;
    padding: 8px 20px;
	position:relative;
	border: none;
	-webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;	
    text-transform: uppercase;
    border-radius: 1px;
    letter-spacing: 1px;
}

.dt-button.big {
    padding: 15px 25px;
    letter-spacing: 1px;
}

.dt-button.alt {
	background: none;
}

.dt-button i {
	font-size: 14px;
	margin-left: 10px;
}

.dt-button.icon-right i {
	margin-left: 10px;
	float: right;
	margin-top: 5px;
	margin-right: 0;
}

.dt-button.icon-left i { 
	margin-right: 10px;
	margin-left: 0;
}

.gray {
    background:#eaeaea;
    color: #686868;
}

.gray.alt {
	border: 2px solid #ccc;
	color: #999;
}

.gray:hover {
    color: #686868;
	background:#d2d2d2;
}

.gray.alt:hover {
	border: 2px solid #eaeaea;
	background:#eaeaea;
}

.yellow {
    background:#ffb141;
	border:0 none;
    color: #fff;
}

.yellow.alt {
	border: 2px solid #ffb141;
	color: #ffb141;
}

.yellow:hover {
    color: #fff;
	background:#fd9602;
}

.yellow.alt:hover {
	border: 2px solid #fd9602;
	background: #fd9602;
}

.orange {
    background:#fe7e17; /* E27109 */
	border:0 none;
    color: #fff;
}

.orange.alt {
	border: 2px solid #fe7e17;
	color: #fe7e17;
}

.orange:hover {
    color: #fff;
	background:#f77309;
}

.orange.alt:hover {
	border:2px solid #f77309;
	color: #fff;
}

.black {
    background:#323232;
    color: #ffffff;
}

.black.alt {
	border: 2px solid #323232;
	color: #444;
}

.black:hover {
    color: #ffffff;
	background:#222;
}

.black.alt:hover {
	border: 2px solid #222;
}

.white {
    background:#fff;
    color: #222;
}

.white.alt {
	border: 2px solid #fff;
	color: #fff;
}

.white:hover {
    color: #222;
	background:#fff;
}

.white.alt:hover {
	border: 2px solid #fff;
	color: #222;
}

.green {
    background:#9dd30b;
    color: #fff;
}

.green.alt {
	border: 2px solid #9dd30b;
	color: #9dd30b;
}

.green:hover {
    color: #fff;
	background:#8dbd0a;
}

.green.alt:hover {
	border-color: #8dbd0a;
}

.bleumarin {
    background:#30b4c5;
    color: #fff;
}

.bleumarin.alt {
	border: 2px solid #30b4c5;
	color: #30b4c5;
}

.bleumarin:hover {
    background:#2b9fae;
	color:#fff;
}

.bleumarin.alt:hover {
	border-color: #2b9fae;
}

.rose {
    background:#ee5051;
    color: #fff;
}

.rose.alt {
	border: 2px solid #ee5051;
	color: #ee5051;
}

.rose:hover {
    color: #fff;
	background:#d64849;
}

.rose.alt:hover {
	border-color: #d64849;
}

.red {
    background:#e1472f;
    color: #fff;
}

.red.alt {
	border: 2px solid #e1472f;
	color: #e1472f;;
}

.red:hover {
    color: #fff;
	background:#d44029;
}

.red.alt:hover {
	border-color: #d44029;
}


/*WooCommerce*/

html .woocommerce nav.woocommerce-pagination ul {
	border: none;
}

html .woocommerce nav.woocommerce-pagination ul li {
	border: none;
}

html .woocommerce-page nav.woocommerce-pagination ul li a {
	color: #B3B3B3;
	font-weight: 600;
	font-size: 24px;
}

.woocommerce .woocommerce-ordering select {
    border: 2px solid #efefef;

    padding: 12px;
}

.woocommerce ul.products li.product.percent-one-half, .woocommerce-page ul.products li.product.percent-one-half {
	margin: 0 4% 2.992em 0;
	width: 48%;
}

.woocommerce ul.products li.product.percent-one-third, .woocommerce-page ul.products li.product.percent-one-third {
	margin: 0 4% 2.992em 0;
	width: 30.66%;
}

.woocommerce ul.products li.product.percent-one-fourth, .woocommerce-page ul.products li.product.percent-one-fourth {
	margin: 0 4% 2.992em 0;
	width: 22%;
}

.woocommerce ul.products li.product.percent-one-fifth, .woocommerce-page ul.products li.product.percent-one-fifth {
	margin: 0 4% 2.992em 0;
	width: 16.8%;
}

.woocommerce ul.products li.product.percent-one-sixth, .woocommerce-page ul.products li.product.percent-one-sixth {
	margin: 0 4% 2.992em 0;
	width: 13.33%;
}

.woocommerce ul.products li.product.percent-one-half.last, .woocommerce-page ul.products li.product.percent-one-half.last,
.woocommerce ul.products li.product.percent-one-third.last, .woocommerce-page ul.products li.product.percent-one-third.last,
.woocommerce ul.products li.product.percent-one-fourth.last, .woocommerce-page ul.products li.product.percent-one-fourth.last,
.woocommerce ul.products li.product.percent-one-fifth.last, .woocommerce-page ul.products li.product.percent-one-fifth.last,
.woocommerce ul.products li.product.percent-one-sixth.last, .woocommerce-page ul.products li.product.percent-one-sixth.last {
	margin-right: 0;
}

html .woocommerce ul.products li.product .price del {
	display: inline-block;
	margin-right: 5px;
	font-size: 0.9em;
}

html .woocommerce nav.woocommerce-pagination ul li a, html .woocommerce-pagination ul li span.current {
	line-height: inherit;
}

html .woocommerce nav.woocommerce-pagination ul li a:focus, html .woocommerce nav.woocommerce-pagination ul li a:hover, html .woocommerce nav.woocommerce-pagination ul li span.current {
	background: none;
	padding: .5em;
	font-size: 24px;
	font-weight: 600;
	width: auto;
}

html .woocommerce nav.woocommerce-pagination ul li a:hover {
	color: #323232;
}


html .reset_variations {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
}

html .woocommerce .woocommerce-breadcrumb a, html .woocommerce-page .woocommerce-breadcrumb a {
	color: #222;
	font-weight: bold;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs, .woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs {
	width: 100%;
}

.woocommerce .summary p.price {
	color: #222 !important;
	font-weight: bold;
	font-size: 32px !important;
}

.woocommerce span.price {
	color: #222 !important;
}

.woocommerce #content div.product .product_title {
	margin-bottom: 20px;
}

.woocommerce ul.products li.product a:hover img, .woocommerce-page ul.products li.product a:hover img,
.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img,
.woocommerce #content div.product div.images img, .woocommerce div.product div.images img, .woocommerce-page #content div.product div.images img, .woocommerce-page div.product div.images img,
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img {
	box-shadow: none !important;
}

html .woocommerce #content input.button, html .woocommerce #respond input#submit, html .woocommerce a.button, html .woocommerce button.button, html .woocommerce input.button, html .woocommerce-page #content input.button, html .woocommerce-page #respond input#submit, html .woocommerce-page a.button, html .woocommerce-page button.button, .woocommerce-page input.button {
	font-size: 13px;
	margin: 0;
	cursor: pointer;
	position: relative;
	font-family: inherit;
	overflow: visible;
	padding: 12px 15px;
	border-radius: 0;
	border: none;
	text-shadow: none;
	left: auto;
	color: #5e5e5e;
	background: #eaeaea;
	box-shadow: none;	
	box-sizing: border-box;
	letter-spacing: 1px;
}

html .woocommerce #content input.button:hover, html .woocommerce #respond input#submit:hover, html .woocommerce a.button:hover, html .woocommerce button.button:hover, html .woocommerce input.button:hover, html .woocommerce-page #content input.button:hover, html .woocommerce-page #respond input#submit:hover, html .woocommerce-page a.button:hover, html .woocommerce-page button.button:hover, html .woocommerce-page input.button:hover {
	background: #ddd;
}

html .woocommerce ul.products li.product h3, html .woocommerce-page ul.products li.product h3 {
	font-size: 14px;
	font-weight: bold;
}

html .woocommerce span.onsale, html .woocommerce-page span.onsale {
	height: 26px;
	min-width: 50px;
	padding: 0px 4px;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	text-align: center;
	line-height: 26px;
	top: 0px;
	left: 0px;
	margin: 0;
	background: #89b079;
	color: #fff;	
	text-shadow: none;
	box-shadow: none;
	border-radius: 0;
	margin: 0 !important;
	top:20px !important;
	min-height: 10px;
	min-width: 50px;
}

.woocommerce #content div.product form.cart .variations label, .woocommerce div.product form.cart .variations label, .woocommerce-page #content div.product form.cart .variations label, .woocommerce-page div.product form.cart .variations label {
	margin-top: 7px;
}

html .woocommerce-cart table.cart td.actions .coupon .input-text {
	padding: 8px 10px 7px;
}

html .woocommerce label[for*="payment_method_"] {
	display: inline;
	font-weight: bold;
	color: #323232;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	font-size: 13px;
}

html .woocommerce-checkout #payment div.payment_box:after {
	top: -2px;
}

html .cart_list.product_list_widget li:last-child {
	border-bottom: none;
}

html .product_list_widget li:last-child {
	border-bottom: none !important;
}

html .woocommerce .widget_price_filter .price_slider_amount .button {
	font-size: 11px;
	padding: 8px;
	background: transparent;
	border: 1px solid #323232;
}

html .woocommerce .widget_price_filter .price_slider_amount .button:hover {
	color: #fff;
	border-color: #323232;
	background: #323232;
}


html .woocommerce input[id*="payment_method_"] { 
	vertical-align: middle;
	margin-right: 8px !important;
	height: 14px;
}

html .woocommerce-checkout #payment ul.payment_methods li {
	margin-bottom: 20px;
}

.woocommerce-shipping-fields input#ship-to-different-address-checkbox {
	float: left;
	margin-right: 10px;
	height: 18px;
}

.woocommerce-shipping-fields label {
	display: inline-block;
}

html .page.woocommerce-checkout input[type="text"], html .page.woocommerce-checkout textarea {
	border: 2px solid #efefef;
	padding: 12px;
}

html .woocommerce-info a, .shipping-calculator-button {
	color: #555;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	border-bottom: 1px solid;
}

.woocommerce #content .quantity input.qty, .woocommerce .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-page .quantity input.qty {
	height: 37px;
}

html .woocommerce .star-rating, html .woocommerce-page .star-rating, html .woocommerce .woocommerce-product-rating .star-rating {
	font-size: 12px;
	margin: 9px 10px 0 0;
}

html .woocommerce ul.cart_list li, html .woocommerce ul.product_list_widget li, html .woocommerce-page ul.cart_list li, html .woocommerce-page ul.product_list_widget li {
	padding-bottom: 10px;
	margin: 0;
	list-style: none;
	border-bottom: 2px solid #efefef;
	margin-bottom: 10px;	
}

html .woocommerce ul.cart_list li img, html .woocommerce ul.product_list_widget li img, html .woocommerce-page ul.cart_list li img, html .woocommerce-page ul.product_list_widget li img {
	width: 56px;
}

html ul#mainnav li.hellored a span {
	color: #e1472f;
	border-bottom: 1px solid #e1472f;
	padding-bottom: 2px;
}

.shipping-calculator-form select, .shipping-calculator-form input {
	border: 2px solid #efefef;
	padding: 12px;
}

.shipping-calculator-form p {
	padding: 0 !important;
	margin-bottom: 10px !important;
}
.cart_item .product-name a {
	font-weight: bold;
	color: #444;
}

html .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, input[name="woocommerce_checkout_place_order"] {
	background: #444 !important;
	padding: 20px !important;
	font-weight:bold;
	text-transform: uppercase;
	border: 2px solid #444 !important;
}

html .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
	background: #222;
}

.woocommerce-checkout input[name="apply_coupon"] {
	float: left;
	padding: 17px !important;
}

a.about_paypal {
	color: #444;
}

.single_add_to_cart_button {
	padding: 15px !important;
}

.woocommerce .product_meta a[rel="tag"] {
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #444;
	margin-left: 5px;
}

.woocommerce .product_meta a[rel="tag"]:hover {
	color: #888;
}

html .woocommerce #respond input#submit.alt, html .woocommerce a.button.alt, html .woocommerce button.button.alt, html .woocommerce input.button.alt {
	background-color: #444;
	-webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;	
}

html .woocommerce #respond input#submit.alt:hover, html .woocommerce a.button.alt:hover, html .woocommerce button.button.alt:hover, 
html .woocommerce input.button.alt:hover {
	background-color: #222;
}

html .woocommerce .widget_price_filter .ui-slider .ui-slider-handle, html .woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	background-color: #444;
}

html .woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: #ccc;
}

html .woocommerce-pagination {
	margin-bottom: 40px;
}

.lighter-overlay input[type=text], .lighter-overlay input[type=email], .lighter-overlay textarea {
	border-bottom: 2px solid  #262626;
	color: #262626; 
}

.lighter-overlay input[type=text]:focus, .lighter-overlay input[type=email]:focus, .lighter-overlay textarea:focus {
	box-shadow: none;
}

input[type="text"], input[type="email"], input[type="password"], textarea, select {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 2px solid #323232;
}

.wpb_revslider_element.wpb_content_element {
	margin-bottom: 0;
}

html .vc_col-has-fill&gt;.vc_column-inner, 
html .vc_row-has-fill+.vc_row-full-width+.vc_row&gt;.vc_column_container&gt;.vc_column-inner, 
html .vc_row-has-fill+.vc_row&gt;.vc_column_container&gt;.vc_column-inner, 
html .vc_row-has-fill+.vc_vc_row&gt;.vc_row&gt;.vc_vc_column&gt;.vc_column_container&gt;.vc_column-inner, 
html .vc_row-has-fill+.vc_vc_row_inner&gt;.vc_row&gt;.vc_vc_column_inner&gt;.vc_column_container&gt;.vc_column-inner, 
html .vc_row-has-fill&gt;.vc_column_container&gt;.vc_column-inner, 
html .vc_row-has-fill&gt;.vc_row&gt;.vc_vc_column&gt;.vc_column_container&gt;.vc_column-inner, 
html .vc_row-has-fill&gt;.vc_vc_column_inner&gt;.vc_column_container&gt;.vc_column-inner {
	padding-top: 0;
}

.testimonials-slider.owl-rtl .owl-next {
	right: 0;
}

.testimonials-slider.owl-rtl .owl-prev {
	right: 110px;
}

div[class*="testimonials-slider-no"].rtl-is-true {
	right: 60px;
	left: auto;
}

.blink-no-comments {
	display: none;
}

a.service-item-linked {
	color: inherit;
	display: block;
	-webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;	
}

.service-elem-title {
	-webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;		
}</pre></body></html>