/*-----------------------------------------------------------------------------------

Theme Name: Patti
Theme URI: http://deliciousthemes.com/
Description: Creative / Portfolio One-Page Theme
Author: Madalin Tudose
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: 2.1.1
*/

/*-----------------------------------------------------------------------------------

	1. CSS Reset & Clearfix
	2. Document Setup (body, common classes, etc)
	3. Columns
	4. Typography
	5. Header
	6. Main Content
	7. Footer
	8. Elements

-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/
/*	1.	CSS Reset & 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;
}

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;
}

video {
	max-width: 100%;
	height: auto;
}

iframe,
embed,
object {
	max-width: 100%;
}

@-ms-viewport{ width: device-width; }

* { _noFocusLine: expression(this.hideFocus=true); } /* Removes dotted lines around links */

.clean {
	position:relative;
	display: block;
	clear: both;
}

* { 
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
  box-sizing: border-box; 
}

/*-----------------------------------------------------------------------------------*/
/*	2.	Document Setup (body, common classes, structure etc)
/*-----------------------------------------------------------------------------------*/


#qLoverlay {
	background-color: #FFF;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 20000;
	top: 0;
	left: 0;
}


/* revslider*/

.rev_slider_wrapper .fullwidthabanner, .rev_slider_wrapper .fullwidthabanner ul {
	height: 500px;
}

html .tp-bullets.simplebullets.round .bullet {
    background: rgba(0, 0, 0, 0) !important;
    border: 1px solid #fff !important;
    width: 28px !important;
    height: 6px !important;
    margin-left: 3px;
	text-indent: -9999px;
	border-radius: 0 !important;
	margin-bottom: 0 !important;
}

html .tp-bullets {
	height: 18px;
}

html .tp-bullets.simplebullets.round .bullet:hover,
html .tp-bullets.simplebullets.round .bullet.selected,
html .tp-bullets.simplebullets.navbar .bullet:hover,
html .tp-bullets.simplebullets.navbar .bullet.selected {	
	background:#fff !important; 
}	

html .tp-leftarrow.default {
	background: url(images/slider-arrows.png) no-repeat 0 0 !important;
	width: 47px !important;
	height: 47px !important;
}

html .tp-leftarrow.default:before, html .tp-rightarrow.default:before { 
	content: none;
}

html .tp-rightarrow.default {
	background: url(images/slider-arrows.png) no-repeat -47px 0 !important;
	width: 47px !important;
	height: 47px !important;
}

html .tp-arrows.default:before {
	content: none;
}

.wpb_revslider_element > p {
	margin: 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;	
}

.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: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    padding: 60px 0;
    margin-bottom: 50px;
    overflow: hidden;
}

.parallax-padding {
	padding: 80px 0;
}

.page-title-subtitle h2 {
    font-size: 48px;

}

.page-title-subtitle h3 {
    font-size: 24px;

    color: #999;
    padding-top: 20px;
    margin-bottom: 0px;
}

#qLbar {
	top: 0 !important;
}

#spinner {
	position: absolute;
	height:41px;
	width:41px;
	top: 50%;
	border: 3px solid rgba(226, 226, 226, 0.75);
	border-radius:100%;
	-webkit-animation: rotation 1s infinite linear;
	-moz-animation: rotation 1s infinite linear;
	-o-animation: rotation 1s infinite linear;
	animation: rotation 1s infinite linear;
	left: 50%;
	margin-left: -17px;
	margin-top: -17px;
}

.no-csstransforms #spinner {
	background:url(images/preloader.gif) no-repeat scroll 0 0;
	width: 38px;
	height: 38px;
	border: 0;
	margin-left: -19px;
	margin-top: -19px;	
}

.no-csstransforms #spinner:before {
	border: 0;
}	

