/*  
Theme Name: Vulcan
Theme URI: http://www.indonez.com/
Description: Minimalist Business Wordpress Theme 4
Author: Indonez
Author URI: http://themeforest.net/user/indonez
Version: 2.0
*/

/*----------------------------------------------------
                 Vulcan - CSS File
------------------------------------------------------*/


/* Global
------------------------------------------------------*/
html,body{height:100%}
body{
	font: 62.5%/1.5 Arial, Helvetica, sans-serif, "Lucida Grande", "Lucida Sans", Tahoma, Verdana;	
	font-size:12px;	
	margin:0 auto; padding:0;
	background-color:#fff;
	color:#757475;
	height:100%;
}
*{
	margin:0;
	padding:0;
}
*:focus{
	outline:none; /* removes ugly dotted border but may make template more unsuable, up to you
				 if you want to keep it! */
}
.clr{
	clear:both
}
form{
	margin:0; padding:0;
}
hr{
	border:0;
	color:#d3d3d3;
	background-color: #d3d3d3;
	height: 1px;
}
hr.content-line{
	border:0;
	color:#d0d0d0;
	background-color: #d3d3d3;
	margin:30px 0px 30px 0px;
	height: 1px;
}
.line-divider {
  	background:url(images/bottom-dot2.png) bottom center repeat-x ;
  	height: 1%;
  	padding: 1px 0;
}

/* Default Element Styles
------------------------------------------------------*/
/* heading */
h1, h2, h3, h4, h5, h6{
	font: 62.5%/1.5 Arial, Helvetica, sans-serif, "Lucida Grande", "Lucida Sans", Tahoma, Verdana;	
	color:#65696e;
}
h1{
	font-size:28px; 
	line-height:30px; 
	margin-bottom:10px;
}
h2{
	font-size:24px; 
	line-height:28px; 
	margin-bottom:10px;
}
h3{
	font-size:22px; 
	line-height:20px; 
	margin-bottom:10px;
}
h4{
	font-size:18px; 
	line-height:18px; 
	margin-bottom:8px; 
	font-weight:bold;
}

h5{
	font-size:16px; 
	margin:3px 0px; 
	padding:0px; 
}
h6{
	font-size:14px; 
	margin:3px 0px; 
	padding:0px; 
}

/* links */
a,a:link {
	color:#262626; 
	text-decoration:none;
}
a:visited{
	color:#262626; 
	text-decoration:none;
}
a:hover{
	color:#262626; 
	text-decoration:none;
		-webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
a img{
	border:none
}
.imgcenter  {
	float:left; 
	margin:0px 0px 10px 0px;
}
img.aligncenter {
	margin:2px auto 15px auto;
	display:block;
}
.imgleft,
.alignleft,
.avatar {
	float:left; 
	margin:4px 12px 10px 0px;
}
.imgright,
.alignright {
	float:right; 
	margin:4px 0px 10px 12px;
}
.border{ 
	padding:4px;
	border:1px solid #ebebeb;
}

/* lists, blockquotes and paragraphs */
p, ul, ol, blockquote{
	font-size:12px;
	line-height:18px;
	margin-bottom:14px;
	color:#757475;
}
ul, ol{
	margin:10px 0 35px 40px;
}
ol{
	margin:10px 0 35px 30px;
}

li ol, li ul{
	font-size:1.0em;
	list-style:square;
	margin-bottom:0;
	margin-top:0;
}
li ol{
	list-style:decimal;
}
blockquote{
	font-style:italic;
	margin:0px;
	color:#6e7a7f;
	padding:0px 4px 2px 38px;
	background-image:url(images/quote.png);
	background-position:0px 5px;
	background-repeat:no-repeat;
	float:left;
}
/* code */
code{
	font-family:Tahoma, Arial, Verdana;
	letter-spacing:1px;
	margin:25px 0 25px 0px;
	display:block;
	font-size:0.9em;
	border-left:4px solid #dddddd;
	padding:15px 10px;
}


/* Container
------------------------------------------------------*/
#container{
	border-top:11px solid #65696e;
}
#top-container{
	width:960px;
	height:445px;
	margin:0px auto;
}
#top-container-inner{
	width:960px;
	height:104px;
	margin:0px auto;
}
#mid-container{
	width:100%;
	height:189px;
	margin-top:-10px;
	background-color:#ebebeb;
	float:left;
	-webkit-box-shadow:inset 0px 5px 10px #dedede,inset 0px -5px 10px #dedede;
	-moz-box-shadow:inset 0px 5px 10px #dedede,inset 0px -5px 10px #dedede;
	box-shadow:inset 0px 5px 10px #dedede,inset 0px -5px 10px #dedede;
}
#bottom-container{
	width:100%;
	height:auto;
	background-color:#65696e;
	float:left;
  padding-bottom: 15px;  
}


/* Header
------------------------------------------------------*/
#header{
	width:960px;
	height:104px;
	float:left;
}
#logo{
	width:200px;
	margin:0px;
	padding:29px 0px 0px 17px;
	float:left;
}

/* Mainmenu Styling */
#mainmenu{
	width:auto;
	height:41px;
	margin-top:27px;
	float:right;
  margin-right: 10px;
}
.navigation{
	width:auto;
	float:right;
	list-style-type:none;
}
.navigation ul{
	margin:0px; 
	padding:0px; 
	list-style-type:none; 
	position:relative;
	clear:both;	
  float: right;
}
.navigation li{	
	list-style-type:none; 
	padding:0px; 
	margin:0px; 
	float:left;
	z-index:100; 
	position:relative;
}
.navigation li a{
	font-size:16px;
	text-decoration:none;
	color:#65696e; 
	display:block;
	margin:0px;
	padding:0px 44px 10px 0px;
	float:left;
	z-index:100;	
}
#mainmenu .navigation li.last a {
	padding-right:0;
}
.navigation li.current a, .navigation li a:hover, .navigation li.current li a:hover{
	text-decoration:none;
	color: #989494;	
}
.navigation li.current a,
.navigation li.current_page_item a,
.current-menu-item.last a {
	text-decoration:none;
	color:#989494;
}
.navigation li li{
	margin:0 0 0px 0px;
	padding:0px;
	position:relative;
	z-index:100;	
}
.navigation ul{
	display:none;
	position:absolute;
	top:25px;
	left:-17px;
	width:250px; /*Sub menu width*/
	z-index:100;	
	background-color:#fff;
	border-top:none;
	border-bottom:2px solid #ebebeb;
	border-left:2px solid #ebebeb;
	border-right:2px solid #ebebeb;
	-moz-border-radius-bottomleft:9px;
	-moz-border-radius-bottomright:9px;
	-webkit-border-bottom-left-radius:9px;
	-webkit-border-bottom-right-radius:9px;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
}

/*menu text*/
.navigation li ul a{
	width:220px;
	float:left;
	padding:10px 25px 8px 15px;
	font-size:13px;
	font-weight:500;
	color:#65696e;
	line-height:18px;
	z-index:100;
	text-decoration:none;
}
.navigation ul ul {
	display:none;
	position:absolute;
	top:0;
	left:150px;
	width:150px;
	z-index:100;	
	background-color:#fff;
	border-top:none;
	border-bottom:2px solid #ebebeb;
	border-left:2px solid #ebebeb;
	border-right:2px solid #ebebeb;
	-moz-border-radius-bottomleft:9px;
	-moz-border-radius-bottomright:9px;
	-webkit-border-bottom-left-radius:9px;
	-webkit-border-bottom-right-radius:9px;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;  
}
/* Welcome Slogan Styling */
#slogan{
	width:230px;
	margin-top:15px;
	float:left;
}
#get-in-touch{
  margin-right: 5px;
	width:195px;
	height:53px;
	margin-top:25px;
	float:right;
  background: #EBEBEB;
}
img.get-in-touch {
  position: relative;
  bottom: 5px;
	left: -5px;
}
.intouch {
  margin: 15px 25px 15px 0;
  float: right;
}
.dot-separator{
	width:35px;
	height:54px;
	margin-top:20px;
	background-image:url(images/dot-separator.png);
	background-position:center;
	background-repeat:repeat-y;
	float:left;
}

