@charset "utf-8";
/*-----------------------------------------------------------------------------------
	Version: 1.3
    Theme Name: YourCompany
    Theme URI: http://themeforest.net/user/madza
    Description: Business & Portfolio Theme
    Author: Madars Bitenieks
    Author URI: http://themeforest.net/user/madza
    License: GNU General Public License version 3.0
    License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Author Madars Bitenieks for http://themeforest.net/user/madza
    All files, unless otherwise stated, are released under the GNU General Public License
    version 3.0 (http://www.gnu.org/licenses/gpl-3.0.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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
b{ font-weight: bold }
body {
	line-height: 1.5em;
}
body p, div p, body div {
	font-size: 14px;
}
body #content sup {
	vertical-align: super;
	font-size: smaller;
}
ol, ul {
	padding: 0px;
}
ul {
	list-style-type: square;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong { font-weight: bold!important}

::selection {
	background:#d1c4b3;
	color:#fff;
}

::-moz-selection {
	background:#d1c4b3;
	color:#fff;
}

::-webkit-selection {
	background:#d1c4b3;
	color:#fff;
}

.slideshowlink {display: none;}
.ngg-gallery-thumbnail-box {float: left; margin: 5px;}

div.bold p {font-weight: bold;}

/*-----------------------------------------------------------------------------------*/
/*  1.  General style
/*-----------------------------------------------------------------------------------*/

#background {
	position: fixed;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	z-index: -1;
}

.bgwidth {
	width: 100%;
}

.bgheight {
	height: 100%;
}

body { 
    font-size: 12px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #666;
    padding: 30px 0px 30px 0px;
}


input,
textarea,
.search-input {
    font: 12px/16px "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #888;
	background: #F9F9F9;
	padding: 8px 14px 9px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	border: solid 1px #dddddd;
}

.search-input{
	padding:6px 5px 6px 5px;
	width: 190px;
	background: #f9f9f9
	
}

.hidden { display: none }

.center { text-align: center }

.clear-left { clear: left; }

.clear-right { clear: right; }

.clear {
    clear: both;
    display: block;
    font-size: 0;
    line-height: 0;
    width: 100%
}

.midle {
    margin: 0 auto; 
    width: 960px
}

a { 
    color: #444;
    text-decoration: none 
}

.menu_categories ul li a, 
#full-page-home div div ul li a, 
.menu_categories ul li ul li a, 
#full-page-home div div ul li ul li a,
.line-breadcrumb-ultra p a,
.line-title-ultra p a,
.reply a,
.logged-in-as a,
#post-link-button a,
.homepage-blog-post-meta,
.homepage-blog-post-meta a,
ul#filter a,
.line-title-ultra p,
.line-breadcrumb-ultra p,
.portfolio_link,
.more-link-2 a, 
.more-diva-2 a { 
    text-decoration: none
}

a:hover,
input:hover,
.menu_categories ul li a:hover, 
#full-page-home div div ul li a:hover, 
.menu_categories ul li ul li a:hover, 
#full-page-home div div ul li ul li a:hover,
.meta-date-blog a:hover, 
.meta-category-blog a:hover, 
.meta-author-blog a:hover, 
.meta-tags-blog a:hover, 
.meta-comment-blog a:hover,
.line-breadcrumb-ultra p a:hover,
.line-title-ultra p a:hover,
.comment-author.vcard a:hover,
#title-right-single a div:hover,
.reply a:hover,
.logged-in-as a:hover,
#post-link-button a:hover,
.homepage-blog-post-meta a:hover,
.search-input:hover,
ul#filter a:hover,
.portfolio_link:hover,
.more-link-2 a:hover, 
.more-diva-2 a:hover  { 
    color: #888; 
    text-decoration: none 
}


a img { border: none }

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 5px;
    margin-bottom: 10px;
    color: #222;
    font-weight: normal;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1 {
    font-size: 24px;
    line-height: 22px
}

h2 {
    font-size: 20px;
    line-height: 22px
}

h3 {
    font-size: 16px;
    line-height: 20px
}

h4 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
    font-family: "Droid Serif", Georgia, Times, serif;
}

h5 {
    font-size: 12px;
    line-height: 18px
}

h6 {
    font-size: 10px;
    line-height: 16px
}

p { line-height: 1.5em; }

p,
pre,
dl,
dd,
blockquote,
address,
table,
fieldset,
form { 
    padding: 5px 0px 15px 0px;
    margin: 0px;
    color: #666;
}

.absolute { position: absolute!important }

.widget_span {
	color: #444;
	text-transform: uppercase;
	font-size: 13px!important;
	margin: 5px 0px 10px 0px
}

.widget_span_menu {
	color: #444;
	font-weight: bold;
	font-size: 12px!important;
	margin-bottom: 15px;
	margin-top: 35px;
}


#content-full { 
	width: 100%;
}

#content { 
	background: white;
	padding: 5px 20px 20px 20px;
	border: solid 0px #e6e6e6;
    margin: 0 auto; 
    width: 920px; 
}

#content #commitment {
	color: #CC0000!important;
	font-weight: bold;
	font-size: 16px;
}

#content #solutions {
	width: 95%;
}
#content #solutions li {
	float: left;
	width: 44%;
	margin-right: 20px;
}

.right-content { 
    float: right; 
    width: 670px;  
    margin-bottom:0px;
    margin-top: 25px;
}

.left-content { 
    float: left; 
    width: 650px;  
    margin-bottom:0px;
    margin-top: 25px;
}

.page-id-11 .left-content {
	margin-top: 0;
}

.page-id-19 .left-content {
	width: 527px;
}

#left-sidebar { 
    float: left; 
    margin-top: 10px;
    width: 210px;  
    padding: 0px 0px 0px 0px;
    
}

#right-sidebar { 
    float: right; 
    margin-top: 10px;
    width: 250px;  
    padding: 0px 0px 0px 0px;
    
}

.page-id-19 #right-sidebar {
	width: 310px;
}

#right-sidebar .vcard {
  padding-bottom: 20px;
}

#right-sidebar .vcard p {
	margin: 0;
	padding: 0;
}

#right-sidebar .vcard .adr {
	padding: 5px 0;
}

#left-sidebar-portfolio {
    float:left;
    width: 260px; 
    margin:  5px 0px  50px 0
}

#full-page { 
	margin-top: 25px;
  width: 920px;  
}

#full-page #colour_swatches {
	padding-top: 30px;
}

#full-page .ngg-albumoverview .ngg-album-link br {
	display: none;
}

#full-page-home {
	width: 920px;  
	margin-top: 25px;
}

#full-page .preview-image {
	background: url(images/shadow.png) no-repeat left bottom; 
	float: left;
	padding: 0 0 3px 0;
	margin-right: 20px;
	width: 280px;
}

#full-page ul#album {
	list-style: none;
	margin: 0;
	padding: 0;
}

#full-page ul#album li {
	float: left;
	margin-right: 10px;
	text-align: center;
}

#full-page ul#album li img {
	display: block;
}

.left-content .ngg-galleryoverview {
	margin: 0;
}

.left-content .ngg-galleryoverview br {
	display: none;
}
.left-content .ngg-galleryoverview p {
	margin: 0;
	padding: 0;
}

.page-bottom-bg {
	height: 6px;
	width: 700px;
	margin-bottom: 10px;
	background: url(images/page-buttom-bg.png) no-repeat
}

.page-top-bg {
	margin-top:10px;
	height: 2px;
	width: 700px;
	background: url(images/page-top-bg.png) no-repeat
}

.page-midle-bg {
	background: white;
	width: 640px;
	padding: 20px 29px 20px;
	border-left: solid 1px #CECFD1;
	border-right: solid 1px #CECFD1;
}

.full-bottom-bg {
	height: 6px;
	width: 960px;
	margin-bottom: 10px;
	background: url(images/full-bottom-bg.png) no-repeat
}

.full-top-bg {
	margin-top:10px;
	height: 2px;
	width: 960px;
	background: url(images/full-top-bg.png) no-repeat
}

.full-midle-bg {
	background: white;
	width: 900px;
	padding: 20px 29px 20px;
	border-left: solid 1px #CECFD1;
	border-right: solid 1px #CECFD1;
}

.blog-bottom-bg {
	height: 6px;
	width: 700px;
	margin-bottom: 10px;
	background: url(images/blog-bottom-bg.png) no-repeat
}

.blog-top-bg {
	margin-top:10px;
	height: 2px;
	width: 700px;
	background: url(images/blog-top-bg.png) no-repeat
}

.blog-midle-bg {
	background: white;
	width: 490px;
	padding: 25px 29px 30px;
	border-left: solid 1px #CECFD1;
	border-right: solid 1px #CECFD1;
}

.line{ 
	border-bottom: 1px solid #DDDFE2;
	height: 1px;
	width: 20px;
	float:left;
}

#slider-bottom-line{
	text-align: center;
	padding: 0 0 45px 470px
}

#slider-bottom-line-single{
	text-align: center;
	padding: 0 0 0px 340px;
}

.image-border {
	border: solid 1px silver;
	padding: 5px
}

.sticky {}

.gallery-caption {}

.bypostauthor {}

.color-gray { font-weight: 300; line-height: 1.3em; padding-top: 5px; }

.bold-color { color: #ea2100; font-weight: 400; }

.alignleft,
.float-left { float: left!important }

.alignright,
.float-right { float: right!important }

.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
    clear: both
}



/*-----------------------------------------------------------------------------------*/
/*  2.  Header Styles
/*-----------------------------------------------------------------------------------*/

#all-web{
	margin: 0 auto;
	width: 960px;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.6);

}

#header {
    width: 960px;
    background: white;
    padding: 0px 0px 0px 0px;
    border-top: solid 0px #e6e6e6;
}

#header-right {
	float: right;
	width: 960px;
	margin: 35px 0px 0px;
	position: absolute;
	z-index: 1;
}

#header-text p {
	text-align: right;
	color: #444444;
	padding: 0px;
	margin: -5px 0px 0px 0px;
	font-size: 12px;
}

#header-slider-frame {
    width: 230px;
    margin-bottom: 10px;
    padding-right: 30px;
    float:left;
}

#logo { 
    width: 430px; 
    height: 55px;
    margin: 0px 0px 0px 20px;
    padding: 20px 0px;
    display: block;
    float: left;
    position: relative;
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: center;
    z-index: 2;
}

#logo a{
    display: block;     
    width: 230px; 
    height: 50px; 
    background: none;
    font-size: 30px!important; 
    vertical-align: middle; 
    cursor: pointer
}

#logo h1 {  
    padding: 0px;
    margin: 0px;
    display: block; 
    position: relative;
    cursor: pointer
}

#logo h1 a { 
    font-size: 30px!important; 
    vertical-align: middle; 
    position: relative; 
    color: #fff; 
    display: block; 
    cursor: pointer
}

#logo-description p { padding: 0px 0 15px; color: #A1A3A6; }

#general-button { 
	margin: 15px 0 48px;
	display: block;
}

#general-button a { 
	margin: 0 5px 0 0;
}

#slider-midle {
	padding-bottom: 20px;
	height: 358px;
	position:relative;
	float:right;
	display: block
}

#yc_google_map {
	margin-top:10px;
	padding-bottom:10px;
	width: 960px;
	border-bottom: 1px solid #EBEBEF;
	
}

#head-layout{
    width: 100%;
    border-top-color: #232323;
    border-top-style: solid;
    border-top-width: 0px
    
}

#header-socials, #footer-socials {
    float: right;
    margin: 2px 20px 0px 0px;
    padding: 0px
}

#footer-socials {
		background: #fff;
		clear: both;
		float: none;
		margin: 0;
		padding: 20px;
		height: 44px;
}

#header-socials li, #footer-socials li {
    float: left;
    list-style: none;
    margin: 0px;
    padding: 0px;
    height: 27px
}

#header-socials li a, #footer-socials li a {
		color: #555;
    float: left;
    list-style: none;
    margin: -5px 0px 0px 0px;
    padding: 0px;
    width: 37px;
    height: 45px;
}

#header-socials li.rss a, #footer-socials li.rss a { background: url(images/rss-generator.png) no-repeat right }

#header-socials li.soc_phone {
	font-size: 30px;
	padding: 10px 10px 0 0;
}

#header-socials li.soc_facebook a, #footer-socials li.soc_facebook a {  background: url(images/social/facebook-black.png) no-repeat right }
#header-socials li.soc_twitter a, #footer-socials li.soc_twitter a {  background: url(images/social/twitter-black.png) no-repeat right }
#header-socials li.soc_flickr a, #footer-socials li.soc_flickr a {  background: url(images/social/flickr-black.png) no-repeat right }
#header-socials li.soc_vimeo a, #footer-socials li.soc_vimeo a {  background: url(images/social/vimeo-black.png) no-repeat right }
#header-socials li.soc_youtube a, #footer-socials li.soc_youtube a {  background: url(images/social/youtube-black.png) no-repeat right }
#header-socials li.soc_linkedin a, #footer-socials li.soc_linkedin a {  background: url(images/social/linkedin-black.png) no-repeat right }
#header-socials li.soc_googleplus a, #footer-socials li.soc_googleplus a {  background: url(images/social/googleplus-black.png) no-repeat right }
#header-socials li.soc_dribbble a, #footer-socials li.soc_dribbble a {  background: url(images/social/dribbble-black.png) no-repeat right }
#header-socials li.soc_tumblr a, #footer-socials li.soc_tumblr a {  background: url(images/social/tumblr-black.png) no-repeat right }
#header-socials li.soc_skype a, #footer-socials li.soc_skype a {  background: url(images/social/skype-black.png) no-repeat right }
#header-socials li.soc_delicious a, #footer-socials li.soc_delicious a {  background: url(images/social/delicious-black.png) no-repeat right }
#header-socials li.soc_digg a, #footer-socials li.soc_digg a {  background: url(images/social/digg-black.png) no-repeat right }
#header-socials li.soc_email a, #footer-socials li.soc_email a {  background: url(images/social/email-black.png) no-repeat right }
#header-socials li.soc_rss a, #footer-socials li.soc_rss a {  background: url(images/social/rss-black.png) no-repeat right }

#footer-socials li a.scroll.top {
	font-size: 15px;
	width: 100px;
	padding: 7px 15px 15px;
}

img#img-from-url{
	margin-bottom:20px;
}

#slider-image-shadow{
	width: 960px;
	margin: 0 auto;
}

#post-slider-frame{
	margin-top: -10px;
	margin-left: -20px;
	width: 960px;
	padding-bottom: 10px;
	border-bottom: 1px solid #EBEBEF;
	display: inline-block;
	
}

.slider-ul{
	position: relative;
	width: 960px;
	margin: 0px; 
	padding: 0px;
	z-index: 1;
	display: block;
	list-style: none;
}

.slider-ul-single{
	position: relative;
	width: 670px;
	margin: 0px; 
	padding: 0px;
	display: block;
	list-style: none;
}

.slider-ul-single li{
	padding: 0px;
}

.slider-ul li {
line-height: 0;
	margin: 0px; 
	padding: 0px;
}
.slider-ul li img {
	line-height: 0;
	margin: 0px; 
	padding: 0px;
}

#title-layout{ 
    width: 100%;
}

.title-frame-top { 
    width: 960px;
    margin:0 auto;
}

#title-left {
	padding-bottom:20px;
}

#title-left h1 {
	font-size: 22px!important;
}

#title-line_yc {
	height: 10px;
	margin-left: -20px;
	width: 960px;
	border-bottom: 1px solid #EBEBEF
}

#header-title {  
    margin-top: -20px;
    width: 960px;
    margin-left: -20px;
}

#title-fix { margin-top: -30px; }