#spinner:before {
   content:"";
   display:block;
   position:absolute;
   left:-3px;
   top:-3px;
   height:100%;
   width:100%;
   border-top:3px solid rgba(0,0,0,1);
   border-left: 3px solid #000;
   border-bottom:3px solid transparent;
   border-right: 3px solid #000;
   border-radius:100%;
}
@-webkit-keyframes rotation {
   from {-webkit-transform: rotate(0deg);}
   to {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes rotation {
   from {-moz-transform: rotate(0deg);}
   to {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotation {
   from {-o-transform: rotate(0deg);}
   to {-o-transform: rotate(359deg);}
}
@keyframes rotation {
   from {transform: rotate(0deg);}
   to {transform: rotate(359deg);}
}

.menu-fixer {
    display: block;
    width: 100%;
    background: transparent;
}

.menu-border {
	border-top: 1px solid #efefef;
}

.darker-overlay {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}

.no-rgba .darker-overlay {
	background:url(images/item-on-hover.png) scroll 0 0 repeat;
}

.lighter-overlay {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}

.no-rgba .lighter-overlay {
	background:url(images/item-on-hover-white.png) scroll 0 0 repeat;
}

.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 input[type=tel], .darker-overlay textarea {
	border: 1px solid #fafafa;
	color: #fafafa; 
}

.lighter-overlay:before,
.lighter-overlay:after {
  display: table;
  content: "";
}
.lighter-overlay:after {
  clear: both;
}

.darker-overlay:before,
.darker-overlay:after {
  display: table;
  content: "";
}
.darker-overlay:after {
  clear: both;
}

h2.parallax-quote {
	font-size: 30px;
	font-weight: 300;
	line-height: 48px;
	text-align:center;
}

.parallax-padding {
	margin-bottom: 50px;
}

.quote-author {
	float: right;
	display: inline-block;
	font-weight: bold;
	text-transform: uppercase;
}

.quote-author:before {
	content: "- ";
}


/* Carousels */

.testimonials-carousel, .twitter-carousel, .clients-carousel, .teams-carousel {
  width: 80%;
  position: relative;
  height: auto;
  margin: 0 auto;
}

.testimonials-carousel .owl-dots, .twitter-carousel .owl-dots, .teams-carousel .owl-dots {
	margin-top: 20px;
}

.slider-item a {
	display: block;
}
	
.portfolio-slider-wrapper {
	position: relative;
}

.portfolio-slider {
	position: relative;
}

div[class*="slider-nav-"] {
    position: absolute;
	
    bottom: 0;
    left: 0;
    height: 34px;
    line-height: 34px;
    background: #fff;
    opacity: 0.8;
    padding: 0 10px;
    font-weight: bold;
    color: #999;
	z-index: 10;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;		
}

.portfolio-slider img {
	height: auto;
	display: block;
	width: 100%;
}

.portfolio-slider .owl-prev, .portfolio-slider .owl-next {
    width: 36px;
    height: 34px;
    float: left;
    background: #fff;
    opacity: 0.8;
    position: absolute;
    bottom: 0;
    right: 0;
	-webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;	
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;		
}

.portfolio-slider .owl-prev:hover, .portfolio-slider .owl-next:hover {
	opacity: 1;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;		
}

.portfolio-slider .owl-prev {
    margin-right: 1px;

    right: 36px;
}

.portfolio-slider .owl-next {

}

.portfolio-slider .owl-nav i {
    display: block;
    line-height: 34px;
    text-align: center;
    font-size: 28px;
    color: #999;
	-webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;	
}

.portfolio-slider .owl-nav i:hover {
	color: #323232;
}

.testimonials-carousel .owl-nav, .twitter-carousel .owl-nav, .gallery-slider .owl-nav, .clients-carousel .owl-nav, .teams-carousel .owl-nav {
    color: #efefef;
    font-size: 28px;
}

.testimonials-carousel .owl-nav, .twitter-carousel .owl-nav, .clients-carousel .owl-nav, .teams-carousel .owl-nav {
	text-indent: -9999px;
}

.clients-carousel .owl-dots, .teams-carousel .owl-dots {
	display: none;
}

.testimonials-carousel .owl-prev, .twitter-carousel .owl-prev, .clients-carousel .owl-prev, .teams-carousel .owl-prev {
	background: url(images/testimonials-arrows.png) no-repeat scroll 0 0;
	top: 50%;
	left: -10%;
	position: absolute;
	width: 19px;
	height: 37px;	
	margin-top: -19px;
}

.gallery-slider .owl-prev {
	top: 50%;
	left: 5px;
	position: absolute;
	width: 30px;
	height: 37px;	
	margin-top: -19px;	
	line-height: 37px;
	text-align: center;
}

.gallery-slider .owl-item img {
	display: block;
	width: 100%;
	height: auto;
}

.testimonials-carousel .owl-next, .twitter-carousel .owl-next, .clients-carousel .owl-next, .teams-carousel .owl-next {
	background: url(images/testimonials-arrows.png) no-repeat scroll -19px 0;
	top: 50%;
	right: -10%;
	position: absolute;
	width: 19px;
	height: 37px;		
	margin-top: -19px;
}

.gallery-slider {
	z-index: 1;
}	

.gallery-slider .owl-next {
	top: 50%;
	right: 5px;
	position: absolute;
	width: 30px;
	height: 37px;		
	margin-top: -19px;	
	line-height: 37px;
	text-align: center;
}

.testimonials-carousel .owl-dots, .twitter-carousel .owl-dots, .gallery-slider .owl-dots, .clients-carousel .owl-dots, .teams-carousel .owl-dots {
    text-align: center;
}

.gallery-slider .owl-dots {
	margin-top: -25px;
	z-index: 2;
	position: relative;
	padding-bottom: 5px;
}

.testimonials-carousel .owl-dot, .twitter-carousel .owl-dot, .gallery-slider .owl-dot, .clients-carousel .owl-dot, .teams-carousel .owl-dot {
    background: transparent;
    border: 1px solid #D7D7D7;
    width: 28px;
    height: 6px;
    display: inline-block;
    margin: 0 2px;
}

.lighter-overlay .owl-controls .owl-dot {
	border: 1px solid #a9a9a9;
}

.testimonials-carousel .owl-dot.active, .twitter-carousel .owl-dot.active, .gallery-slider .owl-dot.active, .clients-carousel .owl-dot.active, .teams-carousel .owl-dot.active {
    background: #D7D7D7;
}

.teams-carousel .team-member {
	padding: 0 15px;
}

.lighter-overlay .owl-controls .owl-dot.active {
	background: #a9a9a9;
}

.testimonial-name {
    font-size: 14px;
    font-weight: 700;
}

.testimonial-position {
    font-size: 14px;
    font-weight: 700;
    color: #323232;
}

.client-item {
	text-align: center;
}

.client-item img {
	width: auto !important;
	max-width: 100%;
	display: inline-block !important;
}

.site-description {
	clear: both;
	display: block;
	margin-top: 5px;
}

/* services */

.dt-service-wrapper {
	position:relative;
}

.dt-service-item p {
	margin-bottom: 0 !important;
}

.dt-service-item {
    border: 1px solid rgba(0, 0, 0, 0.2);
	cursor: pointer;
    text-align: center;
	-webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;	
}

.no-rgba .dt-service-item {
	border: 1px solid #999;
}

.dt-service-item:hover {
	opacity: 1 !important;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
	filter: alpha(opacity=100) !important;
	-moz-opacity: 1 !important;		
}

.dt-service-item:hover i {
	color: #fff;
}
.dt-service-item:hover .service-title {
	color: #fff;
}

.darker-overlay .dt-service-item {
	border: 1px solid rgba(255, 255, 255, 0.5);
}

.dt-service-item i {
    font-size: 56px;
	color: #323232;
    padding: 35px 0 20px;
	-webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;	
}

.darker-overlay .dt-service-item i {
	color: #fff;
}

.dt-service-item .service-title {
    font-size: 14px;
	-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: 700;
    text-transform: uppercase;
    margin-bottom: 20px !important;
}

.dt-service-hover {
    background: #555;
    color: #efefef;
    padding: 25px;
    position: absolute;
    top: -50px;
    left: -50px;
    right: -50px;
    bottom: -50px;
    z-index: 1;
	cursor: crosshair;
    display: none;
    font-size: 13px;
    line-height: 20px;
    overflow: auto;
}

.dt-service-hover::-webkit-scrollbar {background-color: transparent;width: 6px;}
.dt-service-hover::-webkit-scrollbar-thumb {
	border-radius:10px;background:#ddd;
	-webkit-transition: all .3s ease-out;transition: all .3s ease-out;
}

.dt-service-hover i {
	position: absolute;
	font-size: 14px;
	color: #fff;
	padding: 7px;
	border: 1px solid #fff;
}

.dt-service-hover i+p {
	margin-bottom: 0px;
}

.dt-service-hover br {
	display: none;
}

.under-opacity {
	opacity: 0.7;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;		
}

.dt-service-hover h3 {
	padding-left: 50px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	line-height: 30px;
}


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;

}
body { overflow-x: hidden;}
#wrapper {
	background:#fff;
	position:relative;
	overflow: hidden;
}

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;
}

.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;
}

