/* = Reset Browsers
-----------------------------------------------------------------------------------*/
html, body, div, h1, h2, h3, ul, ol, li, form, fieldset,  
input, textarea {margin: 0; padding: 0; font-size: 100%;}  
ul,ol {list-style: none; margin:0; padding:0}  
img, fieldset {border: 0;}
em,i {font-style: italic;}
strong,b {font-weight: bold;}
h1,h2,h3,h4,h5,h6 {font-family:Oswald;font-weight:normal;margin:0;padding:0; line-height:1.5}
h1,h2{letter-spacing:2px;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {text-decoration: none;}
h1 { font-size: 24px; margin-bottom:10px; }
h2 { font-size: 20px; margin-bottom:9px; }
h3 { font-size: 18px; margin-bottom:9px; }
h4 { font-size: 16px; margin-bottom:7px }
h5 { font-size: 14px; margin-bottom:5px; }
h6 { font-size: 12px; margin-bottom:5px; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {text-decoration: underline;  }

a {text-decoration:none; color: #346e84; outline:none; border:none;}
a:hover {text-decoration:underline;}

p {margin: 0 0 10px 0; }
input { padding:5px; }

/* = Toolbox CSS
-----------------------------------------------------------------------------------*/
h3.title { margin-bottom:10px;}
h3.title span {}
h3.title a{font-size:11px; float:right; font-family:Arial, Helvetica, sans-serif; font-style:italic; text-decoration:underline; margin-top:10px; }
h3.title a:hover{text-decoration:none; color:#666}

h3.widget_title{margin:0 0 10px; padding-bottom:12px; background:url(images/diagonal.png) bottom repeat-x}
h3.widget_title span {}

input,
textarea{ font-size:14px; background: #fff;border: 1px solid #ddd;padding: 7px 10px; border:1px solid #ddd; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius: 3px;}

input[type=text]:focus,
textarea:focus{border:1px solid #bbb; outline:none; box-shadow: inner 0 0 5px #ddd; box-shadow: 0px 0px 4px rgba(0,0,0,0.20);-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.20); -webkit-box-shadow:  0px 0px 4px rgba(0,0,0,0.20);}
label{font-size:11px; color:#888;}

/* definition list styles */
dl{ padding:0; margin:0}
dt{ font-weight:bold; margin-bottom:5px;}
dd{ padding:0; padding-left:20px; margin:0; margin-bottom:10px;}

/* code format <pre> */
pre{ border:1px solid #ccc; background:#fff url(images/pre.png) 0 0 no-repeat; padding:10px; padding-top:20px; font-family: Courier; color:#CC0000}
pre:hover{background-color:#f5f5f5}

/* Button */
.button{background-image: url(images/overlay_light_gradient.png); background-repeat:repeat-x; background-position:bottom; font-weight:bold; position: relative; overflow: visible; padding: 7px 10px; line-height:20px; border:1px solid #445f77; -moz-border-radius:5px; -webkit-border-radius: 5px; border-radius: 5px; font-size:14px;-moz-box-shadow: 0 1px 2px 0 #eee; -webkit-box-shadow: 0 1px 2px 0 #eee; box-shadow: 0 1px 2px 0 #eee;-moz-box-shadow: inset 0px 0px 1px #fff;-webkit-box-shadow: inset 0 0 0px #fff;box-shadow: inner 0 0 0px #fff; color:#fff; cursor:pointer}

.button:hover {text-decoration:none; background-image: url(images/overlay_dark_gradient.png); }

.clear{clear:both;}
.divider{height:6px; background:url(images/diagonal.png) 0 0 repeat-x; margin:15px 0;}

.input_text {font-size:12px; padding:0; margin:0; line-height:25px; border:1px solid #ddd; padding:0px 10px; color:#999; line-height:25px; height:25px;}
.input_text:focus{outline:none}
.input_submit { border: medium none; cursor: pointer; height: 27px;outline: medium none; position: absolute;right: 0; top: 0; width: 34px; -moz-border-radius:0px; -webkit-border-radius: 0px; border-radius: 0px;}
.input_submit:hover{background-position: 0 -30px}

.last { margin-right:0!important}
.zoom,
.link,
.play,
.ico_slider,
.thumb{display:inline-block;border:1px solid #ddd; background-position:center center; background-repeat:no-repeat; box-shadow:1px 1px 2px #ddd; -moz-box-shadow:1px 1px 2px #ddd; -webkit-box-shadow: 1px 1px 2px #ddd;}

.zoom img,
.link img,
.play img,
.ico_slider img,
.thumb img,
.thumb iframe{display:block;padding:3px;background-color:#f9f9f9; border:1px solid #fff;}

.zoom{background-image:url(images/ico_zoom.png);}
.link{background-image:url(images/ico_link.png);}
.play{background-image:url(images/ico_play.png);}
.ico_slider{background-image:url(images/ico_slider.png);}
.thumb{}

/* Tooltip effect */	
.tipsy { font-size: 10px; position: absolute; padding: 5px; z-index: 100000; }
.tipsy-inner { background-color: #000; color: #FFF; max-width: 200px; padding: 5px 8px 4px 8px; text-align: center; }
.tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.tipsy-arrow { position: absolute; width: 0; height: 0; border: 5px solid transparent; }
.tipsy-arrow-n { border-bottom-color: #000; }
.tipsy-arrow-s { border-top-color: #000; }
.tipsy-arrow-e { border-left-color: #000; }
.tipsy-arrow-w { border-right-color: #000; }
.tipsy-n .tipsy-arrow, .tipsy-nw .tipsy-arrow, .tipsy-ne .tipsy-arrow { top: 0; border-top: none; }
.tipsy-s .tipsy-arrow, .tipsy-sw .tipsy-arrow, .tipsy-se .tipsy-arrow { bottom: 0; border-bottom: none; }
.tipsy-n .tipsy-arrow, .tipsy-s .tipsy-arrow { left: 50%; margin-left: -5px; }
.tipsy-nw .tipsy-arrow, .tipsy-sw .tipsy-arrow { left: 10px; }
.tipsy-ne .tipsy-arrow, .tipsy-se .tipsy-arrow { right: 10px; }
.tipsy-e .tipsy-arrow, .tipsy-w .tipsy-arrow { top: 50%; margin-top: -5px; }
.tipsy-e .tipsy-arrow { right: 0; border-right: none; }
.tipsy-w .tipsy-arrow { left: 0; border-left: none; }

/* Navigation & WP PageNavi Plugin */
div.navigation { float: left; width: 100%; }
div.navigation p,  div.wp-pagenavi { margin: 0; font-size: 14px; font-weight: bold; text-align: center; }
div.navigation a { font-size: 14px; font-weight: bold; padding: 7px; line-height: 50px; margin-right: 10px;  border: none; }
div.navigation span.current { border:none; padding: 7px;  color: #333;  border-radius: 4px;  box-shadow: 0 0 3px rgba(0,0,0,0.2);  margin-right: 10px; }
div.navigation a:hover {  color: #333;  border-radius: 4px;  box-shadow: 0 0 3px rgba(0,0,0,0.2); text-decoration: none; }
div.navigation span.pages { margin-right: 10px; display: none; }
div.navigation .extend { border: none; }
div.navigation .alignleft, div.navigation .alignright { margin: 0; }

/* Page Pagination styles */
.page-pagination {margin:0;}
.page-pagination a:link,
.page-pagination a:visited, 
.page-pagination span{display: inline; text-decoration: none; padding:0; margin-right:5px}
.page-pagination span.extend, 
.page-pagination .page-numbers { border: none;}
.page-pagination a:link, 
.page-pagination a:visited, 
.page-pagination a:active, 
.page-pagination span.current {}
.page-pagination a:link, 
.page-pagination a:visited, 
.page-pagination a:active, 
.page-pagination span {background: #f5f5f5 url(images/overlay_dark_gradient.png) 0 100% repeat-x; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); position: relative; overflow: visible;  line-height:20px; border:1px solid #ddd; -moz-border-radius:5px; -webkit-border-radius: 5px; border-radius: 5px; -moz-box-shadow: 0 1px 2px 0 #eee; -webkit-box-shadow: 0 1px 2px 0 #eee; box-shadow: 0 1px 2px 0 #eee;-moz-box-shadow: inset 0px 0px 1px #fff;-webkit-box-shadow: inset 0 0 0px #fff;box-shadow: inner 0 0 0px #fff;padding: 3px 7px; cursor:pointer}
	
.page-pagination .current, 
.page-pagination a:hover {background: url(images/button_silver_hover.png) repeat-x; text-decoration:none}

/* = Header & Page Structure
-----------------------------------------------------------------------------------*/
body {color: #333;font-family: Arial, Helvetica, sans-serif; font-size:12px;line-height:150%;}
#wrapper {background: #f9f9f9;margin: 20px auto; width: 980px; box-shadow: 0px 0px 6px rgba(0,0,0,0.10);-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.10); -webkit-box-shadow:  0px 0px 6px rgba(0,0,0,0.10); -moz-border-radius:6px; -webkit-border-radius: 6px; border-radius: 6px;}
#inner-wrap {text-align: left; padding:20px;}

#header {padding:20px;}
#logo {float:left;}
#logo h1{font-size:30px; margin-bottom:5px;}
#logo a{display:block}
#header-right{float:right;text-align:right;width:300px;}
#header-banner{float:right;text-align:right;}
#phone{margin-bottom:10px;}	
#phone{ letter-spacing:2px; font-family:"Droid Sans", Arial; font-size:20px; color:#888}	
#search {float:right;position: relative;}
#search  .input_text{width:120px; background: #fff url(images/search.png) 100% 50% no-repeat}
#search  .input_text:focus{	outline:none;}

#content{}
	
/* = Navigation
-----------------------------------------------------------------------------------*/
#menu {background-image: url(images/menu_overlay.png);background-repeat:repeat-x; position:relative; z-index:100;height:40px; margin-bottom:1px;	border-bottom:3px solid #ddd; }

.dropdown, .dropdown * {margin:0;padding:0;list-style:none;}
.dropdown {line-height:	1.0;}
.dropdown ul {position:absolute;top:-999em;width:170px; background-image:url(images/overlay_dark.png);text-align: left;margin: 0;padding:0x;}
.dropdown ul li {width:100%;}
.dropdown li:hover {visibility:inherit;}
.dropdown li {background:url(images/menu_sep.png) 100% 0 repeat-y; float:left; position: relative; padding-right:2px;}
.dropdown ul li a { color: #fff;line-height: 1.5; text-transform: none;	font-size: 12px; }
.dropdown a{display:block;position:relative;font-family:Oswald, Arial, sans-serif;color:#fff;text-decoration: none; font-size: 14px;padding:13px 20px;}
.dropdown li:hover a, 
.dropdown a:hover {background: url(images/overlay_dark.png);text-shadow: none; }
.dropdown li li {background: url(images/menu_sep_h.png) 0 100% repeat-x;padding-bottom:2px;padding-right:0;}
.dropdown li li a{background:none!important;padding:10px 15px;font-family:Arial, Helvetica, sans-serif;font-size:12px;font-weight:normal;}
.dropdown li li a:hover{color:#fff;background: url(images/overlay_dark.png)!important;}
.dropdown li:hover ul,
.dropdown li.sfHover ul {left:0;top:40px;z-index:99;}

/*level 2*/
ul.dropdown li:hover li ul,
ul.dropdown li.sfHover li ul{top:-999em;}
ul.dropdown li li:hover ul,
ul.dropdown li li.sfHover ul {left:170px;top:0;}

/*level 3*/
ul.dropdown li li:hover li ul,
ul.dropdown li li.sfHover li ul {top:-999em;}
ul.dropdown li li li:hover ul,
ul.dropdown li li li.sfHover ul {left:170px; top:0;}
 
.dropdown li:hover, .dropdown li.sfHover,
.dropdown a:focus, .dropdown a:hover, .dropdown a:active {outline:0;}

.sf-sub-indicator { display:none; }
.dropdown li ul .sf-sub-indicator { display:inline; }

li.current-menu-item a,  
li.current_page_item a,  
li.current-menu-ancestor a,  
li.current-menu-parent a,  
li.current_page_parent  a {background: url(images/overlay_dark.png);}

.full_shadow{background: url(images/full_shadow.png) 50% 100% no-repeat; padding-bottom:26px;}

/* = Slider
-----------------------------------------------------------------------------------*/
.slider_alt{margin-bottom:15px}

/* Coin slider */
#coin-slider{width:980px;height:400px;background:url(images/loading.gif) 50% 50% no-repeat #fff;position:relative;}
#coin-slider img{display:none;}
#coin-slider img.first{display:block;}
.coin-slider{position:relative;width:980px;}
#progbar{display:block;height:6px;font-size:0;line-height:0;overflow:hidden; background:#ddd; position:relative;}
#progbar>span{position:absolute;height:6px;background-color:#445f77;left:0;top:0;}
.cs-buttons{background:#f2f3f4;overflow:hidden;padding:0;margin-bottom:5px;}
.cs-buttons li{float:left;border-bottom:1px solid #ddd;border-left:1px solid #ddd;width:162px;}
.cs-buttons li:first-child{border-left:none;width:165px;}
.cs-buttons a{display:block;background:#f9f9f9;font-size:13px;line-height:1.2em;overflow:hidden;text-decoration:none;color:#ababab;padding:8px 0 5px 0px; text-align:center}
.cs-buttons a.cs-active,.cs-buttons a:hover{background:#eee;color:#445f77; cursor:pointer}
.cs-buttons a.cs-active{cursor:default;}


/* Nivo slider */
#slider { position:relative; width:980px; height:400px; background: url(images/loading.gif) no-repeat 50% 50%; margin-bottom:5px;}
#slider img {position:absolute; top:0px; left:0px; display:none;}
#slider a{border:0;display:block;}
.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%;}
.nivo-box {display:block;position:absolute;z-index:5;}
.nivo-controlNav {position:absolute;right:20px;bottom:20px;margin-left:-40px;z-index:100;}
.nivo-controlNav a {display:block;width:11px;height:11px;background: url(images/bullets.png) 1px 0px no-repeat;text-indent:-9999px; border:0;margin-left:4px;float:left; cursor:pointer}
.nivo-controlNav a.active {background-position:-10px 0px;}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {position:absolute;display:block;width:35px;height:35px;text-indent:-9999px;border:0;top:176px;cursor:pointer;z-index:99;background-color:#545454;background-repeat:no-repeat;background-position:center;}

a.nivo-prevNav,
a.nivo-nextNav{background:url(images/arrows.png) no-repeat;width:48px;height:48px;}
a.nivo-prevNav {left:20px;background-position: top left;}
a.nivo-nextNav{right:20px;background-position:top right;}
a.nivo-prevNav:hover{background-position:bottom left;}
a.nivo-nextNav:hover{background-position:bottom right;}

#slider .nivo-controlNav img {display:inline; /* Unhide the thumbnails */position:relative;margin-right:10px;width:120px;height:auto;} 

/* Content Slider */
#content-slider{}
#content-slider .slides_container{margin-bottom:10px;}
div.slides {display: none; float: left;	width: 980px}
.post-slide { padding:20px;}
.post-slide .thumb,
.post-slide .link{float:right; margin-left:20px; display:inline; margin-bottom:3px;}
.post-slide .thumb iframe{display:block}

/* slider navigation 1,2,3 */
.pagination{height:20px;}
#content-slider .pagination{margin-left:20px}
.pagination li{display:inline; margin-right:5px;} 
.pagination a{background: #f5f5f5 url(images/overlay_dark_gradient.png) 0 100% repeat-x; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); color: #666;position: relative; overflow: visible;  line-height:20px; border:1px solid #ddd; -moz-border-radius:5px; -webkit-border-radius: 5px; border-radius: 5px; -moz-box-shadow: 0 1px 2px 0 #eee; -webkit-box-shadow: 0 1px 2px 0 #eee; box-shadow: 0 1px 2px 0 #eee;-moz-box-shadow: inset 0px 0px 1px #fff;-webkit-box-shadow: inset 0 0 0px #fff;box-shadow: inner 0 0 0px #fff;padding: 2px 5px; cursor:pointer}
.pagination li.current a,
.pagination a:hover{text-decoration:none; background: url(images/button_silver_hover.png) 0 0 repeat-x; color:#666}

/* = Heading & Welcome Message 
-----------------------------------------------------------------------------------*/
#heading {position:relative; margin-bottom:10px; }
#heading h2, 
#heading h1{padding:0; margin-bottom:10px; letter-spacing:2px;}
#heading p {font-size: 14px; padding-top:0px; margin-bottom:0;}	

#heading.welcome{margin-bottom:0}
#heading.welcome h1{margin-bottom:5px}
#heading.welcome .welcome_inner{ padding:0 0 20px 0; text-align:left;}
#heading.welcome .button{float:right; margin: 25px 10px 0 30px; font-size:16px; padding:10px 20px}

/* = Error 404
-----------------------------------------------------------------------------------*/
#error_404{text-align:center}
#error_404 h1{font-size:45px}
#error_404 p{font-size:14px}
#error_404 .e404{font-size:250px; line-height:1.3; color:#ddd;border-radius: 5px;text-shadow: 2px 2px 0px #bbb;-moz-text-shadow:2px 2px 0px #bbb; -webkit-text-shadow: 2px 2px 0px #bbb;}

/* = Contact Form
-----------------------------------------------------------------------------------*/
#contactForm{}
#contactForm label{	display:block;font-size:12px;	font-weight:bold;color:#555;	margin-bottom:5px}
#contactForm label.error{background-color:#FFFFCC;padding:5px 10px;border:1px solid #FF3300;color:#FF3300;font-weight:bold;display:block;margin-top:5px;width:50%;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px}
#contactForm input[type=text]{width:50%}
#contactForm textarea{width:90%}
#contactForm .thanks{background-color:#C5FFC4; padding:5px 10px; border:1px solid #006600; color:#006600; font-weight:bold; -webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;width:90%;}
#google_map_canvas{margin-bottom:5px}

/* = News & Testimonials
-----------------------------------------------------------------------------------*/
.full_block{background:url(images/divider_h.png) repeat-x; padding-top:2px; margin:0 -20px}
.full_block .full_block_inner{background:url(images/diagonal.png); padding:15px 20px 0 20px}
.homepage_divider{ background:url(images/divider_h.png) repeat-x; height:2px; margin:0 -20px; margin-bottom:20px;}

/* Accordion */

#accordion{float:left; width:460px}
div.accordion-header-title{ font-size: 18px; margin-bottom: 25px; }
ul.accordion{ list-style: none; margin-left: 0px;}
ul.accordion li{ list-style: none; border-bottom: 1px dashed #ddd; margin-bottom: 15px; }
div.accordion-head{ padding: 0px 0px 10px 0px; line-height: 16px; font-size: 14px; cursor: pointer; }
div.accordion-content{ padding: 0px 0px 10px 25px; overflow: hidden; }
div.accordion-head-image{ width: 16px; height: 16px; float: left; margin-right: 10px; cursor: pointer; }
div.accordion-head p{ margin-bottom: 0px; }

div.accordion-head-image.active,
div.toggle-box-head-image.active{ background: url('images/acc_minus.png'); }
div.accordion-head-image,
div.toggle-box-head-image{ background: url('images/acc_plus.png'); }

/* Testimonial */
#testimonial{background: url(images/quote_start.png) no-repeat;padding-left:60px;float:right;text-align:left;width:400px;position:relative}
#testi_slider ul, #testi_slider li{margin:0;padding:0;list-style:none;position:relative;display:block;}
#testi_slider {overflow:hidden}
#testi_slider ul, #testi_slider li{margin:0;padding:0;list-style:none}
#testi_slider li {width:400px;overflow:hidden; }
#testi_slider li .author{border-top:1px dashed #ddd; margin-top:10px; padding-top:10px; text-align:right}
#testi_slider li .author span{color:#666}
#testi_slider li .thumb{float:left; margin-right:15px; margin-bottom:5px;}
#controls {position:absolute; top:10px; right:0; width:36px;}
#controls .prevBtn,
#controls .nextBtn{background:url(images/testi_arrows.png) no-repeat;width:16px;height:16px;position:absolute;text-indent:9999em;overflow:hidden}
#controls .prevBtn{left:0}
#controls .nextBtn{right:0;background-position:top right}


/* = Services
-----------------------------------------------------------------------------------*/
#services {}
#services h4{margin:0;margin-bottom:5px; font-size:14px;}
#services h4.title a {}
#services h3 a:hover {text-decoration:underline;}
#services ul {margin:0;}
#services li {display: block;float: left;margin: 0 20px 20px 0;position: relative;width: 220px;}
#services.services_page{margin-bottom:0; padding-bottom:0; border-bottom:none}
#services.services_page li{background: url(images/divider_h.png) bottom repeat-x; padding-bottom:25px;}

#services .icon{float:left; background:url(images/service_icon.png) no-repeat; width:36px; height:36px; margin-right:10px;margin-bottom:5px;	}
#services .icon img{ width:24px; height:24px; margin: 6px 0 0 6px;}

/* = Portfolio
-----------------------------------------------------------------------------------*/
#portfolio{}
#portfolio #portfolio-list{padding:0; margin:0}
#portfolio h3.title {width:940px;}
#portfolio ul { margin:0;}
#portfolio li {display: block;float: left;margin: 0 20px 20px 0;position: relative;width: 220px;}
#portfolio a {position:relative;display:block;}
#portfolio li a:hover {text-decoration: underline;}
#portfolio .meta { margin-top: 10px; font-size: 11px;font-style: italic;text-align: center;}
#portfolio .meta h3 {margin-bottom:0px}
#portfolio .meta h3 a {margin: 1px 0;font-size: 14px;font-weight: normal;font-style: normal;}

/* Portfolio Item */
.portfolio_content {float: right;display: inline;margin:0; width: 630px;}
.portfolio_content .portfolio_entry{}
.portfolio_content .portfolio_feaured{margin-bottom:20px}
.portfolio_content .zoom{}

#single_slider {position:relative; }
#single_slider img {display: block;}
#single_slider .slides_container {width:635px; padding-bottom:5px; margin-bottom:10px; text-align:right}
#single_slider #portfolio_nav { position:absolute; right:0px; bottom:0px; z-index:100;width:58px;height:29px;}

/* Prev & Next projects */
.single_nav {float:right;}
.single_nav a, 
.single_nav .prev_disable,
.single_nav .next_disable{background: url("images/arrows_small.png") 0 0; height: 30px; width: 30px; float:right; margin-left:5px;}
.single_nav a:active { top: 1px; }
.single_nav .next_project { background-position: 30px 0; }
.single_nav .prev_project:hover { background-position: 0 -30px; }
.single_nav .next_project:hover { background-position: 30px -30px; }
.single_nav .prev_disable{background-position: bottom left;}
.single_nav .next_disable{background-position: bottom right; right:0;}

/* Related portfolio */
.related_projects{padding-top:10px}
.related_projects li{float:left;width:56px;height:56px;margin-right:20px;margin-bottom:20px;}

/* Left column for Portfolio Item */
.aside {color: #666666; float: left; width: 284px;margin:0;}
.aside .overview {margin-bottom:20px}
.aside p {padding:0; margin:0; margin-bottom:20px!important; display:block}
.aside h4 {border-bottom: 1px solid #e8e8e8;padding: 6px 0 4px; /*text-transform: uppercase;*/font-size:13px;margin:8px 0;}

/* Categories Menu for Portfolio & Services */
.categories_menu {margin:20px 0;height:20px;}
.categories_menu li {float:left;margin:0 5px 0 0;display:inline;}
.categories_menu a {background: #f5f5f5 url(images/overlay_dark_gradient.png) 0 100% repeat-x; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); color: #666;position: relative; overflow: visible;  line-height:20px; border:1px solid #ddd; -moz-border-radius:5px; -webkit-border-radius: 5px; border-radius: 5px; -moz-box-shadow: 0 1px 2px 0 #eee; -webkit-box-shadow: 0 1px 2px 0 #eee; box-shadow: 0 1px 2px 0 #eee;-moz-box-shadow: inset 0px 0px 1px #fff;-webkit-box-shadow: inset 0 0 0px #fff;box-shadow: inner 0 0 0px #fff;padding: 3px 10px; cursor:pointer}
.categories_menu li.current-cat a, 
.categories_menu li a.selected {background:url(images/button_silver_hover.png) 0 0 repeat-x;}
.categories_menu a:hover {text-decoration:none; background: #eee url(images/overlay_dark_gradient.png) 0 100% repeat-x;}

/* = Testimonials
-----------------------------------------------------------------------------------*/
.testimonial {line-height: 1.8em;position: relative;padding: 20px 20px 10px 55px;border: 1px solid #ddd;margin-top: 30px;margin-bottom: 30px;-webkit-border-radius: 5px;
    -moz-border-radius: 5px;border-radius: 5px;	background:#fff url('images/quote-small.png') 18px 26px  no-repeat ; box-shadow: 2px 2px 0px #eee;-moz-box-shadow:2px 2px 0px #eee; -webkit-box-shadow: 2px 2px 0px #eee;}
.testimonial_content{float:left; width:580px}
.testimonial_info{float:right; width:230px; text-align:left; border-left:1px dotted #ddd; padding:10px 0 10px 20px}
.testimonial p { font-style: italic; font-family: Georgia, "Times New Roman", Times, serif}
.testimonial-meta{color: #999}
.testimonial-meta strong{font-weight: normal;font-size:14px;color: #333}
.testimonial .thumb{float:left; margin-right:10px;}

/* = Staff
-----------------------------------------------------------------------------------*/
#staff_wrap {}
#staff_wrap > .staff_column { margin-bottom: 20px; float:left; width:172px; margin-right:20px; }
.staff_member {position: relative;padding: 10px;background-color: #fff; border: 1px solid #ddd; font-size:11px; text-align:center; -webkit-border-radius: 5px;
    -moz-border-radius: 5px;  border-radius: 5px;box-shadow: 2px 2px 0px #eee;-moz-box-shadow:2px 2px 0px #eee; -webkit-box-shadow: 2px 2px 0px #eee;}
.staff_member:hover { border-color: #CCC }
#staff_wrap h2 {margin: 0px;font-size: 12px;}
#staff_wrap h2 a { color: #10587a }
#staff_wrap h2 a:hover { text-decoration: underline }

/*single staff page*/
#single_staff_image { padding: 5px;background-color: #FAF9F5;border: 1px solid #CCC;-moz-box-shadow: 3px 3px 5px #CCC;-webkit-box-shadow: 3px 3px 5px #CCC;    box-shadow: 3px 3px 5px #CCC}
.staff_photo{float:left; width:310px; }
.staff_content{margin-top:20px}
#staff_meta { float:right; text-align:left; width:310px;}
#staff_meta span {font-weight: bold;color: #333;   margin-right: 10px}
#staff_meta p {margin: 0 0 15px;  padding-bottom: 15px;  background: url('images/divider_h.png') bottom repeat-x}
#staff_social {list-style: none;  margin: 20px 0px 0px !important}
#staff_social > li {float: left;margin-right: 3px}
#staff_social a { display: block }

/* = Archives/Blog posts
-----------------------------------------------------------------------------------*/
.posts {padding:0 0 25px 0;  margin-bottom:25px; background: url(images/divider_h.png) bottom repeat-x;  }
.posts .meta, 
.post_content .meta {margin-bottom:7px;}
.posts .zoom,
.posts .link{float:left;margin: 0 15px 5px 0;}
.posts img {}
.posts .postcontent { overflow: hidden; }
.posts .postcontent .readmore_wrap{text-align:right}
.posts .postcontent .readmore_wrap .button{font-size:11px; padding:3px 10px; display:inline-block;}
.posts .postmetadata { margin: 0 0 10px; }
.post_content h1 a {}
.posts h2 a {}
.posts h2 a:hover{ text-decoration:underline; color:#777}
 
/* = Single Posts/Pages Styling
-----------------------------------------------------------------------------------*/
.post_content {float: left;display: inline; margin:0 20px 0px 0;width: 630px; position:relative;}
.post_content h1{font-size: 26px;font-weight: normal;text-decoration:none;line-height: 28px;margin-bottom: 8px; }
.post_content h1 a:hover {text-decoration:underline;}
.post_content .featured_image{ margin-bottom:10px;}
.featured_image .zoom{}
.meta {margin:5px 0 0;font-weight:normal;font-size:11px; color:#888}
.meta a {font-size:11px;text-decoration:none;font-weight:normal;}
.meta span {color:#DDDBDB;padding:0 5px;}
p.postmetadata {font-size: 11px;margin: 0;color: #999;}
.entry {clear: left; overflow: hidden; width: 630px; margin-bottom:10px;}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {}
.entry p {margin-bottom: 10px;}

 /* list styles */
.entry ul, 
.entry ol {margin: 0 0 14px 14px; }
.entry li ul, 
.entry li ol{ margin-bottom: 0; }
.entry li { list-style-position: inside; }
.entry ul li { list-style-type: square; }
.entry ol li { list-style-type: decimal; }
.entry blockquote{ background:url(images/quote_start.png) 0 0 no-repeat; font-style: italic;font-family:Georgia, serif;font-size: 16px; color:#888; padding: 0 0 10px 60px; margin: 10px 0; line-height:150% }

/* Table styles */
.entry table{width: 100%;border-collapse: collapse;text-align: left; margin-bottom:20px; border-right:1px solid #ddd; border-top:1px solid #ddd;}
.entry table th{font-size: 14px;font-weight: normal;color: #333;padding: 5px 8px; background-color:#f9f9f9; border-left:1px solid #ddd;border-bottom: 1px solid #ddd; font-weight:bold}
.entry table td{padding: 5px 8px; border-left:1px solid #ddd; border-bottom:1px solid #ddd;}
.entry table tbody tr:hover td{ background-color:#f5f5f5;}

/* post author */
.post-author { border:1px solid #ddd; background:#fff url(images/comment-back.png) 0 100% repeat-x; overflow:hidden;-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;  -moz-box-shadow: 0 1px 2px 0 #EEE; -webkit-box-shadow: 0 1px 2px 0 #EEE; box-shadow: 0 1px 2px 0 #EEE; padding:20px; padding-bottom:15px; margin-bottom:15px;}
.post-author .thumb {float:left; margin-right:20px;}
.post-author h5 { font-size:14px; border-bottom:1px dashed #ddd; overflow:hidden; padding-bottom:5px; margin-bottom:10px; }
.post-author h5 em { color:#636363; }
.post-author small { float:right; color:#636363; }
.post-author a { color:#333; }
.author-descrip { color:#444;}

/* Related posts */
.related_posts{margin-bottom:15px; }
.related_item {margin-bottom:15px; border-bottom:1px dotted #ddd; padding-bottom:15px;}
.related_item .title{ display:block; font-size:1.2; color:#333; font-weight:bold}
.related_item .meta{font-size:11px; color:#999}
.related_item.last{margin-right:0;}
.related_item img { float:left;}
.related_item h2 a { color:#333;}
.related_item .thumb{margin-top:0; float:left; margin-right:10px; display:inline}

/* Sidebar left */
.side-left .post_content {float: right; display: inline; margin: 0 0 0 20px; }
.side-left #sidebar {float:left;}

/* Full width pages */
.full-width .post_content{margin-right: 0; width: 940px;}
.full-width .entry{float: none;display: block;padding-right: 0; width:940px; }
.full-width .entry img {max-width:930px;}

/* [gallery] WordPress default shortcode */
.entry .gallery .gallery-item { display: -moz-inline-stack; display: inline-block; vertical-align: top; zoom: 1; *display: inline; margin: 10px 0; }
.entry .gallery { margin: auto; text-align: center; clear: both; }
.entry .gallery .gallery-item  .attachment-thumbnail{border:none!important}

/* Images align */
.entry .aligncenter, 
div.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignleft, 
.entry .alignleft { float: left; margin: 5px 15px 5px 3px; }
.alignright, 
.entry .alignright { float: right; margin: 5px 4px 5px 15px; }

/* Caption for Images */
.entry .wp-caption { padding: 1px; text-align:center; background:rgba(255,255,255,0.7);   }
.entry .wp-caption img { margin:0; background:none; }
.entry .wp-caption-text { margin:0; padding:4px 0 0; color:#A7A3A3; font:11px/22px Arial, Helvetica, sans-serif; text-align:center; }
.entry .wp-caption.aligncenter { margin:0 auto 15px; }

img.wp-smiley { padding: 0; border: none; }
.entry .tags { text-transform: uppercase; font-size: 12px; margin-top: 10px; display: block; clear: both; float: left; }
.tags a {background: url(images/button_silver.png) 0 0 repeat-x; text-transform: uppercase; padding: 3px 7px; margin: 0 0 7px 5px; font-size: 10px; -moz-border-radius: 4px; border-radius: 4px; color:#666; border:1px solid #ddd}
.tags a:hover {background: url(images/button_silver_hover.png) 0 100% repeat-x;text-decoration: none; }

/* = Comments
-----------------------------------------------------------------------------------*/
/* comment list */
#comments{}
#comments .nocomments{ background:url(images/nocomments.png) 0 50% no-repeat; line-height:16px; color:#cc3330; padding:0; padding-left:20px; margin:0}
h3#comments-title{margin-bottom:20px}
ol.commentlist article.comment{margin-bottom:20px;}
ol.commentlist p{padding:0; margin:0}
ol.commentlist .children {margin-left:60px;}
ol.commentlist .children li.comment {}
ol.commentlist .comment-author-wrap{float:left; text-align:center; margin-right:10px; display:inline;}
ol.commentlist .comment-author-wrap cite{font-size:12px; display:block; font-weight:bold; font-style:normal; margin-bottom:5px;}
ol.commentlist .comment-content{}
ol.commentlist .comment-content .date{font-size:10px; line-height:normal; color:#999; font-weight:bold; margin-bottom:10px;}
ol.commentlist .comment-content .arrow { background:url(images/comment_arrow.png) no-repeat; width:28px; height:28px; float:left; margin-top:16px; margin-right:-1px; z-index:999 }
ol.commentlist .comment-content .comment-box {border:1px solid #ddd; background:#fff url(images/comment-back.png) 0 100% repeat-x; overflow:hidden;-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;  -moz-box-shadow: 0 1px 2px 0 #EEE; -webkit-box-shadow: 0 1px 2px 0 #EEE; box-shadow: 0 1px 2px 0 #EEE;}
ol.commentlist .comment-content .comment-box .comment-box-inner{padding:15px; font-size:13px; position:relative;}
ol.commentlist .comment-content .comment-box .comment-box-inner p{margin-bottom:5px}
ol.commentlist .comment-content .comment-box .comment-box-inner .reply a{background:url(images/comment-reply.png) 50% 100% no-repeat; width:40px; height:20px; position:absolute; bottom:-30px; right:20px; text-indent:-9999em; overflow:hidden;}
ol.commentlist .comment-content .comment-box .comment-box-inner .edit-link{font-size:10px}
ol.commentlist .comment-content .comment-box .comment-box-inner .comment-edit-link{background:url(images/comment-edit.png) 50% 50% no-repeat; width:16px; height:16px; position:absolute; top: 2px; right:2px; text-indent:-9999em; overflow:hidden;}
ol.commentlist .pingback{margin-bottom:20px}

/* respond form */
#respond {float: left;width: 630px;}
#respond h2{margin-bottom:20px; background:url(images/divider_h.png) 0 100% repeat-x; padding-bottom:10px;}
#respond form {padding:0; margin:0;}
#respond p.input_block {padding-bottom: 0px; margin-bottom:20px;}   
#respond p.input_block input {width: 300px; }
#respond p.textarea_block {float: left;width: 630px; }    
#respond p.textarea_block textarea {font-size: 14px; width: 608px;}
#respond label {display: block; margin-bottom:5px;} 
input#add_comment.button{cursor:pointer; display:block; float:left;}
.cancel-comment-reply { margin-bottom:10px;}

/* = Sidebar & Footer Widgets
-----------------------------------------------------------------------------------*/
#sidebar {float: right; display: inline; width: 260px; position:relative; margin:0; }
#sidebar .widget {margin-bottom: 20px;position:relative;}
#sidebar .widget h3 {}
#sidebar a{ color:#333;}
#sidebar a:hover { text-decoration: underline; color:#666; }

/* defaults */
.widget ul { clear: both; }
.widget ul li { list-style-type: none; }
.widget ul ul { margin: 0; padding: 0; border-top: none; }
.widget ul ul li { border: none; }
.widget #cat, .widget select { width: 100%;   border: 1px solid #cdcfd4; color: #333333; display: inline; padding: 5px; line-height: 1.5; clear: both; float: left;  }

/* 1. Tag cloud widget */
.widget_tag_cloud a { background: url(images/button_silver.png) 0 0 repeat-x; -webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;padding: 2px 5px; margin-right: 5px; margin-bottom: 5px; display:inline-block; line-height:120%; border:1px solid #ddd;}
.widget_tag_cloud a:hover { background: url(images/button_silver_hover.png) 0 100% repeat-x}
#sidebar .widget_tag_cloud a:hover {text-decoration: none;}
#footer .widget_tag_cloud a{ background:url(images/overlay_dark.png); border:none} 
#footer .widget_tag_cloud a:hover{ opacity: 0.7; text-decoration:none} 

/* 2. Tabbed widget */
ul.tabs { background:url(images/diagonal.png) 0 100% repeat-x; height: 36px; padding-left: 0 !important; padding-bottom:3px!important; margin-bottom:15px!important; }
#footer ul.tabs {border-bottom:none; height: 30px;}
ul.tabs li { float: left; border:none; padding: 0 !important; position: relative; }
ul.tabs li h4{margin:0; padding:0}
ul.tabs li a { float:left; text-decoration:none; font-size:18px; display: block; padding: 0px 15px; outline: none}
ul.tabs li a:first-child{padding-left:0} 
ul.tabs li a:hover {}
#sidebar ul.tabs li a {color:#999}
#sidebar ul.tabs a:hover{text-decoration:none; color:#777;}
#footer ul.tabs { background:url(images/overlay_divider_h.png) 0 100% repeat-x;}
#footer ul.tabs li.active a, 
#footer ul.tabs li a:hover{ text-decoration:none; opacity: 0.7}
#footer ul.tabs li.active a:hover{opacity: 1}

.tabs_container { border: none; clear: both; }
.tab_content { padding: 0;}
.post-entry .tabs_container { width: 100%; }

/* 3. Authors widget */
.sidebar-authors .thumb{float:left; margin-right:10px; margin-top:0; margin-bottom:0}
.sidebar-authors .author_title{font-weight:bold; }
.sidebar-authors li{border-bottom:1px solid #eee; padding-bottom:15px; margin-bottom:15px;}
.sidebar-authors li:last-child{ border-bottom:none; padding-bottom:0}

/* 4. Twitter widget */
.recent_tweets h3.widget_title span{ background:url(images/twitter.png) 0 2px no-repeat; padding-left:30px!important}
.recent_tweets li.tweet {line-height:18px; border-bottom:1px solid #eee; padding-bottom:10px; margin-bottom:10px; }

.recent_tweets .follow-message{clear:both; font-size:11px}
.recent_tweets .follow-message a{text-decoration:underline}
#footer .recent_tweets .follow-message a{ color:#fff}
#footer .recent_tweets .tweet{ border-bottom:none; background:url(images/overlay_divider_h.png) 0 100% repeat-x}  

/* 5. Recent Posts widget*/
.recent_posts a.title{margin:0; padding:0; font-weight:bold;}
.recent_posts li {border-bottom:1px solid #eee; padding-bottom:15px; margin-bottom:15px; }
.recent_posts li:last-child{border-bottom:none; margin-bottom:0;}
.recent_posts li .thumb{float:left; margin-right:10px;}
.recent_posts .meta,
.recent_posts .meta a{font-size:11px; color:#888; line-height:1.5}
.recent_posts .meta{display:block}

#footer .recent_posts .meta{color:#fff; opacity: .7}

/* 6. Recent Comments widget*/
.recent_comments .thumb{float:left; margin-right:10px}
.recent_comments li{border-bottom:1px solid #eee; padding-bottom:15px; margin-bottom:15px; }
.recent-comment li:last-child{border-bottom:none; margin-bottom:0;}
.recent_comments a{font-weight:normal; font-size:11px;}
.recent_comments cite{}

/* common Recent Posts & Recent Comments */
#footer .recent_comments li, 
#footer .recent_posts li { background:url(images/overlay_divider_h.png) 0 100% repeat-x; border:none}
#footer .recent_comments li, 
#footer .recent_posts li:last-child { background:none}
#footer .recent_comments img,
#footer .recent_posts img{padding:0; border:none}

/* 7. Search widget */
.search_widget{ position:relative; background:#fdfdfd url(images/overlay_dark_gradient_1.png)  0  100% repeat-x ; padding:20px;-moz-border-radius: 5px; -webkit-border-radius:5px; border-radius: 5px; border:1px solid #ddd; box-shadow:1px 1px 2px #ddd; -moz-box-shadow:1px 1px 2px #ddd; -webkit-box-shadow: 1px 1px 2px #ddd;}
.search_widget .input_text{ width:198px; background: #fff url(images/search.png) 100% 50% no-repeat}
#footer .search_widget{background:none; border:none; padding:0; margin:0;  box-shadow:none; margin-bottom:10px}
#footer .search_widget .input_text{width:198px; border:none}

/* 8. Subscribe widget */
.subcribe_widget {background-color: #CC5B11; color:#fff; padding:15px 10px 15px 15px; -moz-border-radius: 5px; -webkit-border-radius:5px; border-radius: 5px; position:relative; box-shadow:1px 1px 2px #ddd; -moz-box-shadow:1px 1px 2px #ddd; -webkit-box-shadow: 1px 1px 2px #ddd;}
.subcribe_widget .subscribe_form{position:relative}
.subcribe_widget input.input_text{width:150px!important; margin-right:5px; border:none;}
.subcribe_widget input.button{ padding:3px 5px; font-size:12px; line-height: normal; background-color:#eee; border:1px solid #fff; color:#666}

.subcribe_widget .text{margin-bottom:10px; font-size:11px;}
.subcribe_widget h3{ margin: 0 0 10px 0; text-transform:uppercase; color:#fff;}
#footer .subcribe_widget{width:195px!important; box-shadow: none; background:url(images/overlay_dark.png)}
#footer .subcribe_widget input.input_text{width:110px!important; margin-right:5px;}

/* 9. Google map widget */
.google_map_widget{border:1px solid #ddd;}
	
/* 10. Project Widget */
.portfolio_widget{position:relative; width:220px; margin-bottom:10px;}
.portfolio_widget .slides_wrap{padding:5px; background:url(images/overlay_dark.png);}
.portfolio_widget .slides_container{width:210px; height:140px;}
#footer .portfolio_widget .ico_slider,
#footer .portfolio_widget .play,
#footer .portfolio_widget .link{border:none; padding:0; box-shadow: none}
#footer .portfolio_widget .ico_slider img,
#footer .portfolio_widget .play img,
#footer .portfolio_widget .link img{padding:0px; background:none; border:none;}
#portfolio_widget_controls{ position:absolute; right:5px; bottom:5px; width:58px; height:29px; z-index:110;}
#portfolio_widget_controls a{background-image: url("images/arrows_medium.png"); background-position: bottom left; background-repeat: no-repeat; position:absolute; width:29px; height:29px;}
#portfolio_widget_controls .prev{background-position:bottom left; left:0;}
#portfolio_widget_controls .prev:hover{background-position:top left;}
#portfolio_widget_controls .next{background-position:bottom right; right:0px;}
#portfolio_widget_controls .next:hover{background-position:top right;}

/* 11. Flickr Widget */
.flickr_widget{ margin-bottom:0!important;}
.flickr_widget .widget_title{width:260px}
.flickr_widget img{}
.widget ul.flickr { padding: 0; margin: 0; }
.widget ul.flickr li { list-style-type: none; float: left; display: inline; padding: 0; margin: 0 16px 16px 0; clear: none; border-bottom: none; }
.widget ul.flickr li.last { margin-right: 0; }
.widget ul.flickr li img { background-color:#fff}
#footer .widget ul.flickr li { margin: 0 12px 12px 0;}
#footer .widget ul.flickr li img { width: 55px; height:55px; padding:0; border: none; }
.widget ul.flickr li img:hover { }

/* 12. Facebook like box widget */
.facebook_like_box .widget_title{background:none; padding-bottom:0}


/* Calendar Widget */
#wp-calendar{width:100%; margin:0; padding:0;}
#wp-calenda td,
#wp-calenda th{text-align:center; margin:0; padding:0}
#footer #wp-calendar a{color:#fff; text-decoration:underline}
#footer #wp-calendar #today{ background:url(images/overlay_dark.png)}
 
/* = Footer
-----------------------------------------------------------------------------------*/
#footer {background-image:url(images/patterns/jeans_pattern.png);text-align: left;color:#fff;border-top:3px solid #ddd;}
#footer .widgets {padding:15px 0 20px 20px;}
#footer .widget {float: left;width: 220px;font-size: 12px;}
#footer .widget h3 {color: #fff;padding:0;margin: 0 0 10px 0; letter-spacing: 2px; }
#footer .widget h3 a{color:#fff}
#footer div.column {float: left; display: block; margin-right: 20px; width: 220px;}
#footer div.last {margin-right: 0;}
#footer a {color: #fff; text-decoration:none;}
#footer a:hover { text-decoration:underline;}
#footer li a {color: #fff;} /* for lists */

/* Footer widgets */
#footer ul { list-style: none }
#footer li { margin-bottom: 10px; padding-bottom: 10px; background: url(' images/overlay_divider_h.png') bottom repeat-x}

/* Re-Define for footer area */
#footer .thumb,
#footer .flickr_widget img{padding:5px; border:none; box-shadow: none; background:url(images/overlay_dark.png)}
 
/* = Copyright
-----------------------------------------------------------------------------------*/
#copyright {color: #888; padding: 10px 20px; padding-bottom:2px; line-height:24px; font-size:11px; border-top:3px solid #ddd;}
#copyright .left { float: left; }
#copyright .right { float: right; }

/* Social Widget */
.social li { display: inline; float:left; }
.social a{ background: url("images/social.png") no-repeat 0 0; display: block; float: left; height: 24px; width: 24px; margin: 0 10px 10px 0; text-indent: -9000px; }
.social a:hover { background-position: 0 -24px; }
.social .facebook { background-position: -24px 0; }
.social .facebook:hover { background-position: -24px -24px; }
.social .rss { background-position: -48px 0; }
.social .rss:hover { background-position: -48px -24px; }
.social .dribbble { background-position: -72px 0; }
.social .dribbble:hover { background-position: -72px -24px; }
.social .flickr { background-position: -96px 0; }
.social .flickr:hover { background-position: -96px -24px; }
.social .tumblr { background-position: -120px 0; }
.social .tumblr:hover { background-position: -120px -24px; }
.social .youtube { background-position: -144px 0; }
.social .youtube:hover { background-position: -144px -24px; }
.social .vimeo { background-position: -168px 0; }
.social .vimeo:hover { background-position: -168px -24px; }
.social .back_top { background-position: -192px 0; }
.social .back_top:hover { background-position: -192px -24px; }


/*** Font-face ***/
@font-face {
    font-family: 'Oswald';
    src: url('fonts/Oswald/Oswald.eot');
    src: url('fonts/Oswald/Oswald.eot?iefix') format('eot'),
         url('fonts/Oswald/Oswald.woff') format('woff'),
         url('fonts/Oswald/Oswald.ttf') format('truetype'),
         url('fonts/Oswald/Oswald.svg#webfont4Bjy2lJe') format('svg');
    font-weight: normal;
}

@font-face {
    font-family: 'Droid Sans';
    src: url('fonts/Droid_Sans/DroidSans.eot');
    src: url('fonts/Droid_Sans/DroidSans.eot?iefix') format('eot'),
         url('fonts/Droid_Sans/DroidSans.woff') format('woff'),
         url('fonts/Droid_Sans/DroidSans.ttf') format('truetype'),
         url('fonts/Droid_Sans/DroidSans.svg#webfont4Bjy2lJe') format('svg');
    font-weight: normal;
}