/* Page-title Styling */
#page-title{
	width:100%;
	height:86px;
	background-color:#ebebeb;
	float:left;
	-webkit-box-shadow:inset 0px 5px 10px #dedede;
	-moz-box-shadow:inset 0px 5px 10px #dedede;
	box-shadow:inset 0px 5px 10px #dedede;
}
#page-title-inner{
	width:960px;
	margin:0px auto;
}
.title{
	margin:23px 0px 0px 18px;
	float:left;
}
.description{
	margin:30px 0px 0px 0px;
	width:516px;
	float:left;
}
.dot-separator-title{
	width:64px;
	height:39px;
	margin-top:22px;
	background-image:url(images/dot-separator.png);
	background-position:center;
	background-repeat:repeat-y;
	float:left;
}


/*  Slideshow
------------------------------------------------------*/
#slideshow{
	width:954px;
	height:298px;
	background-color:#ebebeb;
	float:left;
	position:relative;
}
#slideshow ul, #slideshow li{
	width:936px;
	height:280px;
	margin:6px 0px 0px 6px; 
	padding:0px;
	list-style-type:none;
  overflow: hidden;
  float: left;
}
#slideshow li a span.slide-text-bottom {
  color: #fff; 
}
#pager{
	position:absolute;
	z-index:100;
	bottom:20px;
	right:20px;
}
#pager a{
	background: url(images/slide.png) no-repeat scroll 50% 50%;
	display:block;
	float:left;
	font-size:0px;
	width:13px;
	height:13px;
	margin:2px;
	outline-style:none;
	outline-width:medium;
	padding:-1px;
}
#pager .activeSlide{
	background: url(images/slide.png) no-repeat scroll 0% 50%;
}

.clear {
	clear: both;
}
ul{list-style-type:circle;}

/* Slideshow alt2 */
.slide-img,
.slide-img-right {
	width:610px;
	height:280px;
	margin-right:26px;
	float:left;
}
.slide-img-right {
  margin-right:0;
  margin-left:26px;
}
.slide-text,
.slide-text-left{
	width:282px;
	margin-top:12px;
	float:left;
}
.slide-text-left{
  margin-left:16px;
}
.slide-text-bottom {
  height: 40px;
  padding: 10px 20px;
  width:   895px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000000;
  opacity: 0.7;
}
.heading1-slide{
	width:282px;
	font-size:22px;
	color:#65696e;
	line-height:20px;
	margin-bottom:15px;
	float:left;
}
.heading2-slide{
	width:282px;
	font-size:14px;
	color:#65696e;
	margin-bottom:15px;
	float:left;
}
.slide-text p{
	width:282px;
	margin:13px 0px 0px 0px;
	float:left;
}
.slide-more{
	height:29px;
	font-size:16px;
	color:#fff;
	text-align:center;
	margin:8px 0px 0px 0px;
	padding:6px 20px 0px 20px;
	background-color:#fff;
  position: absolute;
  bottom: 10px;
}
.slide-more a, .slide-more a:visited{
	color:#65696e;
	text-decoration:none;
}


/* Content
------------------------------------------------------*/
#content{
	width:960px;
	margin:0px auto;	
}
#content-left{
	width:622px;
	margin-right:50px;
	float:left;
}
#content-right{
	width:288px;
	margin:49px 0px;
	float:left;
}
#content-fullwidth{
	width:960px;
	float:left;
}
.maincontent{
	margin:49px 0px 60px 0px;
	float:left;
}
.sidebar{
	width:267px;		
	border-left:2px solid #ebebeb;
	padding-left:21px;
	float:left;
}
.sidebar-bottom{
	width:288px;
	height:11px;
	margin-bottom:34px;
	background-image:url(images/sidebar-bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	float:left;
}

/* Content list */
ul.sidebar-list,
.sidebar ul,
.widget ul {
	margin:0px; 
	padding:0px 0px 13px 0px; 
	list-style-type:none;
}
ul.sidebar-list li,
.sidebar ul li,
.widget ul li {
	background-image:url(images/bottom-dot2.png);
	background-position:bottom;
	background-repeat:repeat-x;
	padding-bottom:4px;
	line-height:26px;
}
ul.sidebar-list li a,
.sidebar ul li a,
.widget ul li a {
	color:#a6a6a6;
	text-decoration:none;
}
ul.sidebar-list li a:hover,
.sidebar ul li a:hover,
.widget ul li a:hover {
	text-decoration:underline;
}
.sidebar ul.ads-list li {
  border: none;
  background: none;
}

/* Front Box Styling */
#content .front-box-content{
}
#content .front-box-content2{
}
#front-box{
	width:960px;
	margin:0px auto;
}
.front-box-content{
	width:286px;
	margin-top:25px;
	float:left;
}
.front-box-content2{
	width:622px;
	margin-top:25px;
	float:left;
}
.front-box-content3{
	width:286px;
	margin-top:25px;
	float:left;
}
.front-box-content-client{
	width:286px;
	margin-top:25px;
	float:left;
}
p.home-page-frontbox {
text-align: justify;
}

.front-box-content h4{
	color:#3e4043;
	font-weight: normal;
}
.front-box-content h4 a {
  color:#3e4043;  
}
.img-front{
	width:79px;
	min-height:64px;
	float:left; 
	padding:10px 0 0 8px;
}
.dot-separator-content{
	width:50px;
	height:138px;
	margin-top:22px;
	background-image:url(images/dot-separator.png);
	background-position:center;
	background-repeat:repeat-y;
	float:left;
}
.separator-content{
	width:50px;
	display:block;
	float:left;
}

/* Client Logo list */
ul.client-list,
.sidebar ul.client-list,
.footer-widget ul.client-list {
	width:288px;
	margin:0px 0px 0px 2px; 
	padding:0px; 
	list-style-type:none;
}
.footer-widget ul.client-list {
  width:100%;
}
ul.client-list li,
.sidebar ul.client-list li,
.footer-widget ul.client-list li {
	width:64px;
	margin:0px 10px 6px 0px;
	float:left;
	padding: 0;
	background: none;
}
.sidebar ul.client-list li {
	margin:0px 20px 12px 0px;
}
ul.client-list li.client-last,
.sidebar ul.client-list li.client-last,
.footer-widget ul.client-list li.client-last{
	width:64px;
	margin:0px 0px 6px 0px;
	float:left;
}


/* About
------------------------------------------------------*/
.about-item{
	width:296px; 
	float:left; 
	padding-bottom:15px;
}
.spacer{
	width:30px; 
	float:left; 
	display:block; 
	height:100%;
}
.about-team{
	width:82px; 
	height:108px; 
	float:left;
}
.box-bq{
	padding:12px 20px 2px 20px;
	background-color:#ebebeb;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	float:left;
}

	
/* Services
------------------------------------------------------*/
.services-column{
	width:455px;
	margin:20px 0px 10px 0px;
	border-bottom:1px solid #ebebeb;
	float:left;
	height: 180px;
}
.services-column h4 a {
  color:#65696e;
}
.services-spacer{
	width:50px;
	display:block;
	float:left;
}
.services-spacer-box{
	width:30px;
	display:block;
	float:left;
}
.more-button{
	height:29px;
	font-size:16px;
	color:#3e4043;
	text-align:center;
	margin:10px 0px 20px 0px;
	padding:6px 20px 0px 20px;
	background-color:#ebebeb;
	float:right;
}
.more-button a, .more-button a:visited{
	text-decoration:none;
	color:#3e4043;
}
.heading-text{
	font-size:14px;
	font-style:italic;
	line-height:24px;
}
.services-margintop{
	margin-top:40px;
	margin-bottom:30px;
}
.services-box{
	width:275px;
	float:left;
}
.services-box p{
	margin-bottom:23px;
}


/* Portfolio
------------------------------------------------------*/
/* Portfolio Category Filter */
#filter {
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	font: normal 11px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 10px 0;
	border-bottom: 1px solid #D3D3D3;
}
#filter ul {
  margin: 10px 10px 15px 10px;
  padding: 0;
}
ul#filter {
  margin: 10px 0 25px 0;
  padding: 0 0 20px 0;  
}
#filter li {
	display: inline;
	color: #a1a2a2;
	font-weight: bold;
	margin-right: 5px;
}

#filter li a {
	margin-right: 2px;
	padding: 5px 8px;
	color: #a1a2a2;
  text-decoration: none;
}

