/*  
Theme Name: ovum
Theme URI: http://www.imediapixel.com/
Description: Clean and Minimalist Business Wordpress Theme
Author: imediapixel
Author URI: http://themeforest.net/user/imediapixel
Version: 1.0
*/

/* ----------------------- SUMMARY -----------------------

- GENERAL LAYOUT
  - BODY
  - CONTAINER
	- HEADINGS
	- PARAGRAPH,BLOCKQUOTE,CODE, ORDER LIST, DROPCAPS, PULLQUOTE
	- CLEAR FLOAT ELEMENTS
	- IMAGE ALIGNMENT &amp; STYLING;
  - CUSTOM MESSAGE STYLING
  - LINE DIVIDER
  - BUTTON 
	   
- HEADER
	- LOGO	
	- MENU CONTAINER
		
- SLIDESHOW
	- CONTAINERS
	- SLIDESHOW STYLING
	   - TEXT STYLING
	   - IMAGE STYLING
	
- HOMEPAGE
	- TAG BAR
	- CONTAINER
	- SERVICES LIST
	- TESTIMONIAL LIST
	- 3 COLUMNS FEATURE BOX
	- LATEST PORTFOLIO
	
- FOOTER
	- FOOTER BOX STYLING
	- ABOUT TEXT
	- SOCIAL LINKS
  - COPYRIGHT

- SIDEBAR
  - LATEST BLOG
  - LATEST PORTFOLIO
  - TESTIMONIAL
  - STAFF LIST
  - SEARCH AND NEWSLETTER BOX 
    
- PAGE
  - PAGE CONTAINER 
  - MAIN CONTENT
  - ITEM LIST
  - ARROW LIST
  - CHECK LIST
    
- SERVICES PAGE

- CONTACT PAGE

- PORTFOLIO PAGE
  - PORTFOLIO 1 STYLING
  - PORTFOLIO 2 STYLING
  - PORTFOLIO 3 STYLING
  - PORTFOLIO 4 STYLING
  
- BLOG PAGE
	- BLOG STYLING
	- META POST STYLING
	- PAGINATION
	- COMMENTS
- FAQ PAGE

*/

/* Import CSS Reset File */
@import url("css/reset.css");
/* Import Drop down Menu Styling File */
@import url("css/jqueryslidemenu.css"); 

/* ----------------------- GENERAL LAYOUT -----------------------*/
body {
  background : #FCFCFC;
  font: 62.5% Arial, Helvetica, sans-serif;
}

