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

	Template Name: Patti
	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.1
	
	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 & 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%;
}

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

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

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


/* parallax */


#contact {
	background:url(images/abyss-silho-contact.jpg) 50% 0 fixed;
}

#quote {
	background:#fefefe;
}

#art {
background:#fcfcfc;
width:100%;

}

#about {
background:#fcfcfc;

}

#work {
background:#efefef;
}

#clients {
	background: #fafafa;
}

/* revslider*/

html .tp-bullets.simplebullets.round .bullet {
    background: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    width: 26px;
    height: 4px;
    margin-left: 5px;
	text-indent: -9999px;
}

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {	
	background:#fff !important; 
}

html .tp-leftarrow.default {
	background: url(images/slider-arrows.png) no-repeat 0 0;
	width: 47px;
	height: 47px;
}

html .tp-rightarrow.default {
	background: url(images/slider-arrows.png) no-repeat -47px 0;
	width: 47px;
	height: 47px;
}

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: 0px solid #efefef;
    border-bottom: 1px dotted #efefef;
    padding: 40px 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;
}

.whitebg {
	background-color: #FFF;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100000;
}

#spinner {
	position: absolute;
	height:35px;
	width:35px;
	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%;
}

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

.darker-overlay {
	background-color: rgba(0, 0, 0, 0.7);
	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 {
	background-color: rgba(255, 255, 255, 0.7);	
	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 textarea {
	border: 1px solid  #fafafa;
	color: #fafafa; 
}

h2.awards {
	font-size: 25px;
	font-weight: 320;
	line-height: 34px;
	text-align:center;
    text-shadow: 2px 2px 2px black, 0 0 1em black, 0 0 0.2em black;
}

.shared {
	font-size: 20px;
	font-weight: 320;
	line-height: 25px;
	text-align:center;
    text-shadow: 2px 2px 2px black, 0 0 1em black, 0 0 0.2em black;
}

h2.parallax-quote {
	font-size: 30px;
	font-weight: 300;
	line-height: 36px;
	text-align:center;
    text-shadow: 2px 2px 2px black, 0 0 1em black, 0 0 0.2em black;
}
.quote-author {
	float: right;
	display: inline-block;
	font-weight: bold;
	text-transform: uppercase;
}

.quote-author:before {
	content: "- ";
}


/* Carousels */

.testimonials-carousel, .twitter-carousel, .clients-carousel {
  width: 80%;
  position: relative;
  height: auto;
  margin: 0 auto;
}

.slider-item a {
	display: block;
}
	
.portfolio-slider-wrapper {
	position: relative;
}

.portfolio-slider {
	position: relative;
}

.slider-nav {
    position: absolute;
	bottom: 0;
    left: 0;
    height: 34px;
    line-height: 34px;
    background: #ccc;
    opacity: 0.7;
    padding: 0 10px;
    font-weight: bold;
    color: #999;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;		
}

.portfolio-slider img {
	height: auto;
	display: block;
	width: 100%;
}

.portfolio-slider .owl-prev, .portfolio-slider .owl-next {
    width: 36px;
    height: 34px;
    float: left;
    background: #ccc;
    opacity: 0.7;
    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=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;		
}

.portfolio-slider .owl-prev:hover, .portfolio-slider .owl-next:hover {
	opacity: .9;
	
	-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-buttons 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-buttons i:hover {
	color: #323232;
}

.testimonials-carousel .owl-buttons, .twitter-carousel .owl-buttons, .gallery-slider .owl-buttons, .clients-carousel .owl-buttons {
    color: #efefef;
    font-size: 28px;
}

.testimonials-carousel .owl-buttons, .twitter-carousel .owl-buttons, .clients-carousel .owl-buttons {
	text-indent: -9999px;
}

.clients-carousel .owl-pagination {
	display: none;
}

.testimonials-carousel .owl-prev, .twitter-carousel .owl-prev, .clients-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 {
	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-pagination, .twitter-carousel .owl-pagination, .gallery-slider .owl-pagination, .clients-carousel .owl-pagination {
    text-align: center;
}

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

.testimonials-carousel .owl-page, .twitter-carousel .owl-page, .gallery-slider .owl-page, .clients-carousel .owl-page {
    background: transparent;
    border: 1px solid #D7D7D7;
    width: 26px;
    height: 4px;
    display: inline-block;
    margin: 0 2px;
}

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

.testimonials-carousel .owl-page.active, .twitter-carousel .owl-page.active, .gallery-slider .owl-page.active, .clients-carousel .owl-page.active {
    background: #D7D7D7;
}

.lighter-overlay .owl-controls .owl-page.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;
}


/* services */

.darker-overlay .dt-service-item {
	border: 1px solid rgba(255, 255, 255, 0.5);
}


.darker-overlay .dt-service-item i {
	color: #fff;
}


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


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

p {
	font-family: Open Sans, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
	margin:0;
	padding:0;
	color:#010101;
	font-weight: 300;
    font-space: 1px;
}

.shows {
	font-weight: 400;
}

#wrapper {
	background:#252525;
	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;
}

.section-title, .portfolio-title {
    text-align: center;
    font-size: 36px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0;
}

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

h1.section-title:after {
	display: block;
	content: "";
	height: 0px;
	width: 120px;
	margin: 15px auto 20px;
	position: relative;
}

.section-tagline {
    font-weight: 300;
    font-size: 18px !important;
    color:#fff;
    text-align: center;
    margin: 0;
    clear: both;
}

.portfolio-image {
    border:solid;
    border-color:black;
}

.portfolio-image-high {
    border:solid;
    border-color:black;
    width:50%;
}

strong {
	font-weight:700;
	color: #323232;
}
 
.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] {
	width:89%;
	padding:3.5% 5%;
	height:20px;
	line-height:20px;
	background: none;
}

input[type=submit] {
	float: right;
	cursor:pointer;
	margin:0;
}

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

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;
    padding:2% 2%;
    width: 95.7%;
}


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

