/*-------------------------------------------------------------------------------------------------------------------*/
@import url('reset.css');
/*--General--*/

* {	/*--make all to 0 as default--*/
	padding: 0;
	margin: 0;
}
html {
	background: url(../images/html_bg.jpg) repeat;
}
body {
	font: normal 13px/20px "Open Sans", Arial, Tahoma, sans-serif;
	color: #666666;
	-webkit-text-stroke: 0.001px transparent;
	background: url(../images/body_bg.png) repeat-x;
}

/*--formatting--*/
::selection {
 background: #888a8d;/* Safari */
 color: #fff;
}
::-moz-selection {
 background: #888a8d; /* Firefox */
 color: #fff;
}
a {
	color: #007eff;
	outline-style: none;
	text-decoration: none;

	transition:color .2s ease-in;
	-moz-transition:color .2s ease-in;
	-o-transition:color .2s ease-in;
	-webkit-transition:color .2s ease-in;
}
a:hover {
	text-decoration: none;
	color: #000;
}
blockquote p {
	font-style: italic;
}
blockquote {
	font-size:12px;
	font-style:italic;
	line-height:22px;
	background:url(../images/quote.png) no-repeat top left;
	padding:0 50px 0 40px;
	margin:10px 0 10px 50px;
	min-height: 30px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Open Sans", Tahoma, sans-serif;
	font-weight: normal;
	color: #292929;
	padding-bottom: 10px;
	line-height: normal;
	text-shadow: 0 1px 1px #fff;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 30px;
	line-height: 36px;
}
h3 {
	font-size: 16px;
	line-height: 27px;
}
h4 {
	font-size: 14px;
	line-height: 20px;
}
h5 {
	font-size: 12px;
	line-height: 20px;
}
h6 {
	font-size: 10px;
	line-height: 14px;
}
img.alignleft {
	float: left;
	vertical-align: middle;
	margin: 0 10px 0 0;
}
img.alignright {
	float: right;
	vertical-align: middle;
	margin: 0 0 0 10px;
}
img.aligncenter {
	display: block;
	margin: 0 auto;
	clear: both;
}
.aligncenter {
	margin: 0 auto;
	clear: both;
	display: block;
}
.clear {
	clear:both;
	height:1px;
	overflow:hidden;
	margin-bottom:-1px;
	line-height:1%;
	font-size:0px;
}
* html .clear {
	height:auto
}
pre, code {
	font: 11px/19px Consolas, "Andale Mono", Courier, "Courier New", monospace;
	text-shadow: none;
}
pre {
	border: 1px solid #DDDDDD;
	margin: 20px 0;
	overflow-x: visible;
	overflow-y: hidden;
	padding: 1px;
	background: url(../images/bg-code.gif);
}
/*--wrapper--*/

#wrapper {
	width: 940px;
	margin: 0 auto;
	position: relative;
	padding: 0;
	display: table;
}
/*--header--*/
#header {
	z-index: 1002;
	width: 940px;
	height: 225px;
	margin: 0 auto 20px;
	position: relative;
}
/*--logo--*/
#site_title {
	font-size: 24px;
	position: absolute;
	top: 120px;
	left: 0;
	z-index: 3;
}
#site_title a {
	padding: 0;
	margin: 0;
	display: block;
	text-decoration: none;
	color: #fff;
	text-shadow: none;
}
#site_title a:hover {
	color: #007eff;
}
#site_title img {
	border: none;
}
#site_title .text_logo {
	position: relative;
	top: 10px;
	left: 0px;
}
#site_title .text_logo a {

}
/*--subscribe icons--*/

.subscribe {
	float: right;
	margin: 20px 0 0;
}
.subscribe li {
	float: left;
	margin-left: 20px;
}
.subscribe li a {
	display: inline-block;
	background: url(../images/subscribe_icons.png) no-repeat;
	position: relative;
	color: #dbdbdb;
	text-shadow: 0 1px 1px #141414;
	font-size: 11px;
}
.subscribe li a:hover {
	color: #007eff;	
}
.subscribe li.subscribe_facebook a {
	background-position: -71px -15px;
	padding-left: 10px;
}
.subscribe li.subscribe_twitter a {
	background-position: -86px 5px;
	padding-left: 12px;
}
.subscribe li.subscribe_linkedin a {
	background-position: -52px -35px;
	padding-left: 13px;
}

.subscribe li.subscribe_googleplus a {
	background-position: -36px -55px;
	padding-left: 12px;
}
.subscribe li.subscribe_pinterest a {
	background-position: -19px -75px;
	padding-left: 12px;
}
.subscribe li.subscribe_rss a {
	background-position: 0 -95px;
	padding-left: 14px;
}
/* MENU */
.mnav {
	display: none;	
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			200px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	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;
}
.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:			0;
}
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:			0;
}
/*** SKIN ***/

.main_menu_search {
	height: 65px;
	float: left;
	width: 940px;
}

.sf-menu {
	float: left;
	height: 65px;
}
.sf-menu a {
	padding: 0;
	position: relative;
	display: block;
}
.sf-menu a, .sf-menu a:visited { /* visited pseudo selector so IE6 applies text colour*/
	color: #dbdbdb;
}
.sf-menu li {
	font: 11px/11px "Open Sans", Arial, sans-serif;
	text-transform: uppercase;
	text-shadow: 0 1px 1px #141414;
	line-height: 66px;
}
.sf-menu li:last-child {
}
.sf-menu li strong {
	display: block;
	line-height: normal;
	padding: 16px 0 0;
	font-weight: normal;
}
.sf-menu li span {
	display: block;
	line-height: 16px;
	font-size: 11px;
	text-transform: lowercase;
	color: #7d7d7d;
	text-shadow: none;
}
.sf-menu li a {
	padding: 0;
	padding: 0 15px 0 15px;
	height: 65px;
}
.sf-menu li a:hover {
	color: #007eff;
	background: url(../images/menu_hover.png);
}
.sf-menu li a:hover span {
	color: #bdbdbd;
	
	transition:color .2s ease-in;
	-moz-transition:color .2s ease-in;
	-o-transition:color .2s ease-in;
	-webkit-transition:color .2s ease-in;
}
#header .current-menu-item a {
	color: #007eff;
	background: url(../images/menu_hover.png) repeat;
}
#header .current-menu-item a span {
	color: #bdbdbd;
}
.menu_home a {
	text-indent: -9999em;
	background: url(../images/menu_home.png) no-repeat !important;
	display: block;
	width: 20px;
	height: 18px;
	padding: 0 !important;
	margin: 22px 15px 0 0;
}
.menu_home a:hover {
	background: url(../images/menu_home.png) no-repeat !important;
}/* menu with children */
#header .sf-with-ul {
}
/* menu with children hover */
#header .sfHover .sf-with-ul:hover {
}
/* dropdown active */
.sf-menu li.sfHover a {
	background: url(../images/menu_hover.png);
	color: #007eff;
}
.sf-menu li.sfHover a span {
	color: #bdbdbd;	
}
.sf-menu li.sfHover a:active { 

}
/* SUBMENU 1 */

#header .sf-menu li ul {
	width: 180px;
	background: url(../images/dropdown_bg.png);
	margin: 38px 0 0;
	padding: 5px 0;
	
}
.sf-menu li li {
	margin: 0;
	text-transform: lowercase;
	width: 180px;
	font-size: 12px;
	line-height: 35px;
	padding: 0 0 2px;
	background: none;
}
#header .sf-menu li li a {
	background: none;
	color: #bdbdbd;
	text-shadow: none;
	display: block;
	padding-bottom: 0;
	height: auto;

	transition: background-color .3s linear;
	-webkit-transition: background-color .3s linear;
    -moz-transition: background-color .3s linear;
    -o-transition: background-color .3s linear;
    -ms-transition: background-color .3s linear;
}
.sf-menu li li:first-child {
}
.sf-menu li li:last-child {

}
#header .sf-menu li ul li a {
}
#header .sf-menu li ul li:last-child a, #header .sf-menu li ul li:last-child a:hover {
	border: none;
}
#header .sf-menu li ul li a:hover {
	color: #007eff;
	background: #1b1b1b;
}
#header .sf-menu li ul li:first-child a:hover {
}
/* SUBMENU 2 */

#header .sf-menu li li ul {
	margin: 0 0 0 70px;
}
#header .sf-menu li li ul li a {
}
#header .sf-menu li li ul li:last-child a:hover {
}
#header .sf-menu li li ul li:first-child a:hover {
}
#header .sf-menu li li li a {
	color: #fff;
}
#header .sf-menu li li li a:hover {
	color: #007eff;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline: 0;
}
/* level 2 a active */
#header .sf-menu li li.sfHover a {
	color: #007eff;
	background: #1c1c1c;
}
#header .sf-menu li li .sf-with-ul {

}
/* level 3 a color */
#header .sf-menu li li.sfHover li a {
	color: #fff;
	background: none;
}

/* level 3 a hover color */
#header .sf-menu li li.sfHover li a:hover {
	color: #007eff;
	background: #1c1c1c;
}
.sf-menu li li .sf-with-ul {

}
.sf-menu li li.sfHover .sf-with-ul {

}
/*** arrows **/
.sf-menu a.sf-with-ul {
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
	margin-right: 0;
}
.sf-with-ul {
	padding-right: 10px;
}
.sfHover .sf-with-ul {
	z-index: 9999;
	display: block;
}
.sf-sub-indicator {
	position:		absolute;
	display:		none !important;
	right:			3px;
	top:			1.05em; /* IE6 only */
	width:			9px;
	height:			6px;
	text-indent: 	-999em;
	overflow:		hidden;/* background:		url(../images/menu_indicator.png) no-repeat 0 0;  8-bit indexed alpha png. IE6 gets solid image only */
}
/* sub menu arrow */
#header .sf-menu li ul li .sf-sub-indicator {
	/* background:		url(../images/sub_menu_indicator.png) no-repeat 0 0px;  8-bit indexed alpha png. IE6 gets solid image only */
	right:			10px;
	top: 12px;
	width: 7px;
	height: 9px;
	display: block;
}
#header .sf-menu li ul li a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top: 17px;
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			17px;
}
/* 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:		url(../images/menu_indicator.png) no-repeat 0 0;  8-bit indexed alpha png. IE6 gets solid image only */
	display: none;
}
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
}
.sf-menu ul a > .sf-sub-indicator {
}
/* apply hovers to modern browsers */
#header .sf-menu ul a:focus > .sf-sub-indicator, #header .sf-menu ul a:hover > .sf-sub-indicator, #header .sf-menu ul a:active > .sf-sub-indicator, #header .sf-menu ul li:hover > a > .sf-sub-indicator, #header .sf-menu ul li.sfHover > a > .sf-sub-indicator {
/* arrow hovers for modern browsers*/
	/* background:		url(../images/sub_menu_indicator.png) no-repeat 0 0; */
}
/* intro slogan */
.intro_slogan {
	width: 100%;
	background: url(../images/footer_body_bg.jpg);
	display: table;
}
.intro_slogan_content {
	background: url(../images/intro_slogan_divider.png) repeat-x top;
	padding: 30px 0 20px;
	text-align: center;
	width: 940px;
	margin: 0 auto;
}
.intro_slogan_end {
	width: 940px;
	height: 2px;
	background: url(../images/intro_slogan_divider.png) repeat-x top;
	float: left;
	margin: 20px 0 30px;
}
.intro_slogan h2 {
	font-size: 33px;
	line-height: 40px;
	color: #ebebeb;
	text-shadow: 2px 2px 2px #000;
}
/*--container--*/
#content {
	width: 940px;
	position: relative;
	z-index: 6;
	padding: 0;
	float: left;
}
/* full width page */

