	/*
	Theme Name: Raluk Responsive Business Theme
	Theme URI: http://danthemes.com/wp/raluk/
	Description: Raluk Business Theme is a responsive, clean & modern WordPress theme with 6 color styles, perfect for a business/corporate website.
	Author: DanThemes
	Author URI: http://danthemes.com
	Version: 1.0
	Tags: blue, red, green, brown, black, orange, one-column, two-columns, translation-ready, left-sidebar, right-sidebar
	License: GNU General Public License
	License URI: license.txt
*/

@charset utf-8;
@import url(css/reset.css);
@import url(fonts.css);



/*******************************************************************************************************/
/* General */
/*******************************************************************************************************/

body, html {
	height: 100%;	
}

body {
	background: #fff;
	font-family: 'Ubuntu', sans-serif;
	color: #777;
	font-size:13px;
	line-height:25px;
	background-color: #ff6a00;
	background-image: url(images/bg_img.jpg);
	-webkit-font-smoothing:antialiased;
	background-repeat: repeat-x;

}



/*******************************************************************************************************/
/* Miscellaneous */
/*******************************************************************************************************/


.wrap {
	width:960px;
	margin:0 auto;
	position:relative;
}
#content_full .wrap {
	width:960px;
	margin:0 auto;
	position:relative;
	background-color: #fff;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#content_full .wrap p{
	padding: 10px 10px 4px;
}
.wrap2 {
	width:940px;
	margin:0 auto;
	position:relative;
	padding: 10px;
	background: rgba(67, 42, 34, 0.75);
}
.wrap2 h2{
	width:100%;
	color: #ffffe6;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
	margin-top: 30px;
	float: left;
	line-height:35px;
}

.clear {
	clear:both;
}
.alignleft {
	float:left;
	text-align:left;
	margin-right:20px;
}
.aligncenter {
	margin:0 auto;
	padding:0;
	text-align:center;
}
.alignright {
	float:right;
	text-align:right;
	margin-left:20px;
}
img.alignleft {
	float:left !important;
	padding:3px;
	border:5px solid #ddd;
}
img.aligncenter {
	float:none !important;
	margin:0 auto;
	padding:3px;
	border:5px solid #ddd;
}
img.alignright {
	float:right !important;
	padding:3px;
	border:5px solid #ddd;
}
.space {
	padding:30px 0;
}
.space2 {
	padding:20px 0;
}
.space3 {
	padding:10px 0;
}
.tinynav { display:none; }
.image-holder {
	border:5px solid #ddd;
	padding:3px;
	margin-bottom:10px;
}
.image-holder_left {
	border:5px solid #ddd;
	padding:3px;
	margin:0 20px 20px 0;
}
.image-holder_right {
	border:5px solid #ddd;
	padding:3px;
	margin:0 0 20px 20px;
}
.nomargin {
	margin:0 !important;
}
.flexslider_divider {background: url(./images/divider.png) repeat-x;height:8px;width:100%;margin:-50px 0 50px 0;}
.divider {
	background: url(images/divider.png) repeat-x;
	height:8px;
	width:100%;
	margin:50px 0;
}
span.dropcap {
	font-size:50px;
	line-height: 1;
	padding-right:10px;
	float: left;
	display: block;
}
p.mbox {
	text-shadow:none;
	margin:10px 0;
	padding:10px 0;
}
.img {
	opacity:1;
	-webkit-transition:opacity 350ms ease-in;
	-o-transition:opacity 350ms ease-in;
	-moz-transition:opacity 350ms ease-in;
}
.img:hover {
	opacity:0.8;
}
ul li {
	font-family: 'Lato', sans-serif;
	font-size:14px;
}
#wp-calendar {
	width:100%;
}

.read-more {
	clear:both;
	margin-top:10px;
	display:block;
}

input[type="password"] {
	background: transparent;
	border: 5px solid #ddd;
	padding:5px 20px;
	font:inherit !important;
	color: #777;
	width:175px;
	margin:0 10px 10px 0;
	text-align:left;
}
input[type="submit"] {
	border:none;
	background: #34342c;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	text-decoration: none;
	color: #fff;
	width:auto;
	padding:10px 15px;
	cursor:pointer;
	display: inline-block;
	font-family: inherit;
	text-align: center;
	text-decoration: none;
}
input[type="submit"]:hover {
	background: #050505;
	color: #fff;
}

.comments-nav-left {
	float:left;
	text-align:left;
}
.comments-nav-right {
	float:right;
	text-align:right;
}

#comment-form-author {
	float:left;
}
#comment-form-email {
	float:left;
}
#comment-form-url {
	float:left;
}
.sticky {  }
.gallery-caption {  }
.bypostauthor {  }

.gallery img {
	border:5px solid #ddd !important;
	padding:3px;
}
#respond label {
	float:left;
	clear:both;
}
#respond input {
	background: transparent;
	border: 5px solid #ddd;
	padding:10px 20px;
	float:left;
	font:inherit !important;
	color: #777;
	width:275px;
	margin:0 10px 10px 0;
	text-align:left;
	clear:both;
	display:block;
}
#respond input#submit {
	border:none;
	background: #34342c;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	text-decoration: none;
	color: #fff;
	width:auto;
	padding:10px 15px;
	cursor:pointer;
	display: inline-block;
	font-family: inherit;
	text-align: center;
	text-decoration: none;
}
#respond input#submit:hover {
	background: #050505;
}
#respond textarea {
	width:620px;
	display:block;
	clear:both;
	color: #777;
	font:inherit !important;
	margin-bottom:10px;
	height:150px;
	padding:10px 15px;
	border:5px solid #ddd;
}
code {
	background: #ddd;
	padding:5px 10px;
	margin-top:10px;
	display:block;
	clear:both;
}
.quote-container,
.url-container,
.gallery-container {
	float:right;
	width:420px;
}
.quote-container blockquote p {
	text-align:center;
	font-style:italic;
	font-size:18px !important;
}
.quote-container cite {
	text-align:center;
	font-size:13px;
	font-style:normal;
	clear:both;
	display:block;
	margin-top:20px;
}
.url-container p {
	text-align:center;
}
.url-container span a {
	text-align:center;
	font-size:18px !important;
}
.preview-image img {
	border: 5px solid #ddd;
	padding:3px;
}



