/*
Theme Name: Vision
Theme URI: http://themeforest.net/item/vision-responsive-wordpress-theme/3390147
Description: Responsive WordPress Theme
Author: ThemeRain
Author URI: http://themeforest.net/user/ThemeRain
Version: 1.2
*/

/*-----------------------------------------------------------------------------------*/
/*	1.	General
/*-----------------------------------------------------------------------------------*/

body {
	width: 100%;
	min-height: 100%;
	margin: 0 auto;
	border-top: 8px solid #000;
	//background: url(images/bg.jpg) #fff;
	background: #fff;
	color: #000;
	font-family: 'Enriqueta', serif;
	font-size: 14px;
	line-height: 20px;
}

a {
	color: #000;
	text-decoration: none;
	-webkit-transition: color 0.2s, background 0.2s;
	-moz-transition: color 0.2s, background 0.2s;
	transition: color 0.2s, background 0.2s;
}

a:hover {
	color: #1CBBB4;
}

img {
	max-width: 100%;
	height: auto;
	border: none;
}

a img {
	display: block;
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 20px 0;
	padding: 0;
	font-weight: normal;
}

h1 {
	font-size: 24px;
	line-height: 40px;
}

h2 {
	font-size: 22px;
	line-height: 32px;
}

h3 {
	font-size: 20px;
	line-height: 20px;
}

h4 {
	font-size: 18px;
	line-height: 20px;
}

h5 {
	font-size: 16px;
	line-height: 20px;
}

h6 {
	font-size: 14px;
	line-height: 20px;
}

p {
	margin: 0 0 20px 0;
}

.alignnone {
	display: block;
	margin: 0 auto 20px auto;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 0 auto 20px auto;
}

.alignright {
	float: right;
	margin: 0 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 0 auto 20px auto;
}

a img.alignnone {
	display: block;
	margin: 0 auto 20px auto;
}

a img.alignright {
	float: right;
	margin: 0 0 20px 20px;
}

a img.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin: 0 auto 20px auto;
}

.wp-caption {
	max-width: 96%;
	padding: 10px 0 10px 10px;
	background: #EEEEEE;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 0 auto 20px auto;
}

.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption.aligncenter {
	margin: 0 auto 20px auto;
}

.wp-caption img {
	width: auto;
	max-width: 98.5%;
	height: auto;
	margin: 0 0 10px 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 12px;
	line-height: 20px;
	margin: 0;
}

input[type="text"],
input[type="password"] {
	width: 208px;
}

textarea {
	width: 80%;
}

input[type="text"],
input[type="password"],
textarea {
	display: block;
	outline: none;
	margin: 0 0 20px 0;
	padding: 8px 10px;
	border: 1px solid #eee;
	background: #eee;
	color: #999;
	font-size: 13px;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	transition: background 0.4s;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
	background: #fff;
}

input[type="submit"] {
	outline: none;
	cursor: pointer;
	margin: 0;
	padding: 10px 20px;
	border: none;
	background: #1F2226;
	color: #f1f1f1;
	font-size: 13px;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 2px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 2px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 2px 0 rgba(0, 0, 0, 0.1);
	-webkit-transition: background 0.2s;
	-moz-transition: background 0.2s;
	transition: background 0.2s;
}

input[type="submit"]:hover {
	background: #1CBBB4;
}

small {
	font-size: 12px;
}

blockquote {
	margin: 20px 50px 20px 20px;
	padding-left: 30px;
	background: url(images/icon-quote.png) left top no-repeat;
	text-align: center;
}

*::selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

*::-webkit-selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

*::-moz-selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
}

/* Main --------------------------------------------*/

#container {
	width: 950px;
	margin: 0 auto;
}

/*-----------------------------------------------------------------------------------*/
/*	2.	Header
/*-----------------------------------------------------------------------------------*/

#header {
	//padding: 40px 0;
	padding: 20px 0;
	border-bottom: 1px dashed #000;
}

/* Logo --------------------------------------------*/

