jo/* Umbrella */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background: url(../images/back_01.png) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	font-family: "RobotoRegular", Arial, sans-serif;
	color: #606060;
}

html, body {
    overflow-x: hidden;
}

strong, b {
    font-weight: bold;
}

em, i {
    font-style: italic;
}

.footer_top_field *{
	letter-spacing: normal !important;
}

.footer .menu a {
	color: #606060;
}

.footer .menu a:hover {
	color: #141414;
}

.footer .menu {
	padding-top:10px;
}

ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Typography */

a {
	text-decoration: none;
}

p {
	font-family: "RobotoRegular", Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #606060;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
}

.widget_title, .footer h3, .post_content h3, .project_content h3 {
	font-family: "RobotoRegular", Arial, sans-serif;
	font-size: 18px;
	color: #e9673a;
	border-left: 5px solid #e9673a;
	text-transform: uppercase;
	margin-bottom: 30px;
    display: inline-block;
}

.footer h3 {
	color: #606060;
	border-left: none;
	margin-bottom: 20px;
}

.find_us p strong {
	font-family: "RobotoBold", Arial, sans-serif;
	color: #272727;
}

/* Build */

.content {
	width:1280px;
	height:auto;
	position: relative;
	display: block;
	margin:auto;
	padding:0px 10px 0px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.header, .footer {
	background-color: #FFF;
	width:100%;
	display: block;
}

.header {
	height:100px;
	padding:0px 0px;
	margin-top: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.header .logo a, .header .navigation a {
	text-transform: uppercase;
}

.header .logo a {
	max-width:270px;
	height:auto;
	max-height: 100%;
	font-family: "RobotoBold", Arial, sans-serif;
	font-size: 30px;
	color: #000;
	text-decoration: none;
	text-align: center;
	display: block;
	padding-top: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	clear: both;
	padding: 0px 0px;
	overflow: hidden;
}

.header .logo a img {
	max-height: 50px;
}

.header .logo a span {
	color: #e9673a;
}

.header .sub_menu {
    position: absolute;
    min-width: 123px;
    height: auto;
    padding-top: 11px;
    background: url(../images/icons/sub_menu.png) no-repeat 5px top; 
    display: none;
	z-index:100;
}

.header .sub_menu a {
    width: 100%;
    height: 27px;
    display: block;
    background: #eeeeee;
    border-bottom: 1px solid #dddddd;
    font-family: "RobotoRegular";
    font-size: 12px;
    color: #606060;
    padding: 9px 10px 0px 10px;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.header .navigation > li {
	display: inline-block;
	margin-top: 25px;
}

.header .navigation > li + li{
	margin-left:35px;
}

.header .navigation > li > a {
	font-family: "RobotoRegular", Arial, sans-serif;
	font-size: 15px;
	color: #606060;
	text-decoration: none;
}

.header .navigation a:hover, .current {
	color: #e7753d !important;
}

.header .navigation {
	display: inline-block;
	margin-left:0px;
	float: left;
}

.mobile_navigation {
	display: inline-block;
	float: right;
	z-index: 200;
	display: none;
}

.mobile_navigation a {
	width: 240px;
	height: 60px;
	display: block;
	background: #e9673a;
	z-index: 200;
	position: relative;
	color: #fff;
	font-size: 21px;
	text-transform: uppercase;
	padding: 21px 20px; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.navigation_holder {
	width: 847px;
	overflow: hidden;
	height: 100px;
	display: inline-block;
	float: left;
	margin-left: 50px;
}

.navigation_box {
	width: 60000px;
	padding-top: 20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}

.nav_item span {
	width: 21px;
	height: 18px;
	display: inline-block;
	background: url(../images/icons/navigation.png) no-repeat;
	float: right;
}

.mobile_navigation li a {
	font-size: 18px;
	border-top: 1px solid #ea805c;
	display: none;
}

.mobile_navigation li a:hover {
	background: #d15c34;
}

.social_media {
	float: right;
	margin-top: 40px;
	right: 50px;
}

.social_media li {
	display: inline-block;
}

.social_media li + li {
	margin-left: 2px;
}

.social_media a {
	width: 23px;
	height: 23px;
	display: block;
	background: #d8d8d8 url(../images/icons/social_icons.png) no-repeat;
	float: left;
}

.social_media .fb {
	background-position: 8px 5px;
}

.social_media .tw {
	background-position: -22px 5px;
}

.social_media .rss {
	background-position: -50px 4px;
}

.social_media .fb:hover {
	background: #e7753d url(../images/icons/social_icons.png) no-repeat;
	background-position: 8px 5px;
}

.social_media .tw:hover {
	background: #e7753d url(../images/icons/social_icons.png) no-repeat;
	background-position: -22px 5px;
}

.social_media .rss:hover {
	background: #e7753d url(../images/icons/social_icons.png) no-repeat;
	background-position: -50px 4px;
}

.headline h1 {
	font-family: "RobotoLight", Arial, sans-serif;
	font-size: 22px;
	color: #fff;
	display: block;
	background: #e9673a;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
	filter: alpha(opacity=95);
	opacity: 0.95;
	padding: 0px 20px;
	line-height: 74px;
	margin-bottom: 20px;
}

.headline h1 strong {
	font-family: "RobotoBold";
}

.headline h1 span {
	width: 29px;
	height: 29px;
	display: inline-block;
	background: url(../images/icons/title_plus.png) no-repeat;
	vertical-align: -6px;
	margin-right: 18px;
}

.inner_content {
	margin:88px 0px;
}

.widget {
	background: rgba(255, 255, 255, 0.96);
	border-top: 2px solid #e7753d;
	padding:20px;
}

.widget_container {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
}

.widget_container_mini {
    display: inline-block;
	vertical-align: top;
	overflow: hidden;
/*     padding: 30px 20px; */
     padding: 0px 20px;
}

.inner_content {
	letter-spacing: 16px;
}

.inner_content > * {
	letter-spacing: normal;
}

.last_projects_container {
	width:461px;
}

.services_container {
	width:300px;
}

.last_projects, .services {
	height: auto;
}

.blog_posts_container {
	width: 458px;
	height: auto;
}

.partners {
	height: auto;
}

.widget + .widget {
	margin-top: 20px;
}

.last_projects, .blog_posts, .partners, .services {
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.widget_title, .post_content h3, .project_content h3 {
	padding:0px 6px;
    display: inline-block;
}

/* Footer */


.footer_col {
	float: left;
	padding: 30px 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	letter-spacing: normal;
}

.footer_top_field {
	border-bottom: 1px solid #eeeeee;
	letter-spacing: 16px;
}

.find_us img {
	float: left;
	vertical-align: bottom;
	margin-top: 3px;
	margin-right: 22px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
	opacity: 0.20;
}

.find_us p + p {
	margin-top: 3px;
}

.blogroll ul {
	list-style: circle;
	padding-left: 20px;
}

.blogroll ul li a {
	color: #858585;
	font-family: "RobotoRegular", Arial, sans-serif;
	font-size: 12px;
	line-height: 21px;
}

.tweet strong {
	font-family: "RobotoBold";
}

.tweet a {
	color: #e9673a;
}

.twitter_feed a img {
	float: left;
	display: inline-block;
	margin-right: 25px;
}

.copyright {
	padding:45px 0px;
}

.copyright p, .copyright img {
	display: inline-block;
}

.copyright a {
	color: #000;
}

.copyright img {
	float: right;
}

/* Close Footer */

/* Last Projects Widget */

.last_projects ul {
	letter-spacing: 11px;
	line-height: 40px;
}

.last_projects ul li {
	width: 130px;
	height: 96px;
	display: inline-block;
	overflow: hidden;
}

.last_projects ul li a {
	text-decoration: none;
	vertical-align: bottom;
}

.last_projects ul li a:hover .fade_box {
	opacity: 1;
}

.lp_nospace {
	margin: 0px !important;
}

.last_projects ul li img {
	width: 130px;
	position: absolute;
	z-index: 0;
}

.proj_info p {
	color: #FFF !important;
	vertical-align: bottom;
	position: absolute;
	bottom: 0px;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.proj_info {
	width: 100%;
	height: 100%;
	position: relative;
	background: rgba(233, 103, 58, 0.95);
	z-index: 1;
	display: none;
	letter-spacing: normal;
	line-height: normal;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
	-ms-transition:all 0.5s;
	transition:all 0.5s;
}

.place {
	font-family: "RobotoBold", Arial, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
}

.project_name {
	font-family: "RobotoRegular", Arial, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
}

/* Close Project Widget */

/* Services */

.services p {
	margin-top: -10px;
	margin-bottom: 10px;
}

.services ul li a {
	width: 100%;
	height: 42px;
	display: block;
	background: #e1e1e1;
	font-size: 14px;
	font-family: "RobotoBold", Arial, sans-serif;
	color: #606060;
	text-decoration: none;
	padding: 14px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 0.5s;
}

.services ul li a:hover {
	background: #e9673a;
	color: #FFF;
}

.services ul li + li {
	margin-top: 1px;
}

/* Close Services */

/* Blog Widget */

.blog_posts_holder {
	width: auto;
	overflow: hidden;
	height: auto;
	padding-top: 9px;
	margin-top: -10px;
}

.blog_post_box {
	width:auto;
	height: auto;
	margin-top: -8px;
	position: relative;
	overflow: hidden;
}

.b_post_content {
	height: 98px;
	overflow: hidden;
}

.blog_post {
	height: 98px;
	line-height: 18px;
	width: 420px;
	display: inline;
	float: left;
	margin: 10px 5px 10px 0px;
}

.blog_post p {
	color: #807f7f;
}

.blog_img {
	width: 179px;
	height: 98px;
	margin-right: 20px;
	float: left;
	overflow: hidden;
}

.blog_img img {
	width: 179px;
	position: relative;
	z-index: -0;
}

.slider_nav {
	margin-top: 38px;
}

.next, .prev {
	width: 24px;
	height: 24px;
	display: inline-block;
	position: relative;
	z-index: 1;
}

.prev {
	float: left;
	background: #000 url(../images/icons/blog_widget_nav.png) no-repeat;
	background-position: 8px 6px;
}

.next {
	float: right;
	background: #000 url(../images/icons/blog_widget_nav.png) no-repeat;
	background-position: -34px 6px;
}

.next:hover {
	background: #e9673a url(../images/icons/blog_widget_nav.png) no-repeat;
	background-position: -34px 6px;
}

.prev:hover {
	background: #e9673a url(../images/icons/blog_widget_nav.png) no-repeat;
	background-position: 8px 6px;
}

.b_post_content a {
	font-family: "RobotoRegular", Arial, sans-serif;
	font-style: 14px;
	color: #e9673a;
	display: block;
	margin-bottom: 5px;
}

/* Close Blog Widget */


/* Partners Widget */

.partners li img {
	float: left;
	width:20px;
}

/* Partners Widget Close */

.about_box {
	width:620px;
}

.about_box, .career, .testimonial {
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* About Box Widget */

.about_box p + p, .accordion_box p + p, .post_content p + p, .project_content p + p {
	margin-top: 18px;
}

/* Close About Box Widget */

/* Career Widget */

.about_box h3, .career h3, .testimonial h3 {
	margin-bottom: 22px;
}

.career {
	width: 300px;
	color: #606060;
}

.career h2 {
	font-family: "RobotoBold", Arial, sans-serif;
	font-size: 15px;
}

.career ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

.career ul li {
	font-family: "RobotoRegular", Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 30px;
	border-top: 1px solid #dcdcdc;
}

.career a {
	width: 100%;
	height: 33px;
	display: block;
	font-family: "RobotoRegular", Arial, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	background: #e9673a;
	text-transform: uppercase;
	vertical-align: bottom;
	padding: 12px 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 10px;
}
/* Close Career Widget */

/* Testimonial Widget */

.testimonial {
	width: 300px;
}

.testimonial_box .quote {
	width: 256px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background: white;
	border-top: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	border-left: 1px solid #dbdbdb;
}

.test_bottom {
	width: 256px;
	height: 24px;
	background: url(../images/icons/testimonial_bottom.png) no-repeat left top;
}

.testimonial_box h2 {
	font-family: "RobotoRegular", Arial, sans-serif;
	font-size: 18px;
	color: #606060;
	margin-top: -6px;
}

.testimonial_box .pos {
	font-family: "RobotoBold", Arial, sans-serif;
	font-size: 12px;
	color: #e9673a;
	text-transform: uppercase;
}

/* Testimonial Widget Close */

/* Staff */

.staff {
	margin-top: 20px;
	letter-spacing: 13px;
	line-height: 47px;
}

.staff .person {
	width: 300px;
	height: 138px;
	overflow: hidden;
	position: relative;
	border: 1px solid #FFF;
	display: inline-block;
	letter-spacing: normal;
	line-height: normal;
	margin-top: 10px;
	margin-bottom: 10px;
}

.person img {
	width: 100%;
	position: absolute;
}

.staff_info {
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(233, 103, 58, 0.93);
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	transition:all 0.5s;
	display: none;
}

.staff_pos {
	width: 177px;
	font-family: "RobotoRegular", Arial, sans-serif;
	font-size: 12px;
	color: #ffc8b5 !important;
}

.staff_name {
	width: 177px;
	font-family: "RobotoBold", Arial, sans-serif;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.staff_info p {
	color: #fff;
}

.staff_info .social_links li a {
	width: 23px;
	height: 23px;
	display: inline-block;
}

.staff_info li {
	display: inline-block;
}

.social_links {
	position: absolute;
	top: 20px;
	right: 20px;
}

.staff_info .social_links .fb_s {
	background: url(../images/icons/staff_link.png) no-repeat;
}

.staff_info .social_links .tw_s {
	background: url(../images/icons/staff_link.png) no-repeat -29px 0px;
}

.staff_info .social_links .rss_s {
	background: url(../images/icons/staff_link.png) no-repeat -57px 0px;
}

.staff_info .social_links .fb_s:hover {
	background: url(../images/icons/staff_link.png) no-repeat -0px -23px;
}

.staff_info .social_links .tw_s:hover {
	background: url(../images/icons/staff_link.png) no-repeat -29px -23px;
}

.staff_info .social_links .rss_s:hover {
	background: url(../images/icons/staff_link.png) no-repeat -57px -23px;
}
/* Close Staff */

/* Accordion Widget */

.page_accordion {
	padding:0;
	display: block;
	margin-bottom: 20px;
}

.mobile_accordion {
	display: none;
}

.slide div {
	display: inline-block !important;
	padding: 20px 0px 20px 0px;
	overflow: auto !important;
}

.slide > h2 {
	height: 79px !important;
	background: #e9673a !important;
	border-top: 1px solid #ea805c !important;
	color: white !important;
	font-family: "RobotoRegular", Arial, sans-serif !important;
	font-size: 18px !important;
	text-transform: uppercase !important;
	display: block !important;
	padding-top: 34px;
}

.slide > h2 span {
	color: #e9673a !important;
	background: white !important;
	width: 33px !important;
	display: inline-block !important;
	padding-top: 3px !important;
	padding-right: 0px !important;
	height: 33px !important;
	font-family: "RobotoBold", Arial, sans-serif !important;
	font-size: 36px !important;
	vertical-align: -10px !important;
	margin-right: 15px !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center !important;
	margin-left: 30px;
}

.slide > h2:hover {
	background: #d35428 !important;
}

.slide div p + p {
	margin-top: 20px;
}

.slide div > h3 {
	color: #e9673a;
	margin-bottom: 20px;
}

.mobile_accordion ul li > div {
	padding:30px !important;
}

.sevice_text {
	border: none;
}

/* Close Accordion Widget */

/* Blog Page */

.blog_posts_page {
	letter-spacing: 16px;
	line-height: 54px;
}

.blog_post_page {
	width: 298px;
	height: 187px;
	border: 1px solid white;
	display: inline-block;
	letter-spacing: 0px;
	line-height: 0px;
	position: relative;
	overflow: hidden;
}

.blog_post_page img, .project img {
	position: absolute;
	z-index: 0;
}

.blog_post_content, .project_box_info {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	letter-spacing: normal;
	line-height: normal;
	background: rgba(233, 103, 58, 0.93);
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box; 
	opacity: 1;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
	-ms-transition:all 0.5s;
	transition:all 0.5s;
	display: none;
}

.project_box_info {
	opacity: 0;
	display: block;
}

.blog_post_preview {
	width: 298px;
}

.blog_category, .project_category_post {
	width: 177px;
	font-family: "RobotoRegular", Arial, sans-serif;
	font-size: 12px;
	color: #FFC8B5 !important;
	text-transform: uppercase;
}

.blog_post_content h3 a, .project_box_info h3 a {
	font-family: "RobotoBold", Arial, sans-serif;
	font-size: 14px;
	color: white;
	display: block;
	margin-bottom: 12px;
}

.blog_post_content p, .project_box_info p {
	color: #fff;
}

.read_more {
	font-family: "RobotoBold", Arial, sans-serif;
	font-size: 12px;
	color: #e9673a;
	text-transform: uppercase;
	background: #FFF;
	width: 151px;
	height: 27px;
	display: inline-block;
	padding: 8px 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 11px;
}

.read_more span {
	width:13px;
	height: 13px;
	background: url(../images/icons/readmore_plus.png) no-repeat;
	display: inline-block;
	vertical-align: -2px;
	margin-top: -1px;
	margin-left: 4px;
}

.blog_title {
	width:100%;
	height:auto;
	max-height: 187px;
	position: absolute;
	z-index: 2;
	background: rgba(255,255,255, 0.93);
	bottom: 0;
	line-height: normal;
	letter-spacing: normal;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.blog_title h3 {
	font-family: "RobotoRegular", Arial, sans-serif;
	font-size: 12px;
	color: #6e6e6e;
	text-transform: uppercase;
}

.blog_title h1 a {
	font-family: "RobotoBold", Arial, sans-serif;
	font-size: 14px;
	color: #e9673a;
	vertical-align: bottom;
}

.blog_pages {
	width: 620px;
	height: 49px;
	background: rgba(255, 255, 255, 0.96);
	margin:auto;
	padding: 11px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.page_numbers {
	float: left;
}

.page_numbers a, .page_numbers .current, .page_numbers span {
	width: 27px;
	height: 27px;
	display: inline-block;
	color: #fff;
	background: #c6c6c6;
	font-family: "RobotoBold", Arial, sans-serif;
	font-size: 14px;
	padding: 7px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}

.page_numbers > * + * {
	margin-left: 1px;
}

.page_numbers a:hover, .page_numbers .current, .cur_page, .page_nav a:hover  {
	background: #e9673a !important;
	color: #fff !important;
}

.page_nav {
	float: right;
}

.page_nav a + a {
	margin-left: 1px;
}

.page_nav a {
	width: 56px;
	height: 27px;
	float: left;
	color: #fff;
	font-family: "RobotoBold", Arial, sans-serif;
	font-size: 14px;
	background: #c6c6c6;
	padding:8px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* Close Blog Page */

.contact, .map, .contact_info {
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.space {
	margin-top:-10px;
}

/* Contact Form Widget */

.contact form {
	margin-top: 20px;
}

.contact_form_info {
	width: 200px;
	height: 153px;
	margin-right: 19px;
	float: left;
}

.contact_form_info .label, .add_comment .label, .reply_form .label, .comment-form-author label, .comment-form-email label {
	width: 47px;
	height: 36px;
	float: left;
	border-top: 1px solid #EAEAEA;
	border-left: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
	background: white;
	padding: 8px 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.comment-form-author {
	display: inline-block;
	float: left;
	margin-right: 20px;
}

.comment-form-url, .add_comment .required, #respond .required {
	display: none;
}

.contact_form_info .label span, .add_comment .label span, .reply_form .label span, .comment-form-author label, .comment-form-email label {
	width: 46px;
	border-right: 1px solid #EAEAEA;
	padding-right: 6px;
	font-family: "RobotoBold", Arial, sans-serif;
	font-size: 11px;
	color: #E9673A;
	text-transform: uppercase;
	display: inline-block;
	padding-left: 7px;
	padding-top: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.contact_form_info .label span {
	padding-top: 1px !important;
}

#respond input {
	margin-bottom: 20px;
}

.comment-form-author label, .comment-form-email label {
	text-align: center;
	border-right: 0px;
}

.contact_form_info input[type=text], .add_comment input[type=text], .reply_form input[type=text] {
	width:150px;
	height: 36px;
	font-family: "RobotoRegular", Arial, sans-serif;
	font-size: 12px;
	color: #606060;
	display: inline-block;
	border-top: 1px solid #ececec;
	border-right: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	border-left: 0px;
	background: white;
	padding: 0px 13px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 0px;
}

.comment-form-comment label, #reply-title, .comment-notes {
	display: none;
}

#comment_form {
	margin-top: 20px;
}

#comment_form > p:first-child {
	float: left;
	margin-right: 20px;
}

.add_comment input[type=text] {
	width: 242px;
	margin-bottom: 20px;
}

.contact_form_info > p + p {
	margin-top:22px;
}

.message textarea, .add_comment textarea, .reply_form textarea, .comment-form-comment textarea {
	width: 361px;
	height: 152px;
	border:1px solid #ececec;
	font-family: "RobotoRegular", Arial, sans-serif;
	font-size: 12px;
	color: #606060;
	padding:13px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.add_comment textarea, .comment-form-comment textarea {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}

input:focus, textarea:focus {
	outline: none;
}

.left {
	float: left;
	margin-right: 10px;
}

#comment_reply_form textarea {
	width: 100%;
	margin-top:10px;
	margin-bottom: 10px;
}

.reply_form {
	display: none;
}

#comment_reply_form {
	margin-bottom: 45px;
}

.info_text {
	display: inline-block;
	float: left;
	margin-top: 10px;
}

.info_text span {
	color:#e9673a;
}

.form_buttons {
	display: inline-block;
	float: right;
	margin-top: 4px;
}

.reset {
	width:65px;
	height:27px;
	display: block;
	float: left;
	background: #606060;
	color: #fff;
	font-family: "RobotoBold", Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	padding-top:9px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin-right:18px;
}

#send, .form-submit #submit {
	width:auto;
	height: 27px;
	display: inline-block;
	background: #e9673a;
	color: #fff;
	border: 0px;
	font-family: "RobotoBold", Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	padding:9px 22px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}

.form-submit {
	float: right;
}

/* Close Contact Form Widget */

/* Map Widget */

.map {
	padding:0px;
	display: inline;
}

.map a.map_button {
	width: 83%%;
	display: block;
	margin: auto;
	position: relative;
	bottom: 58px;
	text-align:center;
	text-transform: uppercase;
	color: #fff;
	font-family: "RobotoRegular", Arial, sans-serif;
	background: #e9673a;
	font-size: 12px;
	padding: 10px 0px; 
}

/* Close Map Widget */

/* Contact Info Widget */

.contact_info > p {
	margin-top:-10px;
	margin-bottom: 10px;
}

.contact_info ul li span {
	width: 44px;
	height: 44px;
	display: inline-block;
	background: url(../images/icons/contact_info_icons.png) no-repeat;
	float: left;
	margin-right:15px; 
}

span.info_number {
	background-position: 0px -71px !important; 
}

span.info_email {
	background-position: 0px -144px !important; 
}

.contact_info_list > li {
	width: 100%;
	height: 70px;
	border-top: 1px solid #ececec;
	padding:13px 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.contact_info_list > li h3 {
	font-family: "RobotoBold", Arial, sans-serif;
	font-size: 12px;
	color: #e9673a;
	text-transform: uppercase;
}

.contact_info_list > li > ul li {
	font-family: "RobotoRegular", Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #606060;
}

/* Close Contact Info Widget */

/* Partner Widget */

.partners_heading {
	width: 100%;
	height: 96px;
	overflow: hidden;
	display: table !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.heading_content {
	display: table-row;
}

.heading_content > div {
	display: table-cell;
	vertical-align: top;
}

.partners_heading h3 {
	float: left;
	margin-top: 19px;
	margin-right:30px;
}

.partners_heading p {
	width: 949px;
	float: left;
	margin-top: 11px;
}

.partners_heading a {
	width: 120px;
	height: 27px;
	display: block;
	background: #E9673A;
	color: white;
	float: right;
	text-transform: uppercase;
	font-size: 12px;
	font-family: "RobotoBold";
	text-align: center;
	padding-top: 9px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 14px;
}

.partners_field {
	letter-spacing: 16px;
}

.partner {
	height: 164px;
	overflow: hidden;
	position: relative;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	letter-spacing: normal;
	line-height: normal;
}

.partner_logo {
	width:211px;
	height:121px;
	position: relative;
	display: inline-block;
	float: left;
	background: #fff;
	border: 1px solid #ececec;
	margin-right: 20px;
}

.partner_logo img {
	display: block;
	margin:auto;
}

.partner_content h4 {
	font-family: "RobotoRegular", Arial, sans-serif;
	font-size: 18px;
	color: #e9673a;
	text-transform: uppercase;
	margin-bottom: 11px;
}

.partner_content a {
	width: auto;
	height: 27px;
	display: inline-block;
	background: #E9673A;
	padding: 8px 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "RobotoBold", Arial, sans-serif;
	font-size: 12px;
	color: white;
	text-transform: uppercase;
	margin-top: 11px;
}

.partner_content a span {
	width: 13px;
	height: 13px;
	background: url(../images/icons/readmore_plus_white.png) no-repeat;
	display: inline-block;
	vertical-align: -2px;
	margin-top: -1px;
	margin-left: 4px;
}


/* Close Partner Widget */

/* Blog Post Widget */

.blog_post_img {
	overflow: hidden;
}

.blog_post_img img{
	float: left;
	margin-right: 20px;
	width: 597px;
}

.post_content {
	width:598px;
	height: 317px;
	display: inline-block;
	overflow: auto;
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.post_content h3 {
	margin-bottom: 20px;
}

.post_content::-webkit-scrollbar, .project_content::-webkit-scrollbar, .comments_field::-webkit-scrollbar {
	width: 5px;
}

.slide div::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

.post_content::-webkit-scrollbar-track, .project_content::-webkit-scrollbar-track, .slide div::-webkit-scrollbar-track, .comments_field::-webkit-scrollbar-track {
      background-color: #d8d8d8;
}

.post_content::-webkit-scrollbar-thumb, .project_content::-webkit-scrollbar-thumb, .comments_field::-webkit-scrollbar-thumb {
	background-color: #e9673a;
}

.slide div::-webkit-scrollbar-thumb {
	background-color: #b0b0b0;
}

.jspTrack {
    background: #d8d8d8 !important; /* changed from #dde */
    position: relative;
}
.jspDrag {
    background: #e9673a !important; /* changed from #bbd */
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}

.jspVerticalBar {
	width: 5px !important;
}

.post_social_links {
	margin-bottom: -16px;
}

.post_social_links a {
	width: auto;
	height: 25px;
	display: inline-block;
	padding-right:10px;
	border: 1px solid #3b5998;
	color: #3b5998;
	font-family: "RobotoBold", Arial, sans-serif;
	font-size: 12px;
	margin-right: 6px;
}

.post_social_links a span {
	width: 26px;
	height: 25px;
	display: inline-block;
	background: url(../images/icons/post_social_links.png);
	vertical-align: -7px;
	margin-right: 10px;
}

.post_social_links a.tw {
	border: 1px solid #00aced;
	color: #00aced;
}

.post_social_links a.tw span {
	background-position: -26px 0px; 
}

.post_social_links a.pin {
	border: 1px solid #cb2026;
	color: #cb2026;
}

.post_social_links a.pin span {
	background-position: -52px 0px;
}

/* Close Blog Post Widget */

/* Project Page */

.project:hover .project_box_info {
	opacity: 1 !important;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
	-ms-transition:all 0.5s;
	transition:all 0.5s;
}

.projec_page_nav li {
	display: inline-block;
	margin-right:6px;
}

.projec_page_nav li a {
	width: auto;
	height: 27px;
	display: block;
	font-family: "RobotoRegular", Arial, sans-serif;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
}

li.p_prev a, li.p_next a {
	background: #e9673a;
}

.back {
	background: #000000;
}

li.p_prev a{
	padding-right:12px;
}

li.p_next a, .back {
	padding-left:12px;
}

/* Close Project Page */

/* Project Preview */

.projec_page_nav {
	margin-bottom: 20px;
}

.projec_page_nav li a span {
	width: 25px;
	height: 27px;
	background: rgba(0,0,0,0.10) url(../images/icons/project_nav_icons.png) no-repeat;
	display: inline-block;
	vertical-align: -9px;
}

.projec_page_nav li.p_prev a span {
	background-position: 7px 7px;
	margin-right:12px;
}

.projec_page_nav li.p_next a span {
	background-position: -25px 7px;
	margin-left:12px;

}

.projec_page_nav li .back span {
	background: rgba(255,255,255,0.10) url(../images/icons/project_nav_icons.png) no-repeat;
	background-position: -53px 6px;
	margin-left:12px;
}

.project_img_slider {
	width: 796px;
	height: 364px;
	float: left;
	overflow: hidden;
	margin-right: 20px;
	position: relative;
}

.project_img_slider li, .project_img_slider li img {
	width: 100%
}

.project_img_slider img {
	z-index: 0;
    display: block;
}

.project_content {
	width: 404px;
	height: 324px;
	overflow: auto;
	display: inline-block;
	margin-bottom: 13px;
	padding-right:10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;

}

.project_content h3 {
	margin-bottom: 5px;
}

.project_content p.project_category {
	font-family: "RobotoRegular", Arial, sans-serif;
	font-size: 12px;
	color: #2c2c2c;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.project_content ul {
	list-style:inside circle;
	margin:20px 0px;
}

.project_content ul li {
	font-family: "RobotoRegular", Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #606060;
	padding:5px 0px;
	border-top: 1px solid #d5d5d5;
}

.project_slider_nav, .home_slider_nav {
	width: 100%;
	position: absolute;
	z-index: 10;
	top: 50%;
	margin-top: -45px;
}

.pro_prev, .h_prev {
	float: left;
	background-position: 22px 17px !important;
}

.pro_next, .h_next {
	float: right;
	background-position: -53px 17px !important
}

.pro_prev:hover, .h_prev:hover {
	background: #e9673a url(../images/icons/project_nav.png) no-repeat;
	background-position: 22px 17px !important;
}

.pro_next:hover, .h_next:hover {
	background: #e9673a url(../images/icons/project_nav.png) no-repeat;
	background-position: -53px 17px !important
}

.project_slider_nav a, .home_slider_nav a {
	width: 70px;
	height: 70px;
	display: block;
	background: #000 url(../images/icons/project_nav.png) no-repeat;
	z-index: 10;
}

/* Close Project Preview */

/* Projects Page Widget */

.project_holder {
	width: auto;
	overflow: hidden;
}

.slider_div {
	width: 7000000px;
}

.projects_box {
	letter-spacing: -3px;
	line-height: 11px;
	width: auto;
	display: inline-block;
}

.project {
	width: 304px;
	height: 188px;
	display: inline-block;
	letter-spacing: normal;
	line-height: normal;
	position: relative;
	z-index: 10;
}

.project_box_info h3 a {
	text-transform: uppercase;
}

.project_box_info .read_more {
	width:auto;
	padding:8px 10px;
}

.projects_filter {
	width: auto;
	height: auto;
	position: absolute;
	top: 20px;
	right: 31px;
	z-index: 200;
}

.projects_filter .filter_main_element a, .projects_filter .filter_item a {
	height: 27px;
	background: #ea673a;
	padding-left: 12px;
	display: block;
}

.filter_main_element span {
	width: 25px;
	height: 27px;
	background: rgba(0, 0, 0, 0.10) url(../images/icons/drop_arrow.png) no-repeat;
	display: inline-block;
	vertical-align: -9px;
	background-position: 6px 9px !important;
	margin-left: 12px;
}

.filter_main_element a, .filter_item a {
	color: #FFFFFF;
	font-family: "RobotoRegular", Arial, sans-serif;
	font-size: 12px;
}

.filter_main_element a {
	text-transform: uppercase;
}

.filter_item a {
	border-top: 1px solid #d25c34;
	padding-top: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
}

.filter_item a:hover {
	color: #7c3218;
}

.project_widget_slider {
	width: 100%;
	position: absolute;
	z-index: 10;
	top: 50%;
	margin-top: -45px;
}

.pr_prev {
	float: left;
	background-position: 22px 17px !important;
	left: -71px;
	position: relative;
	top: 33px;
}

.pr_next {
	float: right;
	background-position: -53px 17px !important;
	right: -10px;
	position: relative;
	top: 33px;
}

.pr_prev:hover {
	background: #e9673a url(../images/icons/project_nav.png) no-repeat;
	background-position: 22px 17px !important;
}

.pr_next:hover {
	background: #e9673a url(../images/icons/project_nav.png) no-repeat;
	background-position: -53px 17px !important
}

.project_widget_slider a {
	width: 70px;
	height: 70px;
	display: block;
	background: #000 url(../images/icons/project_nav.png) no-repeat;
	z-index: 10;
}

/* Close Projects Page Widget */

/*-------------------------------------------------------*/

/* SHORTCODES */

/* Tabs widget */

.tabs {
	padding:0px !important;
	position: relative;
}

.tab_buttons ul li {
	float: left;
}

.tab_buttons ul li a {
	min-width: 39px;
	font-family: "RobotoRegular", Arial, sans-serif;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	background: #e9673a;
	padding: 16px 30px;
	display: block;
}

.tab_buttons ul li + li {
	border-left: 1px solid #d2633d;
}

.selected_tab {
	background: none !important;
	color: #e9673a !important;
}

.tab_buttons ul li a:hover {
	background: #d2633d;
}

.tabs_content {
	position: relative;
}

.tab_content {
	padding:20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	top:0px;
	display: none;
}

.selected_tab_content {
	display: block;
}

.dropcap:first-letter {
	float: left;
	color:#fff;
	background:#e9673a;
	font-family: "RobotoBold", Arial, sans-serif;
	font-size: 200%;
	display: block;
	padding:8px;
	margin-right: 5px;
}

/* Close Tabs widget */

/* Blockquote */

.blockquote {
	padding:20px 20px 20px 70px !important;
	background: #fff url(../images/icons/blockquote.png) no-repeat 20px 20px;
	border: 1px solid #dbdbdb;
	font-family: "RobotoRegular", Arial, sans-serif !important;
	font-size: 12px !important;
}

/* Close Blockquote */

/* Accordion */

.accordion ul li > h4{
	width: auto;
	height: 45px;
	background: rgba(233, 103, 58, 0.95);
	padding: 14px 20px 20px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.accordion ul li > h4:hover {
	background: rgba(215, 100, 61, 0.95);
}

.accordion ul li > h4 a {
	color: white;
	font-family: "RobotoRegualr", Arial, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	border-left: 5px solid white;
	padding-left: 6px;
	background: ;
}

.accordion ul li > h4 a span {
	width: 27px;
	height: 27px;
	background: url(../images/icons/accordion_fold.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
	float: right;
	margin-top: -4px;
	margin-right: -10px;
}

.selected_accordion {
	background: url(../images/icons/accordion_unfolded.png) no-repeat !important;
}

.accordion ul li > div {
	background: rgba(255, 255, 255, 0.95);
	padding:10px 20px;
	display: none;
}

.active {
	display: block !important;
}

.info_message, .yes_message, .error_message, .info2_message {
	padding:10px;
	font-size: 12px;
	font-family: "RobotoRegular", Arial, sans-serif;
	margin-bottom: 10px;
}

.info_message strong, .yes_message strong, .error_message strong, .info2_message strong {
	font-family: "RobotoBold", Arial, sans-serif;
	text-transform: uppercase;
	display: inline-block;
	margin-right: 10px;
}

.info_message {
	background: #e7f4f5;
	border:1px solid #d7e0e1;
}

.info_message strong {
	color: #91b2b8;
}

.yes_message {
	background: #d0ecd2;
	border:1px solid #c3e4c6;
}

.yes_message strong {
	color: #8eba91;
}

.error_message {
	background: #e9cdcd;
	border:1px solid #dbc2c2;
}

.error_message strong {
	color: #ad8484;
}

.info2_message {
	background: #f2e6b9;
	border:1px solid #e4d8af;
}

.info2_message strong {
	color: #b8aa74;
}

/* Close Accordion */

/* CLOSE SHORTCODES */

/* LISTS */

.unordered_list, .ordered_list, .arrow_list, .arrow2_list {
	margin-bottom: 20px;
}

.unordered_list li + li, .ordered_list li + li, .arrow_list li + li, .arrow2_list li + li {
	margin-top:5px;
}

.lists ul, .lists ol {
	width:128px;
	display: inline-block;
}

.unordered_list li {
	list-style-type:none;
}

.unordered_list li:before {
	content: " - ";
	float: left;
	margin-right: 5px;
}

.ordered_list {
	list-style-position: inside;
	font-family: "RobotoBold", Arial, sans-serif;
	font-size: 12px;
	color: #e9673a;
}

.arrow_list {
	list-style-image:url(../images/icons/arrow_list.png);
	list-style-position: inside;
}

.arrow2_list {
	list-style-image:url(../images/icons/arrow2_list.png);
	list-style-position: inside;
}

/* CLOSE LISTS */

/* BUTTONS */

.buttons h3 {
	letter-spacing: normal;
}

.buttons {
	letter-spacing: 21px;
}

.buttons .button {
	margin-bottom: 11px;
}

.button {
	font-family: "RobotoBold", Arial, sans-serif;
	font-size: 12px;
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	padding: 6px 10px 6px 10px;
	letter-spacing: normal;
	line-height: normal;
}

.button span {
	width: 13px;
	height: 13px;
	background: url(../images/icons/readmore_plus_white.png) no-repeat;
	background-position: -0px -0px !important;
	display: inline-block;
	margin-left:5px;
	vertical-align: -2px;
}

.button_01 {
	background: #e9673a;
}

.button_02 {
	background: #000000;
}

.button_03 {
	background: #a1a1a1;
}

.button_04 {
	background: #a63f1b;
}

.button_05 {
	background: #de3232;
}

.button_06 {
	background: #71af50;
}

.button_07 {
	background: #f4b407;
}

.button_08 {
	background: #3f5f95;
}

.button_09 {
	background: #6f5488;
}

/* CLOSE BUTTONS */

.home_slider {
	display: none;
	border-top:2px solid #e9673a;
}

.background_img {
	width: 100%;
	height: 100%;
	position: fixed;
	top:0px;
	background-position: center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	z-index: -11;
}

.children {
	padding-left: 30px;
	border-left: 1px solid #e9673a;
	margin-bottom: 10px;
}

.add_comment {
	margin-right: 20px;
}

.comments, .add_comment {
	width: 598px;
	display: inline-block;
	vertical-align: top;
}

.comments_field {
	height: 315px;
	overflow: auto;
	padding-right: 20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}

.comment_content {
	margin-bottom: 20px;
}

.comment .user_img {
	width: 87px;
	height: 87px;
	overflow: hidden;
	float: left;
}

.user_img img {
	width: 100%;
	height: 100%;
}

.comment > .comment_content {
	padding-left: 100px;
}

.comment_content .name {
	color: #e9673a;
	float: left;
}

.comment_content .com_date {
	float: right;
	color: #222222;
	margin-bottom: 7px;
}

.comment_content .com_cont {
	clear: right;
	margin-top:5px;
	margin-bottom:5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ebebeb;
}

.comments_widget {
	height: 355px;
}

.comments_widget .widget_title {
	margin-bottom: 20px;
}

.comment_content .button {
	float: right;
	margin-top:-18px;
	margin-right: 20px;
}

.col_460 {
	width: 460px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.col_300 {
	width: 300px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.col_620 {
	width: 620px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

@-moz-document url-prefix() { 
  
	.comments_field {
		width: 580px;
	}

}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.sticky { color: #e9673a; }

.gallery {
    margin: auto;
    overflow: hidden;
    width: 100%;
}
.gallery .gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
}
.gallery img {
    border: 2px solid #cfcfcf;
}
.gallery .gallery-caption {
    margin-left: 0;
}
.gallery br { clear: both }
.col-2 { width: 50% }
.col-3 { width: 33.333% }
.col-4 { width: 25% }
.col-5 { width: 20% }
.col-6 { width: 16.666% }
.col-7 { width: 14.285% }
.col-8 { width: 12.5% }
.col-9 { width: 11.111% }

.bypostauthor{
background-color: #e9673a; }

.odd {
background-color: #e9673a; }

.even {
background-color: #e9673a; }

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}

.widget_links a, .widget_recent_entries a, .widget_meta a, .widget_search a, .widget_archive a, .widget_calendar a, .widget_nav_menu a, .widget_categories a, .widget_recent_comments a, .recentcomments {

	font-family: "RobotoRegular";
	font-size: 12px;
	color: #666;
	margin-bottom: 5px;
}

.widget_links a, .widget_recent_entries a, .widget_meta a, .widget_search a, .widget_archive a, .widget_calendar a, .widget_nav_menu a, .widget_categories a, .widget_recent_comments a {

	color: #e9673a;
}

.widget_links, .widget_recent_entries, .widget_meta, .widget_search, .widget_archive, .widget_calendar, .widget_nav_menu, .widget_categories, .widget_recent_comments {


}

.widget_calendar tr td {

	font-family: "RobotoRegular";
	font-size: 12px;
	color: #666;
	padding: 5px 10px;
}

#wp-calendar > caption {

	margin-bottom: 10px;
}

.widget_search input[type=text] {
	height: 26px;
	padding: 0px 10px;
	border: 1px solid #eaeaea;
	margin: 5px 0px;
}

.widget_search label {
	font-family: "RobotoRegular";
	font-size: 12px;
	color: #666;
}

.widget_search input[type=submit] {
	font-family: "RobotoBold", Arial, sans-serif;
	font-size: 12px;
	color: white;
	display: inline-block;
	text-transform: uppercase;
	padding: 6px 10px 6px 10px;
	letter-spacing: normal;
	line-height: normal;
	background: #E9673A;
	cursor: pointer;
	border: none;
}

.widget_dynamic {
    float: left;
    display: inline;
    margin: 0px 10px 20px 10px;
}

#bg {
	position:fixed; 
	top:-50%; 
	left:-50%; 
	width:200%; 
	height:200%;
	z-index: -1;
	display: none;
}

#bg img {
	position:absolute; 
	top:0; 
	left:0; 
	right:0; 
	bottom:0; 
	margin:auto; 
	min-width:50%;
	min-height:50%;
}

.search_page .widget_title {
	margin-bottom: 17px;
}

.results ul li {
	padding: 20px 0px;
}

.results ul li + li {
	border-top: 1px solid #e2e2e2;
}

.results ul li:first-child {
	padding: 0px 0px 20px 0px;
}

.results ul li:last-child {
	padding: 20px 0px 0px 0px;
}

.results ul li h5 a {
	font-style: 12px;
	color: #e9673a;
	text-transform: uppercase;
	font-family: "RobotoBold", Arial, sans-serif;
}