/* --------------------------------------------------------------------------------------

   Theme Name: Jezz
   Theme URI: http://tutspress.com
   Description: A Business & Portfolio WordPress Theme
   Version: 1.0
   Author: TutsPress Team
   Author URI: http://tutspress.com

-------------------------------------------------------------------------------------- */


/* ------- This is the 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, 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, 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, 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;
}

/* footer callout */
#footer-callout {
	background: #fff;
	float: left;
	height:60px;
	margin-top:30px;
	padding: 20px 15px 35px;
	width: 980px;
}
#callout-left {
	color: #000;
    float: left;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: bold;
    margin: 31px 0 0 20px;
    width: 120px;
}
#callout-right {
	float: right;
	width: 800px;
}
#callout-right img {
	padding-right: 15px;
	vertical-align: middle;
	border: none;
}

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

.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}

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

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

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

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

a img.alignnone {
    margin: 5px 20px 20px 0;
}

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

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

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}

/* ------- Clearfix ------- */

.clearfix:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
.clearfix { display: block; }
/* End hide from IE-mac */


/* ------- Body ------- */

body {
	background: repeat scroll 0 0 #transparent;
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-position: bottom 10%;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
}
strong { font-weight: bold; }

h1, h2, h3, h4, h5, h6 {
    font-family:Arial, Helvetica, sans-serif;
}


/* ------- Header ------- */
#slid { 
    background: url(../images/bg-title.png) repeat scroll 0 0 transparent;
	height: 250px;
    position: relative;
	width: 100%;

}
#header {
   height: 190px;
   margin: 0 auto;
   text-align: center;
   
}

/*-------DROPDOWN MENU----------*/
.menu-bottom {
   width: 980px;
   height: 100px;
   margin: -33px auto -25px auto;
   padding-right: 20px;
}

#primary-menu { 
   margin-top: 54px;
}

#mainmenu {
	width:980px;
	margin:0 auto;	
	background-color:#FFFFFF;
	height:20px;
	margin-top: 10px;
	padding-top: 5px;
}
#mainmenu .menu{
   float: left;
}
#mainmenu .menu li {
float: left;
margin: 0 6px 0 0;
padding: 0 8px 0 8px;
position: relative;
}
.menu, .menu * {
   margin: 0;
   padding: 0;
   list-style: none;
   float: right;
}
.menu { margin-right: -5px;
}
.menu ul {
   float: left;
   position:absolute;
   top:-999em;
   width:110px; 
}
.menu li {    
	float: left;
	margin: 0 6px 0 0;
    padding: 0 8px 0 0;
	position: relative;
}
.menu li.last {
	background-image: none;
	padding: 0;
    margin: 0;
}
.menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
.menu li a {
   float: left;
   display: block;
   font-size: 14px;
   font-family:Arial, Helvetica, sans-serif;
   color: #444;
   text-transform: uppercase;
   text-decoration: none;
   padding-right: 2px;
   padding-left: 2px;
   line-height: 15px;
   position: relative;
}
.menu li a:hover {   
	color: #000;
	background-color: #10B9D2;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	-webkit-transition: background 0.3s ease-in-out;
	-o-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
}
.menu li.current a {
	float:left;
	margin-left: 2px;
	color: #757575;
	background-color: #fff;
	border-left: 2px solid #10B9D2;
	border-right: 2px solid #10B9D2;
}

.menu li:hover ul,
.menu li.sfHover ul {
   background-color: #fff;
   top:23px; /* match top ul list item height */
   z-index:      9999;
   padding-top:10px;
   
 
}
.menu ul li, .menu ul li.last {    
   background: none;
}
.menu li.sfHover ul a {
   color: #444 !important;
   font-size: 14px;
   font-family:Arial, Helvetica, sans-serif;
   text-transform: uppercase;
   width: 98px;
   background: none;
   float: left;
   padding-top: 4px;
   padding-right: 5px;
   padding-bottom: 4px;
   padding-left: 5px;
   border-left: 2px solid #10B9D2;
   border-right: 2px solid #10B9D2;
}
.menu li.sfHover ul a:hover {
   background: #10B9D2;
   border-right: 2px solid #10B9D2;
}
.menu li {
}
.menu li ul li {
   width: 110px;
   margin: 0px;
}
.menu li:hover ul  li a {
}
.menu li li li {
}
.menu li:hover, .menu li.sfHover,
.menu a:focus, .menu li:hover a, .menu li.current a { float: left;

}


/* ---------------------------- */
/*        Info Top Section
/* ---------------------------- */

.container {
   margin: 0 auto;
    padding: 0;
    position: relative;
   max-width:980px;
}

.shadow {
   -webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);
   -moz-box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);
   box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);
}
.container .eight.columns {
    width: 160px;
}


/*-----------------------------------------------------------------------------------*
/* = Homepage Widgets (BOXES)
/*-----------------------------------------------------------------------------------*/
#boxcontent {
    margin: 20px auto;	
    background: none repeat scroll 0 0 #fff;
    margin: 20px auto;
    overflow: hidden;
    text-align: left;
	padding-bottom: 10px;
	padding-top: 10px;
    width: 978px;
	border: none!important;
	border-left: 2px solid #10B9D2!important;
	border-right: 2px solid #10B9D2!important;
	}
	
#boxcontent p {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
	margin: 10px 0px 10px 0px; 
	}
	
#boxcontent-title {
    margin: 20px auto;	
    background: none repeat scroll 0 0 #fff;
    margin-bottom: -21px; margin-top: 20px;
    overflow: hidden;
    text-align: left;
	padding-bottom: 10px;
	padding-top: 20px;
    width: 978px;
	border: none!important;
	border-left: 2px solid #10B9D2!important;
	border-right: 2px solid #10B9D2!important;
	}
	
#boxcontent-title span {
	float: center!important;
	text-align: center!important;
    background: #10B9D2;
    margin-left: 408px;
    padding: 0px 10px; /*why coose box title*/
}

#boxcontent-title h3{
	float:center!important;
    background: url(../images/bg-title.png) repeat-x scroll left center transparent;
    color: #000;
    font-size: 13px;
    font-weight: normal;
 	padding-left: 0px; width: 937px; margin-left: 19px;
    font-family: arial, serif;
	text-transform: uppercase;
}

#boxcontent span {
	float: center!important;
    background: none repeat scroll 0 0 #fff;
	text-align: center;
    padding: 0px 10px 0px 0px; /*why coose box title*/
}

#boxcontent-title-recent {
    margin: 20px auto;	
    background: none repeat scroll 0 0 #fff;
    margin-bottom: -21px; margin-top: 10px;
    overflow: hidden;
	padding-bottom: 10px;
	padding-top: 20px;
    width: 978px;
	border: none!important;
	border-right: 2px solid #10B9D2!important;
	}
	
#boxcontent-title-recent span {
	float: center!important;
	text-align: center!important;
    background: #10B9D2;
    margin-left: 422px;
    padding: 0px 10px; /*why coose box title*/
}

#boxcontent-title-recent h3{
	float:center!important;
    background: url(../images/bg-title.png) repeat-x scroll left center transparent;
    color: #000;
    font-size: 13px;
    font-weight: normal; margin-left: 20px;
 	padding-left: 0px; width: 937px; margin-top: -18px; margin-bottom: 20px;
    font-family: arial, serif;
	text-transform: uppercase;
}

#boxcontent h3{
	float:center!important;
    background: url(images/tridots.gif) repeat-x scroll left center transparent;
    color: #000;
    font-size: 13px;
    font-weight: normal;
    padding: 10px 0 10px 35px;
    font-family: arial, serif;
	text-transform: uppercase;
}	
.box-main {
    height: auto;
    margin: 21px 2px 20px 20px;
    position: relative;
}

.box {
    background: none repeat scroll 0 0 transparent;
    display: inline;
	font-family: arial, serif!important;
    font-size: 14px;
    float: left;
    margin-left: 19px;
	margin-bottom: 10px;
    padding: 0;
    position: relative;
    max-width: 300px;
}
.box a{
	text-decoration: none;
	color: #10B9D2; 
	font-size: 11px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight: bold;
	}

.box p{ 
   font-family: arial, serif!important;
    font-size: 14px!important;
    font-weight: normal;
	padding-top: 0px!important; margin-top: -32px!important; margin-left: 50px!important;
	}

