/*
Theme Name: Complete
Theme URI: http://www.wpexplorer.com
Description: A premium business and portfolio Wordrpess theme
Author: AJ Clarke
Author URI: http://www.wpexplorer.com
Version: 1.00
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html

/*-----------------------------------------------------------------------------------*
/*CSS Reset &Clearfix
/*-----------------------------------------------------------------------------------*/
* {
    margin: 0;
    padding: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
a img,
a {
    outline: 0;
    border: 0;
}
caption,
th,
td {
    text-align: left;
    font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after { content: "" }
blockquote,
q { quotes: """" }
h1,
h2,
h3,
h4,
h5,
h6 { clear: both }
.clear { clear: both }
.clearfix:after {
    display: block;
    visibility: hidden;
    content: ".";
    clear: both;
    text-indent: -9999px;
    height: 0;
}
.remove-margin { margin-right: 0 !important }
/*-----------------------------------------------------------------------------------*
/*WordPress Styles
/*-----------------------------------------------------------------------------------*/
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright {
    float: right;
    margin: 10px 0 10px 10px;
}
.alignleft {
    float: left;
    margin: 10px 10px 10px 0;
}
.floatleft { float: left }
.floatright { float: right }
.textcenter { text-align: center }
.textright { text-align: right }
.textleft { text-align: left }
.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: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}
table#wp-calendar { margin: 0 auto }
#wp-calendar caption {
    font-size: 10px;
    padding: 5px;
    background: #333;
    color: #FFF;
    text-shadow: 1px 1px #000;
    text-align: center;
}
#calendar_wrap table td {
    border: 1px solid #B9B9B9;
    padding: 2px 8px;
}
#calendar_wrap table td,
#calendar_wrap table th {
    text-align: center;
    background: #DEDEDE url(images/calendar-bg.png) repeat-x;
    padding: 2px 8px !important;
    font-weight: bold;
    text-shadow: 1px 1px 1px #FFF;
}
#calendar_wrap table td#prev {
    text-align: left;
    padding: 0 0 0 12px;
}
#calendar_wrap table td a {
    color: #06F;
    display: block;
}
#wp-calendar #today { background: #FFF !important }
/*-----------------------------------------------------------------------------------*
/*Body &Common Classes
/*-----------------------------------------------------------------------------------*/
body {
    background: #EEE;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 1.7em;
    letter-spacing: 0.5px;
    color: #666;
}
/* basic typography */
a {
    text-decoration: none;
    color: #017DBA;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
a:hover {
    color: #ff4b33;
    text-decoration: none;
}
#main p { margin: 0 0 1.2em !important }
strong { font-weight: bold }
em { font-style: italic }
blockquote {
    background: #EEE;
    border: 1px solid #CCC;
    padding: 10px 15px 0;
    margin: 30px 0;
    color: #333;
    text-align: center;
}
h1 {
    color: #3C3C3C;
    line-height: 1.4em;
    font-weight: normal;
    
}
h2 {
    color: #3C3C3C;
    line-height: 1.4em;
    font-weight: normal;
    
}
h3 {
    color: #3C3C3C;
    line-height: 1.4em;
    font-weight: normal;
    text-transform: capitalize;
}
h4 {
    color: #000000;
    line-height: 1.4em;
    font-weight: normal;
    text-transform: capitalize;
}
h1 {
    font-size: 24px;
    margin-bottom: 20px;
}
h2 {
    font-size: 24px;
    margin: 40px 0 20px;
}
h3 {
    font-size: 18px;
    margin: 30px 0 20px;
}
h4 {
    font-size: 14px;
    margin: 30px 0 20px;
}
h5 {
    font-size: 12px;
    margin: 30px 0 20px;
}
h1 a { color: #3C3C3C }
h2 a { color: #3C3C3C }
h3 a { color: #3C3C3C }
h4 a { color: #ffffff }
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
    text-decoration: none;
    color: #666 !important;
}
#title-with-margin { margin-bottom: 20px !important }
h1#page-title {
    padding: 30px 0 10px;
    margin: 0;
}
.main-with-sidebar h1#page-title { padding-top: 0 }
/* searchbar */
#searchbar {
    position: relative;
    width: 250px;
    height: 30px;
}
#search {
    background: #F8F8F8;
    width: 209px;
    padding: 0 35px 0 5px;
    height: 28px;
    line-height: 28px;
    outline: none;
    border-top: 1px solid #E1E1E1;
    border-left: 1px solid #E1E1E1;
    border-bottom: 1px solid #EEE;
    border-right: 1px solid #EEE;
    color: #999;
    letter-spacing: 1px;
}
#search:focus {
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
}
#searchsubmit {
    position: absolute;
    height: 20px;
    width: 20px;
    background: url('images/search.png') no-repeat;
    top: 5px;
    right: 5px;
    border: none;
    outline: none;
    cursor: pointer;
}
/*-----------------------------------------------------------------------------------*
/*Important Layout Styles
/*-----------------------------------------------------------------------------------*/
#wrap {
    width: 100%;
    margin: 0;
    padding: 0;
}
#main {
    background-color: #FFF;
    width: 940px;
    margin: 30px auto;
    padding: 0 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.main-no-bg {
    width: 980px !important;
    background: none !important;
    border: none !important;
    margin: 0 auto !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.main-with-sidebar {
    background-image: url('images/sidebar-border.png');
    background-position: right;
    background-repeat: repeat-y;
}
#home-business-wrap,
#site-map-wrap,
#full-width-wrap,
#testimonials-wrap { padding-bottom: 30px }
/*-----------------------------------------------------------------------------------*
/*Header
/*-----------------------------------------------------------------------------------*/
#header-wrap { }
#header {
    width: 980px;
    min-height: 40px;
    padding: 15px 20px 0px;
    margin: 0 auto;
    position: relative;
}
#logo{
	float: left;
}
#logo h2,
#logo h1 {
    margin: 0;
	padding: 0;
    font-size: 36px;
    letter-spacing: 4px;
}
#logo h2 a,
#logo h1 a { color: #FFF }
/*-----------------------------------------------------------------------------------*
/*Navigation
/*-----------------------------------------------------------------------------------*/
#navigation {
    position: absolute;
    height: 48px;
    bottom: 0px;
    right: 20px;
    font-size: 1em;
}
#navigation a {
    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    -ms-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}
/*** ESSENTIAL Navigation Style ***/
.sf-menu,
.sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sf-menu { line-height: 1.0 }
.sf-menu ul {
    position: absolute;
    nowhitespace: afterproperty;
    top: -999em;
    width: 10em;
    /* left offset of submenus need to match (see below) */
}
.sf-menu ul li { width: 100% }
.sf-menu li:hover {
    visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
    float: left;
    position: relative;
}
.sf-menu a {
    display: block;
    position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    left: 0;
    nowhitespace: afterproperty;
    top: 4em;
    /* match top ul list item height */ z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul { top: -999em }
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
    left: 10em; /* match ul width */ top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul { top: -999em }
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
    left: 10em; /* match ul width */ top: 0;
}
/*** navigation skin ***/
.sf-menu {
    float: left;
    margin-bottom: 1em;
}
.sf-menu a {
    padding: 1.5em 20px;
    text-decoration: none;
		-webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    -ms-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}
li.sfHover { color: #000 }
.sf-menu li li { background: #0E0F12 }
.sf-menu li li li { background: #0E0F12 }
.sf-menu ul a { padding: .75em 1.2em }
/*** arrows **/
.sf-menu a.sf-with-ul {
    padding-right: 2.25em;
    nowhitespace: afterproperty;
    min-width: 1px;
    /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
    position: absolute;
    display: block;
    right: .75em;
    width: 9px;
    height: 5px;
    text-indent: -999em;
    overflow: hidden;
    background: url('images/arrows-down.png');
}
a >.sf-sub-indicator { /* give all except IE6 the correct values */top: 1.9em; nowhitespace: afterproperty; background-position:0 -100px; /* use translucent arrow for modern browsers*/ }
/* apply hovers to modern browsers */
a:focus >.sf-sub-indicator,
a:hover >.sf-sub-indicator,
a:active >.sf-sub-indicator,
li:hover >a >.sf-sub-indicator,
li.sfHover >a >.sf-sub-indicator {
    background-position: -9px 0px; /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
    top: 1em;
    width: 5px;
    height: 9px;
    background: url('images/arrows-side.png');
}
.sf-menu ul a >.sf-sub-indicator { background-position: 0 0 }
/* apply hovers to modern browsers */
.sf-menu ul a:focus >.sf-sub-indicator,
.sf-menu ul a:hover >.sf-sub-indicator,
.sf-menu ul a:active >.sf-sub-indicator,
.sf-menu ul li:hover >a >.sf-sub-indicator,
.sf-menu ul li.sfHover >a >.sf-sub-indicator {
    background-position: -5px 0; /* arrow hovers for modern browsers*/
}
/*** shadows for all but IE6 ***/
.sf-shadow ul {
    margin: 0 !important;
    border-right: none !important;
    border-bottom: none !important;
    background: url('images/shadow.png') no-repeat bottom right;
    padding: 0 3px 3px 0px !important;
}
.sf-shadow ul ul { padding-left: 0 !important }
.sf-shadow ul.sf-shadow-off { background: transparent }
/*-----------------------------------------------------------------------------------*/
/*Breadcrumbs
/*-----------------------------------------------------------------------------------*/
#breadcrumbs-wrap {
    background-color: #FFF;
    background-image: url('images/diamond-pattern.png');
    background-repeat: repeat;
    border-bottom: 1px solid #D6D6D6;
}
#breadcrumbs {
    margin: 0 auto;
    width: 940px;
    padding: 0 20px;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: #666;
    text-shadow: 1px 1px 1px #FFF;
}
#breadcrumbs a {
    color: #333;
    text-decoration: underline;
}
#breadcrumbs a:hover { font-style: italic }
/*-----------------------------------------------------------------------------------*
/*Pagination
/*-----------------------------------------------------------------------------------*/
.pagination {
    margin-bottom: 30px;
    font-family: Arial,Helvetica,sans-serif;
}
.pagination a,
.pagination span {
    line-height: 25px;
    height: 25px;
    width: 30px;
    text-align: center;
    margin-right: 5px;
    display: block;
    float: left;
    background: #EEE;
    color: #666;
    font-weight: bold;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.pagination a:hover,
.pagination span.current {
    color: #FFF;
    text-decoration: none;
}
/*-----------------------------------------------------------------------------------*
/*Homepage Slider
/*-----------------------------------------------------------------------------------*/
#homepage-slider-wrap {
    background-color: #17191E;
    background-image: url('images/slider-gradient.png');
    background-repeat: repeat-x;
    background-position: bottom;
    width: 100%;
}
#homepage-slider-pattern {
    width: 100%;
    background-image: url('images/diagonal-right.png');
    background-repeat: repeat;
    padding: 40px 0;
}
#homepage-slider {
    background-repeat: no-repeat;
    position: relative;
    margin: 0 auto;
    width: 940px;
    height: 340px;
}
#slider {
    z-index: 2;
    position: relative;
    width: 920px;
    height: 320px;
    margin: 0 auto;
    border: 10px solid #FFF;
}
.slider-shadow {
    z-index: 1;
    position: absolute;
    bottom: -20px;
    left: 20px;
    width: 940px;
    height: 40px;
    background-image: url('images/slider-shadow.png');
    background-position: bottom;
    background-repeat: no-repeat;
}
#slider img {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
#slider a {
    border: 0;
    display: block;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
}
.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
}
.nivo-directionNav a {
    position: absolute;
    bottom: 10px;
    z-index: 9;
    cursor: pointer;
}
/* Slider Arrows */
.nivo-directionNav a {
    display: block;
    width: 30px;
    height: 30px;
    background: url(images/slider-arrows.png) no-repeat;
    text-indent: -9999px;
    border: 0;
}
a.nivo-nextNav {
    background-position: -30px 0;
    right: 10px;
}
a.nivo-prevNav { left: 10px }
a.nivo-prevNav:hover { background-position: 0px -30px }
a.nivo-nextNav:hover { background-position: -30px -30px }
/* Slider Captions */
.nivo-caption {
    position: absolute;
    nowhitespace: afterproperty;
    left: 0px;
    bottom: 0px;
    background: #000;
    opacity: 0.8;
    /* Overridden by captionOpacity setting */z-index: 8; text-align:center; padding:20px; width:880px; font-size:12px; color:#FFF;
}
.nivo-caption p {
    margin: 0 !important;
    padding: 0 !important;
}
.nivo-caption p { margin: 0 }
.nivo-caption a { display: inline !important }
.nivo-html-caption { display: none }
.nivo-caption {
    text-shadow: none;
    font-family: Helvetica,Arial,sans-serif;
}
.nivo-caption a {
    color: #fff;
    text-decoration: none;
}
.nivo-caption a:hover { font-style: italic }
.nivo-caption h2,
.nivo-caption p { color: #CCC }
.nivo-caption h2 { margin: 0 0 15px }
/*-----------------------------------------------------------------------------------*
/*Homepage Quote
/*-----------------------------------------------------------------------------------*/
#homepage-quote {
    background: #FFF;
    margin-top: 40px;
    padding: 20px 0;
    color: #2e3192;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#homepage-quote h2,
#homepage-quote p {
    margin: 0 !important;
    padding: 0 !important;
}
/*-----------------------------------------------------------------------------------*
/*Homepage Highlights
/*-----------------------------------------------------------------------------------*/
#homepage-highlights {
    width: 980px;
    margin-top: 40px;
}
.homepage-highlight {
    background: #FFF;
    border: 1px solid #D6D6D6;
    width: 280px;
    padding: 9px;
    overflow: hidden;
    float: left;
    text-align: center;
    margin-right: 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.homepage-highlight-thumbnail {
    position: relative;
    border: 1px solid #D6D6D6;
    padding: 1px;
    background: #FFF;
    margin-bottom: 20px;
}
.homepage-highlight-thumbnail:after {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 5px;
    height: 8px;
    width: 290px;
    background: url('images/homepage-highlight-shadow.png') bottom center no-repeat;
}
.homepage-highlight-thumbnail img {
    padding: 3px;
    background: #EEE;
}
.homepage-highlight h2 {
    background: url('images/header-gradient.png') top repeat-x;
    margin: 0 -9px;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #A8ACAF;
    font-size: 14px;
    font-weight: bold;
    text-shadow: 1px 1px 1xp #FFF;
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
}
/*-----------------------------------------------------------------------------------*
/*Homepage Portfolio Carousel
/*-----------------------------------------------------------------------------------*/
#homepage-portfolio-wrap {
    margin-top: 40px;
    width: 940px;
	height: 240px;
    position: relative;
	overflow: hidden;
    background: #FFF;
    padding: 20px;
    padding-bottom: 40px;
    border: 1px solid #D6D6D6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#homepage-portfolio-wrap h2 {
    margin: 0 0 20px;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
}
#homepage-portfolio {
    position: relative;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 940px;
}
#homepage-portfolio li {
    position: relative;
    float: left;
    width: 220px;
    height: 180px;
	overflow: hidden;
    padding-right: 20px;
}
.homepage-portfolio-image {
    position: relative;
    border: 1px solid #D6D6D6;
    padding: 1px;
    background: #FFF;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.homepage-portfolio-image:after {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 0px;
    height: 8px;
    width: 220px;
    background: url('images/portfolio-four-shadow.png') bottom center no-repeat;
}
#homepage-portfolio img {
    padding: 3px;
    background: #EEE;
}
#homepage-portfolio .bx-wrapper {
    width: 940px;
    height: 180px;
	overflow: hidden;
}
#homepage-portfolio-wrap .bx-next,
#homepage-portfolio-wrap .bx-prev {
    display: block;
    position: absolute;
    right: 85px;
    bottom: -30px;
    margin: 0px !important;
    text-transform: capitalize;
}
#homepage-portfolio-wrap .bx-next {
    right: 25px;
    background-position: -20px 0;
}
#homepage-portfolio-wrap .bx-prev:hover { background-position: -40px 0 }
#homepage-portfolio-wrap .bx-next:hover { background-position: -60px 0 }
/*-----------------------------------------------------------------------------------*
/*Pricing Tables
/*-----------------------------------------------------------------------------------*/
#pricing-tables { margin: 40px -20px 40px 0 }
.pricing-plan {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 0 20px 20px 20px;
    border-bottom: 2px solid #D6D6D6;
    text-align: center;
    background: #F5F5F5;
    -moz-box-shadow: 0px 2px 6px #CCC;
    -webkit-box-shadow: 0px 2px 6px #CCC;
    box-shadow: 0px 2px 6px #CCC;
}
.pricing-count-three { width: 258px }
.pricing-count-four { width: 178px }
.pricing-plan-features {
    margin: 0 20px;
    padding-bottom: 10px;
}
.pricing-plan-features ul {
    text-align: center;
    padding-bottom: 10px;
    list-style: none;
}
.pricing-plan-features ul li {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #CCC;
}
.pricing-plan h3 {
    background-color: #2191E2;
    background-image: url('images/diagonal-right.png');
    background-repeat: repeat;
    font-size: 18px;
    color: #FFF;
    font-weight: normal;
    margin: 0px -20px 10px -20px;
    padding: 5px 30px;
    -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;
}
.pricing-plan-cost {
    padding: 10px 0;
    line-height: 1em;
    font-size: 36px;
    color: #000;
    margin: 0 -20px 20px;
    background: #F3F3F3;
    border-bottom: 1px solid #E1E1E1;
    letter-spacing: 1px;
}
.pricing-button {
    margin-left: 10px;
    margin-right: 10px;
    background: #EBD280;
    border: 1px solid #DECA8B;
    color: #524918 !important;
    font-weight: bold;
    line-height: 30px;
    display: block;
    text-shadow: 1px 1px 1px #FFF;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.pricing-button span {
    display: block;
    border-top: 1px solid #F9F1CC;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.pricing-button:hover {
    text-decoration: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}
/*-----------------------------------------------------------------------------------*
/*Portfolio Template
/*-----------------------------------------------------------------------------------*/
#portfolio-top { margin: 40px 0 20px }
#portfolio-top h1 {
   
}
ul#portfolio-list { margin-right: -40px }
#portfolio-filter {
    list-style: none;
    margin-bottom: 30px;
}
#portfolio-filter a {
    background-color: #FFF;
    padding: 1px 15px;
    color: #000;
    background-image: url('images/diagonal-right.png');
    background-repeat: repeat;
    display: block;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 05px;
    border-radius: 50px;
	-webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    -ms-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}
#portfolio-filter a:hover,
#portfolio-filter a.current {
    background-color: #09beeb;
    color: #FFF !important;
}
.portfolio-box {
    float: left;
    position: relative;
    display: block;
}
.portfolio-box-image {
    position: relative;
    border: 1px solid #D6D6D6;
    padding: 1px;
}
.portfolio-box img {
    background: #EEE;
    padding: 3px;
    -webkit-transition: background 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out;
    -o-transition: background 0.5s ease-in-out;
    -ms-transition: background 0.5s ease-in-out;
    transition: background 0.5s ease-in-out;
}
.portfolio-box h2 {
    color: #000;
    margin: 20px 0 10px;
    font-size: 12px;
    font-weight: bold;
}
.portfolio-box h2 a { color: #3C3C3C }
.portfolio-magnify {
    display: none;
    height: 40px;
    width: 40px;
    position: absolute;
    background-image: url('images/magnify.png');
    background-repeat: no-repeat;
}
.portfolio-box-image a:hover .portfolio-magnify { display: block }
.portfolio-view-work {
    position: absolute;
    bottom: 4px;
    right: 4px;
    padding: 0px 5px;
    background: #333;
    color: #999 !important;
}
.portfolio-view-work:hover { color: #CCC !important }
/*Portfolio 4 Column*/
#portfolio-four-column .portfolio-box {
    width: 220px;
    margin: 0 20px 40px 0;
}
#portfolio-four-column .portfolio-box-image:after {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 0px;
    height: 8px;
    width: 220px;
    background: url('images/portfolio-four-shadow.png') bottom center no-repeat;
}
#portfolio-four-column .portfolio-magnify {
    left: 90px;
    top: 50px;
}
/*Portfolio 3 Column*/
#portfolio-three-column .portfolio-box {
    width: 300px;
    margin: 0 20px 40px 0;
}
#portfolio-three-column .portfolio-box-image:after {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 0px;
    height: 8px;
    width: 290px;
    background: #FFF url('images/portfolio-three-shadow.png') bottom center no-repeat;
}
#portfolio-three-column .portfolio-magnify {
    left: 140px;
    top: 85px;
}
/*Portfolio 2 Column*/
#portfolio-two-column .portfolio-box {
    width: 450px;
    margin: 0 40px 40px 0;
}
#portfolio-two-column .portfolio-box-image:after {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 0px;
    height: 8px;
    width: 440px;
    background: url('images/portfolio-one-two-shadow.png') bottom center no-repeat;
}
#portfolio-two-column .portfolio-magnify {
    left: 215px;
    top: 125px;
}
/*-----------------------------------------------------------------------------------*
/*Services Template
/*-----------------------------------------------------------------------------------*/
.services-wrap{
	padding: 0px !important;
	width: 980px !important;
	background: #FFF url('images/services-wrap.png') left repeat-y;
}
.services-wrap ul{
    list-style: none;
}
.tabs {
    float: left;
    width: 240px;
    list-style: none;
    margin-bottom: 20px;
}
.tabs li { position: relative }
.services-info{
	padding: 20px;
	background: url('images/services-border.png') bottom repeat-x;
	color: #999;
}
.services-info p{
	margin: 0;
	padding: 0;
}
.services-info h1{
	color: #CCC;
	margin-top: 0px;
	margin-bottom: 10px;
}
.tabs img {
    height: 25px;
    width: 25px;
    margin-right: 10px;
    position: absolute;
    top: 12px;
    left: 10px;
}
.tabs li a {
    height: 50px;
    line-height: 50px;
    padding: 0px 10px 0px 45px;
    font-weight: bold;
    color: #999;
    display: block;
	background-image: url('images/services-border.png');
	background-position: bottom;
	background-repeat: repeat-x;
}
.tabs li a:hover,
.tabs li.active a {
	color: #FFF !important;
    background: #09beeb url('images/diagonal.png') repeat !important;
}
.tab-container {
    float: right;
    width: 690px;
    padding: 20px;
}
.tab-container h2 {
    margin-top: 0px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #CCC;
}
/*-----------------------------------------------------------------------------------*
/*Testimonials Template
/*-----------------------------------------------------------------------------------*/
#testimonials-wrap {
    list-style: none;
    margin: 0 !important;
}
#testimonials-wrap li {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0;
}
#testimonials-wrap li p {
    font-style: italic;
    font-family: Georgia,"Times New Roman",Times,serif;
}
.testimonials-avatar {
    padding: 1px;
    background: #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #D6D6D6;
    width: 86px;
    height: 86px;
    position: absolute;
    top: 0px;
}
.testimonials-avatar img {
    padding: 3px;
    background: #EEE;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.testimonials-outter {
    width: 500px;
    float: right;
    background: #FFF;
    border: 1px solid #D6D6D6;
    padding: 1px;
    color: #777;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.testimonials-inner {
    background: #F3F3F3;
    padding: 15px;
}
#testimonials-wrap h2 {
    font-size: 16px;
    margin: 0;
    margin-bottom: 10px;
    text-shadow: 1px 1px 1px #FFF;
}
#testimonials-wrap h2 a { color: #000 }
/*-----------------------------------------------------------------------------------*
/*Site Map Template
/*-----------------------------------------------------------------------------------*/
#site-map-wrap {
    width: 940px;
    margin-top: 25px;
}
.site-map-column {
    float: left;
    width: 300px;
    margin-right: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.site-map-column h2 {
    margin: 0;
    padding: 5px 10px;
    background: #222;
    color: #FFF;
    font-size: 16px;
}
.site-map-column ul { list-style: none }
.site-map-column a {
    display: block;
    padding: 7px 10px;
    background: #EEE;
    color: #666;
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #FFF;
}
.site-map-column a:hover {
    background: #F3F3F3;
    text-decoration: none;
}
/*-----------------------------------------------------------------------------------*
/*Single Portfolio Template
/*-----------------------------------------------------------------------------------*/
/* related portfolio items*/
#related-portfolio { margin: 30px 0 }
.related-portfolio-box {
    float: left;
    width: 200px;
    margin-right: 15px;
}
.related-portfolio-box-image {
    width: 196px;
    height: 124px;
    border: 1px solid #D6D6D6;
    padding: 1px;
    background: #FFF;
}
.related-portfolio-box img {
    width: 190px;
    height: 118px;
    padding: 3px;
    background: #EEE;
}
#related-portfolio h2 {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #EEE;
}
/*-----------------------------------------------------------------------------------*
/*Posts & Pages Styles
/*-----------------------------------------------------------------------------------*/
#blog-page-intro { margin-bottom: 25px }
#post-content {
    float: left;
    width: 630px;
    padding: 30px 30px 30px 0;
    border-right: 1px solid #F0F0F0;
}
.post-entry {
    border-bottom: 1px dashed #CCC;
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.post-entry-meta {
    padding: 10px 0;
	line-height: 15px;
    margin: 10px 0 20px;
    border-top: 1px dashed #CCC;
    border-bottom: 1px dashed #CCC;
    font-size: 1em;
    color: #666;
}
.post-entry-meta a { color: #929292 }
.post-entry-meta a:hover { color: #333 }
span.meta-date,
span.meta-category,
span.meta-comments {
    height: 20px;
    line-height: 20px;
    padding-left: 20px;
    background: url('images/date.png') left no-repeat;
}
span.meta-category {
    margin-left: 15px;
    background: url('images/category.png') left no-repeat;
}
span.meta-comments {
    margin-left: 15px;
    padding-left: 25px;
    background: url('images/comments.png') left no-repeat;
}
.post-entry-featured-image {
    position: relative;
    float: left;
    border: 1px solid #D6D6D6;
    padding: 1px;
    background: #FFF;
}
.post-entry-featured-image:after {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 0px;
    height: 8px;
    width: 260px;
    background: #FFF url('images/blog-shadow.png') bottom center no-repeat;
}
.post-entry-featured-image img {
    padding: 3px;
    background: #EEE;
}
.post-entry-content {
    float: right;
    width: 335px;
}
.post-entry h2 {
    font-size: 18px;
    margin: 0 0 20px;
}
#post-header {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EEE;
    font-size: 14px;
    color: #666;
    font-style: italic;
}
#post-header p { margin: 0 }
#archive-title {
    font-style: normal;
    font-size: 21px !important;
}
#post-content ul,
ol {
    margin-left: 30px;
    margin-bottom: 20px;
}
#post-tags {
    font-size: 11px;
    padding-top: 10px;
    margin-top: 30px;
    border-top: 1px dashed #CCC;
}
/*post author section*/
#post-author {
    padding-top: 30px;
    margin-top: 10px;
    border-top: 1px dashed #CCC;
}
#author-avatar {
    float: left;
    height: 68px;
    width: 68px;
    border: 1px solid #D6D6D6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#author-avatar img {
    height: 60px;
    width: 60px;
    border: 1px solid #FFF;
    background: #EEE;
    padding: 3px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#author-details {
    float: right;
    width: 540px;
}
#author-details h5 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-weight: bold;
}
/*Related Posts*/
#related-posts {
    margin-top: 30px;
    border-top: 1px dashed #CCC;
}
.related-post { margin-bottom: 10px }
.related-post-image {
    float: left;
    border: 1px solid #D6D6D6;
    padding: 1px;
    background: #FFF;
    width: 56px;
    height: 56px;
    margin-top: 4px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.related-post-image img {
    padding: 3px;
    background: #EEE;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.related-post-content {
    float: right;
    width: 550px;
}
#related-posts h4 { font-size: 18px }
#related-posts h5 {
    margin: 0 0 5px;
    font-size: 12px;
    font-weight: bold;
}
/*-----------------------------------------------------------------------------------*
/*Comments
/*-----------------------------------------------------------------------------------*/
#comments {
    font-size: 21px;
    margin-bottom: 30px;
    margin-top: 0;
}
#commentsbox {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px dashed #CCC;
}
#commentsbox ol,
#commentsbox ul {
    list-style: none;
    margin: 0;
    margin-left: 75px;
}
#commentsbox li {
    margin-top: 20px;
    margin-bottom: 20px;
}
.children {
    list-style: none;
    margin: 30px 0 0;
    text-indent: 0;
}
.children li.depth-2 { margin: 0 0 0px 50px }
.children li.depth-3 { margin: 0 0 0px 50px }
.children li.depth-4 { margin: 0 0 0px 50px }
.comment-body {
    text-shadow: 1px 1px 1px #FFF;
    margin: 0;
    position: relative;
    border: 1px solid #D6D6D6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.comment-body-inner {
    background: #F3F3F3;
    padding: 15px;
    border: 1px solid #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#commentsbox .bypostauthor .comment-body {
    border-color: #CCEBFF;
    color: #2A67A4;
}
#commentsbox .bypostauthor .comment-body-inner { background: #EFF9FF }
#commentsbox .bypostauthor li .comment-body {
    border-color: #D6D6D6;
    color: #333;
}
#commentsbox .comment-avatar {
    position: absolute;
    left: -75px;
    top: 0px;
    height: 53px;
    width: 53px;
    border: 1px solid #D6D6D6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#commentsbox .comment-avatar img {
    margin: 0;
    height: 45px;
    width: 45px;
    background: #EEE;
    padding: 3px;
    border: 1px solid #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.comment-author {
    font-size: 1em;
    color: #000;
    font-weight: bold;
    line-height: 1em;
}
.says { display: none }
.comment-meta a {
    margin-bottom: 10px;
    font-size: 10px;
    font-style: italic;
    color: #666;
}
.comment-reply-link {
    font-size: 10px;
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #333;
    text-decoration: underline;
    letter-spacing: 1px;
}
.comment-reply-link:hover { font-style: italic }
.cancel-comment-reply a {
    color: #F00 !important;
    display: block;
    line-height: 20px;
    height: 20px;
    margin-bottom: 10px;
}
.cancel-comment-reply a:hover {
    font-style: italic;
    text-decoration: underline;
}
#respond { margin: 40px 0 0 }
#comments-respond {
    font-size: 21px;
    margin: 0 0 10px;
}
#commentform input#author,
#commentform input#email {
    margin-bottom: 10px;
    margin-right: 7px;
}
#commentform input#url { width: 70% }
#commentform textarea {
    margin-top: 10px;
    display: block;
    width: 70%;
}
#commentform input,
#commentform textarea {
    padding: 7px;
    border: 1px solid #CCC;
    outline: none;
    color: #999;
    background: #F7F7F7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}
#commentform input:focus,
#commentform textarea:focus {
    font-style: normal;
    background: #FFF !important;
    -moz-box-shadow: 3px 3px 0px #eee;
    -webkit-box-shadow: 3px 3px 0px #eee;
    box-shadow: 3px 3px 0px #eee;
}
#commentSubmit {
    cursor: pointer;
    width: 75px;
    padding: 0 !important;
    height: 30px;
    line-height: 30px;
    display: block;
    font-size: 10px;
    font-weight: bold;
    text-transform: capitalize;
    letter-spacing: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
}
/*-----------------------------------------------------------------------------------*
/*Sidebar
/*-----------------------------------------------------------------------------------*/
#sidebar {
    float: right;
    width: 250px;
    padding: 30px 0 30px 29px;
}
.sidebar-box { margin-bottom: 30px }
.sidebar-box h4 {
    font-size: 1em;
    margin: 0 0 20px;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #EEE;
}
/*sidebar lists*/
.sidebar-box ul,
.sidebar-box ol {
    list-style: none !important;
    margin: 0 !important;
}
.sidebar-box li {
    line-height: 14px;
    margin-bottom: 10px;
}
.sidebar-box .menu li { margin: 0 }
.sidebar-box .menu li li{ margin-left: 10px !important; }
.sidebar-box li a {
    display: block;
    padding: 10px 15px;
    background: url(images/sidebar-arrow.png) left no-repeat;
    border-bottom: 1px dotted #CCC;
}
.sidebar-box a:hover { text-decoration: none }
/*-----------------------------------------------------------------------------------*
/*Custom Widgets
/*-----------------------------------------------------------------------------------*/
/*recent portfolio*/
.sidebar-recent-portfolio-item {
    border: 1px solid #D6D6D6;
    padding: 1px;
    background: #FFF;
    width: 246px;
    height: 156px;
    margin-bottom: 20px;
}
.sidebar-recent-portfolio-item img {
    padding: 3px;
    background: #EEE;
}
#footer-wrap .sidebar-recent-portfolio-item {
    border: none;
    padding: none;
    background: none;
    width: 205px;
    height: 128px;
    margin-bottom: 20px;
}
#footer-wrap .sidebar-recent-portfolio-item img {
    width: 215px;
    height: 135px;
    padding: none;
    background: none;
}
/*recent posts &flickr*/
.side-comment-wrap,
.recent-posts,
.flickr { color: #666 }
.recent-posts li a,
.flickr li a,
.side-comment-wrap a {
    padding: 0 !important;
    border: 0 !important;
    background: none !important;
}
.sidebar-box .side-avatar img,
.recent-posts img,
.flickr_badge_image img,
.attachment-recent-post-widget img {
    padding: 3px;
    border: 1px solid #D6D6D6;
    background: #EEE;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.flickr_badge_image img {
    float: left;
    margin: 0 15px 10px 0;
    height: 76px;
}
.sidebar-box .side-avatar {
    float: left;
    margin: 0 15px 5px 0;
}
.side-comment-content,
.sidebar-box span.time {
    font-style: italic;
    font-size: 11px;
}
.sidebar-box .recent-posts li {
    height: 60px;
    margin-bottom: 10px;
}
.attachment-recent-post-widget {
    float: left;
    margin: 0 15px 5px 0;
}
/*-----------------------------------------------------------------------------------*
/*Footer
/*-----------------------------------------------------------------------------------*/
#footer-wrap {
    background: #2e3192 url('images/diagonal-right.png') repeat;
    position: relative;
}
#footer-top-dash,
#footer-bottom-dash {
    display: block;
    position: absolute;
    top: 4px;
    left: 0px;
    width: 100%;
    height: 1px;
    border-top: 1px dashed #666;
}
#footer {
    background-image: url('images/footer-overlay.png');
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    width: 980px;
    padding: 0 20px;
    margin: 0 auto;
    margin-bottom: 10px;
    color: #666;
}
.footer-widget {
    width: 215px;
    padding: 10px 0;
    margin-right: 40px;
    float: left;
    text-decoration: none;
    color: #000000;
}
.footer-box {
    position: relative;
    margin: 20px 0;
}
.footer-box a {
    display: block;
    color: #999;
}
.footer-box a:hover {
    color: #FFF;
    text-decoration: none;
}
.footer-box ul { list-style: none }
.footer-box li {
    padding: 5px 0;
    border-bottom: 1px dotted #2A2A2A;
}
.footer-box h4 {
    font-weight: normal;
    font-size: 1em;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #333;
    letter-spacing: 1px;
}
.footer-box .tagcloud a {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    line-height: 1.4em;
}
.footer-box #searchbar { width: 205px }
.footer-box  #search { width: 164px }
#footer-bottom-wrap {
    width: 100%;
    background: #101115 url('images/diagonal-right.png') repeat;
    position: relative;
}
#footer-bottom-dash { top: -4px }
#footer-bottom {
    width: 980px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    height: 30px;
    line-height: 30px;
    padding: 10px 0;
}
#social {
    position: absolute;
    right: 0px;
    top: 15px;
    list-style: none;
}
#social a,
#social img {
    height: 16px;
    widows: 16px;
    display: block;
}
#social li {
    float: left;
    margin-right: 5px;
}
#copyright { font-size: 11px }
#copyright a {
    color: #CCC;
    text-decoration: none;
}
#copyright a:hover { font-style: italic }
/*-----------------------------------------------------------------------------------*
/*Default Colors
/*-----------------------------------------------------------------------------------*/
/*main elements*/
#header-wrap,
.pagination a:hover,
.pagination span.current { background: #101115; }
/* navigation */
.sf-menu a { color: #FFF }
.sf-menu a:hover,
.sf-menu .current-menu-item a {
    color: #FFF;
    nowhitespace: afterproperty;
    background: #09beeb url('images/diagonal.png') repeat !important;
    /* current wp menu item */-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; text-shadow:none;
}
.sf-menu ul a {
    color: #999 !important;
}
.sf-menu ul a:hover {
    color: #FFF !important;
    font-weight: bold;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.sf-menu ul .current-menu-item a {
    color: #999 !important;
    background: #0E0F12 !important;
}
.sf-menu ul .current-menu-item a:hover {
    color: #FFF !important;
    background: #09beeb url('images/diagonal.png') repeat !important;
}
.services-info h1 span{
	border-bottom: 2px solid  #09beeb;
}
a.read-more:hover,
#post-tags a:hover,
.tagcloud a:hover,
.bx-next:hover,
.bx-prev:hover {
    background-color: #09beeb;
    color: #FFF;
}
/*-----------------------------------------------------------------------------------*
/*Main Buttons
/*-----------------------------------------------------------------------------------*/
.tagcloud a {
    line-height: 1.3em;
    margin: 5px !important;
}
#footer-wrap .tagcloud a { color: #FFF !important }
a.read-more,
#post-tags a,
.tagcloud a,
.bx-next,
.bx-prev {
	-webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    -ms-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
    padding: 1px 15px;
    color: #000;
    background-image: url('images/diagonal-right.png');
    background-repeat: repeat;
    display: block;
    float: left;
    margin: 10px 0;
    margin-right: 5px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 05px;
    border-radius: 50px;
}
#contact-form input#contact-submit,
#commentSubmit,
#commentSubmit:focus {
    background-color: #D8D8D8 !important;
    background-image: url('images/button-clean.png') !important;
    background-repeat: repeat-x;
    color: #666 !important;
    text-shadow: 1px 1px 1px #FFF;
    border: 1px solid #CCC !important;
    font-weight: bold;
    text-transform: capitalize;
    letter-spacing: 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
}
#contact-form input#contact-submit:hover,
#commentSubmit:hover {
    text-decoration: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}
/*-----------------------------------------------------------------------------------*
/*Shortcodes
/*-----------------------------------------------------------------------------------*/
/* testimonials */
.testimonial-shortcode {
    text-align: center;
    background-image: url('images/shortcodes/quote-left.png');
    background-position: top left;
    background-repeat: no-repeat;
    font-size: 14px;
    font-style: italic;
    padding: 2px 0px 0px 40px;
    margin: 30px 0;
}
.testimonial-shortcode-right {
    padding: 2px 40px 0px 0px;
    background-image: url('images/shortcodes/quote-right.png');
    background-position: top right;
    background-repeat: no-repeat;
}
/* back to top button */
.back-top-top-shortcode {
    clear: both;
    background-image: url('images/diagonal.png');
    background-repeat: repeat;
    margin: 50px 0;
    display: block;
    height: 10px;
    line-height: 10px;
    text-align: center;
}
.back-top-top-shortcode a {
    font-size: 11px;
    padding: 5px;
    background: #FFF;
    color: #666;
}
.back-top-top-shortcode a:hover { color: #000 }
/* button layout */
.button {
    text-shadow: 1px 1px 1px #FFF;
    border: 1px solid #CCC;
    text-shadow: 1px 1px 1px #FFF;
    font-weight: bold;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
}
.button a {
    background-color: #D8D8D8;
    background-image: url('images/diagonal.png');
    background-repeat: repeat;
    display: block;
    padding: 2px 10px;
    text-decoration: none;
    -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;
}
.button span {
    display: block;
    border-top: 1px solid #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.button a:hover,
.button a:active {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}
.button-align-left {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.button-align-right {
    float: right;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.button-size-default {
    font-size: 12px;
    line-height: 2em;
}
.button-size-small {
    font-size: 10px;
    line-height: 2em;
}
.button-size-large {
    font-size: 14px;
    line-height: 2em;
}
.button-color-default a {
    background-color: #D8D8D8;
    background-image: url('images/button-clean.png');
    background-repeat: repeat-x;
    color: #666;
}
.button-color-blue {
    border-color: #206ADB;
    text-shadow: none;
}
.button-color-blue span { border-top: 1px solid #C9D6F8 }
.button-color-blue a {
    background-color: #5AA2EF;
    color: #FFF !important;
}
.button-color-orange {
    border-color: #DE650C;
    text-shadow: none;
}
.button-color-orange span { border-top: 1px solid #FAB89C }
.button-color-orange a {
    background-color: #FA6C43;
    color: #FFF !important;
}
.button-color-red {
    border-color: #AC1317;
    text-shadow: none;
}
.button-color-red span { border-top: 1px solid #F35F63 }
.button-color-red a {
    background-color: #CD1418;
    color: #FFF !important;
}
.button-color-green {
    border-color: #1B8523;
    text-shadow: none;
}
.button-color-green span { border-top: 1px solid #55DF74 }
.button-color-green a {
    background-color: #1CA823;
    color: #FFF !important;
}
.button-color-purple {
    border-color: #701ECA;
    text-shadow: none;
}
.button-color-purple span { border-top: 1px solid #CA99F7 }
.button-color-purple a {
    background-color: #AB70ED;
    color: #FFF !important;
}
.button-color-black {
    border-color: #000;
    text-shadow: none;
}
.button-color-black span { border-top: 1px solid #666 }
.button-color-black a {
    color: #FFF !important;
    background-color: #383838;
}
/* highlights */
.text-highlight { padding: 2px }
.highlight-yellow,
.highlight-yellow a {
    background-color: #FFF7A8;
    color: #695D43;
}
.highlight-pink,
.highlight-pink a {
    background-color: #F7DEEB;
    color: #724473;
}
.highlight-purple,
.highlight-purple a {
    background-color: #E0DBF6;
    color: #5C5577;
}
.highlight-blue,
.highlight-blue a {
    background-color: #D7F0FF;
    color: #2A67A4;
}
.highlight-green,
.highlight-green a {
    background-color: #E7FFCE;
    color: #47630A;
}
.highlight-red,
.highlight-red a {
    background: #FFCEBE;
    color: #A22121;
}
.highlight-gray,
.highlight-gray a {
    background-color: #EBEBEB;
    color: #787777;
}
/* boxes */
.complete-box-size-full,
.complete-box-size-large,
.complete-box-size-normal,
.complete-box-size-small,
.complete-box-size-default {
    margin: 15px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.complete-box-inner {
    font-size: 1em;
    text-shadow: 1px 1px 1px #FFF;
    padding: 15px 20px;
    border-top: 1px solid #FFF;
    border-left: 1px solid #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.complete-box-align-left {
    float: left;
    margin: 20px 20px 20px 0px !important;
    width: 300px !important;
}
.complete-box-align-right {
    float: right;
    margin: 20px 0px 20px 20px !important;
    width: 300px !important;
}
.complete-box-size-full { width: 100% }
.complete-box-size-large { width: 600px }
.complete-box-size-normal { width: 400px }
.complete-box-size-small { width: 200px }
.complete-box-color-pink { border: 1px solid #F1C3DC }
.complete-box-color-pink .complete-box-inner {
    background-color: #F7DEEB;
    color: #724473;
}
.complete-box-color-yellow { border: 1px solid #FDE9A6 }
.complete-box-color-yellow .complete-box-inner {
    background-color: #FFF7A8;
    color: #695D43;
}
.complete-box-color-green { border: 1px solid #BD9 }
.complete-box-color-green .complete-box-inner {
    background-color: #E7FFCE;
    color: #47630A;
}
.complete-box-color-purple { border: 1px solid #D2CCF2 }
.complete-box-color-purple .complete-box-inner {
    background-color: #E0DBF6;
    color: #5C5577;
}
.complete-box-color-gray { border: 1px solid #DDD }
.complete-box-color-gray .complete-box-inner {
    background-color: #EBEBEB;
    color: #787777;
}
.complete-box-color-blue { border: 1px solid #CCEBFF }
.complete-box-color-blue .complete-box-inner {
    background-color: #D7F0FF;
    color: #2A67A4;
}
.complete-box-color-red {
    border: 1px solid #E09B85;
    color: #957368;
}
.complete-box-color-red .complete-box-inner {
    background: #FFCEBE;
    color: #A22121;
}
.complete-box-type-alert .complete-box-inner,
.complete-box-type-info .complete-box-inner,
.complete-box-type-donate .complete-box-inner,
.complete-box-type-doc .complete-box-inner,
.complete-box-type-download .complete-box-inner,
.complete-box-type-link .complete-box-inner,
.complete-box-type-coupon .complete-box-inner,
.complete-box-type-mojo .complete-box-inner{
    padding-left: 50px;
    background-repeat: no-repeat;
}
.complete-box-type-mojo .complete-box-inner{background-image: url('images/shortcodes/mojo.png')}
.complete-box-type-alert .complete-box-inner { background-image: url('images/shortcodes/alert.png') }
.complete-box-type-info .complete-box-inner { background-image: url('images/shortcodes/info.png') }
.complete-box-type-donate .complete-box-inner { background-image: url('images/shortcodes/donate.png') }
.complete-box-type-doc .complete-box-inner { background-image: url('images/shortcodes/doc.png') }
.complete-box-type-download .complete-box-inner { background-image: url('images/shortcodes/download.png') }
.complete-box-type-link .complete-box-inner { background-image: url('images/shortcodes/link.png') }
.complete-box-type-coupon .complete-box-inner { background-image: url('images/shortcodes/coupon.png') }
/* lists */
.checklist ul,
.bullets_black,
.bullets_white ul,
.bullets_blue ul,
.bullets_red ul,
.bullets_purple { margin-left: 30px }
.checklist ul { list-style-image: url('images/shortcodes/check.png') }
.bullets_white ul { list-style-image: url('images/shortcodes/bullets-white.png') }
.bullets_black ul { list-style-image: url('images/shortcodes/bullets_black.png') }
.bullets_blue ul { list-style-image: url('images/shortcodes/bullets-blue.png') }
.bullets_red ul { list-style-image: url('images/shortcodes/bullets-red.png') }
.bullets_purple ul { list-style-image: url('images/shortcodes/bullets-purple.png') }
/* drop caps */
.dropcap-small {
    font-size: 25px;
    float: left;
    font-weight: 400;
    line-height: 1em;
    padding-right: 7px;
    padding-bottom: 5px;
    padding-left: 20px;
    position: relative;
}
.dropcap-big {
    font-size: 42px;
    float: left;
    font-weight: 400;
    line-height: 1em;
    padding-right: 5px;
    padding-bottom: 4px;
    padding-left: 20px;
    position: relative;
}
/* stickies */
.sticky,
.stickyleft,
.stickyright {
    width: 196px;
    height: 206px;
    background: url('images/shortcodes/sticky.png') no-repeat;
    margin: 10px 0;
    padding: 20px 15px 0 15px;
    overflow: hidden;
    color: #000;
    font-size: 16px;
    font-style: italic;
    text-shadow: 1px 1px 1px #FFFFE6;
}
.stickyleft {
    float: left;
    margin-right: 15px;
    background-position: 0px 0px;
}
.stickyright {
    float: right;
    margin-left: 15px;
    background-position: -224px 0px;
}
/* image border */
.image-border img,
.image-border a img { border: 5px solid #E6E6E6 }
/* columns */
.one_half {
    width: 48%;
    padding-bottom: 20px;
}
.one_third {
    width: 30.66%;
    padding-bottom: 20px;
}
.one_fourth {
    width: 22%;
    padding-bottom: 20px;
}
.last {
    margin-right: 0 !important;
    clear: right;
}
.one_half,
.one_third,
.one_fourth {
    position: relative;
    margin-right: 4%;
    float: left;
}
.clearboth {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 100%;
}
/* contactform */
#contact-form { color: #999 }
#contact-form input {
    width: 200px;
    padding: 0 8px;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    margin-bottom: 5px;
    border: 1px solid #CCC;
    outline: none;
    color: #999;
    background: #F7F7F7 url('images/field-bg.png') repeat-x;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#contact-form textarea {
    width: 582px;
    height: 200px;
    padding: 5px 8px;
    border: 1px solid #CCC;
    color: #999;
    background: #F7F7F7 url('images/field-bg.png') repeat-x;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#contact-form input:focus,
#contact-form textarea:focus { background: #F8F8F8 }
#contact-form input#contact-submit {
    margin-top: 15px;
    width: 100px;
    text-align: center;
    cursor: pointer;
}
.notification_error { color: #BF2F2F }