#header-title #title-left {
	padding: 25px 30px 25px 20px;
	float:left;
	background: url(images/black-opacity.png) repeat;
	max-width: 410px;
	margin: 0px;
}

#header-title #title-left p {
	color: #dcdcdc!important;
	padding: 13px 0px 0px;
}

#title-left p {
	padding: 5px 0px 0px;
}


#header-title #title-left h1{
	color: #f8f8f8;
}

#header-title h1 { 
    padding: 0;
    line-height: 1em;
    margin: 0px!important;
}

.light-style-theme #header-title #title-left h1{
	color: #f8f8f8!important;
}

#header-title.float-right a {
    font-size: 16px!important; 
    line-height: 1.3em;
    padding: 5px 0px 5px 0px;
    color: #2a313a;
}

#header-title.float-right a:hover {
    color: gray
}

#header-subtitle h1, 
#header-subtitle h2, 
#header-subtitle h3, 
#header-subtitle h4, 
#header-subtitle h5, 
#header-subtitle h6 { 
    padding: 0; 
    color: #444444; 
    margin: 0
}

#title-left h1 {
    margin: 0px; 
}

#title-left-2 {
    text-align: left;
    width: 960px;
    padding: 25px 0 15px 0; 
}

#title-left h1, .title-left-portfolio h1 {
    line-height: 1
}



#title-left-home { 
	width: 960px;
	padding: 38px 0px 18px 0px; 
	text-align: center
}

#title-left-home h1{ font-size:26px!important; line-height: 1.3em; }

#title-left-portfolio {
	text-align: left;
	width: 880px;
	padding: 35px 80px 35px 0;
	border-top: solid 1px #ebebef;
    position: absolute;
    z-index: 1
}

#title-right-portfolio {
    padding: 35px 0 15px 360px;
    width: 600px;
    height: 26px;
    position: relative;
    z-index: 3
}

#title-right-portfolio fieldset { float: right }

#title-left-single {
	text-align: left;
	width: 880px;
	padding: 30px 80px 30px 0;
	border-top: solid 1px #ebebef;
    position: absolute;
}

#title-right-single {
    padding: 38px 0 15px;
    width: 80px;
    position: absolute;
}

#title-right-single a {
	float:left;
	margin:0px 5px 0px 0px;
}

#title-right-single a div {
	padding:0px 0px 0px 0px!important;
}

#title-button:hover {
    background-color: #3288e4;
    color: #fff
}

#title-right{ 
    float: right; 
    width: 245px
}

#portfolio-title-fix {
	height: 90px;
}

#edit-link {
    position: absolute;
    margin-top: 5px
}

#edit-link a {
    font-size: 10px; 
    color: white;
    background: none
}

/* MENU */
.top-menu {float: right;}

.top-menu { margin: 15px 20px 15px 0px; }

.top-menu li {
	float:left;
	padding: 0px 10px 0px 10px;
	border-right: 1px silver solid;
}

.top-menu li:last-child {
	float:left;
	padding: 0px 0px 0px 10px;
	border-right: 0px silver solid;
}

.bottom-menu {float: right;}

.bottom-menu { margin: 7px 0px 15px 0px; }

.bottom-menu li {
	float:left;
	padding: 0px 10px 0px 10px;
	border-right: 1px silver solid;
}

.bottom-menu li:last-child {
	float:left;
	padding: 0px 0px 0px 10px;
	border-right: 0px silver solid!important;
}


.nav ul li.current-cat > a, 
.nav ul li.current_page_item > a, 
.nav ul li.current-menu-item > a,
.nav ul li a:hover,
.nav ul li.current-menu-ancestor > a,
.page-id-260 .nav ul li.menu-item-25 > a,
.page-id-275 .nav ul li.menu-item-25 > a,
.page-id-262 .nav ul li.menu-item-25 > a {
	color: #222!important;
	border-top:1px solid #222;
	border-bottom:1px solid #222;
	margin-top: -1px;
	margin-bottom: -1px;
	padding:30px 15px 30px 15px;
}

.nav ul li li a:hover {
	color: #444444!important;
	border-top:0px solid #EFEFEF;
	border-bottom:1px solid #EFEFEF;
	margin-top: -1px;
	margin-bottom: -1px;
	background: #EFEFEF; 
	padding:30px 15px 30px 15px;
}

.nav ul ul li.current-cat > a, 
.nav ul ul li.current_page_item > a, 
.nav ul ul li.current-menu-item > a,
.nav ul ul li.current-menu-ancestor > a {
	color: #444444;
	border-top:0px solid #EFEFEF;
	border-bottom:1px solid #EFEFEF!important;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background: #EFEFEF; 
	padding:9px 15px 9px 15px;
}

.nav ul ul ul li.current-cat > a, 
.nav ul ul ul li.current_page_item > a, 
.nav ul ul ul li.current-menu-item > a,
.nav ul ul ul li.current-menu-ancestor > a {
	color: #444444!important;
	border-top:0px solid #EFEFEF;
	border-bottom:0px solid #EFEFEF!important;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background: #EFEFEF ;
	padding:9px 15px 9px 15px;
}

.nav ul ul li a:hover {
	color: #444;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border-bottom: solid 0px #EFEFEF!important;
	background: #EFEFEF 
	border-top: 0px solid;
	background: #EFEFEF; 
	padding:9px 15px 9px 15px;
}

.nav {
    margin: 0px 0px 0px 0px; 
    padding: 0px 20px; 
    color: #fff; 
    z-index: 1000; 
    border-top: 1px solid #ebebef;
    border-bottom: 1px solid #ebebef;
}

.sf-menu, .sf-menu * {
	z-index: 99;
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	visibility: hidden;
	position:		absolute;
	background:  #333;
	border-top: 0px;
	margin-top:43px;
	width:			10em; /* left offset of submenus need to match (see below) */
}

.sf-menu ul ul { margin-top: 0px; }
.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 {
	color: #bbb;
	font-weight: bold;
	font-size:13px;
	font-family: "Arial";
	float:left; 
	text-decoration:none; 
	padding:30px 15px 30px 15px;
	margin: 0px 5px 0px 0px;
	display:		block;
	position:		relative;
}

.nav .sf-menu ul li a {
	color: white!important;
	font-size:12px;
	font-family: "Arial";
	float:left; 
	font-weight: 400;
	border-top: solid 0px #222!important; 
	border-bottom: solid 1px #222; 
	text-decoration:none; 
	padding:9px 15px 9px 15px;
	margin: 0px 0px 0px 0px!important;
	display:		block;
	position:		relative;
}

.sf-menu li a strong {color:#444444; display:block;  font-size:13px;  font-weight: bold; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;}
.sf-menu li a span {display:block; font-size:12px; text-transform:lowercase;  line-height:12px; padding-top:6px; }

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* 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;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
}
.sf-menu a {
	text-decoration:none;
}
.sf-menu li {
}
.sf-menu li li {
}
.sf-menu li li li {
}

.light-style-theme .left-content a, .light-style-theme .post-box a, .light-style-theme #full-page a, #right-sidebar .cat-post-item a {
	font-weight: bold;
	color: #004c63!important;
}
.light-style-theme .left-content a:hover, .light-style-theme .post-box a:hover, .sf-menu li:hover a strong, .sf-menu li.sfHover a strong, .light-style-theme #full-page a:hover, #right-sidebar .cat-post-item a:hover {
	color: #fa3500!important;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
}
.light-style-theme .ngg-gallery-thumbnail img:hover {
	background: #c77b25;
	box-shadow: 3px 3px 5px #888;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	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: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.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: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	padding: 0px 0px 0px 0px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

.sf-menu span {float:left; text-decoration:none; }
#info {
    width: 180px; 
    opacity: 1.0  
}  

#info li {
    width: 200px; 
    border-top: none;
    padding: 0px 10px; 
    text-align: left
}

#menu-search {
    float: right;
    width: 40px;
    height: 40px;
    margin-right:20px;
    border-left: solid 1px #e7e7e7;
    overflow: hidden
}

#menu-search-button {
    float: right;
    cursor: pointer; 
    border: 0;  
    background: url(images/growing/search-icon.png) no-repeat center;
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 2
}

#menu-search-input {
    display: none;
    width: 150px;
    height: 30px;
    float: left;
    border: 0;
    padding: 5px 10px 5px 10px; 
    background: none; 
    color: #434343;
    font-size: 12px;
    z-index: 1;
    position: absolute
}


/*-----------------------------------------------------------------------------------*/
/*  3.  Navigation
/*-----------------------------------------------------------------------------------*/

#footer_menu div ul li a{ padding: 0 }

/* BREADCRUMB */

#title_left { 
    width: 600px; 
    float: left 
}

#breadcrumb-style { 
    padding: 10px 0px 0px 0; 
}

#breadcrumb-style a, 
#breadcrumb-style span, 
#breadcrumb-style p { 
    padding: 0px;
    margin: 0px;
    color: #787878;
    font-size: 11px;
}

#header-title #breadcrumb-style a, 
#header-title #breadcrumb-style span, 
#header-title #breadcrumb-style p { 
    padding: 0px;
    margin: 0px;
    color: #DCDCDC!important;
}


.menu_categories {
    font-weight: 400; 
    padding: 10px 0 0 0; 
    margin: 0
}

#full-page-home div div ul { padding: 0 0 15px 0!important }

.menu_categories h3{
	margin-bottom: 20px;
}

.menu_categories ul, 
#full-page-home div div ul { 
	background: #f4f4f4;
  list-style: none; 
  margin: 5px 0px 15px 0px; 
  padding: 10px;
}

.menu_categories ul li{ 
    padding: 6px 0px 0px 18px; 
    font-size: 12px;
    margin: 0; 
    color: #444;  
    overflow: hidden;
    background: url(images/bullet.png) 0 9px no-repeat;
}

#right-sidebar .menu_categories ul li {
	border-bottom: 0!important;
}

.menu_categories ul li ul, 
#full-page div div ul li ul { 
    padding: 0px 0 0px 18px; 
    margin: 8px 0 0 0!important; 
    color: #999999;  
    overflow: hidden;
    border-top: 1px solid #ebebef
}

.menu_categories ul li ul li, 
#full-page-home div div ul li  ul li{ 
    padding: 8px 25px 8px 18px!important;  
    margin: 0; 
    color: #999999;  
    overflow: hidden;
    background: url(images/bullet.png) 0 9px no-repeat;
}

.menu_categories ul li ul li:last-child, 
#full-page-home div div ul li  ul li:last-child{ 
    overflow: hidden;
    padding: 8px 25px 0px 18px!important; 
    border-bottom: 0px solid #F3F3F3
}

.menu_categories ul li a, 
#full-page-home div div ul li a,
.menu_categories ul li ul li a, 
#full-page-home div div ul li ul li a {
    text-decoration: none; 
    background: none
}

.menu_categories ul li a:hover, 
#full-page-home div div ul li a:hover,
.menu_categories ul li ul li a:hover, 
#full-page-home div div ul li ul li a:hover { text-decoration: none }

.menu_categories ul li ul, 
#full-page-home div div ul li ul { 
    list-style: none; 
    padding-left: 0px; 
    padding-top: 0px; 
    margin: 0
}

.menu_categories ul li ul li, 
#full-page-home div div ul li ul li { 
    font-weight: 400; 
    color: #999999; 
    margin: 0; 
}

#full-page .post-box {
	float: left;
	width: 900px;
	margin: 0 20px 30px 0;
}

body.page-id-17 #full-page .post-box {
	width: 920px;
	margin: 0 0 30px 0;
}

#full-page .post-box h2 {
	padding-top: 20px;
}

body.page-id-17 #full-page .post-box h2 {
	height: auto;
}

#full-page .post-box img { 
	max-width: 280px;
}

#full-page .post-box table th {
	font-weight: bold;
	text-align: left;
}

table th, table td {
	padding-right: 10px;
}

.start-next-line {
	clear: both;
}

#turf_calculator {
	float: left;
	width: 920px;
	padding-bottom: 40px;
}
#turf_calculator img {
	margin-right: 20px;
}
#turf_calculator img, #turf_calculator dl {
	float: left;
}
#turf_calculator dl input { 
	width: 10px;
}
#turf_calculator div.sub-total {
	clear: both;
}
#turf_calculator div.sub-total p {
	margin-left: 143px;
}
#turf_calculator fieldset.submit p, #get_quote fieldset.submit p {
	margin-left: 130px;
}
#turf_calculator fieldset {
	float: left;
	width: 440px;
	margin-right: 20px;
}
#turf_calculator fieldset.submit {
	border-top: 1px solid #ebebef!important;
	width: 920px;
}
#turf_calculator fieldset.submit input, 
#get_quote fieldset.submit input,
.light-style-theme .left-content input.wpcf7-submit {
	background: #004c63;
	color: #fff;
}
#turf_calculator fieldset.submit input:hover, 
#get_quote fieldset.submit input:hover,
.light-style-theme .left-content input.wpcf7-submit:hover {
	background: #fa3500;
}
#get_quote fieldset.submit input {
	font-size: 30px;
	padding: 20px;
}

/*-----------------------------------------------------------------------------------*/
/*  4.  Typography
/*-----------------------------------------------------------------------------------*/

.button-shortcode {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	color: white!important;
	font: 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	line-height: 1;
	padding: 8px 12px 9px 12px;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-right: 10px;
	text-align: center;
	display: inline-block;
	
}

.button-shortcode:hover { 
	opacity: 0.8;
	color: white;
}


/*BUTTONS*/

.pricing-table .button-shortcode { margin: 0px; }

#content .read-more-link, 
#content #contact_form_holder_2 form #send_message, 
#content .form-submit input, 
#content .reply_link a,
#content .wpcf7-submit,
#content #pwbox-145,
#content #general-button a.grey-button-color,
#content .big-button {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	font: 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	line-height: 1;
	padding: 8px 12px 9px 12px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right: 10px;
	text-align: center;
	display: inline-block;
	border: 1px solid #CECECE!important;
	color: #fff;
	border-bottom: 1px solid #ACACAC!important;
	-webkit-box-shadow: inset 0 1px 0 0 #fff;
	-moz-box-shadow: inset 0 1px 0 0 #fff;
	box-shadow: inset 0 1px 0 0 #fff;
	text-shadow: 0 1px 1px white;
	border-top: 1px solid #EFEFEF!important;
}

#content {
	position: relative;
}

body.home.page #banner {
	height: 423px;
}
#banner {
	height: 260px;
}
#banner img.attachment-full {
	position: absolute;
	left: 0;
}
#banner div.text {
	background: rgba(199,123,37,0.9); 
	position: absolute;
	right: 0;
	width: 300px;
	padding: 10px 15px;
}
#banner div.text p {
	color: #fff!important;
	font-size: 20px;
	font-weight: bold;
}
#banner div.text strong {
	background: #ff8e0f;
	font-size: 25px;
	padding: 3px 30px;
}

.wpcf7-submit { margin: 0px }

#general-button a {
    padding: 8px 14px 9px;
}