.box h4{
	text-decoration: none;
	color: #10B9D2;
    font-family: arial, serif;
    font-size: 14px;
    font-weight: normal;
	text-transform:uppercase;
    background: url(images/tridots.gif) repeat-x scroll left center transparent;
    padding: 0px 10px 0px 0px;
	margin-left: 0px;
		margin-bottom: 10px;
}

.box span {
    background: none repeat scroll 0 0 #fff;
    margin-left: 0;
    padding: 5px 10px 5px 0px;
}

    /* Featured box image margins */
.box .featured_image{ 
	border:none; 
	max-width: 32px!important;
	max-height:32px!important;
	margin-top: 9px;
	padding:1px;
    }

.box.four .featured_image{
	max-width:220px;
	overflow:hidden;
    }


.divider { display: block; width: 100%; height: 0; clear: both; margin:20px 0px; position: relative; }
	.line { border-top:1px dotted #ddd; margin-top:28px; margin-bottom:29px; }	
	/*end 4 columns*/
	
.footer-menu {
   float: left;
    height: 60px;
    margin: -15px 5px 0px 0px;
    min-width: 660px;
    text-align: center;
   font-weight: bold;
   color: #eee;
   
   line-height: 60px;
}
.footer-menu ul {
   margin: 0;
   list-style: none;
}
.footer-menu ul a {
   display: block;
   position: relative;
   color: #eee;
   text-decoration: none;
   text-transform:uppercase;
}
.footer-menu ul a:hover {
   color: #10B9D2;
   text-decoration: none;
}
.footer-menu ul li {
   float: left;
   margin-left: 15px;
   position: relative;
   z-index: 5;
}
.footer-menu ul li:hover {
   visibility: inherit;
}
.footer-menu ul ul {
   position: absolute;
   top: -9999px;
   width: 160px;
   padding: 5px 15px 8px 15px;
   background: #fff;
   line-height: 14px;
   text-align: left;
   -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
   -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
   box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
   border: 1px solid #eee;
   border-top: 0;
   text-transform: none;
   font-weight: normal;
}
.footer-menu ul ul li {
   float: none;
   width: 100%;
   margin: 0;
   padding: 10px 0;
   border-bottom: 1px solid #eee;
}
.footer-menu ul ul li:last-child {

   border: 0;
}
.footer-menu ul li:hover ul {
   left: -15px;
   top: 60px;
   z-index: 10;
}
/* Hide sub menus */
.footer-menu ul li:hover li ul,
.footer-menu ul li li:hover li ul,
.footer-menu ul li li li:hover li ul {
   top: -9999px;
}
/* Display sub menus */
.footer-menu ul li li:hover ul,
.footer-menu ul li li li:hover ul,
.footer-menu ul li li li li:hover ul {
   left: 160px;
   top: 0px;
}

.header-bottom {
    background: #cfd2eb repeat scroll 0 0;
    height: 82px;
    margin: 48px auto 0;
    position: relative;
    width: 978px;
	border-left: 2px solid #10B9D2!important;
	border-right: 2px solid #10B9D2!important;
}

.logo {
   float: left;
   width: 600px;
   height: 80px;
   margin-left: 10px;
   margin-top: 1px;
   background: top left no-repeat;
}
.logo h1 { text-indent: -9999px; }
.logo h1 a { width: 300px; height: 47px; display: block; }

/* ------- Featured Posts ------- */
#featured-posts {
   width: 980px;
   margin: 0 auto;
   padding-top: 13px;
   border: none;
   overflow: hidden;
   background: transparent;    
}

ul#featured-posts-list { 
margin: 10px 0;
   width: 968px; 
   overflow: hidden; 
   }
ul#featured-posts-list li { float: left; width: 210px; padding: 0 16px; }

.featured-post-image {
   float: left;
   width: 220px;
   height: 137px;
    background:transparent;
   border-left: 2px solid #10B9D2!important;
   border-right: 2px solid #10B9D2!important;
}
.featured-post-image a:hover {float: left;
   width: 220px;
   height: 140px;
filter:alpha(opacity=70); -moz-opacity:0.7; -khtml-opacity:0.6; opacity:0.7; -webkit-transition:0.2s ease-in; -moz-transition:0.2s ease-in; -o-transition:0.2s ease-in; transition:0.2s ease-in ; }


.featured-post-text {
   float: left;
   width: 220px;
   margin: 0;
   padding: 5px 5px;
}

h2.featured-post-title {
   font-size: 14px;
   font-weight: normal;
   text-align: left;
   color: #000;
   line-height: 24px;
}
h2.featured-post-title a { color: #000; text-decoration: none; font-size: 14px;
    font-family:Arial, Helvetica, sans-serif;
}
h2.featured-post-title a:hover { text-decoration: none; color: #000; font-size: 14px;
    font-family:Arial, Helvetica, sans-serif;
	text-align: left;
   background-color: #10B9D2;
   -webkit-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;}


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

#content {
    margin: 20px auto;	
    background: none repeat scroll 0 0 #fff;
    margin: 20px auto;
    overflow: hidden;
    text-align: left;
	padding-bottom: 10px;
	padding-top: 10px;
    width: 980px;
	border-left: 2px solid #10B9D2!important;
	border-right: 2px solid #10B9D2!important;
	}
#content p {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
	margin: 10px 0px 10px 0px; 
	}


/* ------- Posts ------- */

#posts {
   float: left;
   width: 640px;
   margin-left: 8px;
}


#posts h2.full-post-title { 
background: url(images/tridots.gif) repeat-x scroll left center transparent;
color: #10B9D2;
font-family:Arial, Helvetica, sans-serif;
font-size: 20px;
font-weight: bold;
line-height: 26px;
padding-left: 20px;
text-transform: uppercase;
width: 934px;
}

#posts h2.full-post-title span { 
    background: none repeat scroll 0 0 #fff;
    margin-left: 0;
    padding: 0 10px;
}

/* --- single-post --- */
.single-post {
   width: 920px;
   margin: 0;
   padding: 0 10px 25px 10px;
   border-bottom: 1px solid #eee;
}

.single-post-image {
   border: 3px solid #F1F1F1;
   float: left;
   margin-top: 35px;
   overflow: hidden;
}

.single-post-image a:hover {filter:alpha(opacity=70); -moz-opacity:0.7; -khtml-opacity:0.6; opacity:0.7; -webkit-transition:0.2s ease-in; -moz-transition:0.2s ease-in; -o-transition:0.2s ease-in; transition:0.2s ease-in}

