/*
Theme Name: Powered
Theme URI: http://www.wpexplorer.com
Description: Powered WordPress theme by AJ Clarke from <a href="http://www.wpexplorer.com">WPExplorer.com</a>
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Author: WPExplorer
Version: 1.0
*/

/*-----------------------------------------------------------------------------------*
/* = Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
/*-----------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead{
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}

blockquote:before, blockquote:after,
q:befor
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}

/* Block elements */
header, hgroup, footer, section, article, aside {
	display: block;
}

#content ul,
#content ol {
    margin-left: 30px;
    margin-bottom: 10px;
	list-style: disc;
}

#fullwidth p:last-child{
	margin-bottom: 0px;
}

#page-header-description{
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #ddd;
}

#blog-template #page-header-description{
	font-size: 16px;
	color: #999;
	line-height: 1.4em;
}

#page-header-description p:last-child{
	margin: 0;
}

#page-banner{
	margin-bottom: 25px;
	padding-bottom: 14px;
	background: url("images/slider/slider-shadow.png") center bottom no-repeat;
}
#page-banner img{
	display: block;
}

.fullwidth-centered{
	text-align: center;
	font-size: 16px;
	color: #999;
	line-height: 1.4em;
}
.fullwidth-centered h1{
	padding: 0;
	border: none;
}

/*-----------------------------------------------------------------------------------*
/* = Body, Common Classes & Wrap
/*-----------------------------------------------------------------------------------*/

body {
    background: #eee;
    font-size: 13px;
    line-height: 1.4em;
    color: #555;
    font-family: tahoma;
}

/*links and text*/
a
{
    text-decoration: none;
    color: #990033;
}
a:hover
{
    color: #800000;
    text-decoration: none;
}
p { margin: 0 0 1em }
strong { font-weight: 700 }
em { font-style: italic }
blockquote{
	position: relative;
	background: #eee;
    margin: 30px 0px;
    padding: 20px;
	font-size: 14px;
	line-height: 1.6em;
	font-family: tahoma;
	color: #444;
	text-shadow: 1px 1px 1px #fff;
	/*rounded corners*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	/*shadow*/
	-moz-box-shadow: 0px 2px 2px -2px rgba(0,0,0, .6);
	-webkit-box-shadow: 0px 2px 2px -2px rgba(0,0,0, .6);
	box-shadow:  0px 2px 2px -2px rgba(0,0,0, .6);
}
blockquote:after{
	content: "";
	position: absolute;
	top: 22px;
	left: -1px;
	width: 0px; 
	height: 0px; 
	border-bottom: 10px solid transparent;
	border-top: 10px solid transparent;
	border-left: 10px solid #fff;
	font-size: 0px;
	line-height: 0px;
}
blockquote p:last-child{
	margin: 0px;
}
pre {
	background: #fff url("images/pre-bg.png") repeat;
	margin: 30px 0px;
	padding: 25px 20px;
	line-height: 25px;
	border: 1px solid #ddd;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

address{
	font-family: tahoma;
	font-style: italic;
	margin-top: 20px;
	margin-bottom: 20px;
}

#content ul{
	margin-top: 20px;
	margin-bottom: 17px;
	margin-left: 20px;
	list-style: disc;
	list-style-position: inside;
}
#content ol{
	margin-top: 20px;
	margin-bottom: 17px;
	margin-left: 20px;
	list-style: decimal;
	list-style-position: inside;
}

.entry ul li,
.entry ol li{
	margin-bottom: 3px;
}


/*clear fix*/
.clear { clear: both }
.clearfix:after {
    display: block;
    visibility: hidden;
    content: ".";
    clear: both;
    text-indent: -9999px;
    height: 0;
}
.remove-margin { margin-right: 0 !important }

/*-----------------------------------------------------------------------------------*
/* = Structure
/*-----------------------------------------------------------------------------------*/
#wrap{
	margin: 0 auto;
	margin-top: 40px;
	width: 972px;
	position: relative;
	background:#fff;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-box-shadow: 0px 0px 3px rgba(128, 128, 128, 0.4);
	-moz-box-shadow: 0px 0px 3px rgba(128, 128, 128, 0.4);
	box-shadow: 0px 0px 3px rgba(128, 128, 128, 0.4);
}
#main{
	position: relative;
	padding: 25px;
	border-left: 1px solid #bfc3c8;
	border-right: 1px solid #bfc3c8;
}
.main-bg{
	background: transparent url("images/sidebar.png") right repeat-y;
}
#main:before{
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 3px;
	width: 970px;
	background: transparent url("images/main-top-shadow.png") repeat-x;
}
#content{
	float: left;
	width: 620px;	
}
#content img{
	overflow: hidden;
}

