/*
Theme Name: Hi! 
Theme URI: http://mcstudiosmx.com/

Description: MC Studios Version 1.0
Author: <a href="http://mcstudiosmx.com/">MC Studios</a>
Version: 1.5
Tags: Web design, development, online applications, mobile apps
*/




/*

WARNING! DO NOT EDIT THIS FILE!

To make it easy to update your theme, you should not edit the styles in this file. Instead use
the custom.css file (Hi/css/custom.css) to add your own styles. You can copy a style from this file and paste it in
custom.css and it will override the style in this file. You have been warned! :)

*/
/* =============================================================================
   Links
   ========================================================================== */
a { 
	color: #CC0000;
	outline: none !important;
	text-decoration: none;
}
a:hover { color: #0f7f4b; }
/* Improve readability when focused and hovered in all browsers */
a:hover, a:active { outline: 0; }
/* =============================================================================
   Typography
   ========================================================================== */
p, li, blockquote,
.su-column{
	color: #838585;
	font-size: 12px;
	line-height: 19px;
}
h1, h2, h3, h4, h5 {margin:0 0 0.5em; line-height:1.1em;}
h1 {	font-size: 28px;} 
h2 {	font-size: 25px;} 
h3 {	font-size: 15px;} 
h4 {	font-size: 13px;} 
h5 {	font-size: 15px;} 
h6 {	font-size: 14px;}

h1, h2, h3, h4{
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
   font-weight: bold;
	-webkit-font-smoothing: subpixel-antialiased;
	text-decoration: none;
	color: #666666;
}

abbr[title] { 
	border-bottom: 1px dotted; 
}

b, strong { 
	font-weight: bold; 
}

blockquote { 
	margin: 1em 40px 2em;
	font: italic 12px/18px Georgia, "Times New Roman", Times, serif;
	border-left: 3px solid #bdbdbd;
	padding-left: 15px;
}

blockquote h3,
blockquote h3 span{
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif !important;
}

dfn { 
	font-style: italic; 
}

hr { 
	display: block; 
	height: 1px; 
	border: 0; 
	border-top: 1px solid #ccc; 
	margin: 1em 0; padding: 0; 
}

ins { 
	background: #ff9; 
	color: #000; 
	text-decoration: none; 
}

mark { 
	background: #ff0; 
	color: #000; 
	font-style: italic; 
	font-weight: bold; 
}

pre, code, kbd, samp { 
	font-family: monospace, monospace; 
	_font-family: 'courier new', monospace; 
	font-size: 13px; 
}

pre { 
	white-space: pre; 
	white-space: pre-wrap; 
	word-wrap: break-word;
	line-height: 19px;
}
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; 
	line-height: 0; 
	position: relative; 
	vertical-align: baseline; 
}
sup { top: -0.5em; }
sub { bottom: -0.25em; }
.droid{
	font: italic 12px 'Droid Serif', serif;
}
/* =============================================================================
   Base color="#ffffff"
   ========================================================================== */
body{
	background: #f9efdd;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#portfolio-half li,
#portfolio li{
	background: #ffffff;
}

#wrapper{
	width: 960px;
	margin: 0 auto;
	
}


#main-header{
	width: 100%;
	position: relative;
	margin-top: 20px;
	display: block;
}

#main-header #default-logo{
	background: url(images/template/logo.png) no-repeat;
	display: block;
	width: 257px;
	height: 97px;
	text-indent: -9999px;
	position: relative;
	top: 7px;
	margin-bottom: 25px;
}

#main-header #custom-logo{
	display: block;
	text-indent: -9999px;
	position: relative;
	top: 7px;
	margin-bottom: 25px;
}
/* =============================================================================
   Main menu
   ========================================================================== */
#main-menu{
	margin-top: 48px;
}

/* Top Level Menu */
#main-menu ul li {
	display: block;
	float: left;
	position: relative;
	margin: 0 0 0 40px;
}

#main-menu ul li a {
	color: #404449;    /* color="#231b1a"      old : color: #8d8f92   404449*/
	font: bold 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border: none;
	text-decoration: none;
	text-shadow: #fffeff 0 1px 0;
	padding: 0 0 6px !important;
	padding-bottom: 10px !important;
}

#main-menu ul li.current_page_item a,
#main-menu ul li a:hover{
	color: #cc0000;   
}

/* Sub Level Nav */
#main-menu ul li ul, #main-menu ul li ul.children {
	display: none;
	border-top: none;
	position: absolute;
	width: 165px;
	margin: 12px 0 0 -10px;
	z-index: 1000;
	padding-bottom: 0;
	padding-right: 6px;
	
	top: 14px;
	background-color: #fffeff;
	border: 1px solid #ededed;
}

#main-menu ul li.active ul li a{color: #8b8e8f;}
#main-menu ul li.active ul li a:hover{ color: #000000;}

#main-menu ul li li.current_page_item a{
	color: #CC0000 !important;
}

#main-menu ul li ul li {
	float: none;
	text-align: left;
	width: 148px;
	padding: 13px 0 3px 18px;
	border-top: 1px solid #fdfcfe;
	border-bottom: 1px solid #f2f4f4;
	margin: 0;
}
#main-menu ul li ul li:first-child{
	border-top: none !important;
}

#main-menu ul li ul li:last-child{ border-bottom: none;
	margin-bottom: 0;
}
#main-menu ul li ul li a {
	color: #8d8f92 !important;
	text-shadow: #feffff 1px 1px 0;
	letter-spacing: 1px;
	display: inline-block;
	width: 100%;
	margin-left: -14px;
	padding-left: 10px !important;
	padding-right: 18px !important;
}

#main-menu ul li ul li a:hover { 
	color: #CC0000 !important; 
}
#main-menu ul li ul li:last-child:not(li.arrow) { border: 0;}

#main-menu ul li ul li ul{
	position: absolute;
	left: 180px;
	top: -13px !important;
	display: none;
}

#main-menu ul li ul li ul .arrow{
	display: none !important;
}

/* Arrow */
#main-menu ul li ul li.arrow {
	background: url(images/template/menu-arrow.png) no-repeat -2px 0;
	border: none !important;
	position: absolute;
	top: -11px;
	height: 4px;
	width: 125px;
	text-indent: -9999px;
	z-index: -100;
	display: block;
	padding: 0 0 10px !important;
	left: 0;
	padding-bottom: 10px;
}
/* =============================================================================
   Page content
   ========================================================================== */
#main{
	width: 100%;
	overflow: hidden;
}

.page-header{
	width: 100%;
	overflow: hidden;
	height: 76px;
}

.page-header h2.droid{
	font-size: 26px;
	font-style: italic;
	float: left;
	margin: 26px 20px 0 0;
}

.page-header span{
	position: relative;
	top: 36px;
	color: #a2a2a2;
}
.page-header .search-form{
	float: right;
	background: transparent url(images/template/top-search.png) no-repeat;
	position: relative;
	margin-top: 22px;
}

.page-header .search-form input{
	float: left;
	outline: none;
	border: none;
	padding: 13px 7px 8px;
	width: 160px;
	background: none;
	font-size: 12px;
	color: #fffeff;
}

.page-header .search-form .search_button{
	background: transparent url(images/template/search-btn.png) no-repeat left center;
	display: block;
	width: 27px;
	margin-top: 1px;
	height: 26px;
	position: relative;
	top: 3px;
	padding-top: 15px;
	right: 12px;
}




.main-content{
	width: 100%;
	overflow: hidden;
	margin-top: 32px;
	margin-bottom: 34px;
}

.main-content span.droid{
	display: block;
	margin-bottom: 36px;
	color: #a2a2a2;
}

.main-content span.error{
	margin-top: -19px;
}

#content-left{
	width: 660px;
	float: left;
	margin: 30px 0 15px;
}

#content-right{
	width: 660px;
	margin: 30px 0 15px;
	float: right;
}

#content-full{
	width: 100%;
	float: right;
	margin: 30px 0 15px;
}
/* =============================================================================
   Services
   ========================================================================== */
.service-block{
	width: 100%;
	overflow: hidden;
	padding-bottom: 0;
	padding-top: 0;
}

.normal{
	width: 100%;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #fffeff;
}

.service-block h2{
	color: #e95e4c;
}   

.service-block .service-icon{
	float: left;
	display: block;
	margin-right: 18px;
}

.first{
	border-top: none;
	padding-top: 0;
}
.last{
	border-bottom: none;
}
/* =============================================================================
   Portfolio
   ========================================================================== */
#portfolio{
	width: 100%;
	overflow: hidden;
	padding-top: 33px;
	padding-bottom: 45px;
}

#portfolio-half{
	overflow: hidden;
	padding-top: 33px;
	padding-bottom: 45px;
	width: 639px;
}


#filter-bar{
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin-right: 0;
	margin-bottom: 0;
	position: relative;
	z-index: 100;
	float: left;
}

#filter-bar li{
	float: left;
	list-style: none;
	color: #787878;
	text-shadow: #fffeff 0 1px 0;
	margin-right: 32px;
	font: bold 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#filter-bar li a{
	color: #9d9d9d;
	text-shadow: #fffeff 0 1px 0;
}

#filter-bar li.active a,
#filter-bar li a:hover,
#filter-bar li.selected-1 a{
	color: #CC0000;
}

#portfolio .image-grid {
  padding-left: 45px;
  width: 960px;
	margin: -20px 0 0 -40px;
}

#portfolio-half .image-grid {
  margin: -20px 0 103px -40px;
  padding-left: 45px;
	width: 639px;
}

.image-grid:after {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}

.image-grid li {
  float: left;
  text-align: left;
  font-family: "Helvetica Neue", sans-serif;
  line-height: 17px;
  color: #686f74;
  list-style: none;
	margin: 20px 0 0 20px;
}





/*Two columns Half content*/
#portfolio-half .two-columns li {
	width: 302px;
	margin-left: 0;
	margin-right: 17px;
}

#portfolio-half .two-columns li img{
	width: 302px;
	height: 205px;
}

#portfolio-half .two-columns  li a.zoom{
	top: 37%;
	left: 35%;
}
#portfolio-half .two-columns  li a.more{
	top: 37%;
	left: 56%;
}
.two-columns .btn{
	margin-top: -2px;
	margin-right: 0;
	margin-bottom: -1px;
}

#portfolio-half .two-columns .project-thumbnail .center{
	left: 45% !important;
	top: 32%;
}
/*Two columns full content*/
#portfolio .two-columns li{
	width: 463px;
	margin-left: 0;
	margin-right: 17px;
	height: 455px;
}
#portfolio .two-columns li a.zoom{
	top: 40%;
	left: 37%;
}
#portfolio .two-columns li a.more{
	top: 40%;
	left: 52%;
}
#portfolio .two-columns .btn{
	margin-top: -2px;
	margin-right: 0;
	margin-bottom: -1px;
}
#portfolio .two-columns .project-thumbnail .center{
	left: 46% !important;
}

/*Three columns Half content*/
#portfolio-half .three-columns li {
	width: 198px;
	margin-left: 0;
	margin-right: 15px;
}
#portfolio-half .three-columns  li a.zoom{
	top: 37%;
	left: 26%;
}
#portfolio-half .three-columns  li a.more{
	top: 37%;
	left: 55%;
}
#portfolio-half .three-columns .project-thumbnail .center{
	left: 40% !important;
	top: 37%;
}
/*Three columns full content*/
#portfolio .three-columns li{
	width: 306px;
	margin-left: 0;
	margin-right: 14px;
	height: auto;
}
#portfolio .three-columns li a.zoom{
	top: 37%;
	left: 35%;
}
#portfolio .three-columns li a.more{
	top: 37%;
}

#portfolio .three-columns li .project-thumbnail .center{
	left: 45%;
}




/*Four columns Half content*/
#portfolio-half .four-columns li {
	width: 144px;
	margin-left: 0;
	margin-right: 15px;
}
 
#portfolio-half .four-columns  li a.zoom{
	top: 37%;
	left: 18%;
}
#portfolio-half .four-columns  li a.more{
	top: 37%;
	left: 55%;
}
#portfolio-half .four-columns .project-thumbnail .center{
	left: 35% !important;
	top: 37%;
}
/*Four columns full content*/
#portfolio .four-columns li {
	width: 225px;
	margin-left: 0;
	margin-right: 15px;
}