.single-post-text {
   float: left;
   width: 920px;
   margin-top: 25px;
}
.single-post-text h2 {
   float: left;
   width: 920px;
   font-size: 18px;
   font-weight: bold;
   color: #3d3d3d;
   line-height: 30px;
}
.single-post-text h2 a { color: #3d3d3d; text-decoration: none; }
.single-post-text h2 a:hover { color: #10B9D2; text-decoration: none; }

.meta {
   float: right;
   width: 170px;
   margin-top: 15px;
   padding-left: 15px;
   color: #aaa;
   line-height: 24px;
   border-left: 1px solid #eee;
}
.meta span { color: #333; }
.meta a { color: #10B9D2; text-decoration: none; }
.meta a:hover { color: #333; text-decoration: none; }

.single-post-content {
   float: left;
   width: 420px;
   margin-top: 15px;
   color: #333;
   line-height: 24px;
}

.posts-navigation {
   width: 920px;
   margin: 22px 10px;
       height: 69px;
    background: url(images/pagenavi.jpg) repeat-x scroll 0 0 transparent;
   color: #333;
}
.posts-navigation a { color: #333; text-decoration: none; }
.posts-navigation a:hover { color: #10B9D2; text-decoration: none; }

.posts-navigation-next {
   float: right;
   width: 200px;
   margin: 19px;
   text-align: right;
}

.posts-navigation-prev {
   float: left;
   margin: 19px;
   width: 200px;
}

/* --- search-results --- */
.search-results {
   width: 920px;
   margin-top: 20px;
   padding: 13px 10px;
   border-bottom: 1px solid #eee;
   border-top: 1px solid #eee;
}
.search-results h2 { font-size: 20px; font-weight: normal; color: #3d3d3d; line-height: 30px; }

/* --- full-width --- */

#posts-full {
   float: left;
   width: 980px;
   padding: 0 0 45px;
}

.full-width {
   width: 980px;
   margin: 5px 0 0 0;
   padding: 0 1px 15px 10px;
   color: #333;
   line-height: 24px;
}
.hr-full-width hr {
   width: 980px;
   height: 1px;
   margin: 0 auto;
   background: #eee;
   border: 0;   
}

.full-width a { color: #10B9D2; text-decoration: none; }
.full-width a:hover { color: #333; text-decoration: none; }

.full-width h1 { font-size: 28px; font-weight: normal; color: #3d3d3d; line-height: 32px; margin: 10px 0 5px 0; }
.full-width h2 { font-size: 24px; font-weight: normal; color: #3d3d3d; line-height: 30px; margin: 10px 0 5px 0; }
.full-width h3 { font-size: 20px; font-weight: normal; color: #3d3d3d; line-height: 30px; margin: 10px 0 5px 0; }
.full-width h4 { font-size: 16px; font-weight: normal; color: #3d3d3d; line-height: 30px; margin: 10px 0 5px 0; }
.full-width h5 { font-size: 14px; font-weight: normal; color: #3d3d3d; line-height: 30px; margin: 10px 0 5px 0; }
.full-width h6 { font-size: 10px; font-weight: normal; color: #3d3d3d; line-height: 30px; margin: 10px 0 5px 0; }

.full-width h1 a,
.full-width h2 a,
.full-width h3 a,
.full-width h4 a,
.full-width h5 a,
.full-width h6 a {
   color: #10B9D2; text-decoration: none;
}
.full-width h1 a:hover,
.full-width h2 a:hover,
.full-width h3 a:hover,
.full-width h4 a:hover,
.full-width h5 a:hover,
.full-width h6 a:hover {
   color: #3d3d3d; text-decoration: none;
}

.full-width h2.full-post-title { 
background: url(images/tridots.gif) repeat-x scroll left center transparent;
color: #10B9D2;
font-family:Arial, Helvetica, sans-serif;
font-size: 20px;
font-weight: bold;
line-height: 26px;
padding-left: 20px;
text-transform: uppercase;
width: 934px;
}

.full-width h2.full-post-title span { 
    background: none repeat scroll 0 0 #fff;
    margin-left: 0;
    padding: 0 10px;
} 
.full-width img { margin: 6px 0; overflow: hidden; }

.full-post-content { width: 937px;margin: 15px 0 20px 0; }

/*************************/
/* PRODUCT CATEGORY LIST */
/*************************/
#recent-works-box {
    margin: 20px auto;	
    background: none repeat scroll 0 0 #fff;
    margin: 20px auto;
    overflow: hidden;
    text-align: left;
	padding-bottom: 10px;
	padding-top: 10px;
    width: 978px;
	border: none!important;
	border-left: 2px solid #10B9D2!important;
	border-right: 2px solid #10B9D2!important;
	}
#recent-works-box p {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
	margin: 10px 0px 10px 0px; 
	}
.services-wrapper { background: transparent; float: center; width: 980px!important; height: 154px!important; margin-left: 8px; margin-top: 7px;  margin-bottom: 8px; }
.product-category-list { background: transparent; width: 980px!important;height: 145px; margin: 0 auto; padding-top: 7px; }
.product-category-list li { list-style: none; display: block; width: 139px; height: 109px; float: left; background: transparent; background-position: center 17px; cursor: pointer; }
.product-category-list a {  background: #eee; display: block; position: relative; width: 124px; height:91px; text-decoration: none;  }
.our-services span {
background: none repeat scroll 0 0 #fff;
max-width: 124px!important;
height: 136px;
margin-left: 0px;
padding: 0px;
border-bottom: 1px solid #10B9D2;
}
.our-services h2{
background: #fff url(images/tridots.gif) repeat-x scroll left center transparent;
color: #10B9D2;
font-size: 13px;
font-weight: normal;
text-transform: uppercase;
font-family: arial, serif;
}
.product-category-list li + li { border-left: 1px solid transparent; }
.product-category-list li + li strong { border-left: 1px solid transparent; margin: 0px 0px 0px -1px; }
.product-category-list a strong { display: block; line-height: 18px; color: #10B9D2; padding: 0px 0px 17px; height: 35px; font-family: arial, serif; font-size: 14px; text-align: center; text-transform: none; background: transparent; width: 124px!important; height: 35px!important; border-top: 1px solid #10B9D2 }



/* --- full-post --- */
.full-post {
   width: 954px;
   margin: 1px 0 0 0;
   padding: 0 10px 45px 10px;
   color: #333;
   line-height: 24px;
}

.hr-full-post hr {
   width: 980px;
   height: 1px;
   margin: 0 auto;
   background: #eee;
   border: 0;   
}

.full-post a { color: #10B9D2; text-decoration: none; }
.full-post a:hover { color: #333; text-decoration: none; }

.full-post h1 { font-size: 28px; font-weight: normal; color: #3d3d3d; line-height: 32px; margin: 10px 0 5px 0; }
.full-post h2 { font-size: 24px; font-weight: normal; color: #3d3d3d; line-height: 30px; margin: 10px 0 5px 0; }
.full-post h3 { font-size: 20px; font-weight: normal; color: #3d3d3d; line-height: 30px; margin: 10px 0 5px 0; }
.full-post h4 { font-size: 16px; font-weight: normal; color: #3d3d3d; line-height: 30px; margin: 10px 0 5px 0; }
.full-post h5 { font-size: 14px; font-weight: normal; color: #3d3d3d; line-height: 30px; margin: 10px 0 5px 0; }
.full-post h6 { font-size: 10px; font-weight: normal; color: #3d3d3d; line-height: 30px; margin: 10px 0 5px 0; }

.full-post h1 a,
.full-post h2 a,
.full-post h3 a,
.full-post h4 a,
.full-post h5 a,
.full-post h6 a {
   color: #10B9D2; text-decoration: none;
}
.full-post h1 a:hover,
.full-post h2 a:hover,
.full-post h3 a:hover,
.full-post h4 a:hover,
.full-post h5 a:hover,
.full-post h6 a:hover {
   color: #3d3d3d; text-decoration: none;
}


.full-post h2.full-post-title { 
background: url(images/tridots.gif) repeat-x scroll left center transparent;
color: #10B9D2;
font-family:Arial, Helvetica, sans-serif;
font-size: 20px;
font-weight: bold;
line-height: 26px;
padding-left: 20px;
text-transform: uppercase;
width: 934px;
}

.full-post h2.full-post-title span { 
    background: none repeat scroll 0 0 #fff;
    margin-left: 0;
    padding: 0 10px;
}

.full-post img { margin: 6px 0; overflow: hidden; }

.full-post-content { width: 954px; margin-left: 0px;margin-right: 1px; margin-top: 10px; font-family: arial, serif; font-size: 14px;}

.meta-full-post {
	margin-left: 20px;
   padding: 10px 0;
   color: #aaa;
}
.meta-full-post span { color: #333; }

.full-post-pages { margin-bottom: 10px; }

.full-post .alignleft { float: left; margin: 6px 15px 6px 0; }
.full-post .alignright { float: right; margin: 6px 0 6px 15px; }
.full-post .aligncenter { margin: 6px auto; display: block; }

.full-post p { padding: 3px 0; }

.full-post table { margin: 10px 0; }
.full-post table caption { background: #eee; }
.full-post table td, .full-post table th { padding: 0 14px 0 0; text-align: right; }

.full-post blockquote { padding: 5px 35px; }

.full-post ul { padding: 5px 35px; list-style-type: square; }
.full-post ol { padding: 5px 35px; list-style-type: decimal; }


/* ICONS MENU (UNDER HEADER MENU) */
#icon-widgets {
    background: none repeat scroll 0 0 #fff;
    float: right;
    margin: 0;
    position: absolute; 
    right: 0;
    top: -48px;
	border-left: 2px solid #10B9D2!important;
	border-right: 2px solid #10B9D2;
}
.icon-menu {float:right; margin:0; padding:0 3px;}
.icon-menu li {float:left; margin-left:3px; padding-left:3px; font-family:Arial, Helvetica, sans-serif;
    font-size: 20px;position:relative; overflow:hidden;}
.icon-menu li:first-child {margin-left:0; padding-left:0; border-left:0;}
.icon-menu li.social-icons > a,
.icon-menu li.search-box > a { display:block; width:25px; height:26px; margin:0; text-indent:-9999px; opacity:0.8; filter:alpha(opacity=80); float:left;}
.icon-menu li a:hover {opacity:0.99; filter:alpha(opacity=100);}
.icon-menu li.social-icons > a {background:url(../images/social/social-icon.png) no-repeat 50% 50%;}
.icon-menu li.search-box > a {background:url(../images/social/src-loupe.png) no-repeat 50% 50%;}
.icon-menu li.social-icons > a.opened {background:url(../images/social/close-white.png) no-repeat 50% 50%;}
.icon-menu li.search-box > a.opened {background:url(../images/social/close-white.png) no-repeat 50% 50%;}

#social-icons { padding:2px; height:20px; width:600px; position:absolute; margin-left:25px; left:0;  }
#social-icons .inner {float:left; padding-right:10px;}
#social-icons a {float:left; margin:3px; line-height:1;}
#social-icons a:hover {filter:alpha(opacity=70); -moz-opacity:0.7; -khtml-opacity:0.6; opacity:0.7; -webkit-transition:0.2s ease-in; -moz-transition:0.2s ease-in; -o-transition:0.2s ease-in; transition:0.2s ease-in}
#search-box {position:absolute; margin-left:30px; left:0;}
#search-box input[type=text] {background:none; filter:none; border:none; margin:0; padding:0; color:#000; width:130px; height:25px;}
#search-box input[type=text]:focus {color:#000; outline:none;}

/* ------- Sidebar ------- */

#sidebar {
float: left;
margin-left: 14px;
margin-top: 35px!important;
width: 310px;
}

#sidebar a { color: #333333; text-decoration: none; }
#sidebar a:hover { color: #10B9D2; text-decoration: none; }

ul.sidebar-content {
   width: 290px;
}
ul.sidebar-content li ul { padding: 5px 25px 0 35px; }
ul.sidebar-content li ul li { line-height: 24px; padding: 3px 0; border-bottom: 1px dotted #ddd; }
ul.sidebar-content li ul li:last-child { border: 0; }

#sidebar h2 {
    background: url(images/tridots.gif) repeat-x scroll left center transparent;
    color: #10B9D2;
    font-size: 14px;
    font-weight: bold;
    margin-top: 15px;
    padding: 10px 0 10px 35px;
    text-transform: uppercase;
}

.sidebar-ads, .sidebar-content, h2 span {
    background: none repeat scroll 0 0 #fff;
    margin-left: 0px;
    padding: 0 10px;
}
.search-form {
   margin: 30px 0 0 5px;
}
.search-form form input.searchfield {
   width: 280px;
   height: 30px;
   padding: 0 6px;
    font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
   color: #aaaaaa;
   line-height: 20px;
   background: #fff;
   border: 3px solid #eee;
}

.tagcloud { padding: 10px 25px 0 5px; }

#tagCloud a,.widget_tag_cloud a{margin:0 4px 0 0;line-height:24px}
/* widget: calendar */
#wp-calendar {
	width:100%;
}
#wp-calendar,
#wp-calendar th,
#wp-calendar caption {
	text-align: center;
}
#wp-calendar th {
	background: #f5f5f5;
	padding: 3px;
	border: 1px solid #f0f0f0;
}
#wp-calendar td {
	padding: 5px 2px;
	border: 1px solid #f0f0f0;
	text-align: center;
}
#wp-calendar caption {
	background: transparent;
	color: #333;
	font-weight: bold;
	padding: 3px 0px 7px 0px;
}
#wp-calendar #today {
	background: #f5f5f5;
	font-weight: bold;
}


.textwidget { padding: 5px 25px 0 5px; line-height: 24px; }
.textwidget a { border-bottom: 1px dotted #ddd; }

#calendar_wrap { padding: 15px 15px 0; line-height: 24px; }
#calendar_wrap a { border-bottom: 1px dotted #ddd; }
#calendar_wrap caption { background: #eee; }
#calendar_wrap td, #calendar_wrap th { padding: 0 14px 0 0; text-align: right; }
#calendar_wrap td#prev { text-align: left; }


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

#footerwrapper{
	border-top: 1px solid #3D3D3D;
	border-bottom: 1px solid #3D3D3D;
	max-width: 980px;
   margin: 0 auto;
   background: #1b1b1b;
   overflow: hidden;
   height: 85px;
   font-family: Arial, Helvetica, sans-serif;
	}
#fsidebar1{float:left;}
#fsidebar2{float:right;margin-top: 7px;}
#footer {
   max-width: 980px;
   margin: 0 auto;
   padding-bottom: 20px;
   background: url(images/footer-bg.png) repeat scroll 0 0 #2B2B2B;    
   color: #bbb;
   text-align: left;
   overflow: hidden;
   border-bottom: 1px solid #3D3D3D;
}

.footer-inside {
   width: 980px;
   margin: 0 auto;
   text-align: left;
}
.home-inside {
   width: 980px;
   margin: 0 auto;
   text-align: left;
}
#footer a { color: #eee; text-decoration: none; }
#footer a:hover { color: #10B9D2; text-decoration: none; }
#footer h2 { 
    color: #10B9D2;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    margin: 10px 0 0;
    padding: 0 0 10px;
    text-transform: uppercase;
    width: 100%;
}
#footer p { margin-top: 10px; line-height: 24px; }


/*-----------------------------------------------------------------------------------*
/* = Footer/Copyright
/*-----------------------------------------------------------------------------------*/


/*footer widgets*/
#footer-widget-wrap{
	color: #fff;
   margin-bottom: 10px;
   overflow: hidden;
}
#footer-widget-wrap a:hover {color: #000; background: #10B9D2; font-family: arial, serif  !important; font-size: 13px;}
#footer-right{
   float: left;
   width: 220px;
   margin: 10px 10px 0px;
}
#footer-left{
   float: left;
   width: 220px;
   padding: 10px 1px 1px 20px;
}
#footer-middle{
   float: left;
   width: 220px;
   margin: 10px 10px 0px;
}
#footer-right-2{
   float: left;
   width: 220px;
   margin: 10px 10px 0px;
}

.footer-widget{
   color: #666;
   margin-bottom: 30px;
}

.footer-widget li{
   padding: 5px 10px;
}
.footer-widget li:first-child{
}

.subscribe {
   float: left;
   width: 290px;
   margin: 6px 0 0 5px;
}
.subscribe h2 {
    padding-bottom: 10px; font-size: 13px; font-weight: bold; color: #eee; text-transform: uppercase;
}
.subscribe input.enteremail { 
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #3D3D3D;
    color: #333333;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 14px;
    height: 29px;
    line-height: 20px;
    margin-top: 10px;
    padding: 0 5px;
    vertical-align: middle;
    width: 180px;
 }

.subscribe input.formsubmit { 
    background: none repeat scroll 0 0 #000;
    border-color: #000;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    display: inline;
    float: right;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
	margin: 11px 10px;
    padding: 3px 11px;
    text-align: center;
    text-shadow: 0 -1px 1px #3275BC;
    width: auto;
}

.subscribe input.formsubmit:hover {
   background: #e8bb04;
   background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dd5442), to(#eb6452));
   border: 1px solid #dd5442;
   -moz-box-shadow: inset 0 1px 0 0 #dd5442;
   -webkit-box-shadow: inset 0 1px 0 0 #dd5442;
   cursor: pointer;
   text-shadow: 0 -1px 1px #1d62ab;
   -webkit-background-clip: padding-box;
}

.latest-tweets a { color: #10B9D2; font-weight: bold; }
.latest-tweets ul { width: 418px; margin-top: 5px; line-height: 24px; padding-top: 17px!important;}
.latest-tweets ul li { padding: 0 0 5px 22px; background: url(../images/tweets-bg.png) 0 5px no-repeat; }

.about-us {
   float: left;
   width: 450px;
   font-family: arial, serif  !important;
    font-size: 15px;
	text-align:left;
   margin: 21px 0 10px 10px;
}

.about-us p{ text-align: left; font-family: arial, serif  !important;
    font-size: 13px!important; margin-left: 10px!important; }
.about-us img { margin-left: 10px!important; margin-left: 0px!important; }
.about-us a{ color: #000;}
.about-us a:hover { background: #10B9D2;
color: #000;
  -webkit-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
	text-decoration:none;
	text-transform:none;}
	
.latest-tweets {
   float: right;
   width: 450px;
 margin: 10px 10px 0;
 } 

.latest-tweets span {
    background: none repeat scroll 0 0 #fff;
    margin-left: 0px;
    padding: 0 10px;
}

.latest-tweets h3{
    background: url(images/tridots.gif) repeat-x scroll left center transparent;
    color: #10B9D2;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 0 10px 35px;
    text-transform: uppercase;
    font-family: arial, serif  !important;
}

.latest-tweets h4 {
    background: url(images/tridots.gif) repeat-x scroll left center transparent;
    color: #10B9D2;
    font-family: arial,serif;
    font-size: 14px;
    font-weight: normal;
    margin-top: 14px;
    margin-left: 0;
	width:405px;
    padding: 0 10px 0 0;
    text-decoration: none;
    text-transform: uppercase;
}

.about-us span {
    background: none repeat scroll 0 0 #fff;
    margin-left: 0px;
    padding: 0 10px;
}

.about-us h3{
    background: url(images/tridots.gif) repeat-x scroll left center transparent;
    color: #10B9D2;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 0 10px 35px;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
}


#footer-credits {
   max-width: 980px;
   margin: 0 auto;
   background: #1b1b1b;
   overflow: hidden;
   height: 55px; margin-top: -62px; margin-bottom: 0px;
   font-family: Arial, Helvetica, sans-serif;
}

.footer-credits-inside {
   width: 980px;
   margin: 0 auto;
   font-size: 13px;
   font-weight: normal;
   color: #3d3d3d;
}
#footer-credits a { color: #fff; text-decoration: none; }
#footer-credits a:hover { color: #fff; text-decoration: none; }

.footer-credits-left { float: left; font-size: 13px; color: #fff;
    font-family: arial, serif  !important; padding: 22px 10px 35px 28px;  }
.footer-credits-right { float: right; padding: 35px 10px; }


/* ------- Comments ------ */

#comments-wrap {
   margin: 25px 0 0 0;
   padding-bottom: 30px;
}

.comments-navigation {
   margin: 0; font-size: 14px;
}
.comments-navigation a { margin-top: 10px; }

.comments-navigation .alignleft {
   float: left; margin: 0; padding: 0;
}

.comments-navigation .alignright {
   float: right; margin: 0; padding: 0;
}

h3#comments-number, h3.postcomment {
   padding-bottom: 0;
   font-size: 18px;
   color: #3d3d3d;
   line-height: 30px;
}

ol.commentlist { list-style:none; margin:20px 0 0 0; padding:0; text-indent:0; }
ol.commentlist li { border:1px solid #f8f8f8; height:1%; margin:0 0 10px 0; padding:10px 10px 7px 57px; position:relative; }

ol.commentlist li.alt { }
ol.commentlist li.bypostauthor { }
ol.commentlist li.byuser { }
ol.commentlist li.comment-author-admin { }
ol.commentlist li.comment { }

ol.commentlist li div.comment-author { padding:0 170px 0 0; }
ol.commentlist li div.vcard { font: bold 14px Arial, Helvetica, sans-serif; line-height: 24px; padding-bottom: 5px; }

ol.commentlist li div.vcard cite.fn { font-style:normal; }
ol.commentlist li div.vcard cite.fn a.url { }
ol.commentlist li div.vcard cite.fn a.url:hover { }
ol.commentlist li div.vcard img.avatar { border:1px solid #f8f8f8; left:10px; position:absolute; margin-top: -7px; padding: 2px; }

ol.commentlist li div.vcard img.avatar-32 { }
ol.commentlist li div.vcard img.photo { }
ol.commentlist li div.vcard span.says { }
ol.commentlist li div.commentmetadata { }

ol.commentlist li div.comment-meta { font: normal 14px Arial, Helvetica, sans-serif; line-height: 24px; position:absolute; right:10px; text-align: right; top: 10px; }
ol.commentlist li div.comment-meta a { color:#aaaaaa; text-decoration:none; }
ol.commentlist li div.comment-meta a:hover { color:#10B9D2; text-decoration:none; }
ol.commentlist li p { font: normal 14px Arial, Helvetica, sans-serif; line-height: 24px; margin:0 0 1em 0; }
ol.commentlist li form p { margin: 0; }

ol.commentlist li ul { font:normal 14px Arial, Helvetica, sans-serif; list-style:square; line-height: 24px; margin:0 0 1em; padding:0; text-indent:0; }
ol.commentlist li div.reply { font-size: 14px; }
ol.commentlist li div.reply:hover { }
ol.commentlist li div.reply a { }
ol.commentlist li ul.children { list-style:none; margin:1em 0 0; text-indent:0; }

ol.commentlist li ul.children li {  }
ol.commentlist li ul.children li.alt { }
ol.commentlist li ul.children li.bypostauthor { }
ol.commentlist li ul.children li.byuser { }
ol.commentlist li ul.children li.comment { }
ol.commentlist li ul.children li.comment-author-admin { }

ol.commentlist li ul.children li.depth-2 { margin:0 0 8px; }
ol.commentlist li ul.children li.depth-3 { margin:0 0 8px; }
ol.commentlist li ul.children li.depth-4 { margin:0 0 8px; }

ol.commentlist li ul.children li.depth-5 { }
ol.commentlist li ul.children li.odd { }
ol.commentlist li.even { }
ol.commentlist li.odd { }
ol.commentlist li.parent { }
ol.commentlist li.pingback { }
ol.commentlist li.pingback.parent { }

ol.commentlist li.pingback div.vcard { padding:0 170px 0 0; }

ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even { }
ol.commentlist li.thread-odd { }

h3#respond {
   padding-bottom: 0;
   font-size: 18px;
   color: #3d3d3d;
   line-height: 30px;
}

#respond {
   padding: 65px 0 0 0;
}


#comments p.nocomments {
   padding: 0;
}

form#commentform input {
   margin-top: 10px; padding: 0 5px; width: 230px; height: 30px; background: #fff; border: 1px solid #eee;
    font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #aaaaaa; line-height: 20px;
}

form#commentform textarea {
   float:right;margin: -164px 0 0 !important; padding: 5px; width: 300px; background: #fff; border: 1px solid #eee; overflow: auto;
    font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #aaaaaa; line-height: 20px;
}

form#commentform input#submit {
   width: 150px; background: #10B9D2; color: #F8F8F8;
}

form#commentform input#submit:hover {
   width: 150px; background: #fff; color: #000;
}


/* author info box on detail page */
#author-info1 {
  font-size: 0.813em;
  line-height: 1.846em;
  line-height: 1.5em;
  margin-bottom: 1.5em;
  padding-bottom: 3em;
  position: relative;
  border: 3px solid #d4d4d4;
  background-color: #efefef;
}
#author-info1 #author-avatar1 {
  display: block;
  float: right;
  margin: -25px 10px 20px;
    height: 52px;
    left: 0;
    width: 52px;
}
#author-info1 #author-avatar1 img {

  vertical-align: middle;
}
#author-info1 #author-description1 {
  padding: 1.45em;
}
#author-info1 #author-title1 {
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 2.25em;
}
#author-info1 #author-title1 .title {
  margin-right: 1.5em;
  background-color: #10B9D2;
  color: #fff;
  padding: 0.75em 1.5em 0.75em 3em;
  position: relative;
  margin-left: -15px;
}
#author-info1 #author-title1 .title:before, #author-info1 #author-title1 .title:after {
  position: absolute;
  content: "";
}
#author-info1 #author-title1 .title:before {
  width: 15px;
  height: 15px;
  bottom: -15px;
  left: 0;
}
#author-info1 #author-link1 {
  padding: 0.75em 1.45em;
  border-top: 1px solid #e1e1e1;
  position: absolute;
  
  text-align: center;
  bottom: 0;
  right: 0;
  left: 0;
}
#author-info1 #author-link1:before {
  width: 100%;
  height: 1px;
  border-top: 1px solid #e1e1e1;
  position: absolute;
  content: "";
  top: -2px;
  left: 0;
}
#author-info1 #author-link1 a {
  margin-right: 1.5em;
  color:#10B9D2;
}