.percent-one-half { width: 45%; }
.percent-one-third { width: 28.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: 34.6%; }
.percent-three-fifth { width: 58.4%; }
.percent-four-fifth { width: 67.2%; }
.percent-one-sixth { width: 13.33%; }
.percent-five-sixth { width: 97.67%; }

.percent-one-half,
.percent-one-third,
.percent-two-third,
.percent-two-third-footer,
.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;
}

.percent-five-sixth-content { 
width: 92.67%; 
background:#fcfcfc;
margin-top:20px;
padding:40px;
}

.percent-one-fifth-contact {
	position: relative;
	margin-right: 2%;
	float: right;
    margin-left: 1%;
}

.percent-two-fifth, 
.percent-five-sixth,
.percent-one-half 
 {
  background:#fcfcfc;
  padding:5px;

}

.percent-two-fifth {
	margin-right: 0%;

}

.percent-three-fifth {
  background:#fcfcfc;
  padding:5px;
  margin-right: 1%;
}

.percent-two-third {
  background:#fcfcfc;
  padding:5px;

}

.percent-two-third-footer { 
width: 65.33%; 
background:#010101;
}

.percent-one-third-footer { 
width: 28.66%; 
background:#010101;
}

.percent-one-third {
  background:#fefefe;
  padding:5px;

}

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

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

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

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

