/*
Theme Name: Shiny
Description: Shiny Wordpress Theme
Version: 1.0
Author: MC Studios
Author URI: http://mcstudiosmx.com
Tags: minimal portfolio, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, editor-style, custom-menu (optional)
*/

/* #Basic Styles
================================================== */
body {
		font-family: "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
		font-size: 12px;
}
/* #Header
================================================== */
#main-header{
	padding-bottom: 30px;
}
#main-header #logo{
	background: transparent url(../images/logo.png) no-repeat;
	display: block;
	text-indent: -9999px;
	width: 298px;
	height: 50px;
	margin-top: 29px;
}
#main-header h1{
	margin-bottom: 0;
}

/* #Menu
================================================== */
#main-menu{
	margin-top: 50px;
	position: relative;
}
#mcmobile-menu{
	display: none;
}

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

#main-menu.right ul li{
	margin: 0 0 0 30px;
}
#main-menu.left ul li{
	margin: 0 30px 0 0px;
}

#main-menu ul li a {
	font: bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border: none;
	text-decoration: none;
	color: #9e9e9e;
	-webkit-text-size-adjust: 100%;
	text-shadow: 0 1px 1px #ffffff;	
	padding: 0 0 6px !important;
	padding-bottom: 10px !important;
}

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

/* 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: 9999;
	padding-bottom: 0;
	padding-right: 6px;
	top: 14px;
	background-color: #fffeff;
	border: 1px solid #ededed;
	left: 0;
}

#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,
#main-menu ul li li.current a{
	color: #423c3c;
}

#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 !important;
}
#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: #9b9b9b;
	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: #423c3c;
}
#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 {
	display: none !important;
}

/* #Top Social
================================================== */
	.contact-social{
		padding: 20px 0;
	}
	.contact-social p{
		color: #9e9e9e;
		font-weight: bold;
		font-style: italic;
	}
	.contact-social a,
	.contact-social span{
		color: #004a9c;
	}
	
	.contact-social .social-top{
		margin-top: -21px;
	}
	.Firefox .contact-social .social-top{
		margin-top: -10px;
	}
	.contact-social .social-top em{
		margin-right: 11px;
	}
	.contact-social p.social-top a{
		display: inline-block;
		position: relative;
		background: #e2e2e2;
		-webkit-transition: background .5s linear;
		-moz-transition: background .5s linear;
		-o-transition: background .5s linear;
		-ms-transition: background .5s linear;
		transition: background .5s linear;
		width: 12px;
		height: 12px;
		text-indent: -9999px;
		padding: 11px;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		text-align: center;
		top: 12px;
	}
	.contact-social p.social-top a span{
		background: transparent url(../images/icons/social-top.png) 0 0;
		display: block;
		width: 27px;
		position: absolute;
		height: 33px;
		top: 2px;
		left: 3px;
	}
	.contact-social p a.twitter span{
		background-position: 0px 0;
	}
	.contact-social p a.face span{
		background-position: -35px 0;
	}
	.contact-social p a.rss span{
		background-position: -70px 0;
	}
	.contact-social p a:hover.twitter,
	.contact-social p a:hover.face,
	.contact-social p a:hover.rss{
		background: #004a9c;
		-webkit-transition: background .5s linear;
		-moz-transition: background .5s linear;
		-o-transition: background .5s linear;
		-ms-transition: background .5s linear;
		transition: background .5s linear;
	}
	
	
	.Firefox .contact-social p a.twitter,
	.Firefox .contact-social p a.face,
	.Firefox .contact-social p a.rss{
		top: 6px;
	}
	

/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
	text-shadow: #fffeff 0 1px 1px;
}
	
.Mac h1, .Mac h2{
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important; 
}
h1 {
	font-size: 29px;
}
h2 {
	font-size: 19px;
	font-weight: bold;
}
h3 { 
	font-size: 14px;
	font-weight: bold;
}
h4 { margin-bottom: 15px;
	font-size: 14px;
}
h5 { margin-bottom: 15px; }
h6 { margin-bottom: 15px; }

p, li { 
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	-webkit-font-smoothing: antialiased;
	text-shadow: #fffeff 0 1px 1px;
}
	
.droid{
	font: italic 12px 'Droid Serif', Georgia, Times;
	-webkit-text-size-adjust: 100%;
	text-shadow: 0 1px 1px #ffffff;
}
a.link{
	background: url(../images/template/link.png) no-repeat left 1px transparent;
	font-weight: bold;
	padding-left: 26px;
}


/* #Inputs
================================================== */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="phone"],
input[type="tel"],
textarea{
	padding-top: 8px;
	padding-bottom: 8px;
	color: #a9a9a9;
	font-size: 12px;
	-moz-box-shadow: inset 0 1px 1px #d4d4d4;
	-webkit-box-shadow: inset 0 1px 1px #d4d4d4;
	box-shadow: inset 0 1px 1px #d4d4d4;
	opacity: 0.87;
	background-color: #ffffff;
	outline: none;
}

/* #Home Content
================================================== */
#home-container{
	margin-top: 0;
}

.home-content .styled{
	background: transparent url(../images/template/dotted.png) no-repeat right top;
	margin-top: 0;
	padding-top: 23px;
	margin-right: -10px;
	padding-right: 26px;
}
.home-content .one_third.styled{
	/*width: 284px;*/		
	width: 29%;
}
.home-content .one_half.styled{
	width: 47%;
}
.home-content .one_fourth.styled{
	width: 20%;
}
.home-content .last-col{
	background: none;
	padding-right: 0;
}
.home-content .styled img{
	margin: -6px 0 10px;
}
/* #General
================================================== */
#content{
	margin-top: 34px;
}
.sidebar-left #main{
	float: right;
}

#page-title{
	height: 49px;
	margin-top: 25px;
}

#page-title .text{
	height: 49px;
}

#page-title .text h2{
	font-size: 16px;
	font-weight: bold;
	float: left;
	text-shadow: 0 0 1px #000000;
	margin: 15px 0 0 28px;
}

#page-title span{
	display: block;
	width: 10px;
	height: 49px;
	float: left;
}

/* #home slider
================================================== */
#home-slider ul, 
#home-slider li{
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
	display:block;
}
/* Uncomment this if you wan't to only have 1 visible slide before the javascript kicks in. 
#slider li {display:none;}	
#slider li:first-child {display:block;}
*/

#home-slider{
	width: 100%;
}

#home-slider, 
#home-slider li {
	width: 960px !important;
	overflow:hidden;
	margin: 0 auto;
}

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

#home-main-slider{
	width: 100%;
	position: relatives;
	z-index: 99;
}

#home-main-slider #stripe{
	width: 100%;
	position: absolute;
	display: none;
	bottom: 11%;
	z-index: -1;
	left: 0;
}


#home-slider .slide-text{
	overflow: hidden;
	width: 100%;
	position: absolute;
	bottom: 11%;
	min-height: 175px;
}

#home-slider .slide-text .inner-text{
	width: 402px;
	padding: 28px 22px;
	min-height: 120px;
}

#home-slider .slide-text .inner-text h2{
	text-shadow: 0 1px 1px #000000;
	font: 27px/33px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#home-slider .slide-text .inner-text p{
	font-weight: bold;
	font-size: 15px;
	text-shadow: 0 1px 1px #000000;
}


/*Slider next prev links*/
#home-slider .slide-link{
	position: absolute;
	z-index: 10006 !important;
	right: 7px;
	bottom: 7px;
	background: transparent url(../images/template/arrows.png) no-repeat 0 0;
	display: none;
	width: 37px;
	height: 37px;
	text-indent: -9999px;
}

#home-slider .slide-prev{
	right: 48px;
}
#home-slider .slide-next{
	background-position: -42px 0;
}
#home-slider .slide-prev:hover{
	background-position: 0 -42px;
}
#home-slider .slide-next:hover{
	background-position: -42px -42px !important;
}
#home-slider .slide-prev:active{
	background-position: 0 -83px;
}
#home-slider .slide-next:active{
	background-position: -42px -83px !important;
}

#home-slider .playing{
	z-index: 9999;
}

#home-slider .normal-video-nav{
	top: 4%;
}

