@charset utf-8;
/*--
	Theme Name: Aljaloca
	Theme URI: http://www.pixeldigital.pt
	Description: Site Aljaloca alojado por PluriNetworks.pt e desenhado por PixelDigital.pt
	Author: PixelDigital.PT 
	Author URL: http://www.PixelDigital.pt
--*/
@import url(http://fonts.googleapis.com/css?family=Oswald);
/*----------------------------------------
				General
---------------------------------------- */
html,
body {
	min-width:100px;
	height:100%;
}
body{
	/*font: 12px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;	*/
	font: 12px/20px "Quicksand", sans-serif;
	position:relative;
}

#main {
	font-size:13px;
	width:1000px;
	margin:0 auto;
	min-height:100%;
	position:relative;
}

.bg { 
	position:relative;
	z-index:1;
}

/* List styling */
dl dt {
	
	padding:0 0 3px 32px;
	margin-bottom:.2em;
	font-size:18px;
	line-height:1.2em;
	color:#fff;
	}
dl dd {
	padding:0 0 0 32px;
	margin:0 0 1.5em 0;
	}




/* ----------------------------------------
					Header
---------------------------------------- */
#header {
	height:220px;
	position:relative;
	z-index:99;
	margin-bottom:0px;
}
body.home #header {height:215px;}


.row-menu {width:100%; height:54px; position:relative;}
.row-logo {width:100%; overflow:hidden; position:relative;}

/* Logo */
.logo {
	position:relative;
	margin:0;
	display:inline-block;
	padding:52px 0 0px 70px;
	overflow:hidden;
}
	
	a#logo {
		display:block;
		float:left;
		margin-right:17px;
	}
	.logo h1,
	.logo h2 {
		float:left;
		font-size:32px;
		line-height:40px;
		margin-right:16px;
		margin-bottom:0;
		font-style:italic;
		display:inline-block;
		font-weight:normal;
		font-family:Georgia, 'Times New Roman', Times, serif;
	}
		.logo h1 a,
		.logo h2 a {
			display:inline-block;
			text-decoration:none;
			padding:4px 0px 7px 55px;
		}

.logo .tagline {
	font-size:12px;
	line-height:17px;
	font-style:italic;
	padding:20px 0 0 20px;
	font-family:Georgia, 'Times New Roman', Times, serif;
	display:inline-block;
	float:left;
	min-height:50px;
}

/* Login */
.login {
	position:absolute;
	right:87px;
	top:74px;
	z-index:3;
	font-size:10px;
  	line-height:16px;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
}
.login a{
   display:inline-block;
   position:relative;
   text-decoration:none;
   margin:0;
   text-transform:uppercase;
   -webkit-transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
   transition: all 0.5s ease;
}
.user-login {padding-left:11px; margin-left:7px;}

.login .logout {display:inline-block; width:47px;}



/* Header widget */
#widget-header {
	position:absolute;
	right:0;
	top:100px;
	z-index:1;
}
	.widget-header {
		
		}

/* Social Networks */
#widget-header .social-networks {
	list-style-type:none;
	padding:0;
	margin:0;
	border:none;
	}
	#widget-header .social-networks li {
		float:left;
		border:none;
		padding:0;
		margin:0 0 0 5px;
		list-style-type:none;
		height:30px;
		}
		#widget-header .social-networks li a {
			text-decoration:none;
			float:left;
			height:30px;
			display:block;
			}
		#widget-header .social-networks li a:hover {
			color:red;
			}


/*----------------------------------------
				EasyTooltip 
----------------------------------------*/
.tooltip {
	display: none;
	font-size: 12px;
	line-height:1.2em;
	margin: -50px 0 0px;
	padding: 5px;
	z-index:99;
}




/*----------------------------------------
				Request a quote 
 ---------------------------------------- */
#widget_my_requestquotewidget {
	width:100%;
	overflow:hidden;
}
	
	.top-box {
		padding:60px 20px 0 20px;
		margin-bottom:20px;
		overflow:hidden;
		zoom:1;
		position:relative;
		min-height:80px;
		text-align:center;
		font-size:12px;
	}
	.top-box h3 {padding:0;}
	.top-box .icon-holder {margin-bottom:18px;}
	.top-box .box-text {margin-bottom:16px;}
	


/*----------------------------------------
			Awkward Showcase Slider
---------------------------------------- */
#slider-wrapper {
	width:930px;
	height:518px;
	position:relative;
	background:none;
	margin-bottom:39px;
	padding:5px 5px 0 5px;
}
.slider-bg {
	width:940px;
	height:409px;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	border-radius:1px;
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
}
/* This class is removed after the showcase is loaded */
/* Assign the correct showcase height to prevent loading jumps in IE */
.showcase-load {
    height: 509px; /* Same as showcase javascript option */
    overflow: hidden;
    width:930px;
    background:none;
}
 
#showcase-holder {
    padding:0px;
    margin:0;
    height:523px;
    background:url(images/loading.gif) 50% 179px no-repeat;
	position:relative;
	z-index:2;
}
 
div {margin:0; border:0;}
 
/* Container when content is shown in slider */
.showcase {
    display: none;
    height: 523px;
    margin: 0 auto;
    position: relative;
}
 
    .showcase-content-container {
		position:relative;
		width: 930px;
		height: 400px;
	}
 
    /* Navigation arrows */
    .showcase-arrow-previous, .showcase-arrow-next {
        position: absolute;
        background: url(images/arrows.png);
        width: 33px;
        height: 33px;
        top: 220px;
        cursor: pointer;
        z-index:9999;
    }
 
    .showcase-arrow-previous {left: 0;}
 
    .showcase-arrow-previous:hover {background-position: 0px -34px;}
 
    .showcase-arrow-next {
        right: 0;
        background-position: -34px 0;
    }
 
    .showcase-arrow-next:hover {background-position: -34px -34px;}
 
    /* Content */
    .showcase-content {
        background:none;
        text-align: center;
		width:930px;
    }
 
        .showcase-content-wrapper{
            text-align: center;
            height: 400px;
            width: 930px;
            display: table-cell;
            vertical-align: middle;
        }
 
        /* Styling the tooltips */
        .showcase-plus-anchor {
            background-color:#FFF;
            background-repeat: no-repeat;
        }
 
        .showcase-plus-anchor:hover {
            background-color:#000;
        }
 
        div.showcase-tooltip {
            background-color: #fff;
            color: #000;
            text-align: left;
            padding: 5px 8px;
            background-image: url(images/white-opacity-80.png);
        }
 
        /* Styling the caption */
        .showcase-caption {
            width:303px;
			height:170px;
			padding:20px 30px 10px 42px;
			font-size:13px;
			line-height:18px;
            text-align: left;
            position: absolute;
			top:99px;
			right:-400px;
        }
            .showcase-caption p {
                margin:0 0 14px 0;
                padding:0;
            }
			.showcase-caption .banner-title {
				font-size:24px;
				line-height:30px;
				font-family: 'Quicksand', sans-serif;

				/*font-family: 'Oswald', sans-serif;*/
				font-weight:400;
				margin:0 0 8px 0;
			}
			.showcase-caption a{
				text-decoration:none;
				display:inline-block;
				-webkit-transition: all 0.5s ease;
			   -moz-transition: all 0.5s ease;
			   -o-transition: all 0.5s ease;
			   transition: all 0.5s ease;
			}
				
 
    .showcase-onepage .showcase-content {
        margin-bottom: 10px;
    }
 
    /* Button Wrapper */
    .showcase-button-wrapper {
        clear: both;
        margin-top: 10px;
        text-align: center;
    }
 
        .showcase-button-wrapper span {
            margin-right: 3px;
            padding: 2px 5px 0px 5px;
            cursor: pointer;
            font-size: 13px;
            color: #000000;
        }
 
        .showcase-button-wrapper span.active {
            color: #fff;
        }
 
    /* Thumbnails */
    .showcase-thumbnail-container {
        background: none; /* Used for backgrounds, no other styling!!! */
    }
 
    .showcase-thumbnail-wrapper {
        overflow: hidden;
    }
 
        .showcase-thumbnail {
            width: 130px;
            height: 60px;
            cursor: pointer;
            position: relative;
            -webkit-transition: all .4s ease-in-out;
            -moz-transition: all .4s ease-in-out;
            -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
        }
 
            .showcase-thumbnail-caption {
                position: absolute;
                bottom: 2px;
                padding-left: 10px;
                padding-bottom: 5px;
            }
 
            .showcase-thumbnail-content {
                padding: 10px;
                text-align: center;
            }
 
            .showcase-thumbnail-cover {
                background-image: url(images/black-opacity-40.png);
                position: absolute;
                top: 0; bottom: 0; left: 0; right: 0;
            }
 
 
            .showcase-thumbnail:hover .showcase-thumbnail-cover {
                display: none;
            }
 
            .showcase-thumbnail.active .showcase-thumbnail-cover {
                display: none;
            }
 
    .showcase-thumbnail-wrapper-horizontal {
        padding:46px 0 10px 0;
        margin:0;
    }
 
        .showcase-thumbnail-wrapper-horizontal .showcase-thumbnail {
            margin-right: 20px;
            width: 130px;
        }
 
    .showcase-thumbnail-button-backward,
    .showcase-thumbnail-button-forward {
        padding: 71px 21px;
        cursor: pointer;
    }
 
    .showcase-thumbnail-button-backward {
        padding-bottom: 0px;
        padding-right: 0px;
        margin-right:39px;
    }
    .showcase-thumbnail-button-forward {
        padding-bottom:0;
        padding-left:0;
        margin-left:39px;
    }
 
        .showcase-thumbnail-button-backward .showcase-thumbnail-vertical,
        .showcase-thumbnail-button-forward .showcase-thumbnail-vertical,
        .showcase-thumbnail-button-forward .showcase-thumbnail-horizontal,
        .showcase-thumbnail-button-backward .showcase-thumbnail-horizontal {
            display: block;
            width: 15px;
            height: 20px;
			position:relative;
        }
		
        /* Hide button text */
        .showcase-thumbnail-button-forward span span,
        .showcase-thumbnail-button-backward span span {
            display: block;
            width: 15px;
            height: 20px;
			position:absolute;
			top:0;
			left:0;
			font-size:0px;
			line-height:0px;
			opacity:0;
			-webkit-transition: all 0.5s ease-in-out;
		   -moz-transition: all 0.5s ease-in-out;
		   -o-transition: all 0.5s ease-in-out;
		   transition: all 0.5s ease-in-out;
        }
		.showcase-thumbnail-button-forward:hover span span,
        .showcase-thumbnail-button-backward:hover span span {opacity:1;}


