/*
Theme Name: Especial
Theme URI: http://themeforest.net/user/temash
Description: Modern, powerful and professional Wordpress theme made for your Portfolio, Business, Magazine or almost any other kind of website.
Author: Artem Shashkin
Author URI: http://temashdesign.com
Version: 2.2
License: GNU General Public License
*/

@media screen {

/* ---------------------------------
			CSS Reset 
--------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

:focus { outline: 0;}

table {	
	line-height: 18px;
	margin: 0 0 22px 0;
	text-align: left;
	padding: 0;
}


caption { text-align: left; }


th,
td {
	padding: 5px;
	vertical-align: middle;
	text-align: center;
}

/*  Styled Table
================================================== */


.styled-table {
    width: 100%;
}

.styled-table thead {
    padding: 5px 0;
}

.styled-table th {
    padding: 10px;
    vertical-align: middle;
    font-size: 14px;
	font-weight:bold;
}

.styled-table td {
    padding: 10px;
}

.styled-table td strong {
	font-weight:bold
}

.styled-table th:first-child,
.styled-table td:first-child { border-left: 0; }

.styled-table tfoot td {
    text-align: right;
    font-family: "Droid Serif", serif;
    font-style: italic;
	font-size:14px;
}



/* ---------------------------------
			General 
--------------------------------- */

html, body {
	height: 100%;
}

body {
	font:12px Arial, Helvetica, Tahoma, sans-serif;
	margin:0;
	padding:0;
}

p {
	line-height:20px;
	padding:0px;
	margin:0 0 15px 0;
}

.wrapper {
	width:960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -343px; /* the bottom margin is the negative value of the footer's height */

}



/* ---------------------------------
			Links 
--------------------------------- */

a		{
	text-decoration:underline;
	-webkit-transition: color .2s linear;
	-moz-transition: color .2s linear;
	-o-transition: color .2s linear;
	-ms-transition: color .2s linear;
	transition: color .2s linear;	
	}
	
a:hover	{
	text-decoration:none;
	-webkit-transition: color .2s linear;
	-moz-transition: color .2s linear;
	-o-transition: color .2s linear;
	-ms-transition: color .2s linear;
	transition: color .2s linear;	
	}

/* ---------------------------------
			Clearfix 
--------------------------------- */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix { display: inline-block; *zoom:1;}
* html .clearfix { height: 1%;} /* Hides from IE-mac \*/
.clearfix { display: block;}

.clear {
	clear: both;
	display: block;
	font-size: 0px;
	height: 0px;
	line-height: 0;
	width: 100%;
	overflow:hidden;
}

/* ---------------------------------
			IMAGES 
--------------------------------- */

.photo {position:relative;}

.photo a {position:relative; float:left}

.videoth {position:relative; float:left; margin:5px 15px 20px 0; }

.left { float:left; margin:5px 20px 20px 0;}

.right { float:right; margin:5px 0 20px 20px;}

.nomargin { margin:5px 0 20px 0;}


/* ---------------------------------
			PRETTY PHOTO 
--------------------------------- */

.pr_photo, .pr_video, .video {position:relative;}

.pr_gallery, .pgallery {position:relative;}


.pr_photo a, .pr_video a, .pr_gallery a, .video a, .pgallery a {position:relative; float:left}

.pr_photo a span, .pr_video a span, .video a span, .pr_gallery a span {
	background-repeat:no-repeat;
	width:35px;
	height:35px;
	display:none;
	position:absolute;
	right:10px;
	bottom:10px;
}

.pr_photo img, .photo img, .pr_video img, .video img, .pr_gallery img, .pgallery img, {
	-webkit-transition: border-color .2s linear, color .2s linear;
	-moz-transition: border-color .2s linear, color .2s linear;
	-o-transition: border-color .2s linear, color .2s linear;
	-ms-transition: border-color .2s linear, color .2s linear;
	transition: border-color .2s linear, color .2s linear;
	}

.pr_photo a img:hover, .photo a img:hover, .pr_video a img:hover, .video a img:hover, .pr_gallery img:hover, .pgallery img:hover {
    -webkit-transition: border-color .2s linear, color .2s linear;
	-moz-transition: border-color .2s linear, color .2s linear;
	-o-transition: border-color .2s linear, color .2s linear;
	-ms-transition: border-color .2s linear, color .2s linear;
	transition: border-color .2s linear, color .2s linear;	
	}
	
/*  Image Alignments
================================================== */


.entry_content img { max-width: 660px; }

img.alignleft,
div.alignleft {
    float: left;
    margin: 12px 20px 12px 0;
}

img.alignleft,
img.alignnone,
img.aligncenter,
img.alignright,
.wp-caption img {
    display: block;
}

img.alignleft,
img.alignnone,
img.aligncenter,
img.alignright,
div.alignleft img,
div.alignnone img,
div.aligncenter img,
div.alignright img,
.wp-caption img {
	width:100%;
	padding: 0;
	}

img.alignnone,
img.aligncenter,
div.alignnone,
div.aligncenter {
    display: block;
    margin: 10px 0;
    float: none;
}

img.aligncenter,
div.aligncenter {
    margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
    float: none;
}

img.alignright,
div.alignright {
    float: right;
    margin: 12px 0 12px 20px;
}

.wp-caption {
	text-align: center;
	margin: 10px 20px 20px 20px;

}

.wp-caption img,
.wp-caption img a {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption .wp-caption-text {
	margin: 0 !important;
    font-size: 11px;
    line-height: 20px;
	padding: 10px 0;

}

.wp-smiley {
	max-height: 13px;
	margin: 0 !important;
}




/* ---------------------------------
			Headers 
--------------------------------- */

h1,h2,h3,h4,h5 {margin:5px 0 15px 0; padding:0; float:none}

h1,h2,h3,h4,h5{font-weight:normal;line-height:100%;}

h1 a,h2 a,h3 a,h4 a,h5 a{ text-decoration:none;}

h1{font-size:30px;}
h2{font-size:26px;}
h3{font-size:20px;}
h4{font-size:16px;}
h5{font-size:14px;}

.inside_title h2 {
	margin:30px 0 15px 0;
	font-size:24px;
	}
	
.hometitle {padding:0 20px; height:71px; margin:-1px -20px 0 -20px;}
.hometitle h2 { margin:0; padding:15px 0 0 0;}
	
/* ---------------------------------
			Shortcodes 
--------------------------------- */

code {
	clear:both;
	font: normal 13px/18px Consolas, "Courier New", Courier, monospace;
	letter-spacing:.02em;
	display:block;
	padding:12px 25px 12px 35px;
	margin:10px 0 0px 0;
	background-repeat: repeat-y;
	background-position: left top;
}


.highlight {
    display: inline-block;
    padding: 0 5px;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    background-color: #999;
}



.dropcap,
.dropcap2,
.dropcap3,
.dropcap4 {
    float: left;
    display: block;
    margin: 3px 7px 5px 0;
    font-size: 40px;
    line-height: 32px;
    color: #444;
}

.dropcap2,
.dropcap3,
.dropcap4 {
    margin-right: 10px;
    background-color: #444;
    font-size: 32px;
    line-height: 52px;
    width: 52px;
    height: 52px;
    text-align: center;
    padding: 0;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

.dropcap3 {
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.dropcap4 {
    border-radius: 26px;
    -moz-border-radius: 26px;
    -webkit-border-radius: 26px;
}

/*  Quotes
================================================== */

blockquote {
	margin-left: 10px;
	padding-left: 18px;
}

blockquote p {
	font-family: "Droid Serif", Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16px;
	line-height: 1.4;
}

blockquote span {
    display: block;
    text-align: right;
	font-family: "Droid Serif", Georgia, "Times New Roman", Times, serif;
    font-style: normal;
    font-size: 14px;
}

.quote-left {
    float: left;
    margin: 15px;
    margin-left: 0;
    width: 250px;
}

.quote-right {
    float: right;
    margin: 15px;
    margin-right: 0;
    width: 250px;
}

.quote-left p,
.quote-right p { margin-bottom: 0; }

.quote-left span,
.quote-right span { margin-top: 10px; }

.quote {
    background:url(css/gray_pink/blockquote_img.gif) top left no-repeat;
    border: none;
	padding-left: 44px;
}


hr {
	margin-bottom:20px;
	border:0;
	background-repeat: repeat-x;
	background-position: top;
}
 
/* ------- List Styles ------- */

ul li{list-style:none outside;margin-left:0px;padding-left: 15px; }
ol, ol li{list-style:decimal outside;}
ol, dd{margin-left:24px;}
ul ul, ol ul, ul ol, ol ol{margin-bottom:0;margin-top:0;}

.bullet-check ul li {
	line-height:20px;
	padding-left: 25px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 0.2em;
}
.bulletlist ul li {
	line-height:20px;
	padding-left: 25px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0.5em 0.7em;
}

ol.ordlist li {
	line-height:20px;
}

.sitemap-list { margin-bottom:30px;}



/*  Error 404
================================================== */


.error404page {
    font-size: 200px;
    text-align: center;
    line-height: 1;
}

p.error404 {
	text-align:center;
	font-size:22px;
	margin:20px 0;	
	}
	
	

/*  Isotope Filtering
================================================== */


.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.7s;
     -moz-transition-duration: 0.7s;
      -ms-transition-duration: 0.7s;
       -o-transition-duration: 0.7s;
          transition-duration: 0.7s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}


/* ---------------------------------
			Header 
--------------------------------- */

.header {
	z-index:10;
	position:relative;
	height:157px;}
	
#logo	{
	position:absolute;
	display:inline;}
	
#top_contact_box {
	position:absolute;
	top:25px;
	left:380px;
	width:350px;
	height:71px;
}

.top_contact_box1 {
	float:left;
	line-height:29px;
	padding:7px 20px 0 0;
	text-align:right;
	width:50px;
	height:71px;
	background-repeat: no-repeat;
	background-position: right top;
}

.top_contact_box2 {
	float:left;
	line-height:27px;
	padding:10px 0 0 15px;
	text-align:left;
	width:250px;
	height:71px;
}

.top_contact_box2 a {
	text-decoration:none;

}

.top_contact_box2 span {
	font-size:26px;
}


#top_title_box {
	color:#666;
	position:absolute;
	padding-left:20px;
	top:25px;
	left:380px;
	width:300px;
	height:71px;
	line-height:20px;
}

