﻿/*
 Theme Name: Hipster
 Theme URI: http://hipsterwp.beantowndesign.com/
 Description: Hipster is the perfect way to show off your portfolio/projects. It has a retro yet modern responsive design and plenty of iteractive features.
 Author: Fialovy & Beantown Design
 Author URI: http://themeforest.net/user/fialovy
 Version: 3.0
 License: GNU General Public License
 Tags: buddypress, dark, light, white, black, gray, one-column, two-columns, right-sidebar, fixed-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microformats, post-formats, sticky-post, theme-options, translation-ready
 License URI: license.txt
 */
.wp-caption{}
.wp-caption-text {}
.alignleft{float:left; margin-right:10px;}
.alignright{float:right; margin-left:10px;}
.aligncenter {margin:auto;text-align:center;}
.sticky {
}
.bypostauthor {
}
.gallery-caption {

}
.nomargin_right {
	margin-right: 0px !important;
}
.nomargin_left {
	margin-left: 0px !important;
}
.galeria {
	margin-left: 10px;
}


/* Table of Content
 ==================================================
 #Reset & Basics
 #Basic Styles
 #Site Styles
 #Typography
 #Links
 #Lists
 #Images
 #Forms
 #Misc */

/* #Reset & Basics (Inspired by E. Meyers)
 ================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
html { overflow-y: scroll }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* #Basic Styles
 ================================================== */
body {
	background: #fff;
	line-height: 21px;
	color: #444;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}

/* #Typography
 ================================================== */
h1, h2, h3, h4, h5, h6 {
	color: #181818;
	font-weight: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
}
h1 {
	font-size: 46px;
	line-height: 50px;
	margin-bottom: 14px;
}
h2 {
	font-size: 35px;
	line-height: 40px;
	margin-bottom: 10px;
}
h3 {
	font-size: 28px;
	line-height: 34px;
	margin-bottom: 8px;
}
h4 {
	font-size: 21px;
	line-height: 30px;
	margin-bottom: 4px;
}
h5 {
	font-size: 17px;
	line-height: 24px;
}
h6 {
	font-size: 14px;
	line-height: 21px;
}
.subheader {
	color: #777;
}

p {
	margin: 0 0 0px 0;
}
p img {
	margin: 0;
}
p.lead {
	font-size: 21px;
	line-height: 27px;
	color: #777;
}

em {
	font-style: italic;
}
strong {
	font-weight: bold;
	color: #333;
}
small {
	font-size: 80%;
}

/*	Blockquotes  */
blockquote, blockquote p {
	font-size: 17px;
	line-height: 24px;
	color: #777;
	font-style: italic;
}
blockquote {
	margin: 0 0 20px;
	padding: 9px 20px 0 19px;
	border-left: 1px solid #ddd;
}
blockquote cite {
	display: block;
	font-size: 12px;
	color: #555;
}
blockquote cite:before {
	content: "\2014 \0020";
}
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
	color: #555;
}

hr {
	border: solid #ddd;
	border-width: 1px 0 0;
	clear: both;
	margin: 10px 0 30px;
	height: 0;
}

/* #Links
 ================================================== */
a, a:visited {
	color: #333;
	text-decoration: underline;
	outline: 0;
}
a:hover, a:focus {
	color: #000;
}
p a, p a:visited {
	line-height: inherit;
}

/* #Lists
 ================================================== */
ul, ol {
	margin-bottom: 20px;
}
ul {
	list-style: none outside;
}
ol {
	list-style: decimal;
}
ol, ul.square, ul.circle, ul.disc {
	margin-left: 30px;
}
ul.square {
	list-style: square outside;
}
ul.circle {
	list-style: circle outside;
}
ul.disc {
	list-style: disc outside;
}
ul ul, ul ol, ol ol, ol ul {
	margin: 4px 0 5px 20px;
	font-size: 90%;
}
ul ul li, ul ol li, ol ol li, ol ul li {
	margin-bottom: 6px;
}
li {
	line-height: 18px;
	margin-bottom: 12px;
}
ul.large li {
	line-height: 21px;
}
li p {
	line-height: 21px;
}