/* ----------------------------------------
				Sidebar
---------------------------------------- */
#sidebar {padding:67px 0 0 0;}
	#sidebar h3 {margin-bottom:17px;}
	#sidebar .widget ul ul {padding-top:10px;}

	.widget {margin:0 0 65px 0;}
		
	.widget ul li{
		font-size:13px;
		line-height:15px;
		margin-bottom:15px;
		padding:0px 0 0 18px;
		-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	   -o-transition: all 0.5s ease;
	   transition: all 0.5s ease;
	}
	
	.widget ul li a{
		font-size:13px;
		line-height:15px;
		display:inline-block;
		text-decoration:none;
		-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	   -o-transition: all 0.5s ease;
	   transition: all 0.5s ease;
	}


/* ----------------------------------------
				Content
---------------------------------------- */
.primary_content_wrap {
	position:relative;
	z-index:1;
	padding-bottom:50px;
}	
	body.home .primary_content_wrap {padding-bottom:88px;}
#content {padding:67px 0 0 0;}
#content.left {float:right !important;}


#center-content-area {padding:39px 0 62px 0; position:relative;}
/* ----------------------------------------
					Post
---------------------------------------- */
.post-holder {
	position:relative;
	padding:0;
	margin:0 70px 52px 0;
}
.post-holder .entry-header {margin-bottom:12px;}
/* Post header */
.post-holder .entry-header h2 {
	font-size:16px;
	line-height:20px;
	text-transform:none;
	margin-bottom:6px;
	padding:0;
}
	.post-holder .entry-header h2 a{
		text-decoration:none;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	
	/* Single Post */
	.post-holder.single-post {padding:0; margin:0 70px 52px 0;}
	.post-holder.single-post h1 {
		font-size:15px;
		line-height:20px;
		text-transform:none;
		margin-bottom:6px;
		padding:0;
		border-bottom:none;
	}
	

/* Meta information for post */
.post-meta {
	padding:0 0 0 0px;
	width:100%;
	font-size:13px;
	line-height:18px;
	overflow:hidden;
}
.post-meta a {
	color:#fff;
	text-decoration:none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.post-meta a:hover {color:#9fab28;}

/* Featured thumbnail */
.featured-thumbnail {
	float:left;
	margin:7px 19px 10px 1px;
}
	.featured-thumbnail .img-wrap {
		float:left;
		position:relative;
		padding:4px 5px 5px 5px;
		border-radius:1px;
		-moz-border-radius:1px;
		-webkit-border-radius:1px;
	}

	.featured-thumbnail .img-wrap a {
		display:block;
		position:relative;
		overflow:hidden;
	}
	
	/* Large thumbnail */
	.featured-thumbnail.large {
		float:none;
		margin:18px 0px 12px 1px;
	}
	
/* Featured thumbnail:hover */

.stroke {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index:2;
	opacity:0;
	filter:alpha(opacity=0);
}

/* Post content */
.post-content .excerpt {margin-bottom:14px;}
.more-link {
	display:inline-block;
	width:57px;
}
.comment-link a {
	display:inline-block;
	text-decoration:none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.pagination a {
	display:inline-block;
	padding:0 5px;
	background:#eee;
}

/* Post footer */
.post-holder footer {
	clear:both;
	padding:5px 0 0 0;
}
.post-holder.single-post footer {margin-top:20px;}

/* ----------------------------------------
			Author - Single Post
---------------------------------------- */
#post-author {
	padding:20px;
	margin:0 80px 52px 0;
}
#post-author h3 a{
	text-decoration:none;
	text-transform:none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

	#post-author .gravatar {
		float:left;
		margin:7px 19px 10px 1px;
		position:relative;
		padding:4px 5px 5px 5px;
		border-radius:1px;
		-moz-border-radius:1px;
		-webkit-border-radius:1px;
	}
	#post-author .gravatar img {}
	
	#author-description {overflow:hidden;}
	
	#author-link {margin-top:15px;}

/* ----------------------------------------
		Author Page - About Author 
---------------------------------------- */
.author-info {
	overflow:hidden;
	padding:20px;
	margin:0 80px 52px 0;
}
	.author-info .gravatar {
		float:left;
		margin:7px 19px 10px 1px;
		position:relative;
		padding:4px 5px 5px 5px;
		border-radius:1px;
		-moz-border-radius:1px;
		-webkit-border-radius:1px;
	}
		.author-info .avatar img {margin:0; border:none; padding:0;}

.author-meta {
	margin-bottom:20px;
	overflow:hidden;
	width:100%;
}
	.author-meta p.gravatar {margin:0;}

/* Recent author posts */
#recent-author-posts {margin-bottom:30px;}

/* Recent author comments */
#recent-author-comments ul li{margin-bottom:7px;}

/* ----------------------------------------
	Older and newer navigation 
---------------------------------------- */
nav.oldernewer {
	overflow:hidden;
	margin:0 25px 36px 0;
}
	.older {float:left;}
	.newer {float:right;}

nav.oldernewer a{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}



/* ----------------------------------------
		Page Navigaton (wp-pagenavi) 
---------------------------------------- */
.wp-pagenavi {
	clear: both;
	padding-top:20px;
}
.wp-pagenavi a, .wp-pagenavi .current {
	text-decoration: none;
	padding: 4px 11px;
	margin-right:10px;
	display:inline-block;
	font-size:13px;
	line-height:20px;
	position:relative;
	overflow:hidden;
}
@media all and (-webkit-min-device-pixel-ratio:0) {
  .wp-pagenavi a, .wp-pagenavi .current {margin-bottom:6px;}
}
.wp-pagenavi .pages {
	float:right;
	border:none;
	color:#999;
	display:none;
}

	.wp-pagenavi a .button-txt {
		z-index:4;
		position:relative;
		display:block;
	}
	.wp-pagenavi a .bg-button1 {
		display:block;
		-webkit-transition: all 0.6s ease-out 0.1s;
		-moz-transition: all 0.6s ease-out 0.1s;
		-o-transition: all 0.6s ease-out 0.1s;
		transition: all 0.6s ease-out 0.1s;
		-webkit-transform: skew(0deg, -90deg);
		-moz-transform: skew(0deg, -90deg);
		transform: skew(0deg, -90deg);
		position: absolute;
	    overflow: hidden;
	    top: 0;
	    left: 0;
		right:0;
		bottom:0;
		opacity:0;
	}
	.wp-pagenavi a .bg-button2 {
		display:block;
		-webkit-transition: all 0.6s ease-out 0.1s;
		-moz-transition: all 0.6s ease-out 0.1s;
		-o-transition: all 0.6s ease-out 0.1s;
		transition: all 0.6s ease-out 0.1s;
		-webkit-transform: skew(0deg, 90deg);
		-moz-transform: skew(0deg, 90deg);
		transform: skew(0deg, 90deg);
		position: absolute;
	    overflow: hidden;
	    top: 0;
	    left: 0;
		right:0;
		bottom:0;
		opacity:0;
	}
	.wp-pagenavi a:hover .bg-button1 {
		opacity: 1;
		-webkit-transform: skew(0deg, 0deg);
		-moz-transform: skew(0deg, 0deg);
		transform: skew(0deg, 0deg);
	}
	.wp-pagenavi a:hover .bg-button2 {
		opacity: 1;
		-webkit-transform: skew(0deg, 0deg);
		-moz-transform: skew(0deg, 0deg);
		transform: skew(0deg, 0deg);
	}

/* ----------------------------------------
				Tags
---------------------------------------- */
.tags-cloud a, .tagcloud a {
	text-decoration: none;
	padding: 4px 11px;
	margin:0 1px 4px 0;
	display:inline-block;
	font-size:13px !important;
	line-height:20px;
	vertical-align:top;
	position:relative;
	overflow:hidden;
}
.tags-cloud a .button-txt, .tagcloud a .button-txt{
		z-index:4;
		position:relative;
		display:block;
	}
	.tags-cloud a .bg-button1, .tagcloud a .bg-button1{
		display:block;
		-webkit-transition: all 0.6s ease-out 0.1s;
		-moz-transition: all 0.6s ease-out 0.1s;
		-o-transition: all 0.6s ease-out 0.1s;
		transition: all 0.6s ease-out 0.1s;
		-webkit-transform: skew(0deg, -90deg);
		-moz-transform: skew(0deg, -90deg);
		transform: skew(0deg, -90deg);
		position: absolute;
	    overflow: hidden;
	    top: 0;
	    left: 0;
		right:0;
		bottom:0;
		opacity:0;
	}
	.tags-cloud a .bg-button2, .tagcloud a .bg-button2 {
		display:block;
		-webkit-transition: all 0.6s ease-out 0.1s;
		-moz-transition: all 0.6s ease-out 0.1s;
		-o-transition: all 0.6s ease-out 0.1s;
		transition: all 0.6s ease-out 0.1s;
		-webkit-transform: skew(0deg, 90deg);
		-moz-transform: skew(0deg, 90deg);
		transform: skew(0deg, 90deg);
		position: absolute;
	    overflow: hidden;
	    top: 0;
	    left: 0;
		right:0;
		bottom:0;
		opacity:0;
	}
	.tags-cloud a:hover .bg-button1, .tagcloud a:hover .bg-button1 {
		opacity: 1;
		-webkit-transform: skew(0deg, 0deg);
		-moz-transform: skew(0deg, 0deg);
		transform: skew(0deg, 0deg);
	}
	.tags-cloud a:hover .bg-button2, .tagcloud a:hover .bg-button2 {
		opacity: 1;
		-webkit-transform: skew(0deg, 0deg);
		-moz-transform: skew(0deg, 0deg);
		transform: skew(0deg, 0deg);
	}

/* ----------------------------------------
				Portfolio
---------------------------------------- */
.latestwork {
	width:100%;
	overflow:hidden;
	list-style-type:none;
	padding:0;
	margin:0;
}
	.latestwork li {
		float:left;
		margin-right:20px;
	}


/* Gallery */
.header-title {margin-bottom:0;}
	.header-title h1 {margin-bottom:18px;}
	.header-title .page-desc {
		font-size:.91em;
		color:#999;
	}

/* Style for PrettyPhoto */
.img-hover {
	display:inline-block; 
	position:relative;
	overflow:hidden;
	z-index:2;	
}
	.img-hover img {
		display:block;
		position:relative;
	}
	.img-hover .mask{
		cursor:pointer;
		bottom: 50%;
		left: 50%;
		right: 50%;
		top: 50%;
		opacity: 0;
		position: absolute;
		z-index:3;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		margin:0px;
	}
	.img-hover:hover .mask {
		bottom:0;
		left: 0;
		opacity: 0.5;
		right: 0;
		top: 0;
		margin:0px;
	}


/* Default layout 3 columns */
#gallery {padding:7px 0 0 0;}
#gallery .portfolio {
	width:100%;
	list-style-type:none;
	padding:0;
	margin:0;
}
	#gallery .portfolio li {
		display:-moz-inline-box;
		display:inline-block;
		zoom:1;
		vertical-align:top; 
		width:299px;
		margin:0 16px 35px 1px;
		position:relative;
	}
	* + html #gallery .portfolio li {display:inline;}
	#gallery .portfolio li.nomargin {margin-right:0 !important;}
		#gallery .portfolio li span.image-border {
			display:block;
			padding:4px 5px 5px 5px;
			width:289px;
			height:194px;
			position:relative;
			margin-bottom:14px;
			border-radius:1px;
			-moz-border-radius:1px;
			-webkit-border-radius:1px;
		}
		#gallery .portfolio li a.image-wrap {
			display:block;
			overflow:hidden;
			width:289px;
			height:194px;
			position:relative;
			-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
		}
		
		#gallery .portfolio .folio-desc {
			margin:0;
			padding:0 15px 0 0;
		}
			#gallery .portfolio .folio-desc h3{
				font-size:15px;
				line-height:20px;
				text-transform:none;
				margin-bottom:4px;
				padding:0;
			}
				#gallery .portfolio .folio-desc h3 a{
					text-decoration:none;
					-webkit-transition: all 0.5s ease;
					-moz-transition: all 0.5s ease;
					-o-transition: all 0.5s ease;
					transition: all 0.5s ease;
				}
		
		#gallery .portfolio p.excerpt {padding:0;}
		