#logo {
	float: left;
	width: 230px;
	margin-right: 10px;
}

#logo a {
	display: inline-block;
}

#logo h1 {
	margin: 0;
	padding: 0;
	font-size: 36px;
	line-height: 40px;
}

#tagline {

}

/* Menus -------------------------------------------*/

#primary-menu {
	text-align: right;
}

#primary-menu,
#secondary-menu {
	float: left;
	width: 230px;
	margin-right: 10px;
}

#primary-menu a,
#secondary-menu a {
	-webkit-transition: padding 0.2s;
	-moz-transition: padding 0.2s;
	transition: padding 0.2s;
}

#primary-menu a:hover {
	padding-right: 5px;
}

#secondary-menu a:hover {
	padding-left: 5px;
}

#primary-menu ul,
#secondary-menu ul {
	margin: 0;
	padding: 0;
}

#primary-menu ul,
#secondary-menu li {
	list-style: none;
}

/* Right Area --------------------------------------*/

.header-right-area {
	float: right;
	width: 230px;
	text-align: right;
}

/*-----------------------------------------------------------------------------------*/
/*	3.	Content
/*-----------------------------------------------------------------------------------*/

#page-header {
	margin-bottom: 5px;
	padding: 5px 0;
	//border-bottom: 1px dashed #000;
	text-align: center;
}

#page-header h1 {
	display: inline;
	margin: 0;
	padding: 20px;
	background: url(images/circle.png) left center no-repeat, url(images/circle.png) right center no-repeat;
	font-size: 20px;
	line-height: 60px;
	//text-shadow: #f9f9f9 1px 1px 0px, #999999 2px 2px 0px;
}

.subtitle {
	margin-top: 10px;
	font-size: 22px;
}

#primary {
	float: left;
	width: 680px;
}

/*----------------------------------------------------------------------------------*/
/*  4.  Post & Post Formats
/*----------------------------------------------------------------------------------*/

.post {
	margin-bottom: 80px;
}

.post-header {
	margin-bottom: 12px;
}

.post-title {
	float: left;
	width: 80%;
}

.post-title h2 {
	margin: 0;
}

.post-meta-left {
	float: left;
	width: 80px;
	margin-left: -100px;
	text-align: right;
}

.post-meta-bottom {
	padding: 10px 0;
	border-top: 1px dashed #000;
	border-bottom: 1px dashed #000;
	font-size: 12px;
}

.post-comments a {
	display: inline-block;
	float: right;
	width: 32px;
	height: 32px;
	margin-top: 2px;
	background: url(images/icon-comments.png) top center no-repeat;
	color: #fff;
	text-align: center;
	line-height: 16px;
}

.post-comments a:hover {
	color: #fff;
}

.post-date {
	float: left;
	margin-right: 20px;
	padding-left: 20px;
	background: url(images/icon-date.png) left center no-repeat;
}

.post-tags {
	float: left;
	padding-left: 20px;
	background: url(images/icon-tag.png) left center no-repeat;
}

.post-category {
	float: left;
	margin-right: 20px;
	padding-left: 20px;
	background: url(images/icon-category.png) left center no-repeat;
}

.post-content {
	margin-bottom: 30px;
}

.read-more {
	float: right;
}

/* Standard Post Format ----------------------------*/

.post-thumb {
	margin-bottom: 25px;
}

/* Video Post Format -------------------------------*/

.video-thumb {
	position: relative;
	padding-bottom: 56.25%;
	margin-bottom: 30px;
	height: 0;
	overflow: hidden;
}

.video-thumb iframe,  
.video-thumb object,  
.video-thumb embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

/* Gallery Post Format -----------------------------*/

.flexslider {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}

.flexslider ul {
	margin: 0;
	padding: 0;
}

.flexslider li {
	list-style: none;
}

.flexslider .slides > li {
	display: none;
}

.flex-direction-nav {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 999;
	width: 69px;
}