/* #Images
 ================================================== */

img.scale-with-grid {
	max-width: 100%;
	height: auto;
}

/* #Forms
 ================================================== */

form {
	margin-bottom: 20px;
}
fieldset {
	margin-bottom: 20px;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
	border: 1px solid #ccc;
	padding: 6px 4px;
	outline: none;
	-moz-border-radius: 2px;

	-webkit-border-radius: 2px;
	border-radius: 2px;
	font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #777;
	margin: 0;
	width: 210px;
	max-width: 100% !important;
	display: block;
	margin-bottom: 20px;
	background: #fff;
}
select {
	padding: 0;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
	color: #444;
}
textarea {
	min-height: 60px;
}
label, legend {
	display: block;
	font-weight: bold;
	font-size: 13px;
}
select {
	width: 220px;
}
input[type="checkbox"] {
	display: inline;
}
label span, legend span {
	font-weight: normal;
	font-size: 13px;
	color: #444;
}

input[type="text"] {
	width: 280px !important;
}

input[type="text"].search {
	width: 100% !important;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

input.search-ie {
	display: none
}
.lt-ie10 input.search-ie {
	display: block
}
.lt-ie10 input.search-non-ie {
	display: none
}

input[type="text"], textarea, select {
	border-color: none;
	color: #CCCCCC;
	font-size: 13px;
	margin: 0 0 20px;
	overflow: hidden;
	padding: 10px;
	background: rgba(255, 255, 255, 0.6);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2) inset;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2) inset;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2) inset;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	position: relative;
	top: 0px;
	left: 0px;
}
.google-fonts select {
	background: rgba(0, 0, 0, 0.2);margin:0 10px;width:180px;
}
.google-fonts select option{
	background: rgba(0, 0, 0, 0.7);
}

textarea {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

input:focus, textarea:focus {
	background: rgba(255, 255, 255, 0.9);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2) inset, 4px 4px 0 rgba(158, 158, 158, 0.3);
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2) inset, 4px 4px 0 rgba(158, 158, 158, 0.3);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2) inset, 4px 4px 0 rgba(158, 158, 158, 0.3);
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	position: relative;
	top: -2px;
	left: -2px;
}

/* #Misc
 ================================================== */
.remove-bottom {
	margin-bottom: 0 !important;
}
.half-bottom {
	margin-bottom: 10px !important;
}
.add-bottom {
	margin-bottom: 20px !important;
}

/*
 * Skeleton V1.1
 * Copyright 2011, Dave Gamache
 * www.getskeleton.com
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 8/17/2011
 */

/* Table of Contents
 ==================================================
 #Base 960 Grid
 #Tablet (Portrait)
 #Mobile (Portrait)
 #Mobile (Landscape)
 #Clearing */

/* #Base 960 Grid
 ================================================== */

.container {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 0;
}
.container .column, .container .columns, .one_sixth, .one_fifth, .one_fourth, .one_third, .two_fifth, .one_half, .three_fifth, .two_third, .three_fourth, .two_third, .three_fourth, .four_fifth, .five_sixth {
	float: left;
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
}
.row {
	margin-bottom: 20px;
}
.last {
	margin-right: 0px;
}
/* Nested Column Classes */
.column.alpha, .columns.alpha {
	margin-left: 0;
}
.column.omega, .columns.omega {
	margin-right: 0;
}
.center {
	text-align: center;
}
/* Base Grid */
.container .one.column, .container .one.columns {
	width: 40px;
}
.container .two.columns, .container .one_sixth {
	width: 100px;
}
.container .three.columns, .container .one_fifth {
	width: 160px;
}
.container .four.columns, .container .one_fourth {
	width: 220px;
}
.container .five.columns, .container .one_third {
	width: 280px;
}
.container .six.columns, .container .two_fifth {
	width: 340px;
}
.container .seven.columns {
	width: 400px;
}
.container .eight.columns, .container .one_half {
	width: 460px;
}
.container .nine.columns, .container .three_fifth {
	width: 520px;
}
.container .ten.columns, .container .two_third {
	width: 580px;
}
.container .eleven.columns, .container .three_fourth {
	width: 640px;
}
.container .twelve.columns, .container .four_fifth {
	width: 700px;
}
.container .thirteen.columns, .container .five_sixth {
	width: 760px;
}
.container .fourteen.columns {
	width: 820px;
}
.container .fifteen.columns {
	width: 880px;
}
.container .sixteen.columns {
	width: 940px;
}