#filter li a:hover,
#filter li a.current, 
#filter li.current a,
#filter li.current-cat a {
	background-color: #e0e0e0;
	color: #8a8a8a;
	border: 1px solid #dadada;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	  
}

.pf-title{
	width:900px;
	height:16px;
	float:left;
}
#pf-view{
	width:60px;
	height:29px;	
	float:left;
}
.pf-box-view{
	background-color:#ebebeb;
	margin-bottom:25px;
	padding:12px 12px 13px 12px;
	float:left;
}
.pf{
	margin:14px 14px 0px 20px;
	float:left;
}

/* List and Grid View */
ul.display{
	float:left;
	width:960px;
	margin:0;
	padding:0;
	list-style:none;	
}
ul.display li{
	float:left;
	width:960px;
	padding:0px;
	margin:0;
}
ul.display li .content_block img{
	padding:0px;
	margin:0px;
	float:left;
}

ul.display li ul.check-list li{
	float:left;
	width:463px;
	margin-left:20px;
}
ul.display li .content_block{
  padding-bottom: 15px;
	margin:15px 0px 22px 0px;
	border-bottom:1px solid #ebebeb;
	float:left;
}
ul.display li .content_block h4{
	width:485px;
	margin-left:20px;
	float:left;
	font-weight: normal;
}
ul.display li .content_block h4 a {
  border: none;
  text-decoration: none;
}
ul.display li .content_block p{
	width:485px;
	font-size:12px;
	margin-left:20px;
	float:left;
  margin-bottom: 5px;
}
ul.thumb_view li{
	width:455px;
	margin:0px 10px;
}
ul.thumb_view li .pf-box-view{
	background-color:#ebebeb;
	margin-bottom:25px;
	padding:12px 12px 3px 12px;
	float:left;
}
ul.thumb_view li .content_block h4{
	width:455px;
	margin:-15px 0px 5px 0px;
	float:left;
	font-weight: normal;
}
ul.thumb_view li .content_block p{
	width:455px;
	font-size:12px;
	margin-left:0px;
	float:left;
}
ul.thumb_view li ul.check-list,  ul.thumb_view li .more-button{
	display:none;
}
ul.thumb_view li .more-button{
	display:block;
	margin-bottom: 20px;
	margin-left: 0;
}

ul.thumb_view li .content_block a img{
	margin: 0 0 10px;
}
a.switch_thumb{
	width:60px;
	height:29px;
	line-height:26px;
	padding:0;
	margin:-7px 0px 0px 0px;
	display:block;
	background:url(images/select-view.gif) no-repeat;
	outline:none;
	text-indent:-9999px;
}
a:hover.switch_thumb{
	filter:alpha(opacity=75);
	opacity:.75;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}
a.swap{background-position: left bottom;}
.single-pf-thumb {
  float: left;
  width: 455px;
}
.single-pf-content {
  float: left;
  width: 455px;
  margin-left: 30px;
}
/* Check list */
ul.check-list,
.maincontent .blog-posted ul,
.pf-box-content ul {
	margin:-3px 0px 20px 0px; 
	padding:0px; 
	list-style-type:none;
}
ul.check-list li,
.maincontent .blog-posted ul li,
.pf-box-content ul li {
	background-image:url(images/bullet.png);
	background-position:0px 7px; 
	background-repeat:no-repeat; 
	padding-left:22px;
	line-height:26px;
}
/* Blog
------------------------------------------------------*/
.blog-post{
	float:left;
}
.left-head{
	width:40px;
	background-color:#ebebeb;
	margin-right:14px;
	padding:7px 0px 7px 0px;
	float:left;
}
.right-head{
	width:568px;
	border-bottom:1px solid #ebebeb; 
	float:left
}
.blog-posted{	
	width:622px;
	margin:21px 0px 10px 0px;
	float:left;
}
.blog-posted embed {
   margin-bottom: 10px;
   clear: both;
}
.right-head h3{
	width:568px;
	margin-bottom:2px;
}
.right-head a, .right-head a:visited{
	text-decoration:none;
	color:#65696e;
}
.post-info{
	width:568px;
	color:#d9d8d8;
	margin-bottom:5px;	 
	float:left;
	display:none;
}
.post-info a, .post-info a:visited{
	text-decoration:none;
	color:#d9d8d8;
}
.post-info a:hover{
	text-decoration:underline;
}
.date{
	font-size:20px;
	color:#65696e; 
	line-height:20px;
	text-align:center; 
}
.month{
	font-size:12px;
	color:#65696e; 
	line-height:10px; 
	text-align:center;
}
.blog-box{
	background-color:#ebebeb;
	margin:0px 15px 0px 0px;
	padding:12px 10px;
	float:left;
}

/* Author info styling */
.author{
	width:600px;
	background-color:#ebebeb; 
	color:#abacad; 
	padding:10px 15px 6px 15px; 
	line-height:18px; 
	float:left;
	margin-bottom: 30px;
}
.author h5{
	color:#65696e;
	margin:1px 0px 5px 0px;
}

/* Image and Captions */

img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
  margin-bottom: 10px;  
}
.alignright {
	float:right;
}
.alignleft {
	float:left;
}

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px 10px 10px 5px;
-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;
}

/* Image and Caption End */


/*------- WP Pagenavi ------- */
.blog-pagination .wp-pagenavi {
  padding: 20px 0;
  text-align: left;
}
.main .blog-pagination .wp-pagenavi a, .blog-pagination .wp-pagenavi a:link {
border:none;
background-color:#ebebeb;
-moz-border-radius:6px;
-webkit-border-radius:6px;
color:#3e4043;
font-size:16px;
padding:8px;
cursor: pointer;
}
.blog-pagination .wp-pagenavi a:visited {
border:none;
background-color:#ebebeb;
-moz-border-radius:6px;
-webkit-border-radius:6px;
color:#3e4043;
font-size:16px;
padding:8px;
cursor: pointer;

}
.blog-pagination .wp-pagenavi a:hover {	
border:none;
background-color:#ebebeb;
-moz-border-radius:6px;
-webkit-border-radius:6px;
color:#3e4043;
font-size:16px; 
padding:8px;
cursor: pointer;

}
.blog-pagination .wp-pagenavi a:active {
border:none;
background-color:#ebebeb;
-moz-border-radius:6px;
-webkit-border-radius:6px;
color:#3e4043;
font-size:16px; 
padding:8px;
cursor:default;

}
.blog-pagination .wp-pagenavi span.pages {
border:none;
background-color:#ebebeb;
-moz-border-radius:6px;
-webkit-border-radius:6px;
color:#3e4043;
font-size:16px;
padding:8px;
cursor: pointer;

}
.blog-pagination .wp-pagenavi span.current {
border:none;
background-color:#ebebeb;
-moz-border-radius:6px;
-webkit-border-radius:6px;
color:#3e4043;
font-size:16px;
padding:8px;

}
.blog-pagination .wp-pagenavi span.extend {
border:none;
background-color:#ebebeb;
-moz-border-radius:6px;
-webkit-border-radius:6px;
color:#3e4043;
font-size:16px;
padding:8px;
cursor: pointer;
}
.pages{
	display:none;
}
/*------- WP Pagenavi End ------- */

/*------- Traditional Navigation -----*/
.page-navigation {
  	margin-top: 10px;
  	margin-bottom: 10px;
 	font-size:16px;
}
.page-navigation a {
	text-decoration: none;
	color: #353535;
}
.page-navigation a:hover {
	color: #858585;
	text-decoration:none;  
}
li.clearpaging {
 	 clear: both;
}

/* Ads list */
ul.ads-list{
	width:260px;
	margin:0px 0px 10px 0px; 
	padding:0px; 
	list-style-type:none;
}
ul.ads-list li{
	width:260px;
	margin:0px;
	float:left;
}