#home-slider .normal-video-nav.slide-prev{
	background-position: 0 -83px;
}
#home-slider .normal-video-nav.slide-next{
	background-position: -42px -83px !important;
}
#home-main-slider a.playing-nav-prev{
	z-index: 9999;
	position: absolute;
	display: block !important;
	top: 38%;
	left: -100px;
	background: transparent url(../images/template/video-arrows.png) no-repeat 0 0;
	width: 24px;
	height: 43px;
	text-indent: -9999px;
}
#home-main-slider a.playing-nav-prev:hover{
	background-position: 0 -52px;
}
#home-main-slider a.playing-nav-next{
	z-index: 9999;
	position: absolute;
	display: block !important;
	top: 38%;
	background: url(../images/template/video-arrows.png) no-repeat -47px 0 transparent;
	width: 24px;
	height: 43px;
	text-indent: -9999px;
	right: -100px;
}

#home-main-slider a.playing-nav-next:hover{
	background-position: -47px -52px;
}

#video-bg{
	width: 100%;
	height: 100px;
	position: absolute;
	top: 0;
	display: none;
	z-index: -1;
	left: 0;
}
/* #Recent Works
================================================== */
.recent-works{
	text-align: center;
	margin-top: 45px;
}

.recent-works .thumbnail{
	margin: 9px 0 16px;
}

.recent-works h3{
	margin-bottom: 2px;
}
/* #Testimonials
================================================== */
.testimonial-section{
	margin-top: 45px;
	position: relative;
}
.testimonials{
	padding: 0;
	margin: 0;
}
.testimonial{
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	padding-top: 24px;
	list-style: none;
	margin-bottom: 3px;
}

.testimonial:first-child{
	border-top: none;
	padding-top: 0;
}

.testimonial:last-child{
	border-bottom: none;
}

.testimonial .number{
	float: left;
	width: 60px;
	height: 60px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-weight: bold;
	margin-right: 17px;
}

.testimonial .inner-number{
	background: transparent url(../images/template/circle.png) no-repeat 0 0;
	width: 29px;
	height: 30px;
	margin: 14px auto auto;
	display: block;
	font-size: 13px;
	text-align: center;
	padding-top: 6px;
	text-shadow: 0 0 1px #000000;
}
.testimonial .text{
	float: left;
	width: 71%;
	margin-bottom: 10px;
}

.testimonial .text h4{
	margin-bottom: 0;
}

.testimonial .text span{
	padding-top: 0;
	width: 100%;
	display: block;
	margin-top: -1px;
	margin-bottom: -12px;
}

.testimonial .text p{
	margin-top: 10px;
	color: #9e9e9e;
	font-style: italic;
}


.eight.units li.testimonial{
	float: left;
	margin-right: 32px;
}
.eight.units ul.testimonials li:nth-child(3n+3),
.eight.units ul.testimonials li:nth-child(2n+2) {  
	border-top: none;
}
.eight.units ul.testimonials li:nth-child(3n+3){
	border-bottom: none;
}
.full-testimonials li.testimonial{
	width: 30%;
	float: left;
	margin-right: 32px;
}
.full-testimonials ul.testimonials li:nth-child(4n+4),
.full-testimonials ul.testimonials li:nth-child(2n+2),
.full-testimonials ul.testimonials li:nth-child(3n+3) {  
	border-top: none;
}
/* #Recent Posts
================================================== */
.blog-section{
	position: relative;
	margin-top: 45px;
}
#recent-posts .thumbnail{
	margin-bottom: 10px;
}
#recent-posts li{
	list-style: none;
	padding-bottom: 20px;
}
#recent-posts li img{
	background: none;
	min-width: 100%;
}

#recent-posts h3,
#recent-posts h3 a{
	font-size: 12px;
	color: #3c3a3a;
	margin-bottom: 7px;
}
#recent-posts .droid{
	width: 100% !important;
	margin-bottom: 10px;
	display: block;
	line-height: 21px;
}
#recent-posts .droid a{
	display: inline-block !important;
	width: auto !important;
}

#recent-posts .excerpt{
	margin-top: 10px;
	display: block !important;
}
#recent-posts .excerpt p{
	display: block !important;
}
/* #Home text block
================================================== */
.text-section .title{
	margin-bottom: -3px;
}

/* #Portfolio
================================================== */
#portfolio{
	margin-top: 0px !important;
	width: 100%;
}
#portfolio ul{
	margin: 0;
}
#portfolio ul,
#portfolio li.project{
	list-style: none;
	padding: 0;
	margin-bottom: 15px;
}
/*#portfolio ul.four_columns li{
	width: 25% !important;
	margin-top: 0;
	padding-top: 0;
}*/


/*4 columns*/
#portfolio li.project img{
	max-width: 100%;
}
#portfolio li.one_fourth h3{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 3px;
	display: block;
}
#portfolio li.one_fourth span.droid{
	text-align: center;
	margin-bottom: 7px;
	display: block;
}
/*3 columns*/
#portfolio li.one_third h3{
	text-align: left;
	margin-top: 13px;
	margin-bottom: 6px;
	display: block;
	margin-left: 14px;
}
#portfolio li.one_third span.droid{
	text-align: left;
	margin-bottom: 7px;
	display: block;
	margin-left: 14px;
}
/*2 columns*/
#portfolio li.one_half h3{
	text-align: left;
	margin-top: 13px;
	margin-bottom: 6px;
	display: block;
	margin-left: 11px;
}
#portfolio li.one_half span.droid{
	text-align: left;
	margin-bottom: 7px;
	display: block;
	margin-left: 11px;
}

#portfolio li .project-excerpt{
	padding: 10px;
}

#portfolio li.one_full{
	width: 100%;
	border-bottom: 1px solid #dddcdc;
	padding-bottom: 42px;
	margin-bottom: 0;
	padding-top: 42px;
}

#portfolio li.one_full:first-child{
	padding-top: 0;
}

#portfolio li.one_full .project-excerpt{
	float: left;
	width: 30%;
}

#portfolio li.one_full .project-excerpt h3{
	margin-bottom: 5px;
}
#portfolio li.one_full .project-excerpt span.droid{
	margin-bottom: 19px;
	display: block;
}

#portfolio li.one_full .single-thumbnail{
	float: right;
	width: 63%;	
}




ul#filters{
	float: right;
	padding: 0;
	margin: 16px 0 0;
}
ul#filters li{
	float: left;
	list-style: none;
}
ul#filters li a{
	text-shadow: 0 1px 1px rgba(93, 24, 2, 0.72);
	font-weight: bold;
	padding: 17px 18px;
	-webkit-transition: background .2s linear;
	-moz-transition: background .2s linear;
	-o-transition: background .2s linear;
	-ms-transition: background .2s linear;
	transition: background .2s linear;
	
}

ul#filters li a.selected{

}

ul#filters li a:hover{
	-webkit-transition: background .2s linear;
	-moz-transition: background .2s linear;
	-o-transition: background .2s linear;
	-ms-transition: background .2s linear;
	transition: background .2s linear;
}


/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* #Single Project
================================================== */
.single-project .flex-caption{
		position: absolute;
		width: 15%;
		background: url(../images/template/plus.png) no-repeat center center rgba(232, 102, 60, 0.81);
		text-indent: -9999px;
		top: 38%;
		left: 43%;
		height: 70px;
		-webkit-transition: background .4s linear;
		-moz-transition: background .4s linear;
		-o-transition: background .4s linear;
		-ms-transition: background .4s linear;
		transition: background .4s linear;
}

html.ie .single-project .flex-caption{
	display: none !important;
}

.single-project .flex-caption:hover{
	background: url(../images/template/plus.png) no-repeat center center rgba(232, 102, 60, 1);
	-webkit-transition: background .4s linear;
	-moz-transition: background .4s linear;
	-o-transition: background .4s linear;
	-ms-transition: background .4s linear;
	transition: background .4s linear;
}
.single-project #project-text{
	margin-top: 30px;
}

.single-project #project-text h2{
	margin-bottom: 5px;
}

.single-project #project-text span.droid{
	display: block;
	width: 100%;
	margin-bottom: 21px;
	margin-top: -6px;
}