/* Containers */
#wrapper {
  background: #ffffff;
}
.wrapper {
  margin-left: auto;
	margin-right: auto;
	width: 960px;
}
.page {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
.wrapper .page {
	width: 940px;
}

.first {
	margin-left: 0;
}

.last {
	margin-right: 0;
}

/* Heading */

h1, h2, h3, h4, h5, h6{
	font-weight:normal;
	color:#5a5a5a;
	text-transform: capitalize;
}

h1{
	font-size:36px; 
	line-height:36px; 
	margin-bottom:15px;
}
h2{
	font-size:30px; 
	line-height:30px; 
	margin-bottom:15px;
}
h3{
	font-size:24px; 
	margin-bottom:15px;
}
h4{
	font-size:18px; 
	line-height:16px; 
	margin-bottom:8px;
}
h5{
	font-size:14px; 
	margin:3px 0px; 
	padding:0px;
}
h6{
	font-size:12px; 
	margin:3px 0px; 
	padding:0px;
	letter-spacing: 1px;
}
/* links */
a,a:link,a:visited {
  color:#0091c0; 
  text-decoration:none;
}
a:hover{
  color:#353535;
}
a img, img {
  border:none
}

/* paragraphs,blockquote,code */
p {
  font-size:1.2em;
  line-height:1.6em;
  margin-bottom:1.5em;
  color:#8f8f8f;
}
blockquote {
  margin: 10px 0 0 0;
  padding: 5px 0 5px 40px ;
  color: #949494;
  background: url(images/quote.png) top left no-repeat;
  font-style: italic; 
  line-height: 1.4em; 
}
blockquote p {
  margin-bottom: 5px;
}
code {
  background: #fafafa;
  padding: 5px 10px;
  display: block;
  font-size: 1.2em;
  color: #858585;
  margin-bottom: 0;
}
ol {
  margin: 20px;
  list-style-type: decimal;
}
ol li {
  font-size: 1.2em;
  margin: 8px 0; 
  padding-bottom: 8px;
  color: #8f8f8f;
  border-bottom: 1px solid #eee;
} 
/* Dropcap */
.dropcap{
	background:transparent url(images/big-bullet.png) no-repeat scroll -1px -1px;
	color:#ffffff;
	float:left;
	font-size:24px;
	height:41px;
	line-height:30px;
	margin-bottom:-10px;
	margin-right:10px;
	padding-top:5px;
	text-align:center;
	width:41px;
}
/* Pullquotes */

.pullquote_right,.pullquote_left{
	color:#9F9F9F;
	float:right;
	font-size:1.2em;
	letter-spacing:0px;
	margin-bottom:0;
	margin-top:10px;
	margin-left:20px;
	padding-left:15px ;
	width:33%;
  font-style: italic; 
  font-weight: bold;
  line-height: 1.4em;
  border-left: 4px solid #DEDEDE;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.pullquote_left{
  border-right: 4px solid #DEDEDE;
  border-left: none;
	float:left;
	margin-left:0px;
	margin-right:10px;
	padding-left:0;
	padding-right:15px ;
}
/* Clear Floated Elements */

/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* Images Alignment &amp; Styling */
.alignleft {
  float: left;
  margin: 5px 15px 5px 0;
}
.alignright {
  float: right;
  margin: 0 0 10px 15px;
}
.aligncenter {
  margin-left:auto;
  margin-right:auto;
  margin-bottom: 15px;
  display: block; 
}
.imgbox {
  padding: 4px;
  border: 1px solid #eee;
  background: #fff;
}

/* Custom Message Styling */
.info {
  margin: 15px 0;
  font-size: 1.3em;
  color: #478BBF;
  padding: 8px 10px 8px 37px;
  background: #DCEFF5 url(images/talk.png) .5em .4em no-repeat;
  border: 1px solid #B8E7F5;
} 
.error {
  margin: 15px 0;
  font-size: 1.3em;
  color: #C24848;  
  padding: 8px 10px 8px 37px;
  background: #FFD6D6 url(images/stop.png) .5em .4em no-repeat;
  border: 1px solid #FFC2C2;
} 
.warning {
  margin: 15px 0;
  font-size: 1.3em;
  color: #CF9E00;  
  padding: 8px 10px 8px 37px;
  background: #FAF2D7 url(images/alert.png) .5em .4em no-repeat;
  border: 1px solid #FAE8AF;
} 
.success, 
.csuccess{
  margin: 15px 0;
  font-size: 1.3em;
  color: #3F9153;  
  padding: 8px 10px 8px 37px;
  background: #D7F7DF url(images/ok.png)  .5em .4em no-repeat;
  border: 1px solid #A3F7B8
} 
/* Divider */
.divider {
  height: 1%;
  margin: 5px 0 15px 0;
  padding-bottom: 5px;
  border-bottom: 1px dotted #eee;
  clear: both;
}
/* Button Styling */
.button {
  float: left;
  margin: 10px 10px 10px 0;
  cursor: pointer;
  color: #fff;
  font-size: 1.2em;
  text-transform: capitalize;
  font-weight: normal;
  line-height: 33px;
  height: 33px;
  background: url(images/button-right.png) no-repeat 100% 0;
  display: inline-block;
}
.button span {
  text-align: center;
  margin-right: 9px;
  padding: 0 8px 0 18px;
  background: url(images/button-left.png) no-repeat;
  display: inline-block;
  height: 33px;
  float: left;
}
.button:hover {
  background-position: 100% -34px;
}
.button:hover span {
  background-position: 0 -34px;
}
a.button{
  color: #ccc;
}
a.button:hover {
  color: #fff;
}

/* Long Button */
.longbutton {
  float: left;
  margin: 10px 10px 10px 0;
  cursor: pointer;
  color: #fff;
  font-size: 1.2em;
  text-transform: capitalize;
  font-weight: normal;
  line-height: 35px;
  height: 34px;
  background: url(images/button-right.png) no-repeat 100% 0;
  display: inline-block;
}
.longbutton span {
  text-align: center;
  margin-right: 9px;
  padding: 0 88px 0 88px;
  background: url(images/button-left.png) no-repeat;
  display: inline-block;
  height: 34px;
  float: left;
}
.longbutton:hover {
  background-position: 100% -34px;
}
.longbutton:hover span {
  background-position: 0 -34px;
}
a.longbutton{
  color: #ccc;
}
a.longbutton:hover {
  color: #fff;
}
/* Button White */
.button-white {
  color: #8f8f8f;
  background: url(images/button-right-white.png) no-repeat 100% 0;
}
.button-white span {
  background: url(images/button-left-white.png) no-repeat;
}
.button-white:hover {
  color: #6a6a6a;
  background-position: 100% -34px;
}
.button-white:hover span {
  background-position: 0 -34px;
}
a.button-white {
  color: #aaaaaa;
}
a.button-white:hover {
  color: #858585;
}
/* Big Button */
.bigbutton {
  float: left;
  margin: 10px 10px 10px 0;
  cursor: pointer;
  color: #8f8f8f;
  font-size: 1.8em;
  line-height: 50px;
  height: 50px;
  background: url(images/bigbutton-right.png) no-repeat 100% 0;
  display: inline-block;
  font-family:Georgia, "Times New Roman", Times, serif;
}
.bigbutton span {
  text-align: center;
  margin-right: 21px;
  padding: 0 8px 0 28px;
  background: url(images/bigbutton-left.png) no-repeat;
  display: inline-block;
  height: 50px;
  float: left;
}
.bigbutton:hover {
  background-position: 100% -50px;
}
.bigbutton:hover span {
  background-position: 0 -50px;
}
a.bigbutton{
  color: #8f8f8f;
}
a.bigbutton:hover{
  color: #858585;
}
/*  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;}		
/* -----------------------  LAYOUT -----------------------*/

/* Header Section */
#headerwrapper {  
  background: url(images/headerwrapper.jpg) top repeat-x;
}
#header {
  height: 132px;  
}