.full_width_page {
	float: left;
	width: 940px;
	margin: 0;
}
.full_width_page p {
	padding: 0 0 20px;
}
/*-- homepage --*/

.homepage_content {
	float: left;
	width: 940px;
	padding: 0;
	margin: 40px 0 0;
	position: relative;
}
.homepage_content p {
	padding-bottom: 20px;	
}
.homepage_content p:last-child {
	padding-bottom: 0;	
}
.post-edit-link {

}
/*-- homepage intro --*/

.intro_homepage {
	width: 100%;
	position: relative;
	margin: 0;
	background: #fff url(../images/intro_homepage_bg.png) repeat-x bottom;
	z-index: 1000;
	margin-bottom: 40px;
}
.intro_homepage_content {
	width: 940px;
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;
}
.intro_homepage_content h3 {
	color: #575757;
	text-transform: none;
	font-size: 22px;
	padding-bottom: 20px;
	line-height: 30px
}
/*-- homepage latest portfolio --*/

.latest_portfolio {
	padding: 0 0 50px;
	margin: 0;
	position: relative;
	width: 940px;
	float: left;
}
.latest_portfolio ul {
	position: relative;
	margin-left: -20px;	
}
.latest_portfolio li {
	position: relative;
	width: 220px;
	height: 150px;
	float: left;
	margin-left: 20px;
}
.view_case, .view_photo, .play_video, .play_audio {
	width: 25px;
	height: 26px;
	display: block;
	background: #007eff url(../images/portfolio_icons.png) no-repeat 0 0;
	text-indent: -9999em;
	position: absolute;
	top: 60%;
	right: 50%;
	margin: 0 -30px 0 0;
	
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
}
.view_photo, .play_video, .play_audio {
	left: 50%;
	margin-left: -30px;	
}
.view_photo {
	background-position: -30px 0;
}
.play_video {
	background-position: -60px 0;
}
.play_audio {
	background-position: right 0;
}
.view_portfolio {
	display: inline-block;
	padding: 5px 0 0;
}
.portfolio_content {
	width: 220px;
	height: 100px;
	position: relative;
}
.portfolio_content h5 a {
	color: #292929;
	display: inline !important;
}
.portfolio_content h5 a:hover {
	color: #edbb3a;	
}
/* overlay effect */
.thumb_overlay {
    width: 220px;
    height: 150px;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;

	box-shadow: 1px 1px 1px #dbdbdb;
	-moz-box-shadow: 1px 1px 1px #dbdbdb;
	-webkit-box-shadow: 1px 1px 1px #dbdbdb;
	-o-box-shadow: 1px 1px 1px #dbdbdb;
}
.thumb_overlay img {
	padding: 6px;
	background: #fff;
	border: 1px solid #e8e8e8;
	display: inline-block;
	position: relative;
	
}
.thumb_overlay_effect {
	position: relative;	
}
.thumb_overlay_effect .mask {
	background-color: #fff;
    background-color: rgba(255, 255, 255, 0.7);
    top: -200px;
    opacity: 0;
	width: 220px;
	height: 150px;
	position: absolute;
    
	transition: all 0.3s ease-out 0.5s;
	-moz-transition: all 0.3s ease-out 0.5s;
	-webkit-transition: all 0.3s ease-out 0.5s;
	-o-transition: all 0.3s ease-out 0.5s;
}
.thumb_overlay_effect h4 {
	margin: 30px 0 0 7px;
	background: #666;
	background: rgba(0, 0, 0, 0.3);
	padding: 5px 0;
	width: 206px;
	text-shadow: 1px 1px 0 #666;
	
	transform: translateY(-200px);
	-webkit-transform: translateY(-200px);
	-moz-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    -ms-transform: translateY(-200px);

	transition: all 0.2s ease-in-out 0.1s;   
    -webkit-transition: all 0.2s ease-in-out 0.1s;
    -moz-transition: all 0.2s ease-in-out 0.1s;
    -o-transition: all 0.2s ease-in-out 0.1s;
    -ms-transition: all 0.2s ease-in-out 0.1s;
}
.thumb_overlay_effect h4 a {
	color: #fff;	
}
.thumb_overlay_effect:hover .mask {
    opacity: 1;
    top: 0px;
	
    transition-delay: 0s;
	-moz-transition-delay: 0s;
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
    
	animation: bounceY 0.9s linear;
	-moz-animation: bounceY 0.9s linear;
	-webkit-animation: bounceY 0.9s linear;
	-o-animation: bounceY 0.9s linear;
}
.thumb_overlay_effect:hover h4 {
	transform: translateY(0px);
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    
	transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
	-webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
}
@keyframes bounceY {
    0% { transform: translateY(-205px);}
    40% { transform: translateY(-100px);}
    65% { transform: translateY(-52px);}
    82% { transform: translateY(-25px);}
    92% { transform: translateY(-12px);}
    55%, 75%, 87%, 97%, 100% { transform: translateY(0px);}
}
@-moz-keyframes bounceY {
    0% { -moz-transform: translateY(-205px);}
    40% { -moz-transform: translateY(-100px);}
    65% { -moz-transform: translateY(-52px);}
    82% { -moz-transform: translateY(-25px);}
    92% { -moz-transform: translateY(-12px);}
    55%, 75%, 87%, 97%, 100% { -moz-transform: translateY(0px);}
}
@-webkit-keyframes bounceY {
    0% { -webkit-transform: translateY(-205px);}
    40% { -webkit-transform: translateY(-100px);}
    65% { -webkit-transform: translateY(-52px);}
    82% { -webkit-transform: translateY(-25px);}
    92% { -webkit-transform: translateY(-12px);}
    55%, 75%, 87%, 97%, 100% { -webkit-transform: translateY(0px);}
}
/* custom content section */
.custom_content_section {
	width: 880px;
	margin: 0 0 49px 30px;
	padding: 0;
	float: left;
}
.custom_content_section p {
	padding-bottom: 10px;	
}
.custom_content_section p:last-child {
	padding-bottom: 0;	
}
/* homepage latest posts */
.latest_posts_shortcode ul li {
	background: url(../images/content_divider.png) repeat-x bottom;
	margin: 0 0 20px;
	padding: 0 0 20px;
}
.latest_posts_shortcode ul li:last-child {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}

.latest_posts_shortcode ul li p {
	padding: 5px 0 10px;
}
.recent_post_meta {
	display: block;
	line-height: 12px;
}
.recent_post_author, .recent_post_date {
	font-size: 11px;
	line-height: 11px;
	color: #999999;
	text-transform: capitalize;
	padding: 0;
}
.recent_thumb {
	padding: 6px;
	background: #fff;
	border: 1px solid #e8e8e8;
	margin-bottom: 10px;
	
	box-shadow: 1px 1px 1px #dbdbdb;
	-moz-box-shadow: 1px 1px 1px #dbdbdb;
	-webkit-box-shadow: 1px 1px 1px #dbdbdb;
	-o-box-shadow: 1px 1px 1px #dbdbdb;
}

.recent_post_title a {
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	text-transform: capitalize;
	color: #292929;
}
.recent_post_title a:hover {
	color: #007eff;
}
/*-- homepage clients section --*/

.the_clients {
	width: 940px;
	padding: 0;
	margin: 30px 0 0;
	float: left;
}
.the_clients ul {
	position: relative;
	margin-left: -20px;
}
.the_clients ul li {
	float: left;
	width: 172px;
	height: 64px;
	margin-left: 20px;
	border-bottom: 3px solid #ddd;
	background: #fff;
}
.the_clients ul li img {
	display: block;
}
/* custom content section */
.custom_section_content {
	width: 860px;
	float: left;
	position: relative;
	margin: 0 0 40px;	
}
#content .custom_section_content .framed_box {
	margin-bottom: 0;	
}
#content .custom_section_content .framed_box_content {
	padding-bottom: 0;	
}
.framed_box .one_half, .framed_box .one_third, .framed_box .two_third, .framed_box .three_fourth, .framed_box .one_fourth, .framed_box .one_fifth, .framed_box .two_fifth, .framed_box .three_fifth, .framed_box .four_fifth, .framed_box .one_sixth, .framed_box .five_sixth {
	margin-bottom: 0;	
}



#content .custom_section_content .one_half, #content .custom_section_content .one_third, #content .custom_section_content .two_third, #content .custom_section_content .three_fourth, #content .custom_section_content .one_fourth, #content .custom_section_content .one_fifth, #content .custom_section_content .two_fifth, #content .custom_section_content .three_fifth, #content .custom_section_content .four_fifth, #content .custom_section_content .one_sixth, #content .custom_section_content .five_sixth {
	margin-bottom: 0;	
}
/* image preloader */

.preloader {
	background:url(../images/ajax-loader.gif) center center no-repeat;
	display: inline-block;
	margin: 0;
}
/*-- post --*/


/* blog page */
.page_title {
	width: 100%;
	display: table;
	background: url(../images/footer_call_to_action.png) repeat-x 0 -1px;
	position: relative;
	margin: -20px 0 50px;
	border-bottom: 1px solid #d4d4d4;
	padding: 18px 0 25px;
}
.page_title_content {
	width: 940px;
	margin: 0 auto;	
}
.single_page_title {
	width: 860px;
	float: left;
	margin: 5px 0 0;
	padding-bottom: 10px;
	position: relative;
}
.single_page_title h2 {
	font-size: 16px !important;
}