.flex-prev {
	float: left;
	width: 32px;
	height: 32px;
	margin-right: 5px;
	background: url(images/slideshow-navigation.png);
	background-position: 0 0;
}

.flex-next {
	float: left;
	width: 32px;
	height: 32px;
	background: url(images/slideshow-navigation.png);
	background-position: 0 -32px;
}

/* Quote Post Format -------------------------------*/

.post-quote {
	margin-bottom: 22px;
}

.post-quote-text {
	font-size: 22px;
	line-height: 32px;
}

.post-quote-author {
	margin-top: 15px;
	color: #999;	
}

/* Link Post Format --------------------------------*/

.post-link-url {
	margin-bottom: 20px;
	padding-left: 30px;
	background: url(images/icon-link.png) left center no-repeat;
	font-size: 22px;
	line-height: 32px;
}

/* Social Share ------------------------------------

.social-share {
	margin-top: 40px;
	padding: 30px;
	background: #eee;
}

.social-share-left {
	float: left;
}

.social-share-right {
	float: right;
}

.social-share-right .social {
	margin: 0 0 0 30px;
}*/

/* Pagination --------------------------------------*/

.pagination {
	text-align: center;
}

.pagination a {
	padding: 8px 12px;
}

.pagination a:hover {
	background: #000;
	color: #fff;
}

.pagination .current {
	padding: 8px 12px;
	background: #000;
	color: #fff;
}

/*-----------------------------------------------------------------------------------*/
/*	5.	Comments
/*-----------------------------------------------------------------------------------*/

#comments {
	margin-bottom: 80px;
}

#comments h3 {
	margin-bottom: 40px;
}

.comment {
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #000;
}

.comment .avatar {
	float: left;
	width: 50px;
	height: 50px;
	padding: 5px;
	border: 1px solid #ececec;
}

.comment-inner {
	padding-left: 80px;
}

.comment-meta {
	margin-bottom: 7px;
	font-size: 12px;
}

#respond #author,
#respond #email,
#respond #url,
#respond #comment {
	margin: 5px 0 10px 0;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
	margin: 0;
}

.comment-notes,
.form-allowed-tags,
.logged-in-as,
.moderation {
	color: #999;
	font-size: 12px;
}

/*-----------------------------------------------------------------------------------*/
/*	6.	Footer Styles
/*-----------------------------------------------------------------------------------*/

#footer {
	margin-top: 80px;
	//border-bottom: 8px solid #000;
	background: #fff;
	color: #dd0066;
	//box-shadow: 0 -8px 0 rgba(0, 0, 0, 0.15);
}

#footer a {
	color: #000;
}

#footer a:hover {
	color: #1CBBB4;
}

.footer-inner {
	width: 950px;
	margin: 0 auto;
	padding: 6px 0;
	//border-top: 1px solid #222;
}

.footer-left-area {
	float: left;
	width: 49%;
	margin-right: 1%;
}

.footer-right-area {
	float: right;
	width: 49%;
	margin-left: 1%;
	text-align: right;
}

/*-----------------------------------------------------------------------------------*/
/*	7.	Page Templates
/*-----------------------------------------------------------------------------------*/

/* Portfolio ---------------------------------------*/

.page-template-template-portfolio-php #primary,
.tax-portfolio-tags #primary {
    width: 100%;
}

#portfolio-container {
	width: 960px;
}

.portfolio-thumb {
	position: relative;
	float: left;
	width: 230px;
	margin: 0 10px 10px 0;
}

.portfolio-thumb-caption {
	padding: 6px 15px;
	border-left: 0 solid #1CBBB4;
	//background: #000;
	//background: #FFF;
	-webkit-transition: border 0.2s;
	-moz-transition: border 0.2s;
	transition: border 0.2s;
}

.portfolio-thumb-caption:hover {
	border-left: 5px solid #1CBBB4;
}

.portfolio-thumb-caption a:hover {
	color: #1CBBB4;
}

.portfolio-thumb-caption h1 {
	margin: 0;
	padding: 0;
	//color: #fff;
	color: #000;
	font-size: 12px;
	line-height: 20px;
}