/* ---------------------------------
	Header search box
--------------------------------- */

#search	{float:right; height: 30px; margin:38px 0 0 0; }


#search input.field3, .lside_wiget_box input.field3 {
	width: 150px;
	padding:7px;
	outline: none;
	font-size: 12px;
	z-index: 1;
	height:15px;
	float:left;
	padding-right:30px;
}

#search input.submit, .lside_wiget_box input.submit {
	width:25px;
	height:30px;
	float:left;
	border:none;
	cursor:pointer;
	margin:0 0 0 1px;
	background-repeat: no-repeat;
	background-position: left top;
}

.lside_wiget_box input.field3 {
	margin-left:0;
	width:195px;

}

.lside_wiget_box input.submit {
	margin-bottom:30px;

}

#search input.submit:hover, .lside_wiget_box input.submit:hover {
	background-position: right top;
}

.archive_header {
	padding:10px;
	margin:15px 0 0;
}

/* ---------------------------------
	Superfish Drop down menu
--------------------------------- */

.top_menu {
	z-index:9999;
	position:absolute;
	top:140px;
	right:0px;
	width:600px;
	height:40px;
}


.sf-menu, .sf-menu * {
	z-index:9999;
	margin:			0;
	padding:		0;
	list-style:		none;
	font-size: 13px;
}
.sf-menu {
	z-index:9999;
	line-height:100%;
	position:absolute;
	right:0;
	bottom:0;
	float:left;
}

.sf-menu ul {
	z-index:9999;
	position:		absolute;
	top:			-999em;
	width:			20em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {

	z-index:9999;
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
	padding: 		.75em 1.3em;
	text-decoration:none;
	font-weight:bold;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			-10px;
	margin-left:	2px;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			-11px;
}

.sf-menu ul a
{
	font-size:12px;
}
.sf-menu li ul {
	padding:10px 12px 10px 10px;
}
.sf-menu a.sf-with-ul {
	padding-right: 	30px;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			10px;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			1em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}

/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/	
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; top:0.75em; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }

/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

	
/* ---------------------------------
			Content 
--------------------------------- */

	
#content {
	width:960px;
	margin:0 auto;
}

#leftsidebar {
	float:left;
	margin:0 0 0 10px;
	width:280px;

}
	
#main_content {
	float:left;
	width:670px;
}

#main_content_full{
	float:left;
	padding-bottom:20px;
}

.content_main_box {
	float:left;
	padding:0 20px 20px 20px;
	margin-bottom:20px;
	position:relative;

}

.content_main_box_full {
	float:left;
	padding:0 20px 20px 20px;
	margin-bottom:20px;	
}
	


.leftsidebar_top {
	z-index:11;
	position:relative;
	margin:-14px 10px 0 10px;
	width:280px;
	height:60px;}




/*  Columns & Grids
================================================== */

.postcontent { width: 660px; }
.sidebar { width: 240px; }
.content-wrapper { width: 960px; }
.col_full { width: 100%; }
.col_half { width: 48%; }
.col_one_third { width: 30.66%; }
.col_two_third { width: 65.33%; }
.col_one_fourth { width: 22%; }
.col_three_fourth { width: 74%; }
.col_one_fifth { width: 16.8%; }
.col_two_fifth { width: 37.6%; }
.col_three_fifth { width: 58.4%; }
.col_four_fifth { width: 67.2%; }
.col_one_sixth { width: 13.33%; }
.col_five_sixth { width: 82.67%; }
#landing-offer-slider { width: 600px; }
#landing-offer-content { width: 320px; }

.content-wrapper,
.postcontent,
.sidebar,
.portfolio-meta,
.col_full,
.col_half,
.col_one_third,
.col_two_third,
.col_three_fourth,
.col_one_fourth,
.col_one_fifth,
.col_two_fifth,
.col_three_fifth,
.col_four_fifth,
.col_one_sixth,
.col_five_sixth,
#landing-offer-slider,
#landing-offer-content {
	display: block;
	position: relative;
	margin-right: 4%;
	margin-bottom: 20px;
	float: left;
}

#landing-offer-slider,
#landing-offer-content {
    margin-right: 40px;
    margin-bottom: 0;
}

.content-wrapper,
.postcontent,
.sidebar,
.portfolio-meta {
    margin-right: 0;
    padding: 40px;
}

.portfolio-meta {
    padding-left: 10px;
    width: 260px;
}

.postcontent { padding-right: 30px; }

.template-leftsidebar .postcontent {
    padding-left: 30px;
    padding-right: 40px;
}

.sidebar {
    background-color: transparent;
    padding-left: 29px;
}

.template-leftsidebar .sidebar {
    border-left: none;
    padding-left: 40px;
    padding-right: 29px;
}

.content-wrapper { margin-bottom: 0; }


.col_full {
	float: none;
	margin-right: 0;
}

.col_last {
	margin-right: 0 !important;
	clear: right;
}


/*  Layout Styles
================================================== */


.line,
.doubleline { clear: both; position: relative; width: 100%; margin: 30px 0;}
.line a { position: absolute; left: auto; right: 0; padding-left: 5px; margin-top: -11px;}
.emptydiv { display: block !important; position: relative !important;}
.allmargin { margin: 30px !important;}
.leftmargin { margin-left: 30px !important;}
.rightmargin { margin-right: 30px !important;}
.topmargin { margin-top: 30px !important;}
.bottommargin { margin-bottom: 30px !important;}
.nomargin {margin: 0 !important;}
.noleftmargin { margin-left: 0 !important;}
.norightmargin { margin-right: 0 !important;}
.notopmargin { margin-top: 0 !important;}
.nobottommargin { margin-bottom: 0 !important;}
.noabsolute { position: relative !important;}
.hidden { display: none !important;}
.nothidden { display: block !important;}
.center { text-align: center !important;}
.divcenter { position: relative !important; margin-left: auto !important; margin-right: auto !important;}


/*  Tabs
================================================== */


.tab_widget {
	display: block;
	position: relative;
	margin: 0 0 20px 0;
}

.tab_widget ul.tabs {
	display: block;
	position: relative;
	list-style: none;
	height: 36px;
    margin: 0;
}

.side_tabs ul.tabs {
    float: left;
    width: 150px;
    height: auto;    
    padding: 10px 0;
}

.tour_tabs ul.tabs {
    width: 250px;
    padding: 20px 0 20px 0;
}

.bottom_tabs ul.tabs {
    border-bottom: none;
}

.bottom_tabs ul.tabs li {
	margin-top:0;
}

ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
    margin-top: 3px;
	height: 32px;
	line-height: 32px;
    border-left: none;
	overflow: hidden;
	position: relative;
}