/* Logo */
#logo {
  margin-top: 20px;
  text-align: left;
  float: left;
  width: 220px;
}
/* Menu Container */
#myslidemenu {
  float: right;
  width: 700px;
}
/* ----------------------- SLIDESHOW LAYOUT -----------------------*/
/* Slideshow Section */
#slidecontainer {
  height: 372px;
  width: 100%;
  background: url(images/slide-container.jpg) top left repeat-x;
}
#slideshow {
  margin: 0 auto;
  height: 372px;
  width: 960px;
  background: url(images/slide-bottom.jpg) bottom left repeat-x;
  position: relative; /* important */
	overflow: hidden; /* important */  
}
#slideshow li {
  display: none;
  float: left;   
}
#slideshow h2 {
  font-size: 2.4em;
  margin-bottom: 10px;
}
#slideshow p {
  line-height: 1.6em;
   color: #fff;
   margin-bottom: 10px;
}
/* slideshow image block */
.imageslide {
  width: 960px;
  height: 368px;
}
/* slideshow short text description block */
.slide-text-right {
  top: 20px;
  right: 20px;
  padding: 20px;
  height: 200px;
  width: 300px;
  position: absolute;
  background: #000000;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
  opacity: 0.7;    
}
/* slideshow short large description block */
.slide-text-left {
  top: 100px;
  left: 20px;
  padding: 20px;
  height: 200px;
  width: 300px;
  position: absolute;
  background: #000000;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
  opacity: 0.7;  
}
/* slideshow bottom short text description block */
.slide-text-top {
  top: 20px;
  left: 20px;
  padding: 10px 20px;
  height: 70px;
  width: 880px;
  position: absolute;
  background: #000000;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
  opacity: 0.7;    
}
/* slideshow bottom short text description block */
.slide-text-bottom {
  bottom: 0;
  left: 0;
  padding: 10px 20px;
  height: 70px;
  width: 920px;
  position: absolute;
  background: #000000;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
  opacity: 0.7;  
}
#slideshow h2 {
  margin-bottom: 10px; 
  color: #ffffff;
}
#slideshow .slide-text-top h2,
#slideshow .slide-text-bottom h2 {
  margin-bottom: 0; 
}
#slidenav {
  top: 465px;
	position:absolute;
	margin-left:895px;
	z-index: 100;
	width: 56px;
}
#next {
  float: right;
  width: 25px;
  height: 25px;
  cursor: pointer;
  background: url(images/next-button.png) no-repeat 0 0;
}
#next:hover {
  background-position: 0 -25px;
}
#prev {
  float: left;
  width: 25px;
  height: 25px;
  cursor: pointer;
  background: url(images/prev-button.png) no-repeat 0 0;
}
#prev:hover {
  background-position: 0 -25px;
}
#slider {
  height: 372px;
  width: 960px;
	overflow: hidden; /* important */    
	position:relative;
	background: url(images/slide-bottom.jpg) bottom left repeat-x;
}
#galleria-slide {
  padding-bottom: 4px;
  height: 368px;
  width: 960px;
	overflow: hidden; /* important */    
	position:relative;
	background: url(images/slide-bottom.jpg) bottom left repeat-x;
}
 /* The Nivo Slider styles */
#nivoslider, 
#custom_nivoslider,{
	position:relative;
	background:#ffffff url(images/loading2.gif) no-repeat 50% 50%; 
}
#nivoslider img,
#custom_nivoslider img , {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#custom_nivoslider {
  margin-bottom: 20px;
}
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* 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:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:10px 20px;
	margin:0;
	color: #ccc;
	line-height: 1.6em;
	font:1.2em ;
}
.nivo-caption h5 {
  margin-bottom: 5px;
  color: #fff;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	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:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
.nivo-controlNav {
	position:absolute;
	left:47%;
	bottom:-30px;
}
#custom_nivoslider {
  margin-bottom: 50px;
}
#custom_nivoslider .nivo-controlNav {
	position:absolute;
	left:0;
	bottom:-30px;
}
.nivo-controlNav a {
	display:block;
	width:17px;
	height:17px;
	background:url(images/bullet-nav.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:-17px 0;
}

.nivo-directionNav a {
	display:block;
	width:32px;
	height:34px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}
a.slidereadmore {
  display: inline;
}
#custom_carousel {
  margin-bottom: 30px;
}
/* ----------------------- HOMEPAGE LAYOUT -----------------------*/
/* Tag Bar block */
#tagbar{
  width:880px;
  margin: 0 0 20px 0;
  padding: 0 20px 20px 0;
  border-bottom: 1px solid #eee;
}
.quote-button {
  width: 160px;
  float: left;
}
.textslogan {
  width: 720px;
  float: left;
}
.textslogan h4 { 
  color: #8f8f8f;
  margin-top: 10px;
  margin-left: 20px;
  text-transform: none;
  font-size: 20px;
  line-height: 1.2em;
}
/* Container */
.homepage-wrapper,
.page-wrapper {
  padding: 20px 30px;
  width: 900px;
  margin: 0 auto;
  border-left:  1px solid #F3F3F3;
  border-right:  1px solid #F3F3F3;
  border-bottom:  1px solid #F3F3F3;
  background: #ffffff url(images/wrapper.jpg) top left repeat-x;
}
.page-wrapper {
  padding-top: 30px;
}
.maincontent {
  width: 580px;
  float: left; 
  margin-right: 20px; 
}
.maincontent-right {
  width: 580px;
  float: left; 
  margin-left: 20px; 
}
.fullcontent {
  width: 900px;
}
.fullcontent .last {
  margin-right: 0;
}

/* Columns */
.col-12 {
	display: inline;
	float: left;
  width: 435px;  
  margin-right: 30px;
}
.col-13 {
	display: inline;
	float: left;
  width: 280px;
  margin-right: 30px;  
}
.col-23 {
	display: inline;
	float: left;
  width: 590px;
  margin-right: 30px;  
}
.col-14 {
	display: inline;
	float: left;
  width: 200px;
  margin-right: 30px;    
}
.col-34 {
	display: inline;
	float: left;
  width: 660px;
  margin-right: 30px;    
}