.single-project .slideshow-media{
	background: transparent url(../images/template/loader1.gif) no-repeat center center; 
}
/* #Blog
================================================== */
#blog{
	width: 100%;
	overflow: hidden;
}
#blog .blog-post{
	overflow: hidden;
	padding: 41px 0 37px;
}
#blog.single-post .blog-post{
	overflow: hidden;
	padding: 0px 0 37px;
}
#blog .first{
	padding-top: 0 !important;
}
#blog .blog-post .post-thumbnail img{
	max-width: 100%;
	margin-bottom: 17px;
}

#blog .blog-post .postmetainfo h2,
#blog .blog-post .postmetainfo h2 a{
	font-size: 20px;
	color: #494444;
	margin-bottom: 14px;
}
#blog .blog-post .postmetainfo h2 a:hover{
	color: #e8663c;
}

/*The font famili remove this code if you dont
like how the title look*/
#blog .blog-post .postmetainfo h2,
#blog .blog-post .postmetainfo h2{
	font-family: 'Droid Serif', Georgia, Times;
	font-weight: bold;
	font-style: italic;
}
/*This is the end*/
#blog .blog-post .postmetainfo p{
	font-size: 12px;
	margin-bottom: 19px;
}
#blog .blog-post .postmetainfo p a{
	color: #2c2c2c;
}
#blog .blog-post .social{
	float: right;
	width: 50%;
	overflow: hi;
	height: 22px;
}
#blog .blog-post .social iframe,
#blog .blog-post .social .fb-like,
#blog .blog-post .social .tw-tweet,
#blog .blog-post .social .g-plus{
	width: 100px !important;
	overflow: hidden !important;
	float: left !important;
	display: block !important;
}


/*Blog video post*/
#blog .blog-post.video .video-holder{
	margin-bottom: 25px;
}
/*Blog audio post*/
#blog .blog-post.audio .audio-holder{
	margin-bottom: 25px;
}
/*Blog gallery post*/
#blog .blog-post.gallery .gallery-holder{
	margin-bottom: 25px;
}

#blog #post-info{
	position: relative;
}
#blog #post-tags{
	color: #afafaf;
	max-width: 60%;
	position: relative;
	float: right;
	margin-top: 0;
}
#blog #post-tags span.tag{
	width: 16px;
	height: 17px;
	background: transparent url(../images/icons/tags.png) no-repeat;
	margin-top: 2px;
	float: left;
	position: absolute;
	left: -19px;
	top: 2px;
}
#blog #post-tags a{
	text-transform: lowercase;
	color: #a3a2a2;
	text-shadow: 1px 1px 1px #ffffff;
}

#blog #post-tags span.vsep{
	display: none;
	position: absolute;
	color: #d6d6d6;
	right: 0;
	text-shadow: 0 0 1px #fafafa;
	font-size: 16px;
	top: 0;
}

/* #Single Post
================================================== */
.single-post #blog #post-tags{
	width: 100%;
	float: left;
	margin-left: 27px;
	margin-top: 14px;
	margin-bottom: -5px;
}

/*.single-post #post-info{
	margin-top: 21px;
}
.single-post #post-tags{
	width: 41%;
	position: relative;
	color: #afafaf;
	float: left;
}
.single-post #post-tags span.tag{
	display: block;
	width: 16px;
	height: 17px;
	background: transparent url(../images/icons/tags.png) no-repeat;
	float: left;
	margin-right: 10px;
	margin-top: 2px;
	
}
.single-post #post-tags a{
	text-transform: lowercase;
	font-weight: bold;
	color: #afafaf;
	margin-left: 4px;
}

.single-post #post-tags span.vsep{
	position: absolute;
	color: #d6d6d6;
	right: 0;
	text-shadow: 0 0 1px #fafafa;
	font-size: 16px;
	top: 0;
}*/


/*Comments*/
#comments{
	margin-top: 47px;
	position: relative;
}

#comments .comments-header{
	float: left;
}
#comments a.add{
	float: right;
	font-weight: bold;
	margin-top: 2px;
}

#comments ol.commentlist{
	padding: 0;
	margin: 27px 0 0;
}
#comments ol.commentlist li{
	list-style: none;
	width: 100%;
	overflow: hidden;
	margin-bottom: -1px;
}
#comments ol.commentlist li .avatar{
	float: left;
	padding: 2px;
	background-color: rgb(226, 226, 226);
}

#comments ol.commentlist li .comment-entry,
#comments ol.commentlist li .comment-head{
	float: right;
	width: 86%;
}
#comments ol.commentlist li .comment-head span.name{
	font-weight: bold;
	color: #282828;
	font-size: 13px;
	margin-right: 10px;
}
#comments ol.commentlist li .comment-entry{
	margin-top: 12px;
	margin-bottom: 20px;
}

#comments p.unapproved{
	font-weight: bold;
	color: #757575;
}

/*Comments form*/

#respond{
	margin-top: 42px;
}
#respond p{
	font-weight: bold;
}

#respond input[type="text"],
#respond input[type="email"],
#respond input[type="url"]{
	width: 52%;
}

#respond textarea{
	width: 75%;
	height: 158px;
}

#respond input[type="text"]:focus,
#respond input[type="email"]:focus,
#respond input[type="url"]:focus,
#respond textarea:focus{
	border: 1px solid #b2c4d4;
}



#comments li.depth-1 #respond{
	margin-top: 0;
}

#comments li.depth-1 #respond p.cancel-comment-reply{
	float: right;
}

#comments li.depth-1 #respond input{
	width: 92%;
}

#comments li.depth-1 #respond .inputs{
float: left;
width: 33%;
}

#comments li.depth-1 #respond .form-right{
float: right;
width: 65%;
}
#comments li.depth-1 #respond .form-right textarea{
	width: 95%;
}

/* #Sidebar
================================================== */
.sidebar-left #sidebar{
	float: left;
}
.sidebar-left #sidebar .widget{
	padding-right: 20px;
}

.sidebar-right #sidebar{
	float: right;
}
.sidebar-right #sidebar .widget{
	padding-left: 20px;
}


#sidebar .widget{
	overflow: hidden;
	margin-bottom: 10px;
	position: relative;
}

#sidebar .widget h4.title{
	font-weight: bold;
	font-size: 16px;
	background-color: #fafafa;
	position: relative !important;
	z-index: 9;
	float: left !important;
	padding-right: 26px;
	margin-bottom: 18px;
	line-height: 21px;
	width: auto;
}

#sidebar .widget  span.title-stripe{
	background: url(../images/template/separator.png) no-repeat 51px center transparent;
	width: 100%;
	display: block;
	height: 10px;
	position: absolute;
	top: 15px;
}

#sidebar .widget ul{
	padding: 0;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
}
#sidebar .widget ul li{
	list-style: none;
	margin-bottom: 10px;
}
#sidebar .widget ul li a{
	font-size: 13px;
	color: #9e9e9e;
}

#sidebar .widget ul li ul{
	margin: 10px !important;
}

#sidebar input[type="text"],
#sidebar input[type="tel"],
#sidebar input[type="email"],
#sidebar input[type="password"]
#sidebar textarea{
	width: 93%;
	padding-top: 9px;
	padding-bottom: 9px;
	color: #a9a9a9;
	font-size: 12px;
	-moz-box-shadow: inset 0 1px 1px #d4d4d4;
	-webkit-box-shadow: inset 0 1px 1px #d4d4d4;
	box-shadow: inset 0 1px 1px #d4d4d4;
	opacity: 0.87;
	background-color: #f3f3f3;
	outline: none;
}
#sidebar #search{
	position: relative;
	margin-bottom: 10px;
}

#sidebar #search input[type="text"]{
	width: 80%;
	padding-right: 42px;
}
#sidebar #search  .search_button{
	position: absolute;
	top: 13px;
	right: 6px;
	background: transparent url(../images/template/search-submit.png) no-repeat;
	display: block;
	border: none;
}

#sidebar input[type="text"]:focus,
#sidebar input[type="tel"]:focus,
#sidebar input[type="email"]:focus,
#sidebar input[type="password"]:focus
#sidebar textarea:focus{
	background: #fff;
	color: #888888;
}