.side_tabs ul.tabs li {
    float: none;
    border-top: none;
    border-right: none;
    height: 36px;
	line-height: 36px;
    margin-top: 0;
}

.tour_tabs ul.tabs li {
    height: 40px;
    line-height: 40px;
}


ul.tabs li:first-child { margin-left:10px; }
.side_tabs ul.tabs li:first-child, .tour_tabs ul.tabs li:first-child { margin-left:0; }

ul.tabs li a {
	display: block;
	padding: 0 13px;
	outline: none;
	font-size: 14px;
	text-decoration: none;
}


.bottom_tabs ul.tabs li.active a:hover { border-top: none; }

.side_tabs ul.tabs li.active {
    margin-right: -1px;
}

.bottom_tabs ul.tabs li.active {
    margin-top: -1px;
}


.tab_widget .tab_container {
	display: block;
	border-top: none;
	overflow: hidden;
	position: relative;
	clear: both;
}

.side_tabs .tab_container {
    clear: none;
    border: none;
}

.bottom_tabs .tab_container {
    border-bottom: none;
}

.tab_container .tab_content {
	display: block;
	position: relative;
	padding: 15px 0;
}

.side_tabs .tab_content { padding: 5px 0 0 20px; }
.tour_tabs .tab_content { padding: 5pc 0 0 25px; }

/*  Toggles
================================================== */


.toggle {
	display: block;
	position: relative;
	margin: 0 0 10px 0;
}

.toggle .togglet,
.toggle .toggleta {
	display: block;
	position: relative;
	padding: 6px 12px;
	cursor: pointer;
	margin: 0;
}


.toggle .togglet span,
.toggle .toggleta span {
	display: block;
	line-height: 28px;
	font-size: 14px;
	padding-left: 22px;
}


.toggle .togglec {
	display: block;
	position: relative;
    padding: 15px;
}



/*  Accordion
================================================== */


.accordion {
	position: relative;
	margin: 0 0 20px;
	overflow: hidden;
}

.accordion .acc-title,
.accordion .acc-titlec {
	position: relative;
	cursor: pointer;
    padding: 10px 0;

}

.accordion .acc-titlec { cursor: auto; }

.accordion .acc-title:first-child,
.accordion .acc-titlec:first-child {
    padding-top: 0;
}

.accordion .acc-title span,
.accordion .acc-titlec span {
	display: block;
	position: relative;
	line-height: 24px;
	font-size: 17px;
    font-weight: normal;
	padding-left: 32px;
}



.accordion .acc-content {
	position: relative;
	padding: 2px 0 20px 32px;
}
	
/* ---------------------------------
			Wigets 
--------------------------------- */

.lside_wiget_box {
	margin:0 0 25px 10px;
	width:260px;
}

.lside_wiget_box_title {
	margin-bottom:15px;
	font-size:22px;
	padding-bottom:15px;
	}
	
.lside_wiget_box_title span {
	margin-left:10px;
	}
	
/* Sidebar menu */
	
.lside_wiget_box div ul, .lside_wiget_box ul{
  list-style-type:none;
  margin: 0 0 0 5px;
  padding: 0;
  width: 230px;
}

.lside_wiget_box div ul a, .lside_wiget_box ul a {
  text-decoration: none;	
}

.lside_wiget_box div ul li, .lside_wiget_box ul li {

 line-height:14px;
  margin-top: 0px;
}

.lside_wiget_box div ul .children ul {
	background:none; 
}

.lside_wiget_box div ul li a, .lside_wiget_box ul li a{
	display:block;
	padding:7px 7px 7px 25px;
	text-transform: uppercase;
	background-repeat: no-repeat;
	background-position: 10px;
}

.lside_wiget_box div  ul li a span, .lside_wiget_box ul li a span {
	margin-left:20px;
}





/* Tags wiget */

	
.lside_wiget_box .tagcloud {
	padding:15px;
	}

/* Text wiget */

.textwidget {
	line-height:18px;
	font-size:12px;
	background-repeat: no-repeat;
	background-position: right bottom;
	padding:15px;	
	}
	
.textwidget p {
	font-size:12px;
	margin:5px 0 10px 0;
	line-height:18px; 
	}

/* Popular post */

.wig_postbox {
	margin-bottom:5px;
	}
	
.wig_postbox img {
	float:left;
	margin:10px;
	-webkit-transition: border .2s linear;
	-moz-transition: border .2s linear;
	-o-transition: border .2s linear;
	-ms-transition: border .2s linear;
	transition: border .2s linear;
	}

.wig_post_right {
	position:relative;
	margin-left:12px;
	}	
	
.wig_post_title {
	text-decoration:none;
	float:left;
	display:block;
	width:135px;
	font-size:16px;
	margin:12px 7px 0 0;
	padding-bottom:5px;
	}
	
.wig_postbox span {
	float:left;
	width:135px;
	display:block;
	padding-top:5px;
	font-size:11px;
	margin-bottom:10px;

	}
	
.wig_postbox_comm {
	position:absolute;
	top:10px;
	right:7px;
	text-align:center;
	display:block;
	width:17px;
	height:19px;
	}
	
a.wig_postbox_comm_link {
	display:block;
	text-decoration:none;
	letter-spacing:-0.5px;
	font-size:10px;
	margin-right:1px;
	}
	
/* Recent Comments */

#recentcomments li {
	background-repeat: no-repeat;
	background-position: 10px;
	padding:7px 7px 7px 25px;
	margin-left:15px;
	}
#recentcomments li a {
	display:block;	
	background:none;
}

	

/* Latest from twitter */
	
.wig_twitbox {
	padding:15px 20px 3px 10px;
	}
	
.wig_twitbox div {
	margin:0 0 15px 0;
}
	
.wig_twitbox div p {
	width:170px;
	margin:0 0 0 30px;
	padding:10px 25px 25px 20px;
	line-height:15px;
	font-size:11px;
}

.wig_twitbox div small {
	display:block;
	margin:-5px 0 0 60px;
}


.wig_twitbox div a {
	background:none;
	background-image:none;
	padding-top:5px;
	font-size:11px;
	text-decoration:none;
}
	
.wig_twitbox div a:hover {
	text-decoration:underline;
}


/* Flickr */

.flickr_wrap {
	padding:15px 0 10px 15px;
}

.flickr_badge_image {
	float:left;
	padding:0 6px 3px 0;
	
}

.flickr_badge_image img {
	width:70px;
	height:70px;
	-webkit-transition: border .2s linear;
	-moz-transition: border .2s linear;
	-o-transition: border .2s linear;
	-ms-transition: border .2s linear;
	transition: border .2s linear;
}

.flickr_wrap .cont_button{
	margin-top:10px;

}

/* Calendar */

#wp-calendar {width:100%;
}

#wp-calendar caption {
	text-align:right;
	padding:0 0 10px;
	font-size:14px
}

#wp-calendar table, #wp-calendar table {margin:0;}

#wp-calendar caption {
	font-weight:bold;
}

#wp-calendar th {
	text-align:center;
	padding:8px;
}

#wp-calendar td {
	border:none;
	text-align:center;
	padding:8px;
}

/*  Portfolio Filter
================================================== */


#portfolio-filter {
	width:auto;
    position: relative;
    margin: 20px 0 25px 0;
	float:right;
}

#portfolio-filter li {
	margin: 0 0 10px 0;
	float: left;
	height: 20px;
	line-height: 20px;
	list-style-type: none;
	padding:0px 10px 0px 10px;
}

#portfolio-filter li:last-child {
	border-right:0;
}

#portfolio-filter li:first-child { margin-left: 0; }

#portfolio-filter li a {
    display: block;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;	
	
}


#portfolio-filter li a:hover,
#portfolio-filter li.activeFilter a {
	text-decoration:none;

}

/*  Testimonials Scroller Widget
================================================== */

.testimonial-widget-box { position:relative}
.widget-testimonials-scroll .wtestimonial-item {
    position: relative;
    float: left;
}

.testimonial { margin-bottom:30px;}

.content_main_box_full .testimonial { width:440px; margin-right:10px; margin-left:10px;}

.wtestimonial-item .wtestimonial-content, .testimonial .testi-content {
	position: relative;
	padding: 0 30px 30px 30px;
	margin-right: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: 22px;
}

.testimonial .testi-content {
	margin-bottom:10px;
	padding: 30px;
}


.wtestimonial-item .wtestimonial-author, .testimonial .testi-author {
    text-align: right;
	float:right;
    margin-top: 5px;
	margin-right:10px;
    font-size: 18px;
    line-height: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}


