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

* {	/*--make all to 0 as default--*/
	padding: 0;
	margin: 0;
}
html {
}
body {
	font: normal 13px/20px "PT Sans", Arial, Tahoma, sans-serif;
	color: #949ba2;
	-webkit-text-stroke: 0.001px transparent;
	background: #fff;
}
/*--formatting--*/
::selection {
	background: #888a8d;/* Safari */
	color: #fff;
}
::-moz-selection {
 background: #888a8d; /* Firefox */
 color: #fff;
}
a {
	color: #ff7200;
	outline-style: none;
	text-decoration: none;
}
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: "Sanchez", Tahoma, serif;
	font-weight: normal;
	color: #7a7f85;
	padding-bottom: 10px;
	line-height: normal;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 30px;
	line-height: 36px;
}
h3 {
	font-size: 22px;
	line-height: 30px;
	color: #4d5157;
}
h4 {
	font-size: 18px;
	line-height: 30px;
	color: #7a7f85;
}
h5 {
	font-size: 12px;
	line-height: 20px;
	color: #7a7f85;
}
h6 {
	font-size: 10px;
	line-height: 14px;
	color: #7a7f85;
}
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);
}
#main_content {
	width: 100%;
	background: url(../images/main_content_bg.png) repeat-x top;
	padding-top: 50px;
}
/*--wrapper--*/

#wrapper {
	width: 940px;
	margin: 0 auto 15px;
	position: relative;
	padding: 0;
	display: table;
}
/*--header--*/
#header {
	z-index: 1002;
	width: 100%;
	margin: 0 0 1px;
	position: relative;
	background: #616f78 url(../images/header_bg.png) repeat-x bottom left;
}
.header_content {
	width: 940px;
	margin: 0 auto;
	height: 136px;
	position: relative;
}
/*--logo--*/
#site_title {
	position: absolute;
	top: 73px;
	left: 0;
	z-index: 3;
}
#site_title a {
	font-size: 28px;
	padding: 0;
	margin: 0;
	display: block;
	text-decoration: none;
	color: #404142;
}
#site_title a:hover {
	color: #404142;
}
#site_title img {
	border: none;
}
#site_title .text_logo {
	position: relative;
	top: -3px;
	left: 0;
	font-family: "Sanchez", Tahoma, serif;
}
#site_title .text_logo a {
	color: #5f6a71;
}
/* -- top page phone and email icons --*/
.phone_number_icon, .email_address_icon {
	float: left;
	display: block;
	color: #fff;
	background: url(../images/social_icons.png) no-repeat -241px -38px;
	height: 28px;
	padding: 4px 0 0 32px;
	font-family: "Sanchez", Tahoma, serif;
	margin: 7px 10px 0 0;
}
.email_address_icon {
	background-position: -204px -75px;	
}
/*--subscribe icons--*/

.subscribe {
	float: right;
	margin: 8px 0 0;
}
.subscribe li {
	float: left;
	margin-left: 5px;
}
.subscribe li a {
	display: inline-block;
	background: url(../images/social_icons.png) no-repeat;
	position: relative;
	color: #fff;
	width: 28px;
	height: 28px;
	text-indent: -9999em;
	
	-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;
}
.subscribe li a:hover {
	opacity: .6;
}
.subscribe li.subscribe_twitter a {
	background-position: -170px -115px;
}
.subscribe li.subscribe_facebook a {
	background-position: -136px -149px;
}
.subscribe li.subscribe_linkedin a {
	background-position: -68px -217px;
}
.subscribe li.subscribe_googleplus a {
	background-position: 0 -284px;
}
.subscribe li.subscribe_pinterest a {
	background-position: -34px -250px;
}
.subscribe li.subscribe_rss a {
	background-position: -102px -183px;
}
/* MENU */

/*** ESSENTIAL STYLES ***/
.mnav {
	display: none;
}
.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 {
	position: absolute;
	right: 0px;
	top: 80px;
}
.sf-menu {
	float: left;
}
.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: #5f6a71;
}
.sf-menu li {
	font: 14px/20px "Sanchez", Tahoma, sans-serif;
	margin-left: 30px;
}
.sf-menu li:last-child {
}
.sf-menu li a {
	color: #5f6a71;
	padding: 0 5px;
}
.sf-menu li a:hover {
	color: #384045;
	border-bottom: 2px solid #ff7200;
}
#header .current-menu-item a {
	color: #384045;
	border-bottom: 2px solid #ff7200;
}
/* menu with children */
#header .sf-with-ul {
}
/* menu with children hover */
#header .sfHover .sf-with-ul:hover {
}
/* dropdown active */
.sf-menu li.sfHover a {
	color: #384045;
}
.sf-menu li.sfHover a:active {
}
/* SUBMENU 1 */