/* Contact
------------------------------------------------------*/
form{
	margin:0; 
	padding:0;
}
#contactFormArea{
	width:406px;
	margin:49px 0px 0px 86px;  
}
.map{
	background-color:#ebebeb;
	margin:0px;
	padding:12px;
	float:left;
}
.google_map {
  border: 4px solid #ffffff;
  margin-bottom: 10px;
}
#contact_google_map {
  width: 400px;
  height: 250px; 
}
.contact-separator{
	width:52px;
	height:395px;
	margin-top:49px;
	background-image:url(images/dot-separator.png);
	background-position:right;
	background-repeat:repeat-y;
	float:left;
}
#contact-left{
	width:395px;
	float:left;
}
#contact-right{
	width:513px;
	float:left;
}
#maincontactform {
  	margin: 20px 0;
}
#maincontactform label {
	font-size: 1.1em;
	width: 100px;
	float: left;
	font-weight: normal;
	clear: both;
	margin-bottom:3px;
}
.textfield,
input#s {
  	float: left;
	font-family:Tahoma, Arial, verdana;
  	font-size:12px;
  	margin-bottom: 13px;
  	padding: 3px;
  	color: #8a8a8a;
  	width: 406px;
  	height: 22px;
	background-color:#ffffff; 
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	behavior:url(border-radius.htc);
	border:2px solid #ebebeb;
}
.textarea {
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	behavior:url(border-radius.htc);
	border:2px solid #ebebeb;  
  	float: left;
  	font-family:Tahoma, Arial, verdana;
  	font-size:12px;
  	margin: 0;
  	padding: 3px;
  	color: #8a8a8a;  
  	width: 406px;
  	height: 116px;
  	background-color:#ffffff; 
  	overflow: hidden
}
.buttoncontact  {
	background-image:url(images/send-now.gif); 
	background-repeat:no-repeat; 
	padding:0px; margin:0px; 
	border:0px; 
	width:97px; 
	height:33px; 
	cursor:pointer; 
	float:right; 
	margin-top:20px;
	margin-right:-10px;
}
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0)
{
.buttoncontact{
	background-image:url(images/send-now.gif); 
	background-repeat:no-repeat; 
	padding:0px; margin:0px; 
	border:0px; 
	width:97px; 
	height:33px; 
	cursor:pointer; 
	float:left; 
	margin:10px 10px 0px 323px;
}
}
#emailSuccess{
	width:355px;
  	display:block;
	border-top:1px solid #91E691;
	border-bottom:1px solid #91E691;
	background-color:#E0FFE0;
	color:#007500;
	text-align:center;
	padding:7px 30px;
	display: none;
}
.require {
	display:none;
}
.loading {
  	margin-top: 15px;
  	float: left;
  	background: url(images/loading-contact.gif) top left no-repeat;
  	padding-left: 32px;
  	font-size: 1.1em;
  	color:#757475;
  	margin-left: 10px;
}
label.screen-reader-text {
  	display: none;
}
input#searchsubmit {
  	padding: 7px 5px; 
  	margin-left: 10px;
}
.sidebar input#s {
margin-right: 10px;
width: 240px;
}
.sidebar input#searchsubmit {
  	float: left; 
  	margin-left: 0;
  	margin-bottom: 10px;
}
.sidebar label.screen-reader-text {
  	display: none;
}

/* Footer
------------------------------------------------------*/
#footer-content{
	width:960px;
	height:263px;
	background-image:none;
	background-repeat:no-repeat;
	background-position:top center;
	margin:0px auto;
}
#footer-address{
	width:273px;
	margin-top:28px;
	float:left;
}
#footer-address p{
color:lightGrey;
}

#footer-address img{
	margin-bottom:10px;
}
#footer-last{
	width:960px;
	margin-top:26px;
	border-top:2px solid #979696;
	float:left;
}

/* Footer News list */
#footer-news{
	width:460px;
	margin-top:28px;
	float:right;
}
#footer-news h3{
	margin-bottom:7px;
	color:white;
}
ul.list-bottom,
.footer-widget ul {
	margin:0px; 
	padding:0px; 
	list-style-type:none;
}
ul.list-bottom li,
.footer-widget ul li{
	background-image:url(images/bottom-dot.png);
	background-position:bottom;
	background-repeat:repeat-x;
	padding-bottom:4px;
	line-height:26px;
}
ul.list-bottom li a,
.footer-widget ul li a{
	color:lightGrey;
	text-decoration:none;
}
ul.list-bottom li a:hover,
.footer-widget ul li a:hover{
	text-decoration:underline;
}
#footer-copyright{
	font-size:11px;
	margin-top:10px;
	float:right;
	color:lightGrey;
}
#footer-copyright a{
	color:lightGrey;
	font-weight:bold;
}
#footer-copyright a:hover{
	text-decoration:none;
	color: #a6a6a6;	
}
}

/* footermenu Styling */
#footer-menu{
	width:500px;
	margin:0px;
	padding:0px;
	float:left;	
}
.navigation-footer{
	width:543px;
	float:left;
	margin:9px 0px 0px 0px;
	padding:0px;
	list-style-type:none;
}
.navigation-footer ul{
	margin:0px; 
	padding:0px; 
	list-style-type:none; 
	position:relative;
	clear:both;	
}
.navigation-footer li{	
	list-style-type:none; 
	padding:0px; 
	margin:0px; 
	float:left;
	z-index:100; 
	position:relative;
}
.navigation-footer li a{
	font-size:11px;
	text-decoration:none;
	color:lightGrey; 
	display:block;
	margin:0px;
	padding-right:24px;
	float:left;
	z-index:100;	
}
.navigation-footer li.current a, .navigation-footer li a:hover, .navigation-footer li.current li a:hover{
	text-decoration:none;
	color: #a6a6a6;	
}
.navigation-footer li.current li a{
	text-decoration:none;
	color:#a6a6a6;
}

/* Comment Form */
#comment{margin-bottom:15px; float:left;}
#comment-form{float:left;}
#comment-form fieldset {border: none;}
.comment-post{margin-top:20px; border-bottom:1px solid #d7d7d7; float:left;width: 620px;}
.comment-entry{margin-bottom:-10px; padding-bottom:10px; border-bottom:1px solid #d7d7d7; float:left;width: 620px;}
.avatar{margin-right:10px; float:left;}
.comment-date{font-style:italic; font-size:11px; color:#979797; float:left;}
.comment-text{width:520px; float:left;}
.comment-text p{width:520px; margin-top:10px; float:left;}
.imgborder{float:left; border:1px solid #d7d7d7; padding:2px;}

#commentFormArea {width:500px; margin:0px 0px 35px 0px; color:#757475; float:left;}
.label-comment {width:100px; margin:6px 0px 0px 10px; float:left;}
.input-comment {background-color:#ffffff; font-family:Tahoma, Arial, verdana; font-size:12px; border:2px solid #ebebeb; -moz-border-radius:6px;
	-webkit-border-radius:6px; width:270px; padding:5px 5px 5px 5px; margin:0px 0px 13px 0px; color:#6b6b6b; float:left;}
.input-submit-comment {  clear: both;
  float: left;
  width: 76px;
  height: 33px;
  border: none;
  background: url(images/submit-button.gif) no-repeat;
  cursor: pointer;
  margin-top:0px;}
.textarea-comment {background-color:#ffffff; font-family:Tahoma, Arial, verdana; font-size:12px; border:2px solid #ebebeb; -moz-border-radius:6px;
	-webkit-border-radius:6px; width:470px; height:100px; padding:5px 5px 5px 5px; margin:0px; color:#6b6b6b;}
.reply{
	font-size:11px;
	font-style:italic;
	margin-bottom:15px;
}

/* WP Calendar */
table#wp-calendar {
  border-collapse: collapse;
}
table#wp-calendar caption {
  font-size: 1.4em; 
}
tbody td.pad {
  width: 30px;
  background-color:#fff;
}
table#wp-calendar>tbody>tr>td>a {
   font-weight:bold;
   font-size:14px;
   font-family:arial narrow, arial, garamond, palatino linotype, times new roman, bookman old style;
}
thead>tr>th {
  padding : 10px;
  text-align:center;
  background-color:#fff;
}
tbody>tr>td {
padding : 10px 12px;
text-align:center;
}
tbody>tr>td#today {
  color: green;
  font-weight: bold; 
}
tfoot>tr>td>a, tfoot>tr>td>a:link, tfoot>tr>td>a:visited, tfoot>tr>td>a:hover, tfoot>tr>td>a:active {
  font-weight:bold;
  font-size:14px;
  height:20px;
  font-family:garamond, bookman old style, times new roman, arial narrow, arial;
}
tfoot>tr>td#prev {
  width: 40px;
  margin: 3px;
  padding-left: 10px;
  text-align:left;
  background-color:#ffffff;
}
tfoot>tr>td#next {
  width: 40px;
  margin: 3px;
  text-align:right;
  background-color:#ffffff;
}