.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;
}



.bypostauthor {
	
}

.for-sticky {
	display: none !important;
}

.sticky .for-sticky {
	display: inline-block !important;
}

.section-title, .portfolio-title {
    text-align: center;
    font-size: 36px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0;
}

.portfolio-title {
	margin-bottom: 20px;
}

h1.section-title:after {
	display: block;
	content: "";
	height: 1px;
	width: 120px;
	margin: 15px auto 20px;
	position: relative;
}

.section-tagline {
    font-weight: 300;
    font-size: 18px !important;
    text-align: center;
    margin: 0;
    clear: both;
}

strong {
	font-weight:700;
	color: #323232;
}

.darker-overlay strong {
	color: #fff;
}
 
.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], input[type=tel],  select {
	position:relative;
	padding: 10px 15px;
	color:#686868;
	display:block;
	width: 100%;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}

input[type=checkbox] {
	height:20px;
	line-height: 20px;
}

.post-password-form {
	position: relative;
}

.post-password-form label {
	float:left;
	padding: 10px 20px 0 0;
}

.post-password-form input[type=submit] {
	float: left;
	margin-left: 10px;
}

.post-password-form input[type="password"] {
	position:relative;
	padding: 10px 15px;
	color:#686868;
	float: left;
	display:inline-block;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;	
}