#header .sf-menu li ul {
	width: 200px;
	margin: 0;
	padding: 0;
	background: #fff;
	border-right: 2px solid #ff7200;

	box-shadow: 0 0 4px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
}
#header .sf-menu li ul .current-menu-item a { 
	border: none;
}
.sf-menu li li {
	margin: 0;
	text-transform: capitalize;
	width: 200px;
	font-size: 12px;
	padding: 0;
	font-weight: normal;
	letter-spacing: normal;
	background: url(../images/dropdown_line.png) repeat-x bottom;
}
#header .sf-menu li li a {
	background: none;
	color: #5f6a71;
	
	-webkit-transition: background .5s linear;
    -moz-transition: background .5s linear;
    -ms-transition: background .5s linear;
    -o-transition: background .5s linear;
    transition: background .5s linear;
}
#header .sf-menu li li:first-child {
}
#header .sf-menu li li:last-child {
	background: none;
}
#header .sf-menu li ul li a {
	padding: 10px 0 10px 10px;
}
#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: #384045;
	border: none;
	background: #f8f8f8;
}
#header .sf-menu li ul li:first-child a:hover {
}
/* SUBMENU 2 */

#header .sf-menu li li ul {
	margin: 0 0 0 82px;
}
#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: #5f6a71;
}
#header .sf-menu li li li a:hover {
	color: #384045;
}
.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: #384045;
}
#header .sf-menu li li .sf-with-ul {
}
/* level 3 a color */
#header .sf-menu li li.sfHover li a {
	color: #5f6a71;
}
/* level 3 a hover color */
#header .sf-menu li li.sfHover li a:hover {
	color: #384045;
}
.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_action {
	width: 920px;
	background: url(../images/intro_action_bg.jpg);
	border: 1px solid #f3f2f2;
	margin: 40px 0;
	padding: 20px;
	display: inline-block;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.intro_action .one_fourth {
	margin-bottom: 0;	
}
/*--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: 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: 10px 0 50px;
	margin: 0 0 40px;
	position: relative;
	width: 940px;
	float: left;
	background: url(../images/image_divider.png) repeat-x bottom;
}
.latest_portfolio h3 {
	padding-bottom: 30px;
	float: left;
}
.ch-grid {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
	position: relative;
	margin-left: -20px;
}

.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}

.ch-grid:after {
	clear: both;
}

.ch-grid li {
	width: 220px;
	height: 220px;
	display: block;
	float: left;
	margin-left: 15px;
}
.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	cursor: default;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.ch-thumb {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: inset 0 0 0 10px rgba(255,255,255, 1);
	position: absolute;
	
	-webkit-transform-origin: 95% 40%;
	-moz-transform-origin: 95% 40%;
	-o-transform-origin: 95% 40%;
	-ms-transform-origin: 95% 40%;
	transform-origin: 95% 40%;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.ch_pin {
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	border-radius: 50%;
	top: 40%;
	left: 97%;
	margin: -4px 0 0 -4px;
	background: rgb(14,14,14);
	background: -moz-radial-gradient(center, ellipse cover, rgba(14,14,14,1) 0%, rgba(125,126,125,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(14,14,14,1)), color-stop(100%,rgba(125,126,125,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(14,14,14,1) 0%,rgba(125,126,125,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(14,14,14,1) 0%,rgba(125,126,125,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(14,14,14,1) 0%,rgba(125,126,125,1) 100%);
	background: radial-gradient(ellipse at center, rgba(14,14,14,1) 0%,rgba(125,126,125,1) 100%);
	box-shadow: 0 0 1px rgba(255,255,255,0.9);
	z-index: 10000;
}

.ch-info {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
	background: #f4f4f4;
	box-shadow: inset 0 0 0 10px rgba(255, 255, 255, 1);
}

.ch-info h4 {
	color: #61625b;
	position: relative;
	margin: 0 60px;
	padding: 55px 0 0 0;
	height: 65px;
}
.ch-info h4 a {
	color: #61625b;	
}
.ch-info p {
	color: #838c94;
	padding: 10px 5px;
	margin: 0 30px;
	background: url(../images/image_divider.png) repeat-x top;
}

.ch-info p a {
	display: block;
	color: #fff;
	width: 100px;
	padding: 10px 0;
	background: #ff7200;
	font-size: 14px;
	margin: 0 auto;
	font-family: 'PT Sans', Arial, sans-serif;
	opacity: 0;
	
	-webkit-transition: 
		-webkit-transform 0.3s ease-in-out 0.2s,
		opacity 0.3s ease-in-out 0.2s,
		background 0.2s linear 0s;
	-moz-transition: 
		-moz-transform 0.3s ease-in-out 0.2s,
		opacity 0.3s ease-in-out 0.2s,
		background 0.2s linear 0s;
	-o-transition: 
		-o-transform 0.3s ease-in-out 0.2s,
		opacity 0.3s ease-in-out 0.2s,
		background 0.2s linear 0s;
	-ms-transition: 
		-ms-transform 0.3s ease-in-out 0.2s,
		opacity 0.3s ease-in-out 0.2s,
		background 0.2s linear 0s;
	transition: 
		transform 0.3s ease-in-out 0.2s,
		opacity 0.3s ease-in-out 0.2s,
		background 0.2s linear 0s;
		
	-webkit-transform: translateX(60px) rotate(90deg);
	-moz-transform: translateX(60px) rotate(90deg);
	-o-transform: translateX(60px) rotate(90deg);
	-ms-transform: translateX(60px) rotate(90deg);
	transform: translateX(60px) rotate(90deg);
		
	-webkit-backface-visibility: hidden;
}

.ch-info p a:hover {
	opacity: .8 !important;
}
.ch-item:hover .ch-thumb {
	box-shadow: inset 0 0 0 15px rgba(255,255,255, 0.5), 0 1px 3px rgba(0,0,0,0.2);
	-webkit-transform: rotate(-110deg);
	-moz-transform: rotate(-110deg);
	-o-transform: rotate(-110deg);
	-ms-transform: rotate(-110deg);
	transform: rotate(-110deg);
}
.ch-item:hover .ch-info p a{
	opacity: 1;
	-webkit-transform: translateX(0px) rotate(0deg);
	-moz-transform: translateX(0px) rotate(0deg);
	-o-transform: translateX(0px) rotate(0deg);
	-ms-transform: translateX(0px) rotate(0deg);
	transform: translateX(0px) rotate(0deg);
}
/* custom content section */
.custom_content_section {
	width: 940px;
	margin: 0;
	padding: 0;
	float: left;
}
.custom_content_section h3 {
	padding-bottom: 20px;	
}
.custom_content_section p {
	padding-bottom: 10px;
}
.custom_content_section p:last-child {
	padding-bottom: 0;
}
/* recent posts widget */

.recent_image {
	border: 3px solid rgba(255, 255, 255, .1);
	width: 60px;
	height: 45px;
	float: left;
	margin: 0 10px 0 0;

	box-shadow: 1px 1px 0 0 rgba(0, 0, 0, .2);
	-moz-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, .2)
	-webkit-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, .2)
}
.recent_details {
	float: left;
	width: 140px;
}
.recent_details h5 {
	font: 13px/20px "PT Sans", Tahoma, sans-serif;
	padding-bottom: 0;
}
#footer .recent_details h5 a {
	color: #BFCDD9;
}
#footer .recent_details h5 a:hover {
	color: #fff;	
}
.recent_posts li {
	width: 220px;
	margin: 0 0 20px;
	float: left;
}
.recent_date, .recent_comments_number {
	color: #2c3337;
	font-size: 11px;
}
/*-- 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/page_title_bg.jpg) repeat-x;
	position: relative;
	height: 99px;
	padding-top: 15px;
	margin-bottom: 40px;
}
.the_page_title {
	float: left;	
}
.page_title a {
	transition:color .2s ease-in;
	-moz-transition:color .2s ease-in;
	-o-transition:color .2s ease-in;
	-webkit-transition:color .2s ease-in;
}
.page_title_content {
	width: 940px;
	margin: 0 auto;
}
.page_title span {
	display: inline-block;
	padding: 0 5px 0 0;
}
.page_title h2 {
	padding: 8px 0 0;
	font-size: 26px;
	line-height: 36px;
}
.blog_post {
	width: 600px;
	float: left;
	margin: 0 0 40px;
	padding: 0 0 20px;
}
.blog_post a {
	transition: color .2s ease-in;
	-moz-transition: color .2s ease-in;
	-o-transition: color .2s ease-in;
	-webkit-transition: color .2s ease-in;	
}
.blog_post h2 {
	font-size: 18px;
	padding-bottom: 5px;
}
.blog_post .latest_post_date {
	font-size: 16px;
}
.blog_post_thumb {
	width: 485px;
	height: 206px;
	position: relative;
	display: inline-block;
	position: relative;
	float: left;
	border: 7px solid #fff;
	margin-bottom: 10px;
	
	box-shadow: 0 0 3px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .1);
}
.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: right;
	width: 504px;
}
.blog_post_title a {
	color: #7a7f85;
}
.blog_post_title a:hover {
	color: #ff7200;
}
.margin_top {
	margin: 15px 0 0;
}
.excerpt {
	width: 504px;
	float: right;
}
.excerpt p {
	padding-bottom: 10px;
}
.read_more {
	display: inline-block;
	color: #ffa200;
	font: 13px/16px "Sanchez", Tahoma, serif;
	
	-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: #ffa200;
}

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

.post_meta {
	float: left;
	margin: 0 20px 0 0;
	text-transform: capitalize;
	width: 76px;
}
.post_meta li {
	float: left;
	width: 76px;
	text-align: center;
	color: #5c676e;
}
.meta_month, .meta_year {
	color: #5c676e;
	border-top: 1px solid #e8e8e8;
	display: block;
	padding: 2px 0;
}
.meta_month {
	border-bottom: 1px solid #e8e8e8;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
}
.meta_year {
	border-bottom: 1px solid #e8e8e8;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
}
.meta_day {
	color: #ff7200;
	font: 25px/25px "Sanchez", Tahoma, serif;
	display: block;
	padding: 10px 0;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
}
.meta_comments {
	border: 1px solid #e8e8e8;
	margin: 15px 0 0;
}
.meta_comments_number {
	display: block;
	font: 25px/25px "Sanchez", Tahoma, serif;
	padding: 10px 0 5px;

}
.meta_comments_number a {
	color: #ff7200;	
}
.meta_comments_text {
	display: block;
	padding: 0 0 10px;
}
.meta_more {
	display: block;
	padding: 2px 0;
	border: 1px solid #e8e8e8;
	margin: 10px 0 0;
}
.meta_more a {
	color: #5c676e;	
}
.meta_more a:hover { 
	color: #ff7200;
}
.post_meta_bottom {
	width: 504px;
	float: right;
	color: #a4abb1;
	margin-top: 10px;
	text-transform: capitalize;
}
.post_meta_bottom li {
	float: left;
	height: 23px;
	background: url(../images/meta_icons.png) no-repeat -66px 0;
	padding-left: 26px;
	line-height: 23px;
	margin-right: 10px;
}
.post_meta_bottom li a {
	color: #a4abb1;	
}
.post_meta_bottom li a:hover {
	color: #ff7200;	
}
.post_meta_bottom .meta_tags {
	background-position: -33px -33px;	
}
.post_meta_bottom .meta_category {
	background-position: left bottom;	
}

/*--single post--*/