.container .one-third.column {
	width: 300px;
}
.container .two-thirds.column {
	width: 620px;
}

/* Offsets */
.container .offset-by-one {
	padding-left: 60px;
}
.container .offset-by-two {
	padding-left: 120px;
}
.container .offset-by-three {
	padding-left: 180px;
}
.container .offset-by-four {
	padding-left: 240px;
}
.container .offset-by-five {
	padding-left: 300px;
}
.container .offset-by-six {
	padding-left: 360px;
}
.container .offset-by-seven {
	padding-left: 420px;
}
.container .offset-by-eight {
	padding-left: 480px;
}
.container .offset-by-nine {
	padding-left: 540px;
}
.container .offset-by-ten {
	padding-left: 600px;
}
.container .offset-by-eleven {
	padding-left: 660px;
}
.container .offset-by-twelve {
	padding-left: 720px;
}
.container .offset-by-thirteen {
	padding-left: 780px;
}
.container .offset-by-fourteen {
	padding-left: 840px;
}
.container .offset-by-fifteen {
	padding-left: 900px;
}

/* #Tablet (Portrait)
 ================================================== */

/* Note: Design for a width of 768px */

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.container {
		width: 768px;
	}
	.container .column, .container .columns {
		margin-left: 10px;
		margin-right: 10px;
	}
	.column.alpha, .columns.alpha {
		margin-left: 0;
		margin-right: 10px;
	}
	.column.omega, .columns.omega {
		margin-right: 0;
		margin-left: 10px;
	}
	.alpha.omega {
		margin-left: 0;
		margin-right: 0;
	}

	.container .one.column, .container .one.columns {
		width: 28px;
	}
	.container .two.columns, .container .one_sixth {
		width: 76px;
	}
	.container .three.columns, .container .one_fifth {
		width: 124px;
	}
	.container .four.columns, .container .one_fourth, .clients li {
		width: 172px;
	}
	.container .five.columns, .container .one_third {
		width: 220px;
	}
	.container .six.columns, .container .two_fifth {
		width: 268px;
	}
	.container .seven.columns {
		width: 316px;
	}
	.container .eight.columns, .container .one_half {
		width: 364px;
	}
	.container .nine.columns, .container .three_fifth {
		width: 412px;
	}
	.container .ten.columns, .container .two_third {
		width: 460px;
	}
	.container .eleven.columns, .container .three_fourth {
		width: 508px;
	}
	.container .twelve.columns, .container .four_fifth {
		width: 556px;
	}
	.container .thirteen.columns, .container .five_sixth {
		width: 604px;
	}
	.container .fourteen.columns {
		width: 652px;
	}
	.container .fifteen.columns {
		width: 700px;
	}
	.container .sixteen.columns {
		width: 748px;
	}

	.container .one-third.column {
		width: 236px;
	}
	.container .two-thirds.column {
		width: 492px;
	}

	/* Offsets */
	.container .offset-by-one {
		padding-left: 48px;
	}
	.container .offset-by-two {
		padding-left: 96px;
	}
	.container .offset-by-three {
		padding-left: 144px;
	}
	.container .offset-by-four {
		padding-left: 192px;
	}
	.container .offset-by-five {
		padding-left: 240px;
	}
	.container .offset-by-six {
		padding-left: 288px;
	}
	.container .offset-by-seven {
		padding-left: 336px;
	}
	.container .offset-by-eight {
		padding-left: 348px;
	}
	.container .offset-by-nine {
		padding-left: 432px;
	}
	.container .offset-by-ten {
		padding-left: 480px;
	}
	.container .offset-by-eleven {
		padding-left: 528px;
	}
	.container .offset-by-twelve {
		padding-left: 576px;
	}
	.container .offset-by-thirteen {
		padding-left: 624px;
	}
	.container .offset-by-fourteen {
		padding-left: 672px;
	}
	.container .offset-by-fifteen {
		padding-left: 720px;
	}
}