/*******************************************************************************************************/
/* Page/Post Navigation */
/*******************************************************************************************************/

.default-blog-nav a {
	border: 5px solid #ddd;
	padding:3px 10px;
	color: #777;
	margin-right:10px;
	display:inline-block;
	width:auto;
	
	-webkit-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
}
.default-blog-nav a:hover {
	border: 5px solid #777;
	color: #777;
}

.post_navigation span.pages {
	border: 5px solid #ddd;
	padding:3px 10px;
	color: #777;
	margin-right:10px;
	display:inline-block;
	width:auto;
	
	-webkit-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
}
.post_navigation a p:hover {
	border: 5px solid #777 !important;
	padding:3px 10px;
	color: #777;
}
.post_navigation_links a p {
	border: 5px solid #ddd !important;
	padding:3px 10px !important;
	color: #777 !important;
	margin-right:10px !important;
	display:inline-block !important;
	width:auto !important;
	
	-webkit-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
}
.post_navigation_links p {
	color: #777;
	border: 5px solid #777;
	padding:3px 10px;
	margin-right:10px;
	display:inline-block;
	width:auto;
	
	-webkit-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
}
.wp-pagenavi {
	clear: both !important;
}
.wp-pagenavi a, .wp-pagenavi span {
	color: #777 !important;
	border: 5px solid #ddd !important;
	padding:3px 10px !important;
	margin-right:10px !important;
	display:inline-block !important;
	width:auto !important;
	
	-webkit-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border: 5px solid #777 !important;
	padding:3px 10px !important;
	color: #777 !important;
}
.wp-pagenavi span.current {
	border: 5px solid #777 !important;
	padding:3px 10px !important;
	color: #777 !important;
}



/*******************************************************************************************************/
/* Columns */
/*******************************************************************************************************/
.one_full {
	float:left;
	width:100%;
	margin:0 6% 0 0;
}
.one_half {
	float:left;
	width:47%;
	margin:0 6% 0 0;
}
.one_third {
	width:30%;
	float:left;
	margin-right:5%;
}
.two_thirds {
	float:left;
	width:65%;
	margin:0 5% 0 0;
}
.one_fourth {
	width:23%;
	float:left;
	margin-right:2.6%;
}
.one_fifth {
	float:left;
	width:18%;
	margin:0 2.5% 0 0;
}
.last {
	margin-right: 0 !important;
}



/*******************************************************************************************************/
/* Links */
/*******************************************************************************************************/


a {
	color: #F0751A;
	text-decoration:none;
	
	-webkit-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
}
a:hover {
	color: #F0751A;
	text-decoration:none;
}



/*******************************************************************************************************/
/* Headings */
/*******************************************************************************************************/


h1 {
	font-size:21px;
}
h2 {
	font-size:19px;
}
h3 {
	font-size:17px;
}
h4 {
	font-size:15px;
}
h5 {
	font-size:14px;
}
h6 {
	font-size:13px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', Arial,Helvetica,sans-serif;
	color: #444;
	font-weight:bold;
	margin:0px 0 5px 0;
}



/*******************************************************************************************************/
/* Paragraph */
/*******************************************************************************************************/


p {
	font-family: 'Ubuntu', sans-serif;
	font-size:13px;
	line-height:20px;
	margin:0 0 0px 0;
	text-shadow:none;
	color: #777;
}



/*******************************************************************************************************/
/* Logo */
/*******************************************************************************************************/


#logo {
	height:40px;
	background:none;
	border:none;
	float:left;
	position:relative;
	margin-top:12px;
}



/*******************************************************************************************************/
/* Top */
/*******************************************************************************************************/


#top {
	background-color: #432822;
	width:100%;
	position:relative;
	height: 111px;

}
#top_bottom {
	background: #fff;
	width:1060px;
	border-left:5px solid #062028;
	border-right:5px solid #062028;
	margin:0 auto -5px auto;
}



/*******************************************************************************************************/
/* Navigation Menu */
/*******************************************************************************************************/


#nav {
	float:right;
	width:auto;
	padding:0;
	margin:0;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#nav ul {
	float:right;
	display:inline-block;
	position:relative;
}
#nav ul li {
	float:left;
}
span.sub {
	text-transform:lowercase;
	color: #488398;
	line-height:10px;
	width:100%;
}
.sf-sub-indicator {
	line-height:10px;
	color: #488398;
	display: none;
}
.sub-menu {
}

#nav ul li a:hover span {
	color: #488398;
}
#nav ul li a {
	padding:35px 10px 35px;
	font-size:14px;
	border-top:5px solid transparent;
	font-family: 'Ubuntu', sans-serif;
	text-transform:uppercase;
	display:block;
	text-shadow: 1px 1px 0 #0c2d38;
	color: #ffffe6;
	
	-webkit-transition:all 350ms ease-in;
	-o-transition:all 350ms ease-in;
	-moz-transition:all 350ms ease-in;
}
#nav > ul > li:hover a {
	color: #fff;
	border-top:5px solid transparent;
}
#nav ul li a:hover {
	color: #fff;
	border-top:5px solid transparent;
}
#nav ul li a.selected {
	color: #fff;
}