/* Sidebar */
#sidebar-wrapper {
  float: left;
  width: 270px;
}
#sidebar-wrapper-left {
  float: left;
  width: 270px;
  padding-left: 0;
  padding-right: 30px;
}
.sidebar,
.sidebar-left{
  width: 270px;
  padding-left: 30px;
  float: left; 
  background: url(images/sidebar-divider.jpg) top left repeat-y;
}
.sidebar-left{
  padding-left: 0;
  padding-right: 30px;
  background: url(images/sidebar-divider-left.jpg) top right repeat-y;
}
.sidebar-bottom {
  width: 270px;
  padding-left: 30px;
  float: left;   
  height: 113px;
  background: url(images/sidebar-bottom.jpg) left no-repeat;
}
.sidebar-bottom-left {
  width: 270px;
  padding-left: 0;
  padding-right: 30px;
  float: left;   
  height: 113px;
  background: url(images/sidebar-bottom-left.jpg) right no-repeat;
}
.sidebar-top {
  width: 270px;
  padding-left: 30px;
  float: left;   
  height:10px;
  background: url(images/sidebar-top.jpg) left no-repeat;
}
.sidebar-top-left {
  width: 270px;
  padding-left: 0;
  padding-right: 30px;
  float: left;   
  height: 10px;
  background: url(images/sidebar-top-left.jpg) right no-repeat;
}
/* Servive  List */
ul#serviceslist {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul#serviceslist li, 
.widgets ul#serviceslist li { 
  margin: 0 0 10px 0;
  float: left;
  border-bottom: 1px solid #ECECEC;
}
.widgets ul#serviceslist li {
  background: none;
  margin: 5px 0; 
  padding: 0;  
}
ul#serviceslist li p,
.widgets ul#serviceslist li p {
  margin-bottom: 10px;
}
.widgets ul#serviceslist li p {
  font-size: 1em; 
}
ul#serviceslist li img {
  margin-top:15px;
  margin-right:20px;
}
ul#testibox {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
ul#testibox li,
.widgets ul#testibox li {
  padding-bottom: 15px;
  display: none;
}
.widgets ul#testibox li {
  background: none;
  padding: 0 0 10px 0;
  font-size: 1em;   
  border: none;
}
.maincontent ul#testilist li {
  margin-bottom: 20px;
}
.testimonial-box {
  background: url(images/bg-testimonial.png) bottom right  no-repeat;
  padding-bottom: 30px;
  overflow: hidden;
}

.testimonial-box-page {
  background: url(images/bg-testimonial2.png) bottom right  no-repeat;
  padding-bottom: 30px;
  overflow: hidden;
}

.testimonial-box blockquote {
  padding: 10px 0 0 10px;
  text-indent: 30px;
  background: url(images/quote.png) 10px 0 no-repeat;
}
p.testiname {
  margin: 0;
  padding: 0;
  text-align: right;
  display: block;
  color: #0091c0;
}
.morelink {
  display: block;
  text-align: right;
  font-weight: bold;
}
/* 3 columnS Homepage features block */
ul#featuresbox {
  margin: 20px 0 0 0;
  padding: 0;
}
ul#featuresbox li {
  width: 185px;
  float: left;
  margin-right: 12px;
  display: inline;
}
ul#featuresbox li p {
  margin-bottom: 5px; 
}
ul#featuresbox li.last {
  margin-right: 0;
} 
ul#featuresbox li h4 {
  margin: 5px 0 15px 0;
}
ul#featuresbox li img {
  margin: 0 10px 0 0;
}

#mid-content {
  width: 920px;
  margin-top: 30px;
  margin-bottom: 30px;
  border: 1px solid #F3F3F3;
  padding: 20px 20px 15px 20px;
  background: #ffffff;
}
.twitter-update {
}
.twitter-update p {
  font-style: italic;
  color: #8f8f8f;
  margin: 0;
}
/* Latest Portofolio */
ul.latestportfolio {
  margin: 0 35px;
  padding: 0;
}
ul.latestportfolio li {
  background: url(images/bg-latestporto.png) no-repeat;
  width: 149px;
  height: 99px;
  float: left;
  margin-right: 20px;
}
ul.latestportfolio li .imagezoom,
ul.latestportfolio li .videozoom{
  background: url(images/zoom.png) center center no-repeat;
  width: 149px;
  height: 99px;
  padding: 11px 0 0 11px;
  float: left;
  margin-right: 10px;
}
ul.latestportfolio li .videozoom{
  background: url(images/cam.png)  center center no-repeat;  
}
/* ----------------------- FOOTER LAYOUT -----------------------*/
/* Footer */
#footer {
  margin-left: auto;
  margin-right: auto;
  width: 920px;
  margin-top: 30px;
  margin-bottom: 30px;
  background: #ffffff;
  border: 1px solid #F3F3F3;
  padding: 20px 20px 10px 20px;
}
.footerbox  {
  margin-right: 20px;
  width: 285px;
  float: left;
}
#bottom {
  border-top: 1px solid #f3f3f3;
  padding-top: 10px;
  display: block;
}
.footermenu {
  float: left;
  width: 450px; 
}
.footermenu li {
  display: inline;
  margin: 0 10px; 
  font-size: 1.2em;
}
.copyright {
  float: right;
  width: 450px;
  text-align: right;
}
.copyright p {
  margin: 0;
}
#aboutbox p {
  margin-bottom: 5px;
}
/* Sociali Links */
.social-links {
  margin: 20px 0;
  padding: 0;
}
.social-links li, 
.widgets .social-links li{
  margin: 5px 0;
  padding-bottom: 5px;
  clear: both;
  border-bottom: 1px solid #ECECEC;
  font-size: 1.2em;
  color: #8f8f8f;
  line-height: 42px;
  font-weight: bold;
}
.widgets .social-links li{
  padding-left: 0;
  background: none; 
}
p#abouttext {
  margin-bottom: 10px;
  display: inline; 
}
/* ----------------------- SIDEBAR LAYOUT -----------------------*/

