
/*
Theme Name: Petshopboxstudio
Theme URI: http://www.petshopboxstudio.com/
Description: 
Version: 1.0
Author: Ronggur
Author URI: http://ronggur.com
Tags: 
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* clearing float */
html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear
{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after
{
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix
{
	display: inline-block;
}

* html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}

/* Font Face */
@font-face {
    font-family: 'BPreplayRegular';
    src: url('fonts/bpreplay-webfont.eot');
    src: url('fonts/bpreplay-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bpreplay-webfont.woff') format('woff'),
         url('fonts/bpreplay-webfont.ttf') format('truetype'),
         url('fonts/bpreplay-webfont.svg#BPreplayRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'BPreplayBold';
    src: url('fonts/bpreplaybold-webfont.eot');
    src: url('fonts/bpreplaybold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bpreplaybold-webfont.woff') format('woff'),
         url('fonts/bpreplaybold-webfont.ttf') format('truetype'),
         url('fonts/bpreplaybold-webfont.svg#BPreplayBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'BPreplayBoldItalic';
    src: url('fonts/bpreplaybolditalics-webfont.eot');
    src: url('fonts/bpreplaybolditalics-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bpreplaybolditalics-webfont.woff') format('woff'),
         url('fonts/bpreplaybolditalics-webfont.ttf') format('truetype'),
         url('fonts/bpreplaybolditalics-webfont.svg#BPreplayBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Text elements */

a{
	text-decoration:none;
	outline:none;
}
a:hover{
	text-decoration:underline;	
}
p {
	margin-bottom: 25px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
font-family: BPreplayRegular ;
	color: #D26900;
}
a:visited {
	color: #743399;
}
a:active,
a:hover {
	color: #ff4b33;
}
h1,h2,h3,h4,h5{
	margin-bottom:20px;
	line-height:inherit;
}
h1{
	font-size:27px;
}
h2{
	font-size:24px;	
}
h3{
	font-size:20px;	
}
h4{
	font-size:18px;	
}
h5{
	font-size:16px;	
}
/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

/* Text Element */
ul, ol {
	margin: 0 0 1.625em 2.5em;
}
ul {
	list-style: inherit;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* =Layout
-------------------------------------------------------------- */
body{
	font: 14px/1.55em "Helvetica",Arial,Verdana,"lucida grande",Tahoma, sans-serif,'Liberation Sans';
	letter-spacing:normal;
	color:#555555;
	background-color:#e5ddd4;
	margin: 0;
}
#header{
	width:100%;
	height:430px;
	position:relative;
	border-bottom:1px solid #fff;
	background-image: url(data:image/png;base64,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);
	background-color: rgba(66, 46, 32,1);
}
#header.inside{
	height:140px;
	background-color: rgba(66, 46, 32,1);
}
#header-content{
	position:relative;
	padding-top:12px;
	height:430px;
	z-index: 2;
}
#header-non-slideshow{
	position:relative;
	padding-top:12px;
	height:430px;
	z-index: 2;
}
.inside #header-content{
	background:transparent url(images/shadow.png) center bottom no-repeat;	
	height:128px;
}
#logo{
	width:231px;
	height:49px;
	float:left;
	margin-bottom:66px;
}
#logo a{
	margin-top:25px;
	display:inline-block;
}
#nav{
	width:505px;
	float:right;
}
	#nav-header{
		margin:25px 0 0 0;
		height:50px;
		position:relative;
	}
	#nav-header a{
		font-family: "HelveticaNeue" !important;
		font-size:13px;	
	}
	#nav-header > li{
		font-size:13px;
		font-weight:bold;
		color:#ff9600;
		float:left;
		list-style:none;
		margin:0 22px;
		padding-bottom:20px;
	}
	#nav-header > li a{
		padding-top:40px;
		color:#ff9600;
		text-decoration:none;			
		background-position:center top;
		background-repeat:no-repeat;
		display:block;
		text-transform:uppercase;
		font-family: helvetica !important;
	}
	#nav-header > li a:hover, #nav-header > li.current-menu-item a,
	#nav-header > li.current-menu-parent a,
	#nav-header li.current-menu-ancestor ul.sub-menu li.current-menu-item a{
		color:#fff;	
	}
	#nav-header li.current-menu-ancestor ul.sub-menu li a{
		color:#ff9600;
	}
	
	#nav-header li.services a{
		background-image:url(images/nav_services.png);
	}
	#nav-header li.about a{
		background-image:url(images/nav_about.png);
	}
	#nav-header li.works a{
		background-image:url(images/nav_works.png);
	}
	#nav-header li.blog a{
		background-image:url(images/nav_blog.png);
	}
	#nav-header li.goodies a{
		background-image:url(images/nav_goodies.png);
	}
	#nav-header li.promo a{
		background-image:url(images/nav_promo.png);
	}
	#nav-header li.jobs a{
		background-image:url(images/nav_jobs.png);
	}
	
	/*  sub-menu */
	#nav-header ul.sub-menu{
		margin: -10px 0 0 -30px;
		position: absolute;
		right: 0;
		background-color: #2c1e13;
		width: 110px;
		padding: 15px 20px;
		text-align: left;
		border-radius: 6px;		
	}
	#nav-header ul.sub-menu li.nav-pointer{
		margin:0;
		padding:0;
		position:absolute;
		width:28px;
		height:18px;
		left: 50%;
		margin: 0 0 0 -14px;
		padding:0;
		top: -18px;
		background:transparent 	url(images/nav_pointer.png) left top no-repeat;
	}
	#nav-header ul.sub-menu li{
		margin:7px 0 0 0;
		padding:0 0 7px 0;
		list-style:none;	
	}
	#nav-header li ul.sub-menu li a{
		background:none;
		color:#FFFFFF;	
		padding:0;
		font-size:14px;
		font-family:Helvetica, Arial, "Trebuchet MS", sans-serif;
		text-transform:inherit;
		font-weight:normal;
	}
	#nav-header li ul.sub-menu li a:hover{
		color:#FD8309;	
	}
#intro{
	width:642px;
	float:left;
	height:250px;
	font-family:BPreplayRegular;
	text-shadow: 0 -1px 1px #19110c;
}
	#intro p{
		font-size:27px;
		line-height:35px;
		color:#fff;
		margin: 0 !important;			
	}
	#intro p span{
		font-family:BPreplayBold;
		color:#ff9600;
	}
#character{
	width:393px;
	height:297px;
	position:absolute;
	right:0;
	bottom:-16px;
	background:transparent url(images/character.png) right top no-repeat;
}/*
#character-paws{
	background: transparent url(images/puss/Paws.png) right top no-repeat;
	top: -14px;
	position: relative;
	left: 343px;
	margin: 0px auto;
	display: block;
	height: 64px;
	width: 113px;
	z-index: 13;
}
#character a{
	display: block;
	height: 100%;
	width: 100%;
	background-position-y: 280px ;
}
#character a{
	background-image:url(images/character.png);
	background-position: right;
	background-repeat: no-repeat;
	background-color: transparent;
}*/
.goal a {
	background-image:url(images/puss/Puss_Goal.png) !important;
}
.passion a {
	background-image:url(images/puss/Puss_Passion.png) !important;
}
.trust a {
	background-image:url(images/puss/Puss_Trust.png) !important;
}
.reliable a {
	background-image:url(images/puss/Puss_Reliable.png) !important;
}
.vision a {
	background-image:url(images/puss/Puss_Vission.png) !important;
}