/*-----------------------------------------------------------------------------------*/
/*	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: #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;
}

.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.bluish {
    background-color: #D7E7F5;
    color: #5E6984;
}

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

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

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

blockquote {
    border-left: 2px solid #ebebeb;
    color: #787878;
    font-size: 16px;
    font-style: italic;
    line-height:24px;
    margin: 20px 50px;
    padding: 0 0 5px 15px;
}


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

#header {
	position: fixed;
	z-index:4000;
	padding: 8px 0 8px;	
	display: block;
	width: 100%;
}

.solid-header {
	background: #f8f8f8;
}

.transparent-header {
	background: rgba(0,0,0,0.9);
    padding: 8px 0 5px;
    position: fixed;	
}

.no-rgba .transparent-header {
	background: url(images/no-rgba-white.png) repeat scroll 0 0;
}

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

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

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

.nav-btn {
    font-size: 28px;
    right: 10px;
    position: absolute;
    cursor: pointer;
    color: #efefef;
    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;
    margin-left:25px;

}

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

#navigation {
	float:center;
	position:relative;
	z-index:10000;
    margin-left:30px;
    background:rgba(0,0,0,0.8)!important;    
}

#navigation.mobile {
	display: none;
}

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

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

ul#mainnav li a i {
	margin-left: 4px;
    background:rgba(0,0,0,0.8);
}

ul#mainnav li {
	display:inline-block;
	float:left;
	position:relative;
	z-index:1000;
    background:rgba(0,0,0,0.8);
}

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

ul#mainnav > li.prev-item, ul#mainnav > li.previ-item {
    background:rgba(0,0,0,0.8);
}

ul#mainnav > li:last-child {
    background:transparent;
}

ul#mainnav li a {
	font: 14px/20px 'Open Sans', Open Sans, Helvetica, Arial, sans-serif;
	position:relative;
	font-weight: 600;
    letter-spacing: 1px;
	color:#fafafa;
	margin: 0 5px;
	padding: 0 10px 0;
	height:25px;
	line-height:25px;
	display:inline-block;
	*display:block; /* IE7 Hack */
	z-index:100;
    background:transparent;

}

ul#mainnav > li > a:hover > span{
	border-bottom:1px dotted #323232;
	padding-bottom:2px;
    color:#bef0ff;
}

ul#mainnav > li.item-active > a {
	color:#bef0ff;
    background:rgba(0,0,0,0.6);
}

ul#mainnav li a.sf-with-ul:hover, ul#mainnav li a.sf-with-ul:active {
	color:#bef0ff;
    background:rgba(0,0,0,0.6);
}

ul#mainnav li ul li a.sf-with-ul:hover, ul#mainnav li ul li a.sf-with-ul:active {
	color:#bef0ff;
    background:rgba(0,0,0,0.6);
}

ul#mainnav > li.current > a span {
	padding-bottom:2px;
	background:transparent;

}

ul#mainnav li a.sf-with-ul:hover, ul#mainnav li a.sf-with-ul:active {
	color:none;
    background:rgba(0,0,0,0.6)!important;
}

ul#mainnav li a:hover, ul#mainnav li a:active, ul#mainnav li a.current {
	color:none;
    background:transparent;
}

ul#mainnav li ul li a.current {
    color:#bef0ff;
    background:none;
    
}
ul#mainnav li ul li a.current:hover {
	color:#bef0ff;
}

ul#mainnav li ul li {
	margin:0;	
    color:#bef0ff;
	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:190px;
	padding: 9px 10px;
	display: inline-block;
    background:rgba(0,0,0,0.6)!important;
	text-decoration:none;
	z-index:1100;
	position:relative;
	font-size: 13px !important;
	text-transform:uppercase;
	margin: 0;
	font-weight: 600;
	height: auto;
	line-height: inherit;

}

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

#nav ul#mainnav > li > ul > li.nav-last-item > a, #nav  ul#mainnav > li > ul > li > ul > li.nav-last-item > a {
	border-bottom:0 none;
   background:transparent;
    
}



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

.wrapper-service i {
    position: absolute;
    left: 0;
	font-size: 28px;
    top: 5px;
}


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

}


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

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



/* Slider */

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

.fullscreenbanner-container .fullscreenbanner	{
	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;
}

.big-text h1 {
    font-size: 31px;
    color: #fff;
    text-transform: uppercase;
    border: 0px solid #fff;
    font-weight: 500;
    padding: 0px 10px;
    margin-top:-80px;
    margin-bottom:10px;
	text-align: center;
    text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em black;
}