/*-----------------------------------------------------------------------------------*/
/* = Contact Form
/*-----------------------------------------------------------------------------------*/

#contact-form {
   display: block;
   width: 100%;
}
#contact-form li {
   background: none;
   list-style:none;
   padding-left: 0;
}
#contact-form input.txt,
#contact-form textarea {
   border-color: #ccc #efefef #efefef #ccc;
   border-style: solid;
   border-width: 1px;
   font: 14px/14px Arial, Helvetica, sans-serif;
}
#contact-form input.txt {
   background: #fcfcfc;
   color: #666;
   margin: 0 5px 10px 0;
   padding: 5px 7px;
   width: 200px;
}
#contact-form textarea {
   background: #fcfcfc;
   color: #666;
   padding: 5px 7px;
   width: 80%;
   height: 200px !important;
}
#contact-form #submit {
   margin: 15px 0 0 0;
}
.contact-form label {
   display: block;
   font-size: 14px;
   line-height: 30px;
}
.page-template-template-contact-php .thanks {
   color: green;
}
.page-template-template-contact-php .error {
   color: red;
}

#respond .button,
.contact-form .button {
   background: #10B9D2;
   background: -moz-linear-gradient(top, #10B9D2 0%, #cb4434 100%);
   background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#10B9D2), to(#cb4434));
   border-top: 1px solid #cb4534;
   border-right: 1px solid #cb4534;
   border-bottom: 1px solid #cb4534;
   border-left: 1px solid #cb4534;
   -moz-
   -webkit-
   
   -moz-box-shadow: inset 0 1px 0 0 #cb4534, 0 1px 2px 0 #cb4534;
   -webkit-box-shadow: inset 0 1px 0 0 #cb4534, 0 1px 2px 0 #cb4534;
   color: #fff;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   font-weight: bold;
   line-height: 1;
   padding: 7px 10px;
   margin: 10px 0 15px 80px;
   text-align: center;
   float: left;
   display: inline;
   width: auto;
   text-shadow: 0 -1px 1px #3275bc;
   -webkit-background-clip: padding-box;
}
#respond .button:hover,
.contact-form .button:hover {
   background: #dd5442;
   background: -moz-linear-gradient(top, #dd5442 0%, #eb6452 100%);
   background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dd5442), to(#eb6452));
   border-top: 1px solid #dd5442;
   border-right: 1px solid #dd5442;
   border-bottom: 1px solid #dd5442;
   border-left: 1px solid #dd5442;
   -moz-box-shadow: inset 0 1px 0 0 #dd5442;
   -webkit-box-shadow: inset 0 1px 0 0 #dd5442;
   cursor: pointer;
   text-shadow: 0 -1px 1px #1d62ab;
   -webkit-background-clip: padding-box;
}
#respond .button:active,
.contact-form .button:active {
	color: #000;
	font-family: arial, serif;
	font-size: 13px;
   background: #10B9D2;
   border: 1px solid #dd5442;
   border-bottom: 1px solid #dd5442;
   -moz-box-shadow: inset 0 0 6px 3px #dd5442, 0 1px 0 0 #fff;
   -webkit-box-shadow: inset 0 0 6px 3px #dd5442, 0 1px 0 0 #fff;
   text-shadow: 0 -1px 1px #dd5442;
   -webkit-background-clip: padding-box;
}

/*-----------------------------------------------------------------------------------*/
/* = Image Slider
/*-----------------------------------------------------------------------------------*/
.slider-background { margin: 0 auto; width: 980px; background: transparent repeat-x top center; margin-bottom:10px;}

#slider-wrap{
	width: 980px;
	padding: 0px 0 52px 0px;
	height: 250px;
	border-bottom-width: 5px;
	margin-bottom: 6px;
}

#home-slides{
   width: 980px;
   min-height: 100px;
   position: relative;
}