/* CONTENT */
#content{
	padding:50px 0;
}
.page #content,.category #content, .single #content{
	padding:40px 0 50px 0;
}
	#featured{
		width:100%;
		display:block;
		position:relative;
	}
	#featured-ribbon{
		width:157px;
		height:57px;
		position:absolute;
		top:7px;
		left:-13px;
		z-index:60;
		display: none;
	}
	#featured-slides{
		width:980px;
		padding:0;
		margin:0 auto;
		background:#FFFFFF center top no-repeat;
		height:453px;
		overflow:hidden;
	}
	.featured-slide{
		float:left;	
		width:958px;
		height:432px;
		margin:10px 11px;
	}
	#featured-nav-wrapper{
		float:right;
		position:relative;
		left:-50%;
		text-align:left;
		margin-bottom:25px;
	}
	#featured-nav{
		list-style:none;
		height:13px;	
		margin:0 auto;
		padding:0;
		left: 50%;
		position:relative;
		margin-top:18px;
	}
	#featured-nav li{
		margin:0;
		padding:0;
		list-style:none;
		float:left;	
	}
	#featured-nav li a{
		background-color:#FFFFFF;
		background-position:right top;
		text-indent:-999em!important;	
	}
	#featured-nav li a:hover,#featured-nav li.activeSlide a{
		background-position:left top;
		background-color: #FC8826;			
	}
	#featured-nav li,#featured-nav li a{
		width:13px;
		height:13px;
		border-radius: 13px;
		display:block;
		float:left;	
	}
	#featured-nav li{
		margin-right:26px;	
	}
	#featured-nav li:last-child{
		margin-right:0;	
	}
	#featured-descriptions{
		text-align:center;
		display:block;
		margin:0 auto;
	}
	.featured-description{
		width:680px!important;
	}	
	.featured-description.active{
		display:block;
	}
	.featured-description h2{
		font-size:20px;
		font-weight:bold;	
		margin-bottom:10px;
	}
	/* portfolio */
	#portfolio{
		width:100%;
		display:block;
		position:relative;
		background:#FFFFFF left top no-repeat;
		height:432px;
		margin-top:25px;
		margin-bottom: 54px;
	}
	#portfolio-tab{
		height:42px; 
		background:#F9F3ED left bottom repeat-x;	
		margin:0 0px;
		padding:0;
		list-style:none;
		position:relative;
		z-index:9;
	}
	ul#portfolio-tab li{
		text-align: center;
		width: auto;
		background:transparent right top no-repeat;	
		float:left;
	}
	ul#portfolio-tab li:last-child{
		background:none;	
	}
	ul#portfolio-tab li a{
		display:block;
		padding:15px;
		text-decoration:none;
		color:#54504B;
		font-size:12px;
		font-weight:bold;
		outline:none;
	}
	ul#portfolio-tab li a.current,ul#portfolio-tab li.ui-state-active a{
		background:#FFFFFF bottom no-repeat;
		padding-bottom:25px;
		color:#ff9600;
	}
	ul#portfolio-tab li a:hover{
		color:#ff9600;
	}
	.portfolio-pane{
		margin:25px 58px;
		position:relative;
	}
	.portfolio-nav{
		display:block;
		width:21px;
		height:57px;
		position:absolute;
		text-indent:-999em;
		top:40%;
	}
	.portfolio-prev{
		background:transparent url(images/flat/portfolio-nav-prev.png) top no-repeat;
		left:-40px;
		float:left;
	}
	.portfolio-next{
		background:transparent url(images/flat/portfolio-nav-next.png) top no-repeat;
		right:-40px;
		float:right;
	}
	.portfolio-slides{
		height:300px;	
	}
	.portfolio-slide{
		width:864px!important;
		display:block;
		height:300px;	
	}
	.portfolio-item{
		width:248px;
		float:left;
		margin:0 20px;	
	}
	.portfolio-slide h2{
	text-align: center;
		font-size:20px;
		font-weight:bold;
		margin-top:15px;	
	}
	.portfolio-pager-wrapper{
		float:right;
		position:relative;
		left:-50%;	
	}
	.portfolio-pager{
		float:left;
		position:relative;
		left:50%;
		margin:0;
		padding:0;
		list-style:none;
		margin-top:20px;
	}
	.portfolio-pager li{
		float:left;
		list-style:none;
		margin:0 3px;
	}
	.portfolio-pager li a{
		display:block;
		text-decoration:none;
		line-height:1px;
		height:6px;
		width:6px;
		background:transparent url(images/portfolio-pager.gif) right top no-repeat;
		text-indent:-999em;
	}
	.portfolio-pager li a:hover, .portfolio-pager li.activeSlide a{
		background-position:left top;	
	}
	#portfolio-viewall{
		position:absolute;
		right:20px;
		top:15px;
		z-index:10;
		line-height:12px;
	}
	
	/* graphic river */
	#graphicriver{
		display:block;
		padding:20px 30px;
		position:relative;
		height:221px;
		background: #C8C1BA;
		margin-top:35px;
		margin-bottom:40px;
	}
	#graphicriver .block-left{
		width:450px!important;	
	}
	#graphicriver .block-right{
		width:420px!important;				
	}
	#graphicriver h1{
		font-size:27px;
		color:#333333;
		margin-bottom:15px;
		margin-top:10px;
	}
	#graphicriver p{
		color:#555;
	}
	#btn-view-graphicriver{
		width:282px;
		height:38px;
		display:block;
		background:transparent url(images/button_view-graphicriver.png) left top no-repeat;	
		clear:both;
		text-indent:-999em;
		margin-bottom:20px;
	}
	#btn-view-graphicriver:hover{
		background-position:left -39px;	
	}
	#create-graphicriver{
		text-indent:-999em;
		background:transparent url(images/button_create-graphicriver.png) left top no-repeat;	
		display:block;
		width:223px;
		height:33px;
		margin-top:10px;
	}
	
	/* footer */
	#footer{
		width:100%;
		height:300px;
		position:relative;
		background:#443121;
	}
	#footer img {
		margin-right: 200px;
	}
	#footer h2{
	text-shadow: none;
		color:#fff;
		font-size:14px;
		font-weight:bold;
		margin-bottom:8px;
	}
	#footer-top{
		height:203px;
		padding-top:57px;
		clear:both;
		position:relative;
	}
	#puss{
		bottom:0;
		left:-20px;
		position:absolute;
		width:212px;
		height:298px;
		background:transparent url(images/puss.png) left top no-repeat;	
	}
	#tweets{
		width:438px;
		height:165px;	
		background:transparent url(images/flat/tweet.png) left top no-repeat;
		float:left;
		margin-left:200px;
	}
	.tweet,#tweets ul{
		list-style:none;
		margin:0;
		padding:0 0 0 0;	
	}
	#tweets ul,#tweets #tweet-wrapper{
		font-size: 12px;
		width: 350px;
		display:block;
		padding:15px 15px 15px 40px;	
	}
	/*.tweet,#tweet-wrapper p{
		color:#fff;
		font-size:12px;
		line-height:20px;
		background:transparent url(images/tweet-separator.jpg) left bottom repeat-x;
		padding:10px 0;
		margin-bottom:2px;
	}*/
	.tweet:last-child,#tweet-wrapper p:last-child{
		background:none;
	}
	.tweet a,#tweet-wrapper a{
		font-family: helvetica;
		font-weight: bold;
		color:#ff9600;	
		text-decoration:none;
	}
	#footer-bottom{
	background: #2C1E14;
	width: 100%;
		height:40px;
		position:relative;
	}
	
	#subscribe,#socmed{
		width:310px;
		float:right;
		margin-bottom:20px;
	}
	#email-subscribe{	
		border-radius: 4px;
		background: #FFFFFF;
		background: #FFFFFF;
		width:200px;
		height:10px;
		display:block;
		font-size:12px;
		color:#898989;
		padding:8px 10px;
		height:14px;
		float:left;
	}
	#submit-subscibe{
		display:block;
		float:left;
		text-indent:-999em;
		border-radius: 4px;
		background: transparent url(images/flat/button_subscribe.png) center top no-repeat;
		border:none;
		width:82px;
		height:32px;
		margin-left:6px;
		cursor:pointer;
	}
	#submit-subscibe:hover{
	/*	background-position:center -34px;	*/
	}
	#socmed ol,#socmed ol li{
		margin:0;
		padding:0;
		list-style:none;	
	}
	#socmed ol li{
		display:block;
		float:left;
		width:48px;
		height:48px;
		margin-right:3px;	
	}
	p#copy{
		margin:0;	
		color:#fff;
		font-size:12px;
		font-weight:bold;
		margin-left: 200px;
		margin-top:10px;
		float:left;
	}
	
	/* End of Homepage */
	
	/* Inside Page */
	
	.main-title,.sub-title,.sub-main-title,#reply-title{
	margin-bottom: 10px !important;
		font-family:BPreplayRegular, Helvetica, sans-serif;
		font-size:30px;
		line-height:44px;
		color:#333333;
		text-transform:uppercase;
		text-shadow: 0 1px 1px #fff;
		float:left;
		margin-right:10px;
		font-weight:lighter;
	}
	.sub-title,#reply-title{
		font-size:27px;	
		float:none;
		display:block;
	}
	.sub-main-title{
		float:none;
		display:block;
		padding-bottom:25px;
		margin-bottom:30px;
		background:url(images/separator.jpg) left bottom repeat-x;
	}
	
	/* nav category */
	.nav-category{
		margin:0;
		padding:0;
		display:block;
		height:42px;
		width:100%;
		list-style:none;
		border-bottom: 1px solid #decfbd;
		margin-bottom:45px;
		font-size:12px;
        clear: both;
	}
	.nav-category li{
		margin:0;
		padding:0;
		list-style: none;
		color:#9d9891;	
		float:left;
		line-height:12px;
		margin-right:15px;
	}
	.nav-category li a{
		color:#9d9891;
		text-decoration:none;
        padding: 9px 5px;
        margin-top: 6px;
        display: inline-block;
	}
    .nav-category li.current-cat {
        padding: 0;
        font-weight:bold;
    }
	.nav-category li.current-cat a,.nav-category li a:hover{
		color:#333333;
	
       
    }
	
