/*  
Theme Name: Upstart Blogger Modio
Theme URI: http://www.upstartblogger.com/
Description: A simple, clean, minimal, spacious design. Widgetized, with optional rollover side menu and home page.
Version: 0.2
Author: Robert Ellis
Author URI: http://www.upstartblogger.com/
License: Creative Commons Attribution-Share Alike 3.0 (http://creativecommons.org/licenses/by-sa/3.0/. Feel free to make any changes, but please keep a link back to Upstart Blogger in your sidebar or footer.

Based on Kubrick v1.5, designed by Michael Heilemann, http://binarybonsai.com/kubrick/.
*/

/* @group Normalize */

/* Normalizes margin, padding */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

.clear {
	clear:both;
}

small, .small {
	font-size:14px;
}
.clearleft {
	clear:left;
}
.clearright {
	clear:right;
}

/* Normalizes font-size for headers */

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

.navigation22
{padding:2px 2px;border:1px solid #FF0000;line-height:1.5em;text-indent:0px;margin-top:10px; margin-bottom:10px}

.navigation21
{padding:2px 2px;border:0px solid #FF3030;line-height:1.5em;text-indent:0px;margin:10px 0}

/* Removes list-style from lists */

ol,ul {
	list-style: none;
}

/* Normalizes font-style and font-weight to normal */

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

/* Removes list-style from lists */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Removes border from fieldset and img */

fieldset,img {
	border: 0;
}

/* Left-aligns text in caption and th */

caption,th {
	text-align: left;
}

/* Removes quotation marks from q */

q:before, q:after {
	content: '';
}

/* @end */

/* @group Sticky Footer */

* {
	margin: 0;
}

html, body, .page {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

html>body, html>body .page {
	height: auto;
}

.page {
	position: absolute;
	top: 0;
	left: 0;
	margin-bottom: 3em;
}

/* @end */
/* thread twitter START */
.twitter ul {
    margin:0 5px 0 5px !important;
    margin:0 10px;
}
.twitter ul li {
    background:#FCFCFC;
    padding:0;
    float:left;
    list-style:none;
    list-style-position:outside;
    border:solid #CCC;
    border-width:1px !important;
    border-width:1px 0;
    width:100%;
    padding-top:10px;
    margin-bottom:10px;
}
.twitter img {
    float:left;
    padding:0 10px 0 0;
    margin:0 0 10px 10px;
}
.twitter_source {
    color:#999;
    font-family:georgia;
    font-style:italic;
}
.twitter_source a {
    color:#999;
}
.twitter_text {
    margin-bottom:5px;
    display:block;
    padding-left:70px;
    padding-right:10px;
}
.twitter_reply {
    padding-left:22px;
    padding-right:10px;
    height:16px;
    line-height:16px;
    display:block;
    font-size:12px;
    float:right;
}
/* thread twitter END */


/* @group Layout */

body {
	font-size: 62.5%;
	font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
	color: #fff;
	text-align: center;
	line-height: 150%;
}

#header {
	margin-left: 265px;
	padding-top: 20px;
	font-size: 1.2em;
	text-transform: uppercase;
	width: 468px;
}

#header a {
	font-weight: bold;
	color: #000;
}

.page {
	background-color: white;
	padding: 0;
	width: 894px;
	color: #000;
	text-align: left;
}

#content {
	position: relative;
	padding-bottom: 100px;
}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	width: 450px;
}

.widecolumn {
	padding: 15px 0 20px 0;
	margin-left: 265px;
	width: 450px;
}

.widecolumn .post {
	margin: 0;
}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	text-align: center;
}

.widecolumn .postmetadata {
	padding: 30px 0;
}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	padding: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.widecolumn .entry p {
	font-weight: normal;
	padding: 1em 0;
	color: #444;
}

.widecolumn .post .entry blockquote p {
	font-weight: normal;
	font-size: 1em;
}

.post {
	margin-top: 100px;
	margin-left: 265px;
	font-size: 1.2em;
	line-height: 150%;
	width: 468px;
}
.box {
	margin-bottom:10px;
}
.box .content {
	padding:8px 10px;
}

.entry p:first-child {
	font-size: 1.1em;
	font-weight: bold;
}



.entry  a:visited {
	color: #FF4500;
	text-decoration:none;
    border-bottom:#FF4500 1px dotted;
}

.entry a:link{
    display:inline;
    color: #FF0000;
    padding:1px;
    text-decoration:none;
    border-bottom:#FF0000 1px dotted;
	}

.entry a:hover {
    color:#9ACD32;
    text-decoration:none;
    border-bottom-color:#9ACD32;
    border-bottom-style:solid;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #000;
	text-align: left;
	margin: 0 auto;
	line-height: 150%;
	font-size: 1.2em;
}