/* 1 column portfolio*/
#gallery.one_column .portfolio li {
	width:100%;
	margin:0 0 42px 0px;
}
	#gallery.one_column .portfolio li span.image-border {
		width:529px;
		height:244px;
		float:left;
		margin:0 20px 0 1px;
	}
	#gallery.one_column .portfolio li a.image-wrap {
		width:529px;
		height:244px;
	}
	#gallery.one_column .folio-desc {overflow:hidden; padding:0 40px 0 0;}

/* 2 columns portfolio*/
#gallery.two_columns .portfolio li {
	width:459px;
	margin-right:16px;
}
	#gallery.two_columns .portfolio li span.image-border {
		width:449px;
		height:244px;
	}
	#gallery.two_columns .portfolio li a.image-wrap {
		width:449px;
		height:244px;
	}

/* 4 columns portfolio*/
#gallery.four_columns .portfolio li {
	width:219px;
	margin-right:15px;
}
	#gallery.four_columns .portfolio li span.image-border {
		width:209px;
		height:154px;
	}
	#gallery.four_columns .portfolio li a.image-wrap {
		width:209px;
		height:154px;
	}

/* ----------------------------------------
				Comments
---------------------------------------- */
h3#comments {
	margin:64px 0 23px 0;
}
.commentlist {
	list-style-type:none;
	padding:0;
	margin:0;
	background:none;
}
	li.comment {
		list-style-type:none;
		overflow:hidden;
		position:relative;
		margin:0 80px 20px 0;
	}
			li.comment .comment-body {
				padding:23px 30px 35px 108px;
				position:relative;
				zoom:1;
				min-height:90px;
			}
				
			.comment-author .fn {
				font-style:normal;
				position:absolute;
				top:102px;
				left:20px;
				width:69px;
				text-align:center;
			}
			.comment-author .says {display:none;}
			
			.comment-meta {
				position:absolute;
				font-size:12px;
				line-height:15px;
				bottom:23px;
				right:130px;
				
			}
				.comment-meta a {
					padding-left:18px;
					text-decoration:none;
					-webkit-transition: all 0.5s ease;
					-moz-transition: all 0.5s ease;
					-o-transition: all 0.5s ease;
					transition: all 0.5s ease;
				}
				.comment-meta a.comment-edit-link {
					background:none;
					padding:0;
				}
					.comment-meta a:hover {color:#02c0f3;}
			
			li.comment .avatar {
				float:none;
				margin:0;
				display:block;
				vertical-align:top;
				overflow:hidden;
				position:absolute;
				left:20px;
				top:30px;
				padding:4px 5px 5px 5px;
			}
			li.comment .comment-body p {margin-bottom:13px;}
			.reply {
				position:absolute;
				bottom:20px;
				right:19px;
				width:100px;
			}
			.reply a {
				display:inline-block;
				padding-right:14px;
				text-decoration:none;
				text-transform:capitalize;
				font-size:12px;
				line-height:15px;
			}

			.commentlist ul.children {padding:20px 0 0 50px; margin:0 0 -20px 0;}
			.commentlist ul.children li.comment {padding:0; margin:0 0 20px 0;}
			
			.commentlist ul ul ul ul.children .comment-meta {
				right:40px;				
			}
			.commentlist ul ul ul ul.children .reply {
				right:19px;
				width:10px;
			}
	
#respond {padding:48px 0 0 0;}
	#respond  h3 {
		text-transform:none;
		margin:0px 0 20px 0;
	}