/* Custom */
ul.arrow,
ul.checklist,
ul.circle,
#slideshow ul li ul.arrow,
#slideshow ul li ul.checklist,
#slideshow ul li ul.circle,
ul.display li ul.arrow,
ul.display li ul.checklist,
ul.display li ul.circle {
  margin: 0 0 0 10px;
  padding: 0;
  list-style: none;
}  
ul.display li ul.checklist  {
  margin: 0 0 0 0;
  padding: 0;
} 
#slideshow ul li ul.arrow,
#slideshow ul li ul.checklist,
#slideshow ul li ul.circle {
  margin: 0 0 0 10px;
  padding: 0;
  list-style: none;
  clear: both;
} 
#slideshow ul li ul.checklist,
#slideshow ul li ul.circle {
  margin: 0 0 0 10px;
  padding: 0;
  list-style: none;
  float: none;
  overflow: !important;
}  
ul.arrow li,
#slideshow ul li ul.arrow li {
	background-image:url(images/list-general.gif);
	background-position:0px center;
	background-repeat:no-repeat;
	padding:0px 0px 0px 12px;
	line-height:24px;
	list-style-type:none;
}
ul.checklist li,
#slideshow ul li ul.checklist li,
ul.display li ul.checklist li {
	background-image:url(images/check.gif);
	background-position:0px center;
	background-repeat:no-repeat;
	padding:0px 0px 0px 22px;
	line-height:24px;
	list-style-type:none;
}
ul.display li ul.checklist li {
	float:left;
	width:463px;
	margin-left:20px;
  margin-bottom: 0; 
}
ul.circle li,
#slideshow ul li ul.circle li{
	background-image:url(images/bullet.png) !important;
	background-position:0px center;
	background-repeat:no-repeat;
	padding:0px 0px 0px 20px !important;
	line-height:20px !important;
	list-style-type:none;
}
#slideshow ul li ul.arrow li,
#slideshow ul li ul.checklist li,
#slideshow ul li ul.circle li {
  width: auto;
  height: auto;
  float: none;
  overflow: !important; 
  line-height:18px !important;
}
/* Pullquotes */
.pullquote_right,.pullquote_left{
	color:#9c9c9c;
	float:right;
	font-size:1.2em;
	letter-spacing:0px;
	margin-bottom:0;
	margin-top:7px;
	margin-left:20px;
	padding-left:15px;
	width:40%;
	font-weight:bold;
  font-style:italic; 
  line-height:1.4em;
  border-left:2px solid #cccccc;
}
.pullquote_left{
  border-right:2px solid #cccccc;
  border-left:none;
	float:left;
	margin-left:0px;
	margin-right:10px;
	padding-left:0;
	padding-right:15px ;
}

/* Dropcap */
.dropcap{
	float:left;
	font-size:30px;
	height:41px;
	line-height:30px;
	margin-bottom:-10px;
	margin-right:0px;
	padding-top:3px;
	text-align:center;
	width:41px;
}

/* Custom Message Styling */
.info {
	margin: 15px 0;
	color: #478BBF;
	padding: 8px 10px 8px 37px;
	background: #DCEFF5 url(images/info.png) 12px 9px no-repeat;
	border: 1px solid #B8E7F5;
} 
.success {
	margin: 15px 0;
    color:#3F9153;  
    padding:8px 10px 8px 37px;
    background:#D7F7DF url(images/success.png) 12px 9px no-repeat;
    border:1px solid #A3F7B8
}
.error {
    margin: 15px 0;
    color: #C24848;  
    padding: 8px 10px 8px 37px;
    background: #FFD6D6 url(images/error.png) 12px 9px no-repeat;
    border: 1px solid #FFC2C2;
} 
.warning {
    margin: 15px 0;
    color: #CF9E00;  
    padding: 8px 10px 8px 37px;
    background: #FAF2D7 url(images/warning.png) 12px 9px no-repeat;
    border: 1px solid #FAE8AF;
} 
/*  Highlight Styles */

.highlight-yellow {padding:1px 4px;background-color:yellow;color:#111;}	
.highlight-dark{padding:1px 4px;background-color:#6a6a6a;color:#fff;}
.highlight-red{padding:1px 4px;background-color:#DE2D2D;color:#fff;}	
.highlight-green{padding:1px 4px;background-color:#A3CC29;color:#111;}		

.button, 
.button-red {
	background-color:#aa2328;
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari, Chrome */
	-khtml-border-radius: 4px; /*Linux browsers*/
	border-radius: 4px; /*CSS3*/
	background-image:url(images/bg-button.gif);
	background-repeat:repeat-x;
	color:#fff !important;
	margin-right:10px;
  margin-bottom:10px;
	padding:8px 20px 10px 20px;
	font-size:16px;
	display: inline-block;
}
.button2,
input#searchsubmit {
	background-color:#bcbcbc;
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari, Chrome */
	-khtml-border-radius: 4px; /*Linux browsers*/
	border-radius: 4px; /*CSS3*/
	background-image:url(images/bg-button2.gif);
	background-repeat:repeat-x;
	color:#fff !important;
	margin-right:10px;
	padding:8px 20px 10px 20px;
	font-size:16px;
	display: inline-block;
}
input#searchsubmit {
	padding:4px 10px;
	font-size:12px;
  border: 1px solid #BDBDBD;  
}
.button-alt{
	background-color:#aa2328;
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari, Chrome */
	-khtml-border-radius: 4px; /*Linux browsers*/
	border-radius: 4px; /*CSS3*/
	background-image:url(images/bg-button.gif);
	background-repeat:repeat-x;
	color:#fff !important;
   margin-bottom:10px;
	padding:8px 20px 10px 20px;
	font-size:16px;
}
.button-blue {
	background-color:#023161;
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari, Chrome */
	-khtml-border-radius: 4px; /*Linux browsers*/
	border-radius: 4px; /*CSS3*/
	background-image:url(images/bg-button-blue.gif);
	background-repeat:repeat-x;
	color:#fff !important;
   margin-bottom:10px;
	margin-right:10px;
	padding:8px 20px 10px 20px;
	font-size:16px;
}
.button:hover, .button-alt:hover, .button2:hover,.button-blue:hover,.button-red:hover{color:#fff; text-decoration:none}


/* Toggle
---------------------------------------------------------- */
.toggle {
  clear: both;
  margin-bottom: 5px;
}
.toggle_title {
	margin:0;
	line-height:18px;
	background: url(images/help.png) right no-repeat;
	cursor:pointer;
	border-bottom:1px solid #e4e4e4;
	padding:1px 0px 9px 0px;
	clear:both;	
}
.toggle_active {
	background: url(images/yes.png) right no-repeat;
}
.toggle_content {
	display:none;
	background-color:#f6f6f6;
	margin:-5px 0px 10px 0px;
	padding:11px 13px 1px 13px;	
}

/* Twitter */
div#twitter {
}
p#preloader {
	margin: 0;
	padding: 1em 1em 1em 3em;
	background: transparent url(images/loading.gif) 1em center no-repeat;
}
ul#twitter_update_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul#twitter_update_list li {
	margin: 8px 0;
	padding-bottom: 8px;
  border-bottom: 1px solid #eaeaea;
	font-size: 12px;
	color: #868686;
	font-style: italic;
	line-height: 16px;
}
ul#twitter_update_list li a {
  background: none;
  padding: 0;
	/* timestamp link */
}
ul#twitter_update_list li span {
	display: block;
}
ul#twitter_update_list li span a {
}
ul#twitter_update_list li span a:hover{
}
ul#twitter_update_list li.firstTweet {
}
ul#twitter_update_list li.lastTweet {
	border-bottom: none;
}
a#profileLink {
	display: block;
	padding: 0.3em 1em;
	text-align: right;
	font-weight: bold;
	font-size: 12px;
	color: #8f8f8f;
}

/*PDF Download link*/
div.pdf {
	width: 400px;
	height: 120px;
	margin-top: 50px;
	padding-left: 10px;
	background: #FFF;
	border: 1px solid #CCC;
	}
	
	