/*-----------------------------------------------------------------------------------*
/* = Headings
/*-----------------------------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    line-height: 1.2em;
	font-weight: bold;
}
h1 {
	font-family: tahoma;
    font-size: 24px;
    line-height: 1.2em;
	margin-bottom: 25px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
h2 { font-size: 18px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }
h2,
h3,
h4,
h5,
h6 {
    margin-top: 30px;
    margin-bottom: 20px;
}
h1 a,
h2 a,
h3 a,
h4 a {
	color: #333;
}
h2 a:hover,
h3 a:hover,
h4 a:hover {
	color: #000;
	text-decoration: none;
}

/*-----------------------------------------------------------------------------------*
/* = WordPress Styles
/*-----------------------------------------------------------------------------------*/

/*sticky*/
.sticky{}

/*gallery captio*/
.gallery-caption

/*by post author*/
.bypostauthor{}

/*aligns*/
.aligncenter{
	display:block;
	margin:0 auto;
}
.alignright{
	float:right;
	margin:15px 0 15px 15px;
}
.alignleft{
	float:left;
	margin:15px 15px 15px 0;
}
#main img.aligncenter,
#main img.alignright,
#main img.alignleft{
	padding: 4px;
	border: 1px solid #ddd;
}


/*floats*/
.floatleft{ float:left}
.floatright{ float:right}
.nofloat{ float: none !important; }

/*text style*/
.textcenter{ text-align:center}
.textright{ text-align:right}
.textleft{ text-align:left}

/*captions*/
.wp-caption{
	border:1px solid #ddd; 
	text-align:center; 
	background-color:#f3f3f3; 
	padding-top:4px; 
	margin:10px; 
	-moz-border-radius:3px; 
	-khtml-border-radius:3px; 
	-webkit-border-radius:3px; 
	border-radius:3px;
}
.wp-caption img{
	margin:0; 
	padding:0; 
	border:0 none;
}
.wp-caption p.wp-caption-text{
	font-size:12px; 
	line-height:17px; 
	padding:0 4px 5px; 
	margin:0;
}

/*smiley reset*/
.wp-smiley{
	margin:0 !important;
	max-height:1em;
}

/*blockquote*/
blockquote.left{
	margin-right:20px;
	text-align:right;
	margin-left:0;
	width:33%;
	float:left;
}
blockquote.right{
	margin-left:20px;
	text-align:left;
	margin-right:0;
	width:33%;
	float:right;
}



/*-----------------------------------------------------------------------------------*
/* = Headings
/*-----------------------------------------------------------------------------------*/
#logo{
	float: left;
	width: 400px;
}
#logo img{
	display: block;
}
#logo h2,
#logo h1 {
	margin: 0;
    font-size: 28px;
	font-weight: bold;
	line-height: 1em;
	background: none;
	padding: 0px;
	border: none;
	width: 400px;
}
#logo h2 a,
#logo h1 a {
	color: #fff;
    text-decoration: none;
}
#logo h2 a:hover,
#logo h2 a:hover {
}

#page-heading{
	margin-bottom: 10px;
}


/*-----------------------------------------------------------------------------------*
/* = Header
/*-----------------------------------------------------------------------------------*/

#header{
	position: relative;
	overflow: hidden;
	background: #551016 url("images/header-gradient.png") bottom repeat-x;
	border: 1px solid #212934;
	border-bottom: 0px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#header-inner
{
    padding: 20px 25px 20px 25px;
    border-top: 1px solid rgba(255,255,255, 0.3);
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#header-right{
	position: absolute;
	height: 30px;
	right: 25px;
	top: 0px;
}
#header-contact{
	font-size: 13px;
	font-weight: bold;
	color: #ddd;
	text-align: right;
	margin-bottom: 10px;
}
/*searchbar*/
#header #searchbar{
	position: relative;
}
#header #search {
	font-size: 11px;
    width: 120px;
	height: 32px;
	line-height: 32px;
	margin-right: 40px;
    padding: 0 30px 0 10px;
    outline: none;
	border: 0px;
	background: #fff url("images/search-input-bg.png") repeat-x;
	color: #666;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
#header #search:hover{
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow:  none;
}
#header #search:focus {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow:  none;
}

#header #searchsubmit{
	display: none;
	position: absolute;
	right: 0px;
	top: -7px;
	display: block;
	height: 33px;
	width: 32px;
	border: 0;
	margin: 0;
	outline: none;
	background: url("images/searchsubmit.png") repeat;
	cursor: pointer;
	-webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
#header #searchsubmit:hover{
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

/*-----------------------------------------------------------------------------------*
/* = Menu
/*-----------------------------------------------------------------------------------*/
#menu
{
    font-size: 12px;
    font-weight: bold;
    padding: 10 5px 0 5px;
    height: 50px;
    line-height: 30px;
    background: #e7eaec url('images/nav.png') bottom repeat-x;
    border-left: 1px solid #bfc3c8;
    border-right: 1px solid #bfc3c8;
    border-bottom: 1px solid #bfc3c8;
}