#nav ul ul {
	position: absolute;
	background:#be4924;
	top:70px;
	min-width:210px;
	display:block;
	visibility: hidden;
	z-index:999999;
	border-left:none !important;
	right:0;
}
#nav ul ul li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
#nav ul ul li {
	float: none;
	display: list-item;
	width:100%;
	margin:0;
	border-right:none !important;
	border-left:none !important;
	text-align:left;
	border-bottom:1px solid #ffffe6;
}
#nav ul ul a {
	display:block;
	position:relative;
	text-shadow:none;
	width:auto;
	margin:0px 0 0 0;
	border-top:none !important;
	border-right:none !important;
	border-left:none !important;
	text-decoration:none;
	font-size:11px;
	color:#ffffe6 !important;
	padding: 7px 30px;
	-webkit-transition:none;
	-o-transition:none;
	-moz-transition:none;
}
#nav ul ul a:hover {
	background: #432822;
	color: #ffffe6 !important;
}



/*******************************************************************************************************/
/* Breadcrumbs */
/*******************************************************************************************************/


#breadcrumbs {
	width:100%;
	padding:10px 0 30px 0;
	overflow: hidden;
	margin:0px auto -30px auto;
}
#content_right #breadcrumbs .wrap {
    background: url("images/divider.png") repeat-x scroll center bottom #FFFFFF;
    margin-top: 0;
    padding-bottom: 15px;
    padding-top: 1px;
}

#breadcrumbs .wrap {
    background: url("images/divider.png") repeat-x scroll center bottom #FFFFFF;
    margin-top: 0;
    padding-bottom: 25px;
    padding-top: 6px;
}
#breadcrumbs h1 {
	color: #444;
	word-spacing: 5px;
	margin:20px 0 0;
	text-transform:uppercase;
}
#breadcrumbs p {
	color: #777;
	margin:0;
	padding-left:20px;
}
#breadcrumbs .wrap center{
	text-align: left;
	padding-left: 8px;
}



/*******************************************************************************************************/
/* Search Boxes */
/*******************************************************************************************************/


.search-text {
	width: 11px;
	height:20px;
	border: none;
	color:transparent;
	padding: 11px 0px 9px 0;
	margin-left:17px;
	margin-top:32px;
	border-top:1px solid transparent;
	border-bottom:1px solid transparent;
	background: url(images/search.png) no-repeat left;
	cursor: pointer;
	-moz-transition: 0.4s width ease;
	-webkit-transition-duration: 0.4s;
	-webkit-transition-property: width;
	-webkit-transition-timing-function: ease;
	-o-transition-duration: 0.4s;
	-o-transition-property: width;
	-o-transition-timing-function: ease;
}
.search-text:focus {
	padding: 11px 0px 9px 20px;
	width: 90px;
	border: none;
	cursor: text;
	font: inherit;
	color: #fff;
	outline-width: 0;
}

.search-sidebar {
	border:5px solid #ddd;
}
.search-text-sidebar {
	width: 160px;
	outline: 0;
	height:20px;
	border: none;
	color: #777;
	padding: 11px 0px 9px 20px;
	margin-left:17px;
	background: url(images/search-sidebar.png) no-repeat left;
	cursor: text;
}

.menu .sub-menu {
	display:none;
}
.menu {
	border-bottom:none !important;
}
.menu .search {
	border:5px solid #ddd;
}
.menu .search-text {
	width: 160px;
	height:20px;
	border: none;
	margin:0;
	color: #777 !important;
	padding: 11px 0px 9px 20px;
	margin-left:17px;
	background: url(images/search-sidebar.png) no-repeat left;
	cursor: text;
}



/*******************************************************************************************************/
/* Text Slider */
/*******************************************************************************************************/


.heading p {
	margin:20px 0;
	text-align:center !important;
}
.heading h1 {
	text-align:center !important;
}
.heading a.button {
	margin:20px 0 0 0;
}
#slides {
	position:relative;
	height:auto;
}
.slides_container {
	width:960px;
	display:none;
	height:auto;
}
.slides_container div {
	width:960px;
	padding-top:70px;
	height:100px;
}
.slides_container p {
	width:960px !important;
}
#slides .next, #slides .prev {
	position:absolute;
	top:0;
	left:44.6%;
	width:25px;
	height:42px;
	display:block;
	z-index:101;
	color:transparent;
	-webkit-transition:all 250ms ease-in;
	-o-transition:all 250ms ease-in;
	-moz-transition:all 250ms ease-in;
}
.prev {
	margin-right:70px;
	background: url(images/prev.png) no-repeat;
}
.prev:hover {
	background: url(images/prev_hover.png) no-repeat;
}
.next {
	margin-left:70px;
	background: url(images/next.png) no-repeat;
}
.next:hover {
	background: url(images/next_hover.png) no-repeat;
}





/*******************************************************************************************************/
/* Content Misc */
/*******************************************************************************************************/