/* About */
 
#contact-us{
/* Rectangle 10: */

border-radius: 4px;
background: #C8C1B9;
	width:980px;
	display:inline-block;
	height:460px;
}
#contact-us-form,#contact-us-office{
	width:440px;
	padding:25px;
	float:left;	
}
#contact-us-office{
	float:right;		
}
#contact-us h2,.bigger-title{
	font-size:27px;
	color:#333333;
	font-weight:bold;	
}
.wpcf7-form label{
	display:block;
	clear:both;
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;	
}
.wpcf7-form .input_text,
.wpcf7-form input[type="text"],
.wpcf7-form textarea,
.wpcf7-form .textarea, 
#contact-us-form .wpcf7-form input[type="text"],
#contact-us-form .wpcf7-form textarea{
	margin:0;
	padding:0;
	border:none;
	clear:both;
	border-radius: 4px;
	background: #FFFFFF;
		font-size:14px;
	color:#999;
	line-height:23px;
	padding:5px;
}
.form-field-wrap{
	display:inline-block;
	margin-bottom:10px;	
}
#contact-us-form .wpcf7-form .input_text, #contact-us-form .wpcf7-form input[type="text"]{
	width:200px;
	height:18px;
}
#contact-us-form .wpcf7-form .textarea,#contact-us-form .wpcf7-form textarea{
	width:428px;
	height:135px;
}

.wpcf7-submit{
	border:none;
	display:block;	
	width:142px;
	height:39px;
	background:transparent url(images/flat/button_sendmsg.png) left top no-repeat;
	float:left;
	cursor:pointer;
	text-indent:-999em;
	margin-left:297px;
}
.wpcf7-submit:hover{
	/*background-position:left bottom;
	cursor:pointer;	*/
}
p.address,p.phone,p.email{
	padding-left:25px;
	font-size:14px!important;	
	line-height:23px!important;
	margin-bottom:14px;
	background-position:left 4px;
}
.address{
	background:url(images/flat/address.png) no-repeat;	
}
.phone{
	background:url(images/flat/phone.png) no-repeat;	
}
.email{
	background:url(images/flat/email.png) no-repeat;	
}

/* the-petz */
#the-petz{
	position:relative;
	margin-top: 40px;
}
#the-petz-list{
	margin:0;
	padding:0;
	list-style:none;
}
#the-petz-list li{
	float:left;
	width:48%;
	display:inline-block;
	margin-bottom:20px;	
}
.team-name{
	font-size:20px;
	font-weight:bold;
	color:#333333;	
	margin-bottom:5px;
	margin-top:25px;
}
.team-post{
	font-size:14px;
	color:#555555;	
}
.team-links{
	display:block;
	margin-top:15px;
}
.team-links a{
	background:	url(images/icons.jpg) -999em top no-repeat;
	display:block;
	float:left;
	width:16px;
	height:16px;
	text-indent:-999em;
	margin-right:10px;
}
a.ico_tw{
	background-position:left top;	
}
a.ico_dv{
	background-position:-16px top;		
}
a.ico_db{
	background-position:-32px top;		
}
a.ico_email{
	background-position:-48px top;		
}
.team-desc{
	display:block;
	clear:both;
	font-size:14px;
	color:#545454;
}
/* Widget */
.widget-title{
	font-family:BPreplayRegular;
	font-size:20px;
	line-height:24px;
	color:#333333;
	padding-bottom:15px;	
	border-bottom: 1px solid #decfbd;
	text-align: left;
}
.widget-content{
	position:relative;	
	display:inline-block;
	width:100%;
}
.widget-wrapper{
	margin-bottom:40px;
	display:inline-block;
	font-size:12px;
	color:#555555;	
	width:100%;
}