/*-----------------------------------------------------------------------------------*
/* = Homepage
/*-----------------------------------------------------------------------------------*/



/*-----------------------------------------------------------------------------------*
/* = Sliders
/*-----------------------------------------------------------------------------------*/

.page-slider{
	margin-bottom: 30px !important;
}

#slider-wrap{
	width: 920px;
	height: 360px;
	position: relative;
	margin-bottom: 50px;;
	background:url("images/loader.gif") no-repeat 50% 50%;
}



/*homepage specific*/
#home-slides .slides_container {
	width:920px;
	height:360px;
	display:none;
}
#home-slides .slides_container .slide,
#home-slides .slides_container .video-slide div {
	width: 920px;
	height: 360px;
	display:block;
}
#home-slides .caption{
	position: absolute;
	width: 280px;
	height: auto;
	left: 20px;
	bottom: 20px;
	background-color: #000;
	color: #fff;
	padding: 20px;
	text-shadow: 1px 1px 1px rgba(0,0,0, 1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}
#home-slides .caption h3{
	font-size: 16px;
	color: #fff;
	margin: 0 0 5px;
	direction:rtl;
	text-align:right;
	font-weight:600;
}
#home-slides .caption p{
	color: #999;
	font-size: 13px;
	direction:rtl;
	text-align:right;
}
#home-slides .caption a{
	color: #f0b910;
}
#home-slides .caption a:hover{
	color: #f5d060;
	text-decoration: none !important;
}

#home-slides .pagination {
	z-index:500;
	position: absolute;
	bottom: -15px;
	height: 30px;
	left: 50%;
	padding: 0 15px;
	line-height: 30px;
	text-align: center;
	background: #eee;
	/*rounded corners*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	/*shadow*/
	-moz-box-shadow: 0px 2px 2px -2px rgba(0,0,0, .8);
	-webkit-box-shadow: 0px 2px 2px -2px rgba(0,0,0, .8);
	box-shadow:  0px 2px 2px -2px rgba(0,0,0, .8);
}
#home-slides .pagination li {
	display: inline-block;
	margin:0 1px;
	list-style:none;
}

#home-slides .pagination li a {
	position: relative;
	display: inline-block;
	width: 18px;
	height: 10px;
	background-image:url("images/slider-bullets.png");
	background-position:0 0;
	background-repeat: no-repeat;
	overflow:hidden;
	text-indent: -9999px;
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
	-webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
#home-slides .pagination li a:hover{
	-moz-opacity: 1 !important;
	-khtml-opacity: 1 !important;
	opacity: 1 !important;
}
#home-slides .pagination li.current a {
	top: 5px;
	height: 19px;
	background-position:0 -10px;
	-moz-opacity: 1 !important;
	-khtml-opacity: 1 !important;
	opacity: 1 !important;
}
#slider-shadow{
	display: block;
	width: 920px;
	height: 20px;
	background: url("images/slider/slider-shadow.png");
	position: absolute;
	bottom: -14px;
	left: 0px;
}


/*Portfolio Slider*/
#portfolio-slider-wrap{
	position: relative;
}
#portfolio-slides{
	width: 610px;
	position: relative;
	margin-bottom: 24px;
	padding: 4px;
	border: 1px solid #ddd;
	background:url("images/loader.gif") no-repeat 50% 50%;
}
#portfolio-slides #slide img{
	display: block;
}

#portfolio-slides .pagination {
	z-index:500;
	position: absolute;
	bottom: -30px;
	height: 30px;
	left: 50%;
	padding: 0 15px;
	line-height: 30px;
	text-align: center;
	background: #eee;
	/*rounded corners*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	/*shadow*/
	-moz-box-shadow: 0px 2px 2px -2px rgba(0,0,0, .8);
	-webkit-box-shadow: 0px 2px 2px -2px rgba(0,0,0, .8);
	box-shadow:  0px 2px 2px -2px rgba(0,0,0, .8);
}
#portfolio-slides .pagination li {
	display: inline-block;
	margin:0 1px;
	list-style:none;
}

#portfolio-slides .pagination li a {
	position: relative;
	display: inline-block;
	width: 18px;
	height: 10px;
	background-image:url("images/slider-bullets.png");
	background-position:0 0;
	background-repeat: no-repeat;
	overflow:hidden;
	text-indent: -9999px;
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}
#portfolio-slides .pagination li.current a {
	top: 5px;
	height: 19px;
	background-position:0 -10px;
	-moz-opacity: 1 !important;
	-khtml-opacity: 1 !important;
	opacity: 1 !important;
}
#portfolio-slides .pagination a:hover {
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