.page_title span {
	display: inline-block;
	padding: 0 5px 0 0;	
}
.page_title h2 {
	padding: 0;
}
.blog_post {
	width: 600px;
	float: left;
	margin: 0 0 50px;
	padding: 0 0 50px;
	background: url(../images/content_divider.png) repeat-x bottom;
}
.blog_post h2 {
	font-size: 18px;
	padding-bottom: 5px;
}
.blog_post .latest_post_date {
	font-size: 16px;
}
.blog_post_thumb {
	width: 586px;
	height: 250px;
	position: relative;
	padding: 6px;
	background: #fff;
	border: 1px solid #e8e8e8;
	display: inline-block;
	position: relative;
	margin-bottom: 20px;
	
	box-shadow: 1px 1px 1px #dbdbdb;
	-moz-box-shadow: 1px 1px 1px #dbdbdb;
	-webkit-box-shadow: 1px 1px 1px #dbdbdb;
	-o-box-shadow: 1px 1px 1px #dbdbdb;
}
.blog_post_thumb img {
	visibility: hidden;	
	
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;	
	transition: opacity .3s ease-in-out;
}
.blog_post_thumb img:hover {
	opacity: .8 !important;	
}
.blog_post_title {
	float: left;
	width: 600px;
	margin-bottom: 20px;
}
.blog_post_title .recent_post_author {
	padding: 0;	
}
.blog_post_title a {
	color: #292929;
}
.blog_post_title a:hover {
	color: #007eff;
}
.margin_top {
	margin: 15px 0 0;	
}
.excerpt {
	width: 600px;
	float: left;
}
.excerpt p {
	padding-bottom: 10px;	
}
.read_more {
	background: #007eff url(../images/action_button.png) repeat-x;
	display: inline-block;
	padding: 5px 20px;
	font-size: 10px;
	color: #fff;
	text-shadow: 1px 1px 0px #545454;
	text-transform: uppercase;

	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;	
	transition: opacity .3s ease-in-out;	
}
.read_more:hover {
	opacity: .8;
	color: #fff;
}
.read_more_section {
	float: right;
	margin: 10px 0 0;
}
.read_more_section a {
	background: #007eff url(../images/action_button.png) repeat-x;
	display: inline-block;
	padding: 5px 20px;
	font-size: 10px;
	color: #fff;
	text-shadow: 1px 1px 0px #545454;
	text-transform: uppercase;

	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;	
	transition: opacity .3s ease-in-out;
}
.read_more_section a:hover {
	opacity: .8;
}
.read_more a, .post_meta a {
	background: #007eff url(../images/action_button.png) repeat-x;
	display: inline-block;
	padding: 5px 20px;
	font-size: 10px;
	color: #fff;
	text-shadow: 1px 1px 0px #545454;
	text-transform: uppercase;

	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;	
	transition: opacity .3s ease-in-out;
}

.read_more a:hover, .post_meta a:hover {
	opacity: .8;
}
/* post meta */

.post_meta {
	float: left;
	margin: 10px 0 0;
	text-transform: uppercase;
}
.post_meta a {
	color: #fff;	
}
/*--single post--*/

.single_post {
	padding: 0 0 40px;
	margin: 0 0 40px;
	float: left;
	width: 600px;
	background: url(../images/content_divider.png) repeat-x bottom;
}
.single_post_title {
	padding-top: 10px;
	display: inline-block;
}
.single_post p {
	margin-bottom: 10px;
}
.single_post_thumb {
	width: 590px;
	height: 290px;
	float: left;
	margin: 0 0 20px;
	border: 1px solid #ebebeb;
	padding: 4px;
}
.single_post_thumb_portfolio {
	width: 535px;
	height: 195px;
	float: left;
	margin: 0 0 20px;
	position: relative;
	border: 1px solid #ddd;
	padding: 4px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.single_post .video1 {
	max-width: 100% !important;	
}
.single_post .video1 iframe {
	max-width: 100% !important;	
}
.single_post .projekktor {
	max-width: 480px !important;
}
#content .google_map img {
	max-width: 10000px;	
}
.single_post .excerpt img {
	max-width: 480px;
}
/* single post portfolio */
.single_post_portfolio {
	padding: 0 0 20px;
	margin: 0 0 10px;
	float: left;
	position: relative;
	background: url(../images/content_divider.png) repeat-x bottom;
}
.single_post_portfolio .post_meta{
	margin: 0 0 20px;
}
/* next prev article */
.prev_link a, .next_link a {
	position: absolute;
	display: block;
	width: 163px;
	height: 163px;
	background: url(../images/next_prev.png) no-repeat;
	top: 550px;
	text-indent: -9999em;
}
.prev_link a {
	left: -170px;
}
.next_link a {
	right: -170px;
	background-position: -163px 0;
}
.prev_link a:hover, .next_link a:hover {
	opacity: .8;
}
/* author box */
#authorarea {
	width:600px;
	overflow:hidden;
	background: url(../images/content_divider.png) repeat-x top;
	padding: 40px 0 0;
}
#authorarea h5 {
	text-transform: uppercase;
}
#authorarea img {
	margin: 8px 0 10px 10px;
	float:right;
	width: 80px;
	height: 80px;
	padding: 6px;
	background: #fff;
	border: 1px solid #e8e8e8;
	
	box-shadow: 1px 1px 1px #dbdbdb;
	-moz-box-shadow: 1px 1px 1px #dbdbdb;
	-webkit-box-shadow: 1px 1px 1px #dbdbdb;
	-o-box-shadow: 1px 1px 1px #dbdbdb;
}
#authorarea p {
	margin:0;
	padding:0;
}
#authorarea p a {
}
.authorinfo {
	padding-right:110px;
}
.single_post ul, .single_post ol {
	list-style-position: inside;
}
/* social share */
.social_share {
	width: 420px;
	padding: 0 0 0 120px;
	float: left;
	margin: 0 0 30px;
}
.social_share li {
	float: left;
}
.social_share li:last-child {
	margin-bottom: 0;
}
.twitter_button {
	padding-right: 13px;
}
.plus_button {
	padding-right: 10px;
}
.facebook_button {

}
.pinterest_button {
	padding: 0 13px;
}
.linkedin_button {

}
/* related posts */
.related_posts {
	width: 600px;
	position: relative;
	float: left;
	padding-bottom: 40px;
	background: url(../images/content_divider.png) repeat-x bottom;
	margin: 0 0 10px;
}
.related_posts ul {
	position: relative;
	margin-left: -20px;
}
.related_posts li {
	width: 135px;
	float: left;
	margin: 0 0 0 20px;
}
.related_posts img {
	display: block;
	margin-bottom: 10px;
	padding: 6px;
	background: #fff;
	border: 1px solid #e8e8e8;
	
	box-shadow: 1px 1px 1px #dbdbdb;
	-moz-box-shadow: 1px 1px 1px #dbdbdb;
	-webkit-box-shadow: 1px 1px 1px #dbdbdb;
	-o-box-shadow: 1px 1px 1px #dbdbdb;
}
.related_posts a {
	color: #292929;
}
.related_posts a:hover {
	color: #007eff;	
}
/* no posts found */
.no-posts {
	text-align: center;
}
.no-posts p img {
	margin: 0 auto;
	width: 176px;
	height: 166px;
	display: block;
}
/* page & single page */

.single_page {
}
/* three columns portfolio */
.three_columns_portfolio {
	position: relative;
	margin: 10px 0 0 -20px;
	padding-bottom: 20px;
}
.three_columns_portfolio_item {
	float: left;
	height: 150px;
	margin: 0 0 20px 20px;
	width: 220px;
}
.three_columns_portfolio_item img {
	visibility: hidden;
}
/* portfolio filter links */
.filter_links {
	float: left;
	width: 940px;
	margin: 0 0 20px;
	position: relative;
}
.filter_links ul {
	position: relative;
}
.filter_links ul li {
	float: left;
	margin-right: 10px;
}
.filter_links ul li a {
	background: #007eff url(../images/action_button.png) repeat-x;
	display: inline-block;
	padding: 5px 20px;
	font-size: 10px;
	color: #fff;
	text-shadow: 1px 1px 0px #545454;
	text-transform: uppercase;

	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;	
	transition: opacity .3s ease-in-out;
}
.filter_links ul li a:hover {
	opacity: .8;	
}
.filter_links ul li a.selected {
	opacity: .8;
}
/**** Isotope CSS3 transitions ****/

.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-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;
	-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;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
/* -- 404 --*/
.not_found {
	width: 540px;
}
.not_found img {
	width: 540px;
	height: 200px;
	display: block;
	margin: 0 auto;
}
/*--sidebar--*/
#sidebar {
}
.sidebar_widget {
	width: 290px;
	float: left;
	margin: 0 0 20px;
	position: relative;
}
.sidebar_widget li {
	padding-bottom: 10px;
	padding-left: 20px;
	background: url(../images/list_arrow.png) no-repeat left 3px;
}
.sidebar_widget li:last-child {
	padding-bottom: 0;
}
.sidebar_widget h4 {
    display: inline-block;
	width: 100%;
    padding: 0 0 15px;
	margin: 0 0 20px;
	background: url(../images/content_divider.png) repeat-x bottom;
	font-size: 16px;
	line-height: 16px;
}
.sidebar_widget h5 span {
	background: #fff;
	padding-right: 5px;
}
.sidebar_widget a {
	color: #666;
}
.sidebar_widget a:hover {
	color: #007eff;
}
/* latest tweets widget */

#twitter_update_list li {
	margin-bottom: 10px;
	background: url(../images/twitter_feed_icon.png) no-repeat left 5px;
	padding-left: 30px;
}
#twitter_update_list li:last-child {
	margin-bottom: 0;
}
#sidebar #twitter_update_list li span a {
	color: #007eff;
}
#twitter_update_list li > a {
	font-size: 10px !important;
}

/* tabbed widget */
#sidebar .the_tabs li {
	border: none;
}
#sidebar .the_tabs li a {
	border: none;
}
#sidebar .the_tabs .tabs {
	background: url(../images/titles_pattern.png) repeat-x 0 12px;
}
#sidebar .the_tabs .tabs li a {
	color: #333;
	text-transform: uppercase;
	font-size: 14px;
	font-family: "Open Sans", Arial, sans-serif;
	background: #fff;
	padding: 0 10px 0 0;
}
#sidebar .the_tabs .tabs li a:hover {
	color: #B0B589;
}
#sidebar .the_tabs .tabs li a.current {
	color: #B0B589;
}
#sidebar .the_tabs .panes {
	border: none;
	padding: 0;
	margin-top: 20px;
}
.recent_posts li {
	width: 240px;
	clear: both;
	margin: 0 0 15px;
}
.recent_posts li:last-child {
	margin: 0;
}
.recent_posts img {
	float: left;
	margin: 0 10px 0 0;
}
.recent_posts p span {
	font-size: 11px;
}