#contact_form_holder_2 form #send_message:hover, 
.form-submit input:hover,
.reply_link a:hover,
.search_submit3:hover,
.big-button:hover { opacity: 0.9; color: #888 }

.wpcf7-submit:hover { opacity: 0.9; }



#general-button a.red-button-color {
    background-image: url(images/button-bg-alus.png);
    background-color: #d11e00;
    background-repeat: repeat-x;
    padding: 6px 14px 7px;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: solid 1px #9f1700;
	-webkit-box-shadow: 0px 1px 2px 0px #c6c6c6;
	-moz-box-shadow: 0px 1px 2px 0px #c6c6c6;
	box-shadow: 0px 1px 2px 0px #c6c6c6;
	font-size: 13px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

#general-button a.red-button-color:hover { opacity: 0.9 }


/* FORM */

.comment-input input, 
#contact_form_holder_2 form input,
.wpcf7-text {
    width: 250px; 
    padding: 5px 5px; 
    margin: 5px 10px 0px 0px; 
}

.comment-textarea textarea, 
#contact_form_holder_2 form textarea,
.wpcf7-form-control-wrap textarea {
    width: 448px;
    padding: 10px 10px; 
    margin: 5px 0 0px 0
}

.wpcf7-form {
}
#ver-img { padding: 5px 0px 0px 10px; height: 30px; position: absolute }


/* TEXT & LINK & OTHER */

hr {
    width: 100%;
    border-left: #d4d4d4 0px solid; 
    border-right: #d4d4d4 0px solid; 
    border-top: #ffffff 1px solid; 
    border-bottom: #d6dddf 1px  solid; 
    clear: both; 
    margin: 20px 0 20px 0; 
    padding: 0
}

pre {
	border: #CCC 1px dotted;
	padding: 20px;
	font-size: 12px;
	color: #999;
	margin: 5px 30px 15px 30px;
	height: 100%;
	line-height: 1.7;
	border-image: initial;
}

blockquote.right { 
    float: right; 
    margin: 10px 0px 5px 20px; 
    width: 220px 
}

blockquote.left { 
    margin: 10px 20px 5px 0px;
    width: 220px; 
    float:left 
}

blockquote p {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 16px !important;
    line-height: 24px !important;
    font-style: italic;
    padding: 0
}

blockquote {
    quotes: none;
    background: url(images/quote.png) no-repeat;
    padding: 0 10px 0 30px !important;
    font-family: Times New Roman, Times, Serif;
    margin: 5px 0 15px 0;
    font-size: 16px !important;
    line-height: 24px !important
}


/* UL & OL */

ul { 
    margin: 0px 0px 15px 30px; 
}

ul li { padding: 5px 0px 5px 0px }

ol { margin:0px 0px 15px 30px }

ol li { padding:5px 0 5px 0 }


/* IMAGES */

.alignright {
    float: right; 
    margin-left: 20px; 
    margin-bottom: 10px; 
    margin-top: 10px
}

.alignleft{
    float: left; 
    margin-right: 20px; 
    margin-bottom: 10px; 
    margin-top: 10px
}


/*-----------------------------------------------------------------------------------*/
/*  5.  Home Page
/*-----------------------------------------------------------------------------------*/

.homepage-right-text-frame{
	float:right;
	width:250px;
	text-align: right;
	margin-top: 10px;
}

.homepage-left-text-frame{
	float:left;
	width:710px;
	margin-top: 10px;
}

.homepage-right-text-frame h2{
	font-style: italic;
	margin-top: 20px;
	line-height: 1.3em
}

.homepage-right-text-frame p{
	color: #A1A3A6;
	font-size: 13px;
	padding: 0;
	margin: -5px 0 0 0;
}

#portfolio-homepage-description {
	margin: 15px 0 15px;
}

#homepage-content-top-fix { margin-top: 50px }

.homepage-blog-posts {
	margin: 0;
	width: 960px;
	padding: 0;
	list-style: none;
	clear: both
}


.homepage-blog-post+.homepage-blog-post+.homepage-blog-post+.homepage-blog-post { padding: 0px!important }

.homepage-blog-post {
	float: left;
	width: 210px;
	padding: 0 40px 10px 0
}

.homepage-blog-post-meta {
	padding: 5px 0 5px 0
}

.homepage-blog-post-meta,
.homepage-blog-post-meta a { 
	font-weight: normal!important;
	color: #A1A3A6;
}

.homepage-blog-post a {
	height: 17px;
	font-weight: bold;
	margin: 4px 0px 0px;
}

.video-homepage {
	margin: 30px 0px -30px -30px;
}

.video-button { cursor: pointer }

.video-button:hover { opacity: 0.9 }

.icon-homepagea-1 {
    padding: 5px 15px 5px 0px
}

ul.home-page-posts-portfolio{ 
    margin: 0px 0 0 0; 
    float:right;
    width: 700px;
    padding: 0px 0 0 0; 
    list-style: none
}

ul.home-ul-port{ 
    margin: 10px 26px 0px 0; 
    float:left;
    width: 210px!important;
    padding: 0px 0 0 0; 
    list-style: none;
    position: relative;
    display: block;
	max-height: 241px;
}
ul.home-ul-port-last{ 
    margin: 10px 0 0 0; 
    float:left;
    width: 210px!important;
    padding: 0px 0px 0 0; 
    list-style: none
}

ul.home-page-posts-portfolio li,.home-ul-port li,ul.home-ul-port-last li {
    float: left;
    width: 202.5px;
    padding: 0
}

ul.home-ul-port li:last-child { margin-right: 0px }

.home-page-posts-portfolio-frame.portfolio_home_column_3 { margin-right: 0px!important }

ul.home-page-posts-portfolio li .home-page-post-portfolio-link { padding: 0px 15px 10px 0px }

ul.home-page-posts-portfolio li .home-page-post-portfolio-link a { 
    color: #000;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
}

ul.home-page-posts-portfolio li .home-page-post-portfolio-link a:hover { color: #555555!important }

ul.home-page-posts-portfolio li .home-page-post-portfolio-link p { margin: 10px 0 10px; }

/*-----------------------------------------------------------------------------------*/
/*  6.1.  Contact Page
/*-----------------------------------------------------------------------------------*/

.contact-page-info {
	width: 250px;
	padding-right: 30px;
	float: left;
}

.contact-page-form {
	display: inline-block;
	margin-top: -5px;
}

.contact-space-line {
	border-bottom: 1px solid #EBEBEF;
	margin:15px 0px 25px -20px;
	width: 960px;
}



/*-----------------------------------------------------------------------------------*/
/*  6.  Footer
/*-----------------------------------------------------------------------------------*/

#sub-footer {
	background: #222;
	padding: 10px 20px 10px 20px;
}

#footer {
    position: relative; 
    width: 920px;
    padding: 15px 20px 15px 20px;
    background: #222;
    border-bottom: 1px solid #333;
}

#footer .widget_span { 
	color: #fff;  
	padding: 15px 0px 10px 0px;
	margin: 0px;
}

#footer-left { width: 500px; }

#footer-right { width: 420px, text-align: right }

.footer-padding { padding-bottom: 10px }

#footer-left ul {
	list-style: none;
	margin: 0;
}
#footer-left ul li {
	float: left;
	margin-right: 10px;
	padding: 0;
}

/* MIDLE FOOTER */

#footer_columns_midle{
	padding: 0px 0 0px 0;
	
}

#footer-logos {
	background: center no-repeat;
	text-align: center;
	border-bottom: 1px solid #333;
	height: 100px;
	margin-bottom: 10px;
	margin: -15px -20px 10px -20px;
}

#sub-footer p { color: #7F7F7F; }
#sub-footer a { color: #7F7F7F; }
#sub-footer .bottom-menu li { border-right: 1px solid #333; }

.menu-item { list-style: none!important;}

#footer p, 
#footer p, 
#footer div p, 
#footer div div p span, 
#footer, 
#footer div, 
#footer div div p {
    font-size: 12px;
    color: #7F7F7F;
}

.footer_widget_midle .link { margin: 0 }

.footer_widget_midle { margin-bottom: 0 }

.footer_widget_midle h1, 
.footer_widget_midle h2, 
.footer_widget_midle h3, 
.footer_widget_midle h4, 
.footer_widget_midle h5, 
.footer_widget_midle h6,
.footer_widget_midle div h1, 
.footer_widget_midle div h2, 
.footer_widget_midle div h3, 
.footer_widge_midlet div h4, 
.footer_widget_midle div h5, 
.footer_widget_midle div h6 {
    color: #000;
    padding: 0px 0 10px 0;
    margin: 0
}

.footer_widget_midle h2, 
.footer_widget_midle div h2, 
.footer_widget_midle div div h2 {
    font-size: 16px!important;
}

.footer_widget_midle ul,
.footer_widget_midle div ul, 
.footer_widget_midle div div ul {
    list-style: none;
    margin: 0px 0 15px 0;
    padding: 0;
}

.footer_widget_midle ul li, 
.footer_widget_midle div ul li, 
.footer_widget_midle div div ul li{
    padding: 7px 0 7px 0px;
    border-bottom-color: #333;
    border-bottom-style: solid;
    border-bottom-width: 1px
}

.footer_widget_midle ul li ul, 
.footer_widget_midle div ul li ul, 
.footer_widget_midle div div ul li ul { display: none }

.footer_widget_midle a, 
.footer_widget_midle div a, 
.footer_widget_midle div div a {
    font-size: 12px;
    color: #7F7F7F;
}

.footer_widget_midle a:hover, 
.footer_widget_midle div a:hover, 
.footer_widget_midle div div a:hover {  }

.footer_widget_midle table, .footer_widget_midle th, .footer_widget_midle td { color:#7b7d80 }

.footer_widget_midle caption, .footer_widget_midle div caption { color:#7b7d80 }


/* SUB FOOTER */

#sub_footer {
    width: 100%;
    padding: 0 0 0px 0
}

.line-sub-footer { 
    height: 1px;
    border-bottom-color: #e1e1e1;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    position: relative; 
    margin-bottom: 10px
}

#sub_footer div div, 
#footer_twitter ul li span { 
    font-size: 11px;
}

#footer_social{
    float: right;
    text-align: right
}

#footer_social img { padding: 0 0px 0 5px }

#footer_menu ul {
    float: right;
    list-style: none;
    margin: 0;
    padding: 0px 0 10px 0
}

#footer_menu ul li {
    float: left;
    margin: 0 0px 0 10px;
    padding: 0;
    border: 0
}

#menu-footer-menu ul li a { padding: 0 }

#footer_menu ul li a, 
#footer_twitter ul li a, 
#sub_footer div div a {
    font-size: 11px;
    font-weight: normal;
}

#footer_menu ul li a:hover, 
#footer_twitter ul li a:hover, 
#sub_footer div div a:hover,
#footer_menu ul li:hover { 
    background-color: transparent!important 
}

#footer_menu ul li ul { display: none }

#footer_twitter ul {
    background: url(images/bird.png) no-repeat 0 -10px;
    list-style: none;
    margin: 0;
    padding: 0 0px 0 40px;
}

.linkcat{ list-style: none; }


/* FOOTER CONTACT FORM */

#contact_form_holder form input {
    width: 60%; 
    border: solid 1px #d8d8d8;
    border-bottom: rgba(50, 50, 50, .3) 1px solid; 
    border-right: rgba(50, 50, 50, .3) 1px solid; 
    padding: 6px 3% 6px 3%; 
    margin: 0px 0 10px 0; 
    background: url(images/input-bg.jpg) repeat; 
    color: #c4c4c4; 
    font-size: 11px
}

#contact_form_holder form textarea {
    width: 96%; 
    padding: 6px 2% 6px 2%; 
    margin: 0px 0px 5px 0px; 
    border: solid 1px #d8d8d8;
    border-bottom: rgba(50, 50, 50, .3) 1px solid; 
    border-right: rgba(50, 50, 50, .3) 1px solid; 
    background: url(images/textarea-bg.jpg) repeat-x top #fbfbfb; 
    color: #c4c4c4;
    font-size: 11px
}

#contact_form_holder form #send_message { 
    width: 70px; 
    background: url(images/read-more-link-bg.jpg) repeat-x bottom;
    font-size: 10px;
    color: #555555;
    border: solid 1px #d8d8d8;
    padding: 6px 10px;
    -moz-border-radius: 5px; border-radius: 5px;
    border-bottom: #d5d5d5  1px solid; 
    border-right: #d5d5d5  1px solid; 
    cursor: pointer
}

#contact_form_holder form #send_message:hover { background:url(images/read-more-link-bg-hover.jpg) repeat-x bottom }


/*-----------------------------------------------------------------------------------*/
/*  7.  Blog & Single
/*-----------------------------------------------------------------------------------*/

.post-100-thumb {
	float:left;
	padding-right: 20px;
}

#single-content { margin: 25px 0 25px 0; }

.blog-slide-class {
	margin: 10px 0px -28px 0px;
    padding: 0;
    list-style: none
}

*+html .blog-slide-class2 {
	margin: 0px 0px 0px 0px;
    padding: 0;
    list-style: none
}

.blog-slide-class2 {
	margin: 0px 0px 0px 0px;
    padding: 0;
    list-style: none
}

*+html .blog-slide-class {
	margin: 10px 0px -23px 0px;
    padding: 0;
    list-style: none
}

.blog-slide-class li {
    margin: 0;
    padding: 0;
    overflow: hidden 
}

.blog-slide-class li a {
    padding: 0;
    margin: 0;
    line-height: 0
}

.blog-slide-class li img {
    margin: 0;
    padding: 0;
    overflow: hidden; 
    position: relative;
    z-index: 2
}

.slider-top-space { height: 10px }

#slider-nav{
	background: url(images/slider-bg.png) no-repeat;
	width: 700px;
	height: 38px;
}

#circle-slider-frame{
	width: 700px;
	height: 320px;
	display: block;
}

.circle-slider-frame ul{
	list-style: none;
}

.circle-up{
	position: absolute;
	z-index: 98;
}

.slider-click{
	width: 700px;
	height: 320px
}

.slider-click-ul{
	position: relative;
	z-index: 99;
}

#circle-html-1 li,
.slider-click-ul {
	width: 700px;
	height: 320px;
	padding: 0;
	margin: 0;
}
#circle-html-1 {
	padding: 0;
	margin: 0
}

#circle-html-1 h2 {
	margin-bottom:10px;
	font-size:26px!important
}

#circle-html-1 p {
	margin: 0px;
	padding: 0px;
	color: #A1A3A6;
}

.circle-nav-class {
    text-align: right;
    width: 86px;
    float:right;
    margin-top:9px;
    padding: 0;
    height: 25px;
    margin-right: 20px
}

.circle-nav-class-single {
    text-align: right;
    position: absolute;
    z-index: 99;
    padding: 0;
    margin-top: 20px;
    margin-left: 20px;
    height: 25px;
}

.circle-big {
	text-align: right;
    margin-top: -5px;
	width: 960px!important;
    padding: 0;
    height: 25px;
    margin-bottom: 10px;
	border-bottom: solid 0px #EFEFEF;
	padding-right:10px;
}

.single-big-img { width: 950px!important }

.circle-nav-class a {
	display: inline-block;
	background-color: #A1A3A6;
	cursor: pointer;
	color: white;
	font-size: 1px;
	text-decoration: none;
	width: 4px;
	height: 4px;
	margin: 5px 0px 0 6px;
	padding: 0;
	text-align: center;
	border-radius: 4px 4px;
	-moz-border-radius: 4px 4px;
	-webkit-border-radius: 4px 4px;
}

.circle-nav-class-single a {
	display: block;
	margin-left: 1px;
	width: 51px !important;
	height: 10px;
	background-color: #fff;
	color: #fff!important;
	text-indent: -9999px;
	border: 0;
	float: left;
	border-image: initial;
}
.circle-nav-class-single a.activeSlide {
	opacity: 0.8
}

#single-slider .single-blog-nav {
	margin-top: -200px;
	position: absolute;
	z-index: 999;
}

#single-slider .single-blog-nav {
	margin-top: -200px;
	position: absolute;
	z-index: 999;
}



#next2 {
    background: black url(images/yc_arrows.png) no-repeat 6px 7px;
	opacity: 1;
	height: 22px;
	width: 22px;
	margin: 113px 0px 0px 960px;
	float: left;
	cursor: pointer;
	position: absolute;
	-webkit-box-shadow: 8px 0px 7px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 8px 0px 7px rgba(0, 0, 0, 0.2);
	box-shadow: 8px 0px 7px rgba(0, 0, 0, 0.2);
}

