/*
Theme Name: Element WordPress Theme
Theme URI: http://okaythemes.com/themes/element
Description: Clean and concise with a twist of modern undertones.
Author: Mike McAlister
Author URI: http://okaythemes.com.com
Version: 1.1
Tags: white, two-columns, fixed-width, custom-header, custom-background, threaded-comments
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset,
img { border: 0 }
ol,
ul { list-style: none }
caption,
th { text-align: left }
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-family: 'Cabin', Helvetica, sans-serif;
    font-weight: 700;
    color: #404040;
}
.clear_0 {
    clear: both;
    font-size: 0px;
    line-height: 0px;
    display: block;
}
.last { margin: 0 !important }
.pad_last { padding: 0 !important }
.no_bg { background: none !important }
.no_bod { border: 0 !important }

a {
	-webkit-transition: .2s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
	text-decoration: none;
}
a:hover {
	color: #555;
	-webkit-transition: .2s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
}

hr {
	margin: 0 0 20px;
	border: 0;
	border-bottom: 1px solid #EEE;
	height: 1px;
}
h1 {

  font-size: 30px;
  line-height: 36px;
}
h1 small {
  font-size: 18px;
}
h2 {
  font-size: 24px;
  line-height: 36px;
}
h2 small {
  font-size: 14px;
}
h3,
h4,
h5,
h6 {
  line-height: 36px;
}
h3 {
  font-size: 18px;
}
h3 small {
  font-size: 14px;
}
h4 {
  font-size: 16px;
}
h4 small {
  font-size: 12px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 13px;
  color: #bfbfbf;
  text-transform: uppercase;
}
/**************************************************************************************/

.fltrt { float: right }
.fltlt { float: left }
.f_rt { float: right!important }
/*----------------------------------------------------------------------------------*/
html { height: 100%;  }
body {
    font: 12px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0 auto;
    background: url(images/matter-bg.gif) left top repeat;
    overflow-x: hidden;
    height: 100%;
    color: #555;
}
/* ---------------------------- Main Structure Begins  From Here-------------------------------------*/
.main-wrapper {
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
    min-width: 940px;
}
.header-wrapper { width: 100% }
.top-wrapper {
    width: 100%;
    background: url(/resources/images/top-bg.gif) left top repeat-x;
    background-image: linear-gradient(bottom, rgb(57,57,57) 0%, rgb(72,71,71) 100%);
    background-image: -o-linear-gradient(bottom, rgb(57,57,57) 0%, rgb(72,71,71) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(57,57,57) 0%, rgb(72,71,71) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(57,57,57) 0%, rgb(72,71,71) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(57,57,57) 0%, rgb(72,71,71) 100%);

    background-image: -webkit-gradient(
    	linear,
    	left bottom,
    	left top,
    	color-stop(0, rgb(57,57,57)),
    	color-stop(1, rgb(72,71,71))
    );
}
.header {
    width: 940px;
    margin: 0 auto;
}
.header_lft {
    width: 250px;
    float: left;
}
.header_lft img { padding: 0 0 0 0 }
.header_lft h1 a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	line-height: 54px;
}
.banner-wrapper {
    width: 100%;
}
.banner {
    width: 940px;
    margin: 0 auto;
    padding: 65px 0;
    background: url(/resources/images/cogs.png) no-repeat right bottom;
}
.banner-text {
	width: 565px;
	float: left;
	padding-top: 15px;
}
.banner-big {
    display: block;
    font-size: 26px;
    font-family: 'Cabin', sans-serif;
    font-weight: 400;
    margin: 0 0 15px 0;
}
.banner-small {
	display: block;
    font-family: 'Cabin', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #999ba0;
}
.banner-info {
	float: right;
	width: 300px;
	background: rgba(255,255,255, .7);
	padding: 15px;
	box-shadow: rgba(0,0,0, 0.25) 0px 0px 2px;
	-moz-box-shadow: rgba(0,0,0, 0.25) 0px 0px 2px;
	-webkit-box-shadow: rgba(0,0,0, 0.25) 0px 0px 2px;
}
.banner-info p {
	font-size: 13px;
	color: #999;
	line-height: 18px;
	margin-top: 10px;
}
.banner-info b {
	border-bottom: dotted 1px #ddd;
	padding: 0 0 5px 0;
}
.banner-info li {
	font-size: 14px;
	color: #999;
	line-height: 20px;
	list-style-type: circle;
	margin-left: 15px;
	font-weight: bold;
}
.mid-container {
    width: 940px;
    margin: 0 auto;
    position: relative;
}