.footer p {
	width: 468px;
	margin-left: 265px;
	padding: 20px 0;
}

/* @end */

/* related posts START */
#related_posts h3 {
	font-size:13px;
	padding:25px 0px 0px 0px;
	margin-bottom:2px;
}
.related_post {
	margin:0 0px;
	font-size:12px;
}
#related_posts ul {
	margin-bottom:0;
}
.related_post, .related_post li {
	font-size:12px;

}
/* related posts END */

/* @group Headers */

h1, h2, h3, h4 {
	font-weight: bold;
}

h1 {
	font-size: 4em;
	padding-top: 70px;
	margin: 0;
	line-height: 100%;
}

h2 {
	padding: 30px 0 0;
	font-size: 1.6em;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, h4, h4 a, h4 a:visited {
	color: #000;
}

h2.pagetitle {
	padding-top: 30px;
	text-align: center;
}

#sidebar h2 {
	padding: 5px 0 0;
}

h3 {
	padding: 30px 0 0;
	font-size: 1.3em;
}

h3.comments {
	padding: 20px 0;
}

h4 {
	padding: 25px 0 0;
	font-size: 1.12em;
}

/* @end */


#loading{
z-index:1;padding:0px 0 5px 0px;
background:#f31b1b;right:0;top:0;width:100px;
color:#fff;position:fixed;
font-size:12px;
width:60px;
font-weight: bold;
}

/* change color for selected contents */
::-moz-selection{
    background:#f31b1b;
    color:#fff;
}
::selection {
    background:#f31b1b;
    color:#fff;
}
code::-moz-selection {
    background: #000000;
	   color:#f31b1b;

}
code::selection {
    background: #000000;
    color:#f31b1b;
}

a::-moz-selection{
	background-color:#000000;
	color:#ffffff;
}

a::selection{
	background-color:#000000;
	color:#ffffff;
}



/* change color for selected contents  end*/



/* @group Sidebar */

#sidebar {
	font-size: 1.2em;
}

#sidebar form {
	padding: 5px 0 0;
}

#sidebar {
	position: fixed;
	top: 5px;
	left: -170px;
	padding: 10px;
	color: #fff;
	text-align: right;
	font-weight: bold;
	width: 160px;

}

#sidebar p.menu {
	background-color: #f31b1b;
	padding: 5px;
	font-weight: bold;
	color: #fff;
	position: relative;
	left: -20px;
	width: 250px
}

#sidebar p {
	color: #000;
	font-weight: normal;
}


li.current-cat {
    background:#f31b1b;
    color:#ffffff;
    text-decoration:none;
	
}

li.current-cat a:link{
	color: #ffffff;
	text-decoration:none;

}

li.current-cat a:visited{
	color: #ffffff;
	text-decoration:none;
} 

li.current-cat a:hover {
	color: #000000;
	text-decoration:none;
}


#sidebar:hover {
	left: 0px;
        cursor: pointer;
}

#sidebar ul, #sidebar ul ol {
	text-align: left;
	padding: 10px 0 0;
	color: #000;
}

#sidebar ul p, #sidebar ul select {
	margin: 0;
}

#sidebar ul ul, #sidebar ul ol {
	padding: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	padding: 3px 0 0;
}

#sidebar h2 {
	font-size: 1.2em;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #444;
}

.widget ul li {
text-align: right;
}

h2.widgettitle {
margin: 5px 0 0;
text-transform: uppercase;
}

/* @end */

/* @group Lists */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
}

html>body .entry li {
	padding: 7px 0 8px 10px;
	font-weight: normal;
}

.entry ol {
	padding: 0 0 0 20px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.post li p {
	font-weight: normal;
}

li.page_item {
	text-align: right;
}

ul.post a span {
	display: none;
}

ul.post a:hover span {
	display: block;
	position: absolute;
	top: -60px;
	left: 265px;
	width: 468px;
	font-weight: normal;
	line-height: 150%;
	font-size: 1.1em;
	color: #f31b1b;
}

.post li p.postmetadata {
	font-weight: bold;
	padding: .3em 0 2em;
}

/* @end */

/* @group Forms */

#searchform {
	margin: 10px 0;
	padding: 5px 0;
	text-align: left;
}

strong.search-excerpt { background: yellow; }

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}

.search_input {
	margin-top: 5px;
	width: 150px;
}

input:focus, select:focus, textarea:focus {
    outline: 2px solid #f31b1b;
    -moz-outline-radius: 5px !important;
	-webkit-outline-radius: 5px !important;
}


.entry form {
	/

* This is mainly for password protected posts, makes them look better. */
	text-align: center;
}

select {
	width: 130px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#commentform #submit {
	margin: 0;
	float: right;
}

/* @end */

/* @group Comments */

/* Normal Bubble */