.homepage-p {
	display:block;
	text-align:center;
}
.homepage-p h3 {
	margin:20px auto 5px auto;
	text-align:center;
	-webkit-transition:all 250ms ease-in;
	-o-transition:all 250ms ease-in;
	-moz-transition:all 250ms ease-in;
}
.homepage-p:hover h3 {
	color: #f0751a;
}
.homepage-p p {
	margin:0 auto;
	text-align:center;
}
.homepage-p img {
	margin:0 auto !important;
	display:block;
}
.homepage_top_icon1 { background: url(images/icons/icon1.png) no-repeat top center; width:83px; height:60px; margin:0 auto; }
.homepage_top_icon2 { background: url(images/icons/icon2.png) no-repeat top center; width:83px; height:60px; margin:0 auto; }
.homepage_top_icon3 { background: url(images/icons/icon3.png) no-repeat top center; width:83px; height:60px; margin:0 auto; }
.homepage_top_icon4 { background: url(images/icons/icon4.png) no-repeat top center; width:83px; height:60px; margin:0 auto; }
.homepage_top_icon5 { background: url(images/icons/icon5.png) no-repeat top center; width:83px; height:60px; margin:0 auto; }
.homepage_top_icon6 { background: url(images/icons/icon6.png) no-repeat top center; width:83px; height:60px; margin:0 auto; }
.homepage_top_icon7 { background: url(images/icons/icon7.png) no-repeat top center; width:83px; height:60px; margin:0 auto; }
.homepage_top_icon8 { background: url(images/icons/icon8.png) no-repeat top center; width:83px; height:60px; margin:0 auto; }





/*******************************************************************************************************/
/* Social icons */
/*******************************************************************************************************/


.social {
	margin-top:30px;
}
.social li img {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	opacity: 0.5;
	
	-webkit-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
}
.social li img:hover {
	opacity: 1;
}



/*******************************************************************************************************/
/* Testimonials */
/*******************************************************************************************************/


.testimonials_img {
	background: url(images/quote.png) no-repeat top left;
	float:left;
	display:block;
	width:59px;
	height:44px;
	margin-top:5px;
}
.testimonials blockquote {
	display:block;
	width:100%;
	margin:0;
}
.testimonials blockquote p {
	margin:0;
	padding-left:70px;
}
.testimonials cite {
	font-weight:bold;
	float:left;
	display:block;
	clear:both;
}



/*******************************************************************************************************/
/* Footer */
/*******************************************************************************************************/


/*#footer {
    background-image: url("images/footer_img.png");
    background-repeat: repeat-x;
    color: #488398;
    padding: 0 0 84px;
    text-shadow: 1px 1px 0 #0C2D38;
    width: 100%;
	float: left;
}*/
#footer {
    background-image: url("images/footer_img.png");
    background-repeat: repeat-x;
    color: #488398;
    padding: 0 0 78px;
    text-shadow: 1px 1px 0 #0C2D38;
    width: 960px;
    margin:0 auto;
}

#footer_top {
	background: #fff;
	height:100px;
	width:1060px;
	border-bottom:5px solid #062028;
	border-left:5px solid #062028;
	border-right:5px solid #062028;
	margin:-5px auto 40px auto;
}
#footer p {
	color: #488398;
	text-shadow: 1px 1px 0 #0c2d38;
}
#footer h3 {
	color: #eee;
	z-index:99999;
	font-weight:bold;
	padding:0 0 5px 0;
	margin-bottom:20px;
	border-bottom:5px solid #062028;
}
#footer a {
	color: #ddd;
}
#footer a:hover {
	color: #eee;
}



/*******************************************************************************************************/
/* Twitter */
/*******************************************************************************************************/


.latest-tweets {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow-y: hidden;
}
.latest-tweets li {
	overflow-y: auto;
	overflow-x: hidden;
	list-style-type: none;
	color: #488398;
	padding-bottom:10px;
	margin-bottom:30px;
}	
.latest-tweets li a {		
	color: #488398;
}
.tweet-text {
	background: url(images/bird.png) left center no-repeat;
	display:block;
	padding-left:35px;
}
.tweet-details {
	display:block;
	float:right;
	width:100%;
	text-align:right;
	color: #488398;
}
.tweet-details a {
	color: #488398 !important;
}
.tweet-details a:hover {
	color: #eee !important;
}



/*******************************************************************************************************/
/* Get In Touch */
/*******************************************************************************************************/


#get-in-touch p {
	padding-bottom:10px;
	color:#488398;
	width:100%;
}
#get-in-touch span {
	color: #eee;
}
#get-in-touch a {
	color:#488398;
}



/*******************************************************************************************************/
/* Copyright */
/*******************************************************************************************************/


#copyright {
	background: #432a22;
	width:100%;
	float: left;
}
#copyright p {
	padding:10px 10px 14px 10px;
	text-shadow: 1px 1px 0 #0c2d38;
	font-size:14px;
	margin:0;
	color: #fff;
}
#copyright a {
	color: #f0751a;
}
#copyright a:hover {
	color: #fff;
}



/*******************************************************************************************************/
/* Sidebars */
/*******************************************************************************************************/


.textwidget {
	width:100%;
}
#sidebar_left {
	float: left;
    margin-top: 10px;
    padding-left: 10px;
    width: 250px;
	background:url(images/divider-sidebar.png) right repeat-y;
}
#sidebar_right {
	float:right;
	width:250px;
	background:url(images/divider-sidebar.png) left repeat-y;
}

#sidebar_left .sidebar_area {
	width:237px;
	float:left;
	background:url(images/divider.png) bottom repeat-x;
	padding-bottom:40px;
	margin-bottom:30px;
}
#sidebar_right .sidebar_area {
	width:220px;
	float:right;
	background:url(images/divider.png) bottom repeat-x;
	padding-bottom:40px;
	margin-bottom:30px;
}

.sidebar_area h3 {
	text-transform:uppercase;
	font-size:13px;
}
#sidebar_left ul,
#sidebar_right ul {
	width:220px;
}
#sidebar_left ul li,
#sidebar_right ul li {
	border-bottom:1px dashed #ddd;
	font-size:13px !important;
	width:220px;
	padding:3px 0;
}
.tagcloud a {
	float:left;
	font-size:13px !important;
	margin-right:20px;
	border-bottom:1px dashed #ddd;
}