#portfolio-slides .next,
#portfolio-slides .prev{
	z-index:9;
	cursor:pointer;
	width: 25px;
	height: 25px;
	display: block;
	position: absolute;
	bottom : 20px;
	cursor: pointer;
	text-indent: -9999px;
	z-index:101;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#portfolio-slides .next {
	left: 50px;
	background: #000 url("images/arrow-right.png") center center no-repeat;
}
#portfolio-slides .prev {
	left: 20px;
	background: #000 url("images/arrow-left.png") center center no-repeat;
}
#portfolio-slides .next:hover,
#portfolio-slides .prev:hover{
	background-color: #f0b910;
}
#portfolio-slider-wrap #slider-shadow{
	display: block;
	width: 620px;
	height: 13px;
	background: url("images/single-slider-shadow.png") center no-repeat;
	position: absolute;
	bottom: -10px;
	left: 0px;
}


/*footer specific*/
.footer-widget{
	margin-bottom: 20px;
}

#footer #searchbar{
	margin: 0;
}

#footer .tagcloud a {
	color: #fff;
    background-color: #444;
	background-image: none;
	border-color: #2b2b2b;
	padding: 6px 8px;
}
#footer .tagcloud a:hover{
	color: #000;
	background-color: #f1be20 !important;
	border-color: #d1a10d;
	text-decoration: none;
}
#footer #wp-calendar caption { color: #999; }
#footer #wp-calendar tbody { color: #666; }
#footer #wp-calendar tbody td { background: #333; border: 1px solid #000;}
#footer #wp-calendar tbody td:hover{ background: #555; color: #fff; }
#footer #wp-calendar tbody a { color: #fff !important; }
	
	
#footer #subscribe-blog #subscribe-field{
	width: 220px !important;
	background: #444;
	border: 1px solid #2b2b2b;
}
#footer #subscribe-blog #subscribe-field:focus{
	background-color: #555;
	color: #fff;
}

/*-----------------------------------------------------------------------------------*/
/* = Custom Widgets
/*-----------------------------------------------------------------------------------*/

.powered-flickr-widget,
.widget-recent-portfolio{
	list-style: none !important;
	margin-right: -10px;
}
.powered-flickr-widget li,
.widget-recent-portfolio li{
	border: 0px !important;
	padding: 0px !important;
}
.powered-flickr-widget a,
.widget-recent-portfolio a{
	float: left;
	width: 42px;
	height: 42px;
	margin-right: 10px;
	margin-bottom: 6px;
	border: 5px solid #ddd;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.powered-flickr-widget a:hover,
.widget-recent-portfolio a:hover{
	border-color: #f0b910;
}
.powered-flickr-widget img,
.widget-recent-portfolio img{
	display: block;
	width: 42px;
	height: 42px;
}

#footer .powered-flickr-widget a,
#footer .widget-recent-portfolio a{
	width: 52px;
	height: 52px;
}
#footer .powered-flickr-widget a,
#footer .widget-recent-portfolio a{
	border-color: #222;
}
#footer .powered-flickr-widget a:hover,
#footer .widget-recent-portfolio a:hover{
	border-color: #f0b910;
}
#footer .powered-flickr-widget img,
#footer .widget-recent-portfolio img{
	display: block;
	width: 52px;
	height: 52px;
}

/*-----------------------------------------------------------------------------------*/
/* = Footer
/*-----------------------------------------------------------------------------------*/


/*tagline*/
#footer-tagline{
	position: relative;
	font-family: tahoma;
	font-style: italic;
	text-align: center;
	font-size: 21px;
	background: #e5e5e5;
	border-left: 1px solid #bfc3c8;
	border-right: 1px solid #bfc3c8;
	border-top: 1px solid #bfc3c8;
	text-shadow: 1px 1px 1px #fff;
}
#footer-tagline-inner{
	padding: 25px;
	border-top: 1px solid #f9f9f9;
}
#footer-tagline a{
	color: #444;
	padding: 0 7px;
	text-shadow: none;
	background: #f0b910;
}
#footer-tagline a:hover{
	color: #fff;
	background: #000;
	text-decoration: none;
}
#footer-tagline p:last-child{
	margin-bottom: 0px;
}

#footer{
	font-size: 12px;
	overflow: hidden;
	padding: 40px 25px 20px 25px;
	color: #909090;
	text-shadow: 0px 0px 1px #111;
	background: #510f15 url("images/footer-glow.png") top center no-repeat;
	border-top: 4px solid #24282f;
	border-left: 1px solid #30353;
	border-right: 1px solid #30353;
}

#footer-left{
	float: left;
	width: 490px;
	margin-right: 20px;
}
#footer-middle{
	float: left;
	width: 290px;
	margin-right: 20px;
}

#footer-right{
	width: 290px;
	float: left;
}

#footer-left,
#footer-right{
}

#footer h4{
	margin-top: 0px;
	margin-bottom: 15px;
	color: #eee;
	font-size: 13px;
}
#footer h4 span{
}
#footer a
{
    color: #bbb;
}
#footer a:hover
{
    color: #990033;
    text-decoration: none;
}