.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: 11px ;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 14px ;
	position: relative;  
	display: block;
    margin-left:-30px;	
    text-shadow: 2px 2px 2px black, 0 0 1em black, 0 0 0.2em black;
}

.fancy-slider-show {
	text-align: center;
	color: #fff;
	font-size: 22px ;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 8px;
	line-height: 40px;
    margin-left: 20%;
	position: absolute;  
	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;
}

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


#testimonials {
	min-height:180px;
}

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

.grid-item-on-hover {
	background: rgba(0, 0, 0, 0.2);
}

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

.portfolio img {
	display:inline-block;
}

.portfolio li a img, .team-member a img.team-avatar, .post-masonry a img, .client-item img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(0%);
	filter: url(images/grayscale.svg#greyscale); /* Firefox 4+ */
	filter: gray; /* IE 6-9 */
}

.portfolio li a img, .team-member a img.team-avatar, .post-masonry a img, .client-item 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%);
}

.team-member a:hover img.team-avatar, .post-thumbnail a:hover img, .portfolio li a:hover img, .portfolio li img:hover {
   -webkit-transform: scale(1.02,1.02);
   -moz-transform: scale(1.02,1.02);
   -o-transform: scale(1.02,1.02);
   -ms-transform: scale(1.02,1.02);	
   transform: scale(1.02,1.02);
}

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


.grid-item-on-hover {
	text-align:left;
	width:90%;
	padding:0 5%;
}

.grid-item-on-hover .grid-text {
	position:absolute;
	left:5%;
	top: 2%;
	text-align:left;
	width:90%;
}

.grid-item-on-hover .grid-text p {
	color:#fff;
	padding:20px 0 0;
	opacity:0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;		
}

.item-small .grid-item-on-hover p, .item-long .grid-item-on-hover p {
	padding:0;
}

.grid-item-on-hover h1 {
	font-weight:500;
	color:#fff;
	font-size:24px;
	line-height:30px;
	text-transform:uppercase;	
	position:relative;
	display: inline-block;
	padding: 4px 5px 0px -10px;
	border: 0px solid #fff;
	letter-spacing: 1px;
    text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em black;
}

.grid-item-on-hover span {
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
	opacity: 1;
	position:absolute;
	left:5%;
	bottom:5%;
	text-align:left;
	width:90%;
	font-weight: 600;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
    text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em black;		
}

.item-high .grid-item-on-hover h1 {
	font-size:20px;
	line-height:22px;
	width: auto;
	left: 3%;
}

.item-wide .grid-item-on-hover span, .item-long .grid-item-on-hover span {
	font-size: 14px;
    line-height:18px;
    padding-bottom:2px;
}

.item-small .grid-item-on-hover h1 {
	font-size:20px;
	line-height:26px;
}

.item-wide .grid-item-on-hover h1 {
	font-size:24px;
	line-height:26px;
}

.item-on-hover i {
	color: #fff;
	text-align:center;
	height: 34px;
	width: 34px;
	line-height: 34px;
	border: 1px solid #fff;
}

span.hover-link {
	width:35px;
	height:35px;
	top: 50%;
	left: 50%;
	margin-left: -17px;
	margin-top: -17px;	
	position:absolute;
	display:block;
	opacity: 0; 

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;		
}

span.hover-image {
	width:35px;
	left: 50%;
	margin-left: -17px;
	margin-top: -17px;	
	position:absolute;
	display:block;
	opacity: 0; 
	text-align: center;
	height: 35px;
	top: 50%;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;		
}

span.hover-video {
	width:35px;
	height:35px;
	top: 50%;
	left: 50%;
	margin-left: -17px;
	margin-top: -17px;	
	position:absolute;
	display:block;
	opacity: 0; 
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;	
}


/*--- Sidebar ---*/

/*--- Portfolio ---*/