.portfolio-thumb-caption h1 a {
	color: #000;
}

.portfolio-thumb-caption h2 {
	margin: 0;
	padding: 0;
	color: #999999;
	font-size: 12px;
	line-height: 20px;
}

.portfolio-thumb-caption h2 a {
	color: #999999;
}

.portfolio-thumb-image {
	position: relative;
}

.overlay {
	position: absolute;
	display: none;
	z-index: 9999;
	cursor: pointer;
	width: 100%;
	height: 100%;
	//background: url(images/overlay-arrow.jpg) center center no-repeat, url(images/overlay-bg.png);
	background: url(images/overlay-arrow.jpg) center center no-repeat;
	//-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 100px inset;
	//-moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 100px inset;
	//box-shadow: rgba(0, 0, 0, 0.15) 0 0 100px inset;
}

.overlay-inner {
	padding: 20px 15px;
}

.overlay-inner h1 {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 18px;
	line-height: 20px;
}

.overlay-category {
	margin: 10px 0;
	padding: 8px 0;
	border-top: 1px dashed #000;
	border-bottom: 1px dashed #000;
	font-size: 12px;
}

.portfolio-filter {
	margin: 0 0 30px 0;
	text-align: center;
	background: #fff;
	font-size: 11px;
	text-transform: uppercase;
}

.portfolio-filter ul {
	margin: 0;
	padding: 0;
}

.portfolio-filter li {
	list-style: none;
	display: inline-block;
	margin: 0 2.5px 10px 2.5px;
}

.portfolio-filter a {
	display: inline-block;
	padding: 8px 20px;
	background: #fff;
	color: #fff;
}

.portfolio-filter a:hover {
	background: #fff;
	color: #fff;
}

.portfolio-filter a.active {
	background: #fff;
	color: #fff;
}/

.disable {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	display: none;
	z-index: 999;
	width: 100%;
	height: 100%;
	background: #f9f9f9;
}

.single-portfolio #primary {
	width: 100%;
}

.portfolio-img {
	display: inline-block;
	margin-bottom: 40px;
}

.portfolio-single-left {
	float: left;
	width: 680px;
}

.portfolio-single-right {
	float: right;
	width: 230px;
}

.portfolio-single-right-inner {
	padding: 20px;
	background: #eee;
}

.portfolio-single-meta {
	margin-bottom: 10px;
	padding-bottom: 10px;
	//border-bottom: 1px dashed #000;
}

.portfolio-single-meta p {
	margin-bottom: 8px;
}

.portfolio-meta-url a {
	display: inline-block;
	padding-right: 20px;
	background: url(images/icon-url.png) right center no-repeat;
}

.portfolio-single-share {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #000;
}

/*.portfolio-single-share .social {
	margin: 0 5px 0 10px;*/
}

.nav-next,
.nav-prev,
.nav-top {
	width: 40px;
	height: 40px;
	float: left;
	-webkit-transition: background 0.2s;
	-moz-transition: background 0.2s;
	transition: background 0.2s;
}

.nav-next {
	background: url(images/navigation.png) no-repeat #000;
	background-position: 0 0;
}

.nav-next:hover,
.nav-prev:hover,
.nav-top:hover {
	background-color: #1CBBB4;
}

.nav-prev {
	margin-right: 1px;
	background: url(images/navigation.png) no-repeat #000;
	background-position: 0 -40px;
}

.nav-top {
	margin-right: 1px;
	background: url(images/navigation.png) no-repeat #000;
	background-position: 0 -80px;
}

.single-portfolio #portfolio-container {
	margin-top: 80px;
}

/* Isotope -----------------------------------------*/

.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	transition-duration: 0s;
}

/* Archives ----------------------------------------*/

.page-template-template-archives-php #primary {
	width: 100%;
}

.page-template-template-archives-php #primary ul {
	padding-left: 20px;
}

.archives-column {
	float: left;
	width: 200px;
	margin-right: 40px;
}