#nav {
    float:right;
}

#nav, #nav ul {
    margin: 13px 0 0 0;
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
    position: relative;
    line-height: 1.5em;
    z-index: 1000;
}

#nav a {
    display: block;
    padding: 5px;
    color: #ccc;
    text-decoration: none;
    text-align: left;
    outline: none;
    font-weight: bold;
}

#nav > .current-menu-item > a, #nav > li a:hover {
    color:#fff;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}

#nav ul {
    position: absolute;
    display: none;
}

#nav li {
    float: left;
    position: relative;
    list-style-type: none;
    padding-bottom: 17px;
}

#nav li a {
    font-size: 11px;
    padding: 8px 15px;
}

#nav > li > a {
    padding:5px 15px;
}

#nav > li:last-child a {
    margin-right: 0px;
}

#nav > li:first-child a {
}

#nav li ul a {
    width: 120px;
    height: auto;
    float: left;
    font-size: 11px;
    font-weight: bold;
    color: #555;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}

#nav .sub-menu {
}
#nav .sub-menu li {
	background:#fbfbfb;
	border-left: solid 1px #e6e6e6;
	border-right: solid 1px #e6e6e6;
}

#nav > li > ul {
    margin-top:17px;
}

#nav li ul li {
    border-bottom: solid 1px #eee;
    border-top:solid 1px #fff;
    padding-bottom: 0px;
}

#nav li ul li:last-child {
}

#nav li ul li a {
    margin-right: 0px;
}

#nav li ul li a:hover {
    background: #fff;
    color:#555;
    -webkit-transition: .1s ease-in;
    -moz-transition: .1s ease-in;
    -o-transition: .1s ease-in;
    transition: .1s ease-in;
}

#nav ul ul {
    top: auto;
    border-top:solid 1px #e6e6e6 !important;
}

#nav li ul ul {
    right: 150px;
    margin: -2px 0 0 0;
    padding-right: 5px;
}

#nav li ul ul li {
    border-top:none;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul { display: none }

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul { display: block }



.filter-list {
	float: left;
	padding: 0 0 0 0 !important;
}
.filter-list li{
	display: inline;
	padding: 0 5px 0 0 !important;
}
.filter-list a {
	text-decoration: none;
	background: #fff;
	padding: 5px 10px;
	-webkit-transition: .2s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
	color: #777;
	font-weight: bold;
	font-size: 10px;
	border: solid 1px #eee;
}
.filter-list .active a {
	background: #555;
	color: #fff;
	border: 1px solid #555;
}
.filter-list a:hover {
	background: #555;
	color: #fff;
	border: 1px solid #555;
	-webkit-transition: .2s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
}
.project-title {
	padding: 4px 0 0 0;
	float: right;
	color: #53A0F0;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}
.projects {
    width: 940px;
    margin: 0 auto;
    padding: 0 0 0 0;
    position: relative;
    z-index: 9999;
}
.projects .filter-posts {
	width: 980px;
}
.projects ul {
    float: left;
    padding: 40px 0 50px 0;
}
.projects ul li {
    float: left;
    display: inline;
    padding: 0 20px 30px 0;
}
.projects ul li a { display: block }
.projects ul li img {
	padding: 5px;
	background: #fff;
	box-shadow: rgba(0,0,0, 0.25) 0px 0px 2px;
	-moz-box-shadow: rgba(0,0,0, 0.25) 0px 0px 2px;
	-webkit-box-shadow: rgba(0,0,0, 0.25) 0px 0px 2px;
}
.projects ul li img:hover {

}
.note-container {
    width: 100%;
    padding: 70px 0 70px 0;
    position: relative;
}
.note-area .column {
    width: 296px;
    float: left;
    margin: 0 25px 0 0;
    text-align: justify;
}
.note-area {
    width: 940px;
    margin: 0 auto;
    position: relative;
}
.note-area-left {
    width: 645px;
    float: left;
}
.note-text {
	color: #686A6B;
	font-size: 13px;
	line-height: 18px;
}
.note-text h2 {
	line-height: 28px;
	margin-bottom: 15px;
}
.note-area-right {
    width: 250px;
    float: right;
}
.note-area-right .widget {
	padding:0;
	margin: 0;
}

.footer-widgets {
    width: 100%;
    background:url(/resources/images/footer-bg.jpg) repeat-x bottom;
    background-image: linear-gradient(bottom, rgb(41,41,41) 0%, rgb(65,65,65) 100%);
    background-image: -o-linear-gradient(bottom, rgb(41,41,41) 0%, rgb(65,65,65) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(41,41,41) 0%, rgb(65,65,65) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(41,41,41) 0%, rgb(65,65,65) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(41,41,41) 0%, rgb(65,65,65) 100%);

    background-image: -webkit-gradient(
    	linear,
    	left bottom,
    	left top,
    	color-stop(0, rgb(41,41,41)),
    	color-stop(1, rgb(65,65,65))
    );
    padding: 60px 0 35px 0;
}

.footer-widget-columns {
	width: 940px;
	margin: 0 auto;
	color: #858585;
}

.footer-widget-overflow {
	width: 976px;
}

.footer-widget {
    width: 275px;
    float: left;
    padding: 0 50px 0 0;
}
.footer-widget a {
	color: #fff;
	text-decoration: none;
}
.footer-widget a:hover {
	color: #858585;
}
.footer-widget ul {
	margin: 0 0 0 15px;
}
.footer-widget li {
	list-style-type: circle;
	margin: 0 0 8px 0;
}
.footer-widget p {
	margin-bottom: 20px;
}
.footer-widget h2 {
    font-size: 14px;
    color: #FFF;
    font-weight: bold;
    display: block;
    background: #444;
    background: rgba(255, 255, 255, .06);
    line-height: 24px;
    padding: 0 0 0 5px;
    margin: 0 0 20px 0;
}
.footer-widget .textwidget {
    font-size: 12px;
    font-weight: normal;
    text-align: justify;
    padding: 0 0 23px 0;
    line-height: 18px;
}

.dribbbles {
}
.dribbbles .dribbble-img {
	float: left;
	margin: 0 15px 20px 0;
	background: #fff;
	padding: 5px;
	box-shadow: rgba(0,0,0, 0.25) 0px 0px 2px;
	-moz-box-shadow: rgba(0,0,0, 0.25) 0px 0px 2px;
	-webkit-box-shadow: rgba(0,0,0, 0.25) 0px 0px 2px;
	list-style-type: none;
}
.dribbbles .dribbble-img a {
	display: block;
}
.dribbbles .dribbble-img img {
	width: 70px;
}

.okay-recent {
	text-align: justify;
	margin-left: 0px !important;
	padding-left: 0px !important;
}

#sidebar .okay-recent {
}