#footer ul li{
	padding: 8px 0;
	border-bottom: 1px solid #444;
	border-bottom: 1px solid rgba(255,255,255, 0.1);
}
#footer ul li:first-child{
	border-top: 1px solid #444;
	border-top: 1px solid rgba(255,255,255, 0.1);
}

#footer .textwidget a
{
    color: #990033;
}
#footer .textwidget a:hover
{
    color: #800000;
    text-decoration: none;
}

/*-------------------------------------------------*
/*	Social Widget
/*-------------------------------------------------*/
#social {
	list-style: none;
	position: absolute;
	top: 50%;
	margin-top: -17px;
	right: 18px;
}
#social li {
	display: block;
	float: left;
    margin-right: 5px;
	border: 0px !important;
}
#social a {
    display: block;
    float: left;
    height: 33px;
    width: 33px;
    text-indent: -9999px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.twitter {
	 background: url("images/social/twitter.png") no-repeat;
}
.twitter:hover {
	background: url("images/social/twitter-hover.png") no-repeat;
}
.dribbble {
	background: url("images/social/dribbble.png") no-repeat;
}
.dribbble:hover {
	background: url("images/social/dribbble-hover.png") no-repeat;
}
.forrst {
	background: url("images/social/forrst.png") no-repeat;
}
.forrst:hover {
	background: url("images/social/forrst-hover.png") no-repeat;
}
.flickr {
	background: url("images/social/flickr.png") no-repeat;
}
.flickr:hover {
	background: url("images/social/flickr-hover.png") no-repeat;
}
.facebook {
	background: url("images/social/facebook.png") no-repeat;
}
.facebook:hover {
	background: url("images/social/facebook-hover.png") no-repeat;
}
.vimeo {
	background: url("images/social/vimeo.png") no-repeat;
}
.vimeo:hover {
	background: url("images/social/vimeo-hover.png") no-repeat;
}
.youtube {
	background: url("images/social/youtube.png") no-repeat;
}
.youtube:hover {
	background: url("images/social/youtube-hover.png") no-repeat;
}

/*-----------------------------------------------------------------------------------*
/* = Copyright
/*-----------------------------------------------------------------------------------*/
#copyright {
	overflow: hidden;
	width: 972px;
	margin: 0 auto;
    font-size: 10px;
	height: 45px;
	line-height: 45px;
}
#copyright a{
	color: #999;
}
#copyright a:hover{
	color: #000;
	text-decoration: none;
}

#copyright-left{
	float: left;
	width: 720px;
}
#copyright-left ul{
	list-style: none;
}
#copyright-left li{
	float: left;
	background: url("images/menu-slash.png") right no-repeat;
	padding-right: 10px;
	margin-right: 5px;
}
#copyright-left li:last-child{
	background: none;
}
#copyright-right{
	float: right;
	width: 200px;
	text-align: right;
}

/*Footer Menu*/
#copyright-left .current-menu-item > a{
	color: #000 !important;
}
#copyright-left a:hover{
	color: #666;
}

/*-----------------------------------------------------------------------------------*
/* = Search Bar
/*-----------------------------------------------------------------------------------*/
#sidebar #searchbar,
#footer #searchbar {
	margin: 20px 0;
    display: block;
    position: relative;
	width: 200px;
}
#sidebar #search,
#footer #search {
	font-size: 11px;
    position: relative;
    width: 208px;
    padding: 10px 30px 10px 10px;
    outline: none;
	background: #fff url("images/search-input-bg.png") repeat-x;
    border: 1px solid #ccc;
	color: #666;
	text-shadow: 1px 1px 1px #FFF;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
#footer #searchbar:hover{
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow:  none;
}
#footer #searchbar:focus {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow:  none;
}

#sidebar #searchsubmit,
#footer #searchsubmit {
	display: none;
}
#footer #search{
	width: 238px;
}

/*-----------------------------------------------------------------------------------*/
/* = Page Breaks
/*-----------------------------------------------------------------------------------*/
.break-page{
	height: 1px;
	background: #ddd;
	margin: 20px 0;
}
hr { border: none }
.break-5 {
    padding: 5px;
    border: none;
}
.break-10 {
    padding: 10px;
    border: none;
}
.break-15 {
    padding: 15px;
    border: none;
}
.break-20 {
    padding: 20px;
    border: none;
}
.break-25 {
    padding: 25px;
    border: none;
}
.break-30 {
    padding: 30px;
    border: none;
}
.break-35 {
    padding: 35px;
    border: none;
}
.break-40 {
    padding: 40px;
    border: none;
}
.break-45 {
    padding: 45px;
    border: none;
}
.break-50 {
    padding: 50px;
    border: none;
}
.break-55 {
    padding: 55px;
    border: none;
}
.break-60 {
    padding: 60px;
    border: none;
}
.break-65 {
    padding: 65px;
    border: none;
}
.break-70 {
    padding: 70px;
    border: none;
}
.break-75 {
    padding: 75px;
    border: none;
}
.break-80 {
    padding: 80px;
    border: none;
}
.break-85 {
    padding: 85px;
    border: none;
}
.break-90 {
    padding: 90px;
    border: none;
}
.break-95 {
    padding: 95px;
    border: none;
}
.break-100 {
    padding: 100px;
    border: none;
}