.archives-column.last {
	margin-right: 0;
}

/* Full Width --------------------------------------*/

.page-template-template-full-width-php #primary {
	width: 100%;
}

/* 404 Page ----------------------------------------*/

.error404 #primary {
	width: 100%;
}

.error404-big {
	margin: 40px 0 50px 0;
	font-size: 300px;
	line-height: 300px;
	text-align: center;
}

.error404-small {
	margin-bottom: 80px;
	font-size: 48px;
	text-align: center;
}

/*-----------------------------------------------------------------------------------*/
/*	8.	Sidebars & Widgets
/*-----------------------------------------------------------------------------------*/

#sidebar {
	float: right;
	width: 230px;
}

#sidebar h3 {
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	padding-left: 20px;
	background: url(images/icon-title.png) left center no-repeat;
}

#sidebar .widget {
	margin-bottom: 60px;
}

#footer-sidebar {
	width: 960px;
	margin: 0 auto;
	padding: 10px 0 0px 10px;
	//padding: 40px 0 120px 10px;
}

#footer-sidebar h3 {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	padding-left: 20px;
	background: url(images/icon-title.png) left center no-repeat;
}

#footer-sidebar .widget {
	float: left;
	width: 200px;
	margin-right: 40px;
}

.widget ul {
	margin: 0;
	padding: 0;
}

.widget li {
	list-style: none;
	padding-left: 20px;
	background: url(images/li.jpg) left center no-repeat;
}

.tagcloud {
	overflow: hidden;
}

#footer-sidebar .tagcloud a {
	color: #fff;
}

.tagcloud a {
	display: block;
	float: left;
	margin: 0 3px 3px 0;
	padding: 2px 10px;
	border: 1px solid #333;
	color: #000;
	-webkit-transition: background 0.2s, color 0.2s, border 0.2s;
	-moz-transition: background 0.2s, color 0.2s, border 0.2s;
	transition: background 0.2s, color 0.2s, border 0.2s;
}

.tagcloud a:hover {
	border-color: #1CBBB4;
	background: #1CBBB4;
	color: #fff !important;
}

.widget-latest-works {
	width: 205px;
}

.latest-work {
	position: relative;
	float: left;
	width: 62px;
	border: 1px solid #333;
	margin: 0 4px 4px 0;
	-webkit-transition: border 0.2s;
	-moz-transition: border 0.2s;
	transition: border 0.2s;
}

.latest-work-inner {
	padding: 2px;
}

.latest-work:hover {
	border-color: #1CBBB4;
}

#sidebar input[type="text"] {
	width: 208px;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	padding: 8px 0;
}

#wp-calendar #next {
	text-align: right;
}

.widget_recent_comments li {
	margin-bottom: 15px;
}

#searchform {
	position: relative;
	display: inline-block;
}

#searchform input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	background: url(images/icon-search.png) center center no-repeat;
	box-shadow: none;
}

.wpcf7-not-valid-tip {
	padding-left: 5px !important;
	margin-top: -46px;
}

/*-----------------------------------------------------------------------------------*/
/*	9.	Shortcodes
/*-----------------------------------------------------------------------------------*/

a.button {
	display: inline-block;
	margin: 0 20px 20px 0;
	padding: 10px 20px;
	background: #000;
	color: #fff;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 2px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 2px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 2px 0 rgba(0, 0, 0, 0.1);
}

a.button:hover {
	color: #fff;
}