.wtestimonial-item .wtestimonial-author-thumb, .testimonial .testimonial-author-thumb {
	float:right;
	margin:5px 10px 0 0px}
	
.wtestimonial-item .wtestimonial-author-thumb img, .testimonial .testimonial-author-thumb img  {
	border-radius: 20px 20px 20px 20px;
}

.wtestimonial-author span, .testi-author span {
	display: block;
	font-size: 11px;
	font-weight: normal;
}



.testimonials-widget-prev,
.testimonials-widget-next {
    position: absolute;
    cursor: pointer;
    top: -50px;
    left: auto;
    right: 33px;	
    display: inline-block;
	width:21px;
	height:17px;
	opacity:0.6;
    transition: opacity .3s linear;
    -moz-transition: opacity .3s linear;
    -webkit-transition: opacity .3s linear;
    -ms-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;

}

.testimonials-widget-next {
    right: 9px;
    background-position: right top;
}


.testimonials-widget-prev:hover,
.testimonials-widget-next:hover { opacity:1}

/*  Clients
================================================== */



.client-wrap {
    position: relative;
    margin: 0 20px 20px 0;
}

.client-wrap .client-pic {
    float: left;
    margin-right: 20px;
}

.client-pic,
.client-pic a,
.client-pic img {
    display: block;
    width: 200px;
    height: 163px;
}

.client-wrap .client-content {
    position: relative;
    overflow: hidden;
}

.client-content h3 {
    font-size: 26px;
	margin-bottom:5px;
}



.client-content p { margin: 10px 0 0 0; }

.clients-list {
    position: relative;
    margin: 0 0 0 -1px;
}

.clients-list li {
	position:relative;
	padding:0;
    float: left;
    height: auto;
    margin: 0;
    overflow: hidden;	

}

.client_sh a { float:left;}

.clients-list a {
    margin: 0;
}

.clients-list a,
.clients-list img {
    display: block;
    width: 155px;
    height: 120px;
}

.content_main_box_full .clients-list a, .content_main_box_full .clients-list img {
    width: 151px;
    height: 120px;	
}

/* Portfolio Navigation
================================================== */

.clients-navigation {
    position: absolute;
    top: -60px;
    left: auto;
    right: 0px;
	text-align:right;
}

.clients-details-wrapper .clients-navigation {
    top: 3px;
}

.homepage_clients { margin:20px 0 20px 0}

.clients-navigation a {
    display: block;
	width:34px;
	height:34px;
    text-indent: 0;
	float:left;
}


/* ---------------------------------
		HOME PAGE 2 
--------------------------------- */
.welcomebox {
	margin:5px 0;
}

.welltitlebox {
	float:left;
	width:270px;
	margin-right:10px;
}

.welltitlebox p {
	font-size:24px;
	line-height:26px;
	margin:5px 30px 10px 10px;
}

p.wellsmall { font-size:11px; line-height:18px;}

p.welltxtbox {
	float:left;
	width:600px;
	font-size:16px;
	line-height:24px;
	margin:5px 10px 10px 15px;}
	
.home2postbox {
	float:left;
	margin:5px 0 10px 15px;
	width:193px;
	height:300px;
}
	
.home2postbox h4 {
	margin:10px 0 7px 0;
	font-size:18px;
}

.home2postbox p {
	margin:0px;
	font-size:11px;
	line-height:18px;

}

p.home2postdate {
	padding:0 0 5px 0;
	font-size:11px;
	margin:0 0 5px 0;
	}

.home2posts {
	float:right;
	width:630px;
}

/* ---------------------------------
		MAIN CONTENT 
--------------------------------- */

.content_box {
	padding:20px 0 0 0;
	float:left;
	position:relative;
	line-height:20px;
}


.content_box_home {
	width:629px;
	padding:20px 0 0 0;
	float:left;
	margin-bottom:10px;
	position:relative;

}

.posttitle {
	margin:0px 120px 25px 0;
}
	

.content_comm {
	position:absolute;
	top:30px;
	right:55px;
	line-height:16px;
}
	
.content_comm a {
	text-decoration:none;
	display:block;
	text-align:center;
	padding:7px 2px 0 0;
	width:34px;
	height:34px;
	font-size:14px;
	line-height:16px;
	background-repeat: no-repeat;
	background-position: left top;
}

.content_comm a:hover {
	display:block;
	text-align:center;
	padding:7px 2px 0 0;
	width:34px;
	height:34px;
	font-size:14px;
	background-repeat: no-repeat;
	background-position: right top;
}

.content_comm a span {
	
	display:block;
	margin-right:2px;

}
	
/* Entries - Post Meta Date */
.date2	{
	clear:both;
	width:80px;
	height:30px;
	font-weight:bold;
	position:absolute;
	right:-30px;
	top:29px;
}

.date2 .date_holder	{margin:0;}

.date2 span.day	{
	padding:1px 6px 1px 5px;
	display: block;
	float: left;
	line-height: 28px;
	font-size: 28px;
	letter-spacing:-2px;
}
.date2 span.month{
	width: 30px; 
	display: block;
	float: right;	
	font-size: 14px; 
	line-height: 12px;	
	padding: 3px 5px 0 0; 
	text-align: center; 
	text-transform: uppercase; }
	
.date2 span.year	{font-size:14px; width: 30px; display: block;}

/* Post Title */

.content_box_postin {
	margin:-15px 0 20px 0;
	padding-left:15px;
	clear:both;
	display:block;
	background-repeat: no-repeat;
	background-position: left center;
}
	
.content_box_postin a {
	text-decoration:none;
	font-weight:bold;
}

.content_box_postin a:hover {
	font-weight:bold;
}

.content_desc {
	line-height:20px;
	margin:20px 20px 10px 0}
	
	
/* Portfolio Description Box */	
	
	
.port_descr_box {
	margin:0 10px 20px 10px;
	padding:15px 15px 10px 20px;
	}
	
.port_descr_box2 {
	float:left;
	width:300px;
	margin:0 15px 0px 0px;
	padding:0 15px 10px 0;

	}
	

	
.port_descr_box h3, .port_descr_box2 h3, .port_link_box h3{

	display:block;
	font-size:20px;
	margin:0 0 10px 0;
	padding:0 0 0 30px;
	}
	
.port_descr_box h3 {
	height:21px;
	}
	
.port_link_box h3 {
	height:22px;
	}
	
.port_descr_box p {
	margin:0;
	padding:0px;
	font-size:11px;
	line-height:16px;
	}
	
.port_link_box {
	margin:0 10px 20px 10px;
	padding:15px 15px 20px 20px;
	}
	
.port_link_box div {
	margin:15px 0 0 0;

	}
	
	
	
.port_descr_box ul.project_details, .port_descr_box2 ul.project_details, .simpleTabsContent ul.project_details {
    list-style: none outside none;
    overflow: hidden;
    position: relative;
	padding:0;
	margin:0;
}

.port_descr_box p, .port_descr_box2 p, .simpleTabsContent .port_descr_box p {
	margin-bottom:20px

}


.port_descr_box ul.project_details li, .port_descr_box2 ul.project_details li, .simpleTabsContent ul.project_details li {
    display: block;
    line-height: 18px;
    overflow: hidden;
    padding: 10px 0;
    position: relative;
}



.port_descr_box ul.project_details li span.fl, .port_descr_box2 ul.project_details li span.fl, .simpleTabsContent ul.project_details li span.fl {
    padding: 0 10px 0 0;
    text-align: left;
}

.port_descr_box .fl, .port_descr_box2 .fl, .simpleTabsContent .fl {
    float: left;
}

.port_descr_box ul.project_details li div, .port_descr_box2 ul.project_details li div, .simpleTabsContent ul.project_details li div {
    overflow: hidden;
    text-align: right;
	font-weight:bold;
	color:#ccc;
}

.port_descr_box ul.project_details li.published div, .port_descr_box2 ul.project_details li.published div, .simpleTabsContent ul.project_details li.published div {
    overflow: hidden;
    text-align: left;
	font-weight:normal;
}

.word-wrap {
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    white-space: pre-wrap;
    white-space: pre-line;
}
	
		
/* Button */
	
.cont_button {
	line-height:14px;
	margin:0 10px 10px 0;
	display:block;
	float:left;}
	
.cont_button a {
	text-decoration:none;
	font-size:11px;
	display:block;
	background-repeat: no-repeat;
	background-position: right top;
	padding:4px 20px 6px 10px;
}

.cont_button a:hover {
	background-repeat: no-repeat;
	background-position: right top;

}