/* #Flickr sidebar
================================================== */
.block-content.flickr a{
	width: 26%;
}

/* #Popular and recent posts sidebar
================================================== */

/* #twitter sidebar
================================================== */
ul.mcstudios-twitter li{
	padding-top: 10px;
}
a.twitter-link.name-link{
	color: #e8663c !important;
	font-weight: bold;
}
/* #sidebar social
================================================== */
#sidebar ul.social a.face{
	top: 10px;
}
/* #Footer
================================================== */
#footer{
	width: 100%;
	overflow: hiddens;
	position: relative;
	margin-top: 60px;
}

#footer #stripe,
#footer #stripef{
	width: 100%;
	height: 20px;
	display: block;
	position: absolute;
	top: -9px;
	left: 0;
}

#footer .inner-footer{
	padding-top: 31px;
	padding-bottom: 31px;
}

#footer .inner-footer h3{
	text-shadow: 0 0 1px #000000;
	margin-bottom: 4px;
}

#footer .title span{
	background: transparent url(../images/template/separator-footer.png) no-repeat right center  !important;
}

#footer .inner-footer p,
#footer .inner-footer li,
#footer .inner-footer li a{
	font-weight: 500;
	text-shadow: 1px 1px 3px rgba(42, 42, 42, 0.82);
}

#footer .inner-footer li a:hover{
	color: #fff;
}


#footer ul{
	margin: 0;
	padding: 0;
}
#footer ul li{
	list-style: none;
	padding-bottom: 13px;
}

#footer #copyright{
	padding: 28px 0 11px;
}

#footer #copyright p{
	line-height: 21px;
	font-weight: 500;
	text-shadow: 0 1px 1px #000000;
}
#footer .twitt .droid{
	width: 100%;
	font-size: 11px;
	display: block;
}
#footer a.link{
	background: transparent url(../images/template/link2.png) no-repeat;
}
#footer ul#posts-widget{
	padding-top: 1px;
}
/* #Footer social
================================================== */
#footer ul#custom-social-icons a{
	background-color: #676767;
}
#footer ul#custom-social-icons a:hover{
	background: #ea6137;
}
/* #Footer flickr
================================================== */
#footer .block-content.flickr a{
	width: 24%;
	border: 1px solid #4f4f4f;
}
#footer .block-content.flickr a img{
	max-width: 100%;
	height: 55px;
}



/* #Contact Form
================================================== */
#message{
	display: none;
}
#contact p{
	margin-bottom: 2px;
}
#contact label{
	font-weight: bold;
	display: block;
	margin-bottom: -7px;
}
#contact p input[type="text"],
#contact p input[type="email"],
#contact p input[type="url"],
#contact p input[type="password"]{
	width: 51%;
}

#contact p .selector{
	padding-left: 0;
	width: 100% !important;
}
#contact p .selector span{
	width: 50%;
}
#contact p .selector select{
	width: 54%;
}

#contact p textarea{
	margin: 0;
}

#contact p.checkbox-fields,
#contact p.radio-fields{
	margin-top: 4px;
	max-width: 52%;
	margin-left: -13px;
	margin-bottom: 15px;
}
#contact p.radio-fields{
	padding-bottom: 10px;
	padding-top: 12px;
}

#contact p.checkbox-fields label,
#contact p.radio-fields label{
	margin-left: 17px;
}

#contact p.checkbox-fields .checker,
#contact p.radio-fields .radio{
	margin-right: 3px;
	margin-left: 15px;
}

.checkbox-fields p,
.radio-fields p{
	float: left !important;
	width: auto !important;
	background: red !important;
	display: none !important;
}

#contact #message{
	width: 90%;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 17px 6px 1px 18px;
	font-weight: bold;
	color: #444444;
	background-color: #e5e5e5;
	margin-bottom: 14px;
}
#contact #message ul{
	margin-top: 9px;
	padding-bottom: 0;
	margin-bottom: 13px;
}
#contact #message li{
	color: #8a8a8a;
	text-shadow: none;
}

#contact input[type="submit"],
#contact p.submit{
	cursor: pointer;
	overflow: hidden;
	margin-top: 9px;
	
	float: left;
}

#contact p.submit button{
	width: auto;
	padding-right: 15px;
	padding-left: 15px;
}

#contact .loader{
	float: right;
	margin-left: 10px;
	margin-top: 10px;
}
#submit{
	cursor: pointer;
}


/* #Author Page
================================================== */
.author-thumbnail{
	float: left;
	padding: 5px;
	background-color: #eaeaea;
	border: 1px solid #d1d1d1;
	margin-right: 20px;
	margin-top: 21px;
}
.author_text p{
	margin-top: -15px;
}

#author-info .excerpt{
	margin-top: 34px;
}

#author-info .excerpt li,
#author-info .excerpt ul{
	list-style: none;
	margin: 0;
}

/* #Pagination
================================================== */
#postsNav{
	height: 51px;
}
.pagination_links{
	float: right !important;
	overflow: hidden;
	width: auto !important;
	display: inline-block;
}
.nav-portfolio{
	margin-top: 30px !important;
}
#postsNav .disabled{
	opacity: 0.7;
	cursor: default;
}

#postsNav div{
	float: left;
	display: inline-block !important;
	width:  auto !important;
	padding: 0 !important;
	margin-bottom: -5px;
}
#postsNav a{
	text-shadow: 0 1px 1px rgba(93, 24, 2, 0.72);
	font-weight: bold;
	padding: 17px 18px;
	-webkit-transition: background .2s linear;
	-moz-transition: background .2s linear;
	-o-transition: background .2s linear;
	-ms-transition: background .2s linear;
	transition: background .2s linear;
	display: inline-block;
	float: left !important;
}

#postsNav a:hover,
#postsNav a.current-page{
	display: inline-block !important;
	float: left !important;
}
#postsNav .disabled:hover{
	background: none;
}
/* #Widgets
================================================== */

/*Social Icons*/
ul#custom-social-icons{
	margin-top: 0;
	overflow: hidden;
	margin-bottom: 0;
	width: 100%;
	height: auto;
	margin-left: 0;
}
ul#custom-social-icons li{
	list-style: none;
}
ul#custom-social-icons a{
	display: block;
	position: relative;
	background: #e2e2e2;
	-webkit-transition: background .5s linear;
	-moz-transition: background .5s linear;
	-o-transition: background .5s linear;
	-ms-transition: background .5s linear;
	transition: background .5s linear;
	width: 12px;
	height: 12px;
	text-indent: -9999px;
	padding: 11px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	text-align: center;
	float: left;
	margin-right: 8px;
	margin-bottom: 9px;
}
ul#custom-social-icons a span{
	background: transparent url(../images/icons/social-top.png) 0 0;
	display: block;
	width: 27px;
	position: absolute;
	height: 33px;
	top: 2px;
	left: 3px;
}
ul#custom-social-icons a.twitter span{
	background-position: 0px 0;
}
ul#custom-social-icons a.face span{
	background-position: -35px 0;
}

ul#custom-social-icons a.rss span{
	background-position: -70px 0;
}
ul#custom-social-icons a.vimeo span{
	background-position: -156px 1px;
}
ul#custom-social-icons a.youtube span{
	background-position: -199px 0;
}
ul#custom-social-icons a.skype span{
	background-position: -111px -1px;
}
ul#custom-social-icons a:hover{
	background: #ea6137;
	-webkit-transition: background .5s linear;
	-moz-transition: background .5s linear;
	-o-transition: background .5s linear;
	-ms-transition: background .5s linear;
	transition: background .5s linear;
}

/*Flickr Widget*/
.block-content.flickr{
	margin-top: 10px;
	margin-bottom: 10px;
}
.block-content.flickr a{
	float: left;
	padding: 5px;
	background-color: #ebebeb;
	border: 1px solid #e0e0e0;
	margin-bottom: 8px;
	margin-right: 8px;
}
.block-content.flickr a img{
	max-width: 100%;
}

.block-content.flickr a:hover{
	background-color: #e8663c;
}