#prev2 {
	background: black url(images/yc_arrows.png) no-repeat 6px -17px;
	opacity: 1;
	height: 22px;
	width: 22px;
	margin: 113px 0px 0px -22px;
	float: left;
	cursor: pointer;
	position: absolute;
	-webkit-box-shadow: -8px 0px 7px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: -8px 0px 7px rgba(0, 0, 0, 0.2);
	box-shadow: -8px 0px 7px rgba(0, 0, 0, 0.2)
}

.single-blog-nav2 #prev2 {
	margin: 113px 0px 0px -42px;
}

.single-blog-nav2 #next2 {
	margin: 113px 0px 0px 940px;
}

#single-slider #next2 {
	margin: 3px 0px 0px 940px;
}

#single-slider #prev2 {
	margin: 3px 0px 0px -42px;
}

#prev2:hover,
#next2:hover { opacity: 0.9 }

#next2-post {
     background: url(images/right-arrow-slider.png) no-repeat center;
     opacity: 1;
     height: 20px;
     width: 10px;
     bottom: 20px;
     margin-top:3px;
     float:left;
     cursor: pointer;
}

#prev2-post {
     background: url(images/left-arrow-slider.png) no-repeat center;
     opacity: 1;
     height: 20px;
     margin-top:3px;
     width: 10px;
     margin-left: 10px;
     margin-right: 2px;
     bottom: 20px;
     cursor: pointer;
     float:left
}

#next2-portfolio {
	background: white url(images/arrow-rights.png) no-repeat center center;
	opacity: 1;
	height: 22px;
	width: 22px;
	margin: 100px 0px 0px 940px;
	float: left;
	cursor: pointer;
	position: absolute;
	-webkit-box-shadow: 8px 0px 7px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 8px 0px 7px rgba(0, 0, 0, 0.2);
	box-shadow: 8px 0px 7px rgba(0, 0, 0, 0.2);
}

#prev2-portfolio {
	background: white url(images/arrow-lefts.png) no-repeat center center;
	opacity: 1;
	height: 22px;
	width: 22px;
	margin: 100px 0px 0px -42px;
	float: left;
	cursor: pointer;
	position: absolute;
	-webkit-box-shadow: -8px 0px 7px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: -8px 0px 7px rgba(0, 0, 0, 0.2);
	box-shadow: -8px 0px 7px rgba(0, 0, 0, 0.2)
}

#single-button-right {
	background: white url(images/arrow-rights.png) no-repeat center center;
	opacity: 1;
	height: 22px;
	width: 22px;
	margin: 3px 0px 0px 940px;
	float: left;
	cursor: pointer;
	position: absolute;
	-webkit-box-shadow: 8px 0px 7px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 8px 0px 7px rgba(0, 0, 0, 0.2);
	box-shadow: 8px 0px 7px rgba(0, 0, 0, 0.2);
}

#single-button-left {
	background: white url(images/arrow-lefts.png) no-repeat center center;
	opacity: 1;
	height: 22px;
	width: 22px;
	margin: 3px 0px 0px -42px;
	float: left;
	cursor: pointer;
	position: absolute;
	-webkit-box-shadow: -8px 0px 7px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: -8px 0px 7px rgba(0, 0, 0, 0.2);
	box-shadow: -8px 0px 7px rgba(0, 0, 0, 0.2)
}


#header-title #single-button-right {
	background: white url(images/arrow-rights.png) no-repeat center center;
	opacity: 1;
	height: 22px;
	width: 22px;
	margin: 40px 0px 0px 960px;
	float: left;
	cursor: pointer;
	position: absolute;
	-webkit-box-shadow: 8px 0px 7px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 8px 0px 7px rgba(0, 0, 0, 0.2);
	box-shadow: 8px 0px 7px rgba(0, 0, 0, 0.2);
}

#header-title #single-button-left {
	background: white url(images/arrow-lefts.png) no-repeat center center;
	opacity: 1;
	height: 22px;
	width: 22px;
	margin: 40px 0px 0px -22px;
	float: left;
	cursor: pointer;
	position: absolute;
	-webkit-box-shadow: -8px 0px 7px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: -8px 0px 7px rgba(0, 0, 0, 0.2);
	box-shadow: -8px 0px 7px rgba(0, 0, 0, 0.2)
}




.circle-nav-class a:hover {
    background-color: #bdbdbd!important;
    color: #bdbdbd!important;
	text-decoration: none
 }
 
.circle-nav-class a.activeSlide {
    background-color: #bdbdbd!important;
    color: #bdbdbd!important
}

.blog-slide-class li a.portfolio-hover-link {
    position: absolute;
    width: 650px;
    height: 200px;
    opacity: 0.8;
    background: url(images/plus_in.png) no-repeat center #fff;
    z-index: 5
}

.blog-slide-class li a.portfolio-hover-lightbox {
    position: absolute;
    width: 650px;
    height: 200px;
    opacity: 0.8;
    background: url(images/zoom_in.png) no-repeat center #fff;
    z-index: 5
}


/* DATE */

.data-frame {
    float: right;
    margin-left: 20px;
    padding-top: 5px
}

.data-d {
    float: left;
    font-size: 31px;
    padding-right: 5px;
    text-align: right;
    height: 31px;
    width: 40px;
    line-height: 1em;
    color: silver
}

.data-m-j {
    float: right;
    height: 31px;
    margin-top: 0px;
    padding-left: 5px;
    top: 0;
    border-left: #e0e0e0 solid 1px
}

.data-m {
    font-weight: bold;
    line-height: 1.1em;
    color: silver
}

.data-j { color: silver }


/* COMENT */

.reply {
	margin-top: -10px;
}

.comment_link {  
    padding: 9px 0px 0 15px;  
    height: 39px; 
    width: 33px; 
    display: block;
    float: right; 
    margin-top: -5px;
    margin-bottom: 0px    
}

.form-submit #submit {
	margin: 0px;
}


/* POST ON */

.blog-left-content {
	float: left;
	width: 550px;
	padding: 0px 0 0px
}

.entry-conten {
	margin: 5px 0 0 0;
}

.entry-meta {
    margin: 0px 0px 0px 0px;
    border-top: 1px solid #EBEBEF;
	border-bottom: 1px solid #EBEBEF;
}

#single-content-div {
	margin: 0px 0 0px;
}

.post-slider-bottom { margin-bottom: 25px;}

.single-meta-frame {
    padding: 15px 0px 15px 10px;
    color: #828282;
    float: left;
}

.cat-links { 
	float: right;
	padding: 6px 10px;
	width: 550px;
}

.single-meta-frame .cat-links { 
	padding: 6px 10px;
	width: 650px;
	border-top: 1px solid #EBEBEF;
	border-bottom: 1px solid #EBEBEF;
}

.single-meta-frame-small-image {
	width: 420px;
    margin: 0px 0px 22px 185px; 
    padding: 5px 0px;
    color: #828282;
    font-size: 11px;
}

.entry-meta-small-image {
	width: 420px;
    margin: 0px 0px 22px 185px; 
    padding: 5px 0px;
    color: #828282;
    font-size: 11px;
}

.read-more-post a {
	float: left;
	width: 80px;
	padding: 6px 10px 6px;
	color: #888;
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
	margin: -1px 0px -1px;
	text-align: center;
}

.read-more-post a:hover { opacity: 0.85 }

.meta-date-blog,
.meta-category-blog,
.meta-author-blog,
.meta-tags-blog,
.meta-comment-blog {
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	color: #A1A3A6;
	text-align: right;
	float:right;
}

.meta-date-blog a,
.meta-category-blog a,
.meta-author-blog a,
.meta-tags-blog a,
.meta-comment-blog a{ color: #A1A3A6!important }

/*.meta-date-blog { background: url(images/meta-space.jpg) no-repeat right center; }

.meta-category-blog { background: url(images/meta-space.jpg) no-repeat right center; }

.meta-author-blog { background: url(images/meta-space.jpg) no-repeat right center; }

.meta-tags-blog { background: url(images/meta-space.jpg) no-repeat right center; }*/

/* TITLE */

.entry-title a {
    color: #888;
    background: none
}


/* POST THUMB */

.post-670-thumb img {
	border-bottom: 1px solid #EBEBEF;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

.blog-left-content-2 { width: 670px; }

.line-shadow-fix {
	height: 20px;
}

.homepage-div-left{
	float: left;
	width: 300px;
}

.homepage-div-right{
	text-align: right;
	float: right;
	width: 300px;
}

.homepage-link-text{
	margin: 6px 0 15px;
}

.homepage-link-text a{
	font-size: 13px;
	color: #df1f00
}

.home-page-posts-portfolio-frame {
	width: 210px!important;
	margin: 0px 40px 0px 0px;
	list-style: none;
	position: relative;
	float: left;
}

.recent-project-line {
	margin: 30px 0px 0px 0px;
	border-bottom: solid 1px #EBEBEF;
}

.recent-project-line .widget_span {
	background: white;
	float: left;
	padding: 0px 20px 0px 0px;
	margin:0px 0px -1px;
}

ul.portfolio-3-ul {
	margin: 0px;
	padding: 0px;
	width: 944px;
}

ul.portfolio-3-ul li{
	width: 293.33px!important;
	margin: 15px 20px 0px 0px;
	list-style: none;
	position: relative;
	float: left;
}

ul.portfolio-3-ul li.home-page-posts-portfolio-frame div .portfolio_hover {
	height: 200px!important;
	display: none;
}

ul.portfolio-3-ul .portfolio-lightbox-tirangle{
	position: absolute;
	width: 25px;
	height: 25px;
	top: 87px;
	left: 0px;
	background: white url(images/zoom-madza.jpg) no-repeat center;
	z-index: 9;
	display: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

ul.portfolio-3-ul .portfolio-link-tirangle{
	position: absolute;
	width: 25px;
	height: 25px;
	top: 87px;
	left: 268px;
	background: white url(images/open-madza.jpg) no-repeat center;
	z-index: 9;
	display: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}


ul.portfolio-2-ul {
	margin: 0px;
	padding: 0px;
	width: 944px;
}

ul.portfolio-2-ul li{
	width: 450px!important;
	margin: 15px 20px 0px 0px;
	list-style: none;
	position: relative;
	float: left;
}

ul.portfolio-2-ul li.home-page-posts-portfolio-frame div .portfolio_hover {
	height: 250px!important;
	display: none;
}

ul.portfolio-2-ul .portfolio-lightbox-tirangle{
	position: absolute;
	width: 25px;
	height: 25px;
	top: 115px;
	left: 0px;
	background: white url(images/zoom-madza.jpg) no-repeat center;
	z-index: 9;
	display: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

ul.portfolio-2-ul .portfolio-link-tirangle{
	position: absolute;
	width: 25px;
	height: 25px;
	top: 115px;
	left: 425px;
	background: white url(images/open-madza.jpg) no-repeat center;
	z-index: 9;
	display: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}


.portfolio-small-ul {
	margin: 0px;
	padding: 0px;
	width: 944px;
}

.portfolio-small-ul li{
	width: 210px!important;
	margin: 15px 26px 0px 0px;
	list-style: none;
	position: relative;
	float: left;
}

.portfolio-small-ul-sidebar {
	margin: 0px 0px 30px 0px;
	padding: 0px;
}

.portfolio-small-ul-sidebar li{
	width: 210px!important;
	margin: 10px 0px 0px 0px;
	list-style: none;
	position: relative;
	float: left;
}

.home-page-posts-portfolio-frame div .portfolio_hover {
	height: 140px!important;
	display: none;
}

.home-page-posts-portfolio-frame-sidebar div .portfolio_hover {
	height: 140px!important;
	display: none;
}

.home-page-posts-portfolio-container{
	margin-top: -5px;
	padding: 17px 10px 10px 10px;
	background: #f9f9f9;
	border-bottom: 1px solid #ececec;
	
}

.home-page-posts-portfolio-container h4{
	margin-bottom: 0px;
}

.home-page-posts-portfolio-container p{
	padding:10px 0px 5px 0px;
}

.home-page-posts-portfolio-container a {
	font-weight: bold;
	width: 180px;
}

.home-page-posts-portfolio-frame-hover { background: #9fbd10 }

.portfolio-link-bg div {
	width: 12px;
	height: 6px;
	float:right;
}

.portfolio-link-bg div {
	width: 12px;
	cursor: pointer;
	height: 6px;
	margin-top: -3px;
	background: url(images/portfolio-link-bg.jpg) no-repeat 0px 0px;
}

.portfolio-link-bg div:hover {
	width: 12px;
	height: 6px;
	margin-top: -3px;
	background: url(images/portfolio-link-bg.jpg) no-repeat 0px -6px;
}

#small-page-portfolio { 
	padding: 15px 0 0px 0px;
	width: 1000px
}

#full-page-portfolio {
	padding: 20px 0px 30px;
}

.portfolio-full-images {
    width: 960px;   
    padding: 0px;
    cursor: pointer;
    list-style: none;
    overflow :hidden;
    display: inline-block; 
    position: relative;
    float: left
}

.portfolio_in_title {
	font-weight: bold;
	color: white!important;
	padding: 165px 30px 10px 70px;
}

.portfolio_in_title_midle {
	font-weight: bold;
	color: white!important;
	padding: 165px 30px 10px 70px;
}

.portfolio-full-images p {
	margin: 10px 0 10px 0;
}

.portfolio-midle-images {
    width: 320px;
    height: 320px;   
    padding: 0;
    cursor: pointer;
    list-style: none;
    overflow: hidden;
    display: inline-block; 
    position: relative;
    float: left
}

.sorting a img:hover {
	opacity:09;
}

.portfolio-small-images{
    width: 210px!important; 
	height: 245px;
	margin: 0px 40px 35px 0px!important;
    list-style: none;
	position: relative;
	float: left;
}


.portfolio-small-images a {
    width: 210px;
    height: 160px;   
	padding: 0!important;
	margin: 0;
    cursor: pointer;
    overflow: hidden;
	position: relative; 
    display: inline-block; 
}

.portfolio_small_container { padding: 0px 0px 0px;}

.portfolio_small_container a {
	height: 17px;
	font-weight: bold;
	width:180px;
	margin: 4px 0px 0px;
}

.portfolio_small_container p {  font-size: 12px }

.portfolio-lightbox-tirangle{
	position: absolute;
	width: 25px;
	height: 25px;
	top: 60px;
	left: 0px;
	background: white url(images/zoom-madza.jpg) no-repeat center;
	z-index: 9;
	display: none;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.portfolio-link-tirangle{
	position: absolute;
	width: 25px;
	height: 25px;
	top: 60px;
	left: 185px;
	background: white url(images/open-madza.jpg) no-repeat center;
	z-index: 9;
	display: none;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.portfolio_hover {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	opacity: 0.85
}

.portfolio_hover h2 {
	color: white;
	margin: 0;
	padding: 30px 30px 15px 30px
}

.portfolio_hover p {
	color: #999!important;
	margin: 0;
	padding: 0 30px 0 30px!important
}

.portfolio_hover a img {
	position: relative;
	z-index: 1
}

.portfolio_image_full_hover { background: black;}

.portfolio_image_full_hover_lightbox { background: black }

.thumb-image { padding: 0 }

.thumb-image a { background: none }

.post-small-image {
    width: 220px;
    float: left
}

.post-small-image a { background: none }

.small-image-diver {
    width: 400px;
    float: right
}

.post-small-image {
    margin: 0px 25px 10px 0px;
    padding: 7px 0 22px 0
}

#single-portfolio-about {
	float: left;
	width: 150px;
	margin-bottom: 15px;
}

#single-portfolio-content {
	float: right;
	width: 760px;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 20px;
	-moz-column-count: 20px;
	column-count: 20px;
}

#single-portfolio-content p { 
	padding: 0px;
	margin: 0px;
}

.single-portfolio-about-divs{
	padding: 0px 0 5px;
	line-height: 1.4
}

/* POST CONTENT */

.entry-content {
    margin-top: 0; 
    float: left;
    padding-bottom: 25px
}

.entry-content-small-image {
	width: 350px;
	margin-left:190px;
}


/* HEADING */

h1.entry-title { padding: 0px 10px 0px 0px; line-height: 1; font-size: 24px!important; }

h1.entry-title { margin: 0px !important;  }

h1.entry-title a { }

h1.entry-title a:hover { }


/* LINE POST */

.post_line { 
    clear: both; 
    border-bottom: 1px solid #efefef;  
    height: 2px;   
    margin: 0px 0 20px 0; 
    padding: 0
}


/* LINE POST */

#entry_author_info {
	margin-bottom: 10px;
    padding: 15px 0px 10px; 
}

.line-single {
	padding-top: 10px;
}

#coment-line-space {margin-bottom: 30px;}


/* AUTOR DESCRIPTION */

#author_avatar { 
    float: left; 
    width: 70px
}