/*--search--*/
#search {
	margin: 60px 0 0;
	padding: 0;
	height: 31px;
	float: right;
	position: relative;
}
.search_form {
	margin: 0;
	padding: 0;
}
#search form {
	display: inline;
}
#search form input#s {
	width: 202px;
	border: none;
	float: left;
	margin: 0;
	padding: 0 10px;
	line-height: 31px;
	height: 31px;
	font-size: 10px;
	background: url(../images/search.png) no-repeat left 0;
	color: #bdbdbd;
	text-shadow: 0 1px 1px #141414;
}
input#searchsubmit {
	line-height: 28px;
	height: 31px;
	width: 28px;
	border: none;
	cursor: pointer;
	float: left;
	background: url(../images/search.png) no-repeat right;
}
input#searchsubmit:hover {
}
strong.search_excerpt {
	background: yellow;
	padding: 5px;
}
#sidebar #searchform label {
	display: none;	
}
#sidebar #searchform #searchsubmit {
	display: none;	
}
#sidebar #searchform input {
	width: 270px;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	background: url(../images/footer_call_to_action.png) repeat-x;
	border-top: none;
	border-bottom: 1px solid #dbdbdb;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	color: #666;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
/* breadcrumbs */
.breadcrumbs {
	float: left;
	margin: 0;
	color: #81878f;
	font-size: 11px;
}
/* 125x125 Ads */

.ads {
	list-style: none;
	margin: 0;
	position: relative;
	padding: 0;
}
.ads li {
	float: left;
	width: 125px;
	height: 125px;
	margin-left: 15px;
	background: none;
	padding-left: 0;
}
.ads img {
	border: none;
	margin: 5px 0 0;
	float: left;
}
.ads a {
	margin: 0;
	padding: 0;
	display: block;
}
/*--comments--*/

#comments {
	width: 536px;
	padding: 20px 0 0;
}
.comment-body {
}
#comments ol li.depth-1 {
	padding: 20px 0 10px 0;
	width: 419px;
	border-left: 1px solid #bdbdbd;
	margin: 0 0 20px 0;
}
#comments ul.children li.depth-2 {
	padding: 0 0 10px 0;
}
#comments ul.children li.depth-2 div.comment-body {
	padding: 10px 0 0 0;
}
#comments ul.children li.depth-3 div.comment-body {
	padding: 10px 0 0 0;
}
#comments ol.commentlist li ul.children li.depth-2 {
	width: 350px;
	margin: 10px 0 0 40px;
	border-left: 1px solid #bdbdbd;
}
#comments ol.commentlist li ul.children li.depth-3 {
	width: 300px;
	margin: 10px 0 0 40px;
	border-left: 1px solid #bdbdbd;
	padding: 0 0 10px 0;
}
ol.commentlist {
	list-style:none;
	margin: 20px 0 0 0;
	padding:0;
	text-indent:0;
}
ol.commentlist-pings {
	list-style:none;
	margin: 0;
	padding: 0;
	text-indent:0;
	padding: 10px;
	background: #f2f2f2;
}
ol.commentlist li {
	margin: 0;
	padding: 0;
	float: left;
}
ol.commentlist li.alt {
}
ol.commentlist li.bypostauthor {
}
ol.commentlist li.byuser {
}
ol.commentlist li.comment-author-admin {
}
ol.commentlist li.comment-author-admin p {
}
ol.commentlist li.comment {
	padding: 0;
	margin: 0;
}
ol.commentlist li div.comment-author {
}
ol.commentlist li div.vcard {
	padding-bottom: 10px;
}
ol.commentlist li div.vcard cite.fn {
	font-weight: bold;
	font-style: normal;
}
ol.commentlist li div.vcard cite.fn a.url {
	color: #737272;
}
ol.commentlist li div.vcard cite.fn a:hover.url {
	color: #000;
}
ol.commentlist li div.vcard img.avatar {
	float:left;
	margin: 0 10px 0 10px;
	border: 1px solid #cccccc;
	background: #fff;
	padding: 3px;
}
ol.commentlist li div.vcard img.avatar:hover {
	border: 1px solid #999999;
}
ol.commentlist li div.vcard img.avatar-32 {
}
ol.commentlist li div.vcard img.photo {
}
ol.commentlist li div.vcard span.says {
	font-style:normal;
	color: #888888;
	font-size: 12px;
	margin: 0;
}
ol.commentlist li div.commentmetadata {
}
ol.commentlist li div.comment-meta {
}
ol.commentlist li div.comment-meta a {
	color:#ccc;
}
ol.commentlist li p {
	margin: 5px 0 0 0;
	color: #737272;
	overflow: hidden;
	min-height: 30px;
	padding: 0;
}
ol.commentlist li p:hover {
	color: #343434;
}
ol.commentlist li ul {
	list-style:square;
	margin: 0 0 1em 2em;
}
ol.commentlist li ul.children {
	list-style:none;
	margin: 0;
	text-indent:0;
}
ol.commentlist li ul.children li {
}
ol.commentlist li ul.children li.alt {
}
#comments ol.commentlist li ul.children li.bypostauthor {
}
#comments ol.commentlist li.bypostauthor {
}
ol.commentlist li ul.children li.bypostauthor p {
}
ol.commentlist li ul.children li p {
	font-weight: normal;
}
ol.commentlist li.bypostauthor p {
	font-weight: normal;
}
ol.commentlist li ul.children li.byuser {
}
ol.commentlist li ul.children li.comment {
}
ol.commentlist li.comment-author-admin p {
}
#comments ol.commentlist li p {
	padding: 0 10px 0 5px;
	margin: 0;
}
ol.commentlist li ul.children li.depth-4 {
}
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 {
	padding:1em;
}
ol.commentlist li.thread-alt {
}
ol.commentlist li.thread-even {
}
ol.commentlist li.thread-odd {
}
.nocomments {
	margin-left: 20px;
}
.trackbacks {
	width: 430px;
}
.trackbacks h3 {
	margin: 0 0 20px;
}
.trackbacks ul {
	list-style: none;
}
/*--respond--*/
.fb_iframe_widget {
	border-bottom: none !important;	
}
.#ommentform {
	width: 550px;	
}
#respond {
	padding: 0 0 20px 0;
	margin: 0;
}
#comments .commentlist #respond {
	margin-left: 10px;
}
#respond h5 {
	margin: 20px 0 0;
	position: relative;
}
#respond p {
}
#respond label {
	width: 70px;
	float: left;
}
#respond p small {
	font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 30px;
	color: #656565;
}
#respond input {
	font-size: 11px;
	font-family: "Open Sans", Arial, sans-serif;
	background: #fff;
	border: 1px solid #dbdbdb;
	padding: 0 10px;
	color: #666;
	height: 25px;
	margin: 0 0 5px;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#respond textarea {
	font-size: 11px;
	line-height: 20px;
	margin: 5px 0 0;
	font-family: "Open Sans", Arial, sans-serif;
	background: #fff;
	border: 1px solid #dbdbdb;
	padding: 0 5px;
	color: #666;

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#comments .commentlist #respond textarea {
	width: 400px;
}
input#submit, input#submit:active, input#submit:focus {
	background: #007eff url(../images/action_button.png) repeat-x;
	display: inline-block;
	padding: 5px 20px;
	font-size: 10px;
	color: #fff;
	text-shadow: 1px 1px 0px #545454;
	text-transform: uppercase;
	border: none;
	margin: 10px 0 0 70px;
	cursor: pointer;

	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;	
	transition: opacity .3s ease-in-out;

}
input#submit:hover {
	opacity: .8;
}
#content .cancel-comment-reply {
	margin: 10px 0 0 0;
	font-size: 12px;
}
#content .cancel-comment-reply a {
	color: #00408f;
	display: block;
	background: url(../images/cancel.png) no-repeat;
	width: 44px;
	height: 15px;
	text-indent: -9999em;
}
.comment_form {
	clear: both;
}
/* tag cloud */

.tagcloud {
	float: left;
	margin: 0;
	position: relative;
}
#wrapper .tagcloud a {
	margin: 0 0 10px 20px;
	padding:0 10px 0 12px;
	background:#676767;
	color:#fff;
	text-decoration:none;
	float:left;
	height:24px;
	line-height:24px;
	position:relative;
	font-size:11px;
	
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;	
	border-bottom-right-radius:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-top-right-radius:4px;	
	border-top-right-radius:4px;
	
	transition: background-color .3s linear;
	-webkit-transition: background-color .3s linear;
    -moz-transition: background-color .3s linear;
    -o-transition: background-color .3s linear;
    -ms-transition: background-color .3s linear;
	}
#wrapper .tagcloud a:hover {
	background: #007eff;
}
#wrapper .tagcloud a:before {
	content:"";
	float:left;
	position:absolute;
	top:0;
	left:-12px;
	width:0;
	height:0;
	border-color:transparent #676767 transparent transparent;
	border-style:solid;
	border-width:12px 12px 12px 0;
	
	transition: border-color .3s linear;
	-webkit-transition: border-color .3s linear;
    -moz-transition: border-color .3s linear;
    -o-transition: border-color .3s linear;
    -ms-transition: border-color .3s linear;
}
#wrapper .tagcloud a:after {
	content:"";
	position:absolute;
	top:10px;
	left:0;
	float:left;
	width:4px;
	height:4px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	background:#fff;
	-moz-box-shadow:-1px -1px 2px #222;
	-webkit-box-shadow:-1px -1px 2px #222;
	box-shadow:-1px -1px 2px #222;	
}
#wrapper .tagcloud a:hover:before {
	border-color:transparent #007eff transparent transparent;
}
/* default widgets */