.single_post {
	padding: 0 0 40px;
	margin: 0 0 40px;
	float: left;
	width: 600px;
	background: url(../images/image_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/image_divider.png) repeat-x bottom;
}
.single_post_portfolio a {
	transition: color .2s ease-in;
	-moz-transition: color .2s ease-in;
	-o-transition: color .2s ease-in;
	-webkit-transition: color .2s ease-in;	
}
/* 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/image_divider.png) repeat-x top;
	padding: 40px 0 0;
}
#authorarea h5 {
	text-transform: uppercase;
}
.author_img {
	position: relative;
	width: 84px;
	height: 84px;
	margin: 8px 0 10px 10px;
	float: right;
	padding: 4px;
	border: 1px solid #ebebeb;
	background: #f7f7f7;
	
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
}
#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 160px;
	float: left;
	margin: 30px 0;
}
.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 a {
	transition: color .2s ease-in;
	-moz-transition: color .2s ease-in;
	-o-transition: color .2s ease-in;
	-webkit-transition: color .2s ease-in;	
}
.related_thumb {
	position: relative;
	padding: 4px;
	border: 1px solid #ebebeb;
	background: #f7f7f7;
	margin-bottom: 10px;
	
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
}
.related_posts ul {
	position: relative;
	margin-left: -20px;
}
.related_posts li {
	width: 125px;
	float: left;
	margin: 0 0 0 20px;
}
.related_posts img {
	display: block;
}
.related_posts a {
	color: #7a7f85;
}
.related_posts a:hover {
	color: #ff7200;
}
/* 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 */
.four_columns_portfolio {
	position: relative;
	margin: 10px 0 0 -15px;
	overflow: visible !important;
}
.four_columns_portfolio_item {
	float: left;
	height: 220px;
	width: 220px;
	margin: 0 0 40px 15px;
	display: inline-block;
}