.cont_button a span {
	padding:4px 15px 6px 0px;
	background-repeat: no-repeat;
	background-position: right center;
}

.reply {
	line-height:14px;
	background-color:none;
	display:block;
	font-size:11px;
	width:88px;
	height:24px;
	cursor:pointer;
	border:none;
	text-align:left;
	padding-top:7px;
}

.reply a { display:block; font-size: 11px; font-weight: normal;padding:5px 5px 5px 10px; text-decoration:none;}


/* ----------------------------------------------------
WP Page-Navi (plugin "WP-PageNavi" by Lester Chan)
------------------------------------------------------ */

.wp-pagenavi-box {
	padding-top:15px;
	padding-bottom:10px;
	width:100%;
	float:left;	
}

.wp-pagenavi	{
	float:left;
	position:relative;
	padding:10px 20px 10px 0;
}

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 8px 12px 8px 12px;
	margin-left:3px;
	text-decoration: none;
	font-weight:bold;
}

.wp-pagenavi a:visited {
	text-decoration: none;
	font-weight:bold;
}
	
.wp-pagenavi a:active {	
	text-decoration: none;
	
	
}
	
.wp-pagenavi span.pages { 
	padding:0 5px 0 0;
	float:right;}
	
.wp-pagenavi span.current {
	padding: 8px 12px 8px 12px; 
	font-weight: bold; 
	margin-left:3px;
}

.wp-pagenavi span.pages{
	padding-left:10px;}


/* ---------------------------------
		ANYTHYNG SLIDER
--------------------------------- */

.lof_shadow {
	z-index:9999;
	position:absolute;
	left:290px;
	top:0;
	width:22px;
}
	
.lof_shadow2 {

	position:absolute;
	left:290px;
	top:0;
	width:22px;
}



.sliderbox4 {
	position:relative;
	margin-bottom:10px;
	background-repeat: no-repeat;
	background-position: left bottom;
}

.sliderbox4 .item iframe {
	float:right;}


.carousel{
    margin:  0 0 0 0;
    position:relative;
    width: 960px;
    overflow:hidden;  
}


.carousel .backgrounds .item{
	width:960px;
    float:left;
    position:relative;
	z-index:1;
}

.carousel .backgrounds .item img{
	position:absolute;
	right:0px;
	opacity:1;
	cursor:default;
}

.carousel .backgrounds .item object, .carousel .backgrounds .item embed{
	position:absolute;
	right:0px;
}


.carousel .panel{
    position:absolute;
    left: 0;
    top:0;
    width: 290px;
	z-index:10;
}

.carousel .panel .paging{
    position:absolute;
    bottom: 25px;
    left:25px;
    width: 240px;    
    text-align:center;   
}

.carousel .panel .paging a{
    font-size: 12px;
}

.carousel .panel .pause{
    position:absolute;
    right:15px;
    top:15px;
    display:block;
    width: 20px;
    height: 20px;
    text-indent: -6000px;
}

.carousel .panel .play{
    position:absolute;
    right:15px;
    top:15px;
    display:block;
    width: 20px;
    height: 20px;
    text-indent: -6000px;
}


.carousel .panel .paging .next{
    position:absolute;
    right:0;
    bottom:0;
    display:block;
    width: 20px;
    height: 20px;
    text-indent: -6000px;
}

.carousel .panel .paging .previous{
    position:absolute;
    left:0;
    bottom:0;
    display:block;
    width: 20px;
    height: 20px;
    text-indent: -6000px;
}

.carousel .panel .paging #numbers a {
    padding: 0 5px 0 5px;
	text-decoration:none;
}


.carousel .panel .details_wrapper {
    position:absolute;
    top:40px;
    left:25px;
    width: 240px;
    overflow:hidden;
    height: 200px;
}

.carousel .panel .details_wrapper .details{
    height: 200px;
}

.carousel .panel .details_wrapper .details .detail{
    width: 240px;
    height: 200px;
    float:left;
}

.carousel .panel .details_wrapper .details h2{
    margin: 0 0 15px 0;
}

.carousel .panel .details_wrapper .details .detailtxt{
    font-size: 11px;
    line-height: 16px;
    margin: 0;
	padding:10px 15px 3px 15px;
}

.carousel .panel .details_wrapper .details a.more{
    font-size:1.1em;
} 

/* ---------------------------------
		FLEX SLIDER HOMEPAGE
--------------------------------- */

.home_flexslider, .port_flexslider {
	margin-bottom:10px;
	padding-bottom:7px;
	z-index:999;

}

.home_flexslider .lof1_featured, .port_flexslider .lof1_featured {
	position:absolute;
	top:0;
	right:0px;
	z-index:999;
	width:68px;
	height:68px;
	background-repeat: no-repeat;
	background-position: right top;
	}

/* ---------------------------------
		FLEX SLIDER
--------------------------------- */

.flex-direction-nav .flex-next {
	right: 0px;
	bottom: 0px;
	padding:0;
	width:42px;
	height:42px;
    -webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;	
	}

	
.flex-direction-nav .flex-prev {
	right: 42px;
	left:auto;
	bottom: 0px;
	padding:0;
	width:42px;
	height:42px;
    -webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
	}
	
.flexslider:hover .flex-next {opacity: 1;right: 0px;}
.flexslider:hover .flex-prev {opacity: 1;right: 42px; left:auto; }

.flex-control-nav {position: absolute; height:10px; top: 20px; right:20px; width:auto}
.flex-control-nav li {margin: 0 5px;}
.flex-control-paging li a {width: 24px; height: 4px; display: block;  cursor: pointer; text-indent: -9999px; -webkit-border-radius: 0; -moz-border-radius: 0; -o-border-radius: 0; border-radius: 0; box-shadow:none;}
.listgallery .flex-control-paging li a {width: 18px; height: 3px;}
.flex-control-paging li a:hover { box-shadow: none; }
.flex-control-paging li a.flex-active { cursor: default; }

.home2postbox  .flexslider .slides img {
    width: auto;
}

.home2postbox .flexslider .slides li {
	width:193px;

} 


.home2postbox .flex-control-nav {
    height: 10px;
     right: 10px;
    top: 10px;
} 

/* ---------------------------------
		FLEX SLIDER WIDGET
--------------------------------- */

.wig_postbox .wiggallery img {
    float: left;
    margin: 10px;

}