#calendar_wrap {
	border: 1px solid #636363;
	margin: 0 auto;
	width: 250px;
}
#wp-calendar {
	width: 250px;
	padding-bottom: 10px;
	color: #969595;
}
#wp-calendar th {
	padding: 5px 0;
}
#wp-calendar td {
	padding: 0 5px;
}
#wp-calendar a {
	text-decoration: none;
	padding: 1px 2px;
	color: #fff;
}
#wp-calendar caption {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	padding: 5px 0;
	background: #656565;
	width: 100%;
}
#wp-calendar #today {
	color: #d73828;
	font-weight: bold;
	font-style: italic;
}
#prev {
	text-align: left;
	margin: 10px 0 0 0;
}
#next {
	text-align: right;
	margin: 10px 0 0 0;
}
.sticky {
}
/*--gallery--*/
p.attachment {
	text-align: center;
	padding: 15px 10px;
}
p.attachment a img {
}
.navigation a img {
}
.gallery {
	position: relative;
	margin-left: -20px !important;	
}
.gallery-item img {
	padding: 6px;
	background: #fff;
	border: 1px solid #e8e8e8;
	display: inline-block;
	position: relative;
	display: block;
	width: 176px;
	height: 176px;
	
	box-shadow: 1px 1px 1px #dbdbdb;
	-moz-box-shadow: 1px 1px 1px #dbdbdb;
	-webkit-box-shadow: 1px 1px 1px #dbdbdb;
	-o-box-shadow: 1px 1px 1px #dbdbdb;
}
.gallery-item {
	margin: 0 0 20px 20px;	
}
.gallery-item img:hover {
	opacity: 1.0;
}
.gallery-caption {
	font-size:12px;
	line-height:14px;
	margin-left:0;
	padding-bottom:10px;
	color: #787878;
}
.caption {
	margin-left: 10px;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
.center {
	text-align: center;
}
.alignleft {
	float: left;
	margin: 0 20px 10px 0;
}
.alignright {
	float: right;
	margin: 0 0 10px 10px;
}
.wp-caption {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* optional rounded corners for browsers that support it */
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 4px;
	text-align: center;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 5px;
	text-shadow: none;
}
/*-- Pagination --*/

.page_nav {
	overflow: hidden;
	text-align: center;
	padding: 0;
	margin: 20px 0;
	float: left;
	width: 860px;
	color: #656565;
}
.portfolio_pagination .page_nav {
	width: 940px;
}
.three_columns_portfolio .page_nav {
	width: 	940px;
}
.page_nav span {
	display: block;
	float: left;
	font-size: 11px;
	margin: 0;
}
.page_nav a, .page_nav span.current {
	background: #007eff url(../images/action_button.png) repeat-x;
	display: inline-block;
	padding: 5px 10px;
	float: left;
	font-size: 10px;
	color: #fff;
	text-shadow: 1px 1px 0px #545454;
	text-transform: uppercase;
	margin-right: 5px;

	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;	
	transition: opacity .3s ease-in-out;
}
.page_nav a:hover {
	color: #fff;
	opacity: .7;
}
.page_nav span.current {
	color: #fff;
	opacity: .7;
}
.gmap_marker {
	text-shadow: none;
}
/* fluid columns shortcode */
.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%;
}
.two_fifth {
	width:37.6%;
}
.three_fifth {
	width:58.4%;
}
.four_fifth {
	width:79.2%;
}
.one_sixth {
	width:13.33%;
}
.five_sixth {
	width:82.67%;
}
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
	position:relative;
	margin-right:4%;
	margin-bottom:10px;
	float:left;
}
.last {
	margin-right:0 !important;
	clear:right;
}
.clearboth {
	clear:both;
	display:block;
	font-size:0;
	height:0;
	line-height:0;
	width:100%;
}
.one_half p, .one_third p, .two_third p, .three_fourth p, .one_fourth p, .one_fifth p, .two_fifth p, .three_fifth p, .four_fifth p, .one_sixth p, .five_sixth p {
}
.section {
	line-height: 20px;
	padding: 10px 0;
	margin: 0;
}
body .section2 {
	padding: 1px 0 15px 0;
	margin: 0;
	float: left;
	line-height: 16px;
}
/* divider shortcode */

.image_divider {
	clear: both;
	display: block;
	position: relative;
	width: 100%;
	height: 2px;
	background: url(../images/content_divider.png) repeat-x 0 0;
	padding: 0 0 38px;
	margin-top: 28px;
}
.space_divider {
	clear: both;
	display: block;
	position: relative;
	width: 100%;
	padding-bottom: 50px;
}
/* flickr widget */

#sidebar .flickr {
	position: relative;
	margin-left: -10px;
}
#sidebar .flickr > div {
	float: left;
}
#footer .flickr {
	position: relative;
	margin-left: -20px;	
}
#sidebar .flickr img {
	float: left;
	width: 65px;
	height: 65px;
	margin: 0 0 10px 10px;
	
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;	
	transition: opacity .3s ease-in-out;
}
#sidebar .flickr img:hover {
	opacity: .8;	
}
#footer .flickr img {
	float: left;
	width: 56px;
	height: 56px;
	margin: 0 0 20px 20px;
}
#footer .flickr img:hover, #sidebar .flickr img:hover {
	
}
/* contact us widget */
.contact_widget ul li {
	background: url(../images/contact_us_icons.png) no-repeat;
	padding: 0 0 10px;
}
.contact_widget ul li:last-child {
	padding-bottom: 0;	
}
.contact_widget ul li.contact_address {
	background-position: -55px -2px;
	padding-left: 25px;
}
.contact_widget ul li.contact_phone {
	background-position: -27px -32px;
	padding-left: 25px;
}
.contact_widget ul li.contact_email {
	background-position: left -60px;
	padding-left: 25px;
}

/* recent comments widget */

/* main content widget */

.textwidget {
	margin-bottom: 0;
	padding-bottom: 0;
}
/* Popular Posts Widget */

.popular_posts {
}
/* blogroll widget */
.blogroll {
}
/* footer call to action */
.footer_action {
	width: 100%;
	background: url(../images/footer_call_to_action.png) repeat-x;
	padding: 30px 0 20px;
	margin: 20px 0 0;
}
.footer_action_content {
	width: 940px;
	margin: 0 auto;	
}
.footer_action_content h2 {
	line-height: 30px;	
}
.footer_action_content h3 {
	line-height: 20px;
	color: #666666;
}
.footer_action_content h2, h3 {
	padding-bottom: 10px;
}
.footer_action_content .two_third, .footer_action_content .one_third {
	margin-bottom: 0;
}
/* footer */
#footer {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	background: #262626 url(../images/footer_body_bg.png) repeat-x;	
	display: table;
	color: #bdbdbd;
}
.footer_bg {
	background: url(../images/footer_top_border.png) repeat-x top;
	width: 100%;
	display: table;
}
#footer a:hover {
	color: #fff;	
}
#footer h4 {
	padding: 0 0 10px;
	display: inline-block;
	margin: 0 0 20px;
	width: 100%;
	text-shadow: 1px 1px 0 #000;
	color: #bdbdbd;
	font-size: 16px;
}
.footer_content {
	width: 940px;
	margin: 0 auto;
	padding: 50px 0 20px;
	display: table;
}
.footer_left, .footer_middle, .footer_right {
	float: left;
	width: 286px;
	margin-left: 40px;	
}
.footer_left {
	margin: 0;	
}
.footer_widget {
	margin-bottom: 20px;
}
.footer_bottom {
	width: 100%;
	height: 40px;
	background: url(../images/footer_bottom_bg.png) repeat-x;
	display: table;
}
.footer_bottom_content {
	width: 940px;
	margin: 0 auto;
	padding: 7px 0 0;
}
/* footer copyright */
.copyright_info {
	float: left;
	font-size: 10px;
}
/* footer menu */

.footer_menu {
	float: right;
	padding: 5px 0 0;	
}
.footer_menu ul li {
	float: left;
	line-height: 10px;
	font-size: 10px;
	text-transform: capitalize;
}
.footer_menu ul li a {
	color: #bdbdbd;
	padding: 0 10px;
}
#footer .footer_menu ul li a:hover {
	color: #007eff;	
}
#footer .footer_menu ul li.current-menu-item a  {
	color: #007eff;		
}
.footer_menu ul li:last-child a {
	padding-right: 0;	
}
.footer_menu ul li:last-child span {
	display: none;
}
/* back to top */