.okay-recent li {
	list-style-type: none !important;
	margin-bottom: 20px !important;
}

.okay-recent li:first-child {
	margin-bottom: 0px !important;
	padding-bottom: 0px;
}

.okay-recent .recent-title {
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin: 0 0 5px 0;
}

.okay-recent-comment {
	float: right;
	background: url(/resources/images/comment-small.png) no-repeat left 2px;
	padding: 2px 0 3px 24px;
	line-height: 12px;
}

#sidebar .okay-recent-comment {
	background: url(/resources/images/comment-small2.png) no-repeat left 2px;
	line-height: 12px;
}

.okay-recent p {
	margin-bottom: 10px;
	line-height: 18px;
}

.okay-recent-comment a {
	font-size: 11px;
	text-decoration: none;
}

.okay-recent-meta {
	font-size: 11px;
	color: #8d8d8d;
	border-top: dotted 1px #555;
	padding: 0 0 0 0;
	padding: 10px 0 0 0;
	font-weight: bold;
}

#sidebar .okay-recent-meta {
	border-top: dotted 1px #ddd;
}

.okay-recent-meta a {
	text-decoration: none;
}

/* ---------------------------- inner 1 page css  Here-------------------------------------*/
.inner-banner {
    width: 940px;
    margin: 0 auto;
    padding: 35px 0;
    font-family: 'Cabin', Helvetica, sans-serif;
}
.inner-banner ul { float: left }
.inner-banner ul li {
    float: left;
    display: inline;
    margin: 10px 0 10px 0;
    padding: 0 0 0 0;
}
.inner-banner ul li:last-child {
	border-left: solid 1px #ddd;
	padding: 0 0 0 15px;
	margin: 10px 0 0 15px;
}
.inner-banner ul li a {
    font-size: 18px;
    font-weight: normal;
    color: #5a5a5a;
    text-decoration: none;
    line-height: 33px;
}
.inner-banner ul li a:hover,
.inner-banner ul li a.active {
    text-decoration: none;
}
.inner-banner ul li a.last { background: none }
.mid-container_lft {
    width: 620px;
    float: left;

    padding: 45px 35px 55px 0;
}
.mid-container_lft p {
    padding: 0 0 22px 0;
}
.mid-container_lft ul, .mid-container_lft ol {
	margin: 0 0 20px 15px;
}
.mid-container_lft ul li, .mid-container_lft ol li {
	line-height: 18px;
	list-style-type: circle;
}
.mid-container_lft ol li {
	list-style-type: decimal;
}
.mid-container_lft blockquote {
	float: left;
	width: 600px;
	margin-bottom: 18px;
	border-left: 5px solid #EEE;
	padding-left: 15px;
	clear: both;
}
.mid-container_lft blockquote p {
	font-size: 16px;
	line-height: 22px;
	padding-bottom: 0;
	color: #999;
}
.wp-caption {
    background: rgba(255,255,255, 0.6);
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 5px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 5px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 5px;
    padding: 5px;
    max-width: 96%; /* Image does not overflow the content area */
    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 }