#portfolio .four-columns  li a.zoom{
	top: 37%;
	left: 30%;
}
#portfolio .four-columns  li a.more{
	top: 37%;
	left: 55%;
}
#portfolio .four-columns .project-thumbnail .center{
	left: 42% !important;
	top: 37%;
}





/*Five columns Half content*/
#portfolio-half .five-columns li {
	width: 112px;
	margin-left: 0;
	margin-right: 15px;
}
 
#portfolio-half .five-columns  li a.zoom{
	top: 33%;
	left: 31%;
}
#portfolio-half .five-columns  li a.more{
	top: 53%;
	left: 31%;
}
#portfolio-half .five-columns .project-thumbnail .center{
	left: 33% !important;
	top: 39%;
}
/*Four columns full content*/
#portfolio .five-columns li {
	width: 177px;
	margin-left: 0;
	margin-right: 15px;
}

#portfolio .five-columns  li a.zoom{
	top: 42%;
	left: 22%;
}
#portfolio .five-columns  li a.more{
	top: 42%;
	left: 55%;
}
#portfolio .five-columns .project-thumbnail .center{
	left: 38% !important;
	top: 42%;
}






.image-grid li img,
.image-grid li strong {
  display: nones;
}


.image-grid li .project-thumbnail{
	position: relative;
	overflow: hidden;
	margin-bottom: 17px;
}

.image-grid li h3,
.image-grid li h3 a{
	color: #6b6c6c;
	font-size: 13px;
	margin-bottom: 6px;
}

.image-grid li span.droid{
	color: #a6a5a6;
	font-size: 11px;
}


.image-grid li .project-thumbnail a{
	display: block;
	position: relative;
}

.image-grid li .project-thumbnail .hover{
	display: none; 
	position: absolute;
	cursor: pointer;
	top: 7px; 
	left: 0;
	background: #000000;
}   


.image-grid li a.zoom,
.image-grid li a.more{
	text-indent: -9999px;
	position: absolute;
}

.image-grid li a.zoom{
	background: url(images/template/zoom-more.png) no-repeat -4px -50px;
	display: block;
	width: 46px;
	height: 46px;
}

.image-grid li a:hover.zoom{
	background-position: -4px 0;
}

.image-grid li a.more{
	background: url(images/template/zoom-more.png) no-repeat -65px -50px;
	display: block;
	width: 46px;
	height: 46px;
	top: 33%;
	left: 54%;
}

.image-grid li a:hover.more{
	background-position: -65px 0;
}




/*One column*/
#portfolio-half .one-columns li{
	width: 631px;
	margin-left: 0;
	margin-right: 17px;
	background-color: #fffeff;
	overflow: hidden;
	display: block;
	position: relative;
	border: 1px solid #e7e7e7;
}

#portfolio-half .one-columns li .slide{
	background: transparent url(images/template/boxes-top.png) no-repeat -5px bottom;
	padding-bottom: 10px;
	margin-bottom: 0;
	height: 290px !important;
	overflow: hidden;
}

#portfolio-half .one-columns li .content{
	padding: 25px;
}

#portfolio-half .one-columns li .content .btn{
	margin-right: 0;
	margin-bottom: 0;
	margin-top: 0;
}

#portfolio-half .one-columns .slide-single{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#portfolio-half .one-columns .slide-single li{
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}

#portfolio-half .one-columns .slide-single li img{
	margin: 0;
	padding: 0;
}

#portfolio-half .one-columns .slide-single .hover{
	display: none; 
	position: absolute;
	cursor: pointer;
	top: 0; 
	left: 0; 
	width: 639px; 
	height: 289px; 
	background: #000000;
} 
#portfolio-half .one-columns .slide-single a.zoom{
	top: 40%;
	left: 42%;
}
#portfolio-half .one-columns .slide-single a.more{
	top: 40%;
	left: 53%;
}
#portfolio-half .one-columns .slide li{
	margin: 0;
	padding: 0;
	display: none;
}

#portfolio-half .one-columns .slide li img{
	margin: 0;
	padding: 0;
}

#portfolio-half .one-columns .slide li:first-child{
	display: block;
}
#portfolio-half .one-columns .controls{
	position: absolute;
	top: 48%;
	z-index: 10000;
}

#portfolio-half .one-columns .controls li{
	float: left;
	width: auto;
	background: none;
	margin-right: 4px;
	border: none;
}

#portfolio-half .one-columns .controls li a{
	background: transparent url(images/template/bullets.png);
	display: block;
	width: 11px;
	text-indent: -9999px;
	height: 13px;
}

#portfolio-half .one-columns .controls li.current a,
#portfolio-half .one-columns .controls li a:hover{
	background-position: -15px 0;
}


#portfolio #postsNav{
	width: 517px;
	margin: 44px auto 0;
}

.page_navigation ul{
	width: 412px;
	margin: 0 auto;
	overflow: hidden;
}

.page_navigation ul li{
	list-style: none;
	float: left;
	overflow: hidden;
	display: block;
}
/* =============================================================================
   Single portfolio page
   ========================================================================== */
/*Photo style post*/
.single-project .project-slide{
	position: relative;
	margin: -7px 0 0;
}
   
.single-project .slide-single{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	height: 320px;
	overflow: hidden;
}

.single-project .slide-single li{
	margin: 0 ;
	overflow: hidden;
	padding: 0;
	position: relative;
	display: block;
}

.single-project .slide-single .hover{
	display: none; 
	position: absolute;
	cursor: pointer;
	top: 0; 
	left: 0; 
	width: 639px; 
	height: 320px; 
	background: #000000;
} 
.single-project .slide-single a.zoom{
	top: 46%;
	left: 47%;
}

.single-project  a.zoom,
.single-project a.more{
	text-indent: -9999px;
	position: absolute;
}

.single-project a.zoom{
	background: url(images/template/zoom-more.png) no-repeat -4px -50px;
	display: block;
	width: 46px;
	height: 46px;
}

.single-project a:hover.zoom{
	background-position: -4px 0;
}



.single-project .controls{
	position: absolute;
	z-index: 10000;
	bottom: 3%;
}

.single-project .nextBtn,
.single-project .prevBtn{
	z-index: 10000 !important;
}

.single-project .nextBtn{
	position: absolute;
	z-index: 999;
	left: 93%;
}

.single-project .controls li{
	float: left;
	width: auto;
	background: none;
	margin-right: 4px;
	border: none;
	list-style: none !important;
}

.single-project .controls li a{
	background: transparent url(images/template/bullets.png);
	display: block;
	width: 11px;
	text-indent: -9999px;
	height: 13px;
}

.single-project .controls li.current a,
.single-project .controls li a:hover{
	background-position: -15px 0;
}   
/* =============================================================================
   Blog
   ========================================================================== */
.blog-post{
	width: 639px;
	margin-bottom: 32px;
	position: relative;
}

.blog-post .type{
	background: transparent url(images/icons/post-types.png) no-repeat;
	display: block;
	width: 55px;
	height: 41px;
	position: absolute;
	right: -26px;
	top: 33px;
	z-index: 99;
}



.blog-post .text{
	background-position: 0 0;
}

.blog-post .quote{
	background-position: 0 -86px;
}

.blog-post .external{
	background-position: 0 -44px;
}

.blog-post .video{
	background-position: 0 -130px;
	z-index: 99;
}

.blog-post .photo{
	background-position: 0 -173px;
}




.blog-post .heading{
	background: transparent url(images/template/post-title.png) repeat-x;
	overflow: hidden;
	height: 40px;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	padding-left: 13px;
	padding-top: 15px;
}

.blog-post .heading h2,
.blog-post .heading h2 a{
	font-size: 20px;
	color: #888989;
}

.blog-post .heading h2 a:hover{
	color: #6f7070;
}

.blog-post .post-content{
	background: #fff;
	overflow: hidden;
	border-left: 1px solid #ededee;
	border-right: 1px solid #ededee;
}

.blog-post .shadow{
	display: block;
	background: transparent url(images/template/blog-post-shadow.png) no-repeat center bottom;
	width: 639px;
	height: 26px;
}


.blog-post .post-content .postmetainfo{
	background: transparent url(images/template/boxes-top.png) no-repeat -8px bottom;
	padding-bottom: 22px;
	padding-top: 17px;
}

.blog-post .post-content .postmetainfo p{
	margin: 0 0 0 28px;
	color: #ababab;
}

.blog-post .post-content .postmetainfo a{
	color: #858787;
}

.blog-post .post-content .postmetainfo a:hover{
	color: #5a5a5a;
}

.blog-post .post-content .postmetainfo ul li{
	float: left;
	list-style: none;
}


.blog-post .post-content .post-thumbnail img{
	margin: 0;
	padding: 0;
}

.blog-post .post-content .post-thumbnail{
	overflow: hidden;
	background: transparent url(images/template/boxes-top.png) no-repeat -8px bottom;
	padding-bottom: 10px;
}

.blog-post .post-content .excerpt{
	padding: 8px 28px 28px;
	overflow: hidden;
}


.blog-post .post-content .excerpt a.more{
	float: right;
}

h2.post-photo-title,
h2.post-photo-title a{
	margin: 20px 0 -10px 14px;
	color: #888989;
	text-shadow: #fffeff 0 1px 1px;
	font-size: 22px;
}

h2.post-video-title,
h2.post-video-title a{
	margin: 20px 0 4px 14px;
	color: #888989;
	text-shadow: #fffeff 0 1px 1px;
	font-size: 22px;
}

h2.post-photo-title a:hover,
h2.post-photo-title a:hover{
	color: #737373;
}

/*Quote style post*/
.quote-post .post-content{
	border-top: 1px solid #ededee;
}

.quote-post .quote-text{
	background: #292c2d;
	overflow: hidden;
	padding-top: 0;
	padding-left: 20px;
	padding-right: 20px;
}


.quote-stripe{
	background: transparent url(images/template/boxes-top.png) no-repeat -8px bottom;
	width: 100%;
	display: block;
	height: 11px;
}

.quote-author{
	color: #767676;
	margin-bottom: 19px;
	font: bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-shadow: #000000 0 1px 1px;
}

.quote-post .quote-text p{
	font: italic 18px/24px Droid Serif, Georgia, "Times New Roman", Times, serif;
	color: #f2f2f2;
	text-shadow: #000000 0 1px 1px;
}

/*External style post*/

.external-post .title{
	background: url(images/template/external-title.png) repeat-y 0 -41px;
	padding: 32px 26px;
}

.external-post .title h2,
.external-post .title h2 a{
	font-size: 20px;
	color: #fffeff;
	text-shadow: #000000 0px 1px 0px;
	float: left;
	margin-right: 6px;
}

.external-post .title span{
	color: #d1d0d2;
	text-shadow: #000000 0 1px 1px;
	position: relative;
	top: 5px;
}

/*Video Style post*/
.video-post .type{
	top: 14px;
}


.video-post .video-holder{
	background: transparent url(images/template/boxes-top.png) no-repeat -8px bottom;
	padding-bottom: 8px;
	margin-bottom: 14px;
}

.video-post .post-content .postmetainfo{
	background: none;
	padding-top: 5px;
	padding-bottom: 0;
}

/*Photo style post*/
.photo-post .photos-holder{
	background: transparent url(images/template/boxes-top.png) no-repeat -8px bottom;
	padding-bottom: 10px;
	display: block;
	margin-bottom: 0;
	position: relative;
}



.photo-post .nivo-holder-slide img:first-child{
	display: block;
}

.photo-post .nivo-holder-slide img{
	display: none;
	margin: 0;
	padding: 0;
}


.photo-post .nivoSlider{
	overflow: hidden;
	display: nones !important;
	padding-bottom: 0;
	margin-bottom: 0;
}

.photo-post .photos-holder .nivo-caption{
	display: none;
}

.photo-post .post-content .postmetainfo{
	background: none;
	padding-top: 20px;
	padding-bottom: 0;
}