/*******************************************************************************************************/
/* Content */
/*******************************************************************************************************/


#content_left {
	float:left;
	width:660px;
}
#content_right {
	float:right;
	width:698px;
}
#content_right ul{
	list-style: disc outside none;
}
#content_right h2{
	padding-left: 10px;
}
#content_right h4{
	padding-left: 10px;
}

#content_full {
	margin: 0;
}
#content_full img {
	height:auto;
	width: auto;
}

#content_left img {
	height:auto;
	max-width:644px;
	width: auto;
}
#content_right img {
	height:auto;
	max-width:644px;
	width: auto;
}

#content_full h1, h2, h3, h4, h5, h6,
#content_left h1, h2, h3, h4, h5, h6,
#content_right h1, h2, h3, h4, h5, h6 {
	margin:10px 0;
}



/*******************************************************************************************************/
/* 404 Search Form */
/*******************************************************************************************************/


#search_form_404 .search-sidebar {
	width:220px;
	padding-right:20px !important;
	margin:40px auto;
}




/*******************************************************************************************************/
/* Member Image */
/*******************************************************************************************************/


.member-img {
	background:transparent;
	border:5px solid #ddd;
	padding:3px;
	max-width:80px;
	max-height:80px;
	margin-right:20px;
}
.member-name {
	font-weight:bold;
	font-size:15px;
	text-transform:uppercase;
	margin-top:15px;
}
.member-role {
	font-size:12px;
}




/*******************************************************************************************************/
/* Blog Post */
/*******************************************************************************************************/


.blog-post {
	padding-bottom:20px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.blog-post embed {
	max-width:660px;
}
.blog-post h3 {
	padding:0 0 10px 0;
	margin:0;
}
.blog-post-info {
	width:200px;
	float:left;
}
.blog-post-text {
	width:420px;
	float:right;
}
.blog-post-info img {
	padding-right:5px;
	margin-top:3px;
}
.blog-post-info li {
	font-size:11px;
	border-bottom:1px dashed #ddd;
	padding:3px 3px 3px 0;
	width:100%;
	margin-right:50px;
	float:left;
}


.blog-post-info_single {
	background: url(./images/divider.png) repeat-x bottom;
	padding-bottom:20px;
	margin-bottom:20px;
	width:100%;
}
.blog-post-info-divider {
	background: url(./images/divider.png) repeat-x bottom;
	padding-bottom:20px;
	margin-bottom:20px;
}

.blog-post-single-top {
	border-bottom:1px dashed #ddd;
	padding-bottom:3px;
}
.blog-post-cats {
	width: 100%;
	padding-bottom:3px;
}
.blog-post-tags {
	width: 100%;
	border-top:1px dashed #ddd;
	padding-top:3px;
}

.blog-post-others {
	width:100%;
	padding-top:3px;
}
.blog-post-info_single img {
	margin-top:4px;
	padding-right:10px;
}
.blog-post-others-one {
	float:left;
	width:200px;
}
.blog-post-others-two {
	float:left;
	margin-left:84px;
	width:auto;
	text-align: center;
}
.blog-post-others-three {
	text-align:right;
	float:right;
}

#blog-content {
	padding:20px 0;
	overflow:hidden;
}
#blog-content img {
	height:auto;
	max-width:660px;
	width: auto;
}

.wp-caption {
	width:auto !important;
	margin-bottom:15px;
}
.wp-caption-text {
	padding:5px 0;
	width:auto !important;
	margin:0;
	text-align: center;
}

span.edit-link {
	float:left;
}

.blog-post-author {
	background: url(./images/divider.png) repeat-x top;
	padding-top:40px;
	padding-bottom:20px;
	margin-top:20px;
}
.blog-post-author h3 {
	font-size:13px;
	margin:0;
	padding:0;
}
.blog-post-author h3 span {
	text-transform:none;
	font-size:13px;
}


.attachment-post-thumbnail {
	border:5px solid #ddd;
	padding:3px;
	width:auto;
	max-width:644px;
	height:auto;
	margin-bottom:10px;
	opacity:1;
	-webkit-transition:opacity 350ms ease-in;
	-o-transition:opacity 350ms ease-in;
	-moz-transition:opacity 350ms ease-in;
}




/*******************************************************************************************************/
/* Blog Comments */
/*******************************************************************************************************/


.depth-2 {width:600px;float:right;}
.depth-2 .comment-body {width:480px;padding-left:40px;background: url(images/comment-img.png) no-repeat left top;float:right;}

.depth-3 {width:540px;float:right;}
.depth-3 .comment-body {width:420px;padding-left:40px;background: url(images/comment-img.png) no-repeat left top;float:right;}

.depth-4 {width:480px;float:right;}
.depth-4 .comment-body {width:360px;padding-left:40px;background: url(images/comment-img.png) no-repeat left top;float:right;}

.depth-5 {width:420px;float:right;}
.depth-5 .comment-body {width:300px;padding-left:40px;background: url(images/comment-img.png) no-repeat left top;float:right;}

.comment-body {
	width:510px;
	padding-left:40px;
	background: url(images/comment-img.png) no-repeat left top;
	float:right;
}
.comment-info {
	border-bottom:1px solid #dedede;
	margin-bottom:20px;
}
.comment-form-comment {
	margin:20px 0;
}

p.comment-name {
	float:left;
	margin:0;
}
p.comment-reply {
	float:right;
	margin:0;
}