#author_description {
    width: 510px;
    float: left; 
    padding-left: 15px
}


/* COMMENT */

#reply-title span {
	font-size: 12px;
	display: block;
	color: #A1A3A6;
}

span.required{
	color: red	
}

.never-published {
	color:#A1A3A6;
}

.commentlist { 
	margin: 0 0 0 35px; 
	padding: 0
}

.fn { 
	font-weight: bold; 
	color: #1C1C1C;
	font-size: 12px;
}

.commentlist > li.comment {
	margin: 0 0;
	padding: 25px 0px 0px 22px;
	position: relative;
}

.commentlist .avatar {
	margin: 0 10px 0 -55px;
	padding: 0;
	position: absolute;
}

.vcard{
	color: #A1A3A6
}
.vcard a{
	color: #A1A3A6
}

.commentlist .children li.comment {
	margin: 20px 0px 0px;
	padding: 0px 0px 0px;
	position: relative;
	list-style: none;
}

.commentlist .children .avatar {
	margin: 0 10px 0 -55px;
}

.children {  margin: 0px 0px 0px 40px; padding: 0px 0px 0px 16px; }

/* REPLY COMMENT */

.reply_link { margin: 5px 0 0px 0 }



#comments_frame h4 { margin-bottom: 10px }

#respond { 
    padding: 0px 0px 0px 0
}

.form-submit { padding: 0px;}
#respond h3 { 
	padding-top: 0px; 
	margin-top:0px;
}

.comment-form-email {
    color: gray; 
    clear: both; 
    width: 100px
}

.comment-form-email input { 
    font-size: 11px; 
    color: #777777; 
    padding: 6px !important; 
    clear: both; 
    width: 250px; 
    -moz-border-radius: 5px; 
    border-radius: 5px;
    background: #fafafa; 
    border: 1px solid #d8d8d8
}

.comment-form-url {
    color: gray; 
    clear: both; 
    width: 100px
}

.comment-form-url input { 
    font-size: 11px; 
    color: #777777; 
    padding: 6px !important; 
    clear: both; 
    width: 250px; 
    -moz-border-radius: 5px; 
    border-radius: 5px; 
    background:  #fafafa; 
    border: 1px solid #d8d8d8
}

.comment-form-author {
    color: gray; 
    clear: both; 
    width: 100px
}

.comment-form-author input { 
    width: 60%; 
    border: solid 1px #d8d8d8;
    border-bottom: rgba(50, 50, 50, .3) 1px solid; 
    border-right: rgba(50, 50, 50, .3) 1px solid; 
    padding: 6px 3% 6px 3%; 
    margin: 0px 0 10px 0; 
    background: url(images/input-bg.jpg) repeat; 
    color: #c4c4c4; 
    font-size: 11px
}

.comment-form-comment {
    color: gray; 
    clear: both; 
    width: 100px
}

.comment-form-comment textarea { 
    font-size: 11px; 
    color: #777777; 
    clear: both; 
    width: 450px; 
    -moz-border-radius: 5px; 
    border-radius: 5px;   
    background: #fafafa; 
    border: 1px solid #f6f8f9
}

.comment-notes { font-size: 11px }

p.form-allowed-tags code {
    font-size: 0px; 
    opacity: 0
}

.form-allowed-tags { 
    font-size: 0px; 
    opacity: 0
}


/* SINGLE STYLE */

/* BIG SLIDER */

.bee-big-slider {
    margin: 0;
    padding: 0px 0 7px 0;
    border-bottom: 1px solid #efefef
}

.bee-big-slider .blog-slide-class li a.portfolio-hover-link {
    width: 960px !important;
    height: 300px !important
}

.bee-big-slider .blog-slide-class li a.portfolio-hover-lightbox {
    width: 960px !important;
    height: 300px !important
}


/* MIDDLE SLIDER */

.bee-middle-slider {
    margin: 10px 0 0px 0;
    padding: 0px 0 12px 0
}

.bee-middle-slider .blog-slide-class li a.portfolio-hover-link {
    width: 610px !important;
    height: 200px !important
}

.bee-middle-slider .blog-slide-class li a.portfolio-hover-lightbox {
    width: 610px !important;
    height: 200px !important
}


/* SMALL SLIDER */

.bee-small-slider {
    margin: 0 25px 0 0px;
    padding: 13px 0 0px 0;
    width: 160px;
    float: left
}

.bee-small-slider .blog-slide-class li a.portfolio-hover-link {
    width: 300px !important;
    height: 300px !important
}

.bee-small-slider .blog-slide-class li a.portfolio-hover-lightbox {
    width: 300px !important;
    height: 300px !important
}


/* BLOG POSTS */

.post-line-top {
	background: url(images/post-line-top.png) no-repeat;
	width: 650px;
	height: 20px;
	position: absolute;
	z-index: 999;
}

.post-line-bottom {
	background: url(images/post-line-bottom.png) no-repeat;
	width: 650px;
	height: 16px;
	margin-bottom:10px;
	margin-top: -21px;
	position: relative;
	z-index: 999;
}

.post-line-bottom-2 {
	background: url(images/post-line-bottom.png) no-repeat;
	width: 650px;
	height: 16px;
	margin-bottom:10px;
	margin-top: -16px;
	position: relative;
	z-index: 999;
}

*+html .post-line-bottom {
	background: url(images/post-line-bottom.png) no-repeat;
	width: 650px;
	height: 16px;
	margin-bottom:10px;
	margin-top: -19px;
	position: relative;
	z-index: 999;
}

.post-line-bottom {
	margin-top: -21px\0/;
}

.post-old-thumb-bug { height: 10px }

.post-line-after {

	border-bottom: solid 0px #EEE;
    padding: 0px 0 5px 0;
    margin-bottom:30px;
    width: 100%;
    clear: both;
    position: relative
}

#post-link-button { margin-top:15px;}


/* SMALL POST IMAGE */

.bee-blog-small-image {
    margin: 10px 25px 0px 0px;
    padding: 0px 0 15px 0;
    width: 160px;
    overflow: hidden;
    float: left
}


.bee-blog-small-image .blog-slide-class li a.portfolio-hover-link {
    width: 220px !important;
    height: 230px !important
}

.bee-blog-small-image .blog-slide-class li a.portfolio-hover-lightbox {
    width: 220px !important;
    height: 230px !important
}


/* FUUL POST IMAGE */

.bee-blog-full-image { 
	margin: 0px 0px 15px 0px; 
	position: relative
}

.bee-blog-full-image .blog-slide-class li a.portfolio-hover-link {
    width: 610px !important;
    height: 200px !important
}

.bee-blog-full-image .blog-slide-class li a.portfolio-hover-lightbox {
    width: 610px !important;
    height: 200px !important
}


/*-----------------------------------------------------------------------------------*/
/*  8.  Widgets
/*-----------------------------------------------------------------------------------*/

/* CALENDAR WIDGET */

#calendar_wrap table { font-size: 11px }

#calendar_wrap table td { padding: 10px 30px 0px 10px }

#calendar_wrap table tr td a { color: #000 }

#calendar_wrap table tr td a:hover {
    color: silver;  
    text-decoration: none
}

#calendar_wrap table tr td { padding-right: 6px }

#calendar_wrap table th { text-align: left }

#calendar_wrap table caption {
    text-align: left; 
    font-weight: bold; 
    padding-bottom: 5px
}

.screen-reader-text {
    font-size: 18px; 
    font-family: Arial, Helvetica, sans-serif; 
    font-weight: 400; 
    color: #383838; 
    margin-top: 2.1em; 
    padding-bottom: 0
}


/* FOOTER CONTACT FORM */

.error { 
    display: none; 
    padding: 10px; 
    color: #fff; 
    font-size: 12px
}

.success { 
    display: none; 
    padding: 10px; 
    color: #fff; 
    font-size: 12px
}

#contact_logo { vertical-align: middle }

.error img { vertical-align: top }


/* WIDGETS */

#flickr img {
    float: left; 
    display: inline; 
    margin: 3px; 
    padding: 1px; 
    border: 1px solid #ccc
}

#flickr {
    padding-top: 10px; 
    padding-bottom: 30px; 
    clear: left
}

.twitter_title_link{
    font-size: 21px; 
    color: #2a313a
}

.boxgrid { 
	width: 223px; 
	height: 260px; 
	margin: 5px; 
    background: #f0f1f2;
	float: left; 
	border: solid 1px #f0f1f2; 
	overflow: hidden; 
	position: relative 
}

.boxgrid img { 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0
}

.boxgrid p { 
	padding: 0 10px; 
	color: #afafaf; 
	font-weight: bold; 
	font: 10pt "Lucida Grande", Arial, sans-serif
}
	
.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #000; 
	height: 100px; 
	width: 100%; 
	opacity: .8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.captionfull .boxcaption {
	top: 260px;
	left: 0;
}
.caption .boxcaption {
	top: 220px;
	left: 0;
}

/*-----------------------------------------------------------------------------------*/
/*  9.  Plugins
/*-----------------------------------------------------------------------------------*/

h3.mb-pricing-title {
	font-size: 21px;
}

.mb-pricing-box-bg {
	margin-bottom: 15px;
	margin-top:10px;
	padding: 15px 25px 20px 25px;
	text-align: center;
	line-height: 1;
}

.mb-pricing-box {
	margin-bottom: 15px;
	margin-top:10px;
	text-align: left;
	line-height: 1;
}

.mb-pricing-box-bg .mb-pricing-line {
	margin: 15px -25px 0px;
	height: 1px
}

.mb-pricing-box-bg .mb-pricing-line-2 {
	margin: 0px -25px 10px;
	height: 1px
}

.mb-pricing-box-bg .mb-pricing-content {
	line-height: 1.5;
	padding-top: 5px;
	text-align: center
}

.mb-pricing-box .mb-pricing-line {
	margin: 0px 0px 0px;
	height: 0px
}

.mb-pricing-box .mb-pricing-line-2 {
	margin: 0px 0px 10px;
	height: 0px
}

.mb-pricing-box .mb-pricing-content {
	line-height: 1.5;
	padding-top: 5px;
	text-align: left
}




.green { margin-bottom: 2px; }

.catalog-frame-li {
    padding: 5px 5px 15px 5px;
    width: 198px;
    height: 360px;
    position: relative; 
    display: -moz-inline-box; 
    display: inline-block; 
    vertical-align: top; 
    overflow: hidden;  
    list-style: none;
    z-index: 1
}

.catalog-frame-li h2 {
    font-size: 18px;
    padding: 7px 10px;
    margin-top: -50px;
    background: white;
    position: absolute;
    z-index: 2
}

.hover-madza p { padding: 0px!important;}

.portfolio_2_column h2,
.portfolio_3_column h2,
.portfolio_4_column h2 {
    padding: 20px 20px 10px 0px; 
    font-size:21px;  
    margin: 0 !important
}

.portfolio_2_column p, 
.portfolio_3_column p, 
.portfolio_4_column p { padding: 0 20px 20px 0 }

.portfolio_2_column a, 
.portfolio_3_column a, 
.portfolio_4_column a { background: none }

.image-grid{
    margin: 30px 0 0px 0; 
    padding: 0; 
    list-style: none
}

.portfolio_2_column {
    width: 468px; 
    position: relative; 
    display: -moz-inline-box; 
    display: inline-block; 
    vertical-align: top; 
    overflow: hidden;  
    list-style: none; 
    margin: 20px 20px 0px 0px 
}

.portfolio_3_column { 
    width: 304px; 
    position: relative; 
    display: -moz-inline-box; 
    display: inline-block; 
    vertical-align: top; 
    overflow: hidden;  
    list-style: none; 
    margin: 20px 20px 0 0;
}

.portfolio_4_column { 
    width: 222px; 
    position: relative; 
    display: -moz-inline-box; 
    display: inline-block; 
    vertical-align: top; 
    overflow: hidden; 
    list-style: none; 
    margin: 20px 20px 0 0
}

.portfolio_2_column img, 
.portfolio_3_column img, 
.portfolio_4_column img { padding-bottom: 5px }

#portfolio_column {
    width: 980px;
    padding: 30px 0 30px 0
}

#portfolio_show {
    margin-top: 5px; 
    float: left; 
    font-size: 11px; 
    font-family: Arial, Helvetica, Sans-serif; 
    color: #777777; 
    width: 60px
}

#portfolio_show h4 { padding: 6px 0 0 15px }

.image_post:hover {
    background: #f00; 
    padding-top: 10px
}

ul#filterm {
    list-style: none;
	height: 36px;
	width: 940px;
	margin: 0px 0px 5px -20px;
	padding: 0px 0px 0px 20px;
	border-bottom: solid 1px #ECECEC;
}

ul#filterm li {
    float:left;
    margin-right: 5px;
    padding: 0px;
}

ul#filterm li a {
    padding: 9px 15px 9px;
	display: block;
	cursor: pointer;
	color: #aaa;
	border-bottom: 1px solid #ECECEC;
	border-top: 1px solid #ECECEC;
	margin-top: -1px;
}

ul#filterm li.current a,
ul#filterm li a:hover {
	padding: 9px 15px 9px;
	margin-top: -1px;
	color: #888;
	border-bottom: 1px solid #222;
	border-top: 1px solid #222;
}


ul#filterm a {
    z-index: 200; 
    margin: 0;
}

.portfolio-categoria-button input[type="radio"] { display: none }

.portfolio-categoria-button input.show { display: inline }


/*ANYTHING SLIDER*/



#single-slider {
	padding-bottom: 2px;
	
}

#single-fix{
	margin: -22px 0 0 -30px;
	width: 700px;
}

.blog-fix{
	margin: -22px 0 15px -30px;
	width: 700px;
}

.single-fix-blog{
	margin: -22px 0 0 -30px;
	width: 550px;
}

#anything-slider, 
div.anythingSlider { 
    margin: 0; 
    padding: 0 
}

div.anythingSlider .anythingWindow { border: 0 }




div.anythingSlider.activeSlider .thumbNav {
	float:none;
	margin-left: 48%;
	margin-top: 14px;
}

#single-slider div.anythingSlider.activeSlider .thumbNav {
	float:none;
	margin-left: 46.5%;
	margin-top: 14px;
}

#single-slider .anythingSlider .forward a,
#single-slider .anythingSlider .back {
    left: 290px;
    bottom: 20px
}

#single-slider .anythingSlider .forward a,
#single-slider .anythingSlider .forward {
    right: 290px;
    bottom: 20px
}
div.anythingSlider .arrow a {
    margin: 0;
    height: 50px;
}