.photo-post .post-content .nivo-controlNav{
	display:;
	left: 3%;
	bottom: 4%;
}
/* =============================================================================
   Single blog page
   ========================================================================== */
.single-post{
	width: 100%;
}

.single-post .photo-post h2.single-title{
	margin: 20px 0 -10px 24px;
}

.single-post .video-post h2.single-title{
	margin: 20px 0 7px 24px;
}

.single-post .photo-post .excerpt{
	margin-top: -25px;
}

.single-post .photo-post .excerpt .gallery{
	height: auto !important;
}

.single-post .photo-post .excerpt .gallery-columns-4 img{
	width: 121px;
	height: 107px;
}
/* =============================================================================
   Comments
   ========================================================================== */
#list-comments .comment{
	margin-bottom: 15px;
	overflow: hidden;
	margin-top: 25px;
}

#comments{
	margin-bottom: 22px;
	overflow: hidden;
	margin-top: 17px;
}

.comments-header{
	background: transparent url(images/icons/comments.png) no-repeat left center;
	padding-left: 45px;
	font-size: 19px;
	height: 36px;
	float: left;
	padding-bottom: 0;
	padding-top: 11px;
}

#comments .add{
	float: right;
}


#comments ol.commentlist{
	padding: 0;
	margin-top: 7px;
	overflow: hidden;
	margin-bottom: 19px;
}

#comments ol.commentlist li{
	list-style: none;

	float: left;
	
	padding-bottom: 22px;
	display: inline;
}

#comments ol.commentlist li .avatar{
	float: left;
	margin-right: 6px;
}

#comments ol.commentlist li .comment-head,
#comments ol.commentlist li .comment-entry{
	float: left;
	width: 85%;
}

#comments .name,
#comments .name  a{
	font-size: 13px;
	font-weight: bold;
	color: #616161;
	margin-right: 8px;
}


/*Subcomments*/
#comments ol.commentlist li{
	background: transparent url(images/template/comment-line.png) no-repeat 35px 0;
	position: relative;
	padding-bottom: 15px;
	margin-top: 29px;
	margin-bottom: 0;
}

#comments ol.commentlist li.border-left{
}

#comments ol.commentlist li.border-bottom{
	background: transparent url(images/template/dotted.png) repeat-x left bottom;
	margin-bottom: 0;
	min-height: 111px;
}


#comments ol.commentlist li ul.children{
	height: auto !important;
	overflow: hidden;
	float: left;
	display: block;
	position: relative;
	padding-bottom: 0;
	background: url(images/template/comment-line2.png) no-repeat left 39px;
	padding-left: 56px;
	margin-right: 0;
	margin-left: 35px;
	margin-bottom: -18px;
	padding-top: 4px;
}


#comments ol.commentlist li ul.children li{
	margin-top: 0;
	margin-bottom: 0;
	background: none;
	position: relative;
	margin-right: 0;
}


#comments ol.commentlist li ul.children  .comment-entry{
	position: relative;
	overflow: hidden;
}

#comments ol.commentlist li ul li .avatar img{
	width: 70px;
	height: 70px;
}

#comments ol.commentlist li ul.children .comment .comment-head{
	position: relative;
	top: 5px;
}



#comments li.depth-3 .comment-head,
#comments li.depth-3 .comment-entry{
	float: left;
	width: 80% !important;
}


#comments li.depth-4 .comment-head,
#comments li.depth-4 .comment-entry{
	float: left;
	width: 75% !important;
}

.lastComment{
	background: url(images/template/comment-line3.png) no-repeat left 39px !important;
}

#comments #respond{
	width: 100% !important;
	float: left;
}


#comments li.depth-2 #respond input{
	width: 134px;
}


#comments li.depth-3 #respond textarea{
	width: 269px;
}

#comments li.depth-3 #respond .loggedIn textarea{
	width: 440px;
}

#comments li.depth-3 #respond .submit-btn{
	margin-right: 11px;
}

/* =============================================================================
   Comments form
   ========================================================================== */
#respond .inputs{
	float: left;
	margin-right: 7px;
}

#respond .inputs input{
	background: transparent url(images/template/input.png) repeat-x;
	padding: 10px 10px 12px 13px;
	-webkit-border-radius: 5px;
	outline: none;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #fffeff;
	border-top-style: none;
	color: #fffeff;
}

#respond ::-webkit-input-placeholder {
   color: #fffeff;
	text-shadow: #000 0 1px 0;
	font: bold 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#respond :-moz-placeholder {
   color: #fffeff;
	text-shadow: #000 0 1px 0;
	font: bold 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#respond .form-right{
	float: left;
	width: 64%;
}



#respond .form-right textarea{
	background: #838892 url(images/template/text-bg.png) repeat-x;
	padding: 11px;
	border: 1px solid #fffeff;
	border-top-style: none;
	height: 112px;
	-webkit-border-radius: 5px;
	outline: none;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
	color: #fffeff;
}

#respond .submit-btn{
	float: right;
	margin: 0 -27px 0 0;
}


#respond .loggedIn{
	width: 100%;
}

#respond .loggedIn textarea{
	width: 94%;
}

#respond .loggedIn .submit-btn{
	margin: 0 10px 0 0;
}


/* =============================================================================
   Share this
   ========================================================================== */
#share-this{
	overflow: hidden;
	margin-bottom: 34px;
}

#share-this .icon{
	background: transparent url(images/icons/icon.png) no-repeat left center;
	float: left;
	display: block;
	width: 42px;
	height: 31px;
}
#share-this .share-text{
	float: left;
	margin-right: 21px;
}

#share-this .share-text span{
	font-size: 11px;
	color: #797979;
	font-style: italic;
}
#share-this h3{
	font-size: 16px;
	margin-bottom: 0;
}

#share-this a{
	background: transparent url(images/icons/social-icons.png) no-repeat;
	display: block;
	float: left;
	width: 38px;
	height: 37px;
	text-indent: -9999px;
}

#share-this a.face{
	background-position: 0 0;
}
#share-this a.twitter{
	background-position: -43px 0;
}

#share-this a.digg{
	background-position: -86px 0;
}

#share-this a.delicious{
	background-position: -129px 0;
}

#share-this a.tumblr{
	background-position: -172px 0;
}

#share-this a.dribble{
	background-position: -214px 0;
}

#share-this a.stumbleupon{
	background-position: -258px 0;
}

#share-this a.myspace{
	background-position: -302px 0;
}

#share-this a.vimeo{
	background-position: -345px 0;
}

#share-this a.youtube{
	background-position: -388px 0;
}
/* =============================================================================
   Author box
   ========================================================================== */
.author-box{
	margin-bottom: 31px;
}   
.author-box .author-top{
	background: transparent url(images/template/author-top.png) no-repeat;
	display: block;
	width: 100%;
	height: 8px;
}

.author-box .author-middle{
	background: transparent url(images/template/author-middle.png) repeat-y;
	overflow: hidden;
}

.author-box .authortext{
	display: block;
	float: left;
	width: 66%;
	margin-top: 23px;
	margin-bottom: 20px;
}

.author-box .authortext h4,
.author-box .authortext h4 a{
	font-size: 14px;
	color: #7f7f7f;
	text-shadow: #fffeff 0 1px 0;
}

.author-box img{
	float: left;
	background: transparent url(images/template/author.png) no-repeat;
	padding: 9px;
	margin-left: 39px;
	margin-top: 22px;
	margin-right: 15px;
}


.author-box .author-bottom{
	background: transparent url(images/template/author-bottom.png) no-repeat;
	display: block;
	width: 100%;
	height: 11px;
}
/* =============================================================================
   Related posts
   ========================================================================== */
#related-posts{
	margin-bottom: 31px;
}   
#related-posts .related-top{
	background: transparent url(images/template/author-top.png) no-repeat;
	display: block;
	width: 100%;
	height: 8px;
}

#related-posts .related-middle{
	background: transparent url(images/template/author-middle.png) repeat-y;
	overflow: hidden;
	padding: 26px 33px 0 42px;
	margin-bottom: 0;
}

#related-posts .related-middle h3{
	font-size: 18px;
	text-shadow: #fffeff 0 1px 0;
}

#related-posts .related-middle ul{
	padding: 0;
}

#related-posts .related-middle ul li{
	list-style: none;
	float: left;
	background: transparent url(images/template/related-frame.png) no-repeat;
	width: 132px;
	height: 151px;
	padding: 2px 3px 10px 8px;
	display: block;
}

#related-posts .related-middle ul li a{
	display: block;
}

#related-posts .related-bottom{
	background: transparent url(images/template/author-bottom.png) no-repeat;
	display: block;
	width: 100%;
	height: 8px;
}
/* =============================================================================
   Sidebar
   ========================================================================== */
#sidebar{
	width: 269px;
	margin-top: 38px;
	display: none; 
}

.sidebar-left{
	float: left;
}

.sidebar-right{	
	float: right;
}

#sidebar .widget{
	overflow: hidden;
	background: transparent url(images/template/dotted.png) repeat-x left bottom;
	padding-bottom: 7px;
	width: 100%;
	display: inline-block;
	margin: 0 0 35px;
}

#sidebar .widget h4{
	font-size: 16px;
	padding-bottom: 19px;
	border-bottom: 1px solid #e4e4e4;
	text-shadow: #fffeff 0 1px 1px;
}

#sidebar .widget ul{
	padding-left: 0;
	margin-top: -8px;
}

#sidebar .widget ul ul{
	padding-left: 11px;
	padding-bottom: 0;
	margin: 0 0 -6px;
	padding-top: 6px;
}

#sidebar .widget ul li{
	border-bottom: 1px solid #ebeded;
	padding-bottom: 7px;
	padding-top: 10px;
	list-style: none;
	border-top: 1px solid #fffeff;
}

#sidebar .widget input[type="text"],
#sidebar .widget input[type="email"]{
	border: 1px solid #e1e1e1;
	float: left;
	padding: 9px 5px 7px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 1px 3px #d1d1d1;
	-webkit-box-shadow: inset 0 1px 3px #d1d1d1;
	box-shadow: inner 0 1px 3px #d1d1d1;
	border-top: 1px solid #fffeff;
	font-size: 12px;
	width: 163px;
	outline: none;
	margin-top: 6px;
}



#sidebar .widget ul li:last-child{
	border-bottom: none;
}

#sidebar .widget ul ul li{
	border-top: 1px solid #f4f4f4;
	padding-bottom: 7px;
	padding-top: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#sidebar .widget ul li a{
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	padding-top: 1px;
	color: #868787;
	text-indent: -9999px;
}
#sidebar .widget ul li a:hover{
	color: #CC0000;
}



#sidebar .search-form{
	float: left;
	background: transparent url(images/template/top-search.png) no-repeat;
	position: relative;
}

#sidebar .search-form input{
	float: left;
	outline: none;
	border: none !important;
	padding: 13px 7px 8px !important;
	width: 160px;
	background: none;
	font-size: 12px;
	color: #fffeff;
	
	-moz-box-shadow: none;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

#sidebar .search-form .search_button{
	background: transparent url(images/template/search-btn.png) no-repeat left center;
	display: block;
	width: 27px;
	margin-top: 1px;
	height: 26px;
	position: relative;
	top: 3px;
	padding-top: 15px;
	right: 12px;
}
/* =============================================================================
   Popular post sidebar widget
   ========================================================================== */
#popular-widget li{
	overflow: hidden;
	position: relative;
	display: block;
	float: left;
	padding-bottom: 10px !important;
}
#popular-widget li .thumb{
	float: left;
	margin-left: 6px;
}

#popular-widget li img{
	float: left;
	background: transparent url(images/template/sidebar-thumbnail.png) no-repeat;
	padding: 6px;
	margin-right: 7px;
	margin-top: 1px;
}

#popular-widget li .text{
	width: 169px;
	float: left;
	position: relative;
}

#popular-widget li .title{
	font-weight: bold !important;
	color: #747474 !important;
}

#popular-widget li p{
	float: left;
}

#popular-widget li p.comments{
	float: right;
	margin-right: 9px;
}