img.alignleft, img.alignright {
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
img.alignleft {
    margin: 5px 25px 20px 0;
}

img.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: 10px !important;
    margin: 0 !important;
    padding: 3px 0 0 0!important;
}

.gallery-caption { text-align: center }

.gallery-item {
    width: 115px !important;
    margin-right: 15px;
    margin-bottom: 20px;

}

.gallery-icon { width: 115px }

.gallery-item img {
    width: 95px;
    height: auto;
    border: solid 8px rgba(255, 255, 255, .70) !important;
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 5px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 5px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 5px;
}
.inner-mid-matter {
    width: 620px;
    padding: 0 35px 0 0;
}
.inner-mid-matter p {
    nowhitespace: afterproperty;
    font-weight:normal;
    font-size:12px;;
}
.inner-mid-matter p.top-pad { padding: 0px 0 24px 0 }
.tags {
    width: 620px;
    padding: 15px 0 15px 0;
    clear: both;
    margin-right: 35px;
    background: #f9f9f9;
}
.tags_lft {
    width: 505px;
    float: left;
}
.tags_lft ul {
    float: left;
    padding: 0 0 0 5px;
    width: 100%;
    margin-bottom: 0;
}
.tags_lft ul li {
    display: block;
    padding: 0 19px 0 0;
    float: left;
}
.tags_lft ul li p {
    font-size: 11px;
    font-weight: bold;
    color: #5a5a5a;
    float: none;
    padding: 0;
}
.tags_lft ul li span {
    font-size: 11px;
    font-weight: bold;
    color: #a2a2a2;
    display: inline;
    padding: 0 0 0 4px;
}
.tags_rgt {
    float: right;
    width: 81px;
    margin-right: 15px;
}
.navigation {
}
.navigation a {
	text-decoration: none;
	background: #F9F9F9;
	padding: 10px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: .2s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
	color: #777;
	font-weight: bold;
	font-size: 10px;
	border: solid 1px #eee;
}
.navigation a:hover {
	background: #fcfcfc;
	-webkit-transition: .2s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
}
.featured-image {
	margin: 10px 0px 20px 0;
	padding: 10px;
	background: #F9F9F9;
	background: rgba(255, 255, 255, 1);
	float: left;
	box-shadow: rgba(0,0,0, 0.25) 0px 0px 2px;
	-moz-box-shadow: rgba(0,0,0, 0.25) 0px 0px 2px;
	-webkit-box-shadow: rgba(0,0,0, 0.25) 0px 0px 2px;
}
#sidebar {
    width: 260px;
    float: right;
    margin: 0 -9999px 0 0;
    padding: 0 9999px 0 0;
}
#sidebar a {
	text-decoration: none;
	-webkit-transition: .2s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
}
#sidebar a:hover {
	color: #555;
	-webkit-transition: .2s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
}
#sidebar #searchform {
	background: #fff;
	padding: 10px;
	float: left;
	width: 240px;
	border: 1px solid #e5e5e5;
}
#sidebar #s {
    background: #fff url(/resources/images/search-icon.png) no-repeat 5px center;
    float: left;
    padding: 8px 8px 8px 25px;
    border: 0;
    font-size: 11px;
    font-weight: bold;
    color: #bbb;
    outline: none;
    box-shadow: inset rgba(0,0,0, 0.05) 0px 0px 5px;
    -moz-box-shadow: inset rgba(0,0,0, 0.05) 0px 0px 5px;
    -webkit-box-shadow: inset rgba(0,0,0, 0.05) 0px 0px 5px;
    width: 137px;
    margin:0 8px 0 0;
    border: solid 1px #eaeaea;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#sidebar #searchsubmit {
    float: left;
    border: none;
    padding: 8px;
    background: #bbb;
    background-image: linear-gradient(bottom, rgb(128,128,128) 0%, rgb(166,166,166) 100%);
    background-image: -o-linear-gradient(bottom, rgb(128,128,128) 0%, rgb(166,166,166) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(128,128,128) 0%, rgb(166,166,166) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(128,128,128) 0%, rgb(166,166,166) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(128,128,128) 0%, rgb(166,166,166) 100%);

    background-image: -webkit-gradient(
    	linear,
    	left bottom,
    	left top,
    	color-stop(0, rgb(128,128,128)),
    	color-stop(1, rgb(166,166,166))
    );
    padding: 9px 10px;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px #666;
    margin-right:8px;
    outline: none;
    margin:0 0 0 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}