/*  #Mobile (Portrait)
 ================================================== */

/* Note: Design for a width of 320px */

@media only screen and (max-width: 767px) {
	.container {
		width: 300px;
	}
	.container .columns, .container .column {
		margin: 0;
	}

	.container .one.column, .container .one.columns, .container .two.columns, .container .one_sixth, .container .three.columns, .container .one_fifth, .container .four.columns, .container .one_fourth, .clients li, .container .five.columns, .container .one_third, .container .six.columns, .container .two_fifth, .container .seven.columns, .container .eight.columns, .container .one_half, .container .nine.columns, .container .three_fifth, .container .ten.columns, .container .two_third, .container .eleven.columns, .container .three_fourth, .container .twelve.columns, .container .four_fifth, .container .thirteen.columns, .container .five_sixth, .container .fourteen.columns, .container .fifteen.columns, .container .sixteen.columns, .container .one-third.column, .container .two-thirds.column {
		width: 300px;
	}

	/* Offsets */
	.container .offset-by-one, .container .offset-by-two, .container .offset-by-three, .container .offset-by-four, .container .offset-by-five, .container .offset-by-six, .container .offset-by-seven, .container .offset-by-eight, .container .offset-by-nine, .container .offset-by-ten, .container .offset-by-eleven, .container .offset-by-twelve, .container .offset-by-thirteen, .container .offset-by-fourteen, .container .offset-by-fifteen {
		padding-left: 0;
	}
.map_google{height:250px !important;}
.one_sixth, .one_fifth, .one_fourth, .one_third, .two_fifth, .one_half, .three_fifth, .two_third, .three_fourth, .two_third, .three_fourth, .four_fifth, .five_sixth {margin-left: 0px !important;}
}

/* #Mobile (Landscape)
 ================================================== */

/* Note: Design for a width of 480px */

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.container {
		width: 420px;
	}
	.container .columns, .container .column {
		margin: 0;
	}

	.container .one.column, .container .one.columns, .container .two.columns, .container .one_sixth, .container .three.columns, .container .one_fifth, .container .four.columns, .container .one_fourth, .clients li, .container .five.columns, .container .one_third, .container .six.columns, .container .two_fifth, .container .seven.columns, .container .eight.columns, .container .one_half, .container .nine.columns, .container .three_fifth, .container .ten.columns, .container .two_third, .container .eleven.columns, .container .three_fourth, .container .twelve.columns, .container .four_fifth, .container .thirteen.columns, .container .five_sixth, .container .fourteen.columns, .container .fifteen.columns, .container .sixteen.columns, .container .one-third.column, .container .two-thirds.column {
		width: 420px;
	}
	.map_google{height:150px !important;}
}

/* #Clearing
 ================================================== */

/* Self Clearing Goodness */
.container:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Use clearfix class on parent to clear nested columns,
 or wrap each row of columns in a <div class="row"> */
.clearfix:before, .clearfix:after, .row:before, .row:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.row:after, .clearfix:after {
	clear: both;
}
.row, .clearfix {
	zoom: 1;
}