/***************************************************
         homepage specific
***************************************************/

#home-slides img{
   display: block;
   margin: 0;
   padding-left: 10px solid #CCC;
}
#home-slides .slides_container {
   width:980px;
}
#home-slides .slides_container .slide,
#home-slides .slides_container .video-slide div {
   width: 980px;
   display:block;
}
#home-slides .caption{
   position: absolute;
   max-width: 400px;
   max-height: 100px;
  left: 20px; right: 104px; 
   bottom: 49px;
   background: #000;
   color: #fff;
   top: 268px;
  padding-top: 30px;   padding-left: 0px;
   -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;

}
#home-slides .caption h2,
#home-slides .caption h3{
	max-width: 410px;
	max-height: 100px;
   color: #000;
   background: #10B9D2;
   font-size: 25px;
   font-family: Arial, Helvetica, sans-serif;
   margin-left: 0px;
	margin-top: -45px;
   margin-bottom: -162px;
   padding-left: 19px; padding-top: 0px; 
   text-transform:uppercase;
   line-height: 1.7em;
    text-align:left;border-left-width: 5px; border-top-width: 0px;  
	border-bottom: 1px solid #10B9D2;
    border-top: 1px solid #10B9D2;
	font-weight: bold;       
   }
#home-slides .caption p{
   max-width: 410px;
   max-height: 76px;
   background: #000;
   border-bottom-width: 0px;
   color: #fff;
   font-size: 16px;text-align:center; 
   font-family: arial, serif;    
   text-align:left;
   padding-bottom: 10px;
   padding-top: 10px;
   padding-left: 20px;
   padding-right: 10px;
   line-height: 1.3em;
   margin-left: 0px; margin-bottom: 0px;
    margin-top: 162px;
}
#home-slides .caption a{
	background: transparent;