div.anythingSlider .arrow {
    height: 50px;
    top: 100%;
}

div.anythingSlider.activeSlider .anythingControls ul a.cur, 
div.anythingSlider.activeSlider .anythingControls ul a {
	display: inline-block;
	background-color: #616161;
	text-decoration: none;
	width: 4px;
	height: 4px;
	margin: 5px 0px 0 5px;
	padding: 0;
	text-align: center;
	outline: 0;
	background-color: black;
	border-radius: 4px 4px;
	-moz-border-radius: 4px 4px;
	-webkit-border-radius: 4px 4px;
}

.start-stop{display: none!important;}

div.anythingSlider.activeSlider .anythingControls ul a.cur { background-color: #b9b9b9 }

div.anythingSlider.activeSlider .thumbNav a {
	
	text-indent: -9999px;
}


/* NIVO SLIDER */

#slider-nivo {
	position:relative;
    width:960px;
    height:400px;
    /*background:url(images/loading.gif) no-repeat 50% 50%; */
    margin-top: 10px;
    border-bottom: 1px solid #EBEBEF;
	padding-bottom: 10px;
	margin-bottom: 0px;
}

#slider-nivo img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
    width: 600px;
    height: 400px;
}
#slider-nivo a {
    display:block;
}
.nivo-caption { bottom: 120px;}

.nivo-caption p { 
	padding: 0px;
}

.nivo-caption-bg { 
    margin-left: 570px;
    width: 390px;
    display: inline-block;
    overflow: hidden;
    color: white !important;
    float:left;

}

.nivo-caption-bg-black {
	background: black;
	width: 390px;
	height: 100%;
	position: absolute;
	opacity: 0.8;
	z-index: 1
}

#slider-nivo .nivo-caption-bg .title-slider {
    float: left;
    padding: 0px 10px 10px;
    background: black
}

#slider-nivo .nivo-caption-bg p {
    float: left;
    margin-top: 0px;
    padding: 0px;
    margin: 0px 20px;
    z-index: 2;
    position: relative;
}

#slider-nivo .nivo-caption-bg .title-slider h1 {
    color: #fff;
    font-size: 14px!important;
    float: left;
    margin: 0;
    padding: 0
}

#slider-nivo .nivo-caption-bg h2{
	color: white!important;
	font-size: 16px;
	z-index: 2;
	margin: 20px 20px 0px 20px;
    position: relative;
}

#slider-nivo .nivo-caption-bg p{
    color: #bfbfbf!important;
    text-shadow: none;
    font-size: 12px;
    margin: 10px 20px 0px 20px;
    line-height: 1.5em;
    z-index: 2;
    position: relative;
}

#slider-nivo .nivo-caption-bg a{
    font-size: 12px;
    margin: 15px 20px 20px 20px;
    display: inline-block!important;
    z-index: 2;
    border: solid 1px #000!important;
    position: relative;
}

.nivo-caption {
	background: none!important;
}

.nivo-caption-bg a:hover { opacity: 0.85 }

.nivo-controlNav { 
    top: 375px;
	right: 20px;
    position: absolute;
}

.nivo-controlNav a { 
    display: block; 
    margin-left: 5px;
    width: 20px !important; 
    height: 5px; 
    background-color:  white;
    text-indent: -9999px; 
    border: 0;  
    float: left;
    opacity: 0.4
}

.nivo-controlNav a.active { 
    background-color: white;
    opacity: 0.3
}

.nivo-directionNav a { 
    display: block; 
    width: 22px; 
    height: 22px; 
    text-indent: -9999px; 
    border: 0;
    opacity: 1.0;
    top: 188px;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.6);
-moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.6);
box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.6);
}


a.nivo-nextNav { 
    background: black url(images/yc_arrows.png) no-repeat 6px 7px; 
    right: -22px;
    display: block;
}

a.nivo-prevNav { 
    background: black url(images/yc_arrows.png) no-repeat 6px -17px; 
    left: -22px; 
    display: block;
}

#header_image_silder { 
    padding: 0; 
    z-index: 99; 
    position: relative; 
}

#slider_frame {
    padding: 0; 
    margin-bottom: 0
}

/* #slider_image { background: url(images/ajax-loader.gif) no-repeat 50% 50% #f0f0f0 } */

#slider_image img { 
    display: none;
    overflow: hidden; 
    border-top: 10px solid black
}

#slider_image a { display: block }


/*BX SLIDER IMAGE*/

#header-image-bx-silder { 
    padding: 0; 
    z-index: 99; 
    position: relative 
}

#slider-bx-ul {
    width: 962px;
    margin: 0;
    padding: 0;
    z-index: 1;
    position: relative;
    background: url(images/ajax-loader.gif) no-repeat 50% 50% 
}

.slider-bx-full-image {
    background: url(images/normal-slider-shape.png) bottom center no-repeat; 
    padding: 0px 0 40px 0
}

.slider-bx-full-image img, 
.slider-bx-full-image a img, 
.bx-slider-small-image img, 
.bx-slider-small-image a img { border: #ededed solid 1px }

.slider-bx-full-video {
    background: url(images/normal-slider-shape.png) bottom center no-repeat; 
    padding: 0px 0 40px 0
}

.bx-slider-small-image {
    width: 600px;
    background: url(images/half-slider-shape.png) bottom center no-repeat; 
    padding: 0px 0 40px 0
}

.bx-slider-small-text-right{
    width: 340px;
    padding-left: 20px
}

.bx-slider-small-text-left{
    width: 340px;
    padding-right: 20px
}

.bx-pager{
    margin: -35px 0 10px 430px;
    padding: 0;
    z-index: 2;
    position: absolute;
    text-align: center
}

.bx-pager .pager-link {
    background: url(images/slider_point.png) no-repeat;
    padding: 3px;
    margin-right: 5px;
    text-indent: -9999px;
    display: block;
    float: left
}

.bx-pager .pager-active { background:url(images/slider_point_active.png) no-repeat }


/*ORBIT SLIDER*/

.orbit-bullets {
    bottom: 0px;
    list-style: none
}

.orbit-bullets li {
    background: url(images/slider_point.png) no-repeat;
    height: 6px;
    width: 6px;
    text-indent: -9999px;
    display: block;
    float: left
}

.orbit-bullets .active {
    background-position: 0 0 !important;
    background: url(images/slider_point_active.png) no-repeat;
    opacity: 0.2
}

#orbit-slider { 
  width: 960px;
  background: url(images/ajax-loader.gif) no-repeat 50% 50%;  
  overflow: hidden
}

#orbit-slider img, 
#orbit-slider div { display: none }


/* HEADER IMAGE */
#image-from-url { 
    margin: 0 auto;
    width: 960px; 
    background-position: center;
    background-position: top;
    background-repeat: no-repeat
}


/* PAGINATION */

.portfolio-pagenav {
	padding-top: 0px;
}

.wp-pagenavi {
    clear: both; 
    padding: 0px 0 35px; 
    position: relative; 
    line-height: 13px
}

.pages { 
    float: left;  
    margin: 2px 20px 2px 0 !important; 
    padding: 6px 0px 5px 0px !important; 
    text-decoration: none !important; 
    width: auto !important; 
    color: #777777 !important; 
    border: solid 0 #e2e2e2 !important;
}

.wp-pagenavi a { 
    float: left; 
    margin: 2px 5px 2px 0 !important; 
    padding: 6px 0px 5px 0px !important; 
    text-decoration: none !important; 
    width: auto !important; 
    border: 0px;
}

.wp-pagenavi a:hover {  
	opacity: 0.8;
}

.wp-pagenavi .current { 
    float: left; 
    padding: 6px 5px 6px 0px !important;  
    color: #777777 !important;  
    border: solid 0 #e2e2e2 !important
}

.opacity-start { position: relative }


/* CONTACT FORM */

#message {
    margin: 10px 0; 
    padding: 0 
}

.error_message { 
    display: block; 
    line-height: 22px;  
    background: #FBE3E4 url('includes/contact-form/assets/error.gif') no-repeat 10px 13px; 
    padding: 10px 10px 10px 35px; 
    color: #8a1f11;
    border: 1px solid #FBC2C4
}

ul.error_messages { 
    margin: 0 0 0 -25px;
    padding: 0; 
    list-style: none;
}

ul.error_messages li { 
    height: 22px; 
    line-height: 22px;
    color:#bd4535; 
    font-style: italic;
}

.loader { padding: 0 10px }

#contact #success_page h1 { 
    background: url('includes/contact-form/assets/success.gif') left no-repeat; 
    padding-left: 22px 
}

.beeCodes-general-frame {
    margin: 0 auto;
    width: 960px;
    height: 330px;
    z-index: 2;
    position: relative
}

.beeCodes-slider {
    margin: 0 auto;
    width: 960px;
    height: 330px;
    overflow: hidden;
    background: url(images/ajax-loader.gif) no-repeat 50% 50% #f0f0f0;
    z-index: 2;
    position: absolute
}

.beeCodes-slider-item {
    left: 50%;
    right: 50%;
    width: 1920px;
    margin-left: -960px;
	position: absolute
}

.beeCodes-slider-frame {
    position: relative;
    height: 280px;
    margin-top: -280px;
    overflow: hidden;
    z-index: 1
}

.beeCodes-slider-frame-in {
    height: 225px;
    width: 960px;
    float: left
}

.beeCodes-left-frame {
    height: 225px;
    width: 480px;
    right: 0;
    padding-right: 480px
}

.beeCodes-right-frame {
    height: 225px;
    width: 480px;
    left: 0;
    padding-left: 480px;
}

.beeCodes-slide-3,
.beeCodes-slide-1 {
    width: 480px;
    height: 225px
}

.beeCodes-frame-hover-3, 
.beeCodes-frame-hover-1 { cursor: pointer }

.beeCodes-hover-1, 
.beeCodes-hover-3 {
    width: 480px;
    height: 221px;
    border-bottom-color: black;
    border-bottom-style: solid;
    border-bottom-width: 4px;
    position: absolute;
    margin-top:-225px;
    z-index: 7;
    display: none;
    filter: alpha(opacity=80);  
    -moz-opacity: 0.8;   
    -khtml-opacity: 0.8;   
    opacity: 0.8    
}

.beeCodes-hover-2 {
    width: 960px;
    height: 330px;
    border-bottom-color: black;
    border-bottom-style: solid;
    border-bottom-width: 4px;
    position: absolute;
    left: 0;
    z-index: 5;
    display: none;
    filter: alpha(opacity=80);  
    -moz-opacity: 0.8;   
    -khtml-opacity: 0.8;   
    opacity: 0.8   
}

.beeCodes-content-scroll {
    width: 960px;
    height: 330px;
    position: absolute;
    overflow: hidden;
    display: none;
    filter: alpha(opacity=80);  
    -moz-opacity: 0.8;   
    -khtml-opacity: 0.8;   
    opacity: 0.8; 
}
.beeCodes-title {
    width: auto;
    background-color: transparent!important;
    height: 330px
    
}

.beeCodes-content {
    color: white;
    padding: 15px 30px 15px 30px;
    background: black;
    margin-top: -20px;
    position: relative;
    z-index: 10
}

.beeCodes-title h1 {
    color: white;
    font-size: 18px!important;
    padding: 15px 30px 15px 30px;
    background: black;
    position: relative;
    z-index: 11
}

.link-hide {
    text-indent:-9999px; 
    position: absolute;
    cursor: pointer;
    width: 960px;
    height: 330px;
    z-index: 12
}

#applications {
    margin: 0;
    padding: 0 0 1px 0
}

#applications li {
    margin: 0;
    padding: 0
}


/* PORTFOLIO SMALL IMAGE 250 X 250PX */

.portfolio-small-sliders, 
.portfolio-small-sliders li {
    margin: 0;
    padding: 0;
    list-style: none
}

.portfolio-small-sliders li img {
    width: 320px !important;
    height: 250px !important;
    position: absolute
}

.portfolio-small-images ul li {
    width: 320px;
    height: 250px
}

.portfolio-small-images ul li {
    position: relative;
    z-index: 1
}

.portfolio-small-images ul li a.portfolio-hover-lightbox {
    position: absolute;
    width: 320px;
    height: 250px;
    opacity: 0.8;
    background: url(images/zoom_in.png) no-repeat center;
    z-index: 2
}

.portfolio-small-images ul li a.portfolio-hover-link {
    position: absolute;
    width: 320px;
    height: 250px;
    opacity: 0.8;
    background: url(images/plus_in.png) no-repeat center;
    z-index: 2;
}


/* PORTFOLIO SMALL FULLL 1000 X 320PX */

.portfolio-sliders, 
.portfolio-sliders li {
    margin: 0;
    padding: 0;
    list-style: none
}

.portfolio-full-images li img {
    width: 960px !important;
    height: 260px !important;
    position: absolute
}

.portfolio-full-images ul li {
    width: 960px;
    height: 260px
}

.portfolio-full-images ul li {
    position: relative;
    z-index: 1
}

.portfolio-full-images ul li a.portfolio-hover-lightbox {
    position: absolute;
    width: 960px;
    height: 260px;
    opacity: 0.8;
    background: url(images/zoom_in.png) no-repeat 30px 200px;
    z-index: 2
}
.portfolio-full-images ul li a.portfolio-hover-link {
    position: absolute;
    width: 960px;
    height: 260px;
    opacity: 0.8;
    background: url(images/plus_in.png) no-repeat 30px 200px;
    z-index: 2
}


/*PORTFOLIO SINGLE*/

#anything-slider-portfolio {
    margin: 10px 0 0px 0;
    list-style: none;
    padding: 0  
}

#portfolio-single-line {
    border-top-color: #efefef; 
    border-top-style: solid;
    border-top-width: 1px;
    margin: 0px -30px 20px -30px
}


/* PORTFOLIO SHORTCODE */

.portfolio-shortcode-homepage-left {
    position: absolute;
    width: 33px;
    height: 50px;
    background: url(images/left-arrow-slider.png) no-repeat center;
    opacity: 0.8;
    z-index: 100;
    bottom: 95px;
    left: 20px;
    cursor: pointer
}

.portfolio-shortcode-homepage-right {
    position: absolute;
    width: 33px;
    height: 50px;
    background:url(images/right-arrow-slider.png) no-repeat center;
    opacity: 0.8;
    z-index: 100;
    bottom: 95px;
    right: 20px;
    cursor: pointer
}


/*-----------------------------------------------------------------------------------*/
/*  10.  Other
/*-----------------------------------------------------------------------------------*/


#colorspy { 
    border: 2px solid #EEEEEE;
    padding: 7px 0 20px 20px; 
    margin: 0 0 7px 0; 
    font-size: 16px; 
    text-align: left; 
    color: #555; 
    background: #fbfbfb
}

#colorspy a { color: #e04f92 }

#colorspy legend { 
    font-size: 17px; 
    color: #bbb; 
    padding: 0 
}

.colorpicker { z-index: 999999 }

#theme_option_switcher {
	cursor: pointer;
    margin-top: -2px; 
    padding-left: 20px;
    position: absolute
}

#theme_option_button_close {
    margin-top: 0px;
    margin-left: 48px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    position: absolute
}