/* You can also use a <br class="clear" /> to clear columns */
.clear, .clearboth {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.boxed {
	width: 980px;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	background: rgba(255, 255, 255, 0.9);
	margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.boxed {
		width: 768px;
	}
}
@media only screen and (max-width: 767px) {
	.boxed {
		width: 320px;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.boxed {
		width: 440px;
	}
}

.lt-ie9 .boxed {
	background: url("assets/images/transparent90w.png")
}

.recentcomments {
	min-height: 25px;
	padding-top: 8px !important
}
ul.commentlist li.comment {
	width: 95%;
}
ul.commentlist  > li > ol > li > ol > li.comment{margin-left:12%;width:88% !important;}
ul ol li.comment{
	background:url("assets/images/seps/dashed.png") repeat-x scroll center top transparent !important;
}
ul > li > ol.children > li {
	width: 92%;
	margin-left: 8%;
}
ol ol, ol ul {
	margin-left: 0px;
}
ul ol li.comment {
	background: url(assets/images/jplayer/seps/dashed.png) top repeat-x;
}
.avatar {
	margin-top: 2px !important;
}
.map_google {
	clear: left;
	background-color: rgba(204, 204, 204, 0.1) !important;
	border-bottom: 4px double #DDDDDD;
	border-top: 4px double #DDDDDD;
	margin-bottom: 25px;
	background-color: #E5E3DF;
}
.map_google.all{
	border: 4px double #DDDDDD;
}
.gallery p, .isotope p, .related p {
	margin-bottom: 0px;
}

.gallery {
	overflow: hidden;
	position: relative;
	margin-bottom: 0px;
}
.pagination li {
	cursor: pointer;
}
.post img {
	height: auto;
}

.post .zoom {
	top: 0px;
}

.post .port-box .zoom {
	top: 0px !important;
}
.post   .zoom-holder {
	line-height: 0px
}
.zoom-holder {
	line-height: 0px
}

.post  div.port-item-container {
	/*background: none !important;
	-webkit-box-shadow: 0px 0px 0px 0px !important;
	-moz-box-shadow: 0px 0px 0px 0px !important;
	box-shadow: 0px 0px 0px 0px !important;
	margin-bottom: 3px;*/
}
.shadow {
	-webkit-box-shadow: 4px 4px 4px rgba(158, 158, 158, 0.3);
	-moz-box-shadow: 4px 4px 4px rgba(158, 158, 158, 0.3);
	box-shadow: 4px 4px 4px rgba(158, 158, 158, 0.3);
}

.navsort a {
	text-transform: capitalize;
}
.hide {
	display: none;
}
.post .callbacks_container {
	margin-bottom: -7px;
}
.fourcol .port-item-container {
	width: 220px;
	margin: 10px;
}
.threecol .port-item-container {
	width: 300px;
	margin: 10px;
}
.twocol .port-item-container {
	width: 460px;
	margin: 10px;
}
@media only screen and (max-width: 767px) {
	.threecol .port-item-container {
		width: 290px !important;
		margin: 10px 0;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.threecol .port-item-container {
		width: 190px !important;
		margin: 10px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.threecol .port-item-container {
		width: 235px !important;
	}
}

@media only screen and (max-width: 767px) {
	.twocol .port-item-container {
		width: 290px !important;
		margin: 10px 0;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.twocol .port-item-container {
		width: 190px !important;
		margin: 10px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.twocol .port-item-container {
		width: 235px !important;
	}
	
}

@media only screen and (max-width: 767px) {

	.container .column, .container .columns {
		display: inline;
		float: left;
	}
	li.one-third, li.four, li.eight {
		width: 290px !important;
		margin: 10px 0;
	}
		.movie_contaner,.movie_contaner img,#jp_flash_0,.jp-jplayer{max-width:767px;width:100% !important;}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.container .column, .container .columns {
		display: block;
		float: none;
	}
	li.one-third, li.four, li.eight {
		width: 420px !important;
		margin: 10px;
	}
	.galeria {
		margin-left: 0px;
	}
		.movie_contaner,.movie_contaner img,#jp_flash_0,.jp-jplayer{max-width:420px;width:100% !important;}
}
@media only screen and (max-width: 480px) {
	.container .column, .container .columns {
		display: block;
		float: none;
	}
	li.one-third, li.four, li.eight {
		width: 300px !important;
	}
	.galeria {
		margin-left: 0px;
	}
		.movie_contaner,.movie_contaner img,#jp_flash_0,.jp-jplayer{max-width:300px;width:100% !important;}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.container .column, .container .columns {
		display: inline;
		float: left;
	}
	li.one-third {
		width: 235px !important;
	}
	li.four {
		width: 170px !important;
	}
	li.eight {
		width: 363px !important;
	}
	.movie_contaner,.movie_contaner img,#jp_flash_0,.jp-jplayer{max-width:745px;width:100% !important;}
}

.container .ten.columns {
	text-align: center;
}
#blog-comment {
	text-align: left;
}
.loading {
	background: url(assets/images/loading.gif) top no-repeat;
	width: 99px;
	height: 99px;
	margin: auto;
}
.port-box .zoom {
	top: 0px !important;
}

#loginform .button, #loginform .button:visited /*, button , input[type="submit"], input[type="reset"], input[type="button"]*/ {
	width: 100px !important;
}
ul.tabs li a {
	cursor: pointer;
}
.a-tab {
	padding: 20px 5px;
}
ul.tabs {
	margin-bottom: 0px !important;
}
.serv a.map {
	border: none;
	background-color: transparent !important;
}
#contact input[type="submit"] {
	width: 300px !important;
}
.custom_shadow {

}

.left {
	float: left;
}
.right {
	float: right;
}

/* #Demo Stylechooser Styles
 ================================================== */

#stylesBox {
	width: 200px;
	position: fixed;
	left: -200px;
	top: 80px;
	z-index: 200001 !important
}
a.contact {
	width: 30px;
	height: 88px;
	display: block;
	text-indent: -9999px;
	background: url(assets/images/styles.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	float: right;
	margin-right: -30px
}
.stylesBack {
	background: #202020;
	height: 550px
}

#stylesBox p {
	color: #fff;
	text-shadow: 0 0px 0 #FFFFFF !important;
	padding-left: 10px;
	margin: 0 0 2px 0;
	text-transform: uppercase;
	font-size: 11px;
	padding-top: 10px
}