color: #fff;
    font-family: arial, serif;
    font-size: 16px;
	text-decoration:none;
	text-transform:none;
}

#home-slides .caption a:hover{
	background: #10B9D2;
color: #000;
  -webkit-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
	text-decoration:none;
	text-transform:none;

}
#home-slides .prev,
#home-slides .next{
   display: block !important;
   position: absolute;
   color: 000;
   right: 0px;
   bottom: -45px;
   width: 25px;
   height: 25px;
   text-indent: -9999px;
   z-index:90;
   transition: background 0.3s ease-in-out;
    -webkit-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
}
#home-slides .prev{
   top: 223px; left: 911px;
   background: #000 url(images/sliders/arrow-left.png) center center no-repeat;
   -webkit-
   -moz-
   
}
#home-slides .next{
  top: 223px; left: 943px;
   background: #000 url(images/sliders/arrow-right.png) center center no-repeat;
   
}
#home-slides .prev:hover,
#home-slides .next:hover{
   background-color: #10B9D2;
}

/*-------------------------------------------------*
/* Shortcodes
/*-------------------------------------------------*/

/*line break*/
.line-break{ height: 1px; margin: 20px 0; background: #eee; }

/*columns*/
.one-half{ width:48%; }
.one-third{ width:30.66%; }
.two-third{ width:65.33%; }
.one-fourth{ width:22%; }
.three-fourth{ width:74%; }
.one-fifth{ width:16.8%; }
.one-sixth{ width:13.33%; }
.one-half, .one-third, .two-third, .one-fourth, .three-fourth, .one-fifth, .one-sixth {
   position:relative; margin-right:4%; float:left;
}

.column-last{margin-right: 0px;}
.column-first{margin-left: 0px;}

/*box shortcodes*/
.box-shortcode {
    margin: 15px 0px;
    padding: 20px;
   text-align: center;
   -webkit-
   -moz-
   
}
.box-shortcode a:hover{
   
}
.box-gray {
    background-color: #EEE;
   text-shadow: 1px 1px 0px #FFF;
   -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
   -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
   box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.box-black {
   color: #FFF;
    background: #000;
   text-shadow: none;
   -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
   -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
   box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.box-black a{
   color: #FFF;
   text-decoration: none;
}

/*buttons*/
.button{
   margin-right: 5px;
}
.button, .button span {
   display: inline-block;
   
}
.button {
   white-space: nowrap;
   line-height:1em;
   position:relative;
   outline: none;
   overflow: visible; /* removes extra side padding in IE */
   cursor: pointer;
   border: 1px solid #999;/* IE */
   border: rgba(0, 0, 0, .2) 1px solid;/* Saf4+, Chrome, FF3.6 */
   border-bottom:rgba(0, 0, 0, .4) 1px solid;
   -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
   -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
   box-shadow: 0 1px 2px rgba(0,0,0,.2);
   background: -moz-linear-gradient(
      center top,
      rgba(255, 255, 255, .1) 0%,
      rgba(0, 0, 0, .1) 100%
   );/* FF3.6 */
   background: -webkit-gradient(
      linear,
      center bottom,
      center top,
      from(rgba(0, 0, 0, .1)),
      to(rgba(255, 255, 255, .1))
   );/* Saf4+, Chrome */
   filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#19fff', EndColorStr='#19000000'); /* IE6,IE7 */
   -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19fff', EndColorStr='#19000000')"; /* IE8 */
   -moz-user-select: none;
   -webkit-user-select:none;
   -khtml-user-select: none;
   user-select: none;
   margin-bottom:10px;
}
.button.full, .button.full span {
   display: block;
}
.button:hover, .button.hover {
   background: -moz-linear-gradient(
      center top,
      rgba(255, 255, 255, .2) 0%,
      rgba(255, 255, 255, .1) 100%
   );/* FF3.6 */
   background: -webkit-gradient(
      linear,
      center bottom,
      center top,
      from(rgba(255, 255, 255, .1)),
      to(rgba(255, 255, 255, .2))
   );/* Saf4+, Chrome */
   filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#33fff', EndColorStr='#19fff'); /* IE6,IE7 */
   -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#33fff', EndColorStr='#19fff')"; /* IE8 */
}
.button:active, .button.active {
   top:1px;
}
.button span {
   position: relative;
   color:#fff;
   font-weight: bold;
   text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
   border-top: rgba(255, 255, 255, .3) 1px solid;
   padding:0.8em 1.3em;
   line-height:1em;
   text-decoration:none;
   text-align:center;
   white-space: nowrap;
}

.button.black {
   background-color: #333333;
}
.button.gray {
   background-color: #666666;
}
.button.red {
   background-color: #e62727;
}
.button.orange {
   background-color: #f24919;
}
.button.magenta {
   background-color: #A9014B;
}
.button.yellow {
   background-color: #ffb515;
}
.button.blue {
   background-color: #00ADEE;
}
.button.pink {
   background-color: #e22092;
}
.button.green {
   background-color: #91bd09;
}
.button.rosy {
   background-color: #F16C7C;
}
.button.brown {
   background-color: #804000;
}
.button.purple {
   background-color: #800080;
}
.button.cyan {
   background-color: #46C7C7;
}
.button.gold {
   background-color: #D4A017;
}
/*flickr widget*/

.jezzy-flickr-widget{
   margin-right: -10px;
}
.jezzy-flickr-widget a{
   display: block;
   float: left;
   margin-right: 6px;
   margin-bottom: 6px;
   height: 56px;
   width: 56px;
}
.jezzy-flickr-widget img{
   height: 56px;
   width: 56px;
   border: 2px solid #cecece;
   -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.jezzy-flickr-widget a:hover img{
   border: 2px solid #333;
   filter: alpha(opacity=80);
   -moz-opacity: 0.8;
   -khtml-opacity: 0.8;
   opacity: 0.8;
}


/*-----------------------------------------------------------------------------------*
/* = Headings
/*-----------------------------------------------------------------------------------*/
#page-heading{
   position: relative;
   margin-bottom: 25px;
   padding-bottom: 25px;
}
#page-heading h1,
#page-heading h2{
   font-size: 21px;
   color: #000;
   margin: 0px !important;
}
/*-----------------------------------------------------------------------------------*
/* = Portfolio 2 Columns
/*-----------------------------------------------------------------------------------*/

/*portfolio items*/
.portfolio-2-item{
   position: relative;
   float: left;
   width: 450px;
   margin-right: 20px;
   margin-bottom: 20px;
   border-bottom: 3px solid #10B9D2!important;
}
.portfolio-2-item a img{
   display: block;
}
.portfolio-2-item a img:hover {filter:alpha(opacity=-70); -moz-opacity:0.7; -khtml-opacity:0.6; opacity:0.7; -webkit-transition:0.2s ease-in; -moz-transition:0.2s ease-in; -o-transition:0.2s ease-in; transition:0.2s ease-in}
.portfolio-2-item-overlay{
   display: none;
   position: absolute;
   top: 0;
   left: 0;
   background: #000;
   color: #fff;
   width: 450px;
   height: 293px;
   text-align: center;
   opacity: 0.65;
}
.portfolio-2-item-overlay h3{
   font-size: 14px;
   font-weight: bold;
   color: #fff;
   margin: 0;
}


/*-----------------------------------------------------------------------------------*
/* = Portfolio 3 Columns
/*-----------------------------------------------------------------------------------*/

/*portfolio items*/
.portfolio-3-item{
   position: relative;
   float: left;
   width: 280px;
   margin-right: 40px;
   margin-bottom: 20px;
   border-bottom: 3px solid #10B9D2!important;
  
}
.portfolio-3-item a img{
   display: block;
}
.portfolio-3-item a img:hover {filter:alpha(opacity=-70); -moz-opacity:0.7; -khtml-opacity:0.6; opacity:0.7; -webkit-transition:0.2s ease-in; -moz-transition:0.2s ease-in; -o-transition:0.2s ease-in; transition:0.2s ease-in border-bottom: 3px solid #10B9D2!important;}
.portfolio-3-item-overlay{
   display: none;
   position: absolute;
   top: 0;
   left: 0;
   background: #000;
   color: #fff;
   width: 280px;
   height: 182px;
   text-align: center;
   opacity: 0.65;
}
.portfolio-3-item-overlay h3{
   font-size: 14px;
   font-weight: bold;
   color: #fff;
   margin: 0;
}

/*-----------------------------------------------------------------------------------*
/* = Portfolio Default
/*-----------------------------------------------------------------------------------*/
#portfolio-wrap{
   overflow: hidden;
    margin: 30px 0 0;
    padding: 0 1px 10px 20px;
    width: 980px;
}


.no-margin{
   margin-right: 0px !important;
}
.no-border{
   border-right: 0px !important;
}

ul.filter{
    background: #2B2B2B;
    border-bottom: 1px solid #3D3D3D;
    border-top: 1px solid #3D3D3D;
    color: #999999;
	width: 937px;
    height: 35px;
	padding-left: 20px; width: 937px;
    list-style: none outside none;
    margin-top: 30px;
    padding-top: 10px;
   padding-left: 20px;
}
ul.filter li{
   float: left;
}
li.sort{ font-weight: bold; margin-right: 10px !important; }
ul.filter a{
   background: transparent;
   color: #fff;
   font-size: 14px;
   font-weight: bold;
   margin-right: 10px;
   padding: 5px 10px;
}
ul.filter li:last-child a{
    margin: 0px;
}

ul.filter a:hover,
ul.filter a.active{
   background: #10B9D2 !important;
   color: #fff;
}


/*portfolio items*/
.portfolio-cats {
	background: #000; -moz-opacity: 0.8; -khtml-opacity: 0.8; opacity: 0.8;font-size: 14px; font: 13px; 								    font-family:PT Sans Narrow, arial, serif ; color: #fff;  margin: 0; text-transform: uppercase; bprder-radius: 3px;
}
.portfolio-item{
   position: relative;
   float: left;
   width: 215px;
   margin-right: 20px;
   margin-bottom: 20px;
   border-bottom: 3px solid #10B9D2!important;
}
.portfolio-item a img{
   display: block;
}
.portfolio-item a img:hover {filter:alpha(opacity=-70); -moz-opacity:0.7; -khtml-opacity:0.6; opacity:0.7; -webkit-transition:0.2s ease-in; -moz-transition:0.2s ease-in; -o-transition:0.2s ease-in; transition:0.2s ease-in}
.portfolio-item-overlay{
   display: none;
   position: absolute;
   top: 6px;
   left: 0;
   background: #000;
   color: #fff;
   width: 215px;
   height: 140px;
   text-align: center;
   opacity: 0.65;
}
.portfolio-item-overlay h3{
   font-size: 14px;
   font: 13px/20px  arial, serif  !important;
   font-weight: bold;
   color: #fff;
   margin: 0;
   text-transform: uppercase;
}


/*single portfolio*/
#single-portfolio{
   margin-bottom: 20px;
}
#single-portfolio-left{
   float: left;
   width: 380px; margin-left: 20px;
}