/*******************************************************************************************************/
/* Tabs */
/*******************************************************************************************************/


.tabcontainer {
	margin:0px 0px 0px 0px; 
}
ul.tabs {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
	height: 29px;
	width: 100%;
	
	border-bottom:3px solid #ddd;

}
ul.tabs li {
	float: left;
	margin: 0 1px 0 0;
	padding: 0;
	height: 29px;
	overflow: hidden;
	position: relative;
	font-size:11px;
	
	border-bottom:3px solid #ddd;
	
	font-family: inherit;
	font-size:13px;
	
	-webkit-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
}
ul.tabs li:hover {
	border-bottom:3px solid #777;
}
ul.tabs li a {
	text-decoration: none;
	display: block;
	padding: 0 15px;
	outline: none;
	color: #777;
}
ul.tabs li a:hover {
	text-decoration:none;
	padding-bottom:1px;
	background:none;
}
ul.tabs li.active {
	border-bottom:3px solid #777;
}
.tab-content {
	padding: 15px 0 0 0;
	margin-top:0px;
}
.tab-content p {
	margin-bottom:10px;
}



/*******************************************************************************************************/
/* Toggle */
/*******************************************************************************************************/


p.trigger {
	padding: 7px 0px;
	margin: 0 0 0px 0;
	width:auto;
	font-weight: normal;
	border-top:0px;
}
p.trigger span {
	text-decoration: none;
	display: block;
	padding-left:25px;
	line-height:normal;
	background: url(images/open.png) no-repeat left center;
	cursor:pointer;
}
p.active span{
	background: url(images/close.png) no-repeat left center !important;
}
p.trigger a:hover {
	color: #454545;
}
.toggle_container {
	margin: 10px 0 10px 25px;
	padding: 0;
	overflow: hidden;
	clear: both;
	
	background: #fff;
	border: 1px solid #ddd;
}
.toggle_container .block {
	padding: 0px;
}
.toggle_container .block p {
	padding: 10px 20px;
	margin:0;
}



/*******************************************************************************************************/
/* Typography */
/*******************************************************************************************************/


table.demotable {
	width:100%;
	font-size:11px;
	border:0;
}
.demotable tr th {
	background:#0c2d38;
	border-top:5px solid #062028;
	border-bottom:5px solid #062028;
	color: #fff;
	padding:10px 0;
	font-size:13px;
}
.demotable tr td{
	background:#eee;
	padding:6px 0;
	text-align:center;
	border-bottom:1px solid #fff;
}
.demotable tr:hover td{
	background:#ddd;
}



/*******************************************************************************************************/
/* List */
/*******************************************************************************************************/


.list .icon1 { background: url(images/list/icon1.png) no-repeat left center; padding-left:30px; }
.list .icon2 { background: url(images/list/icon2.png) no-repeat left center; padding-left:30px; }
.list .icon3 { background: url(images/list/icon3.png) no-repeat left center; padding-left:30px; }
.list .icon4 { background: url(images/list/icon4.png) no-repeat left center; padding-left:30px; }
.list .icon5 { background: url(images/list/icon5.png) no-repeat left center; padding-left:30px; }
.list .icon6 { background: url(images/list/icon6.png) no-repeat left center; padding-left:30px; }
.list .icon7 { background: url(images/list/icon7.png) no-repeat left center; padding-left:30px; }
.list .icon8 { background: url(images/list/icon8.png) no-repeat left center; padding-left:30px; }
.list .icon9 { background: url(images/list/icon9.png) no-repeat left center; padding-left:30px; }
.list .icon10 { background: url(images/list/icon10.png) no-repeat left center; padding-left:30px; }
.list .icon11 { background: url(images/list/icon11.png) no-repeat left center; padding-left:30px; }
.list .icon12 { background: url(images/list/icon12.png) no-repeat left center; padding-left:30px; }
.list .icon13 { background: url(images/list/icon13.png) no-repeat left center; padding-left:30px; }
.list .icon14 { background: url(images/list/icon14.png) no-repeat left center; padding-left:30px; }
.list .icon15 { background: url(images/list/icon15.png) no-repeat left center; padding-left:30px; }
.list .icon16 { background: url(images/list/icon16.png) no-repeat left center; padding-left:30px; }



/*******************************************************************************************************/
/* Highlight */
/*******************************************************************************************************/


.highlight_light {
	padding:2px 5px;
	text-shadow:none;
	background: #fff;
	color: #333;
	border:1px solid #e5e5e5;
}
.highlight_dark {
	padding:2px 5px;
	text-shadow:none;
	background: #555;
	color: #eee;
	border:1px solid #222;
}



/*******************************************************************************************************/
/* Message Boxes */
/*******************************************************************************************************/


.info {
	background: #b5e1ff;
	color: #2f9de8;
	width:100%;
	margin:1px;
	display:block;
	padding:10px;
	text-align:center;
	border-top:2px solid #7cc9ff;
	border-bottom:2px solid #7cc9ff;
}
.success {
	background: #d6f1c3;
	color:#6baf3c;
	width:100%;
	margin:1px;
	display:block;
	padding:10px;
	text-align:center;
	border-top:2px solid #c0e4a7;
	border-bottom:2px solid #c0e4a7;
}
.error {
	background: #ffb3b3;
	color:#d65151;
	width:100%;
	margin:1px;
	display:block;
	padding:10px;
	text-align:center;
	border-top:2px solid #fe7878;
	border-bottom:2px solid #fe7878;
}




/*******************************************************************************************************/
/* Pricing Tables */
/*******************************************************************************************************/