/*-----------------------------------------------------------------------------------*/
/* = Form Styling
/*-----------------------------------------------------------------------------------*/
input[type="text"],
input[type="password"] {
	margin-top: -12px;
}
input[type="text"],
input[type="password"],
textarea {
    color: #999;
    padding: 7px;
   	border: 1px solid #ddd;
    background: #fff;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
	background: #fff;
	border: 1px solid #aaa;
	color: #444;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
	box-shadow:  0 0 3px rgba(0,0,0,.2);
}

/*contact form 7 specific*/
.wpcf7-form{
	margin-top: 40px;
}
.wpcf7 input[type="text"] {
	width: 250px;
}
.wpcf7 textarea {
    width: 95%;
	margin-top: 5px;
}
.wpcf7-form p { margin: 0; margin-bottom: 20px; font-weight: bold; }
.wpcf7-submit{margin-top: -5px; }

div.wpcf7-validation-errors,
.wpcf7-not-valid-tip { 
	text-shadow: none;
	border: transparent !important;
	background: #f9cd00;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	padding: 10px !important;
	font-weight: bold;
	color: #9C6533;
	text-shadow: 1px 1px 1px rgba(255,255,255, 0.4);
	text-align: center;
	margin: 0 !important;
} 
div.wpcf7-validation-errors{
	width: 95%;
	padding: 10px 5px !important;
}