#sidebar #searchsubmit:hover {
    cursor: pointer;
    -moz-box-shadow:inset 0 0 5px #555;
    -webkit-box-shadow:inset 0 0 5px #555;
    box-shadow:inset 0 0 5px #555;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}
#sidebar #searchform .screen-reader-text { display: none }
.readmore {
	float: left;
	margin: 0 0 25px 0;
}
.inner-read {
	float: right;
	width: 95px;
	text-align: right;
}
.widget {
    margin: 0 auto 45px auto;
    clear: both;
    font-size: 12px;
    line-height: 18px;
    color: #5a5a5a;
    float: left;
    width: 100%;
}
.widget h2 {
    font-size: 14px;
    font-weight: bold;
    display: block;
    background: #f2f2f2;
    background: rgba(0, 0, 0, .04);
    line-height: 30px;
    padding: 0 0 0 10px;
    margin: 0 0 15px 0;
    color: #5a5a5a;
    font-family: 'Cabin', Helvetica, sans-serif;
}
.tweet-list {
	padding-left: 0px !important;
}
.tweet-list li {
	list-style-type: none !important;
	border-bottom: solid 1px #e5e5e5;
	margin: 0 0 10px 0 !important;
	padding: 10px !important;
	color: #888;
	background: rgba(255, 255, 255, .75);

}
.tweet-list li:last-child {
}
.tweets-more {
	font-size: 11px;
	line-height: 20px;
	color: #aaa;
}
.footer-widget .tweet-list {
	margin-left: 0px !important;
}
.footer-widget .tweet-list li {
	border-bottom: dotted 1px #666;
}
.inner-product-matter_rgt {
    width: 260px;
    float: right;
    padding: 50px 0 0 20px;
}
.inner-top-paper {
    width: 260px;
    background: url(/resources/images/inner-top.gif) top center no-repeat;
    height: 11px;
}
.inner-mid-paper {
    width: 260px;
    background: url(/resources/images/inner-mid.gif) top center repeat-y;
}
.inner-mid-paper span {
    font-size: 12px;
    font-weight: bold;
    line-height: 21px;
    padding: 0 0 0 29px;
}
.inner-mid-paper p {
    color: #686a6b;
    font-size: 12px;
    font-weight: bold;
    line-height: 21px;
    padding: 0 0 0 29px;
    float: left;
}
.inner-mid-paper p a {
    text-decoration: none;
    color: #559df6;
}
.inner-mid-paper p a:hover { text-decoration: none }
.inner-bottom-paper {
    width: 260px;
    background: url(/resources/images/inner-bottom.png) top center no-repeat;
    height: 35px;
}
.inner-mid-paper .textwidget {
	padding-right: 15px;
}