.ctwg-recent-image {
	border: 4px solid white;
}
.ctwg-recent-title {
	color: black !important;
}
.ctwg-recent-title a {
	color: #333;
	font-family: "Helvetica Neue", sans-serif;
	font-weight: bold;
	font-size: 120%;
}
.ctwg-recent-title a:hover {
	color: black;
	text-decoration: none;
}
/* envatro market place */
#envato-graphicriver-items,#envato-graphicriver-items li{
	margin:0;
	padding:0;
	list-style:none;
}
#graphicriver-logo{
	display:block;
	position:absolute;
	top:-4px;
	right:0;
}
/**/
.blogroll,.posts-pane ul{
	margin:0;
	padding:0;
	list-style:none;
}

.blogroll li,.posts-pane ul li{
	list-style:disc;
	list-style-position:inside;
	margin-bottom:5px;
}
.posts-pane ul li{
	list-style:none;	
}
.blogroll li a,.posts-pane ul li a,.posts-pane a{
	color:#555555;
	text-decoration:none;
	font-size:12px;	
}
.blogroll li a:hover,.posts-pane a:hover{
	text-decoration:underline;
		
}
.posts-pane ul li ul{
	margin:0;
	padding:5px 0 0 15px;
	list-style:none;
}
/* adv */
.bsap a{
	float:left;
	margin:0 15px 15px 0;
	width:125px;
	height:125px;
	display:block;
	background:none;	
}
a.adhere{
	margin:0;
	background:transparent url(images/button_advertise.png) left top no-repeat;
	width:162px;
	height:29px;
	display:block;
	clear:both;
	margin-top:10px;
	text-indent:-9999em;
}
a.adhere:hover{
	background-position:left bottom;
}
/* search */
.widget_search{
	
}
.widget_search label{
	display:none;
}
#searchform{
	position:relative;	
}
#searchsubmit{
	position:absolute;
	display:block;
	border:none;
	line-height:16px;
	height:16px;
	width:16px;
	background:transparent url(images/button_search.gif) left top no-repeat;
	right:10px;
	top:6px;
	text-indent:-999em;
	cursor:pointer;
}
#s{
	border: none;
	border-radius: 4px;
	background: #FFFFFF;
	display:block;
	font-size:12px;
	color:#333;
	padding:10px 30px 10px 10px;
	width:266px;
	height:10px;
	line-height:15px;
	position:relative;
}
/* widget tab mini */
.widget-tab-wrapper{

	position:relative;
	background:#F9F3ED;
}
.posts-panes,.posts-pane{
	background: #FFFFFF;
	
	padding:0 17px 17px 17px;
}
.widget-posts-tab {
	padding:0;
	margin:0;
	list-style:none;
	display:inline-block;
	width:100%;
	position:relative;
}

.widget-posts-tab li{
	
	background: #F9F3ED;
	float:left;
	list-style:none;
}
.widget-posts-tab li.ui-state-active {
	background: #fff;
}
.widget-posts-tab li.ui-state-active a {
	color: #FC5308;
}
.widget-posts-tab li a{
	display:block;
	float:left;
	text-align: center;
	text-decoration:none;
	color:#9d9891;
	margin: 13px 15px 11px;
}
.widget-posts-tab li:first-child{
	padding-left:5px;	
}
.widget-posts-tab li:last-child{
	
}

.widget-posts-tab li a:hover,.widget-posts-tab li a.active,.widget-posts-tab li.ui-tabs-selected a{

text-align: right;
	color:#FC5308;	
}
.widget-posts-tab li a.current,.widget-posts-tab li.ui-tabs-selected a{
		background: #FFFFFF;
		padding-bottom:25px;
		color:#FC5308;	
}

/* Dribbbbles */
.dribbbles{
	width:100%;
	display:inline-block;	
}
.dribbbles, .dribbbles li{
	margin:0;
	padding:0;
	list-style:none;	
}
.dribbbles li{
	margin-bottom:10px;
}
.dribbbles li:last-child{
	margin:0;	
}
a.dribbble-link{
	display:block;
	width:200px;
	height:150px;
	padding:5px;
	background-color:#fff;
}
a.dribbble-over{
	display:none;
	opacity:0;	
}
/* Blog */

.post-detail{
	margin-bottom:25px;
}
.post-detail a,.post-thumbnail a{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;;
	color:#D26900;
	text-decoration:none;	
}
.post-detail a:hover,.post-thumbnail a:hover{
	color:#ff9600;
	text-decoration:underline;	
}
.subscribe-updates{
		margin-top: 25px;
		float:right;
		width:430px;
		color:#333333;
		font-size:12px;
		text-shadow:0 1px 1px #fff;
		display:inline-block;			
}
.post-meta{
	margin-bottom:10px;
}
.post-meta,.post-meta a{
	font-size:12px;
	color:#9d9891;
	text-decoration:none;
}
.post-meta a:hover{
	color:#545454;
}
.btn-subscribe{
	float:right;
	width:214px;
	height:39px;
	background:url(images/button_subscribe-update.png) center top no-repeat;	
	display:block;
	text-indent:-999em;
}
.btn-subscribe:hover{
	background:url(images/button_subscribe-update.png) center bottom no-repeat;	
}
.content-title .comment-count{
	background-color:#ff9600;
	color:#fff;
	display:inline-block;
	text-decoration:none;
	text-align:center;
	vertical-align:central;
	font-size:11px;
	line-height:10px;
	height:10px;
	padding:4px 7px;
	position:relative;
	top:-5px;
	margin-left:5px;
	
	-o-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	margin-left:10px;
}
.comment-count:hover{
	color:#ccc!important;
	text-decoration:none!important;
}
.post-thumbnail,.post-detail{
	border-bottom: 1px solid #decfbd;
	padding-bottom:30px;
	margin-bottom:20px;
}
.post-detail{
	border-bottom: none;
	background:none;	
	width: 625px;
}
.thumbnail-loop{
	display:block;
	clear:both;
	width:550px;
	height:202px;
	padding:10px;
	background-color:#fff;

	-o-border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;

	-moz-box-shadow: 0 1px 1px #8c8782;
	-webkit-box-shadow: 0 1px 1px #8c8782;
	box-shadow: 0 1px 1px #8c8782;
	
	margin:0 20px 30px 0;
}
.post-thumbnail:last-child{
	background:none!important;
}
.related-posts,.other-goodies{
	background: url("images/separator.jpg") repeat-x scroll left bottom transparent;
    margin-bottom: 30px;
    padding-bottom: 40px;
	width:100%;
	display:inline-block;
}
.other-goodies{
    padding-bottom: 20px;
}
.related-posts h2{
	font-family:BPreplayRegular;
	line-height:44px;
	color:#333333;
	text-transform:uppercase;
	text-shadow: 0 1px 1px #fff;
	margin-right:10px;
	font-weight:lighter;
	font-size:27px;	
	float:none;
	display:block;
	margin-right:0;
	background: url("images/separator.jpg") repeat-x scroll left top transparent;
	padding-top:30px;
	margin-top:20px;
}