.sidebox {
  padding: 0 0 10px 0;
}
.sidebox h4,
.widgets h4 {
  padding-bottom: 10px;
  color: #484848;
}
/* Latest Blog */
.latestblog {
  margin:20px 0 10px 0;
  padding: 0;
}
.latestblog li,
.widgets .latestblog li {
  margin: 10px 0;
  padding-bottom: 8px;
  font-size: 1.2em;
  line-height: 1.4em;
  color: #8f8f8f;
  border-bottom: 1px solid #ECECEC;
}
.widgets .latestblog li {
  background: none;
  padding: 0 0 8px 0;
}
.latestblog li img {
  margin-top: 0;
}
.latestblog li span.blogdate {
  color: #888;
}
.latestblog li span a {
  font-weight: bold;
}
.latestblog li p {
  font-size: 1em;
  margin: 5px 0;
  line-height: 1.2;
}
.latestblog li div.newsmeta {
  font-size: 90%;
}
/* Latest Portfolio List */
ul#latestporto {
  margin:0 0 10px 0;
  padding: 0;
  float: left;
}
ul#latestporto li {
  float: left;
  margin: 0 5px 5px 0;
  color:#666666;
  width:  80px;
  height: 61px;
  display: block;  
  background: url(images/loading2.gif) center center no-repeat;   
}
ul#latestporto li a img {
  padding: 2px;
  border: 1px solid #eee;
  background: #fff; 
}
ul#latestporto li a:hover img {
  border: 1px solid #ddd;
  background: #fafafa;
}
/* Staff List */
#stafflist {
  margin: 0;
  padding: 0;
} 
#stafflist li,
.maincontent #stafflist li, 
.maincontent-right #stafflist li,
.widgets #stafflist li {
  margin: 0 0 15px 0;
  background: url(images/shadow-divider.jpg) bottom repeat-x;
  padding-bottom: 10px; 
} 
.widgets #stafflist li{
  padding-left: 0; 
}
#stafflist li h5,
.maincontent #stafflist li h5, 
.maincontent-right #stafflist li h5,
.widgets #stafflist li h5 {
  color: #0091c0; 
}
.maincontent #stafflist li h5, 
.maincontent-right #stafflist li h5 {
  font-size: 1.8em;
}
#stafflist li h6,
.maincontent #stafflist li h6, 
.maincontent-right #stafflist li h6,
.widgets #stafflist li h6 {
  color: #111111;
  display: block; 
}
#stafflist li p,
.maincontent #stafflist li p, 
.maincontent-right #stafflist li p,
.widgets #stafflist li p {
  margin-bottom: 5px; 
}
.widgets #stafflist li p {
  font-size: 1em; 
}
/* SEARCH AND NEWSLETTER BOX */
.searchbox {
  width: 283px;
  height: 108px;
  background: url(images/bgbox.jpg) center no-repeat;
  margin-bottom: 20px;
}
.boxheading {
  height: 30px;
}
.boxheading h4 {
  padding: 10px;
}
.searchcontent {
  margin: 30px 15px;
  height: 253px;
  width: 250px;
}
.inputtext {
  background: url(images/searchtext.jpg) no-repeat;
  border: none;
  line-height: 22px;
  padding: 0 5px;
  width: 240px;
  height: 29px;
  color: #b7b7b7;
}
.searchbutton {
  background: url(images/searchbutton.jpg) no-repeat;
  border: none;
  width: 22px;
  height: 22px;  
  position: absolute;
  margin:2px 0 0 -26px;
  cursor: pointer;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.searchbutton {
  background: url(images/searchbutton.jpg) no-repeat;
  border: none;
  width: 22px;
  height: 22px;  
  position: absolute;
  margin:-26px 0 0 218px;
  cursor: pointer;
}
}
.subscribecontent {
  margin: 30px 15px;
  height: 253px;
  width: 250px;
}
.subscribetext {
  background: url(images/subscribetext.jpg) no-repeat;
  border: none;
  line-height: 22px;
  padding: 0 5px;
  width: 160px;
  height: 29px;
  color: #b7b7b7;
  float: left;
}
.subscribebutton {
  background: url(images/submitbutton.jpg) no-repeat;
  border: none;
  width: 68px;
  height: 32px;  
  cursor: pointer;
  float: left;
  margin-left: 10px;
}
/* ----------------------- PAGE LAYOUT -----------------------*/
/* Page container */
#pagebar {
  height: 99px;
  background: url(images/pagebar.jpg) top left repeat-x;
  border-bottom: 1px solid #f5f5f5;
}
.pageheading {
  height: 100px;
}
#pagetitle,
#wide-pagetitle {
  width: 260px;
  margin-top: 20px;
  display: block;
  text-align: right;
  padding-right : 20px;
  border-right: 1px solid #ececec;
  float: left;
}
#wide-pagetitle { 
  border: none;
  padding-right: 0;
  padding-left: 30px; 
  width: 100%;
  text-align: left;
}
#pagetitle h2,
#wide-pagetitle h2 {
  margin-top: 10px;
}
#pagedesc {
  margin-top: 25px;
  display: block;
  text-align: left;
  float: left;
  width: 640px;
  margin-left: 20px;
}
#page {
  margin-top: 20px;
  margin-bottom: 20px;
}
#content {
  margin-top: 20px;
}
#maincontent {
  margin-right: 30px;
  float: left;
  width: 600px;
}
#content .last {
	margin-right: 0;
	float: right;
}