.allowed_tags {
	background:#eee;
	padding:15px;
	font-size:12px;
	font-family:"Courier New", Courier, monospace;
	color:#666;
}
.allowed_tags strong {font-family:Tahoma, Geneva, sans-serif;}
.cancel-comment-reply small{ font-size:11px;}

/* Post edit link */
.post-edit-link {
	display:block;
	position:absolute;
	right:0;
	top:0;
	padding:2px 7px;
	background:#000;
	color:#fff;
	font-size:11px;
	text-transform:uppercase;
	text-decoration:none;
	border-radius:3px;
}
.post-edit-link:hover {
	background:#666;
}


/* ----------------------------------------
			Image styling 
---------------------------------------- */
.alignleft {
	float:left;
	position:relative;
	margin:4px 20px 0 1px;
	padding:4px 5px 5px 5px;
	border-radius:1px;
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
}
.alignright {
	float:right;
	position:relative;
	margin:0 0 10px 20px;
	padding:4px 5px 5px 5px;
	border-radius:1px;
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
	}
.aligncenter {
	text-align:center;
	position:relative;
	margin:0 auto;
	padding:4px 5px 5px 5px;
	border-radius:1px;
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
	}
article .post-content img {
	max-width:710px;
	}

.frame {
	padding:7px;
	background:#fff;
	border:1px solid #dbdbdb;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-align:center;
	}
.frame img.alignleft,
.frame img.alignright{
	margin:0;
	padding:0;
	border:none;
	}

/* ----------------------------------------
				 404
---------------------------------------- */
#error404 {padding:30px 0 100px 0;}
	.error404-num {
		font-size:250px;
		line-height:1.2em;
		color:#baef50;
	}
	#error404 hgroup {
		margin:0 0 20px 0;
		padding-top:50px;
	}
		#error404 hgroup h1 {
			font-size:3em;
			margin-bottom:20px;
		}
		#error404 hgroup h2 {color:#baef50;}
	

/* ----------------------------------------
				Calendar 
---------------------------------------- */
#calendar_wrap {padding:0;}
	#wp-calendar {width:100%;}
		#wp-calendar td {
			text-align:center;
			padding:6px 0;
			border:none;
		}
		#wp-calendar caption {
			text-align:center;
			font-size:15px;
			line-height:17px;
			padding:4px 0;
			margin-bottom:5px;
			font-family: 'Oswald', sans-serif;
			font-weight:400;
		}
		#wp-calendar thead th {
			padding:7px 0;
			font-size:15px;
			text-align:center;
		}
		#wp-calendar #prev {text-align:left;}
		#wp-calendar #next {text-align:right;}


/* ---------------------------------------- 
					FAQs
---------------------------------------- */
.faq_list {}
	.faq_list dt {
		position:relative;
		padding:0 0 5px 28px;
		font-size:15px;
		line-height:20px;
		font-family: 'Quicksand', sans-serif;
		/*font-family: 'Oswald', sans-serif;*/
		font-weight:400;
		margin:0;
		background:none;
	}
	.faq_list span.marker {
		display:block;
		position:absolute;
		left:0;
		top:0;
		font-size:16px;
		font-weight:bold;
	}
	.faq_list dd {
		padding:0 0 0 28px;
		position:relative;
		margin:0 0 2em 0;
	}
		.faq_list dd .marker {
			top:3px;
			font-family: 'Quicksand', sans-serif;
			/*font-family: 'Oswald', sans-serif;*/
			font-weight:400;
		}



/* Custom widgets
---------------------------------------- */


/* Recent Comments */
ul.recentcomments {
	padding:0;
	margin:0;
	}
	ul.recentcomments li {
		border-top:1px solid #c6c6c6;
		padding:25px 0 25px 0;
		margin:0;
		border-bottom:none;
		background:none;
		overflow:hidden;
		list-style-type:none;
		}
	ul.recentcomments li:first-child {
		padding-top:0;
		border-top:none;
		}
		ul.recentcomments li img {
			float:left;
			margin:0 12px 0 0;
			}
		ul.recentcomments .comment-body {
			padding:15px 0 0 0;
			}
			ul.recentcomments .comment-body a {
				text-decoration:none;
				color:#96999d;
				}
			ul.recentcomments .comment-body a:hover {
				color:#000;
				text-decoration:underline;
				}
		ul.recentcomments li h4 {
			margin-bottom:.1em;
			}
			ul.recentcomments li h4 a {
				text-decoration:none;
				}
			ul.recentcomments li h4 a:hover {
				color:#000;
				}
		ul.recentcomments li small {
			font-size:11px;
			color:#6a6a6a;
			}

/* Posts Type widget */
.post_list {
	list-style-type:none;
	padding:8px 0 0 0;
	margin:0;
}
	.post_list li {
		display:inline-block;
		width:220px;
		margin:0 16px 0 0;
	}
		.post_list li.nomargin {margin-right:0;}
		
		.post_list li .image-wrap {
			display:block;
			padding:4px 5px 5px 5px;
			width:210px;
			height:110px;
			position:relative;
			margin-bottom:9px;
			border-radius:1px;
			-moz-border-radius:1px;
			-webkit-border-radius:1px;
		}
		.post_list li .image-wrap a{
			display:block;
			position:relative;
			overflow:hidden;
		}
		
		.post_list li .excerpt {padding:0 5px;}
		.post_list li a.post-title {
			font-size:15px;
			line-height:18px;
			font-family: 'Oswald', sans-serif;
			font-weight:400;
			text-decoration:none;
			-webkit-transition: all 0.5s ease;
			-moz-transition: all 0.5s ease;
			-o-transition: all 0.5s ease;
			transition: all 0.5s ease;
		}
		.post_list li .post_content {margin-bottom:21px;}
		
		.link_show_all {
			position:absolute;
			text-decoration:none;
			top:6px;
			right:6px;
			-webkit-transition: all 0.5s ease;
			-moz-transition: all 0.5s ease;
			-o-transition: all 0.5s ease;
			transition: all 0.5s ease;
		}
		

/* Popular posts */
.popular-posts {
	list-style-type:none;
	padding:0;
	margin:0;
	}
	.popular-posts li {
		overflow:hidden;
		margin:0 0 2em 0;
		}
		.popular-posts li .post-thumb {
			float:left;
			margin-right:20px;
			width:100px;
			height:100px;
			overflow:hidden;
			padding:1px;
			border:1px solid #dbdbdb;
			}
		.popular-posts li .post-thumb.empty-thumb {
			background:url(images/empty_thumb.gif) no-repeat 50% 50% #ececec;
			}
		.popular-posts li h5 {
			font-size:1em;
			margin-bottom:.5em;
			}
		.popular-posts li .excerpt {
			margin-bottom:.8em;
			}


/* Post Cycle */
.post_cycle {
	padding:0;
	margin:0;
	}
#post-cycle .cycle_item {
	display:none;
	}
#post-cycle .cycle_item:first {
	display:block;
	}


/* Folio Cycle */
.folio_cycle {
	list-style-type:none;
	padding:0;
	margin:0;
	width:100%;
	overflow:hidden;
	}
	.folio_cycle .folio_item {
		overflow:hidden;
		display:none;
		}
	.folio_cycle .folio_item:first {
		display:block;
		}
		.folio_cycle .folio_item figure.thumbnail {
			width:270px;
			overflow:hidden;
			}
#folio-controls {
	text-align:center;
	overflow:hidden;
	}
	#folio-controls ul {
		list-style-type:none;
		margin:0;
		padding:0;
		}
		#folio-controls ul li {
			padding:0 5px 0 0;
			display:inline;
			}
			#folio-controls ul li a {
				display:inline-block;
				text-decoration:none;
				width:8px;
				height:8px;
				background:#000;
				font-size:0;
				line-height:0;
				}
			#folio-controls ul li a:hover {
				background:#999;
				}


/* Testimonials */
.testimonials {
	padding:0;
	margin:0;
}
	.testimonials div.testi_item {
		background:#fff;
		padding:1.5em;
		margin-bottom:2em;
		margin-right:5px;
		background:url(images/quotes.png) no-repeat 10px 10px #f3f3f3;
		}
		.name-testi {
			padding:0 0 0 2.2em;
			text-align:right;
			font-weight:bold;
			display:block;
			color:#333;
			}
			.name-testi a {
				font-weight:normal;
				}
		.testimonials .thumb {
			float:left;
			margin-right:20px;
			}
		.testimonials div.testi_item blockquote {
			border:none;
			padding:15px 0 15px 30px;
			margin:0;
			}
			.testimonials div.testi_item blockquote a {
				text-decoration:none;
				color:#888;
				display:block;
				}
			.testimonials div.testi_item blockquote a:hover {
				color:#333;
				}