.related-posts ul, .related-posts ol{
	margin:0 0 0 12px;
}
.related-posts a{
	text-decoration:none;
	color:#555555;	
}
.related-posts a:hover{
	text-decoration:underline;
}
.related-posts ul li{
	margin-bottom:4px;	
}
.download_s{
	text-indent:-999em;
	width:102px;
	height:29px;
	display:block;
	background:transparent url(images/button_download_s.png) left top no-repeat;
	margin-bottom:10px;
}
.download_s:hover{
	background:transparent url(images/button_download_s.png) left bottom no-repeat;		
}
.download,.downloadlink{
	text-indent:-999em;
	width:282px;
	height:59px;
	display:block;
	background:transparent url(images/button_download_big.png) left top no-repeat;
	margin:0 auto;
	margin-bottom:50px;
	margin-top:10px;
}
.download:hover,.downloadlink:hover{
	background:transparent url(images/button_download_big.png) left bottom no-repeat;		
}
/* Service Intro */
#service-desc{
	float:left;	
	width:480px;
}
#service-slides{
	float:right;	
}
#service-intro{
	width:100%;
	display:inline-block;
	margin-bottom:20px;	
}
#the-process,#how-to-order{
	width:100%;
	display:inline-block;
	margin-top:20px;	
	margin-bottom:20px;
}
#the-process h1.main-title,#how-to-order h1.main-title{
	font-family:BPreplayRegular;
	display:block;
	width:100%;
	margin-right:0;
	text-align:center;
}
#services-slides{
	width:480px;
	padding:0;
	margin:0 auto;
	height:353px;
}
.services-slide{
	float:left;	
	padding:10px;
	background-color:#fff;

	-o-border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;

	-moz-box-shadow: 0 1px 1px #8c8782;
	-webkit-box-shadow: 0 1px 1px #8c8782;
	box-shadow: 0 1px 1px #8c8782;
}
#services-slide-nav-wrapper{
	float:right;
	position:relative;
	left:-50%;
	text-align:left;
	margin-bottom:25px;
}
#services-slide-nav{
	list-style:none;
	height:13px;
	background:url(images/featured-nav-list.jpg) left top repeat-x;	
	margin:0 auto;
	padding:0;
	left: 50%;
	position:relative;
	margin-top:18px;
}
#services-slide-nav li{
	margin:0;
	padding:0;
	list-style:none;
	float:left;	
}
#services-slide-nav li a{
	background-image:url(images/featured-button.jpg);
	background-position:right top;
	text-indent:-999em!important;	
}
#services-slide-nav li a:hover,#services-slide-nav li.activeSlide a{
	background-position:left top;			
}
#services-slide-nav li,#services-slide-nav li a{
	width:13px;
	height:13px;
	display:block;
	float:left;	
}
#services-slide-nav li{
	margin-right:26px;	
}
#services-slide-nav li:last-child{
	margin-right:0;	
}
#design-process{
	width:100%;
	display:inline-block;	
}
#design-process,#design-process li{
	margin:0;
	padding:0;
	list-style:none;	
}
#design-process li{
	margin-right:30px;	
	float:left;
	position:relative;
	width:306px;
}
#design-process li:last-child{
	margin-right:0;	
}
#design-process li span{
	display:block;
	width:50px;
	height:50px;
	background:transparent url(images/service_number.png) -999em top no-repeat;	
	position:absolute;
	left:50%;
	margin-left:-25px;
	top:195px;
}
#design-process li span.services_1{
	background-position:left top;
}
#design-process li span.services_2{
	background-position:-50px top;
}
#design-process li span.services_3{
	background-position:-100px top;
}
.service_desc{
	font-size:14px;
	color:#545454;
	line-height:24px;	
	margin-top:40px;
	text-align:center;
	position:relative;
	display:inline-block;
	width:100%;
}
.service_desc p{
	margin:0;	
}
#service-desc p br{
	display:none;
	height:1px;	
}
.service_desc h2{
	font-size:27px;
	color:#333333;
	line-height:45px;
	font-weight:bold;
	margin-bottom:0;	
}
#how-to-order-form{
	width:424px;
	padding:25px;
	height:416px;
	background:url(images/form-order-background.jpg) center top no-repeat;
	float:right;	
}
#how-to-order-steps{
	float:left;
	width:48%;
	display:inline-block;	
}
#how-to-order-form .wpcf7-form .input_text,#how-to-order-form .wpcf7-form input[type=text]{
	width:190px;
	height:18px;
}
#how-to-order-form .wpcf7-form .textarea,#how-to-order-form .wpcf7-form textarea{
	width:412px;
	height:118px;
}
#how-to-order-form .wpcf7-submit{
	margin-left:0;
	margin-top:0;
	float:right;
	width:142px;
	background-image:url(images/button_sendorder.png);
}
#how-to-order-form .form-field-wrap{
	margin-bottom:20px;	
}
#order-steps,#order-steps li{
	margin:0;
	padding:0;
	list-style:none;	
}
#order-steps{
	padding-top:10px;	
}
#order-steps li{
	color:#545454;
	font-size:14px;
	line-height:24px;
	margin-bottom:25px;
	padding-left:50px;	
	background-position:left 5px;
	background-repeat:no-repeat;
}
.order-steps-1{
	background:url(images/how-to-oder-1.gif);	
}
.order-steps-2{
	background:url(images/how-to-oder-2.gif);	
}
.order-steps-3{
	background:url(images/how-to-oder-3.gif);	
}
.order-steps-4{
	background:url(images/how-to-oder-4.gif);	
}
.order-steps-5{
	background:url(images/how-to-oder-5.gif);		
}
/* Portfolio */	
	.free-quote{
		float:right;
		width:338px;
		color:#333333;
		font-size:12px;
		text-shadow:0 1px 1px #fff;
		display:inline-block;
		margin-top: 25px;	
	}
	.free-quote p,.subscribe-updates p{
		display:inline-block;
		font-weight:bold;
		float:left;
		margin-top: 5px;
		margin-bottom: 0px;
	}
	.free-quote .btn-freequote{
		float:right;	
	}
	.btn-freequote{
		width:172px;
		height:38px;
		background:url(images/button_getquote.png) left top no-repeat;	
		display:block;
		text-indent:-999em;
	}
	.btn-freequote:hover{
		background:url(images/button_getquote.png) left bottom no-repeat;	
	}
	
	.works-pager-wrapper{
		width:595px;	
		height:90px;
		display:block;
		margin-bottom:50px;
		margin-top:10px;	
		position:relative;
	}
	.works-slides-nav{
		display:block;
		width:21px;
		height:57px;
		position:absolute;
		background:transparent url(images/works-nav.jpg) -999em top no-repeat;
		text-indent:-999em;
		top:20%;
		outline:none;
	}
	.works-slides-prev{
		background:transparent url(images/flat/portfolio-nav-prev.png) top no-repeat;
		left:5px;
		float:left;
	}
	.works-slides-next{
		background:transparent url(images/flat/portfolio-nav-next.png) top no-repeat;
		
		right:5px;
		float:right;
	}
	
	.works-slides-pager-wrap{
		width:496px;
		height:94px;
		display:block;
		margin:0 auto;
	}
	.works-slide-pager{
		width:491px;
	}
	.works-slide-pager, .works-slide-pager li{
		display:block;
		list-style:0;
		padding:0;
		margin:0;	
		height:90px;
	}
	.works-slide-pager li{
		float:left;
		width:90px;
		height:90px;
		margin-right:9px;
		margin-left:1px;
	}
	.works-slide-pager li:last-child{
		margin-right:0;	
	}
	.works-slide-pager li a.thumbnail{
		margin:0!important;
	}
    .works-slide-pager li a.active {
        background-color: #ae9e8b;

        -moz-box-shadow: inset 1px 1px 2px #8c8782;
        -webkit-box-shadow: inset 1px 1px 2px #8c8782;
        box-shadow: inset 1px 1px 2px #8c8782;
    }