/*.social {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 20px 20px 0;
	background: url(images/social-icons.png) no-repeat;
}

a.social {
	display: inline-block;
}

.social.facebook 			{background-position: 0 0;}
.social.facebook:hover 		{background-position: 0 -16px;}
.social.twitter 			{background-position: 0 -32px;}
.social.twitter:hover 		{background-position: 0 -48px;}
.social.dribbble 			{background-position: 0 -64px;}
.social.dribbble:hover 		{background-position: 0 -80px;}
.social.flickr 				{background-position: 0 -96px;}
.social.flickr:hover 		{background-position: 0 -112px;}
.social.rss 				{background-position: 0 -128px;}
.social.rss:hover 			{background-position: 0 -144px;}
.social.skype 				{background-position: 0 -160px;}
.social.skype:hover 		{background-position: 0 -176px;}
.social.blogger 			{background-position: 0 -192px;}
.social.blogger:hover 		{background-position: 0 -208px;}
.social.vimeo 				{background-position: 0 -224px;}
.social.vimeo:hover 		{background-position: 0 -240px;}
.social.picasa 				{background-position: 0 -256px;}
.social.picasa:hover 		{background-position: 0 -272px;}
.social.forrst 				{background-position: 0 -288px;}
.social.forrst:hover 		{background-position: 0 -304px;}
.social.digg 				{background-position: 0 -320px;}
.social.digg:hover 			{background-position: 0 -336px;}
.social.stumbleupon 		{background-position: 0 -352px;}
.social.stumbleupon:hover 	{background-position: 0 -368px;}
.social.deviantart 			{background-position: 0 -384px;}
.social.deviantart:hover 	{background-position: 0 -400px;}
.social.tumblr 				{background-position: 0 -416px;}
.social.tumblr:hover 		{background-position: 0 -432px;}
.social.linkedin 			{background-position: 0 -448px;}
.social.linkedin:hover 		{background-position: 0 -464px;}
.social.googleplus			{background-position: 0 -480px;}
.social.googleplus:hover 	{background-position: 0 -496px;}
.social.delicious			{background-position: 0 -512px;}
.social.delicious:hover 	{background-position: 0 -528px;}
.social.myspace				{background-position: 0 -544px;}
.social.myspace:hover 		{background-position: 0 -560px;}
.social.pinterest			{background-position: 0 -576px;}
.social.pinterest:hover 	{background-position: 0 -592px;}*/

.tabs {
	width: 100%;
	overflow: hidden;
}

.tabs-header {
	border-bottom: 1px solid #000;
}

.tab-title {
	float: left;
	font-size: 12px;
	text-transform: uppercase;
}

.tab-title a {
	display: block;
	margin-bottom: -1px;
	padding: 10px 20px;
}

.tabs-header .tab-title a.selected {
	background: #000;
	color: #fff;
}

.tab-content {
	float: left;
	clear: both;
	display: none;
	padding: 20px 0;
}

.toggle-title {
	font-size: 12px;
	background: url(images/toggle-plus.png) left center no-repeat;
	text-transform: uppercase;
}

.toggle-title.clicked {
	background: url(images/toggle-minus.png) left center no-repeat;
}

.toggle-title a {
	display: block;
	padding: 8px 20px;
}

.toggle-content {
	padding: 0 20px;
}

.toggle-content-inner {
	padding: 10px 0;
}

.one_fourth {
	width: 22%;	
}

.one_third {
	width: 30.66%;
}

.one_half {
	width: 48%;
}

.two_third {
	width: 65.33%;
}

.three_fourth {
	width: 73.99%;
}

.one_fourth,
.one_third,
.one_half,
.two_third,
.three_fourth {
	position: relative;
	float: left;
	margin-right: 4%;
	margin-bottom: 40px;
}

.last_column {
	clear: right;
	margin-right: 0 !important;
}

.divider {
	width: 100%;
	margin-bottom: 20px;
}

.tooltip {
	position: absolute;
	z-index: 1020;
	display: block;
	padding: 5px;
	font-size: 11px;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: visible;
}

.tooltip.in {
	opacity: 1;
	filter: alpha(opacity=100);
}

.tooltip.top {
	margin-top: 4px;
}

.tooltip.right {
	margin-left: 2px;
}

.tooltip.bottom {
	margin-top: 2px;
}

.tooltip.left {
	margin-left: -2px;
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-top: 5px solid #000;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 10px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1010;
	display: none;
	padding: 2px;
}

.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	-moz-transition: opacity 0.15s linear;
	-ms-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}