#toTop {
	width: 40px;
	height: 40px;
	background: #262626;
	border-top: 1px solid #212121;
	border-bottom: 1px solid #3b3b3b;
	position:fixed; /* this is the magic */
	bottom:50px; /* together with this to put the div at the bottom*/
	right:10px;
	cursor:pointer;
	display:none;
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	
	transition:color .2s ease-in;
	-moz-transition:color .2s ease-in;
	-o-transition:color .2s ease-in;
	-webkit-transition:color .2s ease-in;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#toTop:hover {
	color: #007eff;
}
/* contact form */
.contact_form {
	width: 400px;
	position: relative;
	margin-bottom: 20px;
}
.contact_form p {
	margin: 0 0 10px;
	width: 400px;
	float: left;
	position: relative;
	padding-bottom: 0 !important;
}
.contact_form p label {
	margin: 0;
	position: absolute;
	left: 260px;
	top: 5px;
}
.contact_form input:not([type=submit]) {
	width: 230px;
	height: 30px;
	font-size: 11px;
	font-family: "Open Sans", Arial, sans-serif;
	background: #fff;
	border: 1px solid #dbdbdb;
	padding: 0 10px;
	color: #666;
	height: 25px;
	margin: 0 0 5px;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.contact_form input:not([type=submit]):focus {
	border-bottom-color: #007eff;
}
.form_textarea label {
	text-indent: -9999em;	
}
.contact_form textarea {
	float: left;
	width: 380px;
	min-height: 90px;
	font-size: 11px;
	font-family: "Open Sans", Arial, sans-serif;
	background: #fff;
	border: 1px solid #dbdbdb;
	padding: 10px;
	color: #fff;
	text-shadow: 0px 2px 0 #000;
	color: #666;
	text-shadow: none;


	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.contact_form textarea:focus {
	border-bottom-color: #007eff;
}
.red_error {
	color: #f26535;	
}
.contact_form_error {
	float: left;
	width: 250px;
	display: block;
	color: #f26535;	
	font-size: 10px;
}
.contact_submit {
	background: #007eff url(../images/action_button.png) repeat-x;
	display: inline-block;
	padding: 5px 20px;
	font-size: 10px;
	color: #fff;
	text-shadow: 1px 1px 0px #545454;
	text-transform: uppercase;
	border: none;
	margin: 10px 0;
	cursor: pointer;

	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;	
	transition: opacity .3s ease-in-out;
}	
.contact_submit:hover {
	opacity: .8;
}
/* contact form widget footer */
.contact_form_widget {
	width: 190px;
	position: relative;
}
.contact_form_input {
	width: 	286px;
	float: left;
}
.right_input {
	float: left;
	width: 286px;
	margin-top: 10px;
}
.contact_form_widget input {
	width: 266px;
	height: 21px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 11px;
	font-family: "Open Sans", Arial, sans-serif;
	background: #121212;
	border-top: 1px solid #0c0c0c;
	border-bottom: 1px solid #262626;
	border-left: none;
	border-right: none;
	padding: 0 10px;
	color: #646464;
	text-shadow: 0px 2px 0 #000;
}
.contact_form_widget label {
	display: none;
}
.right_inputs {
	width: 286px;
	margin: 5px 0 0;
	float: left;
}
.right_inputs textarea {
	width: 276px;
	height: 100px;
	font-size: 11px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	line-height: 20px;
	margin: 5px 0 0;
	font-family: "Open Sans", Arial, sans-serif;
	background: #121212;
	border-top: 1px solid #0c0c0c;
	border-bottom: 1px solid #262626;
	border-left: none;
	border-right: none;
	padding: 0 5px;
	color: #646464;
	text-shadow: 0px 2px 0 #000;
	
}
.contact_submit_widget {
	float: right;
	background: #007eff url(../images/action_button.png) repeat-x;
	display: inline-block;
	padding: 5px 20px;
	font-size: 10px;
	color: #fff;
	text-shadow: 1px 1px 0px #545454;
	text-transform: uppercase;
	border: none;
	margin: 10px 0 0;
	cursor: pointer;
	font-family: "Open Sans", Arial, sans-serif;

	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;	
	transition: opacity .3s ease-in-out;
}
.contact_submit_widget:hover {
	opacity: .8;	
}
.contact_form_error_widget {
	display: block;
	color: #ff0000;
	font-size: 10px;
}
/* social widget */
.social_widget ul li {
	width: 36px;
	height: 29px;
	margin-left: 5px;
	float: left;
	background: #262626;
	border-top: 1px solid #212121;
	border-bottom: 1px solid #3b3b3b;
}
.social_widget ul li a {
	display: block;
	text-indent: -9999em;
	background: url(../images/social_icons.png) no-repeat 0 0;
	width: 36px;
	height: 29px;
	position: relative;
	
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}
.social_widget ul li:first-child {
	margin-left: 0;	
}
.social_widget ul li.social_twitter a {
	background-position: 0 0;	
}
.social_widget ul li.social_twitter a:hover {
	background-position: 0 -31px;	
}
.social_widget ul li.social_facebook a {
	background-position: -41px 0;	
}
.social_widget ul li.social_facebook a:hover {
	background-position: -41px -31px;	
}
.social_widget ul li.social_linkedin a {
	background-position: -82px 0;	
}
.social_widget ul li.social_linkedin a:hover {
	background-position: -82px -31px;	
}
.social_widget ul li.social_google a {
	background-position: -123px 0;	
}
.social_widget ul li.social_google a:hover {
	background-position: -123px -31px;	
}
.social_widget ul li.social_pinterest a {
	background-position: -164px 0;	
}
.social_widget ul li.social_pinterest a:hover {
	background-position: -164px -31px;	
}
.social_widget ul li.social_addthis a {
	background-position: -205px 0;	
}
.social_widget ul li.social_addthis a:hover {
	background-position: -205px -31px;	
}
.social_widget ul li.social_rss a {
	background-position: -246px 0;	
}
.social_widget ul li.social_rss a:hover {
	background-position: -246px -31px;	
}
/* audio player */
.audio_left {
	float: left;
	margin: 0 20px 0 0;
	width: 290px;
}
.audio_left p {
	padding: 0;
}
.audio_right {
	float: right;
	margin: 0 0 0 20px;
	width: 290px;
}
.audio_right p {
	padding: 0;
}
.audio_center {
	margin: 0 auto;
	display: block;
	clear: both;
	width: 290px;
}
/* video player */
.video1 {
	position: relative;
	clear: both;
	margin: 0;
	z-index: 9999;
}
.video1 {
	
}
#sidebar .video1 {
	margin-bottom: 0;	
}
.video1left {
	float: left;
	margin: 0 20px 20px 0;
}
.video1right {
	float: right;
	margin: 0 0 20px 20px;
}
.video1center {
	margin: 0 auto 20px auto;
	display: block;
	clear: both;
}
/* feedburner */
.feedburner_submit .feedburner_input {
	width: 241px;
	height: 30px;
	background: url(../images/feedburner_input.png) no-repeat;
	border: none;
	padding: 0 10px 0 35px;
	line-height: 30px;
	font-size: 11px;
	
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.feedburner_submit .feedburner_button {
	background: #007eff url(../images/action_button.png) repeat-x;
	display: inline-block;
	padding: 5px 20px;
	font-size: 10px;
	color: #fff;
	text-shadow: 1px 1px 0px #545454;
	text-transform: uppercase;
	cursor: pointer;
	margin: 10px 0;
	border: none;
	font-family: "Open Sans", Arial, sans-serif;

	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;	
	transition: opacity .3s ease-in-out;
}
.feedburner_submit .feedburner_button:hover {
	opacity: .8;	
}
/* colored buttons shortcode */
.button_link {
	font-family: Tahoma, Arial, sans-serif;
	background:url(../images/buttons/slate_grey/button_sprite.png) no-repeat scroll right -164px transparent;
	text-decoration:none !important;
	color:#eee !important;
	text-shadow:0 -1px 0 #888888;
	display:inline-block;
	font-size:11px;
	letter-spacing:1.6px;
	margin:5px 10px 5px 0;
	border:0 none;
	padding:0 24px 0 0;
	text-transform:uppercase;
}
.button_link span {
	background:url(../images/buttons/slate_grey/button_sprite.png) no-repeat scroll -4px -121px transparent;
	text-decoration:none !important;
	display:block;
	line-height:7px;
	padding:15px 0 17px 21px;
}
.button_link.large_button {
	background-position:right -60px;
	font-size:24px;
	height:56px;
	padding-right:24px;

}

.button_link.large_button span {
	background-position:-4px -2px;
	line-height:20px;
	padding:17px 0 20px 20px;
	text-transform:none;
}
.button_link:hover {
	text-decoration:none !important;
}
/* colored buttons  */

.pink_gradient, .pink_gradient span {
	background-image: url(../images/buttons/pink/button_sprite.png) !important;
	color:#eee !important;
	text-shadow:0 -1px 0 #888 !important;
}
.green_gradient, .green_gradient span {
	background-image: url(../images/buttons/green/button_sprite.png) !important;
	color:#eee !important;
	text-shadow:0 -1px 0 #888 !important;
}
.orange_gradient, .orange_gradient span {
	background-image: url(../images/buttons/orange/button_sprite.png) !important;
	color:#eee !important;
	text-shadow:0 -1px 0 #888 !important;
}
.purple_gradient, .purple_gradient span {
	background-image: url(../images/buttons/purple/button_sprite.png) !important;
	color:#eee !important;
	text-shadow:0 -1px 0 #888 !important;
}
.black_gradient, .black_gradient span {
	background-image: url(../images/buttons/black/button_sprite.png) !important;
	color:#eee !important;
	text-shadow:0 -1px 0 #888 !important;
}
.grey_gradient, .grey_gradient span {
	background-image: url(../images/buttons/grey/button_sprite.png) !important;
	color:#eee !important;
	text-shadow:0 -1px 0 #888 !important;
}
.red_gradient, .red_gradient span {
	background-image: url(../images/buttons/red/button_sprite.png) !important;
	color:#eee !important;
	text-shadow:0 -1px 0 #888 !important;
}
.white_gradient, .white_gradient span {
	background-image: url(../images/buttons/white/button_sprite.png) !important;
	color:#aaa !important;
	text-shadow:0 -1px 0 #ccc, 0 1px 0 #F2F2F2 !important;
}
.blue_gradient, .blue_gradient span {
	background-image: url(../images/buttons/blue/button_sprite.png) !important;
	color:#eee !important;
	text-shadow:0 -1px 0 #888 !important;
}
.yellow_gradient, .yellow_gradient span {
	background-image: url(../images/buttons/yellow/button_sprite.png) !important;
	color:#fff !important;
	text-shadow:0 -1px 0 #aaa, 0 1px 0 #ddd !important;
}
/* drop caps */

.dropcaps_normal {
	float: left;
	font-size: 42px;
	line-height: 24px;
	font-weight: bold;
	margin: 0 2px 0 0;
	position: relative;
	top: 7px;
	text-shadow: 1px 1px 0px #fff;
	font-family: "Open Sans", Tahoma, sans-serif;
	color: #666;
}
.dropcaps_circle {
	float: left;
	background: url(../images/dropcaps_circle.png) no-repeat;
	font-size: 24px;
	line-height: 24px;
	color: #fff;
	margin: 0 5px 0 0;
	position: relative;
	text-align: center;
	padding: 4px 0 0 0;
	width: 35px;
	height: 35px;
	top: 5px;
	text-shadow: none;
	font-family: "Open Sans", Tahoma, sans-serif;
}
.dropcaps_square {
	float: left;
	background: url(../images/dropcaps_square.png) no-repeat;
	font-size: 26px;
	line-height: 24px;
	color: #fff;
	margin: 0 5px 0 0;
	position: relative;
	text-align: center;
	padding: 4px 0 0 0;
	text-shadow: none;
	width: 35px;
	height: 35px;
	top: 5px;
	font-family: "Open Sans", Tahoma, sans-serif;
}
/* styled title shortcode */

.styled_title, .styled_title_clients {
	width: 100%;
	text-shadow: 1px 1px 1px #666;
	margin: 10px 0 10px;
}
.styled_title span {
	background: #008ffe;
	padding: 5px 10px;
	color: #fff;
}
/* framed image shortcode */

.framed_img {
	padding: 6px;
	background: #fff;
	border: 1px solid #e8e8e8;
	display: inline-block;
	position: relative;
	margin-bottom: 20px;
	
	box-shadow: 1px 1px 1px #dbdbdb;
	-moz-box-shadow: 1px 1px 1px #dbdbdb;
	-webkit-box-shadow: 1px 1px 1px #dbdbdb;
	-o-box-shadow: 1px 1px 1px #dbdbdb;
}
.img_shadow {
	background: url(../images/img_shadow.png) repeat-x;
	height: 3px;
	position: absolute;
	width: 100%;
	bottom: -4px;
	left: 0px;
}
.align_left {
	float: left;
	margin-right: 10px;	
}
.align_right {
	float: right;
	margin-left: 10px;	
}
/* lists shortcode */

.list_checked {
	margin-top: 10px;
}
.list_arrow {
	margin-top: 10px;
}
.list_circle {
	margin-top: 10px;
}
.list_arrow li {
	background: url(../images/bullet_arrow.png) no-repeat 0px -1px;
	list-style: none;
	padding: 0 0 10px 20px;
}
.list_circle li {
	background: url(../images/bullet_circle.png) no-repeat 0px -3px;
	list-style: none;
	padding: 0 0 10px 20px;
}
.list_checked li {
	background: url(../images/bullet_checked.png) no-repeat 0px -3px;
	list-style: none;
	padding: 0 0 15px 20px;
}
.list_square li {
	background: url(../images/square_arrow.png) no-repeat 0px 3px;
	list-style: none;
	padding: 0 0 0 20px;
	margin: 0 0 10px;
}
/* icon shortcode */
.icon_text {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-image: url(../images/icons.png);
	padding-left: 20px;
	margin: 3px 0;
	display: inline-block;
}
.icon_home {
	background-position: -331px -0px;
}
.icon_email {
	background-position: -300px -26px;
}
.icon_link {
	background-position: -270px -50px;
}
.icon_phone {
	background-position: -240px -77px;
}
.icon_calendar {
	background-position: -210px -107px;
}
.icon_user {
	background-position: -178px -139px;
}
.icon_save {
	background-position: -148px -167px;
}
.icon_id {
	background-position: -118px -194px;
}
.icon_notice {
	background-position: -88px -225px;
}
.icon_rss {
	background-position: -60px -251px;
}
.icon_checked {
	background-position: -30px -281px;
}
.icon_tag {
	background-position: 0px -308px;
}
/* large icon shortcode */
.large_icon {
	width: 50px;
	height: 50px;
	display: block;
	background-color: #007eff;
	background-repeat: no-repeat;
	background-position: center;
	border-top: 1px solid rgba(255, 255, 255, .5);
	border-bottom: 1px solid #000;
	margin-top: 7px;
}
.large_icon_info {
	background-image: url(../images/info_icon.png);
}
/* framed box shortcode */

.framed_box {
	background: #fff;
	margin-bottom: 30px;

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.framed_box_content {
	padding: 10px;
	border: 1px solid #dbdbdb;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.framed_box_content p {
	text-shadow: none;
}
.info_box {
	background: #bcdbfe;
	border: 1px solid #809bba;
	margin-bottom: 25px;
	color: #59708b;
	text-shadow: none;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.info_box h4 {
	color: #59708b;
}
.info_box p {
	text-shadow: none;
}
.info_box_content {
	padding: 20px;
	border: 1px solid #fff;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.note_box {
	background: #fdffd0;
	border: 1px solid #dfcd97;
	margin-bottom: 20px;
	color: #555555;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#content .note_box_content h2, #content .note_box_content h3, #content .note_box_content h4, #content .note_box_content h5 {
	text-shadow: none;
}
.note_box_content {
	padding: 20px;
	border: 1px solid #fff;
	text-shadow: none;

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.note_box_content p {
	text-shadow: none;
}
.black_info_box {
	border: 1px solid #121212;
	background-color: #151515;
	padding: 10px 20px;

	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#151515), to(#121212));
	background-image: -webkit-linear-gradient(top, #151515, #121212);
	background-image: -moz-linear-gradient(top, #151515, #121212);
	background-image: -ms-linear-gradient(top, #151515, #121212);
	background-image: -o-linear-gradient(top, #151515, #121212);
	
	box-shadow: inset 0 1px 0 #1c1c1c;
	-moz-box-shadow: inset 0 1px 0 #1c1c1c;
	-webkit-box-shadow: inset 0 1px 0 #1c1c1c;
	-o-box-shadow: inset 0 1px 0 #1c1c1c;
}
.black_info_box h2 {
	padding: 0;	
}
/* style table shortcode */

.styled_table {
	border:1px solid #d6d6d6;
	margin: 0 0 20px 0;
	text-shadow: none;
}
.styled_table table {
	width:100%;
	border:1px solid #fff;
	border-collapse:collapse;
}
.styled_table td {
	color:#777777;
	padding:.3em 1em;
	text-align:center;
	font-size: 12px;
}
.styled_table tr {
	background: #fefefd;
}
.styled_table tr:hover {
	background: #f7f7f7;
}
.styled_table thead th {
	background:#f5f5f5;
	text-align:center;
	font-size: 16px;
	line-height: 40px;
	font-weight: normal;
	color:#555555;
}
.styled_table tfoot td {
	background: #f5f5f5;
}
/* tabs shortcode */

/* root element for tabs  */
the_tabs {
	position: relative;
}
.tabs {
	list-style:none;
	margin:0 !important;
	padding:0;
	height:30px;
}
/* single tab */
.tabs li {
	float:left;
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important;
}
.tabs li:first-child {
	border-left: 1px solid #dddddd;
}
/* link inside the tab. uses a background image */
.tabs a {
	font-size:11px;
	display:block;
	text-align:center;
	text-decoration:none;
	color:#666666;
	padding: 0 10px;
	line-height: 30px;
	margin:0px;
	position:relative;
	background: #f5f5f5;
	border-right: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
}
.tabs a:active {
	outline:none;
}
/* when mouse enters the tab move the background image */
.tabs a:hover {
	color:#333333;
}
/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
.tabs .current, .tabs .current:hover, .tabs li.current a {
	cursor:default !important;
	color:#333333;
	background: #fff;
	border-bottom: 1px solid #fff;
	border-top: 2px solid #007eff;
}
/* initially all panes are hidden */ 

.panes {
	padding: 10px 15px;
	border: 1px solid #dddddd;
	margin: 1px 0 20px 0;
	background: #fff;
}
.panes .pane {
	display:none;
}
/* vertical tabs */

#vertical_tabs {
	margin: 0 0 20px 0;
}
.ui-tabs {
	position: relative;
	padding: 0;
	zoom: 1;
} /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav {
	margin: 0 0 20px 0;
	padding: 0;
	float: left;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 5px 10px;
	width: 180px;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	font-size: 11px;
	background: #f5f5f5;
}
.ui-tabs .ui-tabs-nav li:first-child {
	border-top: 1px solid #dddddd;
}
.ui-tabs .ui-tabs-nav li a {
	padding: 0;
	width: 200px;
	display: block;
	color: #666666;
}
.ui-tabs .ui-tabs-nav li a:hover {
	color: #333333;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	background: #fff;
	z-index: 11;
	border-left: 2px solid #007eff;
	position: relative;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
	cursor: text;
	color: #333333;
}
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
	cursor: pointer;
} /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
	display: block;
	padding: 10px;
	overflow: hidden;
	border: 1px solid #dddddd;
	position: relative;
	background: #fff;
	left: -1px;
	z-index: 10;
}
.ui-tabs .ui-tabs-hide {
	display: none !important;
}
/*accordion shortcode */

/* root element for accordion. decorated with rounded borders and gradient background image */
#accordion {
	width: 300px;
	border:1px solid #333;
	-background:#666;
}
/* accordion shortcode */

.accordion {
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	margin: 0 0 20px 0;
}
.accordion .tab {
	background: #f5f5f5;
	border-top: 1px solid #dddddd;
	line-height: 30px;
	padding: 0 10px;
	cursor: pointer;
	color: #666666;
	position: relative;
}
.accordion .tab:hover {
	background: #fff;
}
.accordion .current {
	cursor: default;
	color: #333333;
	background: #fff;
}
.accordion .pane {
	padding: 10px 15px;
	border-top: 1px solid #dddddd;
	background: #fff;
	line-height: 18px;
}
/* toggles shortcode */

.toggle {
	position: relative;
	margin-bottom: 10px;
}
.toggle_title {
	margin:0;
	padding: 5px 0 7px 42px;
	background: #fff url(../images/toggle_bg.png) no-repeat -45px 6px;
	cursor:pointer;
	font-weight: normal;
	font: 13px/24px "Open Sans", Arial, sans-serif;
	text-transform: capitalize;
	color: #292929;
	text-shadow: 1px 1px 0 #fff;
	border: 1px solid #dbdbdb;
	
	border-radius: 3px;

	transition:color .2s ease-in;
	-moz-transition:color .2s ease-in;
	-o-transition:color .2s ease-in;
	-webkit-transition:color .2s ease-in;
}
.toggle_title:hover {
	color: #007eff;	
}
.toggle_active {
	background: #fff url(../images/toggle_bg.png) no-repeat 10px -50px;
	color: #007eff;	
}
.toggle_content {
	margin: 0;
	display:none;
	padding: 10px;
}
/* testimonials shortcode */

#quote_wrap {
	background: url(../images/quote.png) no-repeat left 5px;
	margin: 0 auto;
}
#testimonial_slider {
	margin: 0 0 10px;
}
#sidebar #testimonial_slider {
	margin-bottom: 0;
}
.testimonial_slider_bg {
	width: 100%;
	margin: 0 auto;
}
#testimonial_slider h3 {
	line-height: normal;
	padding-bottom: 20px;
}
#testimonial_slider blockquote {
	margin: 0;
	background: none;
	padding-right: 0;
	font-style: normal;
}
#testimonial_slider p {
	padding-bottom: 0;
}
#testimonial_slider cite {
	float: right;
	margin-right: 5px;
}
.testimonial {
	position: relative;
	padding: 0 0 24px;
	margin: 0 0 20px;
}
.testimonial_content {
	border: 1px solid #d1d1d1;
	background-color: #dbdbdb;
	padding: 10px 20px;

}
.testimonial_info {
	position: absolute;
	right: 70px;
	bottom: 0px;
	height: 24px;
	padding: 0 25px 0 0;
	line-height: 34px;
}
.arrow-down {
	width: 0;
	height: 0;
	border-right: 20px solid transparent;
	border-top: 25px solid #dbdbdb;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.testimonial_paragraph {
	padding: 0;
	color: #666666;
	text-shadow: 1px 1px 0 #fff;
}
.testimonial_name, .testimonial_company, .testimonial_website {
	font-size: 12px;
}
/* sitemap */