.four_columns_portfolio_item div.da-animate {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.four_columns_portfolio_item img {
	visibility: hidden;
	display: block;
	position: relative;
}
/* portfolio filter links */
.filter_links {
	float: left;
	width: 940px;
	margin: 0 0 40px;
	position: relative;
}
.filter_links ul {
	position: relative;
	float: right;
	background: url(../images/image_divider.png) repeat-x bottom;
	padding-bottom: 10px;
}
.filter_links ul li {
	float: left;
	margin-right: 10px;
	text-transform: capitalize;
	font: 14px/14px "Sanchez", Tahoma, serif;
}
#wrapper .filter_links ul li a {
	display: inline-block;
	color: #7a7f85;
	
	transition: color .2s ease-in;
	-moz-transition: color .2s ease-in;
	-o-transition: color .2s ease-in;
	-webkit-transition: color .2s ease-in;
}
#wrapper .filter_links ul li a:hover {
	color: #ff7200;
}
#wrapper .filter_links ul li a.selected {
	color: #ff7200;
}
/**** 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 30px;
	position: relative;
	padding-bottom: 20px;
}
.sidebar_widget li {
	padding-bottom: 10px;
	padding-left: 15px;
	background: url(../images/sidebar_li_bullet.png) no-repeat left 5px;
}
.sidebar_widget li:last-child {
	padding-bottom: 0;
}
.sidebar_widget h4 {
	display: inline-block;
	width: 100%;
	padding: 0 0 15px;
	margin: 0 0 20px;
	font-size: 18px;
	line-height: 18px;
	background: url(../images/image_divider.png) repeat-x bottom;
}
.sidebar_widget h5 span {
	background: #fff;
	padding-right: 5px;
}
.sidebar_widget a {
	color: #939798;

	transition: color .2s ease-in;
	-moz-transition: color .2s ease-in;
	-o-transition: color .2s ease-in;
	-webkit-transition: color .2s ease-in;
}
.sidebar_widget a:hover {
	color: #ff7200;
}
/* latest tweets widget */