.fade.in {
	opacity: 1;
}

/*-----------------------------------------------------------------------------------*/
/*	10.	Responsive
/*-----------------------------------------------------------------------------------*/

@media only screen and (max-width: 980px) {
	#container,
	.footer-inner {
		width: 728px;
	}
	
	#logo,
	#primary-menu,
	#secondary-menu,
	.header-right-area {
		width: 170px;
	}
	
	#page-header h1 {
		font-size: 30px;
	}
	
	.subtitle {
		font-size: 20px;
	}
	
	#primary,
	.portfolio-single-left {
		width: 500px;
	}
	
	#sidebar,
	.portfolio-single-right {
		width: 188px;
	}
	
	#portfolio-container {
		width: 738px;
	}
	
	.portfolio-thumb {
		width: 236px;
	}
	
	#footer-sidebar {
		width: 738px;
	}
	
	#footer-sidebar .widget,
	.archives-column {
		width: 144px;
	}
	
	#searchform input[type="text"] {
		width: 166px;
	}
	
	.widget-latest-works {
		width: 163px;
	}

	.latest-work {
		width: 44px;
	}
	
	.social-share-right {
		float: left;
	}
	
	.social-share-right .social {
		margin: 20px 30px 0 0;
	}
}

@media only screen and (max-width: 767px) {
	#container,
	.footer-inner {
		width: 440px;
	}
	
	#logo {
		float: none;
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}
	
	#primary-menu {
		width: 210px;
		margin-bottom: 20px;
	}
	
	#secondary-menu {
		width: 210px;
		margin-right: 0;
		margin-bottom: 20px;
	}
	
	.header-right-area {
		float: none;
		width: 100%;	
		text-align: center;
	}
		
	#primary,
	.portfolio-single-left {
		float: none;
		width: 100%;
	}
	
	#sidebar {
		float: none;
		width: 100%;
		margin-top: 80px;
	}
	
	.portfolio-single-right {
		float: none;
		width: 100%;
		margin-top: 40px;
	}
	
	#footer-sidebar {
		width: 450px;
		padding-bottom: 60px;
	}
	
	#footer-sidebar .widget,
	.archives-column {
		width: 440px;
		margin-bottom: 60px;
	}
	
	.widget-latest-works {
		width: 450px;
	}

	.latest-work {
		width: 100px;
		margin: 0 10px 10px 0;
	}
	
	.footer-left-area {
		float: none;
		width: 100%;
		margin: 0 0 10px 0;
		text-align: center;
	}
	
	.footer-right-area {
		float: none;
		width: 100%;
		margin: 0;
		text-align: center;
	}
	
	.error404-big {
		font-size: 120px;
		line-height: 120px;
	}
	
	.error404-small {
		font-size: 19px;
		line-height: 20px;
		margin-bottom: 0;
	}
	
	#portfolio-container {
		width: 450px;
	}
	
	.portfolio-thumb {
		width: 215px;
	}
	
	#searchform input[type="text"],
	textarea {
		width: 418px;
	}
}

@media only screen and (max-width: 479px) {
	#container,
	.footer-inner {
		width: 280px;
	}
	
	#primary-menu {
		width: 130px;
	}
	
	#secondary-menu {
		width: 130px;
	}
	
	#page-header h1 {
		font-size: 28px;
		line-height: 40px;
		margin-bottom: 7px;
	}
	
	.subtitle {
		font-size: 14px;
		line-height: 20px;
	}
	
	#portfolio-container {
		width: 290px;
	}
	
	.portfolio-thumb {
		width: 280px;
	}
	
	.read-more {
		display: none;
	}
	
	#footer-sidebar {
		width: 280px;
	}
	
	#footer-sidebar .widget,
	.archives-column {
		width: 280px;
	}
	
	.widget-latest-works {
		width: 290px;
	}

	.latest-work {
		width: 60px;
	}
	
	#searchform input[type="text"],
	textarea {
		width: 258px;
	}
}