 /*
Theme Name: ALS Products
Description: ALS Products is an clean and easy to use Portfolio Wordpress Theme
Author: Ch.Baldus
Version: 1.0
License: GNU General Public License
License URI: license.txt
.
This Theme is an Product of the illness Theme Company.
.
*/

/*get google fonts*/

@import url(http://fonts.googleapis.com/css?family=Bitter&subset=latin&v2);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);

/*-----------------------------------------------------------------------------------*
/*Reset
/*-----------------------------------------------------------------------------------*/
* {
    margin: 0;
    padding: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
a img,
a {
    outline: 0;
    border: 0;
}
caption,
th,
td {
    text-align: left;
    font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after { content: "" }
blockquote,
q { quotes: """" }
.clear { clear: both }
.clearfix:after {
    display: block;
    visibility: hidden;
    content: ".";
    clear: both;
    text-indent: -9999px;
    height: 0;
}
.remove-margin { margin-right: 0 !important }
/*-----------------------------------------------------------------------------------*
/*Body, Common Classes & Wrap
/*-----------------------------------------------------------------------------------*/
body {
    background: #e9e9e7;
    font-size: 13px;
    color: #666;
    font-family: Arial, serif;
}

#background {
    left: 0;
    min-height: 100%;
    min-width: 100%;
    position: fixed;
    top: 0;
    z-index: -2;
}

.bgwidth {
    width: 100%;
}

span{
	padding-right: 10px;
}

a {
    text-decoration: none;
    color: #333;
}
a:hover {
    color: #c81900;
}
p { margin: 0 0 1em }
strong { font-weight: 700 }
em { font-style: italic }
blockquote{
	background: #F9F9F9;
    margin: 30px 0px;
    padding: 20px;
    border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;}
hr {
	border:none;
	margin-bottom:15px;
	border-bottom:1px solid #ccc;
}

#wrap {
}

#wrapper {
    width: 910px;
    margin: 20px auto;
	padding:15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background:#fff;
}

/*-----------------------------------------------------------------------------------*
/*Headings
/*-----------------------------------------------------------------------------------*/
h1,
h2,
h3,
h4 {
	font-family: 'Roboto Condensed', sans-serif;
    color: #333;
    line-height: 1.5em;
    font-weight: normal;
    text-transform: uppercase;	
}
h1 {
    font-size: 20px;
    line-height: 1.2em;
}
h2 { 
	font-size: 18px; 
	text-transform:none !important;	
}
h3 { font-size: 14px }
h4 { font-size: 14px }
h2,
h3,
h4 {
    margin-bottom: 5px;
	text-transform: uppercase;
}
h1 a,
h2 a,
h3 a,{ 
	color: #333;
	font-size: 20px;
}
 
h4 a { 
	color: #333;
	font-size: 14px;
	text-transform:none;
}
 
#post-header {
    margin: 0 0 40px;
    font-size: 14px;
    color: #999;
}
/*-----------------------------------------------------------------------------------*
/*WordPress Styles
/*-----------------------------------------------------------------------------------*/


.sticky{
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
}
.bypostauthor {
}

/*aligns*/
.aligncenter{ display:block;  margin:0 auto}
.alignright{ float:right;  margin:10px 0 10px 10px}
.alignleft{ float:left;  margin:10px 10px 10px 0}

/*floats*/
.floatleft{ float:left}
.floatright{ float:right}

/*text style*/
.textcenter{ text-align:center}
.textright{ text-align:right}
.textleft{ text-align:left}

/*captions*/
.wp-caption{
	border:1px solid #ddd; 
	text-align:center; 
	background-color:#f3f3f3; 
	padding-top:4px; 
	margin:10px; 
	-moz-border-radius:3px; 
	-khtml-border-radius:3px; 
	-webkit-border-radius:3px; 
	border-radius:3px;
}
.wp-caption img{
	margin:0; 
	padding:0; 
	border:0 none;
}
.wp-caption p.wp-caption-text{
	font-size:11px; 
	line-height:17px; 
	padding:0 4px 5px; 
	margin:0;
}

/*smiley reset*/
.wp-smiley{
	margin:0 !important;
	max-height:1em;
}

/*blockquote*/
blockquote.left{
	margin-right:20px;
	text-align:right;
	margin-left:0;
	width:33%;
	float:left;
}
blockquote.right{
	margin-left:20px;
	text-align:left;
	margin-right:0;
	width:33%;
	float:right;
}

/* tag-cloud widget */
.tagcloud a {
	float: left;
	display: block;
	color: #666;
    margin-left: 5px;
	margin-bottom: 5px;
    padding: 3px 7px;
	line-height: 1em;
    background: #EEE;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* calendar widget */
.widget_calendar {float: left;}
#wp-calendar {width: 100%; }
#wp-calendar caption {
	color: #fff;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 15px;
}
#wp-calendar thead { font-size: 10px; }
#wp-calendar thead th { padding-bottom: 10px; }
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #fff; text-align: center; padding:8px;}
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }

/*-----------------------------------------------------------------------------------*
/* Header
/*-----------------------------------------------------------------------------------*/
#header-wrap {
    width: 100%;
}
#header {
    position: relative;
}

.camicon{
	background:url(images/camera.png) no-repeat #999;
	position: absolute;
	height: 40px;
	width: 40px;
	left: 1014px;
	top: 103px;
}

#logo {
    float: left;
}
#logo h2,
#logo h1 {
    margin: 0;
    line-height: 1em;
    font-size: 24px;
    font-weight: normal;
	font-family: 'Bitter', arial, serif; 
	letter-spacing: 2px;
	font-style: normal;
}
#logo h2 a,
#logo h1 a {
    color: #333;
    text-decoration: none;
}
#logo h2 a:hover,
#logo h1 a:hover { color: #c81900 }

#top-contact {
    position: absolute;
    height: 26px;
    top: 0px;
    right: 10px;
    font-size: 26px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
	color:#012e99;
}



/*-----------------------------------------------------------------------------------*
/* Navigation
/*-----------------------------------------------------------------------------------*/
#navigation {
    position: absolute;
    height: 31px;
    top: 50px;
    right: 10px;
    font-size: 18px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
	background: url(images/nav-bg.jpg) repeat-x;
	padding:10px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border:1px solid #b5b5b5;
}
#navigation a {
    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    -ms-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}
/*** ESSENTIAL Navigation Style ***/
.sf-menu,
.sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
	
}
.sf-menu { line-height: 1.0 }
.sf-menu ul {
    position: absolute;
    top: -999em;
    width: 10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li { width: 100% }
.sf-menu li:hover {
    visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
    float: left;
    position: relative;
	border-left:1px solid #b5b5b5;
	line-height:30px;
}
.sf-menu li:first-child {
	border-left:none;
}

.sf-menu a {
    display: block;
    position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    left: 0;
    top: 2em; /* match top ul list item height */
    z-index: 99;
	 background: #fff;
	 padding: 0px;
	 border-top:3px solid #fff;
	 -moz-box-shadow: 0 0 9px #666;
	-webkit-box-shadow: 0 0 9px #666;
	box-shadow: 0 0 9px #666;
	 
}
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;
	background: #fff;
}
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;
	background: #fff;
}
/*** navigation skin ***/
.sf-menu {
    float: left;
}
.sf-menu a {
    color: #343333;
    padding: 0 15px;
	text-transform:uppercase;
    text-decoration: none;
}
.sf-menu a:focus,
.sf-menu a:hover,
.sf-menu a:active {
    color: #ed1e1b;
}
.current-menu-item a {
    color: #ed1e1b;
}
.sf-menu ul a:focus,
.sf-menu ul a:hover,
.sf-menu ul a:active { color: #c81900; }
li.sfHover { color: #000 }
.sf-menu li li {text-transform: none; background: #c81900;}
.sf-menu li li li { 
	background: #c81900;
	
}
.sf-menu ul a { 
	color: #999; 
	margin: 0px 16px;
	padding: 7px 0px;
	border-top:1px solid #ddd;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
}
.current-menu-item ul a {
    color: #000 !important;
}
/*** arrows **/
.sf-menu a.sf-with-ul {
    padding-right: 25px;
    min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
    position: absolute;
    display: block;
    right: 10px;
    width: 9px;
    height: 5px;
    text-indent: -999em;
    overflow: hidden;
    background: url('images/arrows-down.png');
}
a > .sf-sub-indicator {
    /* give all except IE6 the correct values */
    top: 5px;
    background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
    background-position: -9px 0px; /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
    top: 9px;
    width: 5px;
    height: 9px;
    background: url('images/arrows-side.png');
}
.sf-menu ul a > .sf-sub-indicator { background-position: 0 0 }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
    background-position: -5px 0; /* arrow hovers for modern browsers*/
}
/*-----------------------------------------------------------------------------------*
/* Home Highlights
/*-----------------------------------------------------------------------------------*/
#home-highlights {
	margin-bottom: 0px;
	width:100%;
}
.home-highlight-box {
    float: left;
    width: 300px;
    margin-right: 30px;
	margin-top: 5px;
	margin-bottom:10px;
}

.home-highlight-box a {
   color: #fff;
}

.home-highlight-box h2 {
    font-size: 14px;
    margin-bottom: 10px;
}
/*-----------------------------------------------------------------------------------*
/* Portfolio
/*-----------------------------------------------------------------------------------*/
/*home*/
#home-portfolio h2 {
    font-size: 14px;
	font-style: normal;
    margin-bottom: 20px;
}

#hp-highlights {
	overflow:hidden;
}

#hp-highlights span{
    background: #FFFFFF;
}

#hp-slogan {
    background: #FFFFFF;
    padding: 20px;
	margin-top: 20px;
}

#hp-teaser {
    padding: 0px;
	margin-top: 0px;
	overflow:hidden;
}

#hp-teaser span{
    background: #FFFFFF;
}

#white-content {
    background: #FFFFFF;
	width:610px;
	float:left;
}

#home-portfolio-headline{
	text-transform: uppercase;
}


#view-portfolio{
	text-align:right;
	font-family: 'Bitter';
	text-transform:uppercase;
	margin-top: 5px;
}

#view-portfolio span{
	background: #fff;
	padding-left: 5px;
	padding-right: 0px !important;
}

#home-portfolio  {
	float: right;
	width: 479px;
}

/*portfoliop page*/
#portfolio-wrap{
}
#portfolio-left{
	width: 964px;
}
.portfolio-detail-left{
	width: 482px;
	float: left;
	margin-top: 15px;
}
#portfolio-detail-right{
	width: 455px;
	float: right;
	margin-top: 15px;
}

#portfolio-cats{
	margin-top: 6px;
	float: right;
}
#head-left{
	float: left;	
}
#portfolio-cats ul{
	list-style: none;
	margin-right: -12px;
}
#portfolio-cats h4{
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
}
#portfolio-right{
	width: 964px;
	float: left;
}
#single-portfolio-nav{
	float: right;
}
.portfolio-box {
    float: left;
    height: 238px;
    margin-bottom: 3px;
    margin-right: 3px;
    width: 238px;
	background: #333;
}

.portfolio-box-portfolio {
   float: left;
    height: 238px;
    margin-bottom: 15px;
	margin-top: 15px;
    margin-right: 3px;
    width: 238px;
	background: #333;
}

.portfolio-box-footer {
   float: left;
    height: 238px;
    margin-bottom: 10px;
	margin-top: 5px;
    margin-right: 3px;
    width: 238px;
	background: #333;
}

#portfolio-thumb {
	position: absolute;
	z-index:5;
}

#portfolio-title {
	position: relative;
	padding: 10px;
	color: #fff;
	font-family: 'Bitter';
	font-size: 14px;
	float: left;
	width: 227px;
	top: 200px;	
}

#portfolio-arrow {
	background: url(images/arrow_portfolio.png);
	position: relative;
	float: right;
	width: 60px;
	height: 60px;
	top: 45px;
	right: 86px;
}

#home-slogan{
	padding: 0px;
	color: #333;
	font-family: 'Bitter';
	font-size: 28px;
	line-height: 1.2em;
	text-align:center;
	padding: 10px;
}

#dotline{
	background: url(images/dots.png);
	float:left;
	width:964px;
	height:20px;
	margin-bottom:0px;
	margin-top:0px;
	
}

#dotline-blog-view{
	background: url(images/dots.png);
	float:left;
	width:350px;
	height:20px;
	margin-bottom:0px;
	margin-top:10px;
	
}

.dotedline{
	background: url(images/dots.png) repeat-x;
}

#dotline-small{
	background: url(images/dots.png);
	float:left;
	width:620px;
	height:17px;
	margin-bottom:20px;
	margin-top:20px;
	
}

#fullwidth-content{
	margin-top: 15px;
	margin-bottom: 15px;
}

/*-----------------------------------------------------------------------------------*
/* NivoSlider
/*-----------------------------------------------------------------------------------*/
#slider {
    position: relative;
    width: 910px;
    height: 362px;
	margin-top: 0px;
    margin-bottom: 5px;
	float: left;
	-moz-border-radius:15px; 
	-khtml-border-radius:15px; 
	-webkit-border-radius:15px; 
	border-radius:15px;
}
/* The Nivo Slider styles */
.nivoSlider { position: relative }
.nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
	-moz-border-radius:15px; 
	-khtml-border-radius:15px; 
	-webkit-border-radius:15px; 
	border-radius:15px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
}
.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
}
/* Caption styles */
element.style {
    opacity: 1;
}

.nivo-caption {
    background: none repeat scroll 0 0 #333;
    color: #fff;
    font-family: 'Bitter';
    font-size: 24px;
    left: 15px;
    padding: 10px;
    position: absolute;
    text-align: left;
    top: 425px;
    z-index: 9;
}
.nivo-caption p {
    padding: 0;
    margin: 0;
}
.nivo-caption a { display: inline !important }
.nivo-html-caption { display: none }
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
    position: absolute;
    top: 425px;
    z-index: 9;
    cursor: pointer;
}
.nivo-prevNav { left: 0px }
.nivo-nextNav { right: 0px }
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
    position: relative;
    z-index: 9;
    cursor: pointer;
}
.nivo-controlNav a.active { font-weight: bold }
.nivo-directionNav a {
    display: block;
    width: 38px;
    height: 38px;
    background: url(images/arrows.png) no-repeat;
    text-indent: -9999px;
    border: 0;
}
a.nivo-nextNav {
    background-position: -38px 0;
    right: 15px;
}
a.nivo-prevNav { left: 390px }
.nivo-caption { text-shadow: none }
.nivo-caption a {
    color: #efe9d1;
    text-decoration: underline;
}
/*-----------------------------------------------------------------------------------*
/* Posts & Pages
/*-----------------------------------------------------------------------------------*/
#post-content {
    float: left;
    width: 620px;
	margin-top: 15px
}
.post-entry {
    width: 620px;
    padding-bottom: 30px;
}

.meta-comments {
   	background: url("images/commentsicon.png") no-repeat scroll center center #999999;
    float: left;
    font-family: 'Bitter';
    font-size: 20px;
    height: 40px;
    left: 80px;
    padding: 10px;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 40px;
}

.meta-comments a{
	color: #fff;
}

#commenttext{
	margin-top: 22px;	
}

.readmore{
  
}
.readmore a{
	color:	#fff;
	background: #666;
    float: left;
    font-weight: bold;
    margin-top: 25px;
    padding: 5px 10px;
}

.readmore a:hover{
	background:	#999 !important;
	color:	#fff;
}

.post-entry-featured-image
{
    float: left;
    height: 310px;
    width: 310px;
	position:relative;
}

#single-featured-image {
    float: left;
    width: 620px;
	margin-bottom: 10px;
	margin-right: 20px
}


.post-entry-content {
   	background: none repeat scroll 0 0 #EEEEEE;
    float: right;
    height: 248px;
    padding: 30px;
    width: 250px;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}




#postdate{
	width:40px;
	height:40px;
	background:#333;
	padding: 10px;
	position:absolute;
	top:10px;
	left:10px;
	text-align:center;
}
#postday{
	font-family:'Bitter';
	font-size:30px;
	color: #fff;
}
#postmonth{
	font-family:'Bitter';
	font-size:20px;
	color: #fff;
}

#single-featured-image {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}
#post-content ul, 
ul,
ol {
    margin-left: 30px;
    margin-bottom: 0px;
}
#portfolio-right ul {
	 margin-left: 0px;
}
#portfolio-right li {
	list-style: none;
}

/*post meta*/
.post-entry-meta,
.post-entry-meta-single {
    font-size: 11px;
    color: #999;
	letter-spacing: 1px;
}
.post-entry-meta a,
.post-entry-meta-single a,
.post-entry-meta span,
.post-entry-meta-single span{
	color: #fff;
}
.post-entry-meta-single {
	margin-bottom: 20px !important;
}
/*post tags*/
.post-tags {
    margin-right: 10px;
    margin-top: 30px;
    font-size: 12px;
}
.post-tags a {
    color: #666;
    margin-left: 5px;
    padding: 3px 7px;
    background: #EEE;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
/*titles*/
#post-content h1 { margin-bottom: 15px; padding-bottom:10px; border-bottom:1px solid #999; font-size:28px; }
.post-entry h2 {
    line-height: 20px;
    font-size: 18px;
	text-transform: none;
	margin-bottom: 20px;
}
.post-entry h2 a {
	text-decoration: none;
}
.page-title {
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px dashed #006bc3;
}
/*sub description*/
#sub-description{
}
#sub-description p{
	margin: 0;
	padding: 0;
}
/*post navigation*/
#single-nav{margin-bottom: 20px;}
#single-nav-left{
	float: right; 
	width: 20px;
	font-size: 30px;
}

#single-nav-right{
	float: right; 
	width: 20px; 
	text-align: right;
	font-size: 30px;
}

#single-nav-left a{
	float: left;
}
#single-nav-right a{
	float: right !important;
}
/*-----------------------------------------------------------------------------------*
/* Post Author Section
/*-----------------------------------------------------------------------------------*/
#post-author {
	background: #F9F9F9;
    margin: 30px 0px;
    padding: 20px;
    border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
}
#author-avatar {
    float: left;
    width: 70px;
}
#author-avatar img {
    padding: 4px;
    border: 1px solid #CCC;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#author-description {
    float: right;
    width: 490px;
}
#post-author h4{
	margin-top: 0px;
	margin-bottom: 5px;
}
/*-----------------------------------------------------------------------------------*
/* Related Posts
/*-----------------------------------------------------------------------------------*/
#related-posts {
}
.related-post { 
	border-bottom: 1px solid #CCCCCC;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.related-posts-thumbnail {
    float: left;
    width: 60px;
    margin-right: 20px;
}
.related-posts-thumbnail img {
}
.related-posts-content {
    float: right;
    width: 540px;
	font-size:12px;
}
#related-posts h3 { margin: 0 0 20px }
#related-posts h4 { font-size: 12px; font-style: normal; margin-top: 0px; margin-bottom: 5px; }
#related-posts h4 a:hover{text-decoration: none;}
/*-----------------------------------------------------------------------------------*
/* Comments
/*-----------------------------------------------------------------------------------*/
#comments { }
#commentsbox { margin-top: 10px }
#commentsbox ol,
#commentsbox ul {
    list-style: none;
    margin-left: 0 !important;
	margin-top:30px;
}
#commentsbox li { margin-bottom: 30px }
.children {
    list-style: none;
    margin: 30px 0 0;
    text-indent: 0;
}
.children li.depth-2 { margin: 0 0 0px 50px }
.children li.depth-3 { margin: 0 0 0px 50px }
.children li.depth-4 { margin: 0 0 0px 50px }
.children li.depth-5 { margin: 0 0 0px 50px }
.comment-body {
    position: relative;
    border-bottom: 2px solid #eee;
	padding-bottom: 30px;
}
#commentsbox .avatar {
	float: left;
	margin-right: 30px;
}
.comment-author {
    font-size: 14px;
    line-height: 1em;
	margin-bottom: 0px;
}
.says { display: none }
.comment-meta a {
    margin-bottom: 10px;
    font-size: 10px;
    font-style: italic;
    color: #666;
}
.comment-reply-link {
    bottom: 55px;
    color: #666666;
    font-size: 10px;
    padding: 0 8px;
    position: absolute;
    right: 0;
}
.cancel-comment-reply a {
    color: #999;
    line-height: 20px;
    height: 20px;
}
#respond { margin: 0px 0 0px }
#comments-respond {
    margin: 0 0 10px;
    padding: 0;
    clear: both;
}
#commentform label {
    display: block;
    font-size: 11px;
}
#commentform input {
    margin-bottom: 10px;
    width: 595px;
}
#commentform textarea {
    margin-top: 10px;
    display: block;
    width: 595px;
}
#commentform input#author,
#commentform input#email,
#commentform input#url,
#commentform textarea {
    background: #eee;
    position: relative;
    padding: 10px;
    border: 1px solid #ddd ;
	color: #333;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#commentform input#author:focus,
#commentform input#email:focus,
#commentform input#url:focus,
#commentform textarea:focus {
	 background: #ddd;
	color: #333;
}
#commentSubmit {
	cursor: pointer;
	font-size: 12px;
	color: #fff;
	padding: 5px 0px;
	width: 100px !important;
	background: #333;
	border: 0px;
}
#commentSubmit:hover { 
	background: #999 !important;
	color: #000;
}

/*-----------------------------------------------------------------------------------*
/*Sidebar
/*-----------------------------------------------------------------------------------*/
#sidebar {
    float: right;
    width: 260px;
    font-size: 12px;
	margin-top: 15px;
}

.sidebar-box {
    border-bottom: 3px solid #eees;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.sidebar-box span{
	background: #fff;
}


.sidebar-box h4 {
font-size: 18px;
text-transform: uppercase;
color: #006bc3;
font-family: Tahoma, Geneva, sans-serif;
font-weight: bold;
margin: 0 0 15px 0;
padding:0 0 3px 0;
border-bottom:1px solid #ddd;
}
.sidebar-box ul {
margin: 0;
list-style-type: none;
padding: 0 !important;
}
.sidebar-box li {
margin: 0;
list-style-type: none;
line-height: 30px;
border-bottom: 1px dashed #afafaf;
font-weight: bold;
}
.sidebar-box ul li a {
list-style-type: none;
line-height: 30px;
height: 30px;
display: block;
text-decoration: none;
color: #666;
padding-left:8px;
}
.sidebar-box ul li a:hover {
	background:#eee;
text-decoration: none;
color: #006bc3;
}
/*-----------------------------------------------------------------------------------*
/*Pagination
/*-----------------------------------------------------------------------------------*/
/*.pagination {
}
.pagination span,
.pagination a {
}
.pagination a:hover {
}
.pagination .current {
}
*/
/*-----------------------------------------------------------------------------------*
/* Footer
/*-----------------------------------------------------------------------------------*/

#footer-wrap{width: 100%;}
#footer{
	padding: 0;
	width: 940px;
	margin: 0 auto;
	color: #999;
}
#footer a{
	color: #fff;
	text-decoration: none;
}
#footer a:hover{
	color: #333;
	text-decoration:underline !important;
}


/*footer widgets*/
#footer-widget-wrap{
	overflow: hidden;
	margin-bottom:30px;
}
#footer-left,
#footer-middle,
#footer-right{
	float: left;
	width: 275px;
	margin-top: 30px;
	padding-left:15px;
	border-left: 1px solid #CCC;
}
#footer-left{
	border-left: none;
}
#footer-middle{
	margin-left: 15px;
	margin-right: 15px;
}



#social {
    position: relative;
    right: 0px;
    list-style: none;
	float:right;
}
#social a,
#social img {
    height: 16px;
    widows: 16px;
    display: block;
}
#social li {
    float: left;
    margin-right: 5px;
}

.footer-widget{
	color: #999;
}

.footer-widget span{
	background: #333;	
}

.footer-widget h1{
	color: #c81900;
	font-size: 32px;
	font-weight:300;
	text-transform: none;
	margin: 0 0 10px 0;
	font-family: 'Roboto Condensed', sans-serif;
}

.footer-widget h5{
	color: #000;
	font-size: 16px;
	font-weight:300;
	text-transform: none;
	margin: 0 0 10px 0;
}

.footer-widget h4{
	color: #fff;
	font-size: 14px;
	margin: 0 0 10px;
}
.footer-widget li{
	padding: 5px;
	border-bottom: 1px dashed #666;
	list-style-type: none;
}
.footer-widget ul {
   	margin: 0px;
}

.footer-widget a {
   	color: #c81900;
}

.footer-widget a:hover {
   	color: #000;
}

.footer-widget li:first-child{
	
}

/*flickr widget footer*/
#footer .flickr li{
	border: 0px;
	padding: 0px;
}
#footer .flickr{
	margin-right: -4px;
}
#footer .flickr a{
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 3px solid #666;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#footer .flickr a:hover{
	border-color: #333;
}
#footer .flickr img{
	display: block;
	width: 60px;
	height: 60px;
}


/*footer bottom*/
#footer-bottom{
	margin-top: 5px;
	overflow:hidden;
	
}
#copyright {
	float: left;
	width: 550px;
    font-size: 12px;
	color:#666;
}
#copyright a{
	color:#000;
}
#back-to-top{
	width: 100px;
	float: right;
	text-align: right;
}
/*-----------------------------------------------------------------------------------*
/* Search Bar
/*-----------------------------------------------------------------------------------*/
#searchbar {
    display: block;
    position: relative;
	width: 278px;
}
#search {
    position: relative;
    width: 275px;
    padding: 10px 30px 10px 10px;
    outline: none;
    border: 1px solid #ddd;
	background: #eee;
}
#search:focus {
	border-color: #CCC;
}
#searchsubmit {
    position: absolute;
    right: -27px;
    top: 12px;
    background: url(images/search.png) no-repeat;
    text-indent: -9999px;
    border: none;
    outline: none;
    width: 15px;
    height: 15px;
}

/*-----------------------------------------------------------------------------------*
/* Contact form
/*-----------------------------------------------------------------------------------*/

#mapbox {
	margin-top: 45px;
}
#contact-area {
	width: 470px;
	margin-top: 30px;
	margin: 0 auto;
	position:relative;
}

#contact-area p{
	width: 430px;
	line-height:30px;
	margin: 8px auto;
	overflow:hidden;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 225px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px 0px 0px 0px;
	background: #eee;
	color: #333;
	-moz-transition: all 0.2s ease-in-out 0s;
	border: 1px solid #aeaeae;
	position: relative;
	float:right;
}
#contact-area textarea {
	height: 90px;
}
#contact-area .spam{
	line-height:1em;
	padding:10px 0 0 0;
	color:#000000;
}
#contact-area textarea:focus, #contact-area input:focus {
	background: #ddd;
}
#contact-area input.wpcf7-submit {
	width: 100px;
	margin:10px 70px 0 auto;
	color: #fff;
	text-transform:uppercase;
	cursor: pointer;
	border:0;
	background: #036;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#adress-area {
	margin-top: 15px;
}


/*-----------------------------------------------------------------------------------*
/* Main Shortcodes
/*-----------------------------------------------------------------------------------*/

/*columns*/
.one-half{ width:48%; }
.one-third{ width:30.66%; }
.two-third{ width:65.33%; }
.one-fourth{ width:22%; }
.three-fourth{ width:74%; }
.one-fifth{ width:16.8%; }
.one-sixth{ width:13.33%; }
.one-half, .one-third, .two-third, .one-fourth, .three-fourth, .one-fifth, .one-sixth {
	position:relative; margin-right:4%; float:left;
}


.column-last{margin-right: 0px;}
.column-first{margin-left: 0px;}

/*box shortcodes*/
.box-shortcode {
    margin: 5px 0px;
    padding: 10px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
}
.box-black {
    background-color: #000;
}
.box-red {
    background-color: #e62727;
}
.box-green {
    background-color: #91bd09;
}
.box-blue {
    background-color: #00ADEE;
}
/*highlights*/
.text-highlight { padding: 2px }
.highlight-yellow,
.highlight-yellow a {
    background-color: #FFF7A8;
    color: #695D43;
}
.highlight-pink,
.highlight-pink a {
    background-color: #F7DEEB;
    color: #724473;
}
.highlight-purple,
.highlight-purple a {
    background-color: #E0DBF6;
    color: #5C5577;
}
.highlight-blue,
.highlight-blue a {
    background-color: #D7F0FF;
    color: #2A67A4;
}
.highlight-green,
.highlight-green a {
    background-color: #E7FFCE;
    color: #47630A;
}
.highlight-red,
.highlight-red a {
    background: #FFCEBE;
    color: #A22121;
}
.highlight-gray,
.highlight-gray a {
    background-color: #EBEBEB;
    color: #787777;
}

/*Other buttons*/
.button{
	margin-right: 5px;
}
.button, .button span {
	display: inline-block;
}
.button {
	white-space: nowrap;
	line-height:1em;
	position:relative;
	outline: none;
	overflow: visible; /* removes extra side padding in IE */
	cursor: pointer;
	
	margin-bottom:10px;
}
.button.full, .button.full span {
	display: block;
}
.button:hover, .button.hover {
	background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .2) 0%,
		rgba(255, 255, 255, .1) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(255, 255, 255, .1)),
		to(rgba(255, 255, 255, .2))
	);/* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#33FFFFFF', EndColorStr='#19FFFFFF'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#33FFFFFF', EndColorStr='#19FFFFFF')"; /* IE8 */
}
.button:active, .button.active {
	top:1px;
}
.button span {
	position: relative;
	color:#fff;
	font-weight: bold;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	border-top: rgba(255, 255, 255, .3) 1px solid;
	padding:0.8em 1.3em;
	line-height:1em;
	text-decoration:none;
	text-align:center;
	white-space: nowrap;
}
.button.black {
	background-color: #333333;
}
.button.gray {
	background-color: #666666;
}
.button.light-gray {
	background-color: #D5D2D2;
	text-shadow: 1px 1px 0px #FFF;
}
.button.light-gray span{
	color: #242424;
	text-shadow: 1px 1px 0px #e7e7e7;
	border-top: rgba(255, 255, 255, .6) 1px solid;
}
.button.red {
	background-color: #e62727;
}
.button.orange {
	background-color: #f24919;
}
.button.magenta {
	background-color: #A9014B;
}
.button.yellow {
	background-color: #ffb515;
}
.button.blue {
	background-color: #00ADEE;
}
.button.pink {
	background-color: #e22092;
}
.button.green {
	background-color: #91bd09;
}
.button.rosy {
	background-color: #F16C7C;
}
.button.brown {
	background-color: #804000;
}
.button.purple {
	background-color: #800080;
}
.button.cyan {
	background-color: #46C7C7;
}
.button.gold {
	background-color: #D4A017;
}


/*Home Page Service Slider*/

.home-box { position:relative;}
.home-box h2 { font-size:24px; color:#0018ea; font-weight:300;}
.home-box h2 a{ font-size:24px; color:#0018ea; font-weight:300;}
.home-box hr{ border:none; border-bottom:1px dashed #0018ea;}

#carousel div {text-align: center;	width: 135px; height: 165px; float: left; position: relative;}
#carousel div img {border: none;}
#carousel div span {text-align: center;	color: #333; font-family: Arial, Geneva, SunSans-Regular, sans-serif; font-size: 14px; font-weight: bold; display: block;	margin-top: -20px;}
#navi {position: absolute; top: 10px; right: 0px;}
#navi a {background-color: #4c81ff;	font-size: 24px; text-align: center; color:#fff;text-decoration: none; line-height: 25px; display: block; width: 25px; height: 25px; margin-right: 1px; float: left;}
#prev:hover, #next:hover {background-color: #004bff;}
#prev.disabled, #next.disabled {color: #fff; background-color: #4c81ff;	cursor: default;}
/*Home Page Products Slider*/
#carouselprd div {text-align: center;	width: 135px; height: 165px; float: left; position: relative;}
#carouselprd div img {border: none;}
#carouselprd div span {text-align: center;	color: #333; font-family: Arial, Geneva, SunSans-Regular, sans-serif; font-size: 14px; font-weight: bold; display: block; margin-top: -20px;}
#naviprd {position: absolute; top: 15px; right: 20px;}
#naviprd a {background-color: #fee;	font-size: 24px; text-align: center;	text-decoration: none; line-height: 25px; display: block;	width: 25px; height: 25px; margin-right: 1px; float: left;}
#prevprd:hover, #nextprd:hover {background-color: #00C;}
#prevprd.disabled, #nextprd.disabled {color: #865; background-color: #fee;	cursor: default;}

.home ul, ul.products{margin:0;}
.caroufredsel_wrapper{width:910px !important; height:210px !important;}



#breadcrumb {margin:0 0 10px 0 !important;	padding:5px 5px !important;background-color:#E9E9E9;	line-height:18px;}
#breadcrumb:after {content:"";	display:block;	clear:both;}
#breadcrumb a {color:#777777;	padding:0 3px;}
#breadcrumb a:hover {color:#015292;}

#contact-add {width:100%; overflow:hidden; margin: 0 0 15px 0; border-bottom:1px solid #CCC;}
#contact-add h3{border-bottom:1px solid #CCC; padding: 0 0 5px 0; text-transform:uppercase; margin-bottom:15px;}
.contact-box {width:205px; float:left; margin:15px  15px 0 0; overflow:hidden;}
.contact-box img {margin:15px  0 0 0;;}
.contact-box p {margin:0px  0 15px 0;}
.contact-box1 {width:660px; margin:15px 0 0 0; overflow:hidden; border-bottom:1px solid #999;}
.contact-box1 iframe{margin:0 0 0 0; float:right;}
.contact-box1 img {margin:0 0 5px 0;}
.contact-box1 p {margin:0px  0 15px 0;}

div#tab-description img { max-width:610px !important; height: auto; }