#popular-widget li .ncomments span{
	background: transparent url('images/template/ncomment.png') no-repeat;
    padding: 6px 15px 7px 23px;
	height: 26px;
	color: #fafefe;
	text-shadow: #5f6c73 1px 1px 0;
	font: 0.9em/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius:5px;
	border-bottom-right-radius: 5px;
}


#popular-widget li.second{
	background-color: #fffeff;
}
/* =============================================================================
   Recent post sidebar widget
   ========================================================================== */
#recent-widget li{
	overflow: hidden;
	position: relative;
	display: block;
	float: left;
	padding-bottom: 10px !important;
}
#recent-widget li .thumb{
	float: left;
	margin-left: 6px;
}

#recent-widget li img{
	float: left;
	background: transparent url(images/template/sidebar-thumbnail.png) no-repeat;
	padding: 6px;
	margin-right: 7px;
	margin-top: 1px;
}

#recent-widget li .text{
	width: 169px;
	float: left;
	position: relative;
}

#recent-widget li .title{
	font-weight: bold !important;
	color: #747474 !important;
}

#recent-widget li p{
	float: left;
}

#recent-widget li p.comments{
	float: right;
	margin-right: 9px;
}


#recent-widget li .ncomments span{
	background: transparent url('images/template/ncomment.png') no-repeat;
    padding: 6px 15px 7px 23px;
	height: 26px;
	color: #fafefe;
	text-shadow: #5f6c73 1px 1px 0;
	font: 0.9em/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius:5px;
	border-bottom-right-radius: 5px;
}


#recent-widget li.second{
	background-color: #fffeff;
}
/* =============================================================================
   Sidebar twitter widget
   ========================================================================== */
#sidebar .mcstudios-twitter{
	padding: 0;
	margin: 0;
}

#sidebar .mcstudios-twitter .rstw_link_user p{
	color: #febeee !important;
}

.name-link{
	color: #CC0000 !important;
	font-weight: bold !important;
} 

#sidebar .mcstudios-twitter li{
	padding: 10px 20px 18px 11px !important;
	margin-bottom: 9px;
	background: #fff url(images/icons/tweet.jpg) no-repeat 97% 85%;
	border: 1px solid #ebebeb !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 4px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 1px 4px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 1px 4px rgba(50, 50, 50, 0.3);
	width: 233px;
}

#sidebar .mcstudios-twitter li:first-child{
	border-top: none !important;
}

.twitter-timestamp{
	display: block;
	margin-top: 6px;
}
/* =============================================================================
   Sidebar flickr widget
   ========================================================================== */
#sidebar .flickr{
	overflow: hidden;
	margin-top: 11px;
}   
#sidebar .flickr a{
	float: left;
	background: transparent url(images/template/flickr.png) no-repeat;
	margin-bottom: 7px;
	width: 85px;
	height: 77px;
	margin-right: 3px;
}   
   
#sidebar .flickr img{
	width: 74px;
	height: 65px;
	margin-top: 0;
	padding: 6px;
}   

/* =============================================================================
   Home Slider
   ========================================================================== */
#homeSlider{
	width: 100%;
	overflow: hidden;
	margin: 22px 0 25px;
	display: inline-block;
}   
/* =============================================================================
   Color Boxes
   ========================================================================== */
.color-boxes{
	width: 100%;
	overflow: hidden;
	/*background: transparent url(images/template/boxes-top.png) no-repeat center top; */
	padding-top: 12px;
	margin: 20px 0 25px;
}

/*3 columns*/
.color-boxes .three-cols .col_3{
	/* margin: -7px 0 0;
	width: 320px; */
}

.color-boxes .three-cols .col-heading{
	height: 130px;
	text-align: center;
}

.color-boxes .three-cols .col-heading div{
	overflow: hidden;
	margin: 0 auto;
	width: 260px;
	position: relative;
	top: 38px;
}

.color-boxes .three-cols .col-content{
	width: 90%;
	padding-top: 20px;
}

.color-boxes .three-cols .col-heading h2{
	color: #fffeff;
	font: 30px 'Open Sans', sans-serif;
	text-shadow: #6f6d7c 0 1px 1px;
	letter-spacing: 0;
	word-spacing: -4px;
	text-transform: uppercase;
	margin: 0 0 -17px;
}

.color-boxes .three-cols .col-heading img{
	margin-top: 7px;
	margin-bottom: 0;
	margin-right: 0;
	width: 100%;
}

.color-boxes .three-cols .first .col-heading{
	background-position: 0 0;
}

.color-boxes .three-cols .second .col-heading{
	background-position: -320px 0;
}

.color-boxes .three-cols .third .col-heading{
	background-position: -640px 0;
}

.color-boxes h3{
	line-height: 29px;
}

.color-boxes .three-cols .second .col-content{
/*	border-left: 1px dotted #cecece;
	border-right: 1px dotted #cecece; */
	padding-left: 14px;
	padding-right: 16px;
}

.color-boxes .three-cols .third .col-content{
	margin-left: 30px;
}

.color-boxes .three-cols .col-heading h2 span{
	font-weight: bold;
}

.color-boxes .three-cols .col-heading p{
	color: #5a5a5a;
	font-family: 'Droid Serif', serif;
	font-style: italic;
	float: right;
}

/*4 columns*/
.color-boxes .four-cols .col_4{
	margin: 0;
	width: 240px;
}

.color-boxes .four-cols .col-heading{
	height: 130px;
	text-align: center;
}

.color-boxes .four-cols .col-heading div{
	overflow: hidden;
	margin: 0 auto;
	width: 240px;
	position: relative;
	top: 38px;
}

.color-boxes .four-cols .col-heading h2{
	color: #fffeff;
	font: 23px 'Open Sans', sans-serif;
	text-shadow: #6f6d7c 0 1px 1px;
	letter-spacing: 0;
	word-spacing: -4px;
	text-transform: uppercase;
	margin: 0 0 -17px;
}

.color-boxes .four-cols .first .col-heading{
	background-position: 0 -130px;
}

.color-boxes .four-cols .second .col-heading{
	background-position: -240px -130px;
}

.color-boxes .four-cols .third .col-heading{
	background-position: -480px -130px;
}

.color-boxes .four-cols .fourth .col-heading{
	background-position: -721px -130px;
}

.color-boxes .four-cols .col-content{
	width: 85%;
	padding-top: 20px;
	text-align: left;
}

.color-boxes .four-cols .second .col-content{
	border-left: 1px dotted #cecece;
	border-right: 1px dotted #cecece;
	padding-left: 20px;
	padding-right: 16px;
}

.color-boxes .four-cols .third .col-content{
	margin-left: 30px;
	border-right: 1px dotted #cecece;
	padding-right: 4px;
}

.color-boxes .four-cols .fourth .col-content{
	margin-left: 30px;
	padding-right: 4px;
}

.color-boxes .four-cols .col-heading h2 span{
	font-weight: bold;
}

.color-boxes .four-cols .col-heading p{
	color: #5a5a5a;
	font-family: 'Droid Serif', serif;
	font-style: italic;
}
/* =============================================================================
   Block title
   ========================================================================== */
.block-title{
	width: 100%;
	overflow: hidden;
	position: relative;
}

.block-title .title{
	background: #f8f8f8;
	overflow: hidden;
	float: left;
	position: relative;
	padding: 10px 3px 10px 15px;
	margin: -6px 0 0 29px;
}

.block-title h3{
	float: left;
	margin-right: 11px;
}

.block-title .droid{
	font: italic 12px 'Droid Serif', serif;
	color: #8d8f92;
	text-shadow: #fffeff 0 1px 0;
	margin: 4px 16px 0 0;
	float: left;
}

.block-title .stripe{
	background: transparent url(images/template/stripe.png) repeat-x right center;
	display: inline-block;
	height: 21px;
	margin: 4px 17px 0 0;
	float: right;
	width: 100%;
	position: absolute;
}
.line-divider{
	margin: 20px 0;
}

.section{
	margin: 20px 0 0 0;
}
/* =============================================================================
   Carousel
   ========================================================================== */
.carousel{
	width: 100%;
	margin: 20px 0 0;
	position: relative;
	height: 288px;
	overflow: hidden;
}

.carousel .list_carousel{
	overflow: hidden;
	width: 925px;
}
.carousel .list_carousel li{
	list-style: none;
	padding: 0;
	float: left;
	display: block;
	margin: 0 18px 20px 0;
	height: 220px;
	position: relative;
}


.carousel .list_carousel .hover{
	display: none;
	position: absolute;
	width: 180px;
	height: 150px;
	background: #000000;
}

.carousel .list_carousel .hover a{
	display: block;
	background: transparent url(images/template/zoom-more.png) no-repeat 0 -49px;
	width: 49px;
	text-indent: -9999px;
	height: 48px;
	position: absolute;
}

.carousel .list_carousel .hover a.zoom{
	top: 31%;
	left: 22%;
}

.carousel .list_carousel .hover a:hover.zoom{
	background-position: 0 1px;
}

.carousel .list_carousel .hover a.more{
	top: 31%;
	left: 50%;
	background-position: -62px -49px;
}

.carousel .list_carousel .hover a:hover.more{
	background-position: -62px 1px;
}

.carousel .list_carousel ul{
	overflow: hidden;
	display: block;
	padding: 0;
	width: 900px;
	margin-left: 44px;
}

.carousel .list_carousel .hover a.centered{
	left: 37% !important;
}

.carousel .list_carousel li .project{
	border: 1px solid #f2f2f2;
	padding: 5px;
	background-color: #f6f6f6;
	
	-moz-box-shadow:0px 2px 4px #C3C3C3;
	-webkit-box-shadow:0px 2px 4px #C3C3C3;
	box-shadow:0px 2px 4px #C3C3C3;
    
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 193px;
}

.carousel .list_carousel li .project .inner{
	padding: 6px;
	background: #ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.carousel .list_carousel li .project img{
	padding: 0;
	margin: 0;
}

.carousel .text{
	margin-top: 19px;
	margin-bottom: -3px;
}

.carousel h4{
	margin-bottom: -8px;
}

.carousel p{
	color: #a6a6a6;
}

.clearfix {
	float: none;
	clear: both;
}
.carousel .prev {
	float: left;
	text-indent: -9999px;
	background: transparent url(images/template/arrows.png) no-repeat;
	display: block;
	position: absolute;
	top: 43%;
	width: 37px;
	height: 36px;
}

.carousel a:hover.prev{
	background-position: 0 -41px;
}
.carousel .next {
	float: right;
	position: absolute;
	background: transparent url(images/template/arrows.png) no-repeat -38px 0;
	display: block;
	top: 43%;
	right: 0;
	width: 35px;
	height: 36px;
	text-indent: -9999px;
}

.carousel a:hover.next{
	background-position: -38px -41px;
}

p.unused{
	margin: 0 0 9px;
	line-height: 0;
	float: left;
}

.page-carousel .next,
.page-carousel .prev{
	top: 40% !important;
}
/* =============================================================================
   Newsletter
   ========================================================================== */
#newsletter{
	overflow: hidden;
	background: transparent url(images/template/boxes-top.png) repeat-x -3px 0;
	padding-top: 12px;
	border-bottom: 1px solid #e4e4e4;
	height: 94px;
	margin-top: 25px;
	margin-bottom: 29px;
}

#newsletter .block-left{
	float: left;
	background: #f3f3f3;
	border-top: 1px solid #fffeff;
	padding: 22px 22px 0;
	border-right: 1px solid #e3e3e3;
	width: 200px;
	height: 70px;
	border-left: 1px solid #e4e4e4;
}
#newsletter .block-left h3{
	font-size: 18px;
	text-shadow: #fffeff 0 1px 0;
	margin-bottom: 4px;
}
#newsletter .block-left h4{
	color: #b1b1b1;
	text-shadow: #fffeff 0 1px 0;
}

#newsletter .block-right{
	background: #ffffff;
	float: left;
	padding-top: 16px;
	padding-bottom: 22px;
	padding-left: 22px;
	height: 56px;
	width: 691px;
	border-right: 1px solid #e4e4e4;
}