#twitter_update_list li {
	margin-bottom: 15px;
	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: #6e969d;
}
#twitter_update_list li > a {
	font-size: 10px !important;
	color: #2c3337;
}
/* 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;
}
/*--search--*/
#search {
	margin: 20px 0 0;
	padding: 0;
	height: 32px;
	position: relative;
}
.search_form {
	margin: 0;
	padding: 0;
}
#search form {
	display: inline;
}
#search form input#s {
	width: 220px;
	border: none;
	float: left;
	margin: 0;
	padding: 0 10px;
	line-height: 33px;
	height: 33px;
	color: #c4c2c2;
	background: #fff;
	border-left: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	border-top: 1px solid #e8e8e8;
}
input#searchsubmit {
	line-height: 33px;
	height: 35px;
	width: 49px;
	border: none;
	cursor: pointer;
	float: left;
	background: #ff7200 url(../images/search.png) no-repeat center center;
	
	-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#searchsubmit:hover {
	opacity: .8;
}
strong.search_excerpt {
	background: yellow;
	padding: 5px;
}
/* breadcrumbs */
.breadcrumbs {
	float: left;
	margin: 10px 0 0;
	color: #ff7200;
	background: #fff;
	font-size: 11px;
	padding: 0 10px;
	
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
}
.breadcrumbs a {
	color: #444;	
}
.breadcrumbs a:hover {
	color: #ff7200;	
}
/* 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;
	float: left;
}
#comments a {
	transition: color .2s ease-in;
	-moz-transition: color .2s ease-in;
	-o-transition: color .2s ease-in;
	-webkit-transition: color .2s ease-in;	
}
.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;
	float: left;
}
.comment-notes {
	display: none;	
}
#comments .commentlist #respond {
	margin-left: 10px;
}
#respond h5 {
	margin: 20px 0 0;
	position: relative;
}
#respond p {
	max-width: 320px;
	line-height: 25px;
	float: none;
	clear: both;
}
#respond label {
	float: left;
}
#respond .required {
	float: left;
}
.comment-form-author input{
	margin-left: 16px !important;
}
.comment-form-email input {
	margin-left: 17px !important;
}
.comment-form-url input {
	margin-left: 9px !important;
}
#respond .form-allowed-tags {
	display: none;	
}
.comment-form-comment textarea {
	margin-left: 56px !important;
	float: left;
}
#reply-title {
	margin: 20px 0 30px;
}
#respond p small {
	font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 30px;
	color: #656565;
}
#respond input {
	font-size: 11px;
	font-family: "PT Sans", Arial, sans-serif;
	background: #fff;
	border: 1px solid #e8e8e8;
	padding: 0 10px;
	color: #666;
	height: 25px;
	margin: 0 0 5px;
	float: left;
}
#respond textarea {
	font-size: 11px;
	line-height: 20px;
	margin: 5px 0 0;
	font-family: "PT Sans", Arial, sans-serif;
	background: #fff;
	border: 1px solid #e8e8e8;
	padding: 0 5px;
	color: #666;
}
#comments .commentlist #respond textarea {
	width: 400px;
}
input#submit, input#submit:active, input#submit:focus {
	background: #ff7200;
	display: inline-block;
	padding: 5px 20px;
	font-size: 10px;
	color: #fff;
	border: none;
	margin: 10px 0 0 56px;
	cursor: pointer;
	font: 12px/12px "Sanchez", Tahoma, serif;

	-webkit-transition: background .5s linear;
    -moz-transition: background .5s linear;
    -ms-transition: background .5s linear;
    -o-transition: background .5s linear;
    transition: background .5s linear;

}
input#submit:hover {
	background-color: #ff7200;
}
#respond #cancel-comment-reply-link {
	margin: 10px 0 0 0;
	font-size: 12px;
}
#respond #cancel-comment-reply-link {
	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;
}
.tagcloud a {
	background: #f8f8f8 url(../images/tags_bg.png) no-repeat right top;
	line-height: 22px;
	padding: 0 15px 0 10px;
	margin: 0 10px 10px 0;
	display: inline-block;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #afafaf;
	border-left: 1px solid #e3e3e3;
	text-shadow: 0 1px 0 #fff;
	
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
/* 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 {
	display: inline-block;
	position: relative;
	width: 176px;
	height: 176px;

	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.gallery-item {
	margin: 0 0 20px 20px;
}
.gallery-item img {
	-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;
}
.gallery-item img:hover {
	opacity: .8!important;
}
.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: 0 0 20px;
	float: left;
	width: 940px;
	color: #fff;
}
.portfolio_pagination {
	margin-top: 30px;	
}
.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: #d7d9da;
	display: inline-block;
	padding: 3px 10px;
	float: left;
	font-size: 10px;
	color: #fff;
	margin-right: 5px;
	
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	
	-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;
	background: #5c676e;
}
.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: 4px;
	background: url(../images/image_divider.png) repeat-x top;
	padding: 0 0 35px;
	margin-top: 30px;
}
.space_divider {
	clear: both;
	display: block;
	position: relative;
	width: 100%;
	padding-bottom: 50px;
}
.homepage_content .image_divider {
	padding-bottom: 25px;	
}
/* 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: 90px;
	height: 60px;
	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/social_icons.png) no-repeat;
	padding: 0 0 10px 35px;
	line-height: 28px;
}
.contact_widget ul li:last-child {
	padding-bottom: 0;
}
.contact_widget ul li.contact_address {
	background-position: -278px 0;
}
.contact_widget ul li.contact_phone {
	background-position: -241px -38px;
}
.contact_widget ul li.contact_email {
	background-position: -204px -75px;
}
/* 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/image_divider.png) no-repeat center top;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	padding: 50px 0 0;
	margin: -50px 0 50px;
}
.footer_action_content {
	width: 940px;
	margin: 0 auto;
	padding-bottom: 40px;
	text-align: center;
	background: url(../images/footer_action_bottom_shadow.png) no-repeat center bottom;
}
.footer_action_content h3 {
	padding-bottom: 25px;
	font-size: 26px;
}
.footer_action_content .two_third, .footer_action_content .one_third {
	margin-bottom: 0;
}
/* footer */
#footer {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	display: table;
	color: #bfcdd9;
	background: #616f78 url(../images/footer_bg.png) repeat-x top;
}
.footer_bg {
	width: 100%;
	display: table;
}
#footer a {
	color: #ffa200;
	
	transition:color .2s ease-in;
	-moz-transition:color .2s ease-in;
	-o-transition:color .2s ease-in;
	-webkit-transition:color .2s ease-in;
}
#footer a:hover {
	color: #f0f5ff;
}
#footer h4 {
	padding: 0 0 10px;
	display: inline-block;
	margin: 0 0 20px;
	width: 100%;
	color: #fff;
	font-size: 22px;
}
.footer_content {
	width: 940px;
	margin: 0 auto;
	padding: 40px 0 20px;
	display: table;
}
.footer_left, .footer_middle_left, .footer_middle_right, .footer_right {
	float: left;
	width: 220px;
	margin-left: 20px;
}
.footer_left {
	margin: 0;
}
.footer_widget {
	margin-bottom: 20px;
}
.footer_bottom {
	width: 100%;
	height: 60px;
	background: #616f78 url(../images/footer_bottom.png);
	display: table;
}
.footer_bottom_content {
	width: 940px;
	margin: 0 auto;
	padding: 20px 0 0;
}
#footer .google_map {
	border: 3px solid #606870;

	box-shadow: 1px 1px 0 0 rgba(0, 0, 0, .3);
	-moz-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, .3)
	-webkit-box-shadow: 2px 2px 0 2px rgba(0, 0, 0, .3)
}
/* 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: 12px;
	text-transform: capitalize;
	font-family: "Sanchez", Tahoma, serif;
}
#footer .footer_menu ul li a {
	color: #aab5bf;
	padding: 0 10px;
}
#footer .footer_menu ul li a:hover {
	color: #fff;
}
#footer .footer_menu ul li.current-menu-item a {
	color: #fff;
}
.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: rgba(0, 0, 0, .5);
	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: #6e969d;
}
/* 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 {
	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:focus {
	border-bottom-color: #ff7200;
}
.form_textarea label {
	text-indent: -9999em;
}
.contact_form textarea {
	float: left;
	width: 380px;
	height: 200px;
	font-size: 11px;
	font-family: "Open Sans", Arial, sans-serif;
	background: #fff;
	border: 1px solid #dbdbdb;
	padding: 10px;
	color: #666;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.contact_form textarea:focus {
	border-bottom-color: #ff7200;
}
.red_error {
	color: #f26535;
}
.contact_form_error {
	float: left;
	width: 250px;
	display: block;
	color: #f26535;
	font-size: 10px;
}
.contact_submit {
	background: #ff7200;
	display: inline-block;
	padding: 5px 20px;
	font-size: 10px;
	color: #fff;
	text-transform: capitalize;
	border: none;
	margin: 10px 0;
	cursor: pointer;
	
	-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: 34px;
	line-height: 34px;
	border: none;
	font-size: 11px;
	font-family: "Open Sans", Arial, sans-serif;
	background: url(../images/feedburner_input.png) no-repeat;
	padding: 0 10px;
	color: #727272;
}
.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;
	line-height: 20px;
	margin: 5px 0 0;
	font-family: "Open Sans", Arial, sans-serif;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .6);
	padding: 0 5px;
	color: #727272;
	
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3);
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.contact_submit_widget {
	float: right;
	color: #fff;
	height: 30px;
	font: 12px/29px "Open Sans", Arial, sans-serif;
	display: inline-block;
	padding: 0 15px;
	position: relative;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, .2);
	background: #fc8042 url(../images/action_button.png) repeat-x;
	border: 1px solid rgba(0, 0, 0, .4);
	float: right;
	margin-top: 10px;
	cursor: pointer;


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

	box-shadow: 0px 1px 2px rgba(0, 0, 0,  .2);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, .2);

	-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: 31px;
	height: 32px;
	margin-left: 5px;
	float: left;
}
.social_widget ul li a {
	display: block;
	text-indent: -9999em;
	background: url(../images/social_icons.png) no-repeat 0 0;
	width: 31px;
	height: 32px;
	position: relative;
	opacity: .8;
	
	-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 .social_widget ul li {
	background: none;
	padding: 0;
}
#sidebar .social_widget ul li a {
	background: url(../images/social_icons_sidebar.png) no-repeat 0 0;
}
.social_widget ul li a:hover {
	opacity: 1;	
}
.social_widget ul li:first-child {
	margin-left: 0;
}
.social_widget ul li.social_facebook a, #sidebar .social_widget ul li.social_facebook a {
	background-position: 0 0;
}
.social_widget ul li.social_twitter a, #sidebar .social_widget ul li.social_twitter a  {
	background-position: -42px 0;
}
.social_widget ul li.social_linkedin a, #sidebar .social_widget ul li.social_linkedin a {
	background-position: -84px 0;
}
.social_widget ul li.social_google a, #sidebar .social_widget ul li.social_google a {
	background-position: -124px 0;
}
.social_widget ul li.social_pinterest a, #sidebar .social_widget ul li.social_pinterest a {
	background-position: -164px 0;
}
.social_widget ul li.social_addthis a, #sidebar .social_widget ul li.social_addthis a {
	background-position: -204px 0;
}
.social_widget ul li.social_rss a, #sidebar .social_widget ul li.social_rss a {
	background-position: -244px 0;
}
/* 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: 266px;
	height: 34px;
	background: url(../images/feedburner_input.png) no-repeat;
	border: none;
	padding: 0 10px;
	line-height: 34px;
	font-size: 11px;
}
.feedburner_submit p {
	padding-top: 10px;	
}
.feedburner_submit .feedburner_button {
	color: #fff;
	height: 30px;
	font: 12px/30px "Open Sans", Arial, sans-serif;
	display: inline-block;
	padding: 0 15px;
	position: relative;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, .2);
	background: #fc8042 url(../images/action_button.png) repeat-x;
	border: 1px solid rgba(0, 0, 0, .4);
	float: right;
	margin-top: 10px;
	cursor: pointer;


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

	box-shadow: 0px 1px 2px rgba(0, 0, 0,  .2);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, .2);

	-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 {
	width: 100%;
	text-align: center;
}
.styled_title span {
	background: #fff;
	padding: 5px 10px;
}
/* framed image shortcode */