.portfolio-description {
	width: 80%;
	text-align:center;
	margin: auto;
}	

ul#filters {
	text-align: center;
	display: inherit;
	margin: 0 auto;
}

ul#filters li {
	display:inline;
	margin:0;
	padding:0;
}

ul#filters li a {
	color:#686868;
	padding: 6px 12px;
	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;	
	display: inline;
	border: 1px dotted transparent;
	margin: 0;
	font-size: 16px;
}

.portfolio {
	clear:both;
	overflow:hidden;
}

.portfolio li {
	float:left;
	position:relative;
	overflow:hidden;
	background:#fff;
	padding:0;
	text-align:center;
	margin: 2px;
}

.portfolio li:hover {
	background:#fafafa;
}

.portfolio h3 {
	position:relative;
	clear:both;
	font-size:13px;
	color:#444;
	line-height:22px;
	padding:20px 0 5px;
	margin:0;
	width:100%;
	left:0;	
	font-weight:600;
}

.portfolio h3 a {
	color:#444;
}

.portfolio p {
	padding:0 7px 20px;
	margin:0;
}	

.portfolio-nav {
	text-align: center;
	position:relative;
	-webkit-backface-visibility: hidden;
	clear: both;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	background: #676767;
	padding: 22px 0;
	margin-top: 40px;
}

.portfolio-nav a:hover {
	opacity: 1;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;		
}

.portfolio-nav a {
	line-height: 42px;
	display: inline-block;
	font-size: 42px;
	text-align: center;
	color: #323232;
	-webkit-backface-visibility: hidden;
	opacity: 0.3;
	padding: 0 15px;
	width: 30px;
	height: 42px;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;		
}

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

/*--- Blog ---*/


.masonry-title {
	clear:both;
	font-size:20px;
	font-weight:700;
	line-height:26px;
	text-transform: uppercase;
}

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

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

.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:30px 20px 0 0;
}

.tag-title {
    background-image:none;
    float:left;
    line-height:18px;
    margin:30px 20px 0 0;
}


/*--- Comments ---*/

/*--- Pagination ---*/

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

.pagenav a {
    color: #999;
    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;		
    height: 38px;
    line-height: 38px;
    width: 40px;
    border: 1px solid #ccc;
}

span.current {
    color:#fff;
    display:inline-block;
    height: 38px;
    line-height: 38px;
    width: 40px;
}

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


/*--- Contact ---*/

.contact-info i {
    color: #323232;
    background: #fff;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    margin-right: 15px;
}

.contact-info li {
	margin-bottom: 25px;
}


#contactform label {
	clear:both;
}	

.contact-info {
	padding-top: 9px;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
	margin:0;
	padding:0;
	color:#fff;
	font-weight: 300;
    font-space: 1px;
}



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



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

#footer {
	overflow:hidden;
	clear:both;
	margin:0 auto;
	color: #010101;
	padding: 50px 0;
	position: relative;
    background:#010101;
}

.totop {
	background:#121212;
	color: #fff;
	width:36px;
	height:46px;
	position:absolute;
	bottom:-10px;
	left:50%;
	margin-left:-18px;
	text-align: center;
}

.totop i {
    position: absolute;
    font-size: 14px;
    z-index: 1000;
    left: 0;
    width: 36px;
    line-height: 36px;
}

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

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

#bottomfooter p {
	float:left;
	margin:0 0 0 10px;
	font-size: 14px;
    color: #fafafa;
}


/*--- Twitter ---*/

/*--- Flickr ---*/

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

.share-options {
	overflow:hidden;
	padding-top: 10px;
}

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

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

ul#social {
	float:right;
}

ul#social li {
	display:inline;
}

ul#social li a {
	display:block;
	margin: 0 0 0 20px;
	width: 34px;
	float:left;
	height: 34px;
	color: #868686;
	border: 1px solid #868686;
	text-align: center;
}

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);
}


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


/*--- Buttons ---*/