#newsletter .block-right p{
	color: #8f8f8f;
	line-height: 20px;
}
/* =============================================================================
   Home Blog Section
   ========================================================================== */
.blog-posts{
	overflow: hidden;
	margin: 25px 0;
	position: relative;
}

.posts-normal-size{
	background: reds;
	width: 65%;
	float: left;
}

.posts-normal-size .col_3{
	width: 43%;
}

.blog-posts .post{
	position: relative;
}   

.blog-posts .col_3{
	margin-right: 39px;
	margin-left: 0;
}

.blog-posts .post .title{
	background: transparent url(images/template/ptop.png) repeat-x 0 -2px;
	height: 29px;
	padding-top: 13px;
	padding-left: 24px;
	border: 1px solid #ecefef;
	
}   

.blog-posts .post .content{
	background: #fff;
	padding: 2px 16px 16px;
	border: 1px solid #e8e8e8;
	height: 145px;
}

.blog-posts .post .content p{
	color: #808080;
}

.blog-posts .post .content .droid{
	color: #bdbdbd;
}

.blog-posts .post .content a:hover.droid{
	color: #CC0000;
}

.blog-posts .post .shadow{
	background: transparent url(images/template/pshadow.png) no-repeat 13px 0;
	display: block;
	height: 13px;
}  


.blog-posts .type{
	background: transparent url(images/icons/post-types.png) no-repeat 0 -1px;
	display: block;
	position: absolute;
	width: 54px;
	height: 42px;
	right: -30px;
	top: 25px;
}

.blog-posts .video{
	background-position: 0 -130px;
}

.blog-posts .photo{
	background-position: 0 -173px;
}

.blog-posts .quote{
	background-position: 0 -87px;
}

.blog-posts .external{
	background-position: 0 -44px;
}

.blog-posts .text{
	background-position: 0 -1px;
}


.full .col_3{
	margin-right: 23px;
	margin-left: 0;
}

.full .col_3 .type{
	right: -21px;
}
/* =============================================================================
   Home Testimonials
   ========================================================================== */
.testimonials{
	width: 299px;
	overflow: hidden;
	margin: 25px 0;
	float: left;
}

.testimonials .testimonials-holder   {
	background: transparent url(images/template/testimonials.png) no-repeat;
	width: 300px;
	height: 317px;
}

.testimonials .testimonials-holder .inner-content{
	background: reds;
	position: relative;
	top: 57px;
	width: 200px;
	text-align: center;
	left: 51px;
	height: 176px;
}

.testimonials .testimonials-holder .inner-content .droid{
	font-size: 17px;
	color: #5f5f5f;
	line-height: 25px;
	text-shadow: #fdf8fe 0 1px 0;
}

.testimonials .testimonials-holder .inner-content strong{
	margin-bottom: -15px;
	display: block;
	color: #616161;
}

.vertical{
	background: transparent url(images/template/vertical.png) repeat-y;
	height: 100%;
	display: block;
	float: left;
	margin-top: 64px;
	padding-bottom: 34px;
	position: relative;
	margin-right: 18px;
	margin-left: 17px;
	width: 2px;
}
/* =============================================================================
   Team member shortcode
   ========================================================================== */
.member{
	overflow: hidden !important;
	margin-top: 20px !important;
	margin-bottom: 50px !important;
}   
.member-photo{
	float: left;
	padding: 4px;
	background-color: #fffeff;
	border: 1px solid #e6e6e6;
	margin-right: 10px;
}

.member-photo img{
	margin: 0;
}
.member-content{
	overflow: hidden;
}

.su-column{
	margin-top: 20px !important;
	margin-bottom: 30px !important;
	overflow: hidden;
	display: block;
}
/* =============================================================================
   Social Shortcode
   ========================================================================== */
.mcsocial-facebook,
.mcsocial-facebook-two,
.mcsocial-twitter,
.mcsocial-twitter-two,
.mcsocial-digg,
.mcsocial-digg-two,
.mcsocial-skype,
.mcsocial-dribble,
.mcsocial-vimeo,
.mcsocial-youtube,
.mcsocial-myspace,
.mcsocial-behance,
.mcsocial-lastfm,
.mcsocial-delicious,
.mcsocial-stumbleupon,
.mcsocial-dribble-two,
.mcsocial-tumblr{
	display: block;
	background: transparent url(images/icons/social-media.png) no-repeat;
	width: 39px;
	height: 36px;
	text-indent: -9999px;
	cursor: pointer;
	margin: 8px 0;
	padding: 0;
	float: left;
}

.mcsocial-facebook-two{
	background-position: -43px 0;
} 

.mcsocial-twitter{
	background-position: -86px 0;
} 
.mcsocial-twitter-two{
	background-position: -129px 0;
}   
.mcsocial-digg{
	background-position: -171px 0;
} 
.mcsocial-digg-two{
	background-position: -214px 0;
}
.mcsocial-delicious{
	background-position: -257px 0;
}      
.mcsocial-skype{
	background-position: -516px 0;
} 
.mcsocial-dribble{
	background-position: -387px 0;
}
.mcsocial-dribble-two{
	background-position: -344px 0;
}
.mcsocial-stumbleupon{
	background-position: -429px 0;
}
.mcsocial-myspace{
	background-position: -472px 0;
}
.mcsocial-vimeo{
	background-position: -558px 0;
}
.mcsocial-youtube{
	background-position: -601px 0;
}
.mcsocial-lastfm{
	background-position: -645px 0;
}
.mcsocial-behance{
	background-position: -688px 0;
}
.mcsocial-tumblr{
	background-position: -301px 0;
}
/* =============================================================================
   Footer
   ========================================================================== */
#footer{
	width: 100%;
	position: relative;
	background: #f09235;
	margin-top: 18px;
}

#footer .mcstudios-twitter li a.name-link,
#footer ul li a:hover{
	color: #e95e4c !important;
}

#footer p,
#footer li,
#footer li a{
	color: #ffffff;
}



#footer li a:hover{
	color: #e95e4c;
}

#footer #footer-border{
	/*background: transparent url(images/template/boxes-top.png) repeat-x center top; */
	width: 100%;
	display: block;
	height: 12px;
	border-bottom: 5px solid #cc6600;
	position: absolute;
	top: -13px;
}

#footer #footer-wrapper{
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 45px;
	padding-bottom: 45px;
}

#footer #footer-wrapper ul{
	padding-left: 0;
}
#footer #footer-wrapper ul li{
	list-style: none;
	border-bottom: 1px solid #e2e2e2;
	border-top: 1px solid #f5f5f5;
	padding-top: 6px;
	padding-bottom: 6px;
}
#footer #footer-wrapper ul li:first-child{
	border-top: none;
}

#footer #footer-wrapper ul li:last-child{
	border-bottom: none;
}

#footer #footer-wrapper h3{
	font-size: 14px;
	line-height: 36px;
	color: #3a3a3a;
}

#copyright{
	width: 100%;
	overflow: hidden;
	position: relative;
	background:  url(images/template/copyright-bg.png) repeat;
}

#copyright .shadow{
	background: transparent url(images/template/copyright-shadow.png) repeat-x;
	width: 100%;
	height: 11px;
	margin-top: -1px;
}

#copyright p{
	color: #cccccc !important;
	/*font: italic 11px 'Droid Serif', serif; */
	text-shadow: none;
}

#copyright .center{
	padding-top: 15px;
	padding-bottom: 20px;
}

#copyright .center p{
	max-width: 50%;
}

#copyright a{
	color: #CC0000;
}

#copyright a#footer-default-logo{
	float: right;
	display: block;
	text-indent: -9999px;
	margin: 10px 0;
}
#copyright a#footer-default-logo img{
	margin: 0;
	padding: 0;
}
/* =============================================================================
   Fotter flickrwidget
   ========================================================================== */
#footer .flickr{
	margin-top: 15px;
}   
#footer .flickr a{
	float: left;
	padding: 4px;
	background-color: #fffeff;
	margin-right: 3px;
	border: 1px solid #d3d5d5;
	margin-bottom: 18px;
}
#footer .flickr a img{
	margin-top: 0;
	width: 57px;
	height: 61px;
}
/* =============================================================================
   Fotter social widget
   ========================================================================== */
#footer .social{
	padding-left: 2px;
}

#footer .social li{
	list-style: none;
	margin: 0 0 1px;
	padding: 7px 0 0 !important;
	width: 100%;
	overflow: hidden;
	background: reds;
	border: none !important;
}

#footer .social li a{
	font-weight: bold;
	color: #a2a2a2;
	text-shadow: #fffeff 0 1px 0;
}

#footer .social li a:hover{
	color: #808080 !important;
	cursor: pointer;
}

#footer .social li a span{
	background: transparent url(images/icons/social.png) no-repeat;
	display: block;
	width: 39px;
	height: 38px;
	float: left;
	margin-right: 7px;
	position: relative;
	top: -10px;
} 

#footer .social li a.face span{
	background-position: 0 0;
}

#footer .social li a.twitter span{
	background-position: -48px 0;
}

#footer .social li a.dribble span{
	background-position: -97px 0;
}

#footer .social li a.tumblr span{
	background-position: -295px 0;
}

#footer .social li a.vimeo span{
	background-position: -249px 0;
}
#footer .social li a.youtube span{
	background-position: -202px 0;
}

#footer .social li a.skype span{
	background-position: -150px 0;
}
/* Footer Subscribe
================================================== */
#footer input[type="text"],
#footer input[type="email"]{
	width: 100%;
}

#footer #widget_quick_subscribe_form input[type="text"],
#footer #widget_quick_subscribe_form input[type="email"]{
	border: 1px solid #e1e1e1;
	float: left;
	padding: 9px 5px 7px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 1px 3px #d1d1d1;
	-webkit-box-shadow: inset 0 1px 3px #d1d1d1;
	box-shadow: inner 0 1px 3px #d1d1d1;
	border-top: 1px solid #fffeff;
	font-size: 12px;
	width: 134px;
	outline: none;
	margin-top: 6px;
}
/* =============================================================================
   Buttons
   ========================================================================== */
/*Newsletter button*/

.nbtn {
	background: transparent url('images/template/newsbtn-right.png') no-repeat scroll top right;
    color: #b8b9b9;
    display: block;
    float: left;
    height: 49px;
    margin-right: 29px;
    padding-right: 44px; /* sliding doors padding */
    text-decoration: none;
	font-style: normal;
	font-family: arial, sans-serif;
	margin-top: 9px;
	cursor: pointer;
	z-index: 999;
	margin-bottom: 11px;
}

.nbtn span{
	background: transparent url('images/template/newsbtn-left.png') no-repeat;
    display: block;
    padding: 15px 0 7px 29px;
	height: 26px;
	color: #fafefe;
	text-shadow: #bd3d30 1px 1px 0;
	font: 0.9em/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.nbtn:hover{
    background-position: right -54px;
    color: #f9f9f9;
    outline: none;
}

.nbtn:hover span{
    background-position: left -54px;
}

.nbtn:active{
    background-position: right -109px;
    color: #7a7b7b;
    outline: none; /* hide dotted outline in Firefox */
}

.nbtn:active span{
    background-position: left -109px;
}
.newsletterbtn{
	float: right;
}


#postsNav{
	width: 639px;
	overflow: hidden;
	margin-top: -16px;
	margin-bottom: 16px;
}

#postsNav .next{
	float: right;
}

#postsNav .prev-disabled{
	float: left;
}

.numbers-pag{
	width: auto;
	float: left;
	margin: 0 auto;
	position: relative;
	left: 7%;
}

.numbered {
	background: transparent url('images/template/pagination-right.png') no-repeat scroll right -221px;
    color: #b8b9b9;
    display: block;
    float: left;
    height: 36px;
    margin-right: 2px; /* sliding doors padding */
    text-decoration: none;
	font-style: normal;
	font-family: arial, sans-serif;
	margin-top: 9px;
	cursor: pointer;
	z-index: 999;
	margin-bottom: 11px;
	padding-right: 14px;
}

.numbered span{
	background: transparent url('images/template/pagination-left.png') no-repeat 0 -221px;
    display: block;
	height: 14px;
	color: #fafefe;
	text-shadow: #000 1px 1px 0;
	font: 13px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 6px 0 14px 15px;
}