.pricing {
	width:960px;
}
.plan-title {
	font-size: 24px;
	margin:10px 0 0 -10px;
	font-family: 'Lato', Arial,Helvetica,sans-serif;
	color: #444;
	font-weight:bold;
	text-align:center;
}
.plan-list {
	margin:20px 0 20px 10px;
	width:88%;
}
.plan-list ul {
	border-top:1px solid #eee;
}
.plan-list li {
	border-bottom:1px solid #eee;
	line-height:30px;
	text-align:center;
}
.plan-list img {
	padding-right:10px;
}
.plan-list li.plan-list-first {
	border-top:1px solid #eee;
}








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


#portfolio-filter {
	list-style-type: none;
	text-align:center;
}
#portfolio-filter li {
	display: inline;
	margin-right: 30px;
}
#portfolio-filter li a {
	color: #777;
	text-decoration: none;
}
#portfolio-filter li .current,
#portfolio-filter li a:hover {
	color: #317790;
}
#portfolio-list {  
    list-style-type: none;
}
#portfolio-wrapper {  
    padding-bottom: 25px;
    margin:0 auto;
}

/*******************************************************************************************************/
/* Portfolio - One Column Layout */
/*******************************************************************************************************/

.thumb1 img {
	width:944px !important;
	height:auto !important;
	border:5px solid #ddd;
	padding:3px;
	margin-bottom:10px;
	opacity:1;
	-webkit-transition:opacity 350ms ease-in;
	-o-transition:opacity 350ms ease-in;
	-moz-transition:opacity 350ms ease-in;
}
.thumb1 img:hover {
	opacity:0.8;
}
.portfolio-item1 {  
    width: 960px;
    margin: 0 0 50px 0;
}
.portfolio-item1 h3 a {  
    text-transform: uppercase;  
    font-weight: bold;  
}  
.portfolio-item1 .excerpt {
    margin-bottom: 5px;  
}


/*******************************************************************************************************/
/* Portfolio - Two Columns Layout */
/*******************************************************************************************************/

.thumb2 img {
	width:454px !important;
	height:200px !important;
	border:5px solid #ddd;
	padding:3px;
	margin-bottom:10px;
	opacity:1;
	-webkit-transition:opacity 350ms ease-in;
	-o-transition:opacity 350ms ease-in;
	-moz-transition:opacity 350ms ease-in;
}
.thumb2 img:hover {
	opacity:0.8;
}
.portfolio-item2 {  
    width: 470px;  
    float:left !important;
    margin: 0 5px 50px 5px;
}
.portfolio-item2 h3 a {  
    text-transform: uppercase;  
    font-weight: bold;  
}  
.portfolio-item2 .excerpt {
    margin-bottom: 5px;  
}



/*******************************************************************************************************/
/* Portfolio - Three Columns Layout */
/*******************************************************************************************************/

.thumb3 img {
	width:284px !important;
	height:120px !important;
	border:5px solid #ddd;
	padding:3px;
	margin-bottom:10px;
	opacity:1;
	-webkit-transition:opacity 350ms ease-in;
	-o-transition:opacity 350ms ease-in;
	-moz-transition:opacity 350ms ease-in;
}
.thumb3 img:hover {
	opacity:0.8;
}
.portfolio-item3 {  
    width: 300px;  
    float: left;
    margin: 0 10px 50px 10px;
}
.portfolio-item3 h3 a {  
    text-transform: uppercase;  
    font-weight: bold;  
}  
.portfolio-item3 .excerpt {
    margin-bottom: 5px;  
}



/*******************************************************************************************************/
/* Portfolio - Four Columns Layout */
/*******************************************************************************************************/

.thumb4 img {
	width:214px !important;
	height:100px !important;
	border:5px solid #ddd;
	padding:3px;
	margin-bottom:10px;
	opacity:1;
	-webkit-transition:opacity 350ms ease-in;
	-o-transition:opacity 350ms ease-in;
	-moz-transition:opacity 350ms ease-in;
}
.thumb4 img:hover {
	opacity:0.8;
}
.portfolio-item4 {  
    width: 230px;  
    float: left;
    margin: 0 5px 50px 5px;
}
.portfolio-item4 h3 a {  
    text-transform: uppercase;  
    font-weight: bold;  
}  
.portfolio-item4 .excerpt {
    margin-bottom: 5px;  
}




/*******************************************************************************************************/
/* Contact Form */
/*******************************************************************************************************/


#simple-contact-form { padding-top:0px !important; }
#simple-contact-form fieldset { width: 100% !important; overflow: hidden !important; margin: 5px 0 !important; border: 0 !important; } 
#simple-contact-form fieldset input { float: right !important; width: 60% !important; padding:10px 15px !important; border:5px solid #ddd !important; } 
#simple-contact-form textarea { float: left !important; width: 620px !important; color: #777; padding:10px 15px !important; border:5px solid #ddd !important; } 
#simple-contact-form label { float: left !important; width: 30% !important; padding-top: 10px; }

.scf_error {
	padding:10px 15px;
	border:1px solid red;
}
.scf_success {
	padding:10px 15px;
	border:1px solid green;
}
.scf_spam {
	padding:10px 15px;
	border:1px solid yellow;
}




/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/

.flexslider_wrapper {
	width:100%;
	padding:22px 0 16px 0;
	overflow: hidden;
	background: transparent;
	/*margin:-100px auto 0px auto;*/
}
.slide-text {
	color: #fff;
	background: #000;
	display:block;
	position:absolute;
	bottom:30px;
	left:30px;
	width:300px;
	padding:20px 20px 10px 20px;
	opacity:0.8 !important;
} 
.flexslider {margin: 0; padding: 0; border: none!important;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block; height: auto;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/

.flexslider {
    border-radius: 0 !important;
    box-shadow: none !important;
    margin: 0 auto 20px auto !important;
    position: relative;
}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}