h3.pdf {
	margin: 0;	
	padding: 7px 0 0 0;
	font-size: 15px;
	}
		
img.pdf {
	padding: 5px;
	border: none;
	float: left;
	margin: 5px 10px 0 0;
	}

a.pdf {
	color: #222;
	text-decoration: none;	
	display: block;
	padding: 5px;
	outline: none;
	}

		
p.pdf {
	margin: 0;	
	padding: 2px 0;
	}



/*
  960 Grid System ~ Core CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/

body {
  min-width: 960px;
}

/* `Containers
----------------------------------------------------------------------------------------------------*/

.container_12,
.container_16 {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11,
.push_12, .pull_12,
.push_13, .pull_13,
.push_14, .pull_14,
.push_15, .pull_15 {
  position: relative;
}

.container_12 .grid_3,
.container_16 .grid_4 {
  width: 220px;
}

.container_12 .grid_6,
.container_16 .grid_8 {
  width: 460px;
}

.container_12 .grid_9,
.container_16 .grid_12 {
  width: 700px;
}

.container_12 .grid_12,
.container_16 .grid_16 {
  width: 940px;
}

/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
  margin-left: 0;
}

.omega {
  margin-right: 0;
}

/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
  width: 60px;
}

.container_12 .grid_2 {
  width: 140px;
}

.container_12 .grid_4 {
  width: 300px;
}

.container_12 .grid_5 {
  width: 380px;
}

.container_12 .grid_7 {
  width: 540px;
}

.container_12 .grid_8 {
  width: 620px;
}

.container_12 .grid_10 {
  width: 780px;
}

.container_12 .grid_11 {
  width: 860px;
}

/* `Grid >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .grid_1 {
  width: 40px;
}

.container_16 .grid_2 {
  width: 100px;
}

.container_16 .grid_3 {
  width: 160px;
}

.container_16 .grid_5 {
  width: 280px;
}

.container_16 .grid_6 {
  width: 340px;
}

.container_16 .grid_7 {
  width: 400px;
}

.container_16 .grid_9 {
  width: 520px;
}

.container_16 .grid_10 {
  width: 580px;
}

.container_16 .grid_11 {
  width: 640px;
}

.container_16 .grid_13 {
  width: 760px;
}

.container_16 .grid_14 {
  width: 820px;
}

.container_16 .grid_15 {
  width: 880px;
}

/* `Prefix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_3,
.container_16 .prefix_4 {
  padding-left: 240px;
}

.container_12 .prefix_6,
.container_16 .prefix_8 {
  padding-left: 480px;
}

.container_12 .prefix_9,
.container_16 .prefix_12 {
  padding-left: 720px;
}

/* `Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_1 {
  padding-left: 80px;
}

.container_12 .prefix_2 {
  padding-left: 160px;
}

.container_12 .prefix_4 {
  padding-left: 320px;
}

.container_12 .prefix_5 {
  padding-left: 400px;
}

.container_12 .prefix_7 {
  padding-left: 560px;
}

.container_12 .prefix_8 {
  padding-left: 640px;
}

.container_12 .prefix_10 {
  padding-left: 800px;
}

.container_12 .prefix_11 {
  padding-left: 880px;
}

/* `Prefix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .prefix_1 {
  padding-left: 60px;
}

.container_16 .prefix_2 {
  padding-left: 120px;
}

.container_16 .prefix_3 {
  padding-left: 180px;
}

.container_16 .prefix_5 {
  padding-left: 300px;
}

.container_16 .prefix_6 {
  padding-left: 360px;
}

.container_16 .prefix_7 {
  padding-left: 420px;
}

.container_16 .prefix_9 {
  padding-left: 540px;
}

.container_16 .prefix_10 {
  padding-left: 600px;
}

.container_16 .prefix_11 {
  padding-left: 660px;
}

.container_16 .prefix_13 {
  padding-left: 780px;
}

.container_16 .prefix_14 {
  padding-left: 840px;
}

.container_16 .prefix_15 {
  padding-left: 900px;
}

/* `Suffix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_3,
.container_16 .suffix_4 {
  padding-right: 240px;
}

.container_12 .suffix_6,
.container_16 .suffix_8 {
  padding-right: 480px;
}

.container_12 .suffix_9,
.container_16 .suffix_12 {
  padding-right: 720px;
}

/* `Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_1 {
  padding-right: 80px;
}

.container_12 .suffix_2 {
  padding-right: 160px;
}

.container_12 .suffix_4 {
  padding-right: 320px;
}

.container_12 .suffix_5 {
  padding-right: 400px;
}

.container_12 .suffix_7 {
  padding-right: 560px;
}

.container_12 .suffix_8 {
  padding-right: 640px;
}

.container_12 .suffix_10 {
  padding-right: 800px;
}

.container_12 .suffix_11 {
  padding-right: 880px;
}

/* `Suffix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .suffix_1 {
  padding-right: 60px;
}

.container_16 .suffix_2 {
  padding-right: 120px;
}

.container_16 .suffix_3 {
  padding-right: 180px;
}

.container_16 .suffix_5 {
  padding-right: 300px;
}

.container_16 .suffix_6 {
  padding-right: 360px;
}

.container_16 .suffix_7 {
  padding-right: 420px;
}

.container_16 .suffix_9 {
  padding-right: 540px;
}

.container_16 .suffix_10 {
  padding-right: 600px;
}

.container_16 .suffix_11 {
  padding-right: 660px;
}

.container_16 .suffix_13 {
  padding-right: 780px;
}

.container_16 .suffix_14 {
  padding-right: 840px;
}

.container_16 .suffix_15 {
  padding-right: 900px;
}

/* `Push Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .push_3,
.container_16 .push_4 {
  left: 240px;
}

.container_12 .push_6,
.container_16 .push_8 {
  left: 480px;
}

.container_12 .push_9,
.container_16 .push_12 {
  left: 720px;
}

/* `Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .push_1 {
  left: 80px;
}

.container_12 .push_2 {
  left: 160px;
}

.container_12 .push_4 {
  left: 320px;
}

.container_12 .push_5 {
  left: 400px;
}

.container_12 .push_7 {
  left: 560px;
}

.container_12 .push_8 {
  left: 640px;
}

.container_12 .push_10 {
  left: 800px;
}

.container_12 .push_11 {
  left: 880px;
}

/* `Push Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .push_1 {
  left: 60px;
}

.container_16 .push_2 {
  left: 120px;
}

.container_16 .push_3 {
  left: 180px;
}

.container_16 .push_5 {
  left: 300px;
}

.container_16 .push_6 {
  left: 360px;
}

.container_16 .push_7 {
  left: 420px;
}

.container_16 .push_9 {
  left: 540px;
}

.container_16 .push_10 {
  left: 600px;
}

.container_16 .push_11 {
  left: 660px;
}

.container_16 .push_13 {
  left: 780px;
}

.container_16 .push_14 {
  left: 840px;
}

.container_16 .push_15 {
  left: 900px;
}

/* `Pull Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_3,
.container_16 .pull_4 {
  left: -240px;
}

.container_12 .pull_6,
.container_16 .pull_8 {
  left: -480px;
}

.container_12 .pull_9,
.container_16 .pull_12 {
  left: -720px;
}

/* `Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_1 {
  left: -80px;
}

.container_12 .pull_2 {
  left: -160px;
}

.container_12 .pull_4 {
  left: -320px;
}

.container_12 .pull_5 {
  left: -400px;
}

.container_12 .pull_7 {
  left: -560px;
}

.container_12 .pull_8 {
  left: -640px;
}

.container_12 .pull_10 {
  left: -800px;
}

.container_12 .pull_11 {
  left: -880px;
}

/* `Pull Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .pull_1 {
  left: -60px;
}

.container_16 .pull_2 {
  left: -120px;
}

.container_16 .pull_3 {
  left: -180px;
}

.container_16 .pull_5 {
  left: -300px;
}

.container_16 .pull_6 {
  left: -360px;
}

.container_16 .pull_7 {
  left: -420px;
}

.container_16 .pull_9 {
  left: -540px;
}

.container_16 .pull_10 {
  left: -600px;
}

.container_16 .pull_11 {
  left: -660px;
}

.container_16 .pull_13 {
  left: -780px;
}

.container_16 .pull_14 {
  left: -840px;
}

.container_16 .pull_15 {
  left: -900px;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix {
  zoom: 1;
}

#ribbon-twenty-years{
	position:absolute;
	right:0px;
	top:0px;
	z-index:999;
	width:110px;
	height:110px;
}


div#home-page-logos {width:100%; height:140px;clear:both;padding-top:20px;}

div#home-page-logos a {margin:0px 24px 10px 24px;display:inline-block;}

div#home-page-categories {clear:both;padding:10px 0 10px 0;}

div#home-page-categories a {display:inline-block;height:35px;width:100%;float:left;font-size: 16px;line-height: 16px;font-weight: normal;padding-left: 10px;}

div#home-page-categories a:hover {
	color:#262626; 
	text-decoration:none;

	-webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
    
div#pager a:hover{
    -webkit-transition:none;
    -moz-transition:none;
    -o-transition:none;
    transition:none;}
    
div.description p {font-size:14px;}

/* Energy Saving */

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
	div.energy-cat {min-height:160px;}
	div.energy-cat h2 {min-height:40px;display:inline-block;}

}