.numbered:hover {
	background-position: right -257px;
}
.numbered:hover span{
	background-position: left -257px;
}

.active .numbered,
.numbered:active,
.current-page,
.current-page:hover {
	background-position: right -293px;
}
.active .numbered span,
.numbered:active span,
.numbered span.current{
	background-position: left -293px;
}





.next-page-button,
.prev-page-button{
	background: transparent url('images/template/pagination-right.png') no-repeat scroll right 0;
    color: #b8b9b9;
    display: block;
    float: left;
    height: 36px;
    margin-right: 2px; /* sliding doors padding */
    text-decoration: none;
	font-style: normal;
	font-family: arial, sans-serif;
	margin-top: 9px;
	cursor: pointer;
	z-index: 999;
	margin-bottom: 11px;
	padding-right: 14px;
}
.next-page-button span,
.prev-page-button span{
	background: transparent url('images/template/pagination-left.png') no-repeat 0 0;
    display: block;
	height: 14px;
	text-shadow: #000 1px 1px 0;
	font: 13px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 6px 0 14px 15px;
	color: #fffeff;
	text-shadow: #82261e 0 1px 0;
}


.next-page-button:hover,
.prev-page-button:hover{
	background-position: right -36px;
}
.next-page-button:hover span,
.prev-page-button:hover span{
	background-position: left -36px;
}
.next-page-button:active,
.prev-page-button:active{
	background-position: right -72px;
}
.next-page-button:active span,
.prev-page-button:active span{
	background-position: left -72px;
}







.prev-disabled,
.next-disabled{
	background: transparent url('images/template/pagination-right.png') no-repeat scroll right -110px;
    color: #b8b9b9;
    display: block;
    float: left;
    height: 36px;
    margin-right: 7px; /* sliding doors padding */
    text-decoration: none;
	font-style: normal;
	font-family: arial, sans-serif;
	margin-top: 9px;
	cursor: default !important;
	z-index: 999;
	margin-bottom: 11px;
	padding-right: 14px;
}
.prev-disabled span,
.next-disabled span{
	background: transparent url('images/template/pagination-left.png') no-repeat 0 -110px;
    display: block;
	height: 14px;
	text-shadow: #000 1px 1px 0;
	font: 0.9em/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 6px 0 14px 15px;
}
.prev-disabled span,
.next-disabled span{
	color: #fffeff;
	text-shadow: #82261e 0 1px 0;
}
.prev-disabled:hover,
.next-disabled:hover{
	background-position: right -110px;
}
.prev-disabled:hover span,
.next-disabled:hover span{
	background-position: left -110px;
}
.prev-disabled:active,
.next-disabled:active{
	background-position: right -110px;
}
.prev-disabled:active span,
.next-disabled:active span{
	background-position: left -110px;
}

.next-disabled{
	float: right;
}

/*Add Cooment button*/
.add {
	background: transparent url('images/template/contact-right.png') no-repeat scroll top right;
    color: #b8b9b9;
    display: block;
    float: left;
    height: 35px;
    margin-right: 29px;
    padding-right: 19px; /* sliding doors padding */
    text-decoration: none;
	font-style: normal;
	font-family: arial, sans-serif;
	margin-top: 6px;
	cursor: pointer;
	z-index: 999;
	margin-bottom: 18px;
}