.sitemap ul {
	margin: 0 0 20px 20px;
	list-style-position: inside;
}
.sitemap li {
	list-style-type: none;
	background: url(../images/bullet_arrow.png) no-repeat 0px 7px;
	padding: 5px 0 5px 15px;
}
.sitemap .children li {
	background: url(../images/bullet_circle.png) no-repeat 0px 3px;
	padding-left: 18px;
}
/* highlight shortcode */
.red_highlight, .yellow_highlight, .blue_highlight, .green_highlight, .black_highlight {
	padding: 0 2px;	
}

.red_highlight {
	background: #ff0000;
	color: #fff;
	text-shadow: none;
}
.yellow_highlight {
	background: #fff880;
	text-shadow: none;
}
.blue_highlight {
	background: #aeefff;
	text-shadow: none;
}
.green_highlight {
	background: #b0ffae;
	text-shadow: none;
}
.black_highlight {
	background: #000;
	color: #fff;
	text-shadow: none;
}
/* tooltip shortcode */
.tool_tip_content {
	position: relative;
}
.tool_tip {
	position: relative;
	border-bottom: 1px dotted #888;
}
.tooltip {
	text-shadow: none;
	position: absolute;
	display: none;
	font-size: 12px;
	left: 0px;
	bottom: 20px;
	width: 150px;
	background: url(../images/tooltip_bg.png);
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #383838;
	line-height: 14px;
	padding: 10px;
}
.tooltip_arrow {
	width: 11px;
	height: 8px;
	background: url(../images/tooltip_arrow.png) no-repeat;
	position: absolute;
	bottom: -9px;
	left: 20px;
}
/* read more shortcode */