.widget ul { padding: 0 0 0 15px;}
.widget ul li {
    font-size: 12px;
    color: #666666;
    font-weight: normal;
    padding: 0 0 5px 0;
    list-style-type: circle;
}
.widget ul li ul { padding: 5px 0 0 10px }
.tagcloud {
	padding: 0 0 0 0;
}
.tagcloud a {
    background: url(/resources/images/tag-left.png) left center no-repeat;
    border-right: solid 1px #eee;
    padding: 9px 10px 9px 20px;
    margin: 0 5px 10px 0;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    text-decoration: none;
    font-size: 11px !important;
    float: left;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    color: #888;
}
.tagcloud a:hover 	{
	color: #555;
	-webkit-transition: .2s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
}
.footer {
    width: 100%;
    background: url(/resources/images/footer-bg2.jpg) repeat-x;
    background-image: linear-gradient(bottom, rgb(57,57,57) 0%, rgb(72,71,71) 100%);
    background-image: -o-linear-gradient(bottom, rgb(57,57,57) 0%, rgb(72,71,71) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(57,57,57) 0%, rgb(72,71,71) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(57,57,57) 0%, rgb(72,71,71) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(57,57,57) 0%, rgb(72,71,71) 100%);

    background-image: -webkit-gradient(
    	linear,
    	left bottom,
    	left top,
    	color-stop(0, rgb(57,57,57)),
    	color-stop(1, rgb(72,71,71))
    );
    box-shadow: -3px 0px 4px rgba(0,0,0, .7);
    -moz-box-shadow: -3px 0px 4px rgba(0,0,0, .7);
    -webkit-box-shadow: -3px 0px 4px rgba(0,0,0, .7);
}
.footer-txt {
    width: 920px;
    margin: 0 auto;
    padding: 20px 0;
}
.footer-txt_lft {
    width: 400px;
    float: left;
}
.footer-txt_lft ul {
    float: left;
}
.footer-txt_lft ul li {
    float: left;
    display: inline;
    padding: 3px 15px 0 0;
}
.footer-txt_lft ul li a {
    font-size: 11px;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}
.footer-txt_lft ul li a:hover {
	color: #858585;
	-webkit-transition: .2s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
}
.footer-txt_lft ul li.last { padding: 3px 0 0 0 }
.footer-txt_rgt {
    width: 265px;
    float: right;
}
#social-strip-icons {
	margin: 4px 0 0 0;
	text-align: right;
}
#social-strip-icons a{
	margin:0 0 0 8px;
	opacity: 1;
	-webkit-transition:  .2s ease-in; /*safari and chrome */
	-o-transition: .2s ease-in; /* opera */
}
#social-strip-icons a:hover {
	opacity: .7;
	-webkit-transition:  .2s ease-in; /*safari and chrome */
	-o-transition: .2s ease-in; /* opera */
}
/*---------------------------------------Main Structure End-------------------------------------------------------*/
.sub_search {
    background: url(/resources/images/go-btn.png) 0 0 no-repeat !important;
    width: 23px!important;
    height: 26px!important;
    cursor: pointer;
}
.product-content .alignleft {
    float: left;
    margin: 0 35px 0 0;
    width: 283px;
}
.product-content .alignright {
    float: left;
    width: 283px;
}
.product-content p {
    color: #5a5a5a;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    text-align: justify;
    padding: 0 0 26px 0;
}
.mid-container_lft .title-meta h2 {
	width: 490px;
	float: left;
	margin: 0 0 10px 0;
	-webkit-transition: .2s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
	font-weight: bold;
}
.mid-container_lft .title-meta h2 a {
	color: #5A5A5A;
	text-decoration: none;
	-webkit-transition: .2s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
}
.mid-container_lft .title-meta h2 a:hover {
	opacity: .7;
	-webkit-transition: .2s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
}
.mid-container_lft .title-meta h5 a {
    color: #ddd;
    text-decoration: none;
    float: right;
    font-size: 18px;
    background: url(/resources/images/bubble.png) no-repeat left center;
    padding:6px 0 10px 40px;
    line-height: 14px;
    margin: 5px 0 0 0;
}
.mid-container_lft .title-meta h5 a:hover {
    color: #ccc;
}
.tags_lft ul li span a {
    color: #a2a2a2;
    text-decoration: none;
}
.tags_lft ul li span a:hover {
    color: #a2a2a2;
    text-decoration: underline;
}

/* ===[ Comment Styling ]=== */

.comments {
    width: 620px;
    float: left;
    margin: 40px 0px 40px 0px;
}

.comments a {
	text-decoration:none;
}

h3#comments {
    margin: 0px 0 15px 0;
    padding: 10px 0;
    font-weight: bold;
}

#respond {
	margin: 0 0 0 0;
}
#respond h3 {
    margin: 0 0 5px 0;
    font-weight: bold;
}

#respond label {
	font-weight:bold;
	font-size:12px;
	margin: 0 0 0 10px;
	color: #555;
}

#respond input[type="text"], #respond textarea {
    padding: 8px;
    color: #555;
    border: solid 1px #ddd;
    outline: none;
    box-shadow: inset rgba(0,0,0, 0.1) 0px 0px 5px;
    -moz-box-shadow: inset rgba(0,0,0, 0.1) 0px 0px 5px;
    -webkit-box-shadow: inset rgba(0,0,0, 0.1) 0px 0px 5px;
}

#respond input:focus, #respond textarea:focus {

}