.add span{
	background: transparent url('images/template/contact-left.png') no-repeat;
    display: block;
    padding: 5px 0 7px 21px;
	height: 23px;
	color: #fafefe;
	text-shadow: #555 1px 1px 0;
	font: 0.9em/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.add:hover{
    background-position: right -34px;
    color: #f9f9f9;
    outline: none;
}

.add:hover span{
    background-position: left -34px;
}

.add:active{
    background-position: right -68px;
    color: #7a7b7b;
    outline: none; /* hide dotted outline in Firefox */
}

.add:active span{
    background-position: left -68px;
}

/*Submit button*/
.submit-btn {
	border: none;
	background: transparent url('images/template/contact-right.png') no-repeat scroll right -108px;
    color: #b8b9b9;
    display: block;
    float: left;
    height: 43px;
    margin-right: 29px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
	font-style: normal;
	font-family: arial, sans-serif;
	margin-top: 9px;
	cursor: pointer;
	z-index: 999;
	margin-bottom: 11px;
}


.ie8 .submit-btn{
	background: transparent url('images/template/contact-right.png') no-repeat scroll right -109px;
}

.submit-btn span{
	background: transparent url('images/template/contact-left.png') no-repeat 0 -110px;
    display: block;
    padding: 7px 0 7px 29px;
	height: 26px;
	color: #595a5a;
	text-shadow: #fffeff 1px 1px 0;
	font: bold 13px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.submit-btn:hover,
.submit-btn:active{
    background-position: right -151px;
    color: #f9f9f9;
    outline: none;
}

.ie8 .submit-btn:hover,
.ie8 .submit-btn:active{
    background-position: right -152px;
}

.submit-btn:hover span,
.submit-btn:active span{
    background-position: left -153px;
}

.ie8 .submit-btn:active span{
    background-position: left -154px;
}

.btn {
	background: transparent url('images/template/buttons-small-right.png') no-repeat scroll top right;
    color: #b8b9b9;
    display: block;
    float: left;
    height: 38px;
    margin-right: 15px;
    padding-right: 25px; /* sliding doors padding */
    text-decoration: none;
	font-style: normal;
	font-family: arial, sans-serif;
	margin-top: 9px;
	cursor: pointer;
	z-index: 999;
	margin-bottom: 11px;
}

.btn span{
	background: transparent url('images/template/buttons-small-left.png') no-repeat;
    display: block;
    padding: 8px 0 7px 29px;
	height: 22px;
	color: #fafefe;
	text-shadow: #bd3d30 1px 1px 0;
	font: 12px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.nbtn:hover{
    background-position: right -54px;
    color: #f9f9f9;
    outline: none;
}

.nbtn:hover span{
    background-position: left -54px;
}

.nbtn:active{
    background-position: right -109px;
    color: #7a7b7b;
    outline: none; /* hide dotted outline in Firefox */
}

.nbtn:active span{
    background-position: left -109px;
}

a.aqua{ background-position: right -110px;}
a.aqua span{ background-position: left -110px;text-shadow: #357882 0 1px 0;}
a:hover.aqua{ background-position: right -147px;}
a:hover.aqua span{background-position: left -147px;}
a:active.aqua{ background-position: right -185px;}
a:active.aqua span{ background-position: left -185px;}

a.white{ background-position: right -224px;}
a.white span{ background-position: left -224px;text-shadow: #000 0 0 0;
	color: #4d4e4e;
}
a:hover.white{ background-position: right -261px;}
a:hover.white span{background-position: left -261px;}
a:active.white{ background-position: right -299px;}
a:active.white span{ background-position: left -299px;}


a.black{ background-position: right -341px;}
a.black span{ background-position: left -341px;text-shadow: #0b2529 0 1px 0;}
a:hover.black{ background-position: right -378px;}
a:hover.black span{background-position: left -378px;}
a:active.black{ background-position: right -416px;}
a:active.black span{ background-position: left -416px;}


a.blue{ background-position: right -683px;}
a.blue span{ background-position: left -683px;text-shadow: #0b2529 0 1px 0;}
a:hover.blue{ background-position: right -720px;}
a:hover.blue span{background-position: left -720px;}
a:active.blue{ background-position: right -758px;}
a:active.blue span{ background-position: left -758px;}

a.green{ background-position: right -570px;}
a.green span{ background-position: left -570px;text-shadow: #386a21 0 1px 0;}
a:hover.green{ background-position: right -607px;}
a:hover.green span{background-position: left -607px;}
a:active.green{ background-position: right -645px;}
a:active.green span{ background-position: left -645px;}

a.orange{ background-position: right -797px;}
a.orange span{ background-position: left -797px;text-shadow: #a8702b 0 1px 0;}
a:hover.orange{ background-position: right -834px;}
a:hover.orange span{background-position: left -834px;}
a:active.orange{ background-position: right -872px;}
a:active.orange span{ background-position: left -872px;}


a.purple{ background-position: right -912px;}
a.purple span{ background-position: left -912px;text-shadow: #a8702b 0 1px 0;}
a:hover.purple{ background-position: right -949px;}
a:hover.purple span{background-position: left -949px;}
a:active.purple{ background-position: right -987px;}
a:active.purple span{ background-position: left -987px;}

a.gray{ background-position: right -456px;}
a.gray span{ background-position: left -456px;text-shadow: #5b5b5b 0 1px 0;}
a:hover.gray{ background-position: right -493px;}
a:hover.gray span{background-position: left -493px;}
a:active.gray{ background-position: right -531px;}
a:active.gray span{ background-position: left -531px;}




.size-medium {
	background: transparent url('images/template/buttons-medium-right.png') no-repeat scroll top right;
    color: #b8b9b9;
    display: block;
    float: left;
    height: 36px;
    margin-right: 15px;
    padding-right: 31px; /* sliding doors padding */
    text-decoration: none;
	font-style: normal;
	font-family: arial, sans-serif;
	margin-top: 9px;
	cursor: pointer;
	z-index: 999;
	margin-bottom: 11px;
}

.size-medium span{
	background: transparent url('images/template/buttons-medium-left.png') no-repeat;
    display: block;
    padding: 8px 0 7px 34px;
	height: 22px;
	color: #fafefe;
	text-shadow: #bd3d30 1px 1px 1px;
	font: bold 13px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}



a.medium-white{ background-position: right -238px;}
a.medium-white span{ background-position: left -238px;text-shadow: #fffeff 0 1px 0;
	color: #656565;
}
a:hover.medium-white{ background-position: right -277px;}
a:hover.medium-white span{background-position: left -277px;}
a:active.medium-white{ background-position: right -317px;}
a:active.medium-white span{ background-position: left -317px;}

a.medium-black{ background-position: right -362px;}
a.medium-black span{ background-position: left -362px;text-shadow: #000 0 1px 0;}
a:hover.medium-black{ background-position: right -401px;}
a:hover.medium-black span{background-position: left -401px;}
a:active.medium-black{ background-position: right -441px;}
a:active.medium-black span{ background-position: left -441px;}


a.medium-blue{ background-position: right -721px;}
a.medium-blue span{ background-position: left -721px;text-shadow: #000 0 1px 0;}
a:hover.medium-blue{ background-position: right -760px;}
a:hover.medium-blue span{background-position: left -760px;}
a:active.medium-blue{ background-position: right -800px;}
a:active.medium-blue span{ background-position: left -800px;}


a.medium-green{ background-position: right -602px;}
a.medium-green span{ background-position: left -602px;text-shadow: #49722c 0 1px 0;}
a:hover.medium-green{ background-position: right -641px;}
a:hover.medium-green span{background-position: left -641px;}
a:active.medium-green{ background-position: right -681px;}
a:active.medium-green span{ background-position: left -681px;}

a.medium-orange{ background-position: right -842px;}
a.medium-orange span{ background-position: left -842px;text-shadow: #7d4816 0 1px 0;}
a:hover.medium-orange{ background-position: right -881px;}
a:hover.medium-orange span{background-position: left -881px;}
a:active.medium-orange{ background-position: right -921px;}
a:active.medium-orange span{ background-position: left -921px;}

a.medium-purple{ background-position: right -963px;}
a.medium-purple span{ background-position: left -963px;text-shadow: #7d4816 0 1px 0;}
a:hover.medium-purple{ background-position: right -1002px;}
a:hover.medium-purple span{background-position: left -1002px;}
a:active.medium-purple{ background-position: right -1042px;}
a:active.medium-purple span{ background-position: left -1042px;}


a.medium-aqua{ background-position: right -116px;}
a.medium-aqua span{ background-position: left -116px;text-shadow: #306a73 0 1px 0;}
a:hover.medium-aqua{ background-position: right -155px;}
a:hover.medium-aqua span{background-position: left -155px;}
a:active.medium-aqua{ background-position: right -195px;}
a:active.medium-aqua span{ background-position: left -195px;}


a.medium-gray{ background-position: right -482px;}
a.medium-gray span{ background-position: left -482px;text-shadow: #306a73 0 1px 0;}
a:hover.medium-gray{ background-position: right -521px;}
a:hover.medium-gray span{background-position: left -521px;}
a:active.medium-gray{ background-position: right -561px;}
a:active.medium-gray span{ background-position: left -561px;}








.size-big {
	background: transparent url('images/template/buttons-big-right.png') no-repeat scroll top right;
    color: #b8b9b9;
    display: block;
    float: left;
    height: 49px;
    margin-right: 15px;
    padding-right: 27px; /* sliding doors padding */
    text-decoration: none;
	font-style: normal;
	font-family: arial, sans-serif;
	margin-top: 9px;
	cursor: pointer;
	z-index: 999;
	margin-bottom: 11px;
}

.size-big span{
	background: transparent url(images/template/buttons-big-left.png) no-repeat;
    display: block;
    padding: 12px 0 10px 31px;
	height: 26px;
	color: #fafefe;
	text-shadow: #bd3d30 1px 1px 1px;
	font: bold 15px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}



a.big-white{ background-position: right -293px;}
a.big-white span{ background-position: left -293px;text-shadow: #fffeff 0 1px 0;
	color: #656565;
}
a:hover.big-white{ background-position: right -341px;}
a:hover.big-white span{background-position: left -341px;}
a:active.big-white{ background-position: right -391px;}
a:active.big-white span{ background-position: left -391px;}

a.big-black{ background-position: right -446px;}
a.big-black span{ background-position: left -446px;text-shadow: #000 0 1px 0;}
a:hover.big-black{ background-position: right -495px;}
a:hover.big-black span{background-position: left -495px;}
a:active.big-black{ background-position: right -544px;}
a:active.big-black span{ background-position: left -544px;}


a.big-blue{ background-position: right -892px;}
a.big-blue span{ background-position: left -892px;text-shadow: #000 0 1px 0;}
a:hover.big-blue{ background-position: right -940px;}
a:hover.big-blue span{background-position: left -940px;}
a:active.big-blue{ background-position: right -989px;}
a:active.big-blue span{ background-position: left -989px;}


a.big-green{ background-position: right -744px;}
a.big-green span{ background-position: left -744px;text-shadow: #49722c 0 1px 0;}
a:hover.big-green{ background-position: right -792px;}
a:hover.big-green span{background-position: left -792px;}
a:active.big-green{ background-position: right -842px;}
a:active.big-green span{ background-position: left -842px;}

a.big-orange{ background-position: right -1041px;}
a.big-orange span{ background-position: left -1041px;text-shadow: #7d4816 0 1px 0;}
a:hover.big-orange{ background-position: right -1089px;}
a:hover.big-orange span{background-position: left -1089px;}
a:active.big-orange{ background-position: right -1138px;}
a:active.big-orange span{ background-position: left -1138px;}

a.big-purple{ background-position: right -1191px;}
a.big-purple span{ background-position: left -1191px;text-shadow: #7d4816 0 1px 0;}
a:hover.big-purple{ background-position: right -1239px;}
a:hover.big-purple span{background-position: left -1239px;}
a:active.big-purple{ background-position: right -1288px;}
a:active.big-purple span{ background-position: left -1288px;}


a.big-aqua{ background-position: right -144px;}
a.big-aqua span{ background-position: left -144px;text-shadow: #306a73 0 1px 0;}
a:hover.big-aqua{ background-position: right -192px;}
a:hover.big-aqua span{background-position: left -192px;}
a:active.big-aqua{ background-position: right -242px;}
a:active.big-aqua span{ background-position: left -242px;}


a.big-gray{ background-position: right -596px;}
a.big-gray span{ background-position: left -596px;text-shadow: #306a73 0 1px 0;}
a:hover.big-gray{ background-position: right -644px;}
a:hover.big-gray span{background-position: left -644px;}
a:active.big-gray{ background-position: right -693px;}
a:active.big-gray span{ background-position: left -693px;}


a span.close,
a span.check,
a span.download,
a span.warning{
	background: transparent url(images/icons/btn-icons.png) no-repeat 0 0 !important;
	width: 10px !important;
	height: 10px !important;
	display: inline-block !important;
	float: left !important;
	margin-top: 0;
	margin-left: -23px;
	position: absolute;
}

a span.check{
	background-position: -43px 0 !important;
}

a span.download{
	background-position: -93px 0 !important;
}

a span.warning{
	background-position: -137px 0 !important;
}
/* =============================================================================
   Info boxes
   ========================================================================== */
.content-box{
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.41);
	-moz-box-shadow:    0px 0px 4px rgba(50, 50, 50, 0.41);
	box-shadow:         0px 0px 4px rgba(50, 50, 50, 0.41);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 1px;
	padding: 19px;
	margin-top: 0;
}

.content-box .box-icon{
	width: 56px;
	height: 52px;
	background: transparent url(images/icons/info-box.png) no-repeat 0 0;
	display: block;
	float: left;
	margin-right: 6px;
}

.content-box .box-content{
	overflow: hidden;
	float: left;
	width: 74%;
}

.box-blue h3{
	color: #416d85;
	text-shadow: #fffeff 0 1px 0;
	margin-bottom: -8px;
}
.box-blue p{
	color: #416d85;
}
.box-blue{
	background-color: #cfeeff;
	border: 1px solid #a1b9c6;	
}


.content-box .check{
	background-position: -104px 0;
}

.content-box .error{
	background-position: -209px 0;
}
.content-box .warning{
	background-position: -335px 0;
}

.content-box .download{
	background-position: -469px 0;
}

.content-box .none{
	display: none;
}

.content-box .full{
	width: 100%;
}


.box-green h3{
	color: #60734f;
	text-shadow: #fffeff 0 1px 0;
	margin-bottom: -8px;
}
.box-green p{
	color: #60734f;
}
.box-green{
	background-color: #c9efa7;
	border: 1px solid #a3c48a;	
}


.box-red h3{
	color: #ab4c4c;
	text-shadow: #fffeff 0 1px 0;
	margin-bottom: -8px;
}
.box-red p{
	color: #ab4c4c;
}
.box-red{
	background-color: #fdd0d0;
	border: 1px solid #c5a2a4;	
}



.box-yellow h3{
	color: #797358;
	text-shadow: #fffeff 0 1px 0;
	margin-bottom: -8px;
}
.box-yellow p{
	color: #797358;
}
.box-yellow{
	background-color: #fef1bb;
	border: 1px solid #d8cd9f;	
}

.box-white h3{
	color: #5a5a5a;
	text-shadow: #fffeff 0 1px 0;
	margin-bottom: -8px;
}
.box-white p{
	color: #858686;
}
.box-white{
	background-color: #fff;
	border: 1px solid #e6e8e8;	
}
/* =============================================================================
   Quotes
   ========================================================================== */
.quote{
	overflow: hidden;
}   
.quote .quote-icon{
	display: block;
	float: left;
	width: 43px;
	height: 39px;
	margin-right: 5px;
	margin-top: 19px;
}

.quote .icon-img{
	display: block;
	float: left;
	background-image: url(images/template/quote.png);
	background-repeat: no-repeat;
	width: 36px;
	height: 30px;
}

.quote-content{
	width: 87%;
	float: left;
}

.quote-content p{
	font-size: 16px;
	line-height: 24px;
	text-shadow: #fffeff 0 1px 1px;
}
/* =============================================================================
   Lists
   ========================================================================== */
.list-check ul,
.list-close ul,
.list-triangle ul,
.list-arrow ul,
.list-circle ul{
	padding: 0;
}   
.list-check ul li,
.list-close ul li,
.list-triangle ul li,
.list-arrow ul li,
.list-circle ul li{
	list-style: none;
	padding: 0 0 9px 26px;
	margin: 0;
	font: bold 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.list-check ul li ul,
.list-close ul li ul,
.list-triangle ul li ul,
.list-arrow ul li ul,
.list-circle ul li ul{
	margin-top: 12px;
	margin-bottom: -1px;
	padding-bottom: 0;
}   

.list-check ul li{
	background: transparent url(images/icons/list-check.png) no-repeat left top;
}
.list-close ul li{
	background: transparent url(images/icons/list-close.png) no-repeat left top;
}
.list-circle ul li{
	background: transparent url(images/icons/list-circle.png) no-repeat left top;
}
.list-arrow ul li{
	background: transparent url(images/icons/list-arrow.png) no-repeat left top;
}
.list-triangle ul li{
	background: transparent url(images/icons/list-triangle.png) no-repeat left top;
}
/* =============================================================================
   Google maps
   ========================================================================== */
.mc-gmap{
	padding: 6px;
	background-color: #f0f2f2;
	background-color: rgba(148,149,149,0.07);
	overflow: hidden;
	border: 1px solid #eaeaea;
	margin-bottom: 20px;
	float: left;
}   
/* =============================================================================
   General Classes
   ========================================================================== */
.clear{
	clear: both;
}

.center{
	width: 960px;
	margin: 0 auto;
}

.hide{
	display: none;
}

.left, .alignleft{
	float: left;
}

.right, .alignright{
	float: right;
}

img.left, img.alignleft{
	margin-right: 10px;
	margin-bottom: 4px;
	margin-top: 9px;
}

img.right, img.alignright{
	margin-bottom: 4px;
	margin-left: 10px;
	margin-top: 10px;
}

.center, aligncenter, alignmiddle{
	margin: 0 auto !important;
}

.tleft{
	text-align: left !important;
}

.line{
	width: 100%;
	overflow: hidden;
	display: block;
	clear: both;
}

/*.dotted{
	background: transparent url(images/template/dotted.png) repeat-x bottom left;
	height: 2px;
*/
}

.dropcap{
	font-weight: bold;
	display: inline-block;
	margin-top: 23px;
	margin-right: 10px;
	margin-bottom: 20px;
	font-size: 70px;
}


img{
	display:block;
	border:none;
	margin-top: 7px;
}
.middle{
	text-align: center;
}
.no-margin{
	margin: 0;
}

.col-image-resize{
	max-width: 100%;
	height: auto;
	max-height: 110px;
	width: 100%;
	width: expression(this.width > 100 ? 100: true);
}

.col-icon{
	display:block;
	border:none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	float: left;
	margin-right: 13px;
}

.title-with-icon{
	margin-top: 15px;
}

input[type="submit"] {
    width: 100px;
    color: #2b2c2c;
    text-transform: uppercase;
    border-top: 1px solid #ffffff;
    margin-top: 10px;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	 box-shadow: none;

    /*** Adding CSS3 Gradients ***/
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#f3f3f3));
    background:  -moz-linear-gradient(19% 75% 90deg,#781bb9, #963AD6);
	padding-top: 8px;
	padding-bottom: 8px;
	margin-left: 19px;
	border: 1px solid #eaeaea;
}

.top_label{
	margin: -13px 0 0 !important;
}
/* =============================================================================
   Lists
   ========================================================================== */
ul, ol { margin: 1em 0; padding: 0 0 0 30px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
/* =============================================================================
   Jquery tip
   ========================================================================== */
.tipsy { 
	padding: 5px; 
	font-size: 13px; 
	opacity: 0.8; 
	background-repeat: no-repeat;  
	background-image: url(images/template/tipsy.gif);
	width: 120px;
}
 
.tipsy-inner { 
	padding: 5px 8px 4px 8px; 
	background-color: #333; 
	color: white; 
	max-width: 200px; 
	text-align: center;
}
  .tipsy-inner { 
  	border-radius: 3px;
  	-moz-border-radius:3px; 
  	-webkit-border-radius:3px; 
}
  .tipsy-north { background-position: top center; }
  .tipsy-south { background-position: bottom center; }
  .tipsy-east { background-position: right center; }
  .tipsy-west { background-position: left center; }
/******************************************************************
				 COLUMNS
*****************************************************************/
.row{
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

.col_3{
	width: 31%;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.col_3x2{
	width: 64%;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.col_2{
	width: 47%;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}


.col_4{
	width: 22%;
	margin-right: 10px;
	margin-left: 15px;
	margin-bottom: 10px;
}


.col_5{
	width: 18%;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px
}

.col_3, .col_3x2, .col_4, .col_2, .col_5 {
	float: left;
	display: inline-block;
}
.last{
	margin-right: 0 !important;
}

.col_2 h3,
.col_3 h3,
.col_4 h3,
.col_5 h3{
	display: block;
	margin-bottom: -8px;
}

/* =============================================================================
   Embedded content
   ========================================================================== */
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
/* =============================================================================
   Figures
   ========================================================================== */
figure { margin: 0; }
/* =============================================================================
   Forms
   ========================================================================== */
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }
/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */
legend { 
	border: 0; 
	*margin-left: -7px; 
	padding: 0; 
}
/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button, input, select, textarea { 
	font-size: 100%; 
	margin: 0; 
	vertical-align: baseline; 
	*vertical-align: middle; 
}
/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }
/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */
table button, table input { *overflow: auto; }
/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="text"]{
	border: 1px solid #d5d5d5;
}
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical;
	border: 1px solid #d5d5d5;
}
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

#pp_full_res img{
	margin: 0;
	padding: 0;
}   

iframe{
	border: 0;
}
/* =============================================================================
   Pricing Table
   ========================================================================== */
   
   
   
.pricing-column{
	position: relative;
	background: #eaf0f3;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-right: 0!important;
	top: 8px;
	z-index: 2;
	padding: 10px 0 0;
}   

.highlight-plan{
	position: relative;
	top: -19px;
	padding-right: 8px;
	padding-left: 8px;
	margin-left: -8px !important;
	margin-right: -8px !important;
	z-index: 1;
}

.first-plan{
	padding-right: 0 !important;
	padding-left: 8px;
}

.last-plan{
	padding-right: 8px;
	padding-left: 0;
}

.pricing-column ul{
	background: #fff;
	padding: 0 0 31px;
	margin: 0;
	border: 1px solid rgba(196,219,237,0.71);
	border-top-style: none;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.ie8 .pricing-column ul{
	border: 1px solid #eaf0f3;
	border-top: none;
}

.pricing-column a.btn{
	position: absolute;
	margin: 0 auto !important;
	display: block;
	float: none;
	z-index: 99;
	bottom: -3px;
	left: 24%;
}

.pricing-column a.btn span{
	padding-left: 20px;
	padding-right: 13px;
}

.pricing-column a.btn .signup{
	display: inline-block;
	background: transparent url(images/icons/sign.png) no-repeat;
	float: right;
	padding-left: 0;
	width: 14px;
	height: 12px;
	position: absolute;
	top: 10px;
	right: 2%;
}



.pricing-column ul li{
	list-style: none;
	padding-left: 13px;
	padding-top: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eaf0f3;
	border-bottom: 1px solid rgba(196,219,237,0.53);
}   
   
.pricing-column .plan-head{
	background: #e6edf2;
	position: relative;
	overflow: hidden;
	border: 1px solid #a3b6c5;
	padding: 0 10px 0 15px;
	height: 63px;
	-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}

.highlight-plan .plan-head{
	background: #f7f9fa;
}

.first-plan ul,
.first-plan .plan-head{
	border-right: none;
}

.last-plan ul,
.last-plan .plan-head{
	border-left: none;
}

.pricing-column .plan-head .name{
	font-size: 19px;
	font-weight: bold;
	color: #464646;
	text-shadow: #fffeff 0 1px 0;
	margin-bottom: -10px;
	padding-bottom: 0;
	margin-top: 11px;
}   
.pricing-column .plan-head .sub{
	font-size: 15px;
	font-weight: bold;
	color: #7797aa;
	text-shadow: #fffeff 0 1px 0;
}

.pricing-column .plan-head .price{
	position: absolute;
	float: right;
	top: 8px;
	right: 8%;
}


.pricing-column .plan-head .price .currency{
	color: #80ba52;
	font: normal normal 14px 'Oswald', sans-serif;
}


.pricing-column .plan-head .price .number{
	color: #80ba52;
	text-shadow: #fffeff 0 1px 0;
	font: normal normal 32px 'Oswald', sans-serif;
}


.pricing-column .plan-head .price .cents{
	color: #80ba52;
	text-shadow: #fffeff 0 1px 0;
	font: normal normal 16px 'Oswald', sans-serif;
	position: relative;
	top: -17px;
}
/* =============================================================================
   
   ========================================================================== */
#contact{
	margin-top: 24px;
}   
#contact input{
	background: transparent url(images/template/input.png) repeat-x;
	padding: 10px 10px 12px 13px;
	-webkit-border-radius: 5px;
	outline: none;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #fffeff;
	border-top-style: none;
	color: #fffeff;
	width: 289px;
	height: 11px;
	margin-bottom: 7px;
	font-size: 13px;
}

#contact ::-webkit-input-placeholder {
   color: #ffffff !important;
	text-shadow: #000 0 1px 0;
	font: bold 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#contact :-moz-placeholder {
   color: #ffffff !important;
	text-shadow: #000 0 1px 0;
	font: bold 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#respond .form-right{
	float: left;
	width: 64%;
}



#contact textarea{
	background: #838892 url(images/template/text-bg.png) repeat-x;
	padding: 11px;
	border: 1px solid #fffeff;
	border-top-style: none;
	height: 112px;
	-webkit-border-radius: 5px;
	outline: none;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 606px;
	color: #fffeff;
	margin-top: 0;
	font-size: 13px;
}

#contact .submit-btn{
	margin-top: -8px;
}

#respond .submit-btn{
	float: right;
	margin: 0 -27px 0 0;
}


#respond .loggedIn{
	width: 100%;
}

#respond .loggedIn textarea{
	width: 94%;
}

#respond .loggedIn .submit-btn{
	margin: 0 10px 0 0;
}   
/* =============================================================================
   Testimonials
   ========================================================================== */
#testimonials-slider{
	
}   

#testimonials-slider ul, 
#testimonials-slider li{
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
	display:block;
	overflow: hidden;
	width: 200px;
	height: 300px;
}

#testimonials-slider li{
	margin-right: 100px;
}

#testimonials-slider li {display:none;}	
#testimonials-slider li:first-child {display:block;}


.testimonials-holder a.prevBtn{
	left: -26px;
	position: absolute;
	display: block !important;
	float: left;
	top: 44%;
	background: transparent url(images/template/testimonial-arrows.png) no-repeat;
	width: 17px;
	height: 23px;
}
.testimonials-holder a:hover.prevBtn{
	background: transparent url(images/template/testimonial-arrows.png) no-repeat;
}


.testimonials-holder a.nextBtn{
	position: absolute;
	display: block !important;
	float: left;
	top: 44% !important;
	background: transparent url(images/template/testimonial-arrows.png) repeat 0 -25px;
	width: 17px;
	height: 23px;
	left: 106%;
}

.testimonials-holder a:hover.nextBtn{
	background: transparent url(images/template/testimonial-arrows.png) repeat 0 -25px;
}
.testRight{
	margin-left: 36px;
}

.testLeft{
	margin-right: 36px;
}
/* =============================================================================
   Tagline
   ========================================================================== */
.tagline{
	width: 76%;
	margin: 28px auto -3px;
}

.tagline h2,
.tagline p{
	font: italic normal 22px/31px 'Droid Serif', Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #6d6d6d;
	text-shadow: #fffeff 0 1px 1px;
	margin-bottom: 24px;
}
/* =============================================================================
   Subscribe
   ========================================================================== */
#subscribe {
   font: 12px/1.2 Arial,Helvetica,san-serif;
	margin-bottom: 100px;
}

#subscribe input[type="email"],
.pp_inline input[type="email"]{
	padding: 8px;
	border: 1px solid #d9d9d9;
	float: left;
	width: 147px;
	outline: none !important;
	margin-right: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 12px;
}

#subscribe .submitemail,
.pp_inline .submitemail{
	margin: 0;
	float: right;
}

.submitemail{	
	display: inline-block;
	border: none;
	margin-right: 0 !important;
}

.tt_qsSubmit{
	margin-right: 0 !important;
}

#QS_user_email_theme{
	width: 140px;
}

.submitemail span{
	margin-top: 2px !important;
	position: relative;
	top: -2px;
}

#subscribe .btn,
.pp_inline .btn{
	float: none;
}

#subscribe h2{
	font-size: 18px;
	margin-top: 0 !important;
	padding-top: 0;
}

.pp_inline h2.box-title{
	margin-top: 0;
	padding-top: 16px;
}

#subscribe a,
#subscribe a:hover,
#subscribe a:visited {
        text-decoration:none;
}

.box-title {
    color: #2C2D31;
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
    text-align: center;
}
.box-tagline {
    color: #999;
    font-size: 14px;
    margin: 0;
    text-align: center;
}
#subs-container {
        padding: 35px 0 30px 0;
        position: relative;
}

.pp_inline #subs-container{
	width: 603px;
	margin: 0;
	padding-right: 0;
	padding-left: 0;
}

.box-side {
        width: 230px;
        text-align: center;
}
.box-side.left {
    padding: 0 30px 0 31px;
    border-right: 1px solid #ecedf3;
}
.box-side.right {
        float: left;
    margin-top: 0;
	margin-right: 0;
	margin-left: 23px;
}
.box-icon {
        width: 72px;
        height: 54px;
        padding: 6px 0 0 0;
        margin: 0 auto;
}
.box-icon a.rss{
        display: block;
        width: 70px;
        height: 56px;
        margin: 0 auto;
}
.box-icon a{
        display: block;
        width: 72px;
        height: 54px;
        text-indent: -9999px;   
}

.box-icon a.email{
	background: url(images/icons/subscribe.jpg) no-repeat 0 -2px;
	display: block;
	width: 76px;
	height: 53px;
}

.box-icon a.rss{
	background: url(images/icons/subscribe.jpg) no-repeat 0 -71px;
	display: block;
	width: 76px;
	height: 53px;
}

.box-icon a.email img,
.box-icon a.rss img {
    margin: -5px 0 0;
        border: 0 none;
}
.box-side h4,
.box-side h4 a {
        font-size: 14px;
        line-height: 14px;
        color: #f26535;
        font-weight: bold;
}
.box-side h4 { margin: 20px 0 10px 0; }
.box-side h5 {
        font-size: 11px;
        color: #5e6066;
        line-height: 18px;
        margin: 0 0 20px 0;
	font-weight: normal;
	font-style: normal;
}
a.sub {
    background: url("images/subscribe-button.png") no-repeat scroll 0 0 transparent;
    color: #996633;
    display: block;
    height: 44px;
    line-height: 29px;
    margin: 0 auto;
    text-indent: -999em;
    width: 130px;
}
.box-side h4 a:hover {
        color: #f26535;
}
#box-or {
    background: #fff;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: -15px 0 0 281px;
    position: absolute;
    width: 20px;
}
a:link, a:visited {
border:none;
}
.demo {
display:none;
}
/* =============================================================================
   Authir page
   ========================================================================== */
#author-info .author-thumbnail img{
	margin: 16px 16px 0 17px;
	padding: 5px;
	float: left;
	background-color: #eee;
}

#author-info .author-thumbnail{
	overflow: hidden;
	background: transparent url(images/template/boxes-top.png) no-repeat -8px bottom;
	padding-bottom: 38px;
	margin-bottom: 13px;
	padding-right: 23px;
}

.mc-nivo-shortcode img{
	display: none;
}

.ie8 .mc-nivo-shortcode img{
	display: block;
}

.mc-nivo-shortcode img:first-child{
	display: block;
}
video{
	position: relative;
	padding: 0;
	background: black;
	margin: 0;
	width: 100%;
}
img.size-medium {
	background: none;
    display: block;
    float: none;
    height: auto;
    margin: 0;
    padding: 0; /* sliding doors padding */
  
}
.wp-caption{
	background: #fcfeff;
	padding: 8px 0 4px 11px;
	border: 1px solid #e7e9e9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}
.wp-caption .wp-caption-text{
	padding: 0 10px 0 4px;
}
.aligncenter{
	margin: 0 auto !important;
}