.wiggallery .flexslider .slides {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

 .lside_wiget_box .wiggallery ul li a, .lside_wiget_box .wiggallery ul li, .lside_wiget_box .wiggallery ul li a:hover, .lside_wiget_box .wiggallery ul li:hover {	margin: 0;
	padding: 0;
	list-style-type: none;
	background:none;}


.wiggallery .flexslider .slides img {
	width:75px; height:60px;
	}

.wiggallery { float:left; width:100px;}

/* ---------------------------------
		CONTENT SLIDER 1
--------------------------------- */

.sliderbox {
	z-index:1;
	position:relative;
	margin-bottom:10px;
	background-repeat: no-repeat;
	background-position: left bottom;
}

/* Thumbnail slider */

.lof1-slidecontent{
	position:relative;
	overflow:hidden;
}
.lof1-slidecontent .preload{
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:9999;
	text-align:center;
}

.lof1-slidecontent .preload div{
	height:100%;
	width:100%;
	background-attachment: scroll;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.lof1-main-outer{
	position:relative;
	width:980px;
	overflow:hidden;
}

.lof1_topleft_corner {
	position:absolute;
	top:0;
	left:0;
	z-index:999;
	width:30px;
	height:35px;
	background-repeat: no-repeat;
	background-position: left top;
	}
	
.lof1_featured {
	position:absolute;
	top:0;
	right:20px;
	z-index:999;
	width:68px;
	height:68px;
	background-repeat: no-repeat;
	background-position: right top;
	}


/*******************************************************/

.lof1-main-item-desc{
	float:left;
	z-index:1;
	position:absolute;
	top:50px;
	left:0px;
	height:108px;
	/* filter:0.7(opacity:60) */
	padding:0px;
	background-repeat: no-repeat;
	background-position: right;
}

.lof1-main-item-title {
	width:245px;
	padding:20px;
}
	
.lof1-main-item-title h2 {
	font-size:30px;
	padding:0;
	margin:0;
}

.lof1-main-item-desc p {
	width:250px;
	padding:15px 20px 15px 20px;
	font-size:11px;
	line-height:14px;	
}

.sl_comm {
	position:absolute;
	top:20px;
	left:20px;
	}
	
.sl_comm a {
	line-height:15px;
	width:21px;
	height:19px;
	letter-spacing:-1px;
	text-align:center;
	display:block;
	font-size:10px;
}


.sl_comm a span {
	text-align:center;
	margin-right:2px;

}

.sl_categ {
	float:left;
	margin:20px 10px 0 0;
	height:21px;
	background-repeat: no-repeat;
	background-position: right top;	

}

.sl_categ a {
	line-height:19px;
	margin:0 25px 0 20px;
	font-weight:bold;
	font-size:11px;
	padding-left:15px;
	background-repeat: no-repeat;
	background-position: left center;
}


.sl_date {
	line-height:19px;
	margin-top:20px;
	display:block;
	font-size:11px;
	float:left}



/* main flash */
ul.lof1-main-wapper{
	/* margin-right:auto; */
	overflow:hidden;
	padding:0px;
	margin:0;
	position:absolute;
	overflow:hidden;
}

ul.lof1-main-wapper li{
	overflow:hidden;
	padding:0px;
	margin:0px;
	float:left;
	position:relative;
}


.lof1-opacity  li{
	position:absolute;
	top:0;
	left:0;
	float:inherit;
}
ul.lof1-main-wapper li img{
	width:960px;
	padding:0px;	
}

/* item navigator */
.lof1-navigator-wapper {
	width:960px;
	height:140px;
	position:absolute;
	bottom:0px;
	right:0px;
	padding:0;
	background-repeat: repeat;
}

.lof1-navigator-outer{
	margin-top:17px;
	position:relative;
	z-index:100;
	width:310px;
	overflow:hidden;
	float:left
}

ul.lof1-navigator{
	position:absolute;
	top:0;
	padding:0;
	margin:0;
	width:100%;
}
ul.lof1-navigator li{

	cursor:pointer;
	list-style:none;
	padding:0;
	margin:0;
	overflow:hidden;
	float:left;
	display:block;
	text-align:center;

}


.lof1-navigator-wapper .lof1-next,  .lof1-navigator-wapper .lof1-previous{
	display:block;
	width:27px;
	height:119px;
	cursor:pointer;

}

.lof1-next {
	position:absolute;
	right:12px;}

.lof1-navigator-wapper .lof1-next {
	float:left;
	text-indent:-999px;
	margin:10px 0 0 8px;
	background-repeat: no-repeat;
	background-position: right center;
}

.lof1-navigator-wapper .lof1-next:hover {
	float:left;
	text-indent:-999px;
	margin:10px 0 0 8px;
	background-repeat: no-repeat;
	background-position: left center;
}



.lof1-navigator-wapper .lof1-previous {
	float:left;
	text-indent:-999px;
	margin:10px 7px 0 10px;
	background-repeat: no-repeat;
	background-position: left center;
}

.lof1-next:hover, .lof1-previous:hover {
	background-position: right center;
}

/* ---------------------------------
		PORTFOLIO/BLOG SLIDER
--------------------------------- */

.sliderbox5 {
	z-index:1;
	position:relative;
	margin-bottom:10px;
	background-repeat: no-repeat;
	background-position: left bottom;
	
}

/* Thumbnail slider */

.lof2-slidecontent{
	position:relative;
	overflow:hidden;
}
.lof2-slidecontent .preload{
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:100000;
	text-align:center;

}

.lof2-slidecontent .preload div{
	height:100%;
	width:100%;
	background-attachment: scroll;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.lof2-main-outer{
	position:relative;
	width:670px;
	overflow:hidden;
}

.lof2_topleft_corner {
	position:absolute;
	top:0;
	left:0;
	z-index:9999;
	width:30px;
	height:35px;
	background-repeat: no-repeat;
	background-position: left top;
	}
	
.lof2_featured {
	position:absolute;
	top:0;
	right:0;
	z-index:9999;
	width:68px;
	height:68px;
	background-repeat: no-repeat;
	background-position: right top;
	}


/*******************************************************/

.lof2-main-item-desc{
	float:left;
	z-index:1;
	position:absolute;
	bottom:0px;
	left:0px;
	height:46px;
	/* filter:0.7(opacity:60) */
	padding:0px;
	background-repeat: no-repeat;
	background-position: right;
}

.lof2-main-item-title {
	width:670px;
	padding:10px 0 0 20px;
	height:46px
}
	
.lof2-main-item-title h2 {
	font-size:24px;
	padding:0;
	margin:0;
}


/* main flash */
ul.lof2-main-wapper{
	/* margin-right:auto; */
	overflow:hidden;
	padding:0px;
	margin:0;
	position:absolute;
	overflow:hidden;

}

ul.lof2-main-wapper li{
	overflow:hidden;
	padding:0px;
	margin:0px;
	float:left;
	position:relative;
}

.lof2-opacity  li{
	position:absolute;
	top:0;
	left:0;
	float:inherit;
}
ul.lof2-main-wapper li img{
	width:670px;
	padding:0px;	
}

/* item navigator */
.lof2-navigator-wapper {
	width:85px;
	height:42px;
	position:absolute;
	bottom:50px;
	right:0px;
	padding:0;
	background-repeat: repeat;
	z-index:9999;
}

.lof2-navigator-outer{
	margin-top:17px;
	position:relative;
	overflow:hidden;
	float:left
}

.lof2-navigator-wapper .lof2-next,  .lof2-navigator-wapper .lof2-previous{
	display:block;
	width:42px;
	height:42px;
	cursor:pointer;

}

.lof2-navigator-wapper .lof2-next {
	position:absolute;
	top:0;
	right:0;
	text-indent:-999px;
	background-repeat: no-repeat;
	background-position: right center;
}

.lof2-navigator-wapper .lof2-next:hover {
	text-indent:-999px;
	background-repeat: no-repeat;
	background-position: left center;
}



.lof2-navigator-wapper .lof2-previous {
	position:absolute;
	top:0;
	right:42px;
	text-indent:-999px;
	background-repeat: no-repeat;
	background-position: left center;
}

.lof2-next:hover, .lof2-previous:hover {
	background-position: right center;
}


/* ---------------------------------
		CONTENT SLIDER 2
--------------------------------- */


.sliderbox2 {
	z-index:1;
	position:relative;
	height:309px;
	margin-bottom:20px;
	background-repeat: no-repeat;
	background-position: left bottom;
}

.lof_featured {
	position:absolute;
	top:0;
	right:0;
	z-index:5;
	width:68px;
	height:68px;
	background-repeat: no-repeat;
	background-position: right top;
	}

.lof-slidecontent{
	position:relative;
	overflow:hidden;
	width:960px;
	height:300px;
}
.lof-slidecontent .preload{
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:100000;
	text-align:center
}
.lof-slidecontent .preload div{
	height:100%;
	width:100%;
}

.lof-main-outer{
	position:relative;
	height:100%;
	width:670px;
	z-index:3;
	overflow:hidden;
}


/*******************************************************/
.lof-main-item-desc{
	z-index:100;
}

.lof-main-date {
	font-size:18px;
	position:absolute;
	top:170px;
	right:0;
	text-align:right;
	display:block;
	padding:10px 15px;
}
	
.lof-main-title {
	cursor:pointer;
	display:block;
	font-size:24px;
	position:absolute;
	width:640px;
	height:28px;
	top:256px;
	right:0;
	text-align:right;
	display:block;
	padding:8px 55px;
	background-repeat: no-repeat;
	background-position: right top;
	text-decoration:none;
}



.lof-main-title:hover {
	cursor:pointer;
	background-repeat: no-repeat;
	background-position: right top;
}


/* main flash */
ul.lof-main-wapper{
	/* margin-right:auto; */
	overflow:hidden;
	padding:0px;
	margin:0;
	height:300px;
	width:960px;
	position:absolute;
	overflow:hidden;
}

ul.lof-main-wapper li{
	overflow:hidden;
	padding:0px;
	margin:0px;
	height:100%;
	width:670px;
	float:left;
}
.lof-opacity  li{
	position:absolute;
	top:0;
	left:0;
	float:inherit;
}

/* item navigator */
ul.lof-navigator{
	top:0;
	padding:0;
	margin:0;
	position:absolute;
	width:100%;
}
ul.lof-navigator li{
	cursor:hand; 
	cursor:pointer;
	list-style:none;
	width:100%;
	padding:0;
	margin:0;
	overflow:hidden;
}
.lof-navigator-outer{
	position:absolute;
	right:0;
	top:0;
	z-index:100;
	height:300px;
	width:275px;
	overflow:hidden;
}

ul.lof-navigator li.active{
	background-attachment: scroll;
}

ul.lof-navigator li div{
	position:relative;
	width:275px;
	height:100%;
	position:relative;
	padding-left:15px;
}

ul.lof-navigator li.active div{
	position:relative;
	padding-left:15px;
	background-repeat: repeat-x;
	background-position: top;
}

.lof-navigator li img{
	height:65px;
	width:110px;
	margin:12px 15px 0 0px;
	float:left;
}

.lof-navigator .lof-categ {
	position:absolute;
	top:15px;
	left:105px;
	padding-left:17px;
	display:block;
	background-repeat: no-repeat;
	background-position: left center;
}

.lof-navigator .lof-comm {
	font-size:10px;
	width:21px;
	height:19px;
	position:absolute;
	top:15px;
	left:260px;
	display:block;
	text-align:center;
	padding:2px 2px 0 0;
	background-repeat: no-repeat;
	background-position: left center;	
	}
	
.lof-navigator p {
	width:135px;
	padding:0px;
	margin:0px;
	font-size:11px;
	position:absolute;
	line-height:15px;	
	top:15px;
	left:145px;
	display:block;
	}

.lof-snleft  .lof-main-outer{
	float:right;
	}
	

.lof-snleft .lof-navigator-outer{
	left:0;
	top:0;
	right:inherit;
	}
	
ul.lof-main-wapper li {
	position:relative;	
	}
	
	
.lof-snleft .lof-navigator li div{
	margin-left:inherit;
	margin-right:18px;
	}
	
.lof-snleft .lof-navigator li.active div{
	margin-left:inherit;
	margin-right:18px;
	}
	
/* ---------------------------------
		ACCORDION SLIDER
--------------------------------- */

.sliderbox3 {
	z-index:1;
	position:relative;
	margin-bottom:10px;
	background-repeat: no-repeat;
	background-position: left bottom;
}


	
/* ---------------------------------
		Comment Box
--------------------------------- */

.post-author-box {
	padding:0;
}
	
.post-author-box p {
	font-size:11px;
	line-height:16px;

}

.post-author-content {
	padding:0 15px;}

.post-author-content .avatar-box {
	float:left;
	margin:0 15px 10px 0;}
	
.post-author-box .post-author-title h2 {
	padding:7px 0 7px 10px;

	}
	
.post-author-title h2, .inside_title h2 {
	padding:5px 0 5px 0;
	}


ol.commentlist li {
	margin:0px;
	list-style-type: none;
}

ol.commentlist ul li {
	list-style-type: none;
}

ol.commentlist {
	list-style:none;
	padding:0;
	margin:0 0 10px;
}

.comment li {
	padding:0;
	margin:0;
	
}

ol.commentlist .children {
	list-style:none;
	padding:0 0 0 40px;
	margin:0;
	background-repeat: no-repeat;
	background-position: left top;
}

	
.comment-body {
	padding:10px 10px 10px 10px;
	margin:15px 0 0 0;
	position:relative;

}

.comment-body img {
	float:left;
	margin:0 15px 10px 0;
}

.comment-meta {
	z-index:9999;
	position:absolute;
	top:10px;
	right:-7px;
	padding:2px 6px;
	font-size:11px;

}
	
.post_user_comm h4 {
	margin:5px 0 15px 0;
	font-size:18px;

}

.comment-body p {
	margin-top:10px;
	font-size:11px;
	line-height:18px;
}

.post_user_comm .cont_button {
	margin-top:5px;}
	
	
/* Comment Form */

.form2_input_standart label, .form2_textarea label {
	margin:10px 0 5px 0;
	display:block;
}
	
.form2_input_standart input{
	display:block;
	width:98%;
	padding:8px 5px;
}

.form2_textarea textarea {
	display:block;
	width:98%;
	height:130px;
	padding:8px 5px;
}

.form2_select select {
	width:98%;
	padding:6px 0;
}

.form_info_form {
	display:block;
	margin:10px 0;}

/* to top box */

.totop {
	top:35px;
	right:0px;
	position:absolute;
}
	
.totop a {
	text-decoration:none;
	padding:3px 0;	
	display:block;
	width:60px;
	font-size:11px;
}


.totop a span {
	padding:0 15px 0 10px;
	background-repeat: no-repeat;
	background-position: right center;
}


/* ---------------------------------
			Title box
--------------------------------- */

.title_box {
	font-size:30px;
	padding:10px 10px 10px 20px;
	background-repeat: no-repeat;
	background-position: right center;
	}

/* ---------------------------------
			Breadcrumb box
--------------------------------- */

.breadcrumb {
	font-size:11px;
	line-height:27px;
	height:28px;
	margin-bottom:0;
	padding-left:10px;}
	
span.bread_home {
	float:left;
	display:block;
	height:28px;
	width:10px;
	background-repeat: no-repeat;
	background-position: left center;	}

.breadcrumb a {
	text-decoration:none;
	padding:0 20px 0 10px;
	float:left;
	display:block;
	height:28px;
	background-repeat: no-repeat;
	background-position: right;
}

.breadcrumb span {
	margin-left:10px;
	height:28px;
	float:left;
	display:block;
}

/* ---------------------------------
			CONTACT FORM
--------------------------------- */
.contact_map {
	position:relative;
	}

.form2_input_height label, .form2_input_height label {
	margin:5px 0 5px 0;
	display:block;
}

.form2_input_height input {
	width:99%;
	padding:8px 5px;
}

.form2_input_height textarea {
	width:99%;
	height:130px;
	padding:4px;
	overflow:auto
}

.form2_button {
	background-color:none;
	margin-top:10px;
	display:block;
	font-size:11px;
	width:88px;
	height:24px;
	cursor:pointer;
	border:none;
	text-align:left;
	padding:0 0 3px 5px;

}


/* ---------------------------------
			Footer
--------------------------------- */

.footer, .push {
	height: 343px; /* .push must be the same height as .footer */

}

.footer {

}

.footer_inside {
	position:relative;
	width:960px;
	height:343px;
	margin:0 auto;}
	
/* footer title */
	
.footer_box_title {
	margin-bottom:15px;
	font-size:18px;
	padding-bottom:12px;
	}
	
.footer_box_title span {
	margin-left:7px;
	}
	
	
/* footer copyright box */

	
.footer_box1 {
	position:relative;
	margin:60px 80px 0 0;

	float:left;
	width:300px;
	height:270px;
}

.footer_logo	{
	position:absolute;
	display:inline;}
	
.footer_copy	{
	position:absolute;
	top:180px;
	width:250px;
	left:25px;	
	display:inline;}
	
.footer_copy a{
	text-decoration:none;
}
	
.footer_copy p	{
	line-height:16px;
	font-size:11px;
	display:block;
	padding:20px;
}
	
	
/* footer navigator box*/
	
.footer_box2 {
	margin:70px 20px 0 0;
	float:left;
	width:175px;
	height:270px;
}

.footer_box2 ul {
	margin:0 0 0 10px;

}

.footer_box2 ul li {
	padding-left:15px;
	line-height:24px;
	background-repeat: no-repeat;
	background-position: left center;	
}

.footer_box2 ul li a {
	text-decoration:none;

}

/* footer social icons box*/
	
.footer_box3 {
	margin:70px 20px 0 0;
	float:left;
	width:145px;
	height:270px;
}

.social-links {
	margin-left:10px;
	width:120px;}
	
.social-links img {
	margin:0 5px 5px 0;
	opacity:0.6;
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	-ms-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

.social-links img:hover {
	opacity:1;
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	-ms-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

/* footer contact form box*/

	
.footer_box4 {
	margin:70px 0 0 0;
	float:left;
	width:220px;
	height:270px;
}


.form_input_height {
	height:31px;
	position:relative;
	padding:6px 3px 0 3px
}

.form_input_height label {
	padding-left:7px;}

.form_input {
	position:absolute;
	top:7px;
	right:5px;
	width:152px;
	background:none;
	border:none;
}

.form_area_height {
	position:absolute;
	top:74px;
	right:0px;
}	

.form_area_height textarea {
	display:block;
	float:right;
	width:203px;
	height:83px;
	background:none;
	border:none;
	padding:3px;
}

.form_submit  {
	text-align:left;
	padding-top:4px
}	


.form_foot_button {
	background-color:none;
	display:block;
	font-size:11px;
	position:absolute;
	top:171px;
	left:8px;
	width:88px;
	height:24px;
	cursor:pointer;
	border:none;
	float:right;
	text-align:left;
	padding:0 0 3px 7px;

}

.form_input_standat_height input{
	display:block;
	width:99%;
	padding:6px 0;
}
.form_textarea textarea {
	display:block;
	width:99%;
	height:146px;
}
.form_select select {
	width:99%;
	padding:6px 0;
}
.form_check_box {
	margin-bottom:10px;	
}
.form_check_box input {
	margin:0 3px 0px -10px;	
}
.form_radio_box {
	margin-bottom:10px;	
}
.form_radio_box input {
	margin:0 3px 0px -10px;	
}

label.error {
	z-index:9999;
	position:absolute;
	right:7px;
	width:20px;
	height:21px;
	background:url(images/error.gif) no-repeat 100% 0;
	top:26px;
	text-indent:-5000px;
}
.field2 label.error {
	z-index:9999;
	position:absolute;
	right:7px;
	width:20px;
	height:21px;
	background:url(images/error.gif) no-repeat 100% 0;
	top:5px;
	text-indent:-5000px;
}

.field {
	position:relative;
}
.cmxform {
	position:relative;
}

#Note, #Note2 {
	color:#999}
	
#loader {
	position:absolute;
	right:0;
	top:265px;
	z-index:9999;
	margin:20px 0 0 50px;}
	
#loader2 {
	position:absolute;
	right:0;
	top:150px;
	z-index:9999;
	margin:20px 0 0 50px;}
	
/* ---- Colors Box ---- */

.schemes		{
	width:30px;

	padding:10px 10px 10px 5px;
	position:absolute;
	z-index:1000;
	top:50px;
	left:0;
				}
				
.schemes a	{
	margin-bottom:8px;
	display:block;
	overflow:hidden;
	outline:none;
	text-indent:-999px;
				}
				
.schemes span	{
	float:left;
	height:20px;
	margin-bottom:5px;
				}
				
				
.schemes a.gray_pink{
	display:block;
	width:7px;
	height:20px;
	border-left:15px solid #fe4365;
	background-color:#454545;
	border-right:7px solid #5f5f5f;

}
				
.schemes a.gray_aqua{
	display:block;
	width:7px;
	height:20px;
	border-left:15px solid #01a2a6;
	background-color:#454545;
	border-right:7px solid #5f5f5f;
				}
				
.schemes a.gray_orange{
	display:block;
	width:7px;
	height:20px;
	border-left:15px solid #ec950c;
	background-color:#454545;
	border-right:7px solid #5f5f5f;
				}
				
.schemes a.gray_lilac{
	display:block;
	width:7px;
	height:20px;
	border-left:15px solid #8f6abc;
	background-color:#454545;
	border-right:7px solid #5f5f5f;
				}
				
.schemes a.gray_red{
	display:block;
	width:7px;
	height:20px;
	border-left:15px solid #e34141;
	background-color:#454545;
	border-right:7px solid #5f5f5f;
				}
				
.schemes a.light_gray{
	display:block;
	width:7px;
	height:20px;
	border-left:15px solid #ffffff;
	background-color:#b8b8b8;
	border-right:7px solid #d2d2d2;
				}
				
.schemes a.light_gray_pink{
	display:block;
	width:7px;
	height:20px;
	border-left:15px solid #fff;
	background-color:#b8b8b8;
	border-right:7px solid #fe4365;
				}
				
.schemes a.light_gray_aqua{
	display:block;
	width:7px;
	height:20px;
	border-left:15px solid #fff;
	background-color:#b8b8b8;
	border-right:7px solid #01a2a6;
				}
				
.schemes a.light_gray_orange{
	display:block;
	width:7px;
	height:20px;
	border-left:15px solid #fff;
	background-color:#b8b8b8;
	border-right:7px solid #ec950c;
				}
				
.schemes a.light_gray_lilac{
	display:block;
	width:7px;
	height:20px;
	border-left:15px solid #fff;
	background-color:#b8b8b8;
	border-right:7px solid #8f6abc;
				}	
				
.schemes a.light_gray_blue_green{
	display:block;
	width:7px;
	height:20px;
	border-left:15px solid #b8b8b8;
	background-color:#135ba3;
	border-right:7px solid #9ac444;
				}				
				


/*-----------------------------------------------------------------------------------*/
/*	WP Gallery Shortcode
/*-----------------------------------------------------------------------------------*/

.gallery {
    margin: auto;
    /* gallery clearing*/
    overflow: hidden;
    width: 100%;
}
.gallery .gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
}
.gallery img {
    border: 1px solid #999999 !important;
	padding:0;

}

.gallery .gallery-item .gallery-icon img {
    padding: 0;
	-webkit-transition: border .2s linear;
	-moz-transition: border .2s linear;
	-o-transition: border .2s linear;
	-ms-transition: border .2s linear;
	transition: border .2s linear;
}

.gallery img:hover {
   border: 1px solid #fff !important;
  	-webkit-transition: border .2s linear;
	-moz-transition: border .2s linear;
	-o-transition: border .2s linear;
	-ms-transition: border .2s linear;
	transition: border .2s linear;
}
.gallery .gallery-caption {
    margin-left: 0;
}
.gallery br { clear: both }
 
/* available Columns */
.col-2 { width: 50% }
.col-3 { width: 33.333% }
.col-4 { width: 25% }
.col-5 { width: 20% }
.col-6 { width: 16.666% }
.col-7 { width: 14.285% }
.col-8 { width: 12.5% }
.col-9 { width: 11.111% }


.recent_posts_navigation {
	margin:40px 0 20px 0}

	
.recent_posts_navigation .nav-previous a {
	float:left;
	width:45%;
	padding:10px 0 10px 30px;
	text-decoration:none;
	display:block;
	font-size:18px;
	}	
	
.recent_posts_navigation .nav-next a {
	text-align:right;
	float:right;
	width:45%;
	padding:10px 30px 10px 0;
	text-decoration:none;
	display:block;
	font-size:18px;
	}		
	
/* ------- Tag cloud ------- */
.lside_wiget_box .tagcloud {
	float:left;

	margin-bottom:20px;}

.lside_wiget_box .tagcloud a {
	float:left;
	display:inline-block;
	height:27px;
	padding:0 15px 0 24px;
	margin:0 5px 10px 0;
}
	
.lside_wiget_box .tagcloud a {
	font-size:11px;
	font-weight:bold;
	text-align:left;
	line-height:27px;
}


.post_tags p a {
	display:inline-block;
	height:27px;
	padding:0 15px 0 24px;
	margin:0 5px 10px 0;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	line-height:27px;
	text-decoration:none;
}


/**
 * @version		1.3
 * @package		SimpleTabs
 * @author    Fotis Evangelou - http://nuevvo.com/labs/simpletabs
 * @copyright	Copyright (c) 2009-2011 Fotis Evangelou / Nuevvo Webware Ltd. All rights reserved.
 * @license		GNU/GPL license: http://www.gnu.org/copyleft/gpl.html
 */
 
div.simpleTabs { padding:0; float:left; position: relative; margin:10px 0 0 0; }
ul.simpleTabsNavigation { margin:0; padding:6px 0 4px 0; text-align:left;  }
ul.simpleTabsNavigation li { list-style:none; display:inline; margin:0; padding:0; }
ul.simpleTabsNavigation li a { padding:7px 10px 7px 10px; font-size:13px; text-decoration:none;  }
.chrome ul.simpleTabsNavigation li a { padding:8px 10px 8px 10px;}
ul.simpleTabsNavigation li a.current { margin-left:7px; }
div.simpleTabsContent { padding:5px 0; margin-top:10px; display:none; }
div.simpleTabsContent.currentTab { display:block; }
.simpleTabsContent .project_details li div { color:#666}




} /* END screen media */

@media print {

.do-not-print { display: none; }
#comments { page-break-before: always; }

body { width: 100% !important; margin: 0 !important; padding: 0 !important; line-height: 1.4; word-spacing: 1.1pt; letter-spacing: 0.2pt; font-family: Garamond,"Times New Roman", serif; color: #000; background: none; font-size: 12pt; }
h1,h2,h3,h4,h5,h6 { font-family: Helvetica, Arial, sans-serif; }
h1 { font-size: 19pt; }
h2 { font-size:17pt; }
h3 { font-size:15pt; }
h4,h5,h6 { font-size:12pt; }
code { font: 10pt Courier, monospace; } 
blockquote { margin: 1.3em; padding: 1em; }
img { display: block; margin: 1em 0; }
a img { border: none; }
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th, td { padding: 4px 10px 4px 0; }
caption { background: #fff; margin-bottom: 2em; text-align: left; }
thead { display: table-header-group; }
tr { page-break-inside: avoid; } 
a { text-decoration: none; color: black; }
	
} /* END print media */