/* big post thumbnail work */
.post-thumbnail-work{
	width:595px;
	display:block;
}
.post-thumbnail-work .desc{
	font-size:12px;
	color:#555555;
	font-style:oblique;	
	text-align:center;
}
.thumbnail-work,.thumbnail-services{
	display:block;
	float:left;
	width:575px;
	height:575px;
	padding:10px;
	background-color:#fff;
	
	margin:0 20px 15px 0;	
}
.thumbnail-services{
	margin:0;
	width:286px;
	height:200px;
}
/* main content */


.content-title,.content-title a{
	color:#333333;
	font-size:27px;
	font-weight:bold;
	line-height:33px;
	text-decoration:none;
	display:inline-block;
}
.content-title a:hover{
	color:#555555;	
}
#primary{
	width:620px;
	display:inline-block;
	float:left;	
}
#primary-full{
	width:100%;
	display:inline-block;	
}
#sidebar{
	width:300px;
	display:inline-block;
	float:right;	
}

/* WP Page Navi */
.wp-pagenavi-wrapper{
	float:right;
	left:-50%;
	position:relative;
	margin-bottom:40px;
}
.wp-pagenavi{
	float:left;
	left:50%;
	position:relative;
	overflow:hidden;
}
.wp-pagenavi span, .wp-pagenavi a{
	border:none!important;
	padding:0!important;
	display:block;
	height:30px;
	width:30px;
	border-radius: 30px;
	background:#D4CDC4;	
	text-align:center;
	text-decoration:none;
	color:#fff;
	float:left;
	line-height:32px;
	margin-right:10px;
}
.wp-pagenavi span.pages{
	display:none!important;	
}
.wp-pagenavi a{
	background-position:-30px top;	
}
.wp-pagenavi a:hover{
	background-position:-60px top;	
}
.wp-pagenavi span.current{
	background: #FC8826;
	background-position:left top;	
}
.wp-pagenavi a.previouspostslink{
background: url(images/pagination.jpg) -999em top no-repeat;
	text-indent:-999em;	
	background-position:-90px top;	
}
.wp-pagenavi a.previouspostslink:hover{
	background-position:-120px top;	
}
.wp-pagenavi a.nextpostslink{
background: transparent url(images/pagination.jpg) -999em top no-repeat;
	text-indent:-999em;	
	background-position:-180px top;		
}
.wp-pagenavi a.nextpostslink:hover{
	background: transparent url(images/pagination.jpg) -999em top no-repeat;
	background-position:-150px top;		
}

/* Caption & image */

.wp-caption,.post-detail p img,.post-thumbnail p img{
	padding:10px;
	background-color:#fff;

	
	margin-bottom:30px;
}
.post-detail p img,.post-thumbnail p img{
	margin-bottom:0;
}
.wp-caption img {
	display: block;
	margin: 0 auto;

}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}

p img.wp-smiley{
	padding:0;
	background:none;	
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}
.format-gallery .gallery-thumb {
	float: left;
	display: block;
	margin: .375em 1.625em 0 0;
}

.yarpp-related {
	padding-top: 30px !important;
}
.yarpp-thumbnail {
	background-color: white;
	border: none !important;
	width: 145px !important;
}
.yarpp-thumbnail img {
	width: 135px !important;
	background-position: center middle;
}
/* Attachments */

.image-attachment div.attachment {
	padding:10px;
	background-color:#fff;

	-o-border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;

	-moz-box-shadow: 0 1px 1px #8c8782;
	-webkit-box-shadow: 0 1px 1px #8c8782;
	box-shadow: 0 1px 1px #8c8782;
	
	margin-bottom:30px;
	overflow:hidden;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	max-width: 100%;
}
.image-attachment div.attachment a img {

}
.image-attachment div.attachment a:focus img,
.image-attachment div.attachment a:hover img,
.image-attachment div.attachment a:active img {

}
.image-attachment .entry-caption p {
	font-size: 14px;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* Comment post */
#comments{
	margin-top:20px;
	display:inline-block;
	clear:both;	
	width:100%;
}
#commentform{
		
}
#commentform label{
	display:inline-block;
	clear:both;
	font-size:14px;	
}
#commentform input,#commentform textarea{
	display:block;
	clear:both;	
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 7px;
	width:80%;

}
#commentform p{
	margin-bottom:10px;	
}
p.form-allowed-tags{
	font-size:12px;
}
abbr, code{
	font-size:12px;
	font-style:italic;	
}
/* MISC */
.floatleft{
	float:left!important;	
}
.floatright{
	float:right!important;	
}
a.view-more{
	text-decoration:none;
	color:#ff9600;
	background:transparent url(images/arrow.png) right 1px no-repeat;	
	padding-right:17px;
	font-size:12px;
	font-weight:bold;	
	float:right;
	line-height:12px;
}
.block{
	clear: both;
    display: inline-block;
    height: auto;
}
.block-title{
	font-family:BPreplayRegular;
	font-size:27px;
	color:#333333;
	text-transform:uppercase;
	text-shadow: 0 1px 1px #fff;
	float:left;
	margin: 0 10px 10px 0;
}
.big-title,#service-desc h1{
	font-family:BPreplayBold;
	font-size:36px;
	line-height:60px;
	color:#333;		
}
.biggerlight{
	font-size:27px;
	line-height:39px;
	color:#333;
	font-family:BPreplayRegular;
	font-weight:lighter;
}
.bigger p{
	font-size:20px;
	color:#333333;
	line-height:33px;	
	font-weight:normal;
}
.center{
	text-align:center;	
}
.smaller, small{
	font-size:12px;
	color:#535353;
	line-height:20px;	
	font-weight:normal;
}
.separator{/* Rectangle 8: */
	background: #DFCFBD;
	display:block;
	height:1px;
	margin:10px 0;
	clear:both;
}
.feed{
	display:block;
	width:16px;
	height:16px;
	background:transparent url(images/flat/blog.png) left top no-repeat;	
	text-indent:-999em;
	float:left;
	vertical-align:middle;
	position:relative;
	margin-top:2px;
}