/* Misc for Cycle widgets */
#testi-cycle .testi_item {
	display:none;
	}
#testi-cycle .testi_item:first {
	display:block;
	}
#testi-controls {
	text-align:center;
	overflow:hidden;
	}
	#testi-controls ul {
		list-style-type:none;
		margin:0;
		padding:0;
		}
		#testi-controls ul li {
			padding:0;
			margin:0 2px 0 0;
			display:inline-block;
			}
		* + html #testi-controls ul li {
			display:inline;
			zoom:1;
			}


/* Recent Posts */
.widget .latestpost {
	list-style-type:none;
	margin:0;
	padding:0;
}
	.widget .latestpost li {
		padding:0;
		margin:0 0 23px 0;
		font-size:13px;
		line-height:20px;
	}
		.latestpost li h4 {margin-bottom:0;}
		.latestpost li .excerpt {margin-bottom:11px;}
		
		.latestpost li time, .latestpost li .comment-link a{
			font-size:12px;
			line-height:15px;
		}
		.latestpost li time {margin-right:17px;}
		
		
/* Before Footer widget Recent Posts */
	#before-footer-widget .latestpost li {
		margin:0 0 36px 0;
		list-style-type:none;
		padding:0;
		position:relative;
	}
	#before-footer-widget .latestpost li.last {margin-bottom:16px;}
	
		#before-footer-widget .latestpost li .featured-thumbnail.small {
			margin:0px 21px 0px 0px;
		}
			#before-footer-widget .latestpost li .featured-thumbnail.small .img-wrap {
				float:left;
				padding:4px;
				-webkit-transition: all 0.5s ease;
				-moz-transition: all 0.5s ease;
				-o-transition: all 0.5s ease;
				transition: all 0.5s ease;
				border-radius:0px;
				-moz-border-radius:0px;
				-webkit-border-radius:0px;
			}
			#before-footer-widget .latestpost li .featured-thumbnail.small .img-wrap a {display:block;}
			
		#before-footer-widget .latestpost li .excerpt {
			font-size:12px;
			line-height:14px;
			font-weight:bold;
			position:relative;
			z-index:1;
			padding:17px 0 0 0;
			margin:0;
		}
		#before-footer-widget .latestpost li .excerpt a {
			font-size:12px;
			line-height:14px;
		}
		#before-footer-widget .latestpost li .comment-link {display:none;}
		#before-footer-widget .latestpost li time {
			position:absolute;
			z-index:2;
			font-size:11px;
			line-height:14px;
			top:1px;
			left:70px;
		}

/* Twitter widget */
.twitter_update_list {overflow:hidden;}
.twitter ul li {
	list-style-type:none;
	margin:0 0 10px 0;
	padding:0 0 0 26px;
	background:url(images/twitter-icon.png) no-repeat 0 0;
}
	.twitter ul li .twitt-body {margin:0 0 15px 0;}
	.twitter ul li a.timesince {font-size:11px; text-decoration:none;}

	/*---------------------------------------- 
		Before Footer widget - Twitter widget
	----------------------------------------*/
	#before-footer-widget .twitter ul li {padding:0 0 0 26px; margin:0 0 11px 0;}
	#before-footer-widget .twitter ul li .twitt-body {
		font-size:12px;
		line-height:20px;
		padding:0;
		margin:-5px 0 5px 0;
	}


/* Flickr widget */
.flickrImages {
	overflow:hidden;
	position:relative;
}
.flickrImages a {
	float:left;
	display:block;
	width:75px;
	height:75px;
	background:#000;
	margin:0 1px 1px 0;
	}
.flickrImages a img {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}
.flickrImages a:hover img {
	opacity:.5;
}
.flickrImages a.link {
	display:inline;
	float:none;
	width:auto;
	height:auto;
	margin:0;
	background:none;
	}

/* Banner widget */
.banners-holder {
	list-style-type:none;
	padding:12px 0 0 0;
	margin:0;
}
	.banners-holder li {
		list-style-type:none;
		float:left;
		margin:0 20px 0px 0;
		padding:0;
	}
		.banners-holder li.nomargin {margin:0;}
		.banners-holder li img {
			vertical-align:top;
			display:block;
		}



/* Testimonials
---------------------------------------- */

/* Testimonials list */
article.testimonial {
	padding:30px 30px 30px 285px;
	width:auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:15px;
	line-height:1.5em;
	font-weight:normal;
	margin:0 25px 35px 0;
}
	article.testimonial .testi-pic {
		position:absolute;
		left:30px;
		top:30px;
		float:left;
		padding:4px 5px 5px 5px;
		border-radius:1px;
		-moz-border-radius:1px;
		-webkit-border-radius:1px;
	}
	article.testimonial .name-testi {
		display:block;
		text-align:right;
		font-style:normal;
		color:#fff;
		font-size:14px;
		font-family:Arial, Helvetica, sans-serif;
		line-height:1.2em;
	}
		article.testimonial .name-testi a {text-decoration:none;}
		article.testimonial .name-testi a:hover {text-decoration:underline;}


/* Single Testimonial */
blockquote.testi-single {
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:30px 30px 30px 235px;
	width:auto;
	font-size:15px;
	line-height:1.5em;
	font-style:italic;
	margin:0 25px 35px 0;
	position:relative;
	}
	blockquote.testi-single p {
		margin:0 0 1em 0;
		padding:0;
	}
		.testi-pic {
			position:absolute;
			left:30px;
			top:30px;
			float:left;
			padding:4px 5px 5px 5px;
			border-radius:1px;
			-moz-border-radius:1px;
			-webkit-border-radius:1px;
		}
			.testi-pic img {display:block;}





/* Shortcodes
---------------------------------------- */

/* Recent Posts */
.recent-posts {
	margin:0;
	padding:0;
	width:100%;
}
	.recent-posts.latest-post li {
		display:inline-block;
		width:300px;
		margin:0 19px 0px 1px;
		padding:0;
	}
		.recent-posts.latest-post li.nomargin {margin:0;}
		.recent-posts.latest-post li h3 {margin-bottom:24px;}
		
		.recent-posts.latest-post li .thumb-wrap {
			float:left;
			position:relative;
			margin:0 0px 13px 0;
			padding:4px 5px 5px 5px;
			border-radius:1px;
			-moz-border-radius:1px;
			-webkit-border-radius:1px;
		}
		.recent-posts.latest-post li .thumb-wrap a{
			display:block;
			position:relative;
			overflow:hidden;
		}
		
		.recent-posts.latest-post li .excerpt {
			padding:0 20px 0  0;
			font-size:13px;
			margin:0 0px 20px 0;
		}
		.recent-posts.latest-post li span.meta {
			display:block;
			margin-bottom:.5em;
		}


/* Our team */
.recent-posts.team {
	margin:0;
	padding:0;
	}
	.recent-posts.team li {
		float:left;
		width:300px;
		overflow:hidden;
		margin:0 20px 40px 0;
		}
		.recent-posts.team li:nth-child(2n) {
			margin-right:0;
			}
		.recent-posts.team li.nomargin {
			margin-right:0;
			}
		.recent-posts.team li .thumb-wrap {
			width:115px;
			overflow:hidden;
			}
		.recent-posts.team li .thumb-wrap {
			float:left;
			margin-right:16px;
			}
		.recent-posts.team li a {
			color:#fff;
			}
		.recent-posts.team li .excerpt {
			margin-bottom:0;
			}

/* Services */
.recent-posts.services {
	list-style-type:none;
	padding:0;
	margin:0 0 37px 0;
	overflow:hidden;
}
	.recent-posts.services li {
		display:block;
		width:100%;
		margin:0 0px 25px 0;
		padding:0;
	}
	.recent-posts.services li .thumb-wrap {
			float:left;
			margin:2px 14px 10px 0;
		}
		.recent-posts.services li .thumb-wrap a{
			display:block;
			position:relative;
			overflow:hidden;
		}
		
		.recent-posts.services li .excerpt {
			padding:0 45px 0  0;
			margin:0;
			overflow:hidden;
		}	
		.recent-posts.services li h5 {overflow:hidden;}
		
/* Recent Comments */
.recent-comments {
	list-style-type:none;
	padding:0;
	margin:0;
	}
	.recent-comments li {
		padding:0;
		margin:0;
		border:none;
		padding-bottom:.5em;
		}