/* call to action shortcode */

.call_to_action {
	background: #007eff url(../images/action_button.png) repeat-x;
	color: #fff;
	height: 43px;
	font: 16px/43px "Open Sans", Arial, sans-serif;
	display:inline-block;
	text-transform: capitalize;
	padding: 0 15px;
	position: relative;
	text-shadow: 1px 1px 0px #545454;

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

	box-shadow:         0px 5px 12px rgba(50, 50, 50, 0.5);
	-webkit-box-shadow: 0px 5px 12px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 5px 12px rgba(50, 50, 50, 0.5);
	
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;	
	transition: opacity .3s ease-in-out;
}
.call_to_action:hover {
	color: #fff;
	opacity: .8;
}
.action_text {
	padding: 0 30px 0 0;
}
.action_icon {
	width: 22px;
	height: 22px;
	position: absolute;
	right: 15px;
	top: 11px;
}
.action_download {
	background: url(../images/download_icon.png) no-repeat;
}
.action_ok {
	background: url(../images/ok_icon.png) no-repeat;
}
.action_go {
	background: url(../images/go_icon.png) no-repeat;
}
/* google map shortcode */

.google_map {
	margin: 0 0 20px 0;
	text-shadow: none !important;
	background: #fff;
	border: 6px solid #fff;
	
	box-shadow: 1px 1px 1px #dbdbdb;
	-moz-box-shadow: 1px 1px 1px #dbdbdb;
	-webkit-box-shadow: 1px 1px 1px #dbdbdb;
	-o-box-shadow: 1px 1px 1px #dbdbdb;
}
/* corporate pricing table */

.pricing_table {
	margin: 20px 0 10px;
}
.pricing_column {
	float: left;
	width: 200px;
	position: relative;
	
	border-radius: 5px;
}
.pricing_header {
	background: #999 url(../images/pricing_table_header.png) repeat-x;
	height: 80px;
	text-align: center;
	border-right: 2px solid #999;
	border-bottom: 1px solid #fff;

	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-radius-topright: 5px;
	border-radius-topleft: 5px;
}
.pricing_header h2 {
	padding: 20px 0 0 0;
	margin: 0;
	font-size: 24px;
	color: #fff;
	text-transform: capitalize;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	background: none;
	font-weight: normal;
	line-height: 24px;
}
.pricing_header p {
	color: #fff;
	font-size: 14px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	padding: 0;
	margin: 0;
}
.pricing_content {
	background: #f5f5f5;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-radius-bottomright: 5px;
	border-radius-bottomleft: 5px;
}
.pricing_column_inside {
	padding: 20px 5px 10px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-radius-bottomright: 5px;
	border-radius-bottomleft: 5px;
}
.pricing_column_inside ul.pricing {
	padding: 0;
	list-style: none;
	margin: 0;
	list-style-image: none;
}
.pricing_column_inside ul.pricing li {
	color: #777;
	text-shadow: 1px 1px 1px #fff;
	list-style: none;
}
.pricing_featured .pricing_column_inside ul.pricing li {
	color: #333;
}
.pricing_column_inside ul.pricing li span {
	background: url(../images/check_mark.png) no-repeat 30px 10px;
	display: block;
	padding: 5px 0 5px 48px;
}
.pricing_column_inside ul.pricing li.x_mark span {
	background: url(../images/x_mark.png) no-repeat 30px 10px;
}
span.table_price {
	display: block;
	text-align: center;
	font-size: 48px;
	color: #888;
	font-family: Verdana, Geneva, sans-serif;
	text-shadow: 1px 1px 0px #fff;
	padding: 2px 0 17px;
	line-height: normal;
}
.pricing_featured span.table_price {
	color: #666;
}
span.table_price sup {
	font-size: 24px;
	bottom: 13px;
	left: 1px;
}
span.table_price span.dollar_sign {
	font-size: 36px;
}
.pricing_featured {
	width: 230px;
	margin-top: -25px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .5);
	z-index: 10;

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.pricing_featured .pricing_header {
	background: #007eff url(../images/pricing_table_header.png) repeat-x;
	border-right: none;
	border-bottom: 1px solid #fff;
	
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.pricing_featured .pricing_content {
	border: none;
}
.pricing_featured .pricing_column_inside {
		padding-left: 23px;
		padding-right: 20px;
		padding-top: 45px;
}
.pricing_featured span.table_price {
	margin-top: 17px;
}
.pricing_featured .pricing_header p {
	color: #fff;
}
.pricing_table_button {
	width: 180px;
	height: 33px;
	background: #444 url(../images/pricing_table_header.png) repeat-x;
	text-align: center;
	color:#eee;
	text-shadow:0 -1px 0 #888;
	font-size: 16px;
	text-transform: capitalize;
	line-height: 33px;
	display: block;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;	
	transition: opacity .3s ease-in-out;
}
.pricing_table_button:hover {
	opacity: .8;
	color: #fff;
}
.pricing_featured .pricing_table_button {
	width: 180px;
	height: 35px;
	background: #007eff url(../images/pricing_table_header.png) repeat-x;
	text-align: center;
	color:#eee;
	text-shadow:0 -1px 0 #888;
	font-size: 16px;
	text-transform: capitalize;
	line-height: 35px;
	display: block;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.pricing_featured .pricing_table_button:hover {
	opacity: .8;
	color: #fff;
}
/**** Isotope filtering ****/

.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
/*Sliding Text and Icon Menu Style*/
.icon_menu {
	width: 940px;
	height: 283px;
	margin: 0 auto;
	background: url(../images/icon_menu_bg.png) repeat-x;
	position: relative;
}
.sti-menu{
	width:940px;
	position:relative;
	margin:0;
}
.sti-menu li{
	float:left;
	width:188px;
	height:260px;
}
.sti-menu li a{
	display:block;
	overflow:hidden;
	text-align:center;
	height:100%;
	width:100%;
	position:relative;
	background-color: #2e2e2e;
	background-image: url(../images/menu_icon_item_bg.png);
	background-repeat: no-repeat;
	background-position: top left;
}
.sti-menu li:first-child a {
	background-image: none;	
}
.sti-menu li a h2{
	color:#e3e3e3;
	font-family: "Open Sans", Arial, sans-serif; 
	font-size:24px;
	width: 180px;
	line-height: 28px;
	position:absolute;
	padding:0;
	left:0px;
	top: 130px;
	text-shadow: 0px 1px 1px black;
}
.sti-menu li a h3{
	font-family: "Open Sans", Aria, sans-serif; 
	font-size:13px;
	color: #e3e3e3;
	position:absolute;
	left:0px;
	top: 165px;
	width:170px;
	padding:10px;
	line-height: 20px;
	height: 54px;
	overflow: hidden;
	text-shadow: 1px 1px 0 #000;
}
.icon_menu_shadow {
	width: 886px;
	height: 18px;
	background: url(../images/icon_menu_shadow.png) no-repeat center;
	display: block;
	float: left;
	margin: 5px 0 0;
}
.sti-icon{
	width:90px;
	height:90px;
	position:absolute;
	background-position:top left;
	background-repeat:no-repeat;
	background-color:transparent;
	left:50px;
	top:22px;
	background-color: #212121;
	
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	
	box-shadow: 0 1px 0 #3b3b3b;
	-moz-box-shadow: 0 1px 0 #3b3b3b;
	-webkit-box-shadow: 0 1px 0 #3b3b3b;
	-o-box-shadow: 0 1px 0 #3b3b3b;
}
.sti-current .sti-icon {
	background-color: #007eff;	
}
/*shortcode slider */
.shortcode_slider {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.shortcode_slider .flexslider {
	background: url(../images/ajax-loader.gif) no-repeat scroll center center #FFFFFF;	
	min-height: 150px;
	padding: 6px;
	border: 1px solid #bdbdbd;
	border: 1px solid #e8e8e8;
	
	box-shadow: 1px 1px 1px #dbdbdb;
	-moz-box-shadow: 1px 1px 1px #dbdbdb;
	-webkit-box-shadow: 1px 1px 1px #dbdbdb;
	-o-box-shadow: 1px 1px 1px #dbdbdb;

}
.shortcode_slider .flex-caption {
	padding: 2%;
}
.shortcode_slider .flex-direction-nav li a, .shortcode_slider .flex-pauseplay span {
	width: 35px;
	height: 35px;
	margin: 0;
	display: block;
	background: url(../images/shortcode_slider_nav.png) no-repeat;
	position: absolute;
	top: 50%;
	cursor: pointer;
	text-indent: -999em;
}
.shortcode_slider .flex-direction-nav li {
	opacity: 1;
}
.shortcode_slider .flexslider:hover .flex-direction-nav li, .shortcode_slider  .flexslider:hover {
	opacity: 1;	
}
.shortcode_slider .flex-direction-nav li .prev {
	left: 20px;
}
.shortcode_slider .flex-direction-nav li .next {
	background-position: -35px 0;
	right: 20px;
}
.shortcode_slider .flex-control-nav {
    margin: 7px 0 0;
    text-align: center;
}
.shortcode_slider .flex-control-nav li {
	display: inline;
	margin-right: 5px;
}
.shortcode_slider .flex-control-nav li a {
    background: #292929;
    border-radius: 20px 20px 20px 20px;
    display: inline-block;
	width: 10px;
	height: 10px;
	text-indent: -9999em;
	cursor: pointer;
}
.shortcode_slider .flex-control-nav li a:hover {
	background: #007eff;
}
.shortcode_slider .flex-control-nav li a.active {
	background: #007eff;
}