.button {
    cursor:pointer;
    display:inline-block;
    font-size: 13px;
    font-weight: 700;
    margin: 0 7px 20px 0;
    padding: 8px 20px;
	position:relative;
	border: none !important;
	-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;

}

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

.button.alt {
	background: none;
}

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

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

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

.white.alt {
	border: 1px solid #ccc;
	color: #999;
}

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

.white.alt:hover {
	border: 1px solid #eaeaea;
	background:#eaeaea;
}


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

.black.alt {
	border: 1px solid #323232;
	color: #686868;
}

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

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

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

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

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

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




/*--- Tabs ---*/

.tabs-wrapper { 
	width: 100%;
}

.tab-item {
	clear:both;
	overflow:hidden;
	padding:15px 0;
	border-bottom:1px solid #fff;
}

.tabs-container {
	float:left;
	position:relative;
	display:block;
	width:100%;
}

.tabs-wrapper .tab-content { 
	background:#fff; 
	padding:20px;
	overflow:hidden; 
	border: 1px solid #EFEFEF;
	border-radius: 0px 3px 3px 3px;
}

ul.tabs {
	float: left;   
	padding-left: 0 !important; 
	margin-bottom: 0 !important;
}

.tabs-container p:last-child {
	margin-bottom:0;
}

ul.tabs li { 
	float: left; 
	padding-left: 0 !important; 
	overflow: hidden; 
	padding-bottom: 0; 
	position: relative; 
	text-align:center;
	outline:none;

	top: 3px;
}

ul.tabs li a {   
	text-decoration:none; 
	font-size: 14px; 
	display: block; 
	padding: 9px 25px; 
	outline:none;
	border:1px solid #fff;
	color:#9a9a9a;
	font-weight: 700;
	text-transform: uppercase;
}

ul.tabs li a i {
	margin-right: 10px;
}

ul.tabs li:last-child {
	
}

ul.tabs li a:hover { 
	color:#323232;
}

ul.tabs li.active {
	top:-1px;
}

ul.tabs li.active a {
	border-left: 1px solid #EFEFEF;	
	border-right: 1px solid #EFEFEF;	
	border-bottom: 1px solid #fff;	
	color:#323232;
}

ul.tabs li.active {
	z-index: 1;
}

ul.tabs li.active, ul.tabs li.active a:hover  { 
    background:#fff;
	
    color: #323232;
}


/*--- Toggles ---*/

/*--- Tables ---*/

.first-column .package-value,  .first-column .package-features, .first-column .signup {
	border-left: 1px solid #DBDBDB;
}

.no-rgba .featured-column .package-value, .no-rgba .featured-column .package-features, .no-rgba .featured-column .signup {
	border-left: 1px solid #dbdbdb;
}

.normal-table td {
    border:1px solid #efefef;
    padding:10px 20px;
    text-align:center;
}
.normal-table tr.alt  {
    background:#fbfbfb;
}

.normal-table tr.first-column {
    background:#666666;
    color: #efefef;
}

/*--- Info Boxes ---*/

.box-error, .box-alert, .box-notice, .box-success, .box-info {
    margin-bottom: 10px;
    padding: 12px 20px;
}

.box-error i, .box-alert i, .box-notice i, .box-success i, .box-info i {
	font-size:14px;
	margin-right:15px;
}

.box-error, .box-alert {
    background:#fce2e3;
    color: #e54034;
}

.box-notice {
    background:#fdf4bd;
    color: #706836;
}

.box-info {
    background:#d4ebf6;
    color: #20568f;
}

.box-success {
    background:#e5eec0;
    color: #264509;
}


/*--- Lists ---*/

ul.customlist {
	margin-bottom: 20px
}

ul.customlist li {
	padding: 8px 0;
	border-top: 1px solid #EFEFEF;
}

ul.customlist li:first-child {
	border: 0;
}

ul.customlist li i {
	margin-right: 10px;
}

/*--- Counters ---*/