div.bubble {
	width: auto;
	margin-bottom: 24px;
}

div.bubble blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #c9c2c1;
}

div.bubble blockquote p {
	margin: 10px;
	padding: 0px;
}

div.bubble cite {
	position: relative;
	margin: -7px;
	padding: 7px 0px 10px 15px;
	top: 5px;
	background: transparent url('images/tip.gif') no-repeat 20px 0;
	font-style: normal;
	font-size: 1.2em;
	display: block;
}

.alt {
	margin: 0;
	padding: 0;
}

#commentform p {
	padding: 5px 0;
	font-size: 1.2em;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

/* @end */

/* @group Images */

#header img {
	position: absolute;
	top: 20px;
}

p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

/* @end */

/* @group Calendar */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	color: #000;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

/* Doesn't work in IE */

#wp-calendar td.pad:hover {
	background-color: #fff;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	font: bold 1.3em "Helvetica Neue", Helvetica, Arial, Sans-Serif;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/* @end */

/* @group Miscellaneous */


* a {
	text-decoration: none;
}

code {
	font: 1.2em 'Courier New', Courier, Fixed;
	padding: 5px;
	margin-left: 10px;
	color: #2a910c;
	font-weight: bold;
	width: auto;
	height: auto;
	display: block;
	overflow: auto;
}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	font-weight: bold;
}

a:hover {
	color: #f31b1b;
}

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	font-size: 1.2em;
	font-weight: normal;
}

.center {
	text-align: center;
}

em {
	font-style: italic;
}

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	padding: 20px 0 60px 0;
}

small {
	font-size: 0.9em;
	line-height: 1.5em;
	font-weight: normal;
}

strong {
	font-weight: bold;
}

/* @Blog end */

/* highslide START ---------------------------------------------------------- */
.highslide {
	outline:none;
}
.highslide-wrapper {
	color:#333;
}
.highslide-wrapper a {
	color:#3B5998;
	text-decoration:none;
}
.highslide-wrapper a:hover {
	text-decoration:underline;
}
.highslide-image {
	cursor:url(graphics/zoomin.cur), pointer;
	outline:none;
}
.highslide-active-anchor img {
	visibility:hidden;
	/*
	visibility:visible;
	opacity:0.3;
	filter:alpha(opacity=30);
	*/
}
.highslide-wrapper {
	background:white;
}
.highslide-caption {
	display:none;
	border:2px solid white;
	border-top:none;
	font-family:Verdana, Helvetica;
	font-size:10px;
	padding:5px;
	background-color:white;
}
.highslide-loading {
	display:block;
	color:black;
	font-size:8pt;
	font-family:sans-serif;
	font-weight:bold;
	text-decoration:none;
	padding:2px;
	border:1px solid black;
	background-color:white;
	
	padding-left:22px;
	background-image:url(graphics/loader.white.gif);
	background-repeat:no-repeat;
	background-position:3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding:2px;
	color:silver;
	text-decoration:none;
	font-size:10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color:white;
	background-color:gray;
}

a.highslide-full-expand {
	background:url(graphics/fullexpand.gif) no-repeat;
	display:block;
	margin:0 10px 10px 0;
	width:34px;
	height:34px;
}

/* These must always be last */
.highslide-display-block {
	display:block;
}
.highslide-display-none {
	display:none;
}
/* highslide END ------------------------------------------------------------ */
/* highslide with HTML START ------------------------------------------------ */
.highslide-html {
	background-color:white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position:absolute;
	display:none;
}
.highslide-loading {
	display:block;
	color:black;
	font-size:8pt;
	font-family:sans-serif;
	font-weight:bold;
	text-decoration:none;
	padding:2px;
	border:1px solid black;
	background-color:white;
	
	padding-left:22px;
	background-image:url(graphics/loader.white.gif);
	background-repeat:no-repeat;
	background-position:3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding:2px;
	color:silver;
	text-decoration:none;
	font-size:10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color:white;
	background-color:gray;
}