div#energy-cat-warapper{margin:0 5px 0 5px;}
div.energy-cat {width:50%;float:left;display:inline-block;}
hr {margin:5px 10px 10px 0;clear:both;}
p {text-align:justify;padding:0 10px 0 0;}
div.energy-cat p {text-align:left;padding:0 10px 0 0;min-height:36px;margin-bottom:10px;}
div.energy-cat h2 {margin-bottom:0px;float:left;font-size:20px;}
img.energy-icon {padding:20px 20px 20px 10px !important;float:left;width:80px;height:80px;}
img#energy-banner{float:right;}
div.coda-slider-wrapper{float:left;margin-top:-50px;}
a.energy-more-link{float:right;display:inline-block;background-color:lightGrey;color:white;padding:4px 6px 4px 6px;margin:0 10px 1px 0;}
a.energy-more-link:hover{background-color:#27306C;}
div.panel-wrapper {padding: 10px 20px 20px 20px !important;
	border-top:1px solid white;
	-o-box-shadow:inset 0 40px 40px -30px #dedede;
	-webkit-box-shadow:inset 0 40px 40px -30px #dedede;
	-moz-box-shadow:inset 0 40px 40px -30px #dedede;
	box-shadow:inset 0 40px 40px -30px #dedede;
	}
div.coda-nav a {font-size:14px !important; padding:6px 8px 6px 8px !important;}

/* Energy Projects */

div.project-block{width:100%;min-height:100px;padding:10px 0 10px 0;margin-bottom:25px;}
				div.project-block-icon{width:30%;min-height:100px;float:left;}
				div.project-block-contect{width:70%;min-height:100px;float:left;}
				img.project-icon{margin:0 auto;display: block;width:80px;height:80px;padding:48px 0 0 0;
					transition:All 0.263s ease-in-out;
					-webkit-transition:All 0.263s ease-in-out;
					-moz-transition:All 0.263s ease-in-out;
					-o-transition:All 0.263s ease-in-out;
				}
				img.project-icon:hover{
				transform: rotate(10deg) scale(1.2) translate(5px);;
				-webkit-transform: rotate(10deg) scale(1.2) translate(5px);;
				-moz-transform: rotate(10deg) scale(1.2) translate(5px);;
				-o-transform: rotate(10deg) scale(1.2) translate(5px);;
				-ms-transform: rotate(10deg) scale(1.2) translate(5px);;
				}
				
				div.project-block-contect h2 {margin-bottom:10px;}
				div.project-block-contect hr {margin-bottom:10px;}
				div.project-block-contect p {text-align:justify;margin-bottom:8px;}
				img.project-thumb{width:64px;height:64px;display:block;}
				a.project-thumb-link{padding:5px;background:lightGrey;display:inline-block;margin:0 10px 0 0;}
				a.project-thumb-link:hover{opacity:0.4;}
				
/* Bottom-page-sidebar */

div.page-bottom-sidebar{clear:both;margin-bottom:25px;}

/*Kontaktor nav widget*/
div#kontaktor-widget {
position:relative;
border:1px solid lightGrey;
min-height:150px;
width:100%;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
-o-border-radius: 6px;
border-radius: 6px;
background-color:#fafafa;}
div#kontaktor-widget ul{list-style:none;margin:0;padding:0;}
div#kontaktor-widget img{display:inline-block;width:22px;height:22px;margin:8px 0 0 10px;float:left;}
div#kontaktor-widget h3{margin:10px;font-size:18px;display:inline-block;float:left;}
div#kontaktor-widget li {padding:5px 10px 0 10px; width: 45%;
display: block;
float: left;}
div#kontaktor-widget li a{color:#262626;}
div#kontaktor-widget li a:hover{color:#65696e;}
div#kontaktor-widget hr{width:100%;clear:both;margin:-5px 0 0 0;}
div#kontaktor-widget-title-energy{width:49%;display:inline-block;}
div#kontaktor-widget-title-products{width:50%;display:inline-block;border-left:1px solid lightGrey;}

div#kontaktor-widget ul#kontaktor-widget-left {width:49%;height:100%;border-right:1px solid lightGrey;float:left;display: inline-block;margin:0;}
div#kontaktor-widget ul#kontaktor-widget-right {width:50%;height:100%;float:left;display:inline-block;margin:0;}

div#kontaktor-widget-content {position:absolute;top:40px;bottom:0;width:100%;}

