/*
Theme Name: madhuban
Theme URI: http://madhuban.com/
Description: madhuban by sagar
Author: sagar
Author URI: http://madhuban.com/
version: 1.0
Tags: madhuban by sagar
*/

/* basics */
*{margin:0; padding:0;}
/* RESET STYLES */

html,body,div,h1,h2,h3,h4,h5,h6,p,img,
dl,dt,dd,ol,ul,li,caption,form,fieldset,
embed,object,applet {
  margin: 0;
  padding: 0;
  border: 0;
}

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}



body{background:#fff;margin: 0px; font-family:"Roboto", Arial, Helvetica, sans-serif; color:#555555;font-size:12px;}

/* text Css */
a:focus {outline: 0px dotted;}
hr {border: 0 #ccc solid;border-top-width: 1px;	clear: both;height: 0;}
ul, ol{margin:0 10px;}
li{font-size:12px;}
table, td{font-size:12px;}
table{width:100%;}
table{margin:10px auto;}
table td{padding:5px 10px;}


/* fonts */
h1 {font-size: 22px; margin:0; margin-bottom:5px; padding:5px 0; font-weight:bold; color:#000; line-height:28px;}
h2 {font-size: 20px; margin:0; margin-bottom:5px; padding:5px 0; font-weight:bold; color:#000; line-height:26px;}
h3 {font-size: 18px; margin:0; margin-bottom:5px; padding:5px 0; font-weight:bold; color:#000; line-height:24px;}
h4 {font-size: 16px; margin:0; margin-bottom:5px; padding:5px 0; font-weight:bold; color:#000; line-height:22px;}
h5 {font-size: 14px; margin:0; margin-bottom:5px; padding:5px 0; font-weight:bold; color:#000; line-height:20px;}
h6 {font-size: 12px; margin:0; margin-bottom:5px; padding:5px 0; font-weight:bold; color:#000; line-height:18px;}
p{font-family:"Roboto",Arial, Helvetica, sans-serif;font-size:12px;padding:5px 0;text-align:left; line-height:18px; color:#555555}
small{font-family: Tahoma,Arial, Helvetica, sans-serif;font-size:8pt;color:#999999;}

/* images and misc. */

img{ border: none; padding: 0px; }
img a{border:none;}
img.left{ float: left; border: none; padding: 0px; }
img.right{ float: right; border: none; padding: 0px; }

blockquote{	border-left:1px solid #A5ABAB;margin:15px;padding:0 12px 0 12px;}
code{margin:10px;font-family:"Courier New", Courier, monospace;}

/* links */
a:link, a:visited, a:active{color:#0074b0;text-decoration:none;border: none;	}
a:hover{color:#eb5300;text-decoration: none; border: none;}
a.one:link, a.one:active, a.one:visited{color: #01748f;	text-decoration:none;border: none;}
a.one:hover{color: #993300;text-decoration: none; border: none;}
a.dt:link, a.dt:active, a.dt:visited{color: #fff;text-decoration:none;border: none;}
a.dt:hover{color:#0a1114;text-decoration: underline; border: none;}
a.rmr:link, a.rmr:active, a.rmr:visited{color: #999;text-decoration: underline;border: none; font-weight:100;}
a.rmr:hover{color:#333;text-decoration: underline; border: none;}

/* container */
.wrapper{width:100%; float:left;}
.container {width: 960px;margin: 0 auto;padding: 0px;color:#333;}
.icontainer {width: 100%;margin: 0px;padding: 0px;color:#333; float:left;}
.full{width:100%; float:left;}
.txtrt{text-align:right;}
.txtcenter{text-align:center;}

/* header */
.mg_header{width: 100%;height: 100px;float:left; background:#fafafa;}
	.mg_logo{width:35%; float:left;}
	.webtitle{font-size:20px; line-height:26px;}
	.webtitle a{clear:#000;}
	.mg_menu{width:60%; float:right; padding-top:15px;}

.mg_banner{width:100%; float:left; min-height:200px; background:#001623; overflow:hidden}
	
/* Menu */
#menu-main-menu, #menu-main-menu ul {margin:0; padding:0; list-style-type:none; list-style-position:outside; position:relative; line-height:1.5em; z-index:70;font-weight:bold; float:right; }
#menu-main-menu a {display:block; padding:40px 15px 10px 15px; color:#000000;text-decoration:none; font-size:12px;-webkit-transition:color .2s linear,background .2s linear;-moz-transition:color .2s linear,background .2s linear;-o-transition:color .2s linear,background .2s linear;transition:color .2s linear,background .2s linear; }
#menu-main-menu li {float:left; position:relative;}
#menu-main-menu ul {position:absolute; display:none; width:200px; top:65px; left:0px; background:#8ec346}
#menu-main-menu ul a {border-left:1px solid #117ec6;border-right:1px solid #117ec6;  padding:7px 10px; text-transform:none; font-size:12px;}
#menu-main-menu li ul {border-top:1px solid #117ec6; width:222px;}
#menu-main-menu li ul a {width:200px; height:auto; float:left;  border-bottom:1px solid #117ec6;}
#menu-main-menu ul ul {top:auto;}
#menu-main-menu li ul ul {left:200px; margin:0px 0 0 21px; top:-1px }
#menu-main-menu li:hover ul ul, #menu-main-menu li:hover ul ul ul, #menu-main-menu li:hover ul ul ul ul {display:none;}
#menu-main-menu li:hover ul, #menu-main-menu li li:hover ul, #menu-main-menu li li li:hover ul, #menu-main-menu li li li li:hover ul {display:block;}

ul#menu-main-menu li:hover a {
	background-color: #999900;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
ul#menu-main-menu li:hover li a { background-color:#006ab0; background-image:none; color:#fff; -webkit-border-radius: 0px;-moz-border-radius: 0px;border-radius: 0px;  }
ul#menu-main-menu li:hover li a:hover{color:#fff; background:#023a5f;}

#menu-main-menu .current-menu-item a, #menu-main-menu .current-page-ancestor a, #menu-main-menu .current-menu-ancestor a, #menu-main-menu .current-post-ancestor a{color:#006ab0;}

#menu-item-24 a{background:url(images/home.png) no-repeat top center;}
#menu-item-22 a{background:url(images/about.png) no-repeat top center;}
#menu-item-30 a{background:url(images/service.png) no-repeat top center;}
#menu-item-27 a{background:url(images/client.png) no-repeat top center;}
#menu-item-31 a{background:url(images/portfolio.png) no-repeat top center;}
#menu-item-26 a{background:url(images/enqury.png) no-repeat top center;}
#menu-item-23 a{background:url(images/contact.png) no-repeat top center;}

.menu-footer-menu-container{width:100%; float:left; text-align:center; margin-bottom:0px;}
ul#menu-footer-menu  { margin: 0;padding:0px 5px 0 5px;list-style:none; text-align:center;}
#menu-footer-menu li { display:inline;margin:0;padding:0;cursor:pointer;}
#menu-footer-menu li a { padding:0px 10px 0px 10px; color:#fff;text-decoration:none; font-size:12px; margin:0;  }
ul#menu-footer-menu li:hover a {color:#0a1114; text-decoration:underline  }
#menu-main-menu .menu-item-home a, #menu-footer-menu .menu-item-home a{border-left:0;}

/* breadcrumb */
.breadcrumb{ font-size:11px; color: #999; width:100%; padding:0px 0 5px 0; font-weight:normal; }
.breadcrumb a{color:#ccc;}
.breadcrumb a:hover{color:#000; text-decoration:underline}

/* Footer */
.copyright{color:#fff; font-size:12px; text-align:center; padding-top:5px;; width:100%; float:left}
.scrollup{width:48px; height:48px;  opacity:0.3; position:fixed; bottom:30px;  right:20px;  display:none; text-indent:-9999px;  background: url('images/back-to-top.png') no-repeat;}
.mg_colorline{width:100%; float:left; height:4px; font-size:1px; background:url(images/separator.png) repeat-x top left;} 

/*Content Box */
#cnt{float:left;width: 100%;color: #333;min-height: 400px;	}
.mg_intro{width:100%; float:left; padding:40px 0;}
.mg_whatweoffer{
	width: 100%;
	float: left;
	padding: 20px 0;
	background-color: #999900;
}
.mg_contact_enquiry{width:100%; float:left; padding:20px 0; background:#fafafa;-webkit-box-shadow: 3px 1px 5px 0px rgba(50, 50, 50, 0.25);
-moz-box-shadow:    3px 1px 5px 0px rgba(50, 50, 50, 0.25); box-shadow:         3px 1px 5px 0px rgba(50, 50, 50, 0.25);}
.mg_clientele{width:100%; float:left; padding:20px 0;}
.mg_sublinks{width:100%; float:left; padding:20px 0; background:#fafafa url(images/printing_page.png) no-repeat bottom right; border-top:1px solid #eee; min-height:300px;}
.mg_footer{width:100%; float:left; background:#7f7f7f; padding:15px 0; text-align:center; color:#fff}
.mg_intro_title{width:60%; float:left; text-align:right;}
.mg_introtext{width:35%; float:right; text-align:center}
.introh2{ font-size:36px; line-height:42px; color:#000; font-weight:900; text-transform:uppercase; margin:0; padding:0; margin-top:0px;}
.introh3{ font-size:24px; line-height:24px; color:#666; font-weight:100; text-transform:uppercase;  margin:0; padding:0;}
.redclr{color:#f43b3b;}
.wwoh3{ font-size:30px; line-height:36px; color:#fff; font-weight:900; text-transform:uppercase; margin-bottom:10px; text-align:center; padding:0; }
.bluetxt{color:#93d1ff;}
.mg_home_contact{
	width: 45%;
	float: left;
	font-size: 16px;
	line-height: 30px;
	color: #000;
	margin-left: 50px;
}
.mg_home_enquiry{width:38%; float:right; margin-right:50px;}
.home_cntct{float:left; margin-right:10px;}
.homecntacttext{padding-bottom:10px; border-bottom:1px solid #eee; margin-bottom:10px;}
.enq_bx{width:100%; padding:0px; background:#f43b3b url(images/enquiry.png) no-repeat right top; float:left; height:67px; margin-top:15px; -webkit-box-shadow: 3px 1px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    3px 1px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow:         3px 1px 5px 0px rgba(50, 50, 50, 0.75);}
.enq_bx1{width:260px; float:left; font-size:30px; text-align:center; padding:15px 0 0 20px; color:#fff; font-weight:900; text-transform:uppercase; line-height:18px;}
.spcls1{font-size:14px; font-weight:300 ;}
.enq_bx:hover{background-color:#ff6d1e;}
.client_title{ color:#f43b3b; font-size:30px; line-height:36px; padding:0; margin:0; font-weight:100; text-transform:uppercase; text-align:center; margin-bottom:15px;}
.mg_sublinks_box{width:220px; float:left; margin:0 10px;}
.footersublink{font-size:14px; line-height:18px; color:#1167a8; font-weight:400; text-transform:uppercase}
.ftlinks ul{margin:0; padding:0;}
.ftlinks ul li{list-style-type:none; padding:3px 0; font-size:12px; line-height:16px; color:#555555 }

/*left Sidebar */
#leftsdbr{float:left;margin:0px 0;width: 180px;color: #000;min-height: 400px;background: #fafafa;padding:5px 10px;}
.lsdbx{float:left;margin:0px 0 10px 0;width: 180px;color: #000;min-height: 100px; background:#fff;}
.lsdbx ul{ padding:0 0 0 20px; font-size:10pt;}

/*left Sidebar */
#rightsdbr{float:right;margin:0px 0;width: 200px;color: #000;min-height: 400px; margin:20px 0;}
.rsdbx{float:left;margin:0px 0 15px 0;width: 100%;color: #000;min-height: 100px; border:1px solid #eee }
.rsdbx ul{ padding:0 0 0 20px; font-size:10pt;}
.rsdbx  img{float:left;}

/*right Box */
#icnt{
	float: left;
	width: 700px;
	color: #000;
	min-height: 400px;
	background: #fff;
	padding: 10px;
}
#icnt ul, #icnt ol{margin:10px 20px; color:#333}
#icnt ul li, #icnt ol li{padding:5px 0}
.sidebarh3{padding:5px 15px; color:#fff; background:#333; margin:0; }
.servicelist{width:180px; float:left; padding:10px; border-bottom:1px dotted #eee; background:#fafafa}
.servicelist img{margin-right:10px; float:left; border:1px solid #fff}
.servicelist h6{margin:0; padding:0;}
.sidepara{font-size:11px; font-weight:300; line-height:14px; padding-top:0;}

/* Inner content */
.pagepost{margin: 0px 0px;padding:0 0px;line-height: 13pt; width:100%; float:right;}
.pagepost ul, .post ul {margin:0px 0 0 20px;}
.pagepost li, .post li {font-family:Arial, Helvetica, sans-serif;font-size:10pt;}
.headclass{color:#0066ae;}

/* post content */
.pagepostsub{width:96%; float:left; padding:15px 10px; border-top:1px dotted #ccc;}
.postcontent {
	padding: 10px;
	line-height: 13pt;
	width: 98%;
	float: right;
	border-bottom: 1px dotted #ccc;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.spost {margin: 0px 0px;padding:0 0px; width:100%; float:left;}

.entry img{
	float: left;
	margin: 5px 15px 5px 5px;
	padding: 5px;
	background: #fff;
	border: 1px solid #ccc;
	text-align: center;
}
.entry1 img{ }
.postmetadata{clear: both;background:#F7F7F7;padding:6px;margin-top: 16px;}
.navigation {font-size:8pt;float:left;width:100%;margin:20px 0;}
.pageentry{
	text-align: justify;
}
.pageentry img{border:2px solid #DDDDDD }
.pageentry .aligncenter{ margin:10px auto;}
.pageentry .alignleft{ margin:10px 25px;}
.pageentry .alignright{ margin:10px 25px;}
	
.alignleft {float:left; margin:25px;}
.alignright {float:right; margin:25px;}

.notfound{padding: 10px; font-size: 14pt; font-weight: 300;}
cite {font-family: arial, verdana, tahoma;font-size: 9pt;font-weight: bold;font-style: normal;}
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}

/* search */
#searchform{padding: 5px 0 0px 0px;font-family: verdana, arial, times; width:187px; float:right;}
#searchform input#s{font-family:arial, times;font-size: 10pt;padding:4px 5px 5px 5px;margin: 0px;border: 1px solid #ccc;color:#333; float:left; width:150px; background:#fff; border-right:0;height:17px}
#searchform input#searchsubmit{ margin:0px; float:left; background:#fff; border:1px solid #ccc; border-left:0; padding:2px 0 1px 0}

/* Text and image properties */
.aligncenter {display: block;margin-left: auto;margin-right: auto;}
.alignleft {float: left;}
.alignright {float: right;}
.wp-caption-text{text-align:center;}
.wp-caption {border: 1px solid #ddd;text-align: center;background-color: #f3f3f3;padding-top: 4px;margin: 10px;}
.wp-caption img {margin: 0;padding: 0;border: 0 none;}
.wp-caption-dd {font-size: 11px;line-height: 17px;padding: 0 4px 5px;margin: 0;}

.wp-caption.aligncenter {display: block; margin-left: auto; margin-right: auto}
.wp-caption.alignright {float:right; margin:0 0 1em 1em}
.wp-caption.alignleft {float:left; margin:0 1em 1em 0}


/* Pagination */
.emm-paginate { font-size:12px; font-weight:bold}
.emm-paginate a {background:#fff; border:1px solid #eee; color:#666; margin-right:4px; padding:5px 10px; text-align:center; text-decoration:none; }
.emm-paginate a:hover, .emm-paginate a:active {background:#f43b3b; color:#fff;}
.emm-paginate .emm-title {color:#555; margin-right:4px;}
.emm-paginate .emm-gap {color:#999; margin-right:4px;}
.emm-paginate .emm-current {color:#fff; background:#1167a8; border:1px solid #eee; margin-right:4px; padding:5px 10px;}
.emm-paginate .emm-page {}
.emm-paginate .emm-prev, .emm-paginate .emm-next {}

#screen-meta-links {
display: none;
}

#brk_news ul{white-space:nowrap; height: 1em;width: 100%; line-height:14pt;}
#brk_news ul li{display:inline; padding:0 15px; }

table#kpg-albums td{text-align:center !important; border:0 !important}
table#kpg-albums{border:0 !important}
table#kpg-albums td img.kpg-thumb-multiplePerRow{border:3px solid #B12925 !important}
table#kpg-albums td div.kpg-nbPhotos{margin-top:5px !important}
table#kpg-pictures td, table#kpg-pictures {border:0 !important}
table#kpg-pictures td img.kpg-thumb {border: 3px solid #F4CC6A !important;}
div#kpg-backLink{padding:0 !important}
div#kpg-album-description{margin-bottom:0 !important;}
.kpg-title{float:left;text-align:center; width:100%}

#s2email{padding:5px; margin:5px 0 0 0;width:200px;}

.image_carousel {padding: 0px;position: relative;}
.image_carousel li{
	padding: 0px;
	margin: 0px;
	display: block;
	float: left;
	height: 320px;
	text-align: center;
	width: 220px;
	margin: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
	background-color: #BDBD00;
}
.wwo-image{
	width: 220px;
	height: auto;
	float: left;
	overflow: hidden;
	margin-bottom: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: #990;
}
.wwo-image img{
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	text-align: center;
}
.wwo-info{
	width: 200px;
	float: left;
	height: 120px;
	overflow: hidden;
	padding: 0 10px;
	background-color: #BDBD00;
}
.wwo-info h2{
	margin: 0;
	padding: 0;
	color: #FFF;
}
.wwo-info p{text-align:center;}
.servcetxt0{ color:#f43b3b;}
.servcetxt1{ color:#1167a8;}
.servcetxt2{ color:#5f9538;}
.servcetxt3{ color:#f2863e;}

.image_carousel2 {padding: 0px;position: relative;}
.image_carousel2 li{
	padding: 0px;
	margin: 0px;
	display: block;
	float: left;
	width: auto;
	text-align: center;
	height: auto;
	margin: 10px;
}
.image_carousel2 img { opacity: 1;  -webkit-transition: opacity 0.35s; transition: opacity 0.35s; -webkit-filter: grayscale(100%);
	filter: grayscale(100%); filter: gray;
	filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}

.image_carousel2:hover img {
	opacity: 1; filter: none;
}

a.prev, a.next {background: url(images/nav.png) no-repeat transparent;width: 32px;	height: 65px;display: block;position: absolute;top: 60px;}
a.prev {left: 0px;background-position: 0 0; }
a.prev:hover {background-position: 0 -71px; }
a.prev.disabled {background-position: 0 -100px !important;  }
a.next {	right: -1px;background-position: -40px 0; }
a.next:hover {background-position: -40px -71px; }
a.next.disabled {background-position: -40px -100px !important;  }
a.prev.disabled, a.next.disabled {cursor: default;}
a.prev span, a.next span {display: none;}
.shadrad{-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;-moz-box-shadow: 2px 2px 8px #c2c2c2;-webkit-box-shadow: 2px 2px 8px #c2c2c2;box-shadow: 2px 2px 8px #c2c2c2;}



#comments{ text-align:left; padding:10px 10px; font-size:16px; color:#333; border-top:1px solid  #eee; margin-top:20px;}
ol.commentlist { list-style:none; margin:0 !important; padding:0 !important; width:100%; float:left;  }
ol.commentlist li { margin:10px 0 10px; position:relative; background:#fafafa; border:1px solid #ddd; padding:0 !important}
ol.commentlist li.pingback comment-author { padding:0 170px 0 0; }
ol.commentlist li div.vcard { font-weight:bold; font-size: 14px; line-height: 16px; font-family: helvetica,arial,sans-serif; }
ol.commentlist li div.vcard cite.fn { font-style:normal; font-size: 14px; }
ol.commentlist li div.vcard cite.fn a.url { color:#cc0000; text-decoration:none; }
ol.commentlist li div.vcard cite.fn a.url:hover { color:#000; }
ol.commentlist li div.vcard img.avatar { background: #fff; border:1px solid #aaa; padding: 5px; left:10px; position:absolute; top:10px; }
ol.commentlist li div.comment-meta { font-weight:bold; font-size: 10px; line-height: 16px; font-family: helvetica,arial,sans-serif; position:absolute; right:10px; text-align:right; top:5px; }
ol.commentlist li div.comment-meta a { color:#ccc; text-decoration:none; }
ol.commentlist li p { font-weight:normal; font-size: 12px; line-height: 16px; font-family: helvetica,arial,sans-serif; margin:5px 0 12px; }
ol.commentlist li ul { font-weight:normal; font-size: 12px; line-height: 16px; font-family: helvetica,arial,sans-serif; list-style:square; margin:0 0 12px; padding:0; }
ol.commentlist li div.reply { background:#999; border:0px solid #666; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; color:#fff; font:bold 9px/1 helvetica,arial,sans-serif; padding:6px 5px 4px;  text-align:center; width:36px; }
ol.commentlist li div.reply:hover { background:#cc0000; border:1px solid #cc0000; }
ol.commentlist li div.reply a { color:#fff; text-decoration:none; text-transform:uppercase; }
ol.commentlist li ul.children { list-style:none; margin:0px 0 0; text-indent:0;border:0px solid #eee; border-bottom:0; margin: 10px}
ol.commentlist li ul.children li.depth-2 { margin:0 0 0px; }
ol.commentlist li ul.children li.depth-3 { margin:0 0 0px; }
ol.commentlist li ul.children li.depth-4 { margin:0 0 0px; }
ol.commentlist li ul.children li.depth-5 { margin:0 0 0px; }
ol.commentlist ul.children li.odd { background:#fff; }
ol.commentlist ul.children li.even { background:#fff; }
ol.commentlist li.pingback div.vcard { padding:0 170px 0 0; }
.cmnt_navigation{ width:100%; float:left; margin:5px 0;}
.cmnt_alignleft{ float:left; margin:0; padding:0;}
.cmnt_alignright{ float:right; margin:0; padding:0;}
.comment-body{ margin-left:60px; padding:10px;}
.fn{font-size:14px; }
.says{font-size:11px; color:#999}
.brdrrd{-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
#respond{padding:10px 20px;  }
#respond textarea{width:100%; }
a#cancel-comment-reply-link{ background:#f00; color:#fff; padding:3px 5px;}
.cmnt_navigation {padding:3px 10px; width:97%;}
.cmnt_navigation a{color:#333; font-weight:bold}
#commentform input{padding:5px 10px;}
#respond label small{color:#000;}


/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;

}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:44%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

.theme-default .nivoSlider {
	position:relative; 
	background:#fff url(images/loading.html) no-repeat 50% 50%; 

}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;  
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	text-align: center; width:940px; 
	padding: 0px 0; margin-top:-35px; z-index:100; position:absolute
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(images/bullets.html) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 0px; font-size:1px; 
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:55px;
	height:57px;
	background:url(images/arrows.html) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 1;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	background-position:-54px 0;
	right:-12px;
}
.theme-default a.nivo-prevNav {
	left:-10px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}

.wpcf7-form-control{padding:5px 10px; border:1px solid #b9d3e6}
.wpcf7-submit{background:#000; color:#fff; font-size:14px; line-height:20px; padding:10px 20px; font-weight:bold}