.thumbnail,.thumbnail-team,.avatar{
	display:block;
	float:left;
	width:80px;
	height:80px;
	padding:5px;
	background-color:#fff;
	margin:0 20px 20px 0;
}
.avatar{
	width:58px;
	height:58px;
}
.thumbnail-team{
	width:100px;
	height:100px;
	padding:7px;
}
.thumbnail-title{
	margin-bottom:12px;	
}
.thumbnail-title,.thumbnail-title a{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #262626;
	line-height: 19px;
	text-align: center;
}
.thumbnail-wide{
	display:block;
	float:left;
	width:296px;
	height:109px;
	padding:5px;
	background-color:#fff;

	
	
	margin:0 20px 15px 0;
}

.post-thumbnail-wide{
	width:306px;
	float:left;
	margin-right:30px;
}
.post-thumbnail-wide p{
	color:#545454;
	line-height:23px;	
}

.post-thumbnail-square{
	float: left;
	margin: 0 35px 40px 0px;
}
.post-thumbnail-square .thumbnail-title{
		
}
.thumbnail-square{
	display:block;
	float:left;
	width:248px;
	height:248px;
	padding:10px;
	background-color:#fff;
	margin:0 20px 15px 0;

	/*-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-moz-box-shadow: 0 1px 1px #8c8782;
	-webkit-box-shadow: 0 1px 1px #8c8782;
	box-shadow: 0 1px 1px #8c8782;*/
	
	
}

.margin-0{
	margin:0;
}
.padding-0-20{
	padding:0 20px;	
}
.margin-right-0{
	margin-right:0;	
}
.margin-top-0{
	margin-top:0;		
}
.margin-right-bottom-10{
	margin-right:10px;
	margin-bottom:10px;	
}
.margin-bottom-10{
	margin-bottom:10px;	
}

.margin-top-10{
	margin-top:10px;	
}
.margin-top-20{
	margin-top:20px;	
}

.margin-top-30{
	margin-top:30px;	
}
.margin-bottom-30{
	margin-bottom:30px;	
}
.block-left{
	float:left;
	width:470px;
	margin-right:20px;	
}
.block-right{
	float:right;
	width:470px;
	margin-left:20px;	
}
.container{
	width:980px;
	display:block;
	margin:0 auto;
}
.displayblock{
	display:block;
	clear:both;	
	width:100%;
}
.half{
	width:48%;
	display:inline-block;	
}
.no-background{
	background:none;	
}
.ui-tabs-hide{
	display:none;	
}
.btn-orange,#commentform #submit{
	text-shadow: none;
	border-radius: 4px;
	background: #FC8826;
	cursor:pointer;
	padding-top: 10px;
	padding-left: 35px !important;
	padding-right: 35px !important;
	font-family: Helvetica !important;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF !important;
	line-height: 15px;
	display:inline-block;
	padding:9px 18px;
}
.btn-orange:hover{
	text-decoration:none;
	
	}
#greet_block{
	margin-bottom:20px;	
}
/* error404 */
body.error404 #searchform div{
	width:266px;
	position: relative;
    width: 306px;
}
/* commentlist */
.commentlist{
	margin-left:0;	
	margin-bottom:0;
	width:100%;
	display:inline-block;
}
.commentlist li{
	font-size:14px;
	margin-left:0;
	list-style:none;
	padding-bottom:30px;
	margin-bottom:20px;
	background: url("images/separator.jpg") repeat-x scroll left bottom transparent;
}
#respond{	
}
#comments-title{
	margin-bottom:30px;	
}
,nocomments{
	display:none;	
}
.no-list{
	list-style:none;
}
/* #like-hire-us {
    margin-bottom: 30px;
    margin-left: 30px;
}*/



/*NEW STYLING FOR NEW FLAT DESIGN*/

/*BRANDING SERVICE*/

#desc-service-flat{
	font-family: Helvetica  !important;
	font-size: 18px;
	color: #262626;
	line-height: 22px;
}

.thumbnail-service-flat{
	width: 300px;
	text-align: center;
}

.service-title {
	font-family:BPreplayRegular;
	text-align: center;
	color: #333333;
	margin-bottom: 40px;
	
}


.service-detail{
	width: 300px;
	font-family: helvetica;
	font-size: 14px;
	text-align: center;
}

#order-quote-form{
	padding-top: 65px;
	padding-bottom: 10px;
	padding-left: 26px;
	padding-right: 26px;
	width:983px;
	height:470px;
	border-radius: 4px;
	background: #C8C1B9;
}

#order-quote-form .wpcf7-form .input_text,#order-quote-form .wpcf7-form input[type=text]{
	width:260px;
	height:18px;
}
#order-quote-form .wpcf7-form .textarea,#order-quote-form .wpcf7-form textarea{
	width:983px;
	height:148px;
	border-radius: 4px;
	background: #FFFFFF;
}
#order-quote-form .wpcf7-submit{
	margin-left:0;
	margin-top:0;
	float:right;
	width:142px;
	text-shadow: none;
	border-radius: 4px;
	cursor:pointer;
	padding-top: 10px;
	padding-left: 35px !important;
	padding-right: 35px !important;
	font-family: Helvetica !important;
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
	display:inline-block;
	padding:9px 18px;


}
#order-quote-form .form-field-wrap{
	margin-bottom:20px;	
	margin-right: 45px;
}

#order-quote-form .checkbox {
	margin-right: 185px
}

#order-quote-form .radio .wpcf7-list-item {
	float: left;
	vertical-align: middle;
	margin-right: 17px;
}
.wpcf7-list-item span{
	font-weight: normal;
}

.flat-thumbnail-square{
	width:268px;
	display: inline-block;
	margin-right:25px;
	margin-left: 25px;
	margin-bottom:50px;
}
.flat-thumbnail-square .thumbnail-title{
	margin-bottom:0;	
}

.latest-portfolio {
	text-align: center;
	padding:0 20px;	
	width: 100%;
}

/*TESTIMONIAL SLIDER*/
.testimonial_slider_set{
	padding: 20px 10px;
	width: 100%;
	} 
.testimonial_slider_set .testimonial_slideri{
	background-color:transparent;border:0px solid #dddddd;
	width:750px;
	height:300px;
	}