.wpcf7-not-valid-tip {
	display: block;
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	background: #FFF780 !important;
	font-size: 12px !important;
	margin-top: 8px !important;
	width: 40% !important;
}
span.wpcf7-not-valid-tip{
	text-align: center;
	text-shadow: none;
	padding: 5px;
	font-size: 11px;
	background: #ff5454 !important;
	border-color: #ff5454;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.wpcf7-mail-sent-ok{
	text-align: center;
	text-shadow: none;
	padding: 10px;
	font-size: 11px;
	background: #59a80f !important;
	border-color: #59a80f;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/*-----------------------------------------------------------------------------------*/
/* = Shortcodes
/*-----------------------------------------------------------------------------------*/

/*heading*/
h2.heading-shortcode{
	font-family: tahoma;
	font-size: 10px;
	margin: 40px 0 25px;
	text-transform: uppercase;
	color: #bbbbbb;
	border-top: 1px dashed #ddd;
	text-align: center;
}
h2.heading-shortcode span{
	display: inline-block;
	background: #fff;
	height: 30px;
	line-height: 30px;
	padding: 0px 30px;
	position: relative;
	top: -15px;
}
h2.heading-shortcode.black span{
	background: #212121;
	border-left: 15px solid #fff;
	border-right: 15px solid #fff;
	color: #fff;
}


/*testimonials*/
.testimonial-wrap{
	position: relative;
	margin-bottom: 25px;
	min-height: 120px;
}
.testimonial-with-image{
	margin-top: 50px;
}
.testimonial {
	font-family: tahoma;
	font-size: 16px;
	color: #999;
	line-height: 1.4em;
	background: #eee;
	text-shadow: 1px 1px 1px #fff;
    position: relative;
	padding: 15px;
    border: 1px solid #ddd;
	color: #666;
	text-align: left;
	/*rounded corners*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	/*shadow*/
	-moz-box-shadow: 0px 2px 2px -2px #ddd;
	-webkit-box-shadow: 0px 2px 2px -2px #ddd;
	box-shadow:  0px 2px 2px -2px #ddd;
}
.testimonial-with-image .testimonial{
	padding-left: 110px;
}

.testimonial h3{
	margin-top: 0px;
	margin-bottom: 10px;
	font-style: normal;
}
.testimonial p:last-child{
	margin: 0;
}
span.testimonial-by{
	text-align: right;
	display: block;
	font-size: 13px;
	color: #000;
}
.testimonial p:last-child { padding-bottom: 0px }
.testimonial-author {
	position: absolute;
	text-align: center;
	top: -20px;
	left: 20px;
	width: 70px;
	height: 70px;
	font-size: 11px;
	font-weight: bold;
}

.testimonial-img {
	margin: 0 auto;
	width: 60px;
	height: 60px;
	border: 5px solid #f0b910;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.testimonial-img img{
	width: 60px;
	height: 60px;
}
.testimonial-author p{
	line-height: 1em;
	margin-top: 7px;
	margin-bottom: 0px;
}

/*icons*/
.ij-icon-link img{
	-webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
.ij-icon-link:hover img{
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
.icon-float-left{ display: block; float: left; margin-right: 5px; margin-left: 0px; }
.icon-float-right{ display: block; float: right; margin-left: 5px; }

/*alerts*/
.alert-red,
.alert-yellow,
.alert-green,
.alert-blue {
	font-size: 14px;
    font-weight: bold;
    text-align: left;
    margin: 20px 0;
	text-shadow: none;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0, 0.6);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.alert-red span,
.alert-yellow span,
.alert-green span,
.alert-blue span,
.alert-silver span {
	display: block;
	padding: 15px;
	text-align: center;
	border: 1px solid rgba(0,0,0, 0.2);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.alert-red {
	background: #eb5d5c;
}
.alert-yellow {
	background-color: #f1be20;
}
.alert-green {
	background: #bfd887;
}
.alert-blue {
	background: #9cc2e7;
}


/*buttons*/
.button { margin-right: 5px }
.button,
.button span {
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.button {
    white-space: nowrap;
    nowhitespace: afterproperty;
    line-height: 1em;
    position: relative;
    outline: none;
    overflow: visible;
    /* removes extra side padding in IE */cursor: pointer; nowhitespace: afterproperty; border:1px solid #999; /* IE */border:rgba(0,0,0,.1) 1px solid; /* Saf4+,Chrome,FF3.6 */border-bottom:rgba(0,0,0,.3) 1px solid; nowhitespace: afterproperty; background:-moz-linear-gradient(center top,rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%); /* FF3.6 */background:-webkit-gradient(linear,center bottom,center top,from(rgba(0,0,0,.1)),to(rgba(255,255,255,.1))); /* Saf4+,Chrome */filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF',EndColorStr='#19000000'); /* IE6,IE7 */-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF',EndColorStr='#19000000')"; /* IE8 */-moz-user-select:none; -webkit-user-select:none; -khtml-user-select:none; user-select:none; margin-bottom:10px; opacity:1.0; -webkit-transition:opacity 0.2s ease-in-out;  -moz-transition:opacity 0.2s ease-in-out;  -o-transition:opacity 0.2s ease-in-out;  transition:opacity 0.2s ease-in-out; font-family:tahoma; font-size:11px; min-height:34px;
	text-decoration: none;
}
.button.full,
.button.full span { display: block }
.button:hover,
.button.hover { opacity: 0.8 }
.button:active,
.button.active { top: 1px }
.button span {
    position: relative;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(0,0,0,0.25);
    border-top: rgba(255,255,255,.4) 1px solid;
    padding: 0.8em 1.3em;
    line-height: 1.3em;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
}
.button.black { background-color: #333 }
.button.gray { background-color: #666 }
.button.light-gray {
    background-color: #D5D2D2;
    text-shadow: 1px 1px 0px #FFF;
}
.button.light-gray span {
    color: #444;
    text-shadow: 1px 1px 0px #e7e7e7;
    border-top: rgba(255,255,255,.6) 1px solid;
}
.button.red { background-color: #D4363A }
.button.orange { background-color: #FF6347 }
.button.teal { background-color: #e45635 }
.button.blue { background-color: #025D8C }
.button.pink { background-color: #e22092 }
.button.green { background-color: #86b662 }
.button.rosy { background-color: #FE4365 }
.button.brown { background-color: #7B5C5D }
.button.purple { background-color: #66435F }
.button.copper { background-color: #CE534D }
.button.gold { background-color: #febd4c }


/*toggle*/
.toggle-wrap{
	margin: 10px 0;
}
h3.trigger {
	margin: 0px;
}
h3.trigger a {
	display: block;
	border: 1px solid #ddd;
	padding: 10px;
	outline: 0 !important;
    font-weight: 400;
	font-size: 12px;
    text-shadow: 1px 1px 1px rgba(255,255,255,1);
    margin-bottom: 0px;
    margin-top: 5px;
    text-indent: 25px;
	background-color: #fff;
	background-image: url("images/plus.png");
	background-position: 10px center;
	background-repeat: no-repeat;
}
h3.trigger a:hover,
h3.active a{
	background-color: #f5f5f5;
}

h3.active a {
	background-image: url("images/minus.png");
}
 
h3.active a:hover {
}

.toggle_container {
	background-color: #fff;
	overflow: hidden;
	padding: 20px;
    border: 1px solid #ddd;
	border-top: 0px;
}

/*accordion*/
.accordion h3 {
    font-size: 12px;
    text-shadow: 1px 1px 1px rgba(255,255,255,1);
    margin-bottom: 0px;
    margin-top: 5px;
}
.accordion h3 a {
    display: block;
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #fff;
    outline: 0 !important;
    font-weight: 400;
    text-indent: 10px;
}
.ui-state-focus { outline: none; }
.accordion h3 a:hover,
.accordion .ui-state-active a {
    text-shadow: none;
	background-color: #f5f5f5;
	border-color: #ddd;
}
.accordion .ui-accordion-content {
    padding: 20px;
	background: #fff;
    border: 1px solid #ddd;
	border-top: 0px;
}
.accordion .ui-accordion-content p:last-child { margin: 0px }

/*columns*/
.one-half,
.two-columns { width: 48% }
.one-third,
.three-columns { width: 30.66% }
.two-third { width: 65.33% }
.one-fourth,
.four-columns { width: 22% }
.three-fourth { width: 74% }
.one-fifth { width: 16.8% }
.one-sixth { width: 13.33% }

.two-columns,
.three-columns,
.four-columns ,
.one-half,
.one-third,
.two-third,
.one-fourth,
.three-fourth,
.one-fifth,
.one-sixth {
    position: relative;
    margin-right: 4%;
    float: left;
}
.column-last { margin-right: 0px }
.column-first { margin-left: 0px }

/*tabs*/
.tab-shortcode{
	margin-top: 25px;
}
.tab-shortcode ul.ui-tabs-nav {
		display: block;
		margin: 0 !important;
		padding: 0;
		border-bottom: solid 1px #ddd;
		margin-left: 1px !important;
		}
.tab-shortcode	ul.ui-tabs-nav li {
		display: block;
		width: auto;
		height: 30px;
		padding: 0;
		float: left;
		margin-bottom: 0;
}
.tab-shortcode	ul.ui-tabs-nav li a {
		display: block;
		text-decoration: none;
		width: auto;
		height: 29px;
		padding: 0px 20px;
		line-height: 30px;
		border: solid 1px #ddd;
		border-width: 1px 1px 0 0;
		margin: 0;
		color: #666;
		background: #f5f5f5;
		font-size: 12px;
}
.tab-shortcode	ul.ui-tabs-nav .ui-state-active a {
		background: #fff;
		height: 30px;
		position: relative;
		top: -4px;
		padding-top: 4px;
		border-left-width: 1px;
		margin: 0 0 0 -1px;
		color: #111;
		-moz-border-radius-topleft: 2px;
		-webkit-border-top-left-radius: 2px;
		border-top-left-radius: 2px;
		-moz-border-radius-topright: 2px;
		-webkit-border-top-right-radius: 2px;
		border-top-right-radius: 2px;
	}
.tab-shortcode ul.ui-tabs-nav li:first-child .ui-state-active a {
		margin-left: 0; }
.tab-shortcode ul.ui-tabs-nav li:first-child a {
		border-width: 1px 1px 0 1px;
		-moz-border-radius-topleft: 2px;
		-webkit-border-top-left-radius: 2px;
		border-top-left-radius: 2px;
}
.tab-shortcode ul.ui-tabs-nav li:last-child a {
		-moz-border-radius-topright: 2px;
		-webkit-border-top-right-radius: 2px;
		border-top-right-radius: 2px;
}
		
.tab-shortcode .tab_content{
		background: #fff;
		padding: 20px;
		border-left: solid 1px #ddd;
		border-right: solid 1px #ddd;
		border-bottom: solid 1px #ddd;
	}

	/* Clearfixing tabs for beautiful stacking */
	ul.tab-shortcode:before,
	ul.tab-shortcode:after {
	  content: '\0020';
	  display: block;
	  overflow: hidden;
	  visibility: hidden;
	  width: 0;
	  height: 0; }
	ul.tab-shortcode:after {
	  clear: both; }
	ul.tab-shortcode {
	  zoom: 1; }
	  
	.ui-tabs-hide {  
		display: none;  
	}
	

/*-----------------------------------------------------------------------------------*/
/* = Clean button
/*-----------------------------------------------------------------------------------*/	
a.clean-button,
clean-button,
input[type="clean-button"],
.wpcf7-submit,
#commentSubmit {
    background: #eee; /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
    border: 1px solid #aaa;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 4px 12px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #444;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 1px rgba(255, 255, 255, .75);
    cursor: pointer;
    margin-bottom: 20px;
    line-height: 21px;
    font-family: "tahoma;
}
a.clean-button:hover,
clean-button:hover,
input[type="clean-button"]:hover,
.wpcf7-submit:hover,
#commentSubmit:hover {
    color: #222;
    background: #ddd; /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
    border: 1px solid #888;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
}
a.clean-button:active,
clean-button:active,
input[type="clean-button"]:active,
ul.portfolio-filter a.active,
.wpcf7-submit:active,
#commentSubmit:active {
    border: 1px solid #666;
    background: #ccc; /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */
}
.clean-button.full-width,
clean-button.full-width,
input[type="clean-button"].full-width {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center;
}
		
/*-----------------------------------------------------------------------------------*
/* 404 Page
/*-----------------------------------------------------------------------------------*/
#error-page-title{
	font-size: 300px;
	text-align: center;
	font-weight: bold;
	font-family: tahoma;
	color: #D5D5D5;
	background: none;
	line-height: 1em;
	border: none;
}
#error-page-text{
	margin-top: -60px;
	text-align: center;
	font-size: 14px;
	color: #999;
}


#wpstats{ display: none; }