/* Item List */
.itemlist {
  margin-bottom: 20px;
}
.itemlist li {
  font-size: 1.2em;
  margin: 8px 0; 
  padding-bottom: 8px;
  padding-left: 20px;  
  background: url(images/bullet1.png) 0 0 no-repeat;
  color: #8f8f8f;
  border-bottom: 1px solid #eee;
}
/* Arrow List */
.arrowlist,
.widgets {
  margin-bottom: 20px;
}
.arrowlist li,
.widgets li {
  font-size: 1.2em;
  margin: 8px 0; 
  padding-bottom: 8px;
  padding-left: 20px;  
  background: url(images/arrow.jpg) 0 .4em no-repeat;
  color: #8f8f8f;
  border-bottom: 1px solid #eee;
}
/* Check List */
.checklist {
  margin-bottom: 20px;
}
.checklist li {
  font-size: 1.2em;
  margin: 8px 0; 
  padding-bottom: 8px;
  padding-left: 20px;  
  background: url(images/check.gif) 0 .3em no-repeat;
  color: #8f8f8f;
  border-bottom: 1px solid #eee;
}
/* Bullet List */
.bulletlist {
  margin-bottom: 20px;
}
.bulletlist  li {
  font-size: 1.2em;
  margin: 8px 0; 
  padding-bottom: 8px;
  padding-left: 20px;  
  background: url(images/bullet_black.png) 0 .1em no-repeat;
  color: #8f8f8f;
  border-bottom: 1px solid #eee;
}

/* ----------------------- SERVICES PAGE LAYOUT -----------------------*/
ul#serviceslist-page {
  margin-top: 10px;
  list-style: none;
}
ul#serviceslist-page li { 
  width: 280px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
ul#serviceslist-page li.last {
  margin-right: 0; 
}
ul#serviceslist-page li p{
  margin-bottom: 5px; 
}
ul#serviceslist-page li h4 {
  margin-bottom: 15px;
}
ul#serviceslist-page li img {
  margin-top:0;
  margin-right:20px;
  margin-bottom:50px; 
}

/* ----------------------- CONTACT PAGE LAYOUT -----------------------*/
#conctactleft {
  background: url(images/sidebar-divider.jpg) top right repeat-y;
  width: 420px;
  float: left;
  padding-right: 25px;
}
#contactright {
  width: 430px;
  float: left;
  margin-left: 20px;
}
.contactinfo {
  margin-top: 20px;
}
.contactinfo li {
  clear: both;
  margin: 5px 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
  color: #666;
  font-size: 1.1em;
  line-height: 1.4em;
  height: 1%;
}
.contactinfo li p {
   margin-top: 20px;
   margin-top: 5px;
}
#maincontactform, 
#footermaincontactform {
  margin: 20px 0;
}
#maincontactform label {
  font-size: 1.2em;
  color: #5a5a5a;
  width: 100px;
  float: left;
  font-weight: bold;
  margin-bottom: 10px;
}
.textfield,
#maincontactform .textfield {
  float: left;
  margin-bottom: 10px;
  padding: 7px 10px 3px 10px;
  color: #8a8a8a;
  width: 255px;
  height: 22px;
  border: none;
  background: url(images/textfield.jpg) top left repeat-x;
  border: 1px solid #ECECEC;
}
.textarea,
#maincontactform .textarea  {
  float: left;
  margin: 0;
  padding: 10px;
  color: #8a8a8a;  
  width: 255px;
  height: 106px;
  border: none;
  background: url(images/textarea.jpg)  top left repeat-x;
  overflow: hidden;
  border: 1px solid #ECECEC;
}
#maincontactform .textfield,
#maincontactform .textarea {
  width: 390px; 
}
.buttoncontact {
  border: none;
  cursor: pointer;
  color: #8f8f8f;
  background: transparent;
  font-weight: bold;
}
.buttoncontact:hover {
  background: url(images/buttoncontact.png) no-repeat;
}
.require {
  float: left;
  display: inline;
  color: #f00;
  font-weight: bold;
  margin-left: 2px;
}
.loading, 
.cloading{
  margin-top: 15px;
  background: url(images/loading2.gif) top left no-repeat;
  padding-left: 32px;
  font-size: 1.4em;
  color: #8f8f8f;
  margin-left: 10px;
  float: left;
  padding-bottom: 15px;
}
#emailSuccess{
  margin: 15px 0;
  font-size: 1.3em;
  color: #3F9153;  
  padding: 8px 10px 8px 37px;
  background: #D7F7DF url(images/ok.png)  .5em .4em no-repeat;
  border: 1px solid #A3F7B8;
	display: none;
}
/* ----------------------- PORTFOLIO PAGE LAYOUT -----------------------*/
/* Portfolio  Styling */
#portfoliolist ul {
}
#portfoliolist li {
  width: 210px;
  float: left;
  margin-right: 20px;
  margin-bottom: 30px;
}
#portfoliolist li h3 {
  margin-bottom: 5px; 
}
#portfoliolist li p {
  margin-bottom: 5px; 
}
#portfoliolist li.last {
  margin-right: 0; 
}
#portfoliolist li .imagespan {
  width: 198px;
  height: 136px;
  background: url(images/bg-portfolio.png) center center no-repeat;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