.option-button-close { background: #fff url(http://cdn1.iconfinder.com/data/icons/basicset/delete_16.png) no-repeat center }

.option-button-open { background: #fff url(http://cdn1.iconfinder.com/data/icons/basicset/plus_16.png) no-repeat center }

.theme_option_switcher {
	padding: 0 10px 0px 10px;
    background: white;
	color: #fff;
	position: fixed;
	left: 0px;
    width: 40px;
	top: 70px;
	z-index: 99999
 }

.theme_option {
	font-size: 10px;
	line-height: 1em;
	width: 50px;
	font-weight: normal
}

.theme_option form {
	padding-bottom: 10px;
}

.theme_option form p {
    font-size: 10px !important;
    padding: 3px 0 3px 0;
    margin: 0;
    border-bottom: 0px silver solid
}

.theme_option select { width: 100% }

#theme_option_prewiev, 
#theme_option_prewiev2, 
#theme_option_prewiev3, 
#theme_option_prewiev4 {
	width: 58px;
	height: 20px;
	margin: 0px 0px 5px 0px;
	cursor: pointer;
    border: 1px solid #999
}

#texture{
    padding:0px 0 60px
}

#texture-top { background-repeat: repeat }

.pattern-box {
    width: 40px;
    height: 15px;
    border-bottom: solid 15px #999;
    display: block;
    margin: 4px 4px 0px 0px;
    float: left;
    cursor: pointer
}

.none { background-image: none !important }

.texture-none { background-image: none !important }

.texture-1 { background-image: url(images/textures/texture-1.png) !important; background-repeat: repeat!important }

.texture-2 { background-image: url(images/textures/texture-2.png) !important; background-repeat: repeat!important }

.texture-3 { background-image: url(images/textures/texture-3.png) !important; background-repeat: repeat!important }

.texture-4 { background-image: url(images/textures/texture-4.png) !important; background-repeat: repeat!important }

.texture-5 { background-image: url(images/textures/texture-5.png) !important; background-repeat: repeat!important }

.texture-6 { background-image: url(images/textures/texture-6.png) !important; background-repeat: repeat!important }

.texture-7 { background-image: url(images/textures/texture-7.png) !important; background-repeat: repeat!important }

.texture-8 { background-image: url(images/textures/texture-8.png) !important; background-repeat: repeat!important }

.texture-9 { background-image: url(images/textures/texture-9.png) !important; background-repeat: repeat!important } 

.texture-10 { background-image: url(images/textures/texture-10.png) !important; background-repeat: repeat!important }

.texture-11 { background-image: url(images/textures/texture-11.png) !important; background-repeat: repeat!important }

.texture-12 { background-image: url(images/textures/texture-12.png) !important; background-repeat: repeat!important }

.texture-13 { background-image: url(images/textures/texture-13.png) !important; background-repeat: repeat!important }

.texture-14 { background-image: url(images/textures/texture-14.png) !important; background-repeat: repeat!important }

.texture-15 { background-image: url(images/textures/texture-15.png) !important; background-repeat: repeat!important }

.texture-16 { background-image: url(images/textures/texture-16.png) !important; background-repeat: repeat!important }

.grid2 { background-image: url(images/textures/grid2.png) !important }

.grid3 { background-image: url(images/textures/grid3.png) !important }

.grid4 { background-image: url(images/textures/grid4.png) !important }

.grid5 { background-image: url(images/textures/grid5.png) !important }

.grid6 { background-image: url(images/textures/grid6.png) !important }

.grid7 { background-image: url(images/textures/grid7.png) !important }

.grid8 { background-image: url(images/textures/grid8.png) !important }

.grid9 { background-image: url(images/textures/grid9.png) !important }

.grid10 { background-image: url(images/textures/grid10.png) !important }

.grid11 { background-image: url(images/textures/grid11.png) !important }

.grid12 { background-image: url(images/textures/grid12.png) !important }

.grid13 { background-image: url(images/textures/grid13.png) !important }

.grid14 { background-image: url(images/textures/grid14.png) !important }

.grid15 { background-image: url(images/textures/grid15.png) !important; background-repeat: repeat!important }

.grid16 { background-image: url(images/textures/grid16.png) !important }

.grid17 { background-image: url(images/textures/grid17.png) !important }

.grid18 { background-image: url(images/textures/grid18.png) !important }

.grid19 { background-image: url(images/textures/grid19.png) !important }

.grid20 { background-image: url(images/textures/grid20.png) !important }

.bokeh-1 { background-image: url(images/textures/bokeh-1.jpg) !important; background-position: center; background-repeat: ; background-attachment: fixed }

.bokeh-2 { background-image: url(images/textures/bokeh-2.jpg) !important; background-position: center; background-attachment: fixed }

.bokeh-3 { background-image: url(images/textures/bokeh-3.jpg) !important; background-position: center; background-attachment: fixed }

.bokeh-4 { background-image: url(images/textures/bokeh-4.jpg)!important; background-position: center; background-attachment: fixed }

.bokeh-5 { background-image: url(images/textures/bokeh-5.jpg) !important; background-position: center; background-attachment: fixed }

.tf-1 { 
    background-image: url(images/textures/orange-extremium-lights.jpg)!important; 
    background-color: #b93300!important; 
    background-repeat: repeat-x!important; 
    background-position: center top; 
    background-attachment: fixed 
}

.tf-2 { 
    background-image: url(images/textures/red-extremium-lights.jpg)!important; 
    background-color: #630708!important; 
    background-repeat: repeat-x!important; 
    background-position: center top; 
    background-attachment: fixed 
}

.tf-3 { 
    background-image: url(images/textures/violet-extremium-lights.jpg)!important; 
    background-color: #25163d!important; 
    background-repeat: repeat-x!important; 
    background-position: center top; 
    background-attachment: fixed 
}

.tf-4 { 
    background-image: url(images/textures/yellow-extremium-lights.jpg)!important; 
    background-color: #949023!important; 
    background-repeat: repeat-x!important; 
    background-position: center top; 
    background-attachment: fixed 
}

.tf-5 { 
    background-image: url(images/textures/blue-extremium-lights.jpg)!important; 
    background-color: #0d2235!important; 
    background-repeat: repeat-x!important; 
    background-position: center top; 
    background-attachment: fixed 
}

.tf-6 { 
    background-image: url(images/textures/dark-extremium-lights.jpg)!important; 
    background-color: #020202!important; 
    background-repeat: repeat-x!important; 
    background-position: center top; 
    background-attachment: fixed 
}

.tf-7 { 
    background-image: url(images/textures/green-extremium-lights.jpg)!important; 
    background-color: #1f3e05!important; 
    background-repeat: repeat-x!important; 
    background-position: center top; 
    background-attachment: fixed 
}

.bg-10 {
    background-image: url(images/textures/osxbg.jpg) !important; 
	background-repeat: repeat!important 
}

.silver-circle {
    background-image: url(images/textures/bg_010.jpg)!important; 
    background-color: gray!important; 
    background-repeat: repeat-x!important; 
    background-position: center top; 
    background-attachment: fixed 
}

.gradient-1 { 
    background-image: url(images/textures/gradiant-1.png) !important; 
    background-position: center bottom; 
    background-repeat: repeat-x; 
    background-attachment: fixed
}

#top-effect-frame-1, 
#top-effect-frame-2 {
    width: 33%;
    height: 10px;
    float: left
}

#top-effect-frame-3 {
    width: 34%;
    height: 10px;
    float: left
}

.top-effect-colour-1, 
.top-effect-colour-2, 
.top-effect-colour-3, 
.top-effect-colour-4, 
.top-effect-colour-5 {
    width: 100%;
    height: 10px;
    float: left
}