.testimonial_slider_set .testimonial_avatar img{
	border-radius: 100px;  
	clip: rect(0px,100px,200px,0px);
	max-height:80px;width:80px;border:0px solid #cccccc;} 
.testimonial_slider_set .testimonial_avatar{
	line-height:15px;
	font-family:'Lucida Sans Unicode', 'Lucida Grand', sans-serif;;
	font-size:18px;
	font-weight:normal;
	font-style:normal;
	color:#737373;
	} 
.testimonial_slider_set .testimonial_site, .testimonial_slider_set .testimonial_site a{
	line-height:15px;font-family:'Lucida Sans Unicode', 'Lucida Grand', sans-serif;;font-size:12px;font-weight:normal;font-style:normal;color:#f16022;} 
.testimonial_slider_set .testimonial_quote{
	background:url(http://petshopboxstudio.com/wp-content/plugins/testimonial-slider/css/skins/default/buttons/default/quote.png) left top no-repeat,url(http://petshopboxstudio.com/wp-content/plugins/testimonial-slider/css/skins/default/buttons/default/quote2.png)right bottom no-repeat !important;
	font-family:'Lucida Sans Unicode', 'Lucida Grand', sans-serif;;
	font-size:18px;
	font-weight:normal;
	font-style:normal;
	color:#737373;
	width: 80%;
	margin: 0;

	} 
.testimonial_slider_set .testimonial_nav a{
	display: none !important;
	background: transparent url(http://petshopboxstudio.com/wp-content/plugins/testimonial-slider/css/skins/default/buttons/default/nav.png) no-repeat;width:0px;height:0px;} 
.testimonial_slider_set .testimonial_next{
	display: none !important;
	} 
.testimonial_slider_set .testimonial_prev{
	display: none !important;
	}
.testimonial_slider__default .testimonial_by_wrap{
		width: 20%;
		text-align: center;
		margin-top:95px;
	}
.testimonial_slider__default .testimonial_quote{
	padding: 20px 40px 20px 40px;
	line-height: normal;
	text-align: left;
	margin-top: -20px;
	margin-top: 75px;
	min-height: 50px !important;
}	

/*temporary fix sidebar 3 kolom*/
.rh-recent-post{
	padding: 0;
}

/*temporary fix gamesaku*/
#works-slides-gamesaku {
	position: relative;
	width: 595px;
	height: 636px;
}

/*CLIENTS*/
.center-title{
	text-align: center;
	font-family: BPreplayRegular;
	font-size: 31px;
	color: #333;
	text-transform: uppercase;
	text-shadow: 0px 1px 1px #FFF;
	margin: 100px 0 30px 0;
}
#clients {
	text-align: center;
	margin: 20px auto 28px auto;
}
#clients .center-title{
}

/* header slideshow*/
	#header-slideshow{
		height: 430px;
		width: 100%;
		margin: 0px auto;
	}
	#header-slider{
	width: 100% !important;
	height: 100%;
	}

	/*header-slideshow-nav*/
	#header-slideshow-nav-wrapper{
		margin-top: -25px;
		z-index: 11;
		position: relative;
	}
	#header-slideshow-nav{
		list-style:none;
		height:4px;	
		margin:0 auto;
		padding:0;
		position:relative;
	}
	#header-slideshow-nav li{
		margin:0;
		padding:0;
		list-style:none;
		float:left;	
	}
	#header-slideshow-nav li a{
		background-color:#D0D0D0;
		background-position:right top;
		text-indent:-999em!important;	
		opacity: 0.6;
	}
	#header-slideshow-nav li a:hover,#header-slideshow-nav li.activeSlide a{
		background-position:left top;
		background-color: #FFFFFF;		
		opacity: 1;	
	}
	#header-slideshow-nav li,#header-slideshow-nav li a{
		width:16px;
		height:4px;
		border-radius: 13px;
		display:block;
		float:left;	
	}
	#header-slideshow-nav li{
		margin-right:26px;	
	}
	#header-slideshow-nav li:last-child{
		margin-right:0;	
	}
	
#header-color-wrapper{
	height: 100%;
width: 100%;
position: absolute;
z-index: 1;
}
#header-color-1,#header-color-2,#header-color-3,#header-color-4,#header-color-5{
background-image: url(data:image/png;base64,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);
background-color: rgba(66, 46, 32,1);
width: 100%;
height: 100%;
position: absolute;
z-index: 1;
}
#header-color-2{
background-color: rgba(118, 66, 66,1);
}
#header-color-3{
background-color: rgba(68, 105, 69,1);
}
#header-color-4{
background-color: rgba(45, 90, 125,1);
}
#header-color-5{
background-color: rgba(79, 87, 117,1);
}
#header-color-6{
background-color: rgba(22, 68, 105,1);
}
#mission-statement{
	width: 600px;
	float: left;
	height: 250px;
	font-family: BPreplayRegular;
	text-shadow: 0 -1px 1px #19110c;
}
#mission-statement p{
	font-size: 22px;
	line-height: 36px;
	color: #fff;
	margin: 0 !important;
	margin-bottom: 20px !important;
}
#mission-statement-title{
	font-family: BPreplay-Bold,BPreplayRegular,Helvetica;
	font-size: 34px !important;
	color: #FFFFFF;
	line-height: 42px;
	font-weight: bold;
}

/*   STORE      */

.store-title {
	height: 40px;
	line-height: 1.2em;
	width: 290px;
	text-align: center;
}

.thumb_store {
	height: 308px;
	width: 288px;
	border: 6px solid white;
}

.thumb_store a {
	width: 100% !important; height: 100% !important;
	display: block !important;
	background: no-repeat center;
	transition: background ease-in-out 0.5s;
	background-size: 20%;
}
.thumb_store a:hover {
	width: 100% !important; height: 100% !important;
	display: block !important;
	background: rgba(0,0,0,0.4) url('http://petshopboxstudio.com/wp-content/themes/petshopbox/images/zoom.png') no-repeat no-repeat center; 
	background-size: 22%;
	transition: background ease-in-out 0.5s;
}
.thumb_graphicriver {
	background: url('http://petshopboxstudio.com/wp-content/themes/petshopbox/images/Graphic_River_Store.jpg') no-repeat;
	border: 6px solid white;
	height: 308px; width: 288px;
}

.thumb_swaggy {
	background: url('http://petshopboxstudio.com/wp-content/themes/petshopbox/images/Swaggy.png') no-repeat;
	border: 6px solid  white;
}

.thumb_puffy {
	background: url('http://petshopboxstudio.com/wp-content/themes/petshopbox/images/Puffy_Cherry.png') no-repeat;
	border: 6px solid white;
}

.store_button {
	margin-top: 20px;
	border-radius: 6px;
	background: #FC8826;
	line-height: 18px;
	text-align: center;
	width: 294px; height: 40px;
	transition: background 0.5s;
	clear: both;
}
.store_button:hover {
	background: #ED7A18;
	display: block;
	transition: background 0.5s;
}
.store_button a {
	font-family: "Helvetica Neue", sans-serif !important;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 2.4em;
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
}

.store_help {
	margin-top: 30px !important;
	width: 300px;
	text-align: center;
}

.store_help a {
	font-family: "Helvetica Neue", sans-serif !important;
	font-size: 16px;
	color: #AE9C86;
	text-decoration: none;
	background: url('http://petshopboxstudio.com/wp-content/themes/petshopbox/images/help_icon.png') no-repeat;
	padding-left: 22px;
}
.store-block-left {
	width: 296px;
	height: 600px;
	float: left;
	display: block;
	clear: both;
}
.store-block-middle {
	width: 296px; 
	height: 600px;
	float: left;
	display: block;
	margin-left: 40px;
	margin-right: 40px;
}
.store-block-right {
	width: 296px;
	height: 600px;
	float: right;
	display: block;
}