#single-portfolio-left h1{
   font-size: 18px;
   line-height: 1em;
}
#single-portfolio-meta{
   margin-top: -10px;
   margin-bottom: 20px;
   font-weight: bold;
}
#single-portfolio-meta h4{
   margin-bottom: 10px;
}
#single-portfolio-meta a{
   display: block;
   float: left;
   margin-right: 5px;
   padding: 3px 7px;
   background: #eee;
   color: #666;
}
#single-portfolio-meta a:hover{
   background: #10B9D2 !important;
   color: #000;
}

#single-portfolio-right{
   float: right;
   width: 510px; margin-right: 35px;
}
#single-portfolio-right img{
   margin-bottom: 20px;
   padding: 4px;
   border: 1px solid #ddd;
   -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
#single-portfolio-right a:hover img{
   -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

#single-portfolio-right img:last-child{
   margin-bottom: 0px;
}


div.bbp-submit-wrapper button {
   width: 60px;
   height: 25px;
   background: #10B9D2;
   border: medium none;
    color: #F8F8F8;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 16px;
    margin-top: 10px;
    padding: 5px 10px;
    vertical-align: middle;
}

div.bbp-submit-wrapper button:hover {
   width: 60px;
   height: 25px; 
   background: #transparent; 
   border: medium none;
    color: #222;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 16px;
    margin-top: 10px;
    padding: 5px 10px;
    vertical-align: middle;
}