/*Popular an recent posts widget*/
#posts-widget{
	margin-left: 0;
	margin-top: -5px !important;
}
#posts-widget li{
	list-style: none;
	padding: 0;
	margin: 14px 0 0;
}
#posts-widget li a span.note{
	display: block;
	width: 19px;
	height: 25px;
	float: left;
	background-color: #e8663c;
	margin-right: 13px;
	padding: 2px;
	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
	border-top-right-radius: 9px;
}
#posts-widget li a span.note span.note-bg{
	display: block;
	background:  url(../images/template/note.png) no-repeat;
	width: 20px;
	height: 24px;
}
/* #Buttons
================================================== */
.light {
	/*General*/
	display: inline-block;
	text-decoration: none;
	
	/*Text*/
	
	
	
	padding: 0;
	color:rgb(102,102,102);
	text-align:center;
	text-shadow:0px 1px 0px rgba(255,255,255,0.5);
	
	/*Button*/
	background-color: #fbfbfb;
	background-image:-moz-linear-gradient(53% 100% 90deg,rgb(235,235,235) 0%,rgb(254,254,254) 100%); 
	background-image:-webkit-gradient(linear,53% 100%,53% 3%,color-stop(0, rgb(235,235,235)),color-stop(1, rgb(254,254,254)));
	background-image:-webkit-linear-gradient(90deg,rgb(235,235,235) 0%,rgb(254,254,254) 100%);
	background-image:-o-linear-gradient(90deg,rgb(235,235,235) 0%,rgb(254,254,254) 100%);
	background-image:-ms-linear-gradient(90deg,rgb(235,235,235) 0%,rgb(254,254,254) 100%);
	background-image:linear-gradient(90deg,rgb(235,235,235) 0%,rgb(254,254,254) 100%);
	width:120px;
	height:30px;
	border-color:rgb(180,180,180);
	border-width:1px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border-style:solid;
	-moz-box-shadow:0px 0px 0px 3px rgba(0,0,0,0.05) ,inset 0px 1px 0px rgba(255,255,255,0.5);
	-webkit-box-shadow:0px 0px 0px 3px rgba(0,0,0,0.05) ,inset 0px 1px 0px rgba(255,255,255,0.5);
	box-shadow:0px 0px 0px 3px rgba(0,0,0,0.05) ,inset 0px 1px 0px rgba(255,255,255,0.5);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#fffefefe,endColorstr=#ffebebeb,GradientType=0)
		progid:DXImageTransform.Microsoft.Glow(Color=#ff000000,Strength=3)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#fffefefe,endColorstr=#ffebebeb,GradientType=0)
		progid:DXImageTransform.Microsoft.Glow(Color=#ff000000,Strength=3);
		margin-right: 10px;
		font: bold 13px/240% "Helvetica Neue", Helvetica, Arial, sans-serif;
		margin-bottom: 10px;
	}

.aqua {
	/*General*/
	display: inline-block;
	text-decoration: none;
	
	/*Text*/
	
	
	
	padding: 0;
	color:rgb(81,123,135);
	text-align:center;
	text-shadow:0px 1px 0px rgba(255,255,255,0.5);
	
	/*Button*/
	background-color: #CEE7EE;
	background-image:-moz-linear-gradient(53% 100% 90deg,rgb(206,231,238) 0%,rgb(246,246,255) 100%); 
	background-image:-webkit-gradient(linear,53% 100%,53% 3%,color-stop(0, rgb(206,231,238)),color-stop(1, rgb(246,246,255)));
	background-image:-webkit-linear-gradient(90deg,rgb(206,231,238) 0%,rgb(246,246,255) 100%);
	background-image:-o-linear-gradient(90deg,rgb(206,231,238) 0%,rgb(246,246,255) 100%);
	background-image:-ms-linear-gradient(90deg,rgb(206,231,238) 0%,rgb(246,246,255) 100%);
	background-image:linear-gradient(90deg,rgb(206,231,238) 0%,rgb(246,246,255) 100%);
	width:120px;
	height:30px;
	border-color:rgb(158,185,194);
	border-width:1px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border-style:solid;
	-moz-box-shadow:0px 0px 0px 3px rgba(0,0,0,0.05) ,inset 0px 1px 0px rgba(255,255,255,0.5);
	-webkit-box-shadow:0px 0px 0px 3px rgba(0,0,0,0.05) ,inset 0px 1px 0px rgba(255,255,255,0.5);
	box-shadow:0px 0px 0px 3px rgba(0,0,0,0.05) ,inset 0px 1px 0px rgba(255,255,255,0.5);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff6f6ff,endColorstr=#ffcee7ee,GradientType=0)
		progid:DXImageTransform.Microsoft.Glow(Color=#ff000000,Strength=3)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff6f6ff,endColorstr=#ffcee7ee,GradientType=0)
		progid:DXImageTransform.Microsoft.Glow(Color=#ff000000,Strength=3);
		margin-right: 10px;
		margin-bottom: 10px;
		font: bold 13px/240% "Helvetica Neue", Helvetica, Arial, sans-serif;
	}

.gray {
	/*General*/
	display: inline-block;
	text-decoration: none;
	
	/*Text*/
	
	
	
	padding: 0;
	color:rgb(102,102,102);
	text-align:center;
	text-shadow:0px 1px 0px rgba(255,255,255,0.5);
	
	/*Button*/
	background-color: #DFDFDF;
	background-image:-moz-linear-gradient(53% 100% 90deg,rgb(212,212,212) 0%,rgb(237,237,237) 100%); 
	background-image:-webkit-gradient(linear,53% 100%,53% 3%,color-stop(0, rgb(212,212,212)),color-stop(1, rgb(237,237,237)));
	background-image:-webkit-linear-gradient(90deg,rgb(212,212,212) 0%,rgb(237,237,237) 100%);
	background-image:-o-linear-gradient(90deg,rgb(212,212,212) 0%,rgb(237,237,237) 100%);
	background-image:-ms-linear-gradient(90deg,rgb(212,212,212) 0%,rgb(237,237,237) 100%);
	background-image:linear-gradient(90deg,rgb(212,212,212) 0%,rgb(237,237,237) 100%);
	width:120px;
	height:30px;
	border-color:rgb(187,187,187);
	border-width:1px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border-style:solid;
	-moz-box-shadow:0px 0px 0px 3px rgba(0,0,0,0.05) ,inset 0px 1px 0px rgba(255,255,255,0.5);
	-webkit-box-shadow:0px 0px 0px 3px rgba(0,0,0,0.05) ,inset 0px 1px 0px rgba(255,255,255,0.5);
	box-shadow:0px 0px 0px 3px rgba(0,0,0,0.05) ,inset 0px 1px 0px rgba(255,255,255,0.5);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffededed,endColorstr=#ffd4d4d4,GradientType=0)
		progid:DXImageTransform.Microsoft.Glow(Color=#ff000000,Strength=3)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffededed,endColorstr=#ffd4d4d4,GradientType=0)
		progid:DXImageTransform.Microsoft.Glow(Color=#ff000000,Strength=3);
		margin-right: 10px;
		margin-bottom: 10px;
		font: bold 13px/240% "Helvetica Neue", Helvetica, Arial, sans-serif;
	}

.dark {
	/*General*/
	display: inline-block;
	text-decoration: none;
	
	/*Text*/
	
	
	
	padding: 0;
	color:rgb(255,255,255);
	text-align:center;
	text-shadow:0px 1px 0px rgba(0,0,0,0.5);
	
	/*Button*/
	background-color: #576165;
	background-image:-moz-linear-gradient(53% 100% 90deg,rgb(83,91,95) 0%,rgb(95,106,112) 100%); 
	background-image:-webkit-gradient(linear,53% 100%,53% 3%,color-stop(0, rgb(83,91,95)),color-stop(1, rgb(95,106,112)));
	background-image:-webkit-linear-gradient(90deg,rgb(83,91,95) 0%,rgb(95,106,112) 100%);
	background-image:-o-linear-gradient(90deg,rgb(83,91,95) 0%,rgb(95,106,112) 100%);
	background-image:-ms-linear-gradient(90deg,rgb(83,91,95) 0%,rgb(95,106,112) 100%);
	background-image:linear-gradient(90deg,rgb(83,91,95) 0%,rgb(95,106,112) 100%);
	width:120px;
	height:30px;
	border-color:rgb(0,0,0);
	border-width:1px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border-style:solid;
	-moz-box-shadow:0px 0px 0px 3px rgba(0,0,0,0.1) ,inset 0px 1px 0px rgba(255,255,255,0.25);
	-webkit-box-shadow:0px 0px 0px 3px rgba(0,0,0,0.1) ,inset 0px 1px 0px rgba(255,255,255,0.25);
	box-shadow:0px 0px 0px 3px rgba(0,0,0,0.1) ,inset 0px 1px 0px rgba(255,255,255,0.25);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff5f6a70,endColorstr=#ff535b5f,GradientType=0)
		progid:DXImageTransform.Microsoft.Glow(Color=#ff000000,Strength=3)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff5f6a70,endColorstr=#ff535b5f,GradientType=0)
		progid:DXImageTransform.Microsoft.Glow(Color=#ff000000,Strength=3);
		margin-right: 10px;
		font: bold 13px/240% "Helvetica Neue", Helvetica, Arial, sans-serif;
		margin-bottom: 10px;
	}

.cream {
	/*General*/
	display: inline-block;
	text-decoration: none;
	
	/*Text*/
	
	
	
	padding: 0;
	color:rgb(162,136,44);
	text-align:center;
	text-shadow:0px 1px 0px rgba(255,255,255,0.25);
	
	/*Button*/
	background-color: #FFE79E;
	background-image:-moz-linear-gradient(53% 100% 90deg,rgb(255,225,133) 0%,rgb(255,239,191) 100%); 
	background-image:-webkit-gradient(linear,53% 100%,53% 3%,color-stop(0, rgb(255,225,133)),color-stop(1, rgb(255,239,191)));
	background-image:-webkit-linear-gradient(90deg,rgb(255,225,133) 0%,rgb(255,239,191) 100%);
	background-image:-o-linear-gradient(90deg,rgb(255,225,133) 0%,rgb(255,239,191) 100%);
	background-image:-ms-linear-gradient(90deg,rgb(255,225,133) 0%,rgb(255,239,191) 100%);
	background-image:linear-gradient(90deg,rgb(255,225,133) 0%,rgb(255,239,191) 100%);
	width:120px;
	height:30px;
	border-color:rgb(223,192,86);
	border-width:1px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border-style:solid;
	-moz-box-shadow:0px 0px 0px 3px rgba(0,0,0,0.1) ,inset 0px 1px 0px rgba(255,255,255,0.25);
	-webkit-box-shadow:0px 0px 0px 3px rgba(0,0,0,0.1) ,inset 0px 1px 0px rgba(255,255,255,0.25);
	box-shadow:0px 0px 0px 3px rgba(0,0,0,0.1) ,inset 0px 1px 0px rgba(255,255,255,0.25);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffefbf,endColorstr=#ffffe185,GradientType=0)
		progid:DXImageTransform.Microsoft.Glow(Color=#ff000000,Strength=3)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffefbf,endColorstr=#ffffe185,GradientType=0)
		progid:DXImageTransform.Microsoft.Glow(Color=#ff000000,Strength=3);
		margin-right: 10px;
		margin-bottom: 10px;
		font: bold 13px/240% "Helvetica Neue", Helvetica, Arial, sans-serif;
	}


.green {
	/*General*/
	display: inline-block;
	text-decoration: none;
	
	/*Text*/
	
	
	
	padding: 0;
	color:rgb(12,175,0);
	text-align:center;
	text-shadow:0px 1px 0px rgba(255,255,255,0.25);
	
	/*Button*/
	background-color: #4DFF7A;
	background-image:-moz-linear-gradient(53% 100% 90deg,rgb(77,255,122) 0%,rgb(153,255,179) 100%); 
	background-image:-webkit-gradient(linear,53% 100%,53% 3%,color-stop(0, rgb(77,255,122)),color-stop(1, rgb(153,255,179)));
	background-image:-webkit-linear-gradient(90deg,rgb(77,255,122) 0%,rgb(153,255,179) 100%);
	background-image:-o-linear-gradient(90deg,rgb(77,255,122) 0%,rgb(153,255,179) 100%);
	background-image:-ms-linear-gradient(90deg,rgb(77,255,122) 0%,rgb(153,255,179) 100%);
	background-image:linear-gradient(90deg,rgb(77,255,122) 0%,rgb(153,255,179) 100%);
	width:120px;
	height:30px;
	border-color:rgb(33,222,49);
	border-width:1px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border-style:solid;
	-moz-box-shadow:0px 0px 0px 3px rgba(0,0,0,0.1) ,inset 0px 1px 0px rgba(255,255,255,0.25);
	-webkit-box-shadow:0px 0px 0px 3px rgba(0,0,0,0.1) ,inset 0px 1px 0px rgba(255,255,255,0.25);
	box-shadow:0px 0px 0px 3px rgba(0,0,0,0.1) ,inset 0px 1px 0px rgba(255,255,255,0.25);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff99ffb3,endColorstr=#ff4dff7a,GradientType=0)
		progid:DXImageTransform.Microsoft.Glow(Color=#ff000000,Strength=3)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff99ffb3,endColorstr=#ff4dff7a,GradientType=0)
		progid:DXImageTransform.Microsoft.Glow(Color=#ff000000,Strength=3);
		margin-right: 10px;
		margin-bottom: 10px;
		font: bold 13px/240% "Helvetica Neue", Helvetica, Arial, sans-serif;
	}



.blue {
	/*General*/
	display: inline-block;
	text-decoration: none;
	
	/*Text*/
	
	
	
	padding: 0;
	color:rgb(52,103,221);
	text-align:center;
	text-shadow:0px 1px 0px rgba(255,255,255,0.25);
	
	/*Button*/
	background-color: #7BBDFF;
	background-image:-moz-linear-gradient(53% 100% 90deg,rgb(115,185,255) 0%,rgb(153,204,255) 100%); 
	background-image:-webkit-gradient(linear,53% 100%,53% 3%,color-stop(0, rgb(115,185,255)),color-stop(1, rgb(153,204,255)));
	background-image:-webkit-linear-gradient(90deg,rgb(115,185,255) 0%,rgb(153,204,255) 100%);
	background-image:-o-linear-gradient(90deg,rgb(115,185,255) 0%,rgb(153,204,255) 100%);
	background-image:-ms-linear-gradient(90deg,rgb(115,185,255) 0%,rgb(153,204,255) 100%);
	background-image:linear-gradient(90deg,rgb(115,185,255) 0%,rgb(153,204,255) 100%);
	width:160px;
	height:30px;
	border-color:rgb(73,136,225);
	border-width:1px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border-style:solid;
	-moz-box-shadow:0px 0px 0px 3px rgba(0,0,0,0.1) ,inset 0px 1px 0px rgba(255,255,255,0.25);
	-webkit-box-shadow:0px 0px 0px 3px rgba(0,0,0,0.1) ,inset 0px 1px 0px rgba(255,255,255,0.25);
	box-shadow:0px 0px 0px 3px rgba(0,0,0,0.1) ,inset 0px 1px 0px rgba(255,255,255,0.25);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff99ccff,endColorstr=#ff73b9ff,GradientType=0)
		progid:DXImageTransform.Microsoft.Glow(Color=#ff000000,Strength=3)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff99ccff,endColorstr=#ff73b9ff,GradientType=0)
		progid:DXImageTransform.Microsoft.Glow(Color=#ff000000,Strength=3);
		margin-right: 10px;
		margin-bottom: 10px;
		font: bold 13px/240% "Helvetica Neue", Helvetica, Arial, sans-serif;
	}

.purple {
	/*General*/
	display: inline-block;
	text-decoration: none;
	
	/*Text*/
	
	
	
	padding: 0;
	color:rgb(56,78,224);
	text-align:center;
	text-shadow:0px 1px 0px rgba(255,255,255,0.25);
	
	/*Button*/
	background-color: #7891FF;
	background-image:-moz-linear-gradient(53% 100% 90deg,rgb(101,126,255) 0%,rgb(153,179,255) 100%); 
	background-image:-webkit-gradient(linear,53% 100%,53% 3%,color-stop(0, rgb(101,126,255)),color-stop(1, rgb(153,179,255)));
	background-image:-webkit-linear-gradient(90deg,rgb(101,126,255) 0%,rgb(153,179,255) 100%);
	background-image:-o-linear-gradient(90deg,rgb(101,126,255) 0%,rgb(153,179,255) 100%);
	background-image:-ms-linear-gradient(90deg,rgb(101,126,255) 0%,rgb(153,179,255) 100%);
	background-image:linear-gradient(90deg,rgb(101,126,255) 0%,rgb(153,179,255) 100%);
	width:120px;
	height:30px;
	border-color:rgb(56,78,224);
	border-width:1px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border-style:solid;
	-moz-box-shadow:0px 0px 0px 3px rgba(0,0,0,0.1) ,inset 0px 1px 0px rgba(255,255,255,0.25);
	-webkit-box-shadow:0px 0px 0px 3px rgba(0,0,0,0.1) ,inset 0px 1px 0px rgba(255,255,255,0.25);
	box-shadow:0px 0px 0px 3px rgba(0,0,0,0.1) ,inset 0px 1px 0px rgba(255,255,255,0.25);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff99b3ff,endColorstr=#ff657eff,GradientType=0)
		progid:DXImageTransform.Microsoft.Glow(Color=#ff000000,Strength=3)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff99b3ff,endColorstr=#ff657eff,GradientType=0)
		progid:DXImageTransform.Microsoft.Glow(Color=#ff000000,Strength=3);
		margin-right: 10px;
		margin-bottom: 10px;
		font: bold 13px/240% "Helvetica Neue", Helvetica, Arial, sans-serif;
	}

.red {
	/*General*/
	display: inline-block;
	text-decoration: none;
	
	/*Text*/
	
	
	
	padding: 0;
	color: rgb(255, 255, 255);
	text-align:center;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	
	/*Button*/
	background-color: #F06365;
	background-image:-moz-linear-gradient(53% 100% 90deg,rgb(237,94,96) 0%,rgb(255,123,128) 100%); 
	background-image:-webkit-gradient(linear,53% 100%,53% 3%,color-stop(0, rgb(237,94,96)),color-stop(1, rgb(255,123,128)));
	background-image:-webkit-linear-gradient(90deg,rgb(237,94,96) 0%,rgb(255,123,128) 100%);
	background-image:-o-linear-gradient(90deg,rgb(237,94,96) 0%,rgb(255,123,128) 100%);
	background-image:-ms-linear-gradient(90deg,rgb(237,94,96) 0%,rgb(255,123,128) 100%);
	background-image:linear-gradient(90deg,rgb(237,94,96) 0%,rgb(255,123,128) 100%);
	width:120px;
	height:30px;
	border-color:rgb(212,58,67);
	border-width:1px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border-style:solid;
	-moz-box-shadow:0px 0px 0px 3px rgba(0,0,0,0.1) ,inset 0px 1px 0px rgba(255,255,255,0.25);
	-webkit-box-shadow:0px 0px 0px 3px rgba(0,0,0,0.1) ,inset 0px 1px 0px rgba(255,255,255,0.25);
	box-shadow:0px 0px 0px 3px rgba(0,0,0,0.1) ,inset 0px 1px 0px rgba(255,255,255,0.25);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffff7b80,endColorstr=#ffed5e60,GradientType=0)
		progid:DXImageTransform.Microsoft.Glow(Color=#ff000000,Strength=3)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffff7b80,endColorstr=#ffed5e60,GradientType=0)
		progid:DXImageTransform.Microsoft.Glow(Color=#ff000000,Strength=3);
		font: bold 13px/240% "Helvetica Neue", Helvetica, Arial, sans-serif;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	
.orange {
	/*General*/
	display: inline-block;
	text-decoration: none;
	
	/*Text*/
	color: rgb(255, 255, 255);
	text-align:center;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	
	/*Button*/
	background-color: #e8663c;
	background-image:-moz-linear-gradient(53% 100% 90deg,rgb(211,94,55) 0%,rgb(255,102,60) 100%); 
	background-image:-webkit-gradient(linear,53% 100%,53% 3%,color-stop(0, rgb(237,102,60)),color-stop(1, rgb(255,123,128)));
	background-image:-webkit-linear-gradient(90deg,rgb(211,93,55) 0%,rgb(255,102, 60) 100%);
	background-image:-o-linear-gradient(90deg,rgb(211,93,55) 0%,rgb(255,102,60) 100%);
	background-image:-ms-linear-gradient(90deg,rgb(211,93,55) 0%,rgb(255,102,60) 100%);
	background-image:linear-gradient(90deg,rgb(211,93,55) 0%,rgb(255,102,60) 100%);
	width:180px;
	height: 31px;
	padding: 0;
	border-color:rgb(212,58,67);
	border-width:1px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border-style:solid;
	-moz-box-shadow:0px 0px 0px 3px rgba(0,0,0,0.1) ,inset 0px 1px 0px rgba(255,255,255,0.25);
	-webkit-box-shadow:0px 0px 0px 3px rgba(0,0,0,0.1) ,inset 0px 1px 0px rgba(255,255,255,0.25);
	box-shadow:0px 0px 0px 3px rgba(0,0,0,0.1) ,inset 0px 1px 0px rgba(255,255,255,0.25);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffff7b80,endColorstr=#ffed5e60,GradientType=0)
		progid:DXImageTransform.Microsoft.Glow(Color=#ff000000,Strength=3)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffff7b80,endColorstr=#ffed5e60,GradientType=0)
		progid:DXImageTransform.Microsoft.Glow(Color=#ff000000,Strength=3);
		font: bold 13px/240% "Helvetica Neue", Helvetica, Arial, sans-serif;
		margin-right: 10px;
		margin-bottom: 10px;
	}	

.yellow {
	/*General*/
	display: inline-block;
	text-decoration: none;
	
	/*Text*/
	
	
	
	padding: 0;
	color:rgb(205,116,35);
	text-align:center;
	text-shadow:0px 1px 0px rgba(255,255,255,0.25);
	
	/*Button*/
	background-color: #FFB973;
	background-image:-moz-linear-gradient(53% 100% 90deg,rgb(255,185,115) 0%,rgb(255,229,153) 100%); 
	background-image:-webkit-gradient(linear,53% 100%,53% 3%,color-stop(0, rgb(255,185,115)),color-stop(1, rgb(255,229,153)));
	background-image:-webkit-linear-gradient(90deg,rgb(255,185,115) 0%,rgb(255,229,153) 100%);
	background-image:-o-linear-gradient(90deg,rgb(255,185,115) 0%,rgb(255,229,153) 100%);
	background-image:-ms-linear-gradient(90deg,rgb(255,185,115) 0%,rgb(255,229,153) 100%);
	background-image:linear-gradient(90deg,rgb(255,185,115) 0%,rgb(255,229,153) 100%);
	width:120px;
	height:30px;
	border-color:rgb(215,142,69);
	border-width:1px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border-style:solid;
	-moz-box-shadow:0px 0px 0px 3px rgba(0,0,0,0.1) ,inset 0px 1px 0px rgba(255,255,255,0.25);
	-webkit-box-shadow:0px 0px 0px 3px rgba(0,0,0,0.1) ,inset 0px 1px 0px rgba(255,255,255,0.25);
	box-shadow:0px 0px 0px 3px rgba(0,0,0,0.1) ,inset 0px 1px 0px rgba(255,255,255,0.25);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffe599,endColorstr=#ffffb973,GradientType=0)
		progid:DXImageTransform.Microsoft.Glow(Color=#ff000000,Strength=3)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffe599,endColorstr=#ffffb973,GradientType=0)
		progid:DXImageTransform.Microsoft.Glow(Color=#ff000000,Strength=3);
		margin-right: 10px;
		margin-bottom: 10px;
		font: bold 13px/240% "Helvetica Neue", Helvetica, Arial, sans-serif;
	}

/*Add more rounded corners*/

.rounded {
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
	border-radius:100px;
}

/* #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/icons/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 0 10px;
}   
.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 0 26px;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
}
.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;
}   

.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;
}

.list-numbered li{
	font: italic 12px 'Droid Serif', Georgia, Times;
	color: #e8663c !important;
}
.list-numbered li p{
	font-weight: normal;
	font-style: normal;
}


.flexslider{
	overflow: hidden;
	display: block;
}

.flexslider ul{
	padding: 0;
	margin: 0;
}

.flexslider ul li{
	list-style: none;
	padding: 0;
	margin: 0;
}

.flexslider ul li img{
	max-width: 100%;
}
.shortcode-slider{
	overflow: hidden;
	margin-bottom: 40px !important;
}
/* #General Classes
================================================== */
.line{
	width: 100%;
	clear: both;
}

.dotted{
	border-bottom: 1px dotted #e5e5e5;
}
.left{
	float: left;
}

.right{
	float: right;
}

.separator{
	background: transparent url(../images/template/separator.png) no-repeat;
	width: 100%;
	height: 10px;
	display: block;
}

.separ{
	background: transparent url(../images/template/separator.png) no-repeat;
	width: 100%;
	height: 10px;
	display: block;
}

.double-line{
	width: 100%;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 15px;
	padding-bottom: 2px;
}

.title{
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom: 15px;
	margin-top: 10px;
}

.title h3,
.title h2{
	float: left;
	position: relative;
	z-index: 99;
	padding-right: 22px;
	background-color: #fafafa;
}

.title h2{
	margin-top: -3px;
	font-size: 19px;
}

.title span{
	position: absolute;
	background: url(../images/template/separator.png) no-repeat right center transparent;
	display: block;
	width: 100%;
	height: 9px;
	top: 5px;
	left: 0;
}
/* >> The Magnificent CLEARFIX << */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; *zoom:1;}
* html .clearfix { height: 1%; } /* Hides from IE-mac \*/
.clearfix { display: block; }
.preloader { background:url(../images/template/loader1.gif) center center no-repeat; display:inline-block;  }
.preload img{
	opacity: 0;
}
.su-media{
	margin-top: 28px;
	margin-bottom: 28px;
	margin-right: 10px;
	overflow: hidden;
}
.relative{
	position: relative;
}
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}








.da-thumbs {
	list-style: none;
	position: relative;
	margin: 20px auto;
	padding: 0;
}
.da-thumbs li {
	float: left;
	position: relative;
}
.da-thumbs li a,
.da-thumbs li a img {
	display: block;
	position: relative;
}
.da-thumbs li a {
	overflow: hidden;
}
.da-thumbs li a div.more {
	position: absolute;
	width: 70%;
	height: 60%;
	background: rgb(0, 74, 156);
	background-color: rgba(0, 74, 156, 0.87);
}

.recent-thumbs li a .more{
	position: absolute;
	width: 62% !important;
	height: 55% !important;
	background: rgb(229, 93, 49);
	background-color: rgba(229, 93, 49, 0.87);
}
.da-thumbs li a div.da-animate {
	border: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
/* Initial state classes: */
.da-slideFromTop {
	left: 17%;
	top: -100%;
}
.da-slideFromBottom {
	left: 17%;
	top: 100%;
}
.da-slideFromLeft {
	top: 22%; 
	left: -100%;
}
.da-slideFromRight {
	top: 22%;
	left: 100%;
}
/* Final state classes: */
.da-slideTop {
	top: 22%;
}
.da-slideLeft {
	left: 17%;
}
/* Initial state classes: recent posts */
.recent-thumbs .da-slideFromTop {
	left: 22%;
	top: -100%;
}
.recent-thumbs .da-slideFromBottom {
	left: 20%;
	top: 100%;
}
.recent-thumbs .da-slideFromLeft {
	top: 22%; 
	left: -100%;
}
.recent-thumbs .da-slideFromRight {
	top: 22%;
	left: 100%;
}
/* Final state classes: */
.recent-thumbs .da-slideTop {
	top: 22%;
}
.recent-thumbs .da-slideLeft {
	left: 18%;
}





/* Initial state classes: portfolio 2 columns*/
#portfolio .one_half a div.more {
	position: absolute;
	width: 40%;
	height: 57%;
}
#portfolio .one_half .da-slideFromTop {
	left: 31%;
	top: -100%;
}
#portfolio .one_half .da-slideFromBottom {
	left: 31%;
	top: 100%;
}
#portfolio .one_half .da-slideFromLeft {
	top: 22%; 
	left: -100%;
}
#portfolio .one_half .da-slideFromRight {
	top: 22%;
	left: 100%;
}
/* Final state classes: */
#portfolio .one_half .da-slideTop {
	top: 22%;
}
#portfolio .one_half .da-slideLeft {
	left: 31%;
}
/* Initial state classes: portfolio 3 columns */
#portfolio .one_third  a div.more {
	position: absolute;
	width: 52%;
	height: 57%;
}
#portfolio .one_third .da-slideFromTop {
	left: 27%;
	top: -100%;
}
#portfolio .one_third .da-slideFromBottom {
	left: 27%;
	top: 100%;
}
#portfolio .one_third .da-slideFromLeft {
	top: 21%; 
	left: -100%;
}
#portfolio .one_third .da-slideFromRight {
	top: 22%;
	left: 100%;
}
/* Final state classes: */
#portfolio .one_third .da-slideTop {
	top: 21%;
}
#portfolio .one_third .da-slideLeft {
	left: 27%;
}
/* Initial state classes: portfolio 4 columns */
/*#portfolio .one_fourth  a div.more {
	position: absolute;
	width: 52%;
	height: 57%;
	background-color: rgba(229, 93, 49, 0.87);
}
#portfolio .one_fourth .da-slideFromTop {
	left: 27%;
	top: -100%;
}
#portfolio .one_fourth .da-slideFromBottom {
	left: 27%;
	top: 100%;
}
#portfolio .one_fourth .da-slideFromLeft {
	top: 21%; 
	left: -100%;
}
#portfolio .one_fourth .da-slideFromRight {
	top: 22%;
	left: 100%;
}
/* Final state classes: 
#portfolio .one_fourth .da-slideTop {
	top: 21%;
}
#portfolio .one_fourth .da-slideLeft {
	left: 27%;
}
*/



/* Initial state classes: portfolio full*/
#portfolio .one_full a div.more {
	position: absolute;
	width: 32%;
	height: 36%;
}
#portfolio .one_full .da-slideFromTop {
	left: 37%;
	top: -100%;
}
#portfolio .one_full .da-slideFromBottom {
	left: 37%;
	top: 100%;
}
#portfolio .one_full .da-slideFromLeft {
	top: 28%; 
	left: -100%;
}
#portfolio .one_full .da-slideFromRight {
	top: 28%;
	left: 100%;
}
/* Final state classes: */
#portfolio .one_full .da-slideTop {
	top: 28%;
}
#portfolio .one_full .da-slideLeft {
	left: 37%;
}




.da-thumbs li a div.more span {
	background: url(../images/template/plus.png) no-repeat center 0 transparent; 
	display: block;
	padding: 18px 0 10px;
	font-weight: bold;
	border: none;
	margin: 40px 20px 20px 20px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-style: normal;
	color: #ffffff;
	line-height: 70px;
	text-shadow: 0 1px 1px #5f5151;
	text-align: center;
}


.sidebar-right .da-thumbs li a div.more span,
.sidebar-left .da-thumbs li a div.more span{
	line-height: 56px;
	margin-top: 20% !important;
}


.recent-thumbs li a .more span{	
	margin: 18px 20px 20px 20px !important;
	line-height: 60px !important;
}

div.more:hover{
	background-color: #008357 !important;
}
#body-overlay{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 99;
	display: none;
	top: 0;
	background-color: rgba(0, 0, 0, 0.91);
}



.testimonial .number, 
.contact-social p.social-top a, 
.radius,
#custom-social-icons a{
	behavior: url(ie/PIE.htc) !important;
}



.languageBlock {
    background-color: #004a9c;
    font-weight: bold;
    padding: 0px 14px;
}

.languageBlock > a{
	text-shadow:none !important;
	color:#ffffff !important;
}