/* ----------------------------------------
					Footer
---------------------------------------- */
#footer {
	padding:0px;
	position:relative;
	z-index:2;
}
/* ----------------------------------------
			Before Footer widget

#before-footer-widget {padding:39px 0 44px 0;}
---------------------------------------- */
	#before-footer-widget ul li{
		font-size:12px;
		line-height:15px;
		margin-bottom:20px;
		padding:0px 0 0 20px;
		-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	   -o-transition: all 0.5s ease;
	   transition: all 0.5s ease;
	}
	
	#before-footer-widget ul li a{
		font-size:12px;
		line-height:15px;
		display:inline-block;
		text-decoration:none;
		-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	   -o-transition: all 0.5s ease;
	   transition: all 0.5s ease;
	}
/* ----------------------------------------
			Copyright
---------------------------------------- */	
	#copyright {padding:18px 0 16px 0;}
	#footer-text {overflow:hidden;}
	
	.footer-content {
		float:left; 
		padding:3px 0 0 0;
		margin-left:-10px;
	}
	/* Footer text */
	.text-bot {
		text-decoration:none;
		padding-left:10px;
		margin-left:5px;
		-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	   -o-transition: all 0.5s ease;
	   transition: all 0.5s ease;
	}	
	/* Logo */
	#footer .logo {
		position:relative;
		float:left;
		display:inline-block;
		overflow:hidden;
		margin:0px 0 0 0;
		padding:0px;
		width:100px;
	}
		
		a#logo-footer {
			display:inline-block;
			float:left;
			margin-right:17px;
		}
		#footer .logo a#logo-footer img {width:100%;}
		
		#footer .logo span a{
			font-size:15px;
			line-height:23px;
			margin:0px;
			padding:0 0 0 29px;
			min-height:25px;
			font-style:italic;
			display:inline-block;
			font-weight:normal;
			text-decoration:none;
			font-family:Georgia, 'Times New Roman', Times, serif;
		}				
		
	/*----------------------------------------
				Footer widget 
	----------------------------------------*/
	#widget-footer .social-networks {overflow:hidden; text-align:right; padding:0 9px 0 0;}
	#widget-footer .social-networks li {
		display:inline-block;
		margin-left:0px;
		position:relative;
	}
	#widget-footer .social-networks li a{
		position:relative;
	}
	
	/* Footer navigation */
	nav.footer {}
		nav.footer ul {
			margin:0;
			padding:0;
		}
			nav.footer ul li {
				float:left;
				margin:0 15px 0 0;
			}
			nav.footer ul li a {
				text-decoration:none;
				display:inline-block;
				-webkit-transition: all 0.5s ease;
			   -moz-transition: all 0.5s ease;
			   -o-transition: all 0.5s ease;
			   transition: all 0.5s ease;
		   }


/* Misc
---------------------------------------- */

.welcome_message {
	font-size:19px;
	line-height:30px;
	text-align:left;
	font-family: 'Quicksand', sans-serif;
	/*font-family:Georgia, 'Times New Roman', Times, serif;*/
	font-style:italic;
	padding:11px 118px 0 118px;
}

.button {
	display:inline-block;
	padding:4px 14px;
	text-decoration:none;
	font-size:13px;
	line-height:20px;
	margin:0 3px 3px 0;
	position:relative;
	overflow:hidden;
}
@media all and (-webkit-min-device-pixel-ratio:0) {
  .button {margin-bottom:9px;}
}
	.button .button-txt {
		z-index:4;
		position:relative;
		display:block;
	}
	.button .bg-button1 {
		display:block;
		-webkit-transition: all 0.6s ease-out 0.1s;
		-moz-transition: all 0.6s ease-out 0.1s;
		-o-transition: all 0.6s ease-out 0.1s;
		transition: all 0.6s ease-out 0.1s;
		-webkit-transform: skew(0deg, -90deg);
		-moz-transform: skew(0deg, -90deg);
		transform: skew(0deg, -90deg);
		position: absolute;
	    overflow: hidden;
	    top: 0;
	    left: 0;
		right:0;
		bottom:0;
		opacity:0;
	}
	.button .bg-button2 {
		display:block;
		-webkit-transition: all 0.6s ease-out 0.1s;
		-moz-transition: all 0.6s ease-out 0.1s;
		-o-transition: all 0.6s ease-out 0.1s;
		transition: all 0.6s ease-out 0.1s;
		-webkit-transform: skew(0deg, 90deg);
		-moz-transform: skew(0deg, 90deg);
		transform: skew(0deg, 90deg);
		position: absolute;
	    overflow: hidden;
	    top: 0;
	    left: 0;
		right:0;
		bottom:0;
		opacity:0;
	}
	.button:hover .bg-button1{
		opacity: 1;
		-webkit-transform: skew(0deg, 0deg);
		-moz-transform: skew(0deg, 0deg);
		transform: skew(0deg, 0deg);
	}
	.button:hover .bg-button2{
		opacity: 1;
		-webkit-transform: skew(0deg, 0deg);
		-moz-transform: skew(0deg, 0deg);
		transform: skew(0deg, 0deg);
	}

		
.link {
	display:inline-block;
	padding-right:14px;
	text-decoration:none;
	text-transform:capitalize;
	font-size:12px;
	line-height:15px;
}
.link-1, .profileLink {
	display:inline-block;
	padding-right:14px;
	text-decoration:none;
	font-size:12px;
	line-height:15px;
}

/* indents */
.p2 {margin-bottom:15px;}

.padding-right {padding-right:40px;}

/* Back to Top */
#back-top-wrapper {
  width:100%;
  position:absolute;
  overflow:hidden;
  height:20px;
}
#back-top {
	position: fixed;
	bottom: 55px;
	left:50%;
	margin-left:550px;
	display:none;
}

#back-top a {
	width: 36px;
	display: block;
	text-align: center;
	font-size:12px;
	line-height:16px;
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	text-transform: uppercase;
	text-decoration: none;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}


/* arrow icon (span tag) */
#back-top span {
	width: 34px;
	height: 16px;
	display: block;
	margin-bottom: 7px;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}


/* Tabs */
.tabs {
    margin: 1px 0 20px 0;
}

.tabs .tab-wrapper {
    border: 1px solid #dddddd;
    border-radius: 0 5px 5px 5px;
    -moz-border-radius: 0 5px 5px 5px;
    -webkit-border-radius: 0 5px 5px 5px;
    margin: -1px 0 0 0;
}

.tabs .tab-menu ul {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}

.tabs .tab-menu li {
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
}

.tabs .tab-menu a {
    background-color: #fafafa;
    border: 1px solid #dddddd;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    color: #aaaaaa;
    display: block;
    font-size: 13px;
    letter-spacing: 1px;
    margin: 0 2px 0 0;
    padding: 8px 20px;
}

.tabs .tab-menu a:hover {
    background-color: #f2f2f2;
    color: #666666;
}