.framed_img {
	display: inline-block;
	position: relative;
	margin-bottom: 20px;
}
.framed_img img {
	padding: 4px;
	border: 1px solid #ebebeb;
	background: #f7f7f7;
	
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);	
}
.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;
}
/* 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 a {
	border-top-left-radius:	3px;
}
.tabs li:last-child {
	border-top-right-radius: 3px;
}
.tabs li:first-child a {
	border-left: 1px solid #dddddd;
}
/* link inside the tab. uses a background image */
.tabs a {
	font-size: 12px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #878787;
	padding: 0 10px;
	line-height: 32px;
	margin: 0;
	position: relative;
	background: url(../images/tab_hover.png) repeat-x;
	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: #878787;
	background: #fff;
}
/* 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: #878787;
	background: #fff;
	border-bottom: 1px solid #fff;
	border-top: 2px solid #ff7200;
}
/* initially all panes are hidden */ 

.panes {
	padding: 20px;
	border: 1px solid #dddddd;
	margin: 3px 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 #ff7200;
	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: #ff7200;
}
.toggle_active {
	background: #fff url(../images/toggle_bg.png) no-repeat 10px -50px;
	color: #ff7200;
}
.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;
	margin: 0 0 20px;
	display: block;
	border-left: 2px solid #f7f7f7;
	padding: 15px 0 0;
	background: #f7f7f7;
	
	box-shadow: 2px 2px 1px rgba(0, 0, 0, .1);
	-moz-box-shadow: 2px 2px 1px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, .1);
	-o-box-shadow: 2px 2px 1px rgba(0, 0, 0, .1);
}
.testimonial_content {
	padding: 0 20px 20px;
	background: url(../images/testimonial_quote.png) no-repeat 20px 10px;
	position: relative;
}
.testimonial_info {
	padding: 10px 20px;
	background: #fff;
	margin: 10px 0 0;
}
.arrow-down {
	width: 0;
	height: 0;
	border-right: 20px solid transparent;
	border-top: 25px solid #dbdbdb;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#wrapper .testimonial_paragraph {
	padding: 20px 0 0 12px;
	font: 14px/28px "Sanchez", Tahoma, serif;
	background: url(../images/testimonial_quote.png) no-repeat bottom right;
}
.testimonial_name {
	color: #ffa200;
	font: 16px/20px "Pacifico", Tahoma, serif;	
}
/* 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 {
	color: #fff;
	height: 35px;
	font: 18px/38px "Sanchez", Arial, sans-serif;
	display: inline-block;
	padding: 5px 15px;
	position: relative;
	
	-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;
}
/* arrow button */