/*-----------Slide Out-----------*/

.slide-out-div {
   padding: 10px 15px 10px 15px;
   width: 90px;
   height: 270px;
   background-color:#999;   
}
.slide-out-div p{
   font-size:13px;
   font-family: Arial, Helvetica, sans-serif;
   color:#fff;
   line-height:18px;
}

:-moz-placeholder {
  color: #bfbfbf;
}
::-webkit-input-placeholder {
  color: #bfbfbf;
}
input, textarea {
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input:focus, textarea:focus {
  outline: 0;
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}

 /* Contact Form 7 CSS
--------------------------------------------------------- */
#footer .wpcf7 {
height: 100%;
}
#footer .wpcf7 p {
	margin-bottom: -8px;
    color: #fff;
    cursor: text;
    font: 13px/20px  arial, serif  !important;
}
#footer .wpcf7 textarea {
    background: none repeat scroll 0 0 #1e1e1e;
    border: medium none;
    color: #fff;
    cursor: text;
    display: block;
    font: 13px/20px  arial, serif  !important;
    height: 51px;
    padding: 3px 10px;
    width: 186px;
}
#footer .wpcf7 input[type="text"], .inputbox {
    background: none repeat scroll 0 0 #1e1e1e;
    border: medium none;
    display: block;
    height: 20px;
    padding: 3px 10px;
    width: 186px;
}

#footer .wpcf7-submit {
    background: #000;
    border-color: #000;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    display: inline;
    float: left;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    margin: 10px 0 15px 0;
    padding: 3px 15px;
    text-align: center;
    width: auto;
}

#footer .wpcf7-submit:hover {
   background: #10B9D2;
   color: #000;
   background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#10B9D2), to(#10B9D2));
   cursor: pointer;
   -webkit-background-clip: padding-box;
}
#fromblog-box {
    -moz-border-bottom-colors: none !important;
    -moz-border-image: none !important;
    -moz-border-left-colors: none !important;
    -moz-border-right-colors: none !important;
    -moz-border-top-colors: none !important;
    background: none repeat scroll 0 0 #fff;
    border-color: -moz-use-text-color #10B9D2 !important;
    border-style: none solid !important;
    border-width: medium 2px !important;
    margin: 20px auto;
    overflow: hidden;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: left;
    width: 978px;
}

/* Callout box */
#callout-box {
	width: 930px;
	float: center;
	margin-top:20px!important;
	padding: 15px 25px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius: 4px 4px 4px 4px;
box-shadow: 0 1px 3px rgba(130, 130, 130, 0.1), 0 0 0 1px #fff inset;
margin: 0 auto;
padding: 15px 25px;
text-transform: none!important;
}

#callout-box  h3{
	font-size:18px;
	font-weight:normal;
	margin:2px 0 0 0;
	padding:0;text-transform: none!important;
}

/* $Boxes
 * ------ */
.aq_box{border:1px solid #d8d8d8; background-color:#f4f4f4;padding:0px 20px;margin:0 0 20px; text-transform: none!important;
text-shadow:0 1px 0 rgba(255,255,255,0.6); -webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px; 
-webkit-box-shadow: 0px 1px 3px rgba(130, 130, 130, 0.1),inset 0px 0px 0px 1px rgba(255, 255, 255, 0.5);
-moz-box-shadow: 0px 1px 3px rgba(130, 130, 130, 0.1), inset 0px 0px 0px 1px rgba(255, 255, 255, 0.5);
box-shadow: 0px 1px 3px rgba(130, 130, 130, 0.1), inset 0px 0px 0px 1px rgba(255, 255, 255, 0.5);
}


/*red*/
	.btn.red, a.btn.red:link, a.btn.red:visited, a.btn.red:hover {
	color: #f7ebed; text-shadow: 0 -1px 0 rgba(0,0,0,.1); text-transform: none!important;	
	}
	.btn.red {
        border-color: #cb3b36 #b1322d #a9302b;
        /* background color (gradient) */
        background: #d35550;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6625e', endColorstr='#cf4742'); /* IE6 & IE7 */  
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6625e', endColorstr='#cf4742')"; /* IE8+ */
		background: -ms-linear-gradient(top,#d6625e,#cf4742); 
        background: -webkit-gradient(linear, left top, left bottom, from(#d6625e), to(#cf4742));
        background: -moz-linear-gradient(top, #d6625e,  #cf4742);
        background: linear-gradient(#d6625e, #cf4742); text-transform: none!important;
	}
	.btn.red:hover{
		background: #dc7773;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#de817e', endColorstr='#d96b67'); /* IE6 & IE7 */  
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#de817e', endColorstr='#d96b67')"; /* IE8+ */
		background: -ms-linear-gradient(top,#de817e,#d96b67); 
        background: -webkit-gradient(linear, left top, left bottom, from(#de817e), to(#d96b67));
        background: -moz-linear-gradient(top, #de817e,  #d96b67);
        background: linear-gradient(#de817e, #d96b67); text-transform: none!important;
	}
	.btn.red:active {
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf4742', endColorstr='#d6625e'); /* IE6 & IE7 */  
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf4742', endColorstr='#d6625e')"; /* IE8+ */
		background: -ms-linear-gradient(top,#cf4742,#d6625e); 
        background: -webkit-gradient(linear, left top, left bottom, from(#cf4742), to(#d6625e));
        background: -moz-linear-gradient(top, #cf4742,  #d6625e);
        background: linear-gradient(#cf4742, #d6625e); text-transform: none!important;
	}
	
	/* big buttons */
        .btn.large, a.btn.large {
			float: right;  font-size: 14px;
			line-height: 1.3;
			text-transform: none!important;
			margin-top: -3px!important;
			padding: 5px 20px!important;
			-moz-border-radius:2px;
			-webkit-border-radius:2px;
			border-radius: 4px 4px 4px 4px;}
	
	.btn.large, a.btn.large a{
	text-transform: none!important;
}

.twitter_update_list a{color: #fff; background: #000; font-family: arial, serif!important; font-size: 14px;}
.twitter_update_list a:hover { font-family: arial, serif!important; font-size: 14px; color: #000;
   background-color: #10B9D2;
   padding-left: 2px;
   padding-right: 2px;
   padding-bottom: 2px;
   -webkit-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;}

.about-us h4 {
   background: url(images/tridots.gif) repeat-x scroll left center transparent;
   color: #10B9D2;
   font-family: arial,serif;
   font-size: 14px;
   font-weight: normal;
   margin-bottom: 25px;
   margin-left: 0;
   padding: 0 10px 0 0;
   text-decoration: none;
   text-transform: uppercase;
}