.top-effect-colour-1{ background-color: #878787 }

.top-effect-colour-2{ background-color: #6b6b6b }

.top-effect-colour-3{ background-color: #adadad }

.top-effect-colour-4{ background-color: #7a7a7a }

.top-effect-colour-5{ background-color: #3c3c3c }

test{ border-bottom-color: #a2abb1; }

.madza_widget_advertise_box1,
.madza_widget_advertise_box2,
.madza_widget_advertise_box3,
.madza_widget_advertise_box4 { }

.madza_widget_advertise_box1 { padding: 5px 5px 5px 0px; }
.madza_widget_advertise_box2 { padding: 5px 5px 5px 0px; }
.madza_widget_advertise_box3 { padding: 5px 5px 5px 0px; }
.madza_widget_advertise_box4 { padding: 5px 5px 15px 0px; }

.ul-shortcode { list-style: none; margin: 0px 0px 15px }


.last-new-shortcode {
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 15px 0px;
	list-style: none;
}

.last-new-shortcode-li{
	margin: 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top: 0px solid #ebebef;
    border-bottom: 0px solid #ebebef;
    border-left: 0px solid #ebebef;
	background:  #F4F4F4;
}

.second-style { background: white!important;}

.last-new-shortcode-meta {
	float: right;
	color: #A1A3A6;
}

.last-new-shortcode-li a{
	font-weight: bold;
}

.last-new-shortcode-li p a{
	font-weight: normal;
}

.last-new-shortcode-li p{
	padding: 5px 0px 0px;
	margin-top:0px;
}
.post-100-thumb-shortcode{
	float:left;
	width: 95px;
}

.post-100-thumb-shortcode img { margin: 10px 10px 10px; }

.post-100-thumb-shortcode-div {
	padding: 17px 15px 0px 0px;
}

.last-news-link{
	float:right;
	margin-top:0px;
}

.home-ad-frame { 
	margin: 20px -20px 20px -20px;
	width: 920px;
	padding: 20px 20px 20px 20px;
	background: #F6F6F6;
	border-top: 1px solid #ebebef;
border-bottom: 1px solid #ebebef;
}

.home-ad-frame h4 {
	color: #888;
	width: 810px;
	position: absolute;
	line-height: 1.0;
	float:left;
	margin-top: 10px;
	margin-bottom: 0px;
}

.home-ad-frame a {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	float: right;
	padding: 12px 18px;
	background: #444;
	margin-left:20px;
	font-size: 14px!important;
	float: right;
	color: white;
}

.homepage-portfolio-div-frame { 
	margin-left: -20px;
	padding: 0px 20px 15px;
	width: 920px;
	border-top: 0px solid #EBEBEF;
	margin-top: 10px;
}

.homepage-portfolio-div-frame-title .widget_span {
	margin: 0px 0px -8px;
	padding-right: 10px;
	background: white;
}

.homepage-portfolio-div-frame-title{
	border-bottom: 1px solid #EBEBEF;
	margin-bottom: 20px;
}

.ls-defaultskin {
	padding: 10px 0px!important;
	box-shadow: 0px 0px 0px 0px #000!important;
	-moz-box-shadow: 0px 0px 0px 0px #000!important;
	-webkit-box-shadow: 0px 0px 0px 0px #000!important;
	border-radius: 0px!important;
	-moz-border-radius: 0px!important;
	-webkit-border-radius: 0px!important;
	border-bottom: 1px solid #EBEBEF!important;
}

.ls-defaultskin .ls-bottom-nav-wrapper {
	text-align: center;
	margin: -40px auto 0px auto!important;
	position: relative;
}

.ls-defaultskin .ls-nav-prev {
	left: -22px!important;
}

.ls-defaultskin .ls-nav-next {
	right: -22px!important;
}

.ls-defaultskin .ls-nav-prev {
	width: 22px!important;
	height: 22px!important;
	z-index: 10000;
	top: 50%;
	margin-top: -11px!important;
	position: absolute;
	background: black url(images/yc_arrows.png) no-repeat 6px -17px!important;
}

.ls-defaultskin .ls-nav-next {
	width: 22px!important;
	height: 22px!important;
	z-index: 10000;
	top: 50%;
	margin-top: -11px!important;
	position: absolute;
	background: black url(images/yc_arrows.png) no-repeat 6px 7px!important;
}



.last{ padding:0px !important; clear:right; }
.one_sixth { width: 14.166%; float:left; padding:0px 3% 0px 0px; }
.one_fifth{width:17.6%; float:left; padding: 0px 3% 0px 0;}
.one_fifth_last{width:16.8%; float:left; margin-right:0 !important;  padding: 0px 0 0px 0;}
.one_fourth{width: 22.75%; float:left; padding: 0px 3% 0px 0px;}
.one_fourth_last{width: 22.75%; float:left; margin-right:0 !important; clear:right; padding: 0px 0 0px 0;}
.one_third{width: 31.33%; float:left; padding: 0px 3% 0px 0px;}
.one_third_last{width: 31.33%; float:left; margin-right:0 !important; clear:right; padding: 0px 0 0px 0;}
.one_half{width: 48.5%; float:left; padding: 0px 3% 0px 0px;}
.one_half_last{width: 48%; float:left; margin-right:0 !important; clear:right; padding: 0px 0 0px 0; position: relative;}
.two_third{width: 65.67%; float:left; padding: 0px 3% 0px 0px;}
.two_third_last{width: 65.67%; float:left; margin-right:0 !important; clear:right; padding: 0px 0 0px 0;}
.three_fourth{width: 74.25%; float:left; padding: 0px 3% 0px 0px;}
.three_fourth_last{width: 74.25%; float:left; margin-right:0 !important; clear:right; padding: 0px 0 0px 0;}
	
	
/* Button Shortcode */

#content .button-shortcode.cherys {
	background-color: #960108;
	border-bottom: solid 2px #650005;
	color: #fff!important;
	
	background-color: #960108;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #960108), color-stop(100%, #650005));
	background-image: -webkit-linear-gradient(top, #960108, #650005);
	background-image: -moz-linear-gradient(top, #960108, #650005);
	background-image: -ms-linear-gradient(top, #960108, #650005);
	background-image: -o-linear-gradient(top, #960108, #650005);
	background-image: linear-gradient(top, #960108, #650005);
	border: 1px solid #650005;
	border-bottom: 1px solid #420003;
	-webkit-box-shadow: inset 0 1px 0 0 #c74147;
	-moz-box-shadow: inset 0 1px 0 0 #c74147;
	box-shadow: inset 0 1px 0 0 #c74147;
	text-shadow: 0 -1px 0 #650005;
}

#content .button-shortcode.ruby {
	color: #fff!important;
	background-color: #cc1c4d;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cc1c4d), color-stop(100%, #8b1435));
	background-image: -webkit-linear-gradient(top, #cc1c4d, #8b1435);
	background-image: -moz-linear-gradient(top, #cc1c4d, #8b1435);
	background-image: -ms-linear-gradient(top, #cc1c4d, #8b1435);
	background-image: -o-linear-gradient(top, #cc1c4d, #8b1435);
	background-image: linear-gradient(top, #cc1c4d, #8b1435);
	border: 1px solid #8b1435;
	border-bottom: 1px solid #610d24;
	-webkit-box-shadow: inset 0 1px 0 0 #de6f8e;
	-moz-box-shadow: inset 0 1px 0 0 #de6f8e;
	box-shadow: inset 0 1px 0 0 #de6f8e;
	text-shadow: 0 -1px 0 #8b1435;
}

#content .button-shortcode.violet {
	color: #fff!important;
	background-color: #7c279b;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7c279b), color-stop(100%, #521b66));
	background-image: -webkit-linear-gradient(top, #7c279b, #521b66);
	background-image: -moz-linear-gradient(top, #7c279b, #521b66);
	background-image: -ms-linear-gradient(top, #7c279b, #521b66);
	background-image: -o-linear-gradient(top, #7c279b, #521b66);
	background-image: linear-gradient(top, #7c279b, #521b66);
	border: 1px solid #521b66;
	border-bottom: 1px solid #1e0826;
	-webkit-box-shadow: inset 0 1px 0 0 #bc81d2;
	-moz-box-shadow: inset 0 1px 0 0 #bc81d2;
	box-shadow: inset 0 1px 0 0 #bc81d2;
	text-shadow: 0 -1px 0 #521b66;
}

#content .button-shortcode.silver {
	background-color: #DDD;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F7F7F7), color-stop(100%, #DDD));
	background-image: -webkit-linear-gradient(top, #F7F7F7, #DDD);
	background-image: -moz-linear-gradient(top, #F7F7F7, #DDD);
	background-image: -ms-linear-gradient(top, #F7F7F7, #DDD);
	background-image: -o-linear-gradient(top, #F7F7F7, #DDD);
	background-image: linear-gradient(top, #F7F7F7, #DDD);
	border: 1px solid #CECECE;
	color: #888!important;
	border-bottom: 1px solid #ACACAC;
	-webkit-box-shadow: inset 0 1px 0 0 #fff;
	-moz-box-shadow: inset 0 1px 0 0 #fff;
	box-shadow: inset 0 1px 0 0 #fff;
	text-shadow: 0 1px 1px white;
	border-top: 1px solid #EFEFEF;
}
#content .button-shortcode.pink {
	color: #fff!important;
	background-color: #f42376;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f42376), color-stop(100%, #b91c5b));
	background-image: -webkit-linear-gradient(top, #f42376, #b91c5b);
	background-image: -moz-linear-gradient(top, #f42376, #b91c5b);
	background-image: -ms-linear-gradient(top, #f42376, #b91c5b);
	background-image: -o-linear-gradient(top, #f42376, #b91c5b);
	background-image: linear-gradient(top, #f42376, #b91c5b);
	border: 1px solid #b91c5b;
	border-bottom: 1px solid #840e3e;
	-webkit-box-shadow: inset 0 1px 0 0 #ff8ebb;
	-moz-box-shadow: inset 0 1px 0 0 #ff8ebb;
	box-shadow: inset 0 1px 0 0 #ff8ebb;
	text-shadow: 0 -1px 0 #b91c5b;
}

#content .button-shortcode.pear {
	color: #fff!important;
	background-color: #b9c215;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b9c215), color-stop(100%, #7b810f));
	background-image: -webkit-linear-gradient(top, #b9c215, #7b810f);
	background-image: -moz-linear-gradient(top, #b9c215, #7b810f);
	background-image: -ms-linear-gradient(top, #b9c215, #7b810f);
	background-image: -o-linear-gradient(top, #b9c215, #7b810f);
	background-image: linear-gradient(top, #b9c215, #7b810f);
	border: 1px solid #7b810f;
	border-bottom: 1px solid #54580a;
	-webkit-box-shadow: inset 0 1px 0 0 #d5dc4e;
	-moz-box-shadow: inset 0 1px 0 0 #d5dc4e;
	box-shadow: inset 0 1px 0 0 #d5dc4e;
	text-shadow: 0 -1px 0 #7b810f;
}

#content .button-shortcode.red {
	color: #fff!important;
	background-color: #ff2600;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff2600), color-stop(100%, #cb1f01));
	background-image: -webkit-linear-gradient(top, #ff2600, #cb1f01);
	background-image: -moz-linear-gradient(top, #ff2600, #cb1f01);
	background-image: -ms-linear-gradient(top, #ff2600, #cb1f01);
	background-image: -o-linear-gradient(top, #ff2600, #cb1f01);
	background-image: linear-gradient(top, #ff2600, #cb1f01);
	border: 1px solid #cb1f01;
	border-bottom: 1px solid #a31800;
	-webkit-box-shadow: inset 0 1px 0 0 #ff7f69;
	-moz-box-shadow: inset 0 1px 0 0 #ff7f69;
	box-shadow: inset 0 1px 0 0 #ff7f69;
	text-shadow: 0 -1px 0 #cb1f01;
}

#content .button-shortcode.orange {
	color: #fff!important;
	background-color: #ff8f00;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff8f00), color-stop(100%, #cb7200));
	background-image: -webkit-linear-gradient(top, #ff8f00, #cb7200);
	background-image: -moz-linear-gradient(top, #ff8f00, #cb7200);
	background-image: -ms-linear-gradient(top, #ff8f00, #cb7200);
	background-image: -o-linear-gradient(top, #ff8f00, #cb7200);
	background-image: linear-gradient(top, #ff8f00, #cb7200);
	border: 1px solid #cb7200;
	border-bottom: 1px solid #a35c00;
	-webkit-box-shadow: inset 0 1px 0 0 #ffc273;
	-moz-box-shadow: inset 0 1px 0 0 #ffc273;
	box-shadow: inset 0 1px 0 0 #ffc273;
	text-shadow: 0 -1px 0 #cb7200;
}

#content .button-shortcode.yellow {
	color: #fff!important;
	background-color: #ffd400;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd400), color-stop(100%, #bf9f00));
	background-image: -webkit-linear-gradient(top, #ffd400, #bf9f00);
	background-image: -moz-linear-gradient(top, #ffd400, #bf9f00);
	background-image: -ms-linear-gradient(top, #ffd400, #bf9f00);
	background-image: -o-linear-gradient(top, #ffd400, #bf9f00);
	background-image: linear-gradient(top, #ffd400, #bf9f00);
	border: 1px solid #bf9f00;
	border-bottom: 1px solid #8a7300;
	-webkit-box-shadow: inset 0 1px 0 0 #ffec8d;
	-moz-box-shadow: inset 0 1px 0 0 #ffec8d;
	box-shadow: inset 0 1px 0 0 #ffec8d;
	text-shadow: 0 -1px 0 #bf9f00;
}

#content .button-shortcode.gray,
.nivo-caption-bg .button-shortcode.gray {
	color: #fff!important;
	background-color: #808080;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #808080), color-stop(100%, #474747));
	background-image: -webkit-linear-gradient(top, #808080, #474747);
	background-image: -moz-linear-gradient(top, #808080, #474747);
	background-image: -ms-linear-gradient(top, #808080, #474747);
	background-image: -o-linear-gradient(top, #808080, #474747);
	background-image: linear-gradient(top, #808080, #474747);
	border: 1px solid #474747;
	border-bottom: 1px solid #171717;
	-webkit-box-shadow: inset 0 1px 0 0 #c3c3c3;
	-moz-box-shadow: inset 0 1px 0 0 #c3c3c3;
	box-shadow: inset 0 1px 0 0 #c3c3c3;
	text-shadow: 0 -1px 0 #474747;
}

#content .button-shortcode.brown {
	color: #fff!important;
	background-color: #964b00;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #964b00), color-stop(100%, #5f3000));
	background-image: -webkit-linear-gradient(top, #964b00, #5f3000);
	background-image: -moz-linear-gradient(top, #964b00, #5f3000);
	background-image: -ms-linear-gradient(top, #964b00, #5f3000);
	background-image: -o-linear-gradient(top, #964b00, #5f3000);
	background-image: linear-gradient(top, #964b00, #5f3000);
	border: 1px solid #5f3000;
	border-bottom: 1px solid #331a00;
	-webkit-box-shadow: inset 0 1px 0 0 #d7b592;
	-moz-box-shadow: inset 0 1px 0 0 #d7b592;
	box-shadow: inset 0 1px 0 0 #d7b592;
	text-shadow: 0 -1px 0 #5f3000;
}

#content .button-shortcode.blue {
	color: #fff!important;
	background-color: #6c83b6;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6c83b6), color-stop(100%, #4a5a80));
	background-image: -webkit-linear-gradient(top, #6c83b6, #4a5a80);
	background-image: -moz-linear-gradient(top, #6c83b6, #4a5a80);
	background-image: -ms-linear-gradient(top, #6c83b6, #4a5a80);
	background-image: -o-linear-gradient(top, #6c83b6, #4a5a80);
	background-image: linear-gradient(top, #6c83b6, #4a5a80);
	border: 1px solid #4a5a80;
	border-bottom: 1px solid #3a4762;
	-webkit-box-shadow: inset 0 1px 0 0 #99aedd;
	-moz-box-shadow: inset 0 1px 0 0 #99aedd;
	box-shadow: inset 0 1px 0 0 #99aedd;
	text-shadow: 0 -1px 0 #4a5a80;
}


#content .button-shortcode.blue2 {
	color: #fff!important;
	background-color: #00AEEF;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00AEEF), color-stop(100%, #008CC0));
	background-image: -webkit-linear-gradient(top, #00AEEF, #008CC0);
	background-image: -moz-linear-gradient(top, #00AEEF, #008CC0);
	background-image: -ms-linear-gradient(top, #00AEEF, #008CC0);
	background-image: -o-linear-gradient(top, #00AEEF, #008CC0);
	background-image: linear-gradient(top, #00AEEF, #008CC0);
	border: 1px solid #008CC0;
	border-bottom: 1px solid #006084;
	-webkit-box-shadow: inset 0 1px 0 0 #64cbf2;
	-moz-box-shadow: inset 0 1px 0 0 #64cbf2;
	box-shadow: inset 0 1px 0 0 #64cbf2;
	text-shadow: 0 -1px 0 #008CC0;
}

#content .button-shortcode.black {
	color: #fff!important;
	background-color: #444444;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444444), color-stop(100%, #222222));
	background-image: -webkit-linear-gradient(top, #444444, #222222);
	background-image: -moz-linear-gradient(top, #444444, #222222);
	background-image: -ms-linear-gradient(top, #444444, #222222);
	background-image: -o-linear-gradient(top, #444444, #222222);
	background-image: linear-gradient(top, #444444, #222222);
	border: 1px solid #222222;
	border-bottom: 1px solid #111111;
	-webkit-box-shadow: inset 0 1px 0 0 #979797;
	-moz-box-shadow: inset 0 1px 0 0 #979797;
	box-shadow: inset 0 1px 0 0 #979797;
	text-shadow: 0 -1px 0 #222222;
}

#content .button-shortcode.green {
	color: #fff!important;
	background-color: #A0BF0B;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #A0BF0B), color-stop(100%, #7E9709));
	background-image: -webkit-linear-gradient(top, #A0BF0B, #7E9709);
	background-image: -moz-linear-gradient(top, #A0BF0B, #7E9709);
	background-image: -ms-linear-gradient(top, #A0BF0B, #7E9709);
	background-image: -o-linear-gradient(top, #A0BF0B, #7E9709);
	background-image: linear-gradient(top, #A0BF0B, #7E9709);
	border: 1px solid #7E9709;
	border-bottom: 1px solid #4c5b04;
	-webkit-box-shadow: inset 0 1px 0 0 #c2db4a;
	-moz-box-shadow: inset 0 1px 0 0 #c2db4a;
	box-shadow: inset 0 1px 0 0 #c2db4a;
	text-shadow: 0 -1px 0 #7E9709;
}


@import "css/shortcodes.css";

.nav .select-menu {
	display: none;
	margin: 10px 0px;
	background: #F6F6F6;
	color: #666;
	font-size: 12px;
	line-height: 21px;
	border: 1px solid #CCC;
	background-color: #DDD!important;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F7F7F7), color-stop(100%, #DDD))!important;
	background-image: -webkit-linear-gradient(top, #F7F7F7, #DDD)!important;
	background-image: -moz-linear-gradient(top, #F7F7F7, #DDD)!important;
	background-image: -ms-linear-gradient(top, #F7F7F7, #DDD)!important;
	background-image: -o-linear-gradient(top, #F7F7F7, #DDD)!important;
	background-image: linear-gradient(top, #F7F7F7, #DDD)!important;
	border: 1px solid #CECECE;
	color: #888;
	border-bottom: 1px solid #ACACAC;
	-webkit-box-shadow: inset 0 1px 0 0 #fff;
	-moz-box-shadow: inset 0 1px 0 0 #fff;
	box-shadow: inset 0 1px 0 0 #fff;
	text-shadow: 0 1px 1px white;
	border-top: 1px solid #EFEFEF;

}

.post-100-thumb-shortcode img,
#size-768,
#size-320,
#size-480 { display:none!important; }

.post-100-thumb-shortcode-div { padding: 15px; }

video {
	max-width: 100%;
	height: auto;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed, {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.dark-style-theme #prev2-portfolio { background-image: url(images/yc_arrows.png)!important; background-repeat: no-repeat!important; background-position-x: 6px!important; background-position-y: -17px!important; }

.dark-style-theme #next2-portfolio { background-image: url(images/yc_arrows.png)!important; background-repeat: no-repeat!important; background-position-x: 6px!important; background-position-y: 7px!important; }

.dark-style-theme #single-button-left { background-image: url(images/yc_arrows.png)!important; background-repeat: no-repeat!important; background-position-x: 6px!important; background-position-y: -17px!important; }

.dark-style-theme #single-button-right { background-image: url(images/yc_arrows.png)!important; background-repeat: no-repeat!important; background-position-x: 6px!important; background-position-y: 7px!important; }


.dark-style-theme #header-socials li.soc_facebook a, .dark-style-theme #footer-socials li.soc_facebook a {  background: url(images/social/facebook-white.png) no-repeat right }
.dark-style-theme #header-socials li.soc_twitter a, .dark-style-theme #footer-socials li.soc_twitter a {  background: url(images/social/twitter-white.png) no-repeat right }
.dark-style-theme #header-socials li.soc_flickr a, .dark-style-theme #footer-socials li.soc_flickr a {  background: url(images/social/flickr-white.png) no-repeat right }
.dark-style-theme #header-socials li.soc_vimeo a, .dark-style-theme #footer-socials li.soc_vimeo a {  background: url(images/social/vimeo-white.png) no-repeat right }
.dark-style-theme #header-socials li.soc_youtube a, .dark-style-theme #footer-socials li.soc_youtube a {  background: url(images/social/youtube-white.png) no-repeat right }
.dark-style-theme #header-socials li.soc_linkedin a, .dark-style-theme #footer-socials li.soc_linkedin a {  background: url(images/social/linkedin-white.png) no-repeat right }
.dark-style-theme #header-socials li.soc_googleplus a, .dark-style-theme #footer-socials li.soc_googleplus a {  background: url(images/social/googleplus-white.png) no-repeat right }
.dark-style-theme #header-socials li.soc_dribbble a, .dark-style-theme #footer-socials li.soc_dribbble a {  background: url(images/social/dribbble-white.png) no-repeat right }
.dark-style-theme #header-socials li.soc_tumblr a, .dark-style-theme #footer-socials li.soc_tumblr a {  background: url(images/social/tumblr-white.png) no-repeat right }
.dark-style-theme #header-socials li.soc_skype a, .dark-style-theme #footer-socials li.soc_skype a {  background: url(images/social/skype-white.png) no-repeat right }
.dark-style-theme #header-socials li.soc_delicious a, .dark-style-theme #footer-socials li.soc_delicious a {  background: url(images/social/delicious-white.png) no-repeat right }
.dark-style-theme #header-socials li.soc_digg a, .dark-style-theme #footer-socials li.soc_digg a {  background: url(images/social/digg-white.png) no-repeat right }
.dark-style-theme #header-socials li.soc_email a, .dark-style-theme #footer-socials li.soc_email a {  background: url(images/social/email-white.png) no-repeat right }
.dark-style-theme #header-socials li.soc_rss a, .dark-style-theme #footer-socials li.soc_rss a {  background: url(images/social/rss-white.png) no-repeat right }

.dark-style-theme .menu_categories ul li {
	background: url(images/arrow-sidebar-black.png) right 9px no-repeat;
}

/* IE 7 Fix */

#content { *margin-top: -1px; }
#header-right { *position: relative; *width: 500px; }
.sf-menu { *margin-bottom: -3px; }



@media only screen and (max-width: 960px) {
	#banner img.attachment-full, #turf_calculator, #turf_calculator fieldset, #full-page, .left-content, img.full-page {
		width: 100% !important;
	}
	#single-button-left,#single-button-right {
		display: none;
	}
}

@media only screen and (max-width: 900px) {
	#full-page .post-box {
		width: 100% !important;
	}
}

@media only screen and (max-width: 480px) {
	#banner div.text {
		width: 290px !important;
	}
	#turf_calculator dl {
		font-size: 12px;
	}
	#turf_calculator div.sub-total p, #turf_calculator fieldset.submit p, #get_quote fieldset.submit p {
		margin: 0;
	}
}