/* Styles for the popup */
.highslide-wrapper {
	background-color:white;
}
.highslide-wrapper .highslide-html-content {
	width:300px;
	padding:5px;
}
.highslide-wrapper .highslide-header div {
}
.highslide-wrapper .highslide-header ul {
	margin:0;
	padding:0;
	text-align:right;
}
.highslide-wrapper .highslide-header ul li {
	display:inline;
	padding-left:1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display:none;
}
.highslide-wrapper .highslide-header a {
	font-weight:bold;
	color:gray;
	text-transform:uppercase;
	text-decoration:none;
}
.highslide-wrapper .highslide-header a:hover {
	color:black;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor:move;
}
.highslide-wrapper .highslide-footer {
	height:11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float:right;
	height:11px;
	width:11px;
	background:url(graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
}
.highslide-move {
	cursor:move;
}
.highslide-resize {
	cursor:nw-resize;
}

/* These must be the last of the Highslide rules */
.highslide-display-block {
	display:block;
}
.highslide-display-none {
	display:none;
}
/* highslide with HTML END ------------------------------------------------ */


/* recent comment css begin------------------------------------------------------*/
.rc_item .rc_avatar {
	line-height:1px;
}
.rc_item .rc_avatar img {
	background:#FFF;
	padding:1px;
	border:1px solid #333;
}
.rc_item .rc_left {
	display:inline;
	float:left;
	padding-right:7px !important;
	padding-right:4px;
}
.rc_item .rc_right {
	display:inline;
	float:right;
	padding-left:7px !important;
	padding-left:4px;
}
.rc_item .rc_info .author_name {
	font-weight:bold;
}
#rc_newest {
	float:left;
	padding-right:10px;
}
#rc_newer {
	float:left;
}
#rc_older {
	float:right;
}
.rc_fixed {
	clear:both;
}
.rc_label {
	font-weight:bolder;
}
.rc_back {
	float:left;
}
.rc_datetime {
	float:right;
}
/* recent comment css end--------------------------------------------*/



/********************************************************************************
 * CoolCode Style
 *******************************************************************************/
.hl-title {
    background-color: #F9FBFC;
    border: 1px solid #C3CED9;
    border-bottom: 0;
    padding: 6px 24px;
    margin: 0;
    width: auto;
    line-height: 180%;
    overflow : auto;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
}

.hl-surround {
    background-color: #F9FBFC;
    border: 1px solid #C3CED9;
    margin: 0;
    margin-bottom: 5px;
    width: auto;
    height: auto;
    overflow : auto;
    text-align: left;
    font-family: Fixedsys, "BitStream Vera Sans Mono", "Courier New", Courier, monospace;
}

ol.hl-main {
    padding: 0 12px 0 56px;
    margin: 0;
    background-color: transparent;
    background-image: url(images/hide.gif);
    background-repeat: no-repeat;
    background-position : 5px 5px;
}

div.hl-main {
    padding: 6px 24px;
    margin: 0;
    line-height: 180%;
    background-color: transparent;
}

.ln-show {
    padding-left: 56px !important;
    background-image: url(images/hide.gif) !important;
    list-style: decimal outside !important;
}

.ln-show li {
    list-style: decimal outside !important;
}

.ln-hide {
    padding-left: 24px !important;
    background-image: url(images/show.gif) !important;
    list-style-type: none !important;
}

.ln-hide li {
    list-style-type: none !important;
}

ol.hl-main li {
    display: list-item !important;
    font-size: 12px !important;
    margin: 0 !important;
    line-height: 20px !important;
    border-left: 1px solid #C3CED9;
    border-top: 1px solid #E3EEF9;
    border-top-color: #E3EEF9 !important;
    padding: 0 0 0 12px !important;
    background-color: #F9FBFC !important;
}

li.hl-firstline {
    border-top: 0 !important;
}

/*cool code css end-----------------------------------------------------*/



/*
Copyright 2007  Joachim Praetorius (yatcp@organisiert.net)

YATCP is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation using version 2 of the License.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
*/
#yatcp_comments h3 {
	font-size:13px;
	padding:25px 0px 0px 2px;
	margin-bottom:2px;
	}

select#comment_parent {
	width: auto;
}

.authorline {
	font-size:12px;
  font-style: italic;
  
}

ol.yatcp_commentlist {
	margin: 0;		
	padding: 0;		
	list-style-type: none;
       font-size:12px;
       
}

ol.yatcp_commentlist li {
	margin: 0;		
	padding: 5px;		
	list-style-type: none;
       font-size:12px;
       
}

ol.yatcp_commentlist li.alt {
	border: 0;
	background-color: #d3d3d3;
       font-size:12px;
       
}

ol.yatcp_commentlist li ol {
	border-left: 2px solid #aaa;
	list-style-type: none;
       font-size:12px;
       
}


/* yatcp css end------------------------------------------------------*/


/*
+----------------------------------------------------------------+
|																							|
|	WordPress 2.5 Plugin: WP-PageNavi 2.31									|
|	Copyright (c) 2008 Lester "GaMerZ" Chan									|
|																							|
|	File Written By:																	|
|	- Lester "GaMerZ" Chan															|
|	- http://lesterchan.net															|
|																							|
|	File Information:																	|
|	- Page Navigation CSS Style													|
|	- wp-content/plugins/wp-pagenavi/pagenavi-css.css					|
|																							|
+----------------------------------------------------------------+
*/


.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}


/*  pagenavi css end --------------------------------------------------*/

/* Any Plugins Css Please Add Here ---------------------------------------*/