/* Direction Nav */
.flex-direction-nav {display:none !important;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -36px; text-align: center; height: 36px; line-height: 36px; background-color: #432822;}
.flex-control-nav li {margin: 11px 6px 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; border: solid 1px #fff; background: #432822; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px;}
.flex-control-paging li a:hover { background: #fff; }
.flex-control-paging li a.flex-active { background: #fff; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}


/* Slide Data -- EVERYTHING ABOVE IS FROM THE BASE ROTATOR */
.flexslider .slides li { position: relative; }
.flex-direction-nav a { }
.slide-data { color: #777 !important; padding:0px 15px !important; position: absolute; bottom: 25px !important; left: 25px !important; background: #000 !important; width:300px !important; opacity:0.8 !important; border-radius:0 !important; }
.slide-title { display:none; }

.one_fourth h3{
	color: #fff;
}
.one_fourth p{
	color: #fff;
}
.home_btm_cnt {
	margin: 0 auto; 
	width: 960px; 
	margin-top: 20px;
}
.home_btm_cnt img{
	width: 100%!important; 
}
.home_btm_cnt h3{
	float: left;
	width: 100%;
	font-size: 18px;
	color: #ffffe6;
	border-bottom: solid 4px #ffffe6;
	padding-bottom: 5px;
	margin-bottom: 10px;
	margin-top: 40px;
}
.home_btm_cnt p {
    color: #FFFFFF;
    float: left;
    font-size: 14px;
    margin-right: 20px;
    text-align: justify;
    width: 460px;
}
.proudly_s {
	background-color: #fff;
	padding: 8px;
}
.proudly_s h1{
	font-size: 28px;
	color: #432822;
	font-weight: bold;
	text-align: center;
	width: 100%;
}

.footer, .push {
	/*height: 124px;	*/
	height:121px;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -122px;
	background-image: url("images/ftr_trns_img.png");
    background-repeat: repeat-x;
	background-position: 0 bottom;
}
@-moz-document url-prefix() { 
  .wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
/*	margin: 0 auto -123px;*/
	margin: 0 auto -117px;
	background-image: url("images/ftr_trns_img.png");
    background-repeat: repeat-x;
	background-position: 0 bottom;
}
}

.hydra {
	float: left;
	width: 96%;
	padding: 20px;
}
.hydra_left_bg {
	float: left;
	width: 49%;
	padding: 5px;
	background-color: #F5F5F5;
}
.hydra_right_bg {
	float: left;
	width: 48%;
	padding: 5px;
	background-color: #F5F5F5;
}
.hydra_left {
	float: left;
	width: 49%;
	padding: 5px;
}
.hydra_right {
	float: left;
	width: 48%;
	padding: 5px;
}
.m_thumb {
    margin: 0 auto;
    padding: 20px;
    width: 830px;
}
.machine_thumb {
    float: left;
    height: 140px;
    margin: 0 15px 15px 0;
}
.machine_thumb img {
	/*width: 140px!important;
	height: 140px!important;*/
}

/*BUTTON CLASS*/
.button{
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	-moz-box-shadow:inset 1px 1px 0 rgba(255,255,255,0.3);
	-webkit-box-shadow:inset 1px 1px 0 rgba(255,255,255,0.3);
	box-shadow:inset 1px 1px 0 rgba(255,255,255,0.3);
	cursor:pointer;
	display:inline-block;
	padding:4px 10px;
	outline:none!important;
	text-align:center;
	text-decoration:none;
	position:relative;
	-moz-box-sizing:border-box!important;
	line-height:16px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	margin-right:4px;
}
.button_orange{
	background:#f0751a;
	background:-webkit-gradient(linear,left top,left bottom,from(#f0751a),to(#be4924));
	background:-moz-linear-gradient(top,#f0751a,#be4924);
	-pie-background:linear-gradient(top,#f0751a,#be4924);
	border:1px solid #be4924;
	color:#ffffff;
	text-shadow:0 1px 1px rgba(0,0,0,0.25);
}
.button_orange:hover,.button_orange:focus{
	background:#f0751a;
	background:-webkit-gradient(linear,left top,left bottom,from(#be4924),to(#f0751a));
	background:-moz-linear-gradient(top,#be4924,#f0751a);
	-pie-background:linear-gradient(top,#be4924,#f0751a);
	border:1px solid #be4924;
	color:#fff;
	background-color: -moz-linear-gradient;
	background-position: top;
}
.button_orange:active,.button_orange.active,.button_orange.current{
	background:#f0751a;
	background:-webkit-gradient(linear,left top,left bottom,from(#be4924),to(#f0751a));
	background:-moz-linear-gradient(top,#be4924,#f0751a);
	-pie-background:linear-gradient(top,#be4924,#f0751a);
	border:1px solid #be4924;
	color:#fff;
	background-color: -moz-linear-gradient;
	background-position: top;
}
/*BUTTON CLASS END*/

.hydra_left1 {
    float: left;
    padding: 2px 23px 2px 5px;
    text-align: right;
    width: 47%;
}
.hydra_right1 {
	float: left;
	width: 48%;
	padding: 2px;
}

.hydra1 {
	float: left;
	width: 96%;
	padding: 5px;
}

.content_full_two {
    margin: 10px 0 0!important;
}

#content_full h2 { padding-left:10px;}
.homepage-p h3 a{
color:#fff;
}
.homepage-p h3 a:hover{
color:#F0751A;
}