#portfoliolist li .imagespan .imagezoom {
  width: 198px;
  height: 136px;
  background: url(images/zoom.png) center center no-repeat;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
#portfoliolist li .imagespan .videozoom {
  width: 198px;
  height: 136px;
  background: url(images/cam.png) center center no-repeat;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
#portfoliolist li .imagespan img {
  padding: 10px; 
}
/* Portfolio 2 Styling */
#portfoliolist-1 ul {
}
#portfoliolist-1 li {
  width: 440px;
  float: left;
  margin-right: 20px;
  margin-bottom: 30px;
}
#portfoliolist-1 li h3 {
  margin-bottom: 5px; 
}
#portfoliolist-1 li p {
  margin-bottom: 0; 
}
#portfoliolist-1 li.last {
  margin-right: 0; 
}
#portfoliolist-1 li .imagespan {
  width: 198px;
  height: 136px;
  background: url(images/bg-portfolio.png) center center no-repeat;
  float: left;
  margin-right: 20px;
}
#portfoliolist-1 li .imagespan .imagezoom {
  width: 198px;
  height: 136px;
  background: url(images/zoom.png) center center no-repeat;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
#portfoliolist-1 li .imagespan .videozoom {
  width: 198px;
  height: 136px;
  background: url(images/cam.png) center center no-repeat;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
#portfoliolist-1 li .imagespan img {
  padding: 10px; 
}
#portfoliolist-1 li .detail {
  float: left;
}
#portfoliolist-1 li.loader{
  width:  220px;
  display: block;  
  background: url(images/loading2.gif) center center no-repeat;   
}
/* Portfolio 2 Styling */
#portfoliolist-2 ul {
}
#portfoliolist-2 li {
  width: 440px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
#portfoliolist-1 li h3 {
  margin-bottom: 5px; 
}
#portfoliolist-2 li p {
  margin-bottom: 0; 
}
#portfoliolist-2 li.last {
  margin-right: 0; 
}
#portfoliolist-2 li .imagespan {
  width: 430px;
  height: 227px;
  background: url(images/bg-portfolio2.png) center center no-repeat;
  float: left;
  margin-bottom: 10px;
}
#portfoliolist-2 li .imagespan .imagezoom {
  width: 430px;
  height: 227px;
  background: url(images/zoom.png) center center no-repeat;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
#portfoliolist-2 li .imagespan .videozoom {
  width: 430px;
  height: 227px;
  background: url(images/cam.png) center center no-repeat;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
#portfoliolist-2 li .imagespan img {
  padding: 10px; 
}
#portfoliolist-2 li .detail {
  float: left;
}
#portfoliolist-2 li.loader{
  width:  220px;
  display: block;  
  background: url(images/loading2.gif) center center no-repeat;   
}
/* Portfolio 4 Styling */
#galleria{
  height:400px;
}

/* ----------------------- BLOG PAGE LAYOUT -----------------------*/
ul#listlatestnews {
}
ul#listlatestnews li {
  margin: 0 0 10px 0;
  padding: 0;
  background: none;
  font-size: 1em;
}
ul#listlatestnews li h3 {
  margin-bottom: 0; 
  padding: 0;
}
.metapost {
  background: url(images/bgmeta.jpg) bottom repeat-x;
  margin: 0 0 10px 0;
  font-size: 1.1em;
  padding: 10px 0;
  color: #aaa;
  font-style: italic;
}
.metapost span.datepost {
  background: url(images/cal.gif) left no-repeat;
  padding-left: 13px;
}
.metapost span.user {
  background: url(images/user.gif) left no-repeat;
  padding-left: 13px;
  margin-left: 10px;  
}
.metapost span.comment {
  background: url(images/comment.gif) left no-repeat;
  padding-left: 13px;
  margin-left: 10px;  
}
.metapost span.categories {
  background: url(images/cat.gif) left no-repeat;
  padding-left: 13px;
  margin-left: 10px;  
}
.maintitle {
  padding: 5px 0;
  margin-bottom: 0;
  border-bottom: 1px solid #eee;
}
.maincontent ul#listlatestnews li img.imgblog,
ul#listlatestnews li img.imgblog {
  margin-top: 0;
  margin-bottom: 0;
  padding: 12px 8px 15px 8px;
  background: url(images/bgportfolio.png) top center no-repeat;
  border: none;
}
/* Page Pagination */