#respond textarea { width: 70% }



#respond label { }

.comments .says { display: none }

.commentlist {
	margin: 0 !important;
}

.commentlist > li {
	margin-bottom: 25px !important;
}

.commentlist li {
    margin: 0 0 15px 0;
    padding: 25px 25px 10px 25px;
    border: solid 1px #eee;
 	list-style-type: none !important;
}

.vcard {
    border: solid 1px #eee;
    padding: 10px 20px 10px 10px;
    margin: -26px -26px 0 -26px;
	background: #F9F9F9;
}

.fn {
	float: right;
	margin: 8px 0 0 0;
	font-weight: bold;
	font-style: normal;
	font-size: 11px;
}

.comment-meta { margin: -36px 0 32px 30px; font-size: 11px; font-weight: bold;
}

.reply { margin: 0 0 15px 0 }

.comment-reply-link { }

#cancel-comment-reply { margin: 0 0 15px 0 }

.blog_entry { padding-bottom: 75px }
.pro-title h4 {
    display: block float:left;
    width: 295px;
    background: url(/resources/images/design-repeat.gif) right center repeat-x;
}
.pro-title h4 span {
    font-size: 14px;
    color: #FFF;
    font-weight: bold;
    background: #3e3e3e;
    padding: 0 10px 0 0;
}
.pro-title h3 {
    font-size: 14px;
    color: #FFF;
    font-weight: bold;
    display: block float:left;
    width: 295px;
    background: url(/resources/images/design-repeat.gif) right center repeat-x;
}
.pro-title h3 span {
    font-size: 14px;
    color: #FFF;
    font-weight: bold;
    background: #3e3e3e;
    padding: 0 10px 0 0;
}
.pro-title1 h4 {
    display: block float:left;
    width: 290px;
    background: url(/resources/images/design-repeat.gif) right center repeat-x;
}
.pro-title1 h4 span {
    font-size: 14px;
    color: #FFF;
    font-weight: bold;
    padding: 0 10px 0 0;
    background: #3e3e3e;
    display: inline-block !important;
}
.paper-design { width: 262px }
.note {
	margin: 0 0 0 0;
	clear: both;
}
.header_rgt { float: right }
.inner-mid-container {
    width: 100%;
    box-shadow: -3px 0px 4px  rgba(0,0,0, .1);
    -moz-box-shadow: -3px 0px 4px  rgba(0,0,0, .1);
    -webkit-box-shadow: -3px 0px 4px rgba(0,0,0, .1);
}
.inner-left-container {
    width: 940px;
 	margin: 0 auto;
}
.mid-home-container-wrap {
	background: #fff;
	background: rgba(255, 255, 255, .65);
	width: 100%;
	box-shadow: 0 0 4px rgba(0,0,0, .1);
	-moz-box-shadow: 0 0 4px rgba(0,0,0, .1);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0, .1);
}
.mid-home-container {
	margin: 0 auto;
	padding: 40px 0 0 0;
	width: 940px;
}
.mid-container {
    width: 940px;
    margin: 0 -9999px 0 0;
    padding: 0 9999px 0 0;
	background: url(/resources/images/sidebar-bg.png);
}
.mid-container_lft {
    width: 620px;
    float: left;
	background: #fff;
	margin: 0 0 0 -9999px;
	padding: 45px 35px 0 9999px;
	box-shadow: 3px 0px 4px -2px rgba(0,0,0, .1);
	-moz-box-shadow: 3px 0px 4px -2px rgba(0,0,0, .1);
	-webkit-box-shadow: 3px 0px 4px -2px rgba(0,0,0, .1);
}

/* ===[ Contact Form Styling ]=== */