.tabs .tab-menu a.active {
    background-color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#fafafa');
    background: -moz-linear-gradient(bottom , #fafafa 0px, #f6f6f6 90%) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear,left bottom,left top, color-stop(0, #fafafa),color-stop(90%, #f6f6f6));
    border-bottom: none;
    color: #666666;
    padding: 8px 20px 9px 20px;
}

.tabs .tab {
	background-color: #fafafa;
	border-radius: 0 5px 5px 5px;
    -moz-border-radius: 0 5px 5px 5px;
    -webkit-border-radius: 0 5px 5px 5px;
    padding: 20px;
}





/* Toggle */
.toggle {
    padding: 0 0 2px 0;
}
.toggle .trigger {
	background-color: #f5f5f5;
	background: -moz-linear-gradient(bottom, #F2F2F2 0px, #ffffff 100%);
	background: -webkit-gradient(linear,left bottom,left top, color-stop(0, #f2f2f2),color-stop(1, #ffffff));
	border: 1px solid #dddddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #666666;
	display: block;
	padding: 10px 12px 10px 40px;
	position: relative;
	text-decoration:none;
	height:1%;
	}

.toggle .trigger span {
	background: url(includes/images/toggle.png) 0 0 no-repeat;
	display: block;
	position: absolute;
	top: 9px;
	left: 10px;
	text-indent: -9999px;
	width: 22px;
	height: 20px;
	}

.toggle .trigger:hover,
.toggle .active {
	background:#fff;
	color:#fff;
	}
.toggle .active span {
	background-position: 0 -20px;
	}

.toggle .box {
	background-color: #fafafa;
	border: 1px solid #dddddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 20px;
	}



/* Dropcap */
.dropcap {
	display:block;
	float:left;
	font-size:4em;
	line-height:1em;
	margin:0 10px 0 0;
	text-transform:uppercase;
	}

.widget-area {
	
}

.hr {
	height:1px;
	background:none;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:30px 0px 31px 0;
}

.grid_1 .hr, .grid_2 .hr, .grid_3 .hr, .grid_4 .hr, .grid_5 .hr, .grid_6 .hr, .grid_7 .hr, .grid_8 .hr, .grid_9 .hr, .grid_10 .hr, .grid_11 .hr, .grid_12 .hr, .grid_13 .hr, .grid_14 .hr, .grid_15 .hr, .grid_16 .hr, .grid_17 .hr, .grid_18 .hr, .grid_19 .hr, .grid_20 .hr, .grid_21 .hr, .grid_22 .hr, .grid_23 .hr, .grid_24 .hr {
	margin-left:0;
	margin-right:0;
	}
.spacer {
	height:50px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	}

/* Address */
.address {
	overflow:hidden;
	width:100%;
	margin:0;
	padding:0;
	}
.address dt {
	float:left;
	width:165px;
	margin-right:20px;
	padding:0 0 0 55px;
	background:none;
	font-size:1em;
	line-height:18px;
	background:url(images/address-icon1.png) no-repeat 0 3px;
	}
.address dd {
	float:left;
	width:217px;
	padding:0 0 0 53px;
	background:url(images/address-icon2.png) no-repeat 0 3px;
	}
	.address dd ul {
		list-style-type:none;
		padding:0;
		margin:0;
		}
		.address dd ul li {
			background:none;
			padding:0;
			}
	.address dd span {
		float:left;
		width:100px;
		}
		.address dd a {
			font-style:italic;
			color:#fff;
			text-decoration:underline;
			}
		.address dd a:hover {
			text-decoration:none;
			}





/* VIDEO */
.video-wrap {
	margin-bottom: 10px;
	position:relative;
	zoom:1;
	}
	.video-wrap object {
		position:relative;
		z-index:2;
		}
	.video-bg {
		background-color:black;
		position:absolute;
		left:0;
		top:0;
		z-index:1;
		}

/* AUDIO */
.audio-wrapper {
   margin-bottom:1.5em;
}
.audio-desc {
	font-size:.91em;
	color:#999;
	padding:.5em 0 0 0;
	}
.audiojs audio { position: absolute; left: -1px; }
.audiojs { width: 460px; height: 36px; background: #404040; overflow: hidden; font-family: monospace; font-size: 13px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #444), color-stop(0.5, #555), color-stop(0.51, #444), color-stop(1, #444));
	background-image: -moz-linear-gradient(center top, #444 0%, #555 50%, #444 51%, #444 100%);
	-webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3); -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3); box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3); }
.audiojs .play-pause { width: 25px; height: 40px; padding: 4px 6px; margin: 0px; float: left; overflow: hidden; border-right: 1px solid #000; }
.audiojs p { display: none; width: 25px; height: 40px; margin: 0px; cursor: pointer; }
.audiojs .play { display: block; }
.audiojs .scrubber { position: relative; float: left; width: 280px; background: #5a5a5a; height: 14px; margin: 10px; border-top: 1px solid #3f3f3f; border-left: 0px; border-bottom: 0px; overflow: hidden; }
.audiojs .progress { position: absolute; top: 0px; left: 0px; height: 14px; width: 0px; background: #ccc; z-index: 1;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ccc), color-stop(0.5, #ddd), color-stop(0.51, #ccc), color-stop(1, #ccc));
	background-image: -moz-linear-gradient(center top, #ccc 0%, #ddd 50%, #ccc 51%, #ccc 100%); }
.audiojs .loaded { position: absolute; top: 0px; left: 0px; height: 14px; width: 0px; background: #000;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #222), color-stop(0.5, #333), color-stop(0.51, #222), color-stop(1, #222));
	background-image: -moz-linear-gradient(center top, #222 0%, #333 50%, #222 51%, #222 100%); }
.audiojs .time { float: left; height: 36px; line-height: 36px; margin: 0px 0px 0px 6px; padding: 0px 6px 0px 12px; border-left: 1px solid #000; color: #ddd; text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5); } 
.audiojs .time em { padding: 0px 2px 0px 0px; color: #f9f9f9; font-style: normal; }
.audiojs .time strong { padding: 0px 0px 0px 2px; font-weight: normal; }
.audiojs .error-message { float: left; display: none; margin: 0px 10px; height: 36px; width: 400px; overflow: hidden; line-height: 36px; white-space: nowrap; color: #fff;
	text-overflow: ellipsis; -o-text-overflow: ellipsis; -icab-text-overflow: ellipsis; -khtml-text-overflow: ellipsis; -moz-text-overflow: ellipsis; -webkit-text-overflow: ellipsis; }
.audiojs .error-message a { color: #eee; text-decoration: none; padding-bottom: 1px; border-bottom: 1px solid #999; white-space: wrap; }

.audiojs .play { background: url(js/audiojs/player-graphics.gif) -2px -1px no-repeat; }
.audiojs .loading { background: url(js/audiojs/player-graphics.gif) -2px -31px no-repeat; }
.audiojs .error { background: url(js/audiojs/player-graphics.gif) -2px -61px no-repeat; }
.audiojs .pause { background: url(js/audiojs/player-graphics.gif) -2px -91px no-repeat; }

.playing .play, .playing .loading, .playing .error { display: none; }
.playing .pause { display: block; }

.loading .play, .loading .pause, .loading .error { display: none; }
.loading .loading { display: block; }

.error .time, .error .play, .error .pause, .error .scrubber, .error .loading { display: none; }
.error .error { display: block; }
.error .play-pause p { cursor: auto; }
.error .error-message { display: block; }



/* Alert boxes
---------------------------------------- */
.alert-box, .wpcf7-response-output {
	padding:20px 20px 20px 90px !important;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-size:.91em;
	line-height:1.4em;
	border:1px solid #dbdbdb;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:15px;
	}
	.error-box, .wpcf7-mail-sent-ng {
		border-color:#ff9999;
		color:#c31b00;
		background:url(images/icons/alert/icon-error.png) no-repeat 20px 50% #ffcccc;
		}
	.attention-box, .wpcf7-validation-errors, .wpcf7-spam-blocked {
		border-color:#e6c555;
		color:#9e660d;
		background:url(images/icons/alert/icon-note.png) no-repeat 20px 50% #fdebae;
		}
	.notice-box {
		border-color:#68a2cf;
		color:#2e6093;
		background:url(images/icons/alert/icon-info.png) no-repeat 20px 50% #bfe4f9;
		}
	.approved-box, .wpcf7-mail-sent-ok {
		border-color:#a3c159;
		color:#5e6f33;
		background:url(images/icons/alert/icon-download.png) no-repeat 20px 50% #ccff99;
		}
	


/* ----------------------------------------
			Forms
---------------------------------------- */

/* Form defaults */
input, select, textarea { 
	font-family: 'Quicksand', sans-serif;
	/*font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;*/
	font-size:13px;
	line-height:1.23em;
	vertical-align:middle;
	font-weight:normal;
	outline:none;
}
input[type="text"], textarea {
	padding:10px 10px 10px 10px;
	width:248px;
	height:15px;
}
input[type="submit"], input[type="reset"] {
	position:relative;
	display:block;
	border:none;
	background:none;
	text-decoration:none;
	cursor:pointer;
	height:28px;
	width:56px;
}

.button-submit {
	display:inline-block;
	padding:0;
	text-decoration:none;
	font-size:13px;
	line-height:20px;
	margin:0 10px 3px 0;
	position:relative;
	overflow:hidden;
}
@media all and (-webkit-min-device-pixel-ratio:0) {
  .button-submit {margin-bottom:9px;}
}
	.button-submit .ajax-loader {display:none;}
	.button-submit .button-txt {
		z-index:4;
		position:relative;
		display:block;
	}
	.button-submit .bg-button1 {
		display:block;
		-webkit-transition: all 0.6s ease-out 0.1s;
		-moz-transition: all 0.6s ease-out 0.1s;
		-o-transition: all 0.6s ease-out 0.1s;
		transition: all 0.6s ease-out 0.1s;
		-webkit-transform: skew(0deg, -90deg);
		-moz-transform: skew(0deg, -90deg);
		transform: skew(0deg, -90deg);
		position: absolute;
	    overflow: hidden;
	    top: 0;
	    left: 0;
		right:0;
		bottom:0;
		opacity:0;
	}
	.button-submit .bg-button2 {
		display:block;
		-webkit-transition: all 0.6s ease-out 0.1s;
		-moz-transition: all 0.6s ease-out 0.1s;
		-o-transition: all 0.6s ease-out 0.1s;
		transition: all 0.6s ease-out 0.1s;
		-webkit-transform: skew(0deg, 90deg);
		-moz-transform: skew(0deg, 90deg);
		transform: skew(0deg, 90deg);
		position: absolute;
	    overflow: hidden;
	    top: 0;
	    left: 0;
		right:0;
		bottom:0;
		opacity:0;
	}
	.button-submit:hover .bg-button1{
		opacity: 1;
		-webkit-transform: skew(0deg, 0deg);
		-moz-transform: skew(0deg, 0deg);
		transform: skew(0deg, 0deg);
	}
	.button-submit:hover .bg-button2{
		opacity: 1;
		-webkit-transform: skew(0deg, 0deg);
		-moz-transform: skew(0deg, 0deg);
		transform: skew(0deg, 0deg);
	}
/* ---------------------------------------- 
			Subcribe form 
----------------------------------------*/
.nsu-form input[type="text"] {
		width:218px;
		height:24px;
		padding:5px 10px 6px 10px;
		position:relative;
		border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
	}
.nsu-submit {width:80px!important;}

.nsu-error {display:block;}
/* ---------------------------------------- 
			Comment form 
----------------------------------------*/
#commentform {position:relative;}
		#commentform small {font-size:12px;}
	#commentform label {display:block; padding-bottom:6px;}
	
	#commentform textarea {
		width:368px;
		position:relative;
		resize:none;
		height:160px;
		overflow:auto;
		border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
	}
	#commentform input[type="submit"] {width:119px;}
/* ---------------------------------------- 
			Contact form 
----------------------------------------*/
.wpcf7-form p.field {
	margin-bottom:9px;
	overflow:hidden;
	vertical-align:top;
	width:380px;
	position:relative;
}
.wpcf7-form p.field label {
	float:left;
	width:79px;
	padding-top:6px;
}
.wpcf7-form p.field input {
	position:relative;
	float:left;
	width:350px;
	height:15px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
	.wpcf7-form p.field small {color:red;}
.wpcf7-form textarea {
	position:relative;
	float:left;
	width:350px;
	resize:none;
	height:205px;
	overflow:auto;
	margin-bottom:17px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.wpcf7-form .submit-wrap {
	padding:0;
	margin:0;
	overflow:hidden;
}
	span.wpcf7-form-control-wrap {display:block;}

/* ---------------------------------------- 
			Top search
---------------------------------------*/
#top-search {
	position:absolute;
	right:30px;
	top:7px;
}
	.bg-form {
		position:relative;
		overflow:hidden;
		margin:0;
		padding:3px 6px 3px 3px;
		border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		width:109px;
	}
	#top-search .input-search {
		width:80px;
		margin-right:0px;
		float:left;
		padding: 7px 5px;
	}

	#searchform .searching {
		padding: 7px 5px;
	}
	#searchform .bg-submit , #searchform .bg-submit, #searchform .bg-submit span{
		background-color: #444;
	}
	.bg-submit {
		position:relative;
		overflow:hidden;
		float:left;
		width:17px;
		height:28px;
		display:inline-block;
		cursor:pointer;
		z-index:1;
	}
		.bg-submit span {
			position:absolute;
			top:0;
			left:0;
			bottom:0;
			right:0;
			display:block;
		}

	#top-search #submit {
		width:17px;
		height:28px;
		cursor:pointer;
		padding:0;
		text-indent:-5000px;
		position:relative;
		z-index:3;
		display:block;
	}

/* ---------------------------------------- 
			Sidebar search form
---------------------------------------*/
#searchform .bg-form{width:279px;}
#searchform .searching {
	float:left;
	width:250px;
	margin-right:0px;
}
	#searchform .submit {
		width:17px;
		height:28px;
		cursor:pointer;
		padding:0;
		text-indent:-5000px;
		position:relative;
		z-index:3;
		display:block;
	}



/* Fluid Columns */
.one_half{ width:48%; }
.one_third{ width:30.66%; }
.two_third{ width:65.33%; }
.one_fourth{ width:22%; }
.three_fourth{ width:74%; }
.one_fifth{ width:16.8%; }
.two_fifth{ width:37.6%; }
.three_fifth{ width:58.4%; }
.four_fifth{ width:79.2%; }
.one_sixth{ width:13.33%; }
.five_sixth{ width:82.67%; }
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth{ position:relative; margin-right:4%; float:left; }
.last { margin-right:0 !important; clear:right; }


.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;}

.wrapper { 
	width:100%;
	overflow:hidden;
}
.extra-wrap {
	overflow:hidden;
	}


/* Clear Floated Elements */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* Always remember to compress your live stylesheet and keep an uncompressed backup */


/* Navigations
---------------------------------------- */
/* Primary navigation */
nav.primary {
	padding:0px;
	background:none;
	z-index:99;
}

#topnav {
	margin:0; 
	height:54px;
}
	

/* Essential styles for dropdown menu */
.sf-menu {
	padding:0px 0px 0px 0px;
	position:relative;
	background:none;
	text-align:left;
}
.sf-menu li {
	position:relative;
}
.sf-menu > li{
	display:block;
	float:left;
	text-align:center;
	position:relative;	
	margin:0;
	border:none;
	padding:0 2px 0 0;
}


.sf-menu li a {
	font-weight:normal;
	background:none;
	display:block;
	text-decoration:none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.sf-menu > li > a {
	font-size:18px; 
	line-height:16px;
	text-transform:uppercase;
	font-weight:bold;
	padding:17px 15px 21px 15px;
	position:relative;
	overflow:hidden;
}
.sf-menu > li > a >.menu-txt .menu-marker {
	display:inline-block;
	width:100%;
	height:0px;
	position:absolute;
	bottom:-21px;
	left:0;
	z-index:201;
}
	.sf-menu > li.sfHover > a >.menu-txt .menu-marker  {height:11px;}
	
	.sf-menu > li > a .menu-txt {
		z-index:202;
		position:relative;
		display:block;
	}
	.sf-menu > li .bg-menu1 {
		display:block;
		-webkit-transition: all 0.6s ease-out 0.1s;
		-moz-transition: all 0.6s ease-out 0.1s;
		-o-transition: all 0.6s ease-out 0.1s;
		transition: all 0.6s ease-out 0.1s;
		-webkit-transform: skew(0deg, -90deg);
		-moz-transform: skew(0deg, -90deg);
		transform: skew(0deg, -90deg);
		position: absolute;
	    overflow: hidden;
	    top: 0;
	    left: 0;
		right:0;
		bottom:0;
		opacity:0;
	}
	.sf-menu > li .bg-menu2 {
		display:block;
		-webkit-transition: all 0.6s ease-out 0.1s;
		-moz-transition: all 0.6s ease-out 0.1s;
		-o-transition: all 0.6s ease-out 0.1s;
		transition: all 0.6s ease-out 0.1s;
		-webkit-transform: skew(0deg, 90deg);
		-moz-transform: skew(0deg, 90deg);
		transform: skew(0deg, 90deg);
		position: absolute;
	    overflow: hidden;
	    top: 0;
	    left: 0;
		right:0;
		bottom:0;
		opacity:0;
	}
	.sf-menu > li:hover .bg-menu1, .sf-menu > li.sfHover .bg-menu1{
		opacity: 1;
		-webkit-transform: skew(0deg, 0deg);
		-moz-transform: skew(0deg, 0deg);
		transform: skew(0deg, 0deg);
	}
	.sf-menu > li:hover .bg-menu2, .sf-menu > li.sfHover .bg-menu2{
		opacity: 1;
		-webkit-transform: skew(0deg, 0deg);
		-moz-transform: skew(0deg, 0deg);
		transform: skew(0deg, 0deg);
	}

.sf-menu > li.current-menu-item > a {background:url(images/bg-menu-item.jpg) 0 0 repeat-x #1e4585;}
.sf-menu > li.current-menu-item .bg-menu1, .sf-menu > li.current-menu-item .bg-menu2 {display:none;}


.sf-menu ul {
	position:		absolute;
	letter-spacing: 0;
	width:			148px; /* left offset of submenus need to match (see below) */
	padding:18px 0px 17px 0px;
	z-index:99999;
	display:none;
	margin:0;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	left:			0;
	top:			51px; /* match top ul list item height */
	z-index:		99999;
	margin-left: -3px;
	display: block;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	width:148px;
	padding:2px 0px 0px 0px;
	margin:0;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			148px; /* match ul width */
	top:			-2px;
	z-index:9999;
}
.sf-menu ul li {
	margin:0px;
	padding:0;
	text-align:left;
}

.sf-menu li li a {
	text-align:left;
	color:#846e62;
	font-size:11px;
	line-height:15px;
	padding:12px 5px 14px 18px;
}