a.style1 {
	display: inline-block;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
	background: #ea4128;
	margin: 0 5px 0 10px
}
a.style2 {
	display: inline-block;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
	background: #3078A8;
	margin: 0 5px
}
a.style3 {
	display: inline-block;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
	background: #90A830;
	margin: 0 5px
}

a.boxed1, a.boxed1:visited {
	margin-left: 10px
}
a.boxed1:hover, a.boxed2:hover, a.boxed1:focus, a.boxed2:focus {
	color: #fff
}

.pattern-links, .resetButton {
	margin-left: 10px
}
.pattern-links a {
	display: inline-block;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
	margin: 0 5px 5px 0
}

a.back1 {
	background: url(assets/images/background/light/arches.png);
}
a.back2 {
	background: url(assets/images/background/light/checkered-pattern.png) #fff
}
a.back3 {
	background: url(assets/images/background/light/circles.png);
}
a.back4 {
	background: url(assets/images/background/light/cubes.png);
}
a.back5 {
	background: url(assets/images/background/light/diamonds.png);
}
a.back6 {
	background: url(assets/images/background/light/double-lined.png);
}
a.back7 {
	background: url(assets/images/background/light/grilled.png);
}
a.back8 {
	background: url(assets/images/background/light/groovepaper.png);
}
a.back9 {
	background: url(assets/images/background/light/old-wall.png);
}
a.back10 {
	background: url(assets/images/background/light/pinstripe.png);
}
a.back11 {
	background: url(assets/images/background/light/skin.png);
}
a.back12 {
	background: url(assets/images/background/light/small-dots.png);
}
a.back13 {
	background: url(assets/images/background/light/stucco.png);
}
a.back14 {
	background: url(assets/images/background/light/subtle-crosslines.png);
}
a.back15 {
	background: url(assets/images/background/light/wall.png);
}
a.back16 {
	background: url(assets/images/background/light/white-brick-wall.png);
}
a.back17 {
	background: url(assets/images/background/light/white-diamond.png);
}
a.back18 {
	background: url(assets/images/background/light/white-paperboard.png);
}
a.back19 {
	background: url(assets/images/background/light/wood.png);
}
a.back20 {
	background: url(assets/images/background/light/worn-dots.png);
}