.wpcf7 p {
	font-family: 'Cabin', Helvetica, sans-serif;
	font-weight: 700;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
    padding: 8px;
    margin-top: 5px;
    color: #888;
    border: solid 1px #ddd;
    outline: none;
    box-shadow: inset rgba(0,0,0, 0.1) 0px 0px 5px;
    -moz-box-shadow: inset rgba(0,0,0, 0.1) 0px 0px 5px;
    -webkit-box-shadow: inset rgba(0,0,0, 0.1) 0px 0px 5px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 13px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.wpcf7 textarea {
	width: 50%;
}
.wpcf7 input:focus, .wpcf7 textarea:focus {
    box-shadow: inset rgba(0,0,0, 0.2) 0px 0px 5px;
    -moz-box-shadow: inset rgba(0,0,0, 0.2) 0px 0px 5px;
    -webkit-box-shadow: inset rgba(0,0,0, 0.2) 0px 0px 5px;
}

.wpcf7-response-output {
	background: #f9f2cf;
	border: none !important;
	margin: 0 !important;
	padding: 10px !important;
}

.wpcf7-mail-sent-ok {
	background: #def4d4 !important;
	border: none !important;
	margin: 0 !important;
	padding: 10px !important;
}
.wpcf7-validation-errors {
	margin-left: 0px !important;
}

/* ===[ Custom Styles ]=== */

.one-half {
	width:280px;
	float:left;
	margin:0 30px 20px 0;
}

.one-quarter {
	width: 135px;
	float: left;
	margin: 0 20px 20px 0;
}

.highlight {
	background: #fff9ce;
	width: auto;
	display: inline;
	padding: 0px 3px;
	font-weight: bold;
}

.quote-aside {
	background:#f7f7f7;
	padding:25px;
	float:right;
	margin:0 0 20px 20px;
	width:125px;
	font-size: 15px;
	font-style: italic;
	line-height:22px;
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 5px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 5px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 5px;
}
.button a {
	color: #fff;
}
.button a:hover {
	color: #fff;
}
.button {
	margin: 0 5px 15px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 1px 1px rgba(0,0,0, .1);
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    padding: 5px 10px;
    font-family: 'Cabin', Helvetica, sans-serif;
    font-size: 12px;
    border: none;
}
.button:hover {
	-moz-box-shadow:inset 0 0 5px rgba(0,0,0, .4);
	-webkit-box-shadow:inset 0 0 5px rgba(0,0,0, .4);
	box-shadow:inset 0 0 5px rgba(0,0,0, .4);
	-webkit-transition: .1s ease-in;
	-moz-transition: .1s ease-in;
	-o-transition: .1s ease-in;
	transition: .1s ease-in;
	cursor: pointer;
	color: #fff;
}
.blue {
	background-color: #298fee;
	background-image: linear-gradient(bottom, rgb(59,139,237) 49%, rgb(64,147,255) 100%);
	background-image: -o-linear-gradient(bottom, rgb(59,139,237) 49%, rgb(64,147,255) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(59,139,237) 49%, rgb(64,147,255) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(59,139,237) 49%, rgb(64,147,255) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(59,139,237) 49%, rgb(64,147,255) 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.49, rgb(59,139,237)),
		color-stop(1, rgb(64,147,255))
	);
}
.green {
	background-color: #3dcb94;
	background-image: linear-gradient(bottom, rgb(80,197,141) 0%, rgb(87,212,154) 100%);
	background-image: -o-linear-gradient(bottom, rgb(80,197,141) 0%, rgb(87,212,154) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(80,197,141) 0%, rgb(87,212,154) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(80,197,141) 0%, rgb(87,212,154) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(80,197,141) 0%, rgb(87,212,154) 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(80,197,141)),
		color-stop(1, rgb(87,212,154))
	);
}
.orange {
	background-color: #f96243;
	background-image: linear-gradient(bottom, rgb(234,96,69) 0%, rgb(248,101,72) 100%);
	background-image: -o-linear-gradient(bottom, rgb(234,96,69) 0%, rgb(248,101,72) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(234,96,69) 0%, rgb(248,101,72) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(234,96,69) 0%, rgb(248,101,72) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(234,96,69) 0%, rgb(248,101,72) 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(234,96,69)),
		color-stop(1, rgb(248,101,72))
	);
}
.gray {
	background-color: #8e8e8e;
	background-image: linear-gradient(bottom, rgb(128,128,128) 0%, rgb(166,166,166) 100%);
	background-image: -o-linear-gradient(bottom, rgb(128,128,128) 0%, rgb(166,166,166) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(128,128,128) 0%, rgb(166,166,166) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(128,128,128) 0%, rgb(166,166,166) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(128,128,128) 0%, rgb(166,166,166) 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(128,128,128)),
		color-stop(1, rgb(166,166,166))
	);
}
.purple {
	background-color: #9b91d3;
	background-image: linear-gradient(bottom, rgb(151,140,206) 0%, rgb(159,146,217) 100%);
	background-image: -o-linear-gradient(bottom, rgb(151,140,206) 0%, rgb(159,146,217) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(151,140,206) 0%, rgb(159,146,217) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(151,140,206) 0%, rgb(159,146,217) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(151,140,206) 0%, rgb(159,146,217) 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(151,140,206)),
		color-stop(1, rgb(159,146,217))
	);
}