.blog-masonry .post input[type=submit], .blog-masonry .post input[type="password"] {
	padding: 5px 10px;
	width: 80px;
}

 .blog-masonry .post-password-form label {
 	padding-top: 5px;
 }

input[type=submit] {
	float: right;
	cursor:pointer;
	margin:0;
}

input[type=submit] {
	padding: 11px 20px;
}

input[type="text"], input[type="email"], input[type="password"],input[type="tel"], textarea, select {
	background: transparent;
	border: 1px solid #e4e4e4;
	color: #686868;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="tel"]: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"], input[type="tel"], textarea, select {
    margin: 0 0 20px 0;
}

textarea {
    height:150px;
    padding:2% 2%;
    width: 100%;
    margin-bottom: 20px !important;
}


/*-----------------------------------------------------------------------------------*/
/*	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%; }

.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;
	margin-bottom: 20px;
}

.column-right {
	float:right;
}
.column-last {
	margin-right: 0!important;
	clear: right;
}

.bold-style, h2 > strong {
	font-weight: 800;
	margin-bottom: 5px;
}

sup {
    vertical-align: super;
}


/*-----------------------------------------------------------------------------------*/
/*	4.	Typography
/*-----------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
	color:#444;
}

h1 {
	font-size:28px;
	line-height:36px;
	margin-bottom:13px;	
}

h2 {
	font-size:24px;
	line-height:32px;
	margin-bottom:13px;
}

h3 {
	font-size:18px;
	line-height:24px;	
	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: #