.arrow_action {
    position: relative;
    display: inline-block;
    font: normal 14px Arial;
    text-decoration: none;
    cursor:pointer;
	color: #fff;
	font: 16px/38px "Sanchez", Arial, sans-serif;
}    

.arrow_action  .arrow-inner {
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
    z-index: 2000;
    width: 0;
    height: 0;
    border: 25px solid transparent;
    border-left-color: #fafcff;    
}

.arrow_action > .arrow {
    display: inline-block;
    float: right;
    width: 0;
    height: 0;
    border:  25px solid transparent;
    border-left-color: #ff7200;
}

.arrow_action > .button {
    display: inline-block;
	position: relative;
    float: right;
    line-height: 45px;
    background-color: #ff7200;
    border-right: 0;
    padding: 3px 3px 3px 36px;
    text-align: center;
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.arrow_action:hover .arrow {
    opacity: .8;
}

.arrow_action:hover > .button {
    opacity: .8;
	color: #fff;
}
/* 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: #6e969d 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: #6e969d 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;
}
/*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 .flex-prev {
	left: 20px;
}
.shortcode_slider .flex-direction-nav li .flex-next {
	background-position: -35px 0;
	right: 20px;
}
.shortcode_slider .flex-control-nav {
	margin: 15px 0 0;
	text-align: center;
	background: none;
	border: none;
	float: none;
	display: inherit;
}
.shortcode_slider .flex-control-nav li {
	display: inline;
	margin-right: 5px;
}
.shortcode_slider .flex-control-nav li a {
	border-radius: 20px 20px 20px 20px;
	display: inline-block;
	width: 10px;
	height: 10px;
	text-indent: -9999em;
	cursor: pointer;
}