.full1, .full2, #resetButton {
	margin-left: 10px
}
#resetButton {
	font-size: 12px;
}
.google-fonts{
	margin-bottom:10px;
}
a.full1:focus, a.full1:hover, a.full2:focus, a.full2:hover, a#resetButton:hover {
	color: #fff
}

a.foot1 {
	background: url(assets/images/background/dark/black-denim.png);
	border: 1px solid #666;
	margin: 0 3px 3px 0
}
a.foot2 {
	background: url(assets/images/background/dark/burried.png);
	border: 1px solid #666;
	margin: 0 3px 3px 0
}
a.foot3 {
	background: url(assets/images/background/dark/cartographer.png);
	border: 1px solid #666;
	margin: 0 3px 3px 0
}
a.foot4 {
	background: url(assets/images/background/dark/dark-wood.png);
	border: 1px solid #666;
	margin: 0 3px 3px 0
}
a.foot5 {
	background: url(assets/images/background/dark/diag.png);
	border: 1px solid #666;
	margin: 0 3px 3px 0
}
a.foot6 {
	background: url(assets/images/background/dark/dots.png);
	border: 1px solid #666;
	margin: 0 3px 3px 0
}
a.foot7 {
	background: url(assets/images/background/dark/illusion.png);
	border: 1px solid #666;
	margin: 0 3px 3px 0
}
a.foot8 {
	background: url(assets/images/background/dark/outlets.png);
	border: 1px solid #666;
	margin: 0 3px 3px 0
}
a.foot9 {
	background: url(assets/images/background/dark/skewed.png);
	border: 1px solid #666;
	margin: 0 3px 3px 0
}
a.foot10 {
	background: url(assets/images/background/dark/grid.jpg);
	border: 1px solid #666;
	margin: 0 3px 3px 0
}
.menu ul li:hover ul a:hover {
	color: #fff !important;
}