.pagination {
  margin: 10px 0;
  padding: 0;
}
/*------- WP Pagenavi ------- */
.pagination .wp-pagenavi a, 
.pagination .wp-pagenavi a:link, 
.pagination .wp-pagenavi a.page {
border: 1px solid #d9d9d9;
background-color:transparent;
color:#000;
font: normal 11px/28px Verdana; 
cursor: pointer;
display: block;
float: left;
width: 20px;
text-align: center;
padding: 0;
}
.pagination .wp-pagenavi a:visited {
border: 1px solid #d9d9d9;
background-color:transparent;
color:#000;
font: normal 11px/28px Verdana; 
cursor: pointer;
float: left;
width: 20px;
text-align: center;
padding: 0;
}
.pagination .wp-pagenavi a:hover {	
border: 1px solid #eaeaea;
background-color: #eaeaea;
color:#414141;
font: normal 11px/28px Verdana; 
cursor: pointer;
width: 20px;
text-align: center;
float: left;
padding: 0;
}
.pagination .wp-pagenavi a:active {
border: 1px solid #eaeaea;
background-color: #eaeaea;
color:#414141;
font: normal 11px/28px Verdana; 
cursor:default;
float: left;
width: 20px;
text-align: center;
padding: 0;
}
.pagination .wp-pagenavi span.pages {
border: 1px solid #d9d9d9;
background-color:transparent;
color:#000;
font: normal 11px/28px Verdana; 
cursor: pointer;
float: left;
padding: 0 6px;
}
.pagination .wp-pagenavi span.current {
border: 1px solid #eaeaea;
background-color: #eaeaea;
color:#414141;
font: normal 11px/28px Verdana; 
width: 20px;
text-align: center;
float: left;
padding: 0;
}
.pagination .wp-pagenavi span.extend {
border: 1px solid #d9d9d9;
background-color:transparent;
color:#000;
font: normal 11px/28px Verdana; 
cursor: pointer;
float: left;
padding: 0;
}
/*------- WP Pagenavi End ------- */

/*------- Traditional Navigation -----*/
.navigation {
  margin-top: 10px;
  margin-bottom: 10px;
  font: normal 11px/28px Verdana; 
}
.navigation a {
	padding: 6px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #d9d9d9;
	color: #414141;
	background-color: #FFFFFF;
}
.navigation a:hover {
	border: 1px solid #dddddd;
	color: #000;
  background-color: #eaeaea;
	text-decoration:none;  
}

/* Author Box */
#authorbox {
  border: 1px solid #eee;
  background: #fafafa;
  padding: 10px;
  margin-bottom: 20px;
}
#authorbox h5{
  margin-bottom: 5px;
}
#authorbox .blockavatar {
  width: 60px;
  float: left;
  margin-top: 8px;
  margin-right: 10px;
}
#authorbox img {
  margin-top: 0;  
  margin-bottom: 0;
  border: none;
}
#authorbox .detail {
  float: left;
  width: 450px;  
}
#authorbox .detail p {
  line-height: 1.4em;  
  margin-bottom: 0;
}

/* Comment */
#listcomment {
	padding: 0;
	margin: 0 0 20px 0;
}
#listcomment li {
  display: block;
	padding: 11px 0;
	margin: 0;
	background: none;
	border-bottom: 1px solid #eee;
}
.titlecomment {
	width: 600px;
}
.titlecomment img {
	float: left;
	padding: 3px;
	border: 1px solid #d9d9d9;
	margin: 0 10px 0 0;
}
.titlecomment h5 {
	font-size: 1.4em;
	color: #333;
	padding: 7px 0 0 0;
	margin: 0;
}
.datecomment {
	font-size: 1.1em;
	color: #858585;
}
#listcomment li p {
	font-size: 1.2em;
	padding: 10px 0 0 0;
	margin-bottom: 0;
}
#frmcomment {
	padding: 10px 0 20px 0;
}
#frmcomment label {
	display: block;
	font-weight: bold;
	text-transform: capitalize;
	margin-bottom: 5px;
	color: #5a5a5a;
	font-size: 1.1em;
}
#frmcomment label span {
	font-weight: lighter;	
	text-transform: lowercase;
	font-size: 90%;
}
.submitcomment {
  cursor: pointer;
  background: #4a4a4a;
  color: #fff;
  padding: 6px 8px;
  border: none;
} 
p#twitter {margin:0;}
p#preloader {
	margin: 0;
	padding: 1em 1em 1em 3em;
	background: transparent url(images/loading2.gif) 1em center no-repeat;
}
ul#twitter_update_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul#twitter_update_list li {
	margin: 0;
	padding: 0;
	color: #868686;
	font-style: italic;
	display: none;
	float: left;
	display: block;
	display: inline;
	font-size: 1em;
}

ul#twitter_update_list li a {
	/* timestamp link */
}
ul#twitter_update_list li span {
	display: block;
}
ul#twitter_update_list li span a {
	/* links in tweet */
}
ul#twitter_update_list li.firstTweet {
}
ul#twitter_update_list li.lastTweet {
	border-bottom: none;
}

/* FAQ Page */
h4.acc_trigger {
	padding: 0;	
  margin: 0;
	border-bottom: 1px dotted #ececec;
	height: 42px;	line-height: 42px;
	width: 100%;
	font-weight: normal;
	float: left;
}
h4.acc_trigger a {
	text-decoration: none;
	display: block;
	padding: 0;
}
h4.active {background: url(images/bgfaq.jpg) repeat-x;}
.acc_container {
	margin: 0 0 5px; padding: 0;
	overflow: hidden;
	width: 100%;
	clear: both;
}
.acc_container .blockfaq {
	padding: 10px 0;
}
.acc_container .blockfaq p {
	padding: 5px 0;
	margin: 5px 0;
	font-size: 1.2em;
}
.acc_container h4 {
	font: 2.5em normal Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px;
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #ccc;
}
.acc_container img {
	float: left;
	margin: 10px 15px 15px 0;
	padding: 5px;
	background: #ddd;
	border: 1px solid #ccc;
}

/* iSeek updates */
#mid-content, .nocomments { display:none }

/* #map { border: 1px solid #EEEEEE; padding: 4px; } */
#map { margin-left:5px }

.galleria-info { display:none }