/*Tables*/
table.easy-table {max-width:100%;background-color:transparent;border-collapse:collapse;border-spacing:0;}
.easy-table{width:100%;margin-bottom:18px;}.easy-table th,.easy-table td{padding:8px;line-height:18px;text-align:left;vertical-align:top;border-top:1px solid #dddddd;}
.easy-table th{font-weight:bold;}
.easy-table thead th{vertical-align:bottom;}
.easy-table caption+thead tr:first-child th,.easy-table caption+thead tr:first-child td,.easy-table colgroup+thead tr:first-child th,.easy-table colgroup+thead tr:first-child td,.easy-table thead:first-child tr:first-child th,.easy-table thead:first-child tr:first-child td{border-top:0;}
.easy-table tbody+tbody{border-top:2px solid #dddddd;}
.table-condensed th,.table-condensed td{padding:4px 5px;}
.table-bordered{border:1px solid #dddddd;border-collapse:separate;*border-collapse:collapsed;border-left:0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}.table-bordered th,.table-bordered td{border-left:1px solid #dddddd;}
.table-bordered caption+thead tr:first-child th,.table-bordered caption+tbody tr:first-child th,.table-bordered caption+tbody tr:first-child td,.table-bordered colgroup+thead tr:first-child th,.table-bordered colgroup+tbody tr:first-child th,.table-bordered colgroup+tbody tr:first-child td,.table-bordered thead:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child td{border-top:0;}
.table-bordered thead:first-child tr:first-child th:first-child,.table-bordered tbody:first-child tr:first-child td:first-child{-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topleft:4px;}
.table-bordered thead:first-child tr:first-child th:last-child,.table-bordered tbody:first-child tr:first-child td:last-child{-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-topright:4px;}
.table-bordered thead:last-child tr:last-child th:first-child,.table-bordered tbody:last-child tr:last-child td:first-child{-webkit-border-radius:0 0 0 4px;-moz-border-radius:0 0 0 4px;border-radius:0 0 0 4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-bottomleft:4px;}
.table-bordered thead:last-child tr:last-child th:last-child,.table-bordered tbody:last-child tr:last-child td:last-child{-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-bottomright:4px;}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th{background-color:#f9f9f9;}
.easy-table tbody tr:hover td,.easy-table tbody tr:hover th{background-color:#f5f5f5;}
.easy-table tbody tr td:hover{background-color:#e5e5e5;box-shadow: inset 0 0 9px rgba(205, 205, 205, 1);}
table.easy-table caption{
	font-weight:bold;
	margin-bottom:20px;
}

a.button {
display:inline-block;
font-size:11px;
text-transform:uppercase;
color:#fff;
background:url(images/btn-arrow.png) no-repeat right;
cursor:pointer;
text-decoration:none;
margin:5px;
padding:8px 18px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

a:hover.button {
text-decoration:underline;
}

.button.small {
font-size:11px;
}

.button.medium {
font-size:13px;
}

.button.large {
font-size:15px;
}

.button.black {
background-color:#333;
}

.button.gray {
background-color:#657383;
}

.button.white {
background:#fff url(images/btn-arrow2.png) no-repeat right;
color:#666;
border:1px solid #d3d3d3;
}

.button.red {
background-color:#e62727;
}

.button.orange {
background-color:#ff5c00;
}

.button.magenta {
background-color:#A9014B;
}

.button.yellow {
background-color:#ffb515;
}

.button.blue {
background-color:#45A5E2;
}

.button.pink {
background-color:#e22092;
}

.button.green {
background-color:#a2c437;
}

.button.rosy {
background-color:#F16C7C;
}

.button.brown {
background-color:#804000;
}

.button.purple {
background-color:purple;
}

.button.cyan {
background-color:#46C7C7;
}

.button.gold {
background-color:#D4A017;
}

/***** Pricing Plan Styling *****/
.pricing-slogan {
margin-bottom:2px;
}

.pricing-wrapper {
  padding:35px 0 30px;
  clear: both;
}

.pricing-wrapper .pricing-column:first-child {
margin-left:1px;
}

.pricing-column {
width:24.8%;
margin-left:-1px;
background-color:#f5f5f5;
border:1px solid #e4e4e4;
float:left;
}
.third-col .pricing-column {
  width:33%;
}
.fourth-col .pricing-column {
  width:24.8%;
}
.fifth-col .pricing-column {
  width:19.8%;
}
.pricing-title {
border-bottom:1px solid #f00;
text-align:center;
padding:20px 12px;
}

.pricing-price {
margin-top:-15px;
background-color:#fff;
border-bottom:1px solid #e4e4e4;
text-align:center;
padding:6px 0 0;
}

.pricing-price h1 {
font-size:42px;
font-weight:700;
text-shadow:3px 3px 0 #dadada;
}

.pricing-price p {
margin-top:-12px;
font-style:italic;
font-family:Georgia, "Times New Roman", Times, serif;
margin-bottom: 24px;
}

.pricing-feature {
width:85%;
text-align:center;
margin:0 auto;
}

.pricing-feature ul li {
font-size:11px;
font-family:Tahoma, Geneva, sans-serif;
border-bottom:1px solid #e4e4e4;
margin:0;
padding:10px 8px;
}

.pricing-button {
text-align:center;
margin-top:-1px;
background-color:#e4e4e4;
border-top:1px solid #e4e4e4;
padding:20px 0 10px;
}

.feature-package {
border:6px solid #666;
-webkit-box-shadow:0 0 20px rgba(0,0,0,.15);
-moz-box-shadow:0 0 20px rgba(0,0,0,.15);
box-shadow:0 0 20px rgba(0,0,0,.15);
position:relative;
z-index:100;
margin:-15px -5px 0;
}

.feature-package .pricing-button {
padding:25px 0 20px;
}

.feature-package .pricing-button a {
margin-top:5px;
}

/***** Tables  *****/
	
table {
width:100%;
margin:0 0 20px;
border-collapse:collapse;
border-spacing:0;
}

table th {
color:#fff;
text-shadow:0 1px 1px rgba(0,0,0,0.25);
font-family:'Open Sans', Georgia, Arial;
font-size:14px;
font-weight:400;
letter-spacing:-1px;
text-align:left;
padding:12px;
}

table td {
background-color:#f0f0f0;
color:#828282;
text-align:left;
padding:12px;
}

table td.highlight {
color:#FFF;
font-weight:700;
}

.table-green table {
border:1px solid #749707;
}

.table-green table tr th {
background-color:#91bd09;
}

.table-cyan table {
border:1px solid #389f9f;
}

.table-cyan table tr th {
background-color:#46C7C7;
}

.table-purple table {
border:1px solid #606;
}

.table-purple table tr th {
background-color:purple;
}

.table-brown table {
border:1px solid #630;
}

.table-brown table tr th {
background-color:#804000;
}

.table-rosy table {
border:1px solid #c15663;
}

.table-rosy table tr th {
background-color:#F16C7C;
}

.table-gold table {
border:1px solid #aa8012;
}

.table-gold table tr th {
background-color:#D4A017;
}

.table-pink table {
border:1px solid #b51a75;
}

.table-pink table tr th {
background-color:#e22092;
}

.table-blue table {
border:1px solid #008abe;
}

.table-blue table tr th {
background-color:#00ADEE;
}

.table-yellow table {
border:1px solid #cc9111;
}

.table-yellow table tr th {
background-color:#ffb515;
}

.table-magenta table {
border:1px solid #87013c;
}

.table-magenta table tr th {
background-color:#A9014B;
}

.table-orange table {
border:1px solid #cc4a00;
}

.table-orange table tr th {
background-color:#ff5c00;
}

.table-red table {
border:1px solid #b81f1f;
}

.table-red table tr th {
background-color:#e62727;
}

.table-gray table {
border:1px solid #525252;
}

.table-gray table tr th {
background-color:#666;
}

.table-black table {
border:1px solid #292929;
}

.table-white .table th {
color:#666;
}

.table-white table {
border:1px solid #ccc;
}

.table-white table tr th {
background-color:#FFF;
}

table tr.even td,table tr.odd td {
background-color:#fff;
}

table tr td.highlight,.table-black table tr th {
background-color:#333;
}

/***** FAQ STYLING *****/
.toggle_wrapper {
  margin-bottom: 30px;
}
.toggle {
  margin-bottom: 5px;
}
.toggle_title,
.accordion .tab {
	cursor:pointer;
	font-size:14px;    
	background: url(images/faq-closed.png) 98% 50% no-repeat;
	background-color:#f0f0f0;
	border: 1px solid #d4d4d4;
	border-top: 1px solid #f1f1f1;
	border-left: 1px solid #eee;
	padding:8px 13px 10px 13px;
	clear:both;
            min-width:625px;
}
.toggle_active, 
.accordion .tab.current {
	background: url(images/faq-open.png) 98% 50% no-repeat;
  background-color:#f0f0f0;
}
.toggle_content,
.accordion .pane {
	background-color:#ffffff;
	border: 1px solid #d4d4d4;
	border-top: 1px solid #f1f1f1;
	border-left: 1px solid #eee;
	margin:0px 0px 5px 0px;
	padding:15px 18px 1px 18px;
  display: none;	
}

	
/***** Tab Styling *****/
ul.tabs {
display:block;
margin:0;
height:40px;
list-style:none;
padding:4px 0 0 2px;
float:left;
}

ul.tabs li {
float:left;
height:40px;
}

ul.tabs li a{
display:block;
height:38px;
line-height:40px;
border-top:solid 1px #dfdfdf;
border-left:solid 1px #dfdfdf;
border-right:solid 1px #dfdfdf;
color:#7d7b7b;
-moz-border-radius-topleft:4px;
-webkit-border-top-left-radius:4px;
border-top-left-radius:4px;
-moz-border-radius-topright:4px;
-webkit-border-top-right-radius:4px;
border-top-right-radius:4px;
background:#f5f5f5;
font-size:13px;
text-decoration:none;
border-width:1px 1px 0;
margin:0 0 0 -1px;
padding:0 10px;
position:relative;
z-index:100;
}

ul.tabs li.current a {
position:relative;
height:39px;
top:-2px;
padding-top:4px;
background:#fff;
border-bottom:none;
color:#7d7b7b;
-moz-border-radius-topleft:4px;
-webkit-border-top-left-radius:4px;
border-top-left-radius:4px;
-moz-border-radius-topright:4px;
-webkit-border-top-right-radius:4px;
border-top-right-radius:4px;
position:relative;
z-index:100;
}

.panes {
width:99.6%!important;
margin:0px 0px 12px 1px;
border-top:none;
clear:both;
background:#fff;
border: solid 1px #dfdfdf;
position:relative;
float:left;
}

.pane {
padding:12px 18px 10px;
line-height: 21px;
}

.pane p {
padding-top:5px;
}
.pane img {
float:left;
}

/* Accordion
---------------------------------------------------------- */
.accordion {
	margin-bottom:20px;
}