select#cat {
	width: 100%;
	color: #444
}
 .jp-title, a.jp-repeat {display:none !important}
 .facebook-sidebar { 
border:none; 
overflow:hidden; 
width:100%; 
height:280px; 
border:0px; 
margin-top:20px;
}
p {margin: 0 0 20px;}
.tagcloud a {font-size:12px !important}
#slider li, img.add-featured-image-class-here{
border:1px solid #E5E5E5;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.callbacks_nav.prev {left:1px}
.callbacks_nav.next {right:1px}
div.success, div.error {padding-bottom:15px}
.creditsLeft{	text-align:left; 
}
div.jp-audio, div.jp-audio-stream, div.jp-video{height:75px;}
article div.jp-audio,article div.jp-video,.post .port-item-container,article .fluid-width-video-wrapper,#jplayer-container{margin-bottom:6px !important;}
.map_google img {
    max-width: none;
}
 .callbacks_container {margin:0px!important;}
 .callbacks_nav.next {
    right: 1px !important;
}
h4.staff-name ,h2.serv{margin-top:5px;}
#menu ul ul, #menu ul ul ul {
-webkit-box-shadow: 2px 2px 0 rgba(158, 158, 158, 0.3);
-moz-box-shadow: 2px 2px 0 rgba(158, 158, 158, 0.3);
box-shadow: 2px 2px 0 rgba(158, 158, 158, 0.3);
}
#menu li.last a {border-bottom:0px}
#menu li.last li a {border-bottom:1px solid #333}
#menu li.last li.last a {border-bottom:0px}
.rslides li{margin-bottom:5px;}
ul.pf_gallery,ul.pagination{padding:0px;}
ul.commentlist li ol li ol {padding:0px;}
ul.commentlist li ol li ol li{width:100% !important;}
#google-fonts-select {color:white;}
.widget-box h3 {margin-bottom:15px}
ul, ol {margin: 1em 0;padding: 0 0 0 0px !important;}
ul.level-1 {padding-top:15px !important}
div.success, div.error {margin-top:15px}
 /* #Margin and Padding
================================================== */    
.mt10 { margin-top:10px !important}
.mt15 { margin-top:20px !important}
.mt25 { margin-top:25px !important}
.mt30 { margin-top:30px !important}
.mt35 { margin-top:35px !important}
.mt40 { margin-top:40px !important}
.mb0 { margin-bottom:0px !important}
.mb10 { margin-bottom:10px !important}
.mb15 { margin-bottom:20px !important}
.mb25 { margin-bottom:25px !important}
.mb30 { margin-bottom:30px !important}
.mb35 { margin-bottom:35px !important}
.mb40 { margin-bottom:40px !important}
.pt10 { padding-top:10px !important}
.pt15 { padding-top:20px !important}
.pt25 { padding-top:25px !important}
.pt30 { padding-top:30px !important}
.pt35 { padding-top:35px !important}
.pt40 { padding-top:40px !important}
.pb10 { padding-bottom:10px !important}
.pb15 { padding-bottom:20px !important}
.pb25 { padding-bottom:25px !important}
.pb30 { padding-bottom:30px !important}
.pb35 { padding-bottom:35px !important}
.pb40 { padding-bottom:40px !important}
ul.bullets {
    list-style-type: disc;
    padding-left: 15px !important
}
#toTop{z-index:900;}
.staff-member .zoom-holder a p{display:none;}
.facebook-sidebar { 
border:none; 
overflow:hidden; 
width:100%; 
height:295px; 
border:0px; 
margin-top:20px;
}
.social-icon .fb_edge_widget_with_comment {width:450px !important;}
.widzero{height:0px;}
.movie_contaner{margin:auto;}
.rev_slider_wrapper .fluid-width-video-wrapper{height:100%;}
.lt-ie9 .member-container{position: relative; background:#fff;padding:15px; }
.lt-ie9 .member-container:hover{position: relative; background:#000;padding:15px; }
.footCreditsContainer, .footerContainer { min-height:40px}
h4.staff-name, h2.serv { margin-top:10px }

.staff-member {   position:relative;}
.staff-port-box {    padding:10px    }

.lt-ie9 #searchform{width:255px;margin-left:2px}
.pluginSkinLight ._4s7c{height:258px !important;}

.current-cat a{color:#000 !important;}
.price_slider_wrapper #min_price,.price_slider_wrapper #max_price{display:inline}
.woocommerce button.button.alt{width:inherit !important;}

.post_pag{margin-top:20px;}
.widget_calendar{float:none !important;}
.port-item-container .jp-progress-container{width:55px}
.port-item-container .jp-volume-bar-container{width:20px}
 #jplayer-container img {height:auto !important;}
.eight.columns .jp-progress-container{width:65% !important;}
.one-third.column .jp-progress-container{width:45% !important;}
.port-item-container p{margin-bottom:0px;}

/* Sortable Portfolio */
.sortable.products.isotope .isotope-item  {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.sortable.products.isotope .isotope-item  {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.sortable.products.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}

.sortable.products.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}
.woo-no-sidebar-4-col .sortable.products li.product,.woo-sidebar-4-col .sortable.products li.product,
.woo-no-sidebar-3-col .sortable.products li.product,.woo-sidebar-3-col .sortable.products li.product,
.woo-no-sidebar-5-col .sortable.products li.product,.woo-sidebar-5-col .sortable.products li.product{
	margin:0 2.9% 2.992em 0!important;
}

.woocommerce ul.sortable.products li.product .onsale, .woocommerce-page ul.sortable.products li.product .onsale {margin:-13px -6px 0 0}
ul.sortable.products li{margin-top:6px !important;}

.header-social-container .social a { background-size: 30px 60px !important; }

#logo{ display:block }
#logo-small { display:none }
@media only screen and (max-width: 479px) {  
#logo{ display:none }
#logo-small { display:block }
}