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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/*
-----------------------------------------------------------------------------------
        03. Base CSS & Typography
----------------------------------------------------------------------------------- */
body {
	font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #777777;
	background: #999;
	font-weight: 400;
}
a {
	color: #669900;
	text-decoration: none;
}
a:hover {
	color: #336600;
	text-decoration: underline;
}
a:focus {
	color: #2ba6cb;
	outline: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Monda", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-align: left;
	padding: 0;
	margin-bottom: 15px;
	text-rendering: optimizeLegibility;
}
h1 {
	font-size: 24px;
	line-height: 28px;
}
h2 {
	font-size: 20px;
	line-height: 22px;
}
h3 {
	font-size: 16px;
	line-height: 20px;
}
h4 {
	font-size: 14px;
	line-height: 18px;
}
h5 {
	font-size: 12px;
	line-height: 18px;
}
h6 {
	font-size: 10px;
	line-height: 16px;
}
address {
	font-style: italic;
}
abbr[title], acronym[title], dfn[title] {
	cursor: help;
	border-bottom: 1px dotted #666;
}
blockquote {
	border-left: 4px solid #92278f;
	margin: 0 60px;
	padding: 15px 25px;
}
blockquote p {
	font-size: 13px;
	font-weight: 300;
	font-style: italic;
	line-height: 20px;
}
blockquote small {
	text-transform: uppercase;
}
blockquote small:before {
	content: '\2014 \00A0';
	margin-right: 5px;
}
strong {
	font-weight: bold;
}
em, dfn, cite {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup {
	font-size: 11px;
	vertical-align: top;
}
sub {
	font-size: 85%;
	vertical-align: bottom;
}
small {
	font-size: 11px;
}
del {
	text-decoration: line-through;
}
ins {
	text-decoration: underline;
}
code, pre {
	line-height: 18px;
}
var, kbd, samp, code, pre {
	font: 12px/18px Consolas, "Andale Mono", Courier, "Courier New", monospace;
	background: #fff;
}
kbd {
	font-weight: bold;
}
samp, var {
	font-style: italic;
}
pre {
	white-space: pre;
	overflow: auto;
	padding: 15px;
	clear: both;
}
code {
	padding: 3px;
}
hr {
	margin-bottom: 15px;
	height: 0;
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, .5);
}
/* List */
ul, ol {
	margin-left: 15px;
}
ul.disc {
	list-style: disc;
}
ol {
	list-style: decimal;
}
dt {
	font-weight: bold;
}
/* Table */
table {
	width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
}
table th, table td {
	padding: 8px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #f0f0f0;
}
table th {
	font-weight: bold;
}
table thead th {
	vertical-align: bottom;
}
table caption + thead tr:first-child th, table caption + thead tr:first-child td, table colgroup + thead tr:first-child th, table colgroup + thead tr:first-child td, table thead:first-child tr:first-child th, table thead:first-child tr:first-child td {
	border-top: 0;
}
table tbody + tbody {
	border-top: 2px solid #dddddd;
}
/* Form */
form {
	margin-bottom: 5px;
}
form p {
	margin: 0 0 10px 0;
}
legend {
	display: block;
	width: 100%;
	font-weight: bold;
	padding-bottom: 15px;
	border-bottom: 1px solid #f0f0f0;
}
textarea, button, #submit, input[type="submit"], input[type="text"], input[type="password"], input[type="number"], input[type="email"], input[type="url"], input[type="search"] {
	padding: 10px 15px;
	width: 250px;
	margin: 0 0 10px;
	background-color: #FEFEFE;
	border: 1px solid #C9C9C9;
	-webkit-transition: all ease-in-out 0.1s;
	-moz-transition: all ease-in-out 0.1s;
	-o-transition: all ease-in-out 0.1s;
	transition: all ease-in-out 0.1s;
}
textarea {
	width: 500px;
	min-height: 100px;
}
textarea:focus, input:focus, input[type="submit"]:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus {
	background-color: #f0f0f0;
	outline-offset: -2px;
	border: 1px solid #000;
}
label, .help-text {
	width: auto;
	color: #000;
	margin-bottom: 10px;
}
.help-text {
	color: #999;
}
button, #submit, input[type="submit"] {
	cursor: pointer;
	width: auto;
	font-weight: bold;
	background-color: #92278f;
	width: auto !important;
	padding: 10px 20px !important;
	border: none;
	color: #fff;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
	text-transform: uppercase;
}
button:hover, #submit:hover, input[type="submit"]:hover {
	background-color: #1c1c1c;
	color: #fff;
}
/*
-----------------------------------------------------------------------------------
        General Classes
----------------------------------------------------------------------------------- */
.align-left {
	float: left;
}
.align-right {
	float: right;
}
.align-center {
	float: none;
	text-align: center;
}
.hide {
	display: none;
}
.disabled {
	color: #000;
	cursor: default;
}
.lighter {
	font-weight: lighter;
}
.title {
/* padding-bottom: 15px;
	border-bottom: 1px solid #f0f0f0; */
}
.lead {
	font-size: 16px;
	font-weight: lighter;
}
.clear {
	clear: both;
	display: block;
	width: 100%;
	height: 0;
	margin: 0;
	padding: 0;
}
/*
-----------------------------------------------------------------------------------
        WordPress Core
----------------------------------------------------------------------------------- */
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0px 5px 10px;
}
.dark a img.alignright {
	background: #D7D7D7;
}
a img.alignleft {
	float: left;
	margin: 5px 10px 0px 0px;
}
a img.aligncenter {
	display: block;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
img.image-border {
	padding: 5px;
	background-color: #D7D7D7;
}
.wp-caption {
	padding: 10px 5px 5px;
	background: #fff;
	text-align: center;
}
.dark .wp-caption, .dark a img.alignright, .dark a img.alignleft, .dark a img.alignnone, .dark a img.aligncenter {
	background-color: #292929;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption.aligncenter {
	margin-bottom: 20px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	max-width: 100%;
	height: auto;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 5px 0;
	font-style: italic;
	font-size: 11px;
	line-height: 17px;
}
.alignnone, .wp-caption.alignnone, .wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter, .aligncenter {
	display: block;
	margin: 5px auto;
}
.row-fluid .home-right {
	float: right;
}
.glow {
	background: url();
}
.commentlist .bypostauthor {
;
}
.sticky {
;
}
/* gallery */
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0 0 10px 0;
	clear: none;
}
.tt-price-box ul {
	list-style: none;
}
article ul {
	list-style: disc outside none;
}
article img {
	height: auto;
	max-width: 100%;
}
.one {
	width: 100%;
}
.one_half {
	width: 49%;
}
.one_third {
	width: 32%;
}
.one_fourth {
	width: 23.5%;
}
.one_fifth {
	width: 18.4%;
}
.three_fourth {
	width: 74.5%;
}
.two_third {
	width: 64%;
	margin-right: 3%;
}
.one, .one_half, .one_third, .one_fourth, .three_fourth, .one_fifth, .two_third {
	margin-right: 2%;
	float: left;
}
.last {
	margin-right: 0 !important;
}
hr {
	border-width: 0;
	height: 1px;
	line-height: 0;
	margin: 30px 0px;
	page-break-after: always;
	text-align: center;
	width: 100%;
	clear: both;
	color: #d1d9dd;
	background-color: #d1d9dd;
	background-repeat: repeat-x;
}
.cer {
	margin: 0px !important;
	width: 10% !important;
}
.cer img {
	width: 100%;
}
/*
-----------------------------------------------------------------------------------
        01. Grid System
----------------------------------------------------------------------------------- */
.wrapper {
	width: 980px;
	margin: 0 auto;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
	box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
}
.container {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
 *zoom: 1;
	float: l
}
.container .container:before, .container:after {
	display: table;
	line-height: 0;
	content: "";
}
.container:after {
	clear: both;
}
.start-row {
	clear: left;
}
.row {
	margin-left: -2%;
 *zoom: 1;
}
.row:before, .row:after {
	display: table;
	line-height: 0;
	content: "";
}
.row:after {
	clear: both;
}
.col {
	float: left;
	min-height: 1px;
	margin-left: 2%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.col.twelve {
	width: 98.0%;
}
.col.elven {
	width: 89.667%;
}
.col.ten {
	width: 81.333%;
}
.col.nine {
	width: 73.0%;
}
.col.eight {
	width: 64.667%;
}
.col.seven {
	width: 56.333%;
}
.col.six {
	width: 48.0%;
}
.col.five {
	width: 39.667%;
}
.col.four {
	width: 31.3%;
}
.col.three {
	width: 23.0%;
}
.col.two {
	width: 14.667%;
}
.col.one {
	width: 6.33%;
}
/* With Sidebar Layout */
.with-sidebar .row {
	margin-left: -3%;
}
.with-sidebar .col {
	margin-left: 3%;
}
.with-sidebar .col.twelve {
	width: 97.0%;
}
.with-sidebar .col.elven {
	width: 88.667%;
}
.with-sidebar .col.ten {
	width: 80.333%;
}
.with-sidebar .col.nine {
	width: 72.0%;
}
.with-sidebar .col.eight {
	width: 63.667%;
}
.with-sidebar .col.seven {
	width: 55.333%;
}
.with-sidebar .col.six {
	width: 46.9%;
}
.with-sidebar .col.five {
	width: 38.667%;
}
.with-sidebar .col.four {
	width: 30.3%;
}
.with-sidebar .col.three {
	width: 22.0%;
}
.with-sidebar .col.two {
	width: 13.667%;
}
.with-sidebar .col.one {
	width: 5.33%;
}
/* Portfolio Layout css fix*/
.tt-portfolio .col.three, .related_portfolios .col.three {
	width: 22.9%;
}
.with-sidebar .tt-portfolio .col.three {
	width: 21.9%;
}
/* IE7 footer col three fix */
.ie7 #footer .col.three {
	width: 22.9%;
}
/*
-----------------------------------------------------------------------------------
        #Top
----------------------------------------------------------------------------------- */
#top {
	background-color: #242424;
	padding: 0;
}
ul.top-list {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 11px;
	font-size: 11px;
	position: relative;
	top: 8px;
	height: 32px;
}
ul.top-list li {
	float: left;
	margin-right: 15px;
	line-height: 11px;
	font-size: 11px;
}
ul.top-list li span {
	background: transparent url('../images/images.png') no-repeat left top;
	height: 11px;
	width: 12px;
	margin-top: 0px;
	display: block;
	float: left;
	margin-right: 5px;
}
ul.top-list li span.phone {
	background-position: -216px -26px;
}
ul.top-list li span.mail {
	background-position: -246px -26px;
	margin-top: 1px;
}
ul.top-list li span.address {
	background-position: -275px -26px;
}
#top aside {
	margin-bottom: 0;
}
#top aside .sociallinkswidget {
	float: right;
}
#top aside .sociallinkswidget img {
	height: 16px;
	width: 16px;
}
/*
-----------------------------------------------------------------------------------
        #Header
----------------------------------------------------------------------------------- */
#header {
	background-color: #FFF;
}
#header > .container {
	border-bottom: 1px solid #e5e5e5;
}
.logo-container {
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
}
.logo h1 {
	margin-bottom: 0;
}
.site-description {
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
	color: #acacac;
	text-transform: uppercase;
	padding-top: 5px;
}
/* Menu */

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
#menu ul a {
	display: block;
	position: relative;
}
#menu ul li {
	padding: 0;
	display: inline-block;
 *display: inline;
	position: relative;
}
#menu ul li:hover {
	visibility: inherit;
	/* fixes IE7 'sticky bug' */;
}
#menu ul ul {
	box-shadow: inset 0 0 0 3px #fafafa;
	-webkit-box-shadow: inset 0 0 0 3px #fafafa;
	-moz-box-shadow: inset 0 0 0 3px #fafafa;
	position: absolute;
	top: -9999em;
	width: 180px;
	/* left offset of submenus need to match (see below) */;
}
#menu ul ul li {
	width: 100%;
	padding: 0;
}
#menu ul li:hover ul, #menu ul li.sfHover ul {
	left: -1px;
	top: 84px;
	border-top: 5px solid #92278f;
	/* match top ul list item height */
	z-index: 99;
	width: 12em !important;
}
#menu ul.children li:hover ul.children, #menu ul.children li.sfHover ul.children, #menu ul.sub-menu li.sfHover ul.sub-menu {
	border: none;
}
#menu ul li:hover li ul, #menu ul li.sfHover li ul, #menu ul li li:hover li ul, #menu ul li li.sfHover li ul, #menu ul li li li:hover li ul, #menu ul li li li.sfHover li ul {
	top: -9999em;
}
#menu ul li li:hover ul, #menu ul li li.sfHover ul, #menu ul li li li:hover ul, #menu ul li li li.sfHover ul, #menu ul li li li li:hover ul, #menu ul li li li li.sfHover ul {
	left: 180px;
	/* match .nav ul width */
	top: -1px;
}
#menu ul.sub-menu {
	z-index: 101;
}
.ie7 #header .header-widget ul.sociallinkswidget {
	float: right;
}
/* Mobile Menu */
a.show-mobile-menu {
	position: relative;
	color: #000 !Important;
	margin-top: 25px;
}
a.show-mobile-menu::after {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	content: "\f039";
	position: absolute;
	font-size: 28px;
	line-height: 28px;
	right: 1px;
	top: 1px;
}
#tt-mobile-menu {
	margin: 0;
	padding: 0px 20px;
	background: black;
	position: relative;
	z-index: 10;
}
#tt-mobile-menu a.show-mobile-menu, #tt-mobile-menu a.show-mobile-menu:hover {
	font-size: 20px;
	font-weight: bolder;
	height: 24px;
	line-height: 20px;
	color: #FFF;
	text-decoration: none;
}
#tt-mobile-menu ul {
	margin: 0px auto;
	padding: 10px 0;
	width: 100%;
}
#tt-mobile-menu ul.sub-menu {
	display: none;
}
#tt-mobile-menu ul li {
	border-top: 1px solid rgba(255, 255, 255, .1);
	display: block;
	position: relative;
	font-size: 14px;
	font-weight: bold;
}
#tt-mobile-menu ul li:first-child {
	border-top: none;
}
#tt-mobile-menu ul li a {
	display: block;
	color: #999;
	padding: 15px 0;
	font-weight: 300;
}
#tt-mobile-menu ul li a:hover {
	text-decoration: none;
	color: #FFF;
}
#tt-mobile-menu ul li.has-children:after {
	content: '+';
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 20px;
	font-weight: 300;
	height: 24px;
	line-height: 20px;
}
#tt-mobile-menu ul li.has-children.tt-open:after {
	content: '-';
	position: absolute;
	right: 15px;
	top: 13px;
	font-size: 20px;
	font-weight: bolder;
	height: 24px;
	line-height: 20px;
}
#tt-mobile-menu ul ul li a:before {
	content: '-';
	margin-right: 5px;
}
#tt-mobile-menu ul ul ul li a:before {
	content: '- -';
	margin-right: 5px;
}
#tt-mobile-menu ul ul ul ul li a:before {
	content: '- - -';
	margin-right: 5px;
}
#tt-mobile-menu ul ul li:first-child {
	border-top: 1px solid rgba(255, 255, 255, .1);
}
#tt-mobile-menu ul.children {
	display: none;
}
/* Menu Styling */
#menu {
	background-color: #1c1c1c;
	border-bottom: 5px solid #92278f;
	text-align: center;
}
#menu ul li a {
	padding: 35px 25px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 14px;
	font-weight: 700;
}
#menu > ul > li > a {
	font-size: 13px;
}
#menu > ul > li:last-child > a {
	border-right: 0;
}
#menu > ul > li:hover, #menu > li.current_page_parent, #menu > ul > li.current_page_ancestor, #menu > ul > li.current_page_item, #menu > ul > li.current-menu-ancestor {
	background: #92278f;
}
/* Current page Naivation CSS */


.home .home, .aboutus .aboutus, .products .products, .privatelabel .privatelabel, .enquiry .enquiry, .contactus .contactus {
	background: #92278f;
	color: #fff !important;
}
.chooseus ul ul li .chooseus, .tips ul ul li .tips, .grade ul ul li .grade, .business ul ul li .business {
	padding-left: 35px !important;
	background: #92278f !important;
}
#menu ul ul li:first-child, #menu ul ul li:first-child > a {
	border-top: none;
}
#menu ul ul li a {
	border-top: 1px solid #2a2a2a;
}
#menu li li.current-menu-parent ul.sub-menu > a::after {
	content: '+';
	margin-left: 15px;
}
#menu ul li.current-menu-parent > a {
/*  background:url("../images/menu-parent-icon.png") no-repeat center 65px; */
}
#menu ul.children li.current-menu-parent > a, #menu ul.sub-menu li.current-menu-parent > a {
	background: url("../images/menu-parent-icon-next.png") no-repeat 10px center #1b1b1b;
}
#menu ul li.sfHover > ul {
	background: white;
}
#menu ul li.sfHover ul li a, #menu ul ul li a {
	background-color: #1b1b1b;
	color: #FFF;
	padding: 14px;
	text-align: left;
	padding-left: 25px;
	font-size: 13px;
	text-transform: none;
	font-weight: normal;
}
#menu ul ul li a:hover {
	padding-left: 35px !important;
}
#menu ul li.current_page_item ul a, #menu ul li.current_menu_item ul a {
	background-color: transparent;
}
#menu ul li:hover ul, #menu ul li.sfHover ul {
	left: 0px;
	width: 190px !important;
}
#menu ul li li:hover ul, #menu ul li li.sfHover ul, #menu ul li li li:hover ul, #menu ul li li li.sfHover ul, #menu ul li li li li:hover ul, #menu ul li li li li.sfHover ul {
	left: 189px !important;
	/* match .nav ul width */
	top: 0;
	padding-top: 0px;
	margin: 0px;
}
/*
-----------------------------------------------------------------------------------
        #Feature
----------------------------------------------------------------------------------- */
#feature {
	background: #FFF;
	text-align: center;
}
#feature > .container {
	padding: 30px 0;
	border-bottom: 1px solid #e5e5e5;
}
#feature.with-slider {
	background: none;
	padding: 0;
}
#feature h1 {
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	color: #1c1c1c;
	margin-bottom: 0;
}
.wrapper #feature.with-slider {
	padding: 0;
}
#feature.with-slider .container, #feature.with-slider .container .col.twelve {
	width: 980px;
}
.page-featured-image {
	margin: -50px -30px;
	text-align: center;
}
.page-featured-image img {
	width: 100%;
}
/* Layer Slider */
.ls-darkskin, .ls-defaultskin, .ls-glass, .ls-lightskin {
	border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
}
.ls-bottom-nav-wrapper a, .ls-nav-prev, .ls-nav-next {
	height: 53px;
	width: 53px;
	display: block;
	top: 50%;
	margin-top: -26px;
	background: transparent url('../images/images.png') no-repeat left top;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.ls-inner {
	z-index: 1 !important;
}
/*
-----------------------------------------------------------------------------------
        # Teaser text
----------------------------------------------------------------------------------- */
.teaser-text {
	color: #777777;
	margin-top: 20px;
}
/*
-----------------------------------------------------------------------------------
        #Main
----------------------------------------------------------------------------------- */
#main {
	background-color: #fff;
}
#main h1, #main h2, #main h3, #main h4, #main h5, #main h6 {
	color: #1c1c1c;
}
section.content, #sidebar {
	padding-top: 30px;
	padding-bottom: 30px;
}
ul.portfolio-meta, .tt-element ul.sociallinkswidget {
	list-style: none;
}
/* Social Widget */
.widget ul.sociallinkswidget li, .tt-element ul.sociallinkswidget li {
	float: left;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}
#sidebar .widget ul.sociallinkswidget li {
	margin: 0 5px 5px 0;
}
ul.sociallinkswidget li a {
	width: 31px;
	height: 31px;
	color: white;
	text-decoration: none;
	display: block;
	border: 0;
	text-indent: -999em;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
	background-image: url("../images/social/social-retina.png");
	background-size: auto 96px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
	margin-right: 1px;
}
.ie7 ul.sociallinkswidget li a, .ie8 ul.sociallinkswidget li a {
	background-image: url("../images/social/social.png");
	background-size: none;
}
ul.sociallinkswidget li.facebook a {
	background-position: 0px 0px;
}
ul.sociallinkswidget li.flickr a {
	background-position: -32px 0px;
}
ul.sociallinkswidget li.dribbble a {
	background-position: -64px 0px;
}
ul.sociallinkswidget li.googleplus a {
	background-position: -96px 0px;
}
ul.sociallinkswidget li.linkedin a {
	background-position: -128px 0px;
}
ul.sociallinkswidget li.pinterest a {
	background-position: -160px 0px;
}
ul.sociallinkswidget li.rss a {
	background-position: -192px 0px;
}
ul.sociallinkswidget li.skype a {
	background-position: -224px 0px;
}
ul.sociallinkswidget li.twitter a {
	background-position: -256px 0px;
}
ul.sociallinkswidget li.vimeo a {
	background-position: -288px 0px;
}
ul.sociallinkswidget li.youtube a {
	background-position: -320px 0px;
}
ul.sociallinkswidget li.facebook a:hover, #sidebar ul.sociallinkswidget li.facebook a:hover, #header ul.sociallinkswidget li.facebook a:hover {
	background-position: 0px -32px;
}
ul.sociallinkswidget li.flickr a:hover, #sidebar ul.sociallinkswidget li.flickr a:hover, #header ul.sociallinkswidget li.flickr a:hover {
	background-position: -32px -32px;
}
ul.sociallinkswidget li.dribbble a:hover, #sidebar ul.sociallinkswidget li.dribbble a:hover, #header ul.sociallinkswidget li.dribbble a:hover {
	background-position: -64px -32px;
}
ul.sociallinkswidget li.googleplus a:hover, #sidebar ul.sociallinkswidget li.googleplus a:hover, #header ul.sociallinkswidget li.googleplus a:hover {
	background-position: -96px -32px;
}
ul.sociallinkswidget li.linkedin a:hover, #sidebar ul.sociallinkswidget li.linkedin a:hover, #header ul.sociallinkswidget li.linkedin a:hover {
	background-position: -128px -32px;
}
ul.sociallinkswidget li.pinterest a:hover, #sidebar ul.sociallinkswidget li.pinterest a:hover, #header ul.sociallinkswidget li.pinterest a:hover {
	background-position: -160px -32px;
}
ul.sociallinkswidget li.rss a:hover, #sidebar ul.sociallinkswidget li.rss a:hover, #header ul.sociallinkswidget li.rss a:hover {
	background-position: -192px -32px;
}
ul.sociallinkswidget li.skype a:hover, #sidebar ul.sociallinkswidget li.skype a:hover, #header ul.sociallinkswidget li.skype a:hover {
	background-position: -224px -32px;
}
ul.sociallinkswidget li.twitter a:hover, #sidebar ul.sociallinkswidget li.twitter a:hover, #header ul.sociallinkswidget li.twitter a:hover {
	background-position: -256px -32px;
}
ul.sociallinkswidget li.vimeo a:hover, #sidebar ul.sociallinkswidget li.vimeo a:hover, #header ul.sociallinkswidget li.vimeo a:hover {
	background-position: -288px -32px;
}
ul.sociallinkswidget li.youtube a:hover, #sidebar ul.sociallinkswidget li.youtube a:hover, #header ul.sociallinkswidget li.youtube a:hover {
	background-position: -320px -32px;
}
#sidebar ul.sociallinkswidget li.facebook a, #header ul.sociallinkswidget li.facebook a {
	background-position: 0px -65px;
}
#sidebar ul.sociallinkswidget li.flickr a, #header ul.sociallinkswidget li.flickr a {
	background-position: -32px -65px;
}
#sidebar ul.sociallinkswidget li.dribbble a, #header ul.sociallinkswidget li.dribbble a {
	background-position: -64px -65px;
}
#sidebar ul.sociallinkswidget li.googleplus a, #header ul.sociallinkswidget li.googleplus a {
	background-position: -96px -65px;
}
#sidebar ul.sociallinkswidget li.linkedin a, #header ul.sociallinkswidget li.linkedin a {
	background-position: -128px -65px;
}
#sidebar ul.sociallinkswidget li.pinterest a, #header ul.sociallinkswidget li.pinterest a {
	background-position: -160px -65px;
}
#sidebar ul.sociallinkswidget li.rss a, #header ul.sociallinkswidget li.rss a {
	background-position: -192px -65px;
}
#sidebar ul.sociallinkswidget li.skype a, #header ul.sociallinkswidget li.skype a {
	background-position: -224px -65px;
}
#sidebar ul.sociallinkswidget li.twitter a, #header ul.sociallinkswidget li.twitter a {
	background-position: -256px -65px;
}
#sidebar ul.sociallinkswidget li.vimeo a, #header ul.sociallinkswidget li.vimeo a {
	background-position: -288px -65px;
}
#sidebar ul.sociallinkswidget li.youtube a, #header ul.sociallinkswidget li.youtube a {
	background-position: -320px -65px;
}
/* Pagination */
.tt-pager-pagination {
	width: 100%;
	height: auto;
}
.tt-portfolio .tt-pager-pagination {
	margin-top: 20px;
	text-align: center;
}
.tt-pagination {
	text-align: center;
}
.tt-pagination ul, .tt-pager ul {
	list-style: none;
	margin-left: 0;
	margin-bottom: 24px;
}
.tt-pagination ul li, .tt-pager ul li {
	float: left;
}
.tt-pagination ul li a, .tt-pager ul li a, .tt-pagination span {
	float: left;
	text-align: center;
	padding: 8px;
	width: 20px;
	height: 20px;
	font-weight: bold;
	margin-right: 5px;
	color: #FFF;
	text-transform: uppercase;
	background-color: #1c1c1c;
}
.tt-pagination span, .tt-pagination ul li a:hover {
	background-color: #92278f;
}
/* Portfolio Filter */
.tt-pagination ul.filters li a {
	width: auto;
	padding: 5px 15px;
	color: #fff;
	background-color: #1c1c1c;
}
.tt-pagination ul.filters li a.selected, .tt-pagination ul.filters li a:hover {
	background-color: #92278f;
	color: #FFF;
}
/*
-----------------------------------------------------------------------------------
        Blog
----------------------------------------------------------------------------------- */
.map {
	opacity: 0.5
}
.map:hover {
	opacity: 1
}
article.entry {
	width: 100%;
	margin-bottom: 40px;
}
.entry-media iframe {
	width: 100%;
}
#page img {
	height: auto;
	max-width: 100%;
}
h2.entry-title {
	margin-bottom: 10px;
}
.meta-container {
	padding: 10px 0px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 30px;
}
ul.entry-meta {
	margin-left: 0px;
	width: 100%;
	margin-bottom: 0px;
	text-transform: uppercase;
}
ul.entry-meta, ul.entry-meta a {
	color: #777777;
}
ul.entry-meta a:hover {
	color: #1c1c1c;
}
.entry-media {
	position: relative;
	width: 100%;
	margin-bottom: 25px;
}
h2.entry-title, h1.single-title {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 30px;
	font-weight: normal;
}
h2.entry-title a, h1.single-title {
	color: #1c1c1c;
}
h2.entry-title a:hover {
	color: #92278f;
}
ul.entry-meta li.meta-author, ul.entry-meta li.meta-date, ul.entry-meta li.meta-category, ul.entry-meta li.meta-comments, ul.entry-meta li.meta-tag {
	width: auto;
	display: inline-block;
	margin-right: 10px;
	border-right: 1px solid #DFDFDF;
	line-height: 12px;
	font-size: 10px;
}
ul.entry-meta > li:after {
	content: '/';
	margin-left: 10px;
}
ul.entry-meta > li:last-child:after {
	content: '';
}
ul.entry-meta.horizontal li {
	line-height: 18px;
	border-right: none;
}
ul.entry-meta li.meta-comments {
	border-right: none;
}
.layout-one .entry-content, .layout-one h2.entry-title {
	margin-left: 130px;
}
.entry-content iframe, .entry-content embed, #page iframe {
	max-width: 100%;
	width: 100%;
}
a.more-link:hover {
	color: #fff;
}
/* Blog Layout Two */
.blog-layout-two .entry-format-icon {
	position: absolute;
	width: 42px;
	float: none;
	bottom: 0;
	left: 20px;
}
/* Blog Layout Three */
article.entry.blog-layout-three {
	background: none;
	border-radius: 0;
	box-shadow: none;
}
article.entry.blog-layout-three .content-block {
	background-color: #FFF;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}
/* Entry Formats */
.entry-media p {
	margin-bottom: 0;
}
.entry-image img {
	width: 100%;
	height: auto;
}
.entry-format-icon {
	margin-right: 20px;
	height: 42px;
	text-align: right;
	float: left;
	margin-bottom: 20px;
	margin-top: 5px;
}
.entry-format-icon span {
	background-repeat: no-repeat;
	background-position: center;
	height: 50px;
	width: 50px !important;
	display: block;
	float: right;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-appearancemoz-border-radius: 50%;
}
.entry-format-icon span {
	background-image: url(../images/format-standard.png);
}
.format-quote .entry-format-icon span {
	background-image: url(../images/format-quote.png);
}
.format-audio .entry-format-icon span {
	background-image: url(../images/format-audio.png);
}
.format-gallery .entry-format-icon span {
	background-image: url(../images/format-gallery.png);
}
.format-video .entry-format-icon span {
	background-image: url(../images/format-video.png);
}
.format-link .entry-format-icon span {
	background-image: url(../images/format-link.png);
}
.instagram-post .entry-format-icon span {
	background-position: -58px -152px;
}
.twitter-post .entry-format-icon span {
	background-position: -58px -104px;
}
/* Status */

.entry .twt-border {
	max-width: 100%!important;
}
/* Gallery */
.entry-gallery {
	position: relative;
}
.entry-gallery.tt-post-carousel {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.entry-gallery .carousel-arrow {
	position: absolute;
	max-width: 770px;
	height: 48px;
	top: 50%;
	left: 0;
}
.entry-gallery.tt-post-carousel li {
	margin: 0px;
}
.entry-gallery.tt-post-carousel a {
	background-color: rgba(0, 0, 0, .4);
	width: 32px;
	height: 32px;
	margin: 0;
	color: #fff;
}
.entry-gallery.tt-post-carousel a:hover {
	color: #fff;
	background-color: #92278f;
}
/* Blockquote */
.format-quote .entry-media .quote-content {
	padding: 30px;
	background-color: #1c1c1c;
}
.format-quote .quote-content blockquote {
	border: none;
	padding: 0;
	margin-bottom: 0;
	text-align: center;
}
.format-quote .quote-content blockquote img, .format-link .entry-media .link-content img {
	width: auto;
	float: none;
	margin-bottom: 15px;
}
.format-quote .quote-content blockquote p, .format-link .entry-media h2 {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #FFF !important;
	font-style: normal;
}
.format-quote .quote-content blockquote a, .format-link .entry-media a {
	font-size: 14px;
	color: #777777;
}
/* Link */
.format-link .entry-media .link-content {
	padding: 30px;
	color: #FFF;
	background-color: #1c1c1c;
	text-align: center;
}
/* Audio & JPLAYER SKIN */
div.jp-jplayer.jp-jplayer-video, div.jp-jplayer.jp-player-video {
	background-color: #292a2b;
}
div.jp-interface {
	width: 100%;
	background: url(../images/jplayer-bg.png) repeat-x;
	z-index: 100;
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
.jp-interface {
	height: 30px;
}
.jp-controls {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.jp-controls li {
	display: inline;
}
.jp-controls a {
	border-bottom: none;
	position: absolute;
	overflow: hidden;
	text-indent: -9999px;
}
a.jp-play, a.jp-pause {
	width: 33px;
	height: 30px;
	z-index: 1;
	outline: none;
	top: 0;
	left: 0;
}
a.jp-play {
	background: url(../images/jplayer-skin.png) 0 0 no-repeat;
}
a.jp-play:hover {
	background-position: -33px 0;
}
a.jp-pause {
	background: url(../images/jplayer-skin.png) 0 -30px no-repeat;
	display: none;
}
a.jp-pause:hover {
	background-position: -33px -30px;
}
.jp-progress-container {
	position: absolute;
	top: 0;
	left: 34px;
	width: 720px;
	max-width: 90%;
	height: 6px;
	padding: 12px 10px;
}
.jp-progress {
	position: absolute;
	width: 720px;
	max-width: 100%;
	height: 7px;
	padding: 1px;
	background: url(../images/jplayer-skin.png) 0 -192px repeat-x;
}
.twelve .jp-progress-container, .twelve .jp-progress {
	width: 1020px;
}
.six .jp-progress-container, .six .jp-progress {
	width: 420px;
}
.jp-seek-bar {
	width: 0px;
	height: 5px;
	cursor: pointer;
	background: url(../images/jplayer-skin.png) 0 -163px repeat-x;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
.jp-play-bar {
	width: 0px;
	height: 5px;
	background: url(../images/jplayer-skin.png) 0 -133px repeat-x;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
.jp-volume-bar-container {
	position: absolute;
	top: 0;
	right: 20px;
	width: 40px;
	height: 6px;
	padding: 12px 10px;
}
.jp-volume-bar {
	position: relative;
	overflow: hidden;
	background: url(../images/jplayer-skin.png) 0 -192px repeat-x;
	width: 40px;
	height: 9px;
	cursor: pointer;
	top: 0;
	left: 18px;
}
.jp-volume-bar-value {
	width: 0px;
	height: 5px;
	margin: 1px;
	background: url(../images/jplayer-skin.png) 0 -133px repeat-x;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
a.jp-mute, a.jp-unmute {
	width: 17px;
	height: 13px;
	z-index: 1;
	outline: none;
	top: 9px;
	right: 60px;
}
a.jp-mute {
	background: url(../images/jplayer-skin.png) -10px -68px no-repeat;
}
a.jp-mute:hover {
	background-position: -43px -68px;
}
a.jp-unmute {
	background: url(../images/jplayer-skin.png) -10px -98px no-repeat;
}
a.jp-unmute:hover {
	background-position: -43px -98px;
}
.seperator-first, .seperator-second {
	background: url(../images/jplayer-seperator.png) no-repeat left;
	height: 30px;
	width: 2px;
	position: absolute;
	left: 32px;
}
.seperator-second {
	left: auto;
	right: 90px;
}
/* Blog Single */
.single-post article ul.entry-meta.category-list li {
	border-right: none;
}
.single-post article ul.entry-meta.category-list li a:first-child {
	padding-left: 10px;
}
.single-post article ul.entry-meta.category-list li a:last-child:after {
	content: '';
	padding: 0;
}
.item-author {
	margin: 20px 0;
	padding: 20px 0;
}
.item-author-container {
	padding: 0px 20px;
}
.item-author img {
	-webkit-box-shadow: inset 0 2px #fff;
	-moz-box-shadow: inset 0 2px #fff;
	box-shadow: inset 0 2px #fff;
	height: 60px;
	width: 60px;
	margin-right: 20px;
	float: left;
	padding: 4px;
	border: 1px solid #e5e5e5;
	background: #f5f5f5;
}
.item-author h3 {
	margin: 0;
	text-transform: uppercase;
	color: #1c1c1c;
}
.item-author .author-title-line {
	height: 1px;
	width: 50px;
	margin: 10px 90px;
	background: #e5e5e5;
}
/* Comments */
#comments h4.comment-title, #comments h4#reply-title, #comments h4#reply-title-to {
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	color: #1c1c1c;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}
#comments h4#reply-title, #comments h4#reply-title-to {
	margin-bottom: 30px;
}
.comment-block {
	padding-top: 20px;
}
.comment-author {
	position: relative;
}
.comment-author img {
	height: 60px;
	width: 60px;
	margin-right: 20px;
	float: left;
	padding: 4px;
	border: 1px solid #e5e5e5;
	background: #f5f5f5;
	-webkit-box-shadow: inset 0 2px #fff;
	-moz-box-shadow: inset 0 2px #fff;
	box-shadow: inset 0 2px #fff;
}
.comment-meta {
	text-transform: uppercase;
	font-size: 10px;
	line-height: 10px;
	margin-left: 80px;
}
.comment-date:after {
	content: '-';
	padding: 0 5px;
}
.comment-body {
	margin-left: 80px;
	position: relative;
}
.comment-body p {
	padding: 20px;
	border: 1px solid #e5e5e5;
}
.comment-body p:before {
	position: absolute;
	top: -11px;
	left: 20px;
	z-index: 999;
	display: inline-block;
	border-right: 0px solid transparent;
	border-bottom: 12px solid #e5e5e5;
	border-bottom-color: #e5e5e5;
	border-left: 12px solid transparent;
	content: '';
}
.comment-body p:after {
	position: absolute;
	top: -9px;
	left: 21px;
	z-index: 1000;
	display: inline-block;
	border-right: 0px solid transparent;
	border-bottom: 10px solid #FFF;
	border-left: 10px solid transparent;
	content: '';
}
.comment-block .comment-block {
	margin-left: 29px;
	border-left: 1px solid #e5e5e5;
	padding-left: 50px;
}
.reply-line {
	height: 1px;
	width: 30px;
	top: 30px;
	position: absolute;
	left: -50px;
	background-color: #e5e5e5;
	display: none;
}
.comment-block .comment-block .reply-line {
	display: block;
}
/* Hover Content */
.hover-content {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.hover-content img {
	float: left;
	width: 100%;
	height: auto;
}
.port-content {
	background: rgb(165, 146, 146);
	padding: 15px;
	margin: 0px 0px 10px 0px;
	height: 25px;
	margin-top: -5px;
}
.port-content h4 {
	font-size: 13px;
	font-family: 'PT Sans', Arial Narrow !important;
	color: #fff !important;
}
.grade .port-content {
	background: rgb(89, 90, 116);
	margin-top: -5px
}
.grade .port-content h4 {
	font-size: 18px !important;
}
.ctg1 .port-content {
	background: rgb(168, 40, 40);
}
.ctg2 .port-content {
	background: rgb(209, 54, 54);
}
.ctg3 .port-content {
	background: rgb(28, 156, 44);
}
.ctg4 .port-content {
	background: rgb(62, 206, 80)
}
.image-overlay {
	background-color: rgba(242, 89, 75, .8);
	height: 100%;
	width: 100%;
	float: left;
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
}
.hover-links {
	width: 36px;
	height: 36px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -17px;
	margin-left: -17px;
}
a.hover-zoom {
	background-position: -392px -166px;
}
a.hover-permalink, a.hover-zoom {
	height: 36px;
	width: 36px;
	display: block;
	float: left;
	background-image: url('../images/images.png');
	background-repeat: no-repeat;
	cursor: pointer;
}
a.hover-permalink {
	background-position: -438px -43px;
	margin-right: 5px;
	opacity: 0;
	-webkit-transform: translate(20px, -20px);
	-moz-transform: translate(20px, -20px);
	-o-transform: translate(20px, -20px);
	-ms-transform: translate(20px, -20px);
	transform: translate(20px, -20px);
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.1s ease-out;
}
.image-overlay:hover a.hover-permalink {
	opacity: 1;
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s;
}
/*  Comment Form */
form#commentform p.comment-form-author, form#commentform p.comment-form-email {
	float: left;
	width: 32%;
	margin-right: 0.7%;
	margin-bottom: 3%
}
form#commentform p.comment-form-url {
	float: left;
	width: 34%;
	margin-bottom: 1%;
}
form#commentform p > label, form#commentform .comment-form-comment > label {
	display: none;
}
form#commentform p > input[type="text"] {
	width: 90%;
	padding: 10px 5%;
	margin-bottom: 0px;
}
form#commentform .comment-form-comment {
	width: 100%;
}
form#commentform .comment-form-comment textarea {
	width: 96%;
	padding: 10px 2%;
}
/*
-----------------------------------------------------------------------------------
       Portfolio
----------------------------------------------------------------------------------- */
article.portfolio {
	background-color: #fff;
	border-bottom: 1px solid #e5e5e5;
}
article.portfolio:hover {
	border-bottom: 1px solid #1c1c1c;
}
article.portfolio .entry-image img {
	float: left;
	width: 100%;
	height: auto;
}
article.portfolio h2.portfolio-title {
	border-bottom: none;
	padding: 0;
	margin: 0;
	position: relative;
}
article.portfolio h2.portfolio-title a {
	font-size: 13px;
	line-height: 28px;
	color: #1c1c1c;
	text-transform: uppercase;
}
article.portfolio .portfolio-content {
	position: relative;
	margin-top: -5px;
	padding: 25px 0;
	text-align: center;
}
article.portfolio .portfolio-content:hover {
	background: #92278f;
}
article.portfolio .portfolio-content:hover a {
	color: #fff;
}
article.portfolio .portfolio-content .tt-element-title-border {
	left: 5px;
}
article.portfolio .portfolio-content a {
	color: #777777;
	font-size: 13px;
	line-height: 20px;
	text-transform: capitalize;
}
/**** Isotope CSS3 transitions ****/
.isotope, .col, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item, .col {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	transition-duration: 0s;
}
/* End:Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}
/* Portfolio Single */
.single-portfolio #main .entry-image {
	margin-bottom: 20px;
}
ul.portfolio-meta {
	margin: 0;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	text-transform: uppercase;
	color: #1c1c1c;
}
a.live-preview {
	margin-left: 0;
}
.single-portfolio article {
	margin-top: 30px;
	margin-bottom: 30px;
}
.single-portfolio .related_portfolios article {
	margin-top: 0px;
	margin-bottom: 40px;
}
.carousel-container {
	/* height: 350px; */
	overflow: hidden;
}
/*
-----------------------------------------------------------------------------------
        Shortcodes & Pagebuilder Elements
----------------------------------------------------------------------------------- */
.widget-title-container {
	position: relative;
	top: 10px;
	position: relative;/* border-top: 1px solid #e5e5e5; */
}
h1.tt-element-title {
	font-size: 21px;
	text-transform: none;
	font-weight: 300;
	line-height: 21px;
	padding-bottom: 15px;
	position: relative;
}
h2.tt-element-title {
	padding-bottom: 15px;
	border-bottom: 4px double #e5e5e5;
	font-weight: 300;
	position: relative;
	font-weight: 800;
	line-height: 20px;
}
h2.tt-element-title span {
	height: 4px;
	bottom: -4px;
}
h3.tt-element-title, h3.widget-title {
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #1c1c1c;
	padding-right: 20px;
	margin-bottom: 30px;
	letter-spacing: -1px;
	display: inline-block;
	background-color: #FFF;
	text-transform: uppercase;
	top: -10px;
	position: relative;
}
.tt-column_service h3.tt-element-title {
}
h4.tt-element-title {
	position: relative;
	font-size: 16px;
	line-height: 16px;
	text-transform: none;
	font-weight: 800;
	padding-bottom: 15px;
	border-bottom: 5px ridge #999;
}
h4.tt-element-title span {
	height: 3px;
	bottom: -3px;
}
h5.tt-element-title {
	padding-bottom: 15px;
	font-size: 12px;
	line-height: 12px;
	position: relative;
	font-weight: 300;
	border-bottom: 1px dashed #e5e5e5;
	text-transform: none;
}
h5.tt-element-title span {
	background-color: #666;
}
h6.tt-element-title {
	padding-bottom: 15px;
	font-size: 14px;
	line-height: 14px;
	position: relative;
	font-weight: 300;
	border-bottom: 1px solid #666;
	text-transform: none;
	font-weight: 800;
}
.tt-element-title-border {
	width: 50px;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.tt-element > .tt-content > .row {
	margin-left: 0 !important;
}
a.see-more {
	font-size: 9px;
	line-height: 9px;
	color: #888;
	text-decoration: none;
	text-transform: uppercase;
}
a.see-more:after {
	content: "â†'";
	margin-left: 5px;
}
a.see-more:hover {
	color: #333;
}
ul {
	list-style: square outside;
}
ul.unstyled li {
	list-style: none;
}
ul.unstyled li i {
	margin-left: -15px;
	margin-right: 5px;
}
/* Buttons */
.tt-button, .tt-button:visited {
	background: #bbbbbb url(../images/button.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 5px 10px;
	margin-right: 3px;
	margin-bottom: 1.5em;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	border-radius: 3px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
	border-bottom: 2px solid rgba(0, 0, 0, 0.2);
	position: relative;
	cursor: pointer;
}
.tt-button:hover {
	background-color: #111111;
	color: #ffffff;
}
.tt-button:active {
	top: 1px;
}
.small.tt-button, .small.tt-button:visited {
	font-size: 11px;
}
.medium.tt-button, .medium.tt-button:visited {
	font-size: 13px;
	padding: 11px 18px;
	line-height: 1;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
}
.large.tt-button, .large.tt-button:visited {
	font-size: 16px;
	padding: 15px 20px;
}
.rounded.tt-button {
	border-radius: 25px;
}
.flat.tt-button {
	border-bottom: none;
	box-shadow: none;
}
/* Pink */
.pink.tt-button, .pink.tt-button:visited {
	background-color: #fe57a1;
}
.pink.tt-button:hover {
	background-color: #d74b8a;
}
/* Green */
.green.tt-button, .green.tt-button:visited {
	background-color: #91bd09;
}
.green.tt-button:hover {
	background-color: #749a02;
}
/* Blue */
.blue.tt-button, .blue.tt-button:visited {
	background-color: #92278f;
}
.blue.tt-button:hover {
	background-color: #00a3cf;
}
/* Red */
.red.tt-button, .red.tt-button:visited {
	background-color: #ff2b25;
}
.red.tt-button:hover {
	background-color: #ba1f1b;
}
/* Magenta */
.magenta.tt-button, .magenta.tt-button:visited {
	background-color: #a9014b;
}
.magenta.tt-button:hover {
	background-color: #630030;
}
/* Orange */
.orange.tt-button, .orange.tt-button:visited {
	background-color: #ff5c00;
}
.orange.tt-button:hover {
	background-color: #d45500;
}
/* Yellow */
.yellow.tt-button, .yellow.tt-button:visited {
	background-color: #ffb515;
}
.yellow.tt-button:hover {
	background-color: #fc9200;
}
/* @end Buttons */

/* Tabs */
.tt-tabs.ui-tabs .ui-tabs-hide {
	position: absolute;
	left: -10000px;
}
.tt-tabs {
	margin-bottom: 15px;
	display: block;
}
.tt-tabs ul.tab-header {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	float: none;
	display: block;
}
.tt-tabs ul.tab-header li {
	float: left;
	position: relative;
	margin: 0 0px -1px -1px;
	z-index: 1;
	list-style: none;
	border-right: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	padding: 0px 20px;
	background: #fff;
	width: 150px;
}
.tt-tabs ul.tab-header li:first-child {
	margin: 0 0px -1px 0;
}
.tt-tabs ul.tab-header li a {
	font-size: 12px;
	font-weight: 700;
	color: #888888;
	border-bottom: none;
	display: block;
	overflow: hidden;
	margin: 0!important;
	text-decoration: none;
	padding-left: 0;
	padding-top: 8px;
	padding-bottom: 8px;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.tt-tabs ul.tab-header li a.active {
	background: #fff;
	color: #1c1c1c;
	padding-left: 0;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top: 2px solid #92278f;
}
.tt-tabs .tab-content {
	padding-top: 15px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	display: block;
	background: white;
	padding: 20px
}
/* Vertical Tab*/
.tt-tabs.tab-vertical ul.tab-header {
	display: block;
	float: left;
	padding-right: 20px;
}
.tt-tabs.tab-vertical ul.tab-header li a.active {
	padding-left: 17px;
	border-left: 2px solid #92278f;
	border-top: none;
	padding-bottom: 0;
	padding-top: 0;
}
.tt-tabs.tab-vertical ul.tab-header li {
	float: none;
	display: block;
	margin: 0;
	border-right: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	padding: 8px 20px 8px 0px;
}
.tt-tabs.tab-vertical ul.tab-header li.active {
	border-right: none;
}
.tt-tabs.tab-vertical ul.tab-header li a {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.tt-tabs.tab-vertical .tab-content {
	margin-left: 171px;
}
/* Recent Post*/
.tt-recent-posts ul.recent-posts {
	margin-left: 0;
}
.tt-recent-posts ul.recent-posts li {
	list-style: none;
	display: inline-block;
 *display: inline;
	margin-bottom: 25px;
}
.tt-recent-posts ul.recent-posts li .thumb-image {
	float: left;
	width: 65px;
	height: 65px;
	margin-right: 15px;
}
.tt-recent-posts ul.recent-posts li .thumb-image img.recent-post-format {
	background: #92278f;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	padding: 15px;
}
.tt-recent-posts ul.recent-posts li h2 {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 7px;
	padding-bottom: 5px;
	position: relative;
	margin-top: -4px;
}
.tt-recent-posts ul.recent-posts li h2 span {
	width: 50px;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: -1px;
	background-color: #d7d7d7;
}
.tt-recent-posts ul.recent-posts li .rp-content {
	margin-left: 80px;
}
.tt-recent-posts ul.recent-posts li .rp-content a {
	color: #1c1c1c;
}
/* Accordion & Toggle */
.tt-accordion, .tt-toggle {
	margin-bottom: 15px;
}
.tt-accordion .accordion-title, .tt-toggle .tt-toggle-title {
	cursor: pointer;
	position: relative;
	margin: 0;
	font-size: 12px;
	border: 1px solid #e5e5e5;
	zoom: 1;
	margin-bottom: 5px;
}
.tt-accordion .accordion-title:first-child, .tt-toggle .tt-toggle-title:first-child {
	border-top: 1px solid #e5e5e5;
}
.tt-accordion .accordion-content, .tt-toggle .tt-toggle-inner {
	padding: 15px;
	border-top: 0;
	overflow: auto;
	margin-top: -5px;
	zoom: 1;
}
.accordion-title a, .accordion-title a:hover, .tt-toggle-title a, .tt-toggle-title a:hover {
	color: #000;
	text-decoration: none;
	padding: 5px 12px;
	display: block;
	text-transform: uppercase;
	font-size: 11px;
}
.tt-toggle-title h3 {
	margin-bottom: 0;
	font-size: 12px;
	padding-right: 30px;
}
.ui-icon {
	background: #92278f;
	color: #fff;
	margin: -6px;
	padding: 6px 11px;
	position: absolute;
	right: 5px;
	font-size: 16px;
}
.ui-icon.ui-icon-triangle-1-s:after {
	content: '-';
	letter-spacing: 4px;
}
.ui-icon.ui-icon-triangle-1-e:after {
	content: '+';
}
/* Blocks */
.tt-blocks {
	padding: 15px 15px 0;
	margin-bottom: 15px;
	background-color: #f9f9f9;
	border: 1px solid #e9e9e9;
	color: #777;
}
.alert {
	background-color: #FCF8E3;
	border-color: #FBEED5;
	color: #c09853;
}
.error {
	background-color: #F2DEDE;
	border-color: #EED3D7;
	color: #b94a48;
}
.success {
	background-color: #DFF0D8;
	border-color: #D6E9C6;
	color: #468847;
}
.info {
	background-color: #D9EDF7;
	border-color: #BCE8F1;
	color: #3A87AD;
}
/* Label */
.tt-label {
	display: inline-block;
 *display: inline;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	color: #ffffff;
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #999999;
	padding: 2px 6px;
	border-radius: 3px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
	border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}
.tt-label.red {
	background-color: #ff2b25;
}
.tt-label.orange {
	background-color: #ff5c00;
}
.tt-label.green {
	background-color: #91bd09;
}
.tt-label.blue {
	background-color: #2daebf;
}
.tt-label.pink {
	background-color: #fe57a1;
}
.tt-label.magenta {
	background-color: #a9014b;
}
.tt-label.yellow {
	background-color: #ffb515;
}
.tt-label.flat {
	border-bottom: none;
	box-shadow: none;
}
/* Dropcap */
.tt-dropcap {
	float: left;
	text-transform: uppercase;
	font-size: 26px;
	line-height: 27px;
	background-color: black;
	color: white;
	padding: 3px 9px;
	text-align: center;
	margin-top: 5px;
	margin-right: 10px;
}
.tt-dropcap.normal, .tt-dropcap.roman {
	background-color: transparent !important;
	line-height: 18px !important;
}
.tt-dropcap.circle {
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
.tt-dropcap.roman {
	font-family: Times, "Times New Roman", serif;
}
/* Callout */
.tt-callout {
	display: block;
	position: relative;
	background: #fff;
	padding: 0;
	border: 1px solid #e5e5e5;
}
.tt-callout.left-button .tt-callout-button-ct, .tt-callout.right-button .tt-callout-button-ct {
	width: 20%;
	text-align: center;
	margin-top: 30px;
}
.tt-callout.right-button .tt-callout-button-ct {
	float: right;
}
.tt-callout.left-button .tt-callout-button-ct {
	float: left;
}
.tt-callout .tt-callout-element {
	width: 80%;
}
.tt-callout.left-button .tt-callout-element {
	float: right;
}
.tt-callout.right-button .tt-callout-element {
	float: left;
}
.tt-callout .tt-callout-element .text-container {
	padding: 20px 30px;
}
.tt-callout.left-button .tt-callout-element .text-container {
	border-left: 1px solid #e5e5e5;
}
.tt-callout.right-button .tt-callout-element .text-container {
	border-right: 1px solid #e5e5e5;
}
.tt-callout .tt-callout-element, .tt-callout a.call-button {
	margin: 0;
}
.col.three .tt-callout .tt-callout-element, .col.three .tt-callout a.call-button, .col.four .tt-callout .tt-callout-element, .col.four .tt-callout a.call-button {
	width: 100%;
	display: block;
	margin: 0 auto;
	float: none !important;
	text-align: center;
}
.tt-callout-element h2 {
	font-size: 22px;
	line-height: 20px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #1c1c1c;
}
/* Divider */
.tt-divider {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #FFF;
	margin: 30px 0px;
}
/* Column Service */
.tt-column_service {
	padding: 10px 10px 0 10px;
	vertical-align: top;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #fff;
	text-align: center;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.tt-column_service.icon_title {
	text-align: left;
}
.tt-column_service.title_icon {
	text-align: left;
}
.tt-column_service.title_icon i.icon {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}
.tt-cs-container {
	padding: 20px;
	width: 100%;
	margin: 0 -10px;
	display: inline-block;
}
.tt-cs-container .service_read_more {
	float: right;
	font-size: 12px !Important;
	padding: 2px 15px !important;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.tt-cs-container h3.tt-element-title {
	margin-bottom: 0;
}
.container-tt-cs i.icon, .container-tt-cs h3.tt-element-title {
	vertical-align: top;
}
.container-tt-cs i.icon, .tt-column_service.icon_content i.icon {
	float: left;
}
.tt-column_service.icon_content i.icon {
	margin-right: 10px;
	margin-bottom: 5px;
}
.tt-column_service i.icon {
	float: left;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	padding: 35px;
	color: #fff;
	text-align: center;
	display: inline-block;
	margin: 0 20px 40px 0;
}
.tt-column_service .service_read_more {
	color: #fff;
	background: #1c1c1c;
	padding: 10px 15px;
	font-size: 12px;
}
.tt-column_service .service_read_more:hover {
	background: #92278f;
}
.tt-column_service:hover .tt-cs-container {
	background: #fff;
}
/* Post Carousel */
.tt-post-carousel {
	position: relative;
}
.tt-post-carousel .carousel-arrow {
	top: 25%;
	width: 99.8%;
}
.tt-post-carousel .carousel-arrow a {
	background: rgba(0, 0, 0, .4);
	padding: 8px 15px;
}
.tt-post-carousel ul li img {
	float: left;
}
.tt-post-carousel ul li .our-clients img {
	width: auto;
	opacity: 1;
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-ms-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in;
}
.tt-post-carousel ul li .our-clients img:hover {
	opacity: .6;
}
/* Image */
.tt-image img {
	width: 100%;
}
/* Columns Shortcode */
.tt-columns-one-half {
	width: 48%;
}
.tt-columns-one-third {
	width: 30.66%;
}
.tt-columns-two-third {
	width: 65.33%;
}
.tt-columns-one-fourth {
	width: 22%;
}
.tt-columns-three-fourth {
	width: 74%;
}
.tt-columns-one-fifth {
	width: 16.8%;
}
.tt-columns-two-fifth {
	width: 37.6%;
}
.tt-columns-three-fifth {
	width: 58.4%;
}
.tt-columns-four-fifth {
	width: 67.2%;
}
.tt-columns-one-sixth {
	width: 13.33%;
}
.tt-columns-five-sixth {
	width: 82.67%;
}
.tt-columns-one-half, .tt-columns-one-third, .tt-columns-two-third, .tt-columns-three-fourth, .tt-columns-one-fourth, .tt-columns-one-fifth, .tt-columns-two-fifth, .tt-columns-three-fifth, .tt-columns-four-fifth, .tt-columns-one-sixth, .tt-columns-five-sixth {
	position: relative;
	margin-right: 2%;
	margin-bottom: 2em;
	float: left;
}
.tt-columns-column-last {
	margin-right: 0!important;
	clear: right;
}
/* Price Block */
.tt-price-block {
	width: 100%;
}
.tt-price-two {
	width: 50%;
}
.tt-price-three {
	width: 33.333%;
}
.tt-price-four {
	width: 25%;
}
.tt-price-five {
	width: 20%;
}
.tt-price-col {
	float: left;
	margin-left: -1px;
	background-color: #FFF;
}
.tt-price-col:first-child {
	margin-left: 0;
}
.tt-price-block p, .tt-price-block .tt-button, .tt-price-block ul {
	margin-bottom: 0px;
}
.tt-price-box {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	text-align: center;
}
.tt-price-top, .tt-price-bottom ul li {
	padding: 10px 15px;
	border-bottom: 1px solid #dfdfdf;
}
.tt-price-feature {
	background-color: #669900;
	color: #FFF;
}
#main .tt-price-feature h1 {
	color: #fff;
}
.tt-price-header, .tt-price-footer, .tt-price-top {
	padding: 20px 15px;
}
.tt-price-header h1 {
	margin-bottom: 0px;
	font-size: 16px;
}
.tt-price-header p {
	font-weight: lighter;
	opacity: .7;
	margin-bottom: 0;
}
.currency {
	font-weight: 100;
	margin-left: 5px;
	font-size: 21px;
	position: relative;
	line-height: 21px;
	top: -2px;
}
.per {
	display: block;
	font-weight: 100;
	font-size: 11px;
	line-height: 11px;
}
.tt-price-header, .tt-price-desc {
	background-color: rgba(0, 0, 0, .1);
}
.tt-price-top p {
	font-size: 30px;
	line-height: 30px;
}
.tt-price-bottom ul {
	margin-left: 0px;
}
.tt-price-bottom p {
	padding: 10px 15px;
}
.tt-price-footer {
	border-bottom: none;
	background-color: rgba(255, 255, 255, .1);
}
.tt-price-desc .tt-price-header, .tt-price-desc .tt-price-top, .tt-price-desc .tt-price-footer {
	visibility: hidden;
	opacity: 0;
}
.tt-price-bottom ul li, .tt-price-box, .tt-price-top, .tt-price-bottom p {
	border-color: rgba(100, 100, 100, .1);
}
/* Testimonialis */
.tt-testimonials {
;
}
.tt-testimonials .flex-direction-nav {
	display: none;
}
.tt-testimonials blockquote {
	border-left: none;
	padding: 25px;
	background-color: #e5e5e5;
	position: relative;
}
.tt-testimonials .flex-control-nav {
	right: 25px;
	bottom: 48px;
}
.tt-testimonials .flex-control-nav li {
	float: right;
	display: inherit;
}
.tt-testimonials .caroufredsel_wrapper {
	margin-left: 0 !important;
}
/* Progress Bar */
.tt-progressbar {
	background: #E6E7E8;
	height: 37px;
	border-bottom: 1px solid #F0F1F1;
	position: relative;
	margin-bottom: 10px;
	overflow: hidden;
	background-color: #F7F7F7;
	background-image: -moz-linear-gradient(top, whiteSmoke, #F9F9F9);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(whiteSmoke), to(#F9F9F9));
	background-image: -webkit-linear-gradient(top, whiteSmoke, #F9F9F9);
	background-image: -o-linear-gradient(top, whiteSmoke, #F9F9F9);
	background-image: linear-gradient(to bottom, whiteSmoke, #F9F9F9);
	background-repeat: repeat-x;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.tt-progressbar-percent {
	background-color: #690;
	height: 100%;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, rgba(255, 255, 255, .2)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.75, rgba(255, 255, 255, .2)), color-stop(.75, transparent), to(transparent) );
	background-image: -moz-linear-gradient( -45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent );
	-webkit-background-size: 30px 30px;
	-moz-background-size: 30px 30px;
	background-size: 30px 30px;
	-webkit-animation: move 5s linear infinite;
	-moz-animation: move 5s linear infinite;
	animation: move 5s linear infinite;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
 @-webkit-animation expandWidth {
 0% {
 width: 0;
}
 100% {
 width: auto;
}
}
 @-webkit-keyframes move {
 0% {
 background-position: 0 0;
}
 100% {
 background-position: 90px 90px;
}
}
.tt-progressbar-title {
	font-size: 13px;
	color: white;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, .3);
	font-weight: bold;
	position: absolute;
	top: 10px;
	left: 13px;
}
/* Twitter */
.twitter-carousel {
	padding: 15px 0px;
	position: relative;
	color: #fff;
}
.twitter-carousel a.carousel-next, .twitter-carousel a.carousel-prev {
	margin: 0;
}
.twitter-carousel .twitter-title, .twitter-carousel .twitter-text {
	float: left;
}
.twitter-carousel .twitter-title {
	text-transform: uppercase;
	font-weight: bold;
	margin-right: 10px;
}
.twitter-title .icon-twitter {
	margin-right: 10px;
	font-size: 15px;
}
.twitter-carousel .time-meta:before {
	content: '-';
	margin: 0 5px;
}
.twitter-carousel .twitter-item {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	color: #fff;
}
.twitter-carousel .twitter-item .icon-twitter {
	display: none;
}
.twitter-carousel .carousel-arrow {
	width: auto;
	right: 0;
	margin-top: -17px;
}
.twitter-carousel .carousel-arrow a {
	font-size: 19px;
}
.twitter-carousel a, .twitter-carousel a:hover {
	color: #fff;
	font-weight: bold;
}
.twitter-carousel .twitter-item br {
	display: none;
}
.twitter-item {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #e5e5e5;
	color: #000;
}
.twitter-item i.icon-twitter {
	padding-left: 5px;
	padding-right: 5px;
}
/* Twitter for footer */
#footer .twitter-item {
	color: #888;
	border-bottom: none;
}
#footer .twitter-item a {
	color: #92278f;
}
#twitter-container {
	background: #92278f;
}
/* Our Team*/
article.team-member {
	background-color: #fff;
	padding: 33px;
	text-align: center;
	margin-bottom: 20px;
}
article.team-member:hover, #main article.team-member:hover h2.member-name {
	color: #FFF;
}
article.team-member img {
	width: 94%;
	border: 6px solid #fff;
	height: auto;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscalerayscale");
	filter: gray;
	-webkit-filter: grayscale(100%);
	-webkit-transition: all .6s ease;
	-webkit-backface-visibility: hidden;
}
article.team-member:hover img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscalerayscale");
	-webkit-filter: grayscale(0%);
}
article.team-member {
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	-webkit-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}
article.team-member h2.member-name {
	border-bottom: none;
	padding: 15px 0;
	text-transform: uppercase;
	margin: 0;
	font-size: 13px;
	line-height: 18px;
	color: #1c1c1c;
}
article.team-member p.member-position {
	font-size: 10px;
	line-height: 10px;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 15px;
}
ul.member-social {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.member-social li {
	float: left;
	margin-left: 1px;
}
.member-social.sociallinkswidget li a {
	background-color: #1c1c1c;
}
/*ul.member-social li a {
    height: 26px;
    width: 26px;
    display: block;

    text-indent: -9999px;
    background-image: url('resources/images/images.png');
    background-color: #000;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

ul.member-social li a.facebook {
    background-position: -218px -70px;
}

ul.member-social li a.google {
    background-position: -246px -70px;
}

ul.member-social li a.linkedin {
    background-position: -274px -70px;
}

ul.member-social li a.twitter {
    background-position: -302px -70px;
}*/
/* Testimonialis */
.tt-testimonials {
	position: relative;
}
.tt-testimonials .carousel-arrow {
	right: 0 !important;
}
.tt-testimonials .testiominals-item blockquote {
	background-color: #FFF;
	border: 1px solid #e5e5e5;
	font-style: italic;
	margin: 0px;
	margin-bottom: 30px;
}
.tt-testimonials .testiominals-item blockquote:before {
	position: absolute;
	bottom: -17px;
	left: 50px;
	z-index: 999;
	display: inline-block;
	border-right: 17px solid transparent;
	border-top: 17px solid #e5e5e5;
	border-top-color: #e5e5e5;
	border-left: 0px solid transparent;
	content: '';
}
.tt-testimonials .testiominals-item blockquote:after {
	position: absolute;
	bottom: -14px;
	left: 51px;
	z-index: 1000;
	display: inline-block;
	border-right: 15px solid transparent;
	border-top: 15px solid #FFF;
	border-left: 0px solid transparent;
	content: '';
}
.tt-testimonials .testiominals-item .testimonials {
	width: 100%;
}
.testimonials-image {
	float: left;
	margin-right: 10px;
}
.testimonials-image img {
	height: 40px !important;
	width: 40px !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 6px 10px -10px #000;
	-webkit-box-shadow: 0 6px 10px -10px #000;
	box-shadow: 0 6px 10px -10px #000;
	margin: -1px;
	border: 1px solid #fff;
}
h3.testimonials-name {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0;
}
h3.testimonials-name span {
	display: block;
	font-weight: 300;
	font-size: 11px;
}
.tt-testimonials .carousel-arrow {
	width: 50px !important;
	bottom: 20px !important;
	top: auto !important;
}
.tt-testimonials .carousel-arrow a {
	margin: 0;
	font-size: 14px;
	padding: 8px 10px;
	color: #000;
}
.tt-testimonials > .clearfix {
	display: none;
}
/* Carousel Element */
.tt-element.for-post-carousel, .tt-element.for-portfolio-carousel {
	overflow: hidden !important;
}
.tt-post-carousel {
	width: 100%;
	margin-left: -10px !important;
	margin-right: -10px !important;
}
.tt-post-carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.tt-post-carousel li {
	position: relative;
	color: #999;
	padding: 0;
	margin: 0 10px;
	display: block;
	float: left;
	height: auto !important;
}
.tt-post-carousel.responsive {
	width: auto;
	margin-left: 0;
}
.tt-post-carousel h2 {
	line-height: 20px;
	font-size: 13px;
	padding: 10px 0 5px 0;
	margin: 0;
	border-bottom: 1px solid #e5e5e5;
}
.tt-post-carousel li ul.meta {
	padding-bottom: 15px;
	padding-top: 10px;
	margin: 0;
}
.tt-post-carousel li > ul.meta li {
	float: left;
	line-height: 10px;
	margin: 0px;
	font-size: 13px;
}
.tt-post-carousel li > ul.meta li.date-meta {
	margin-right: 15px;
}
.tt-post-carousel li > ul.meta li a {
	color: #888;
}
.tt-post-carousel li > ul.meta li a:after {
	content: '-';
	padding: 0 5px;
}
.tt-post-carousel li > ul.meta li:last-child a:after {
	content: '';
	padding: 0;
}
.tt-post-carousel.for-portfolio-carousel li {
	background-color: #fff;
	text-align: center;
	padding-bottom: 25px;
}
.tt-post-carousel.for-portfolio-carousel li h2 {
	padding: 0px;
	border-bottom: none;
}
.tt-post-carousel.for-portfolio-carousel li .port-content {
	text-align: center;
	margin-top: -5px;
	padding: 25px 0;
}
.tt-post-carousel.for-portfolio-carousel li .port-content:hover {
	/* [disabled]background: #92278f;
*/
}
.tt-post-carousel.for-portfolio-carousel li .port-content:hover a {
	color: #fff;
}
.tt-post-carousel.for-portfolio-carousel li > h2 .tt-element-title-border {
	left: 20px;
	bottom: 15px;
}
.tt-post-carousel.for-portfolio-carousel li h2 a, .tt-post-carousel.for-post-carousel li > h2 a {
	text-transform: uppercase;
	color: #1c1c1c;
}
.tt-post-carousel.for-portfolio-carousel li h2 a {
	line-height: 28px;
}
.tt-post-carousel.for-portfolio-carousel li > h2 a:hover, .tt-post-carousel.for-post-carousel li > h2 a:hover {
	color: #92278f;
}
.tt-post-carousel.for-portfolio-carousel li > ul.meta {
	border-bottom: none;
	margin: 0;
	display: inline-block;
 *display: inline;
	width: auto;
}
.tt-post-carousel.for-portfolio-carousel li > ul.meta > li {
	background-color: transparent;
}
.with-title .carousel-arrow {
	position: absolute;
	right: 10px;
	background: #fff;
	top: -50px;
	width: 56px;
	padding-left: 20px;
}
.carousel-arrow {
	position: absolute;
	top: 50%;
	width: 100%;
}
a.carousel-prev {
	float: left;
	margin-left: 10px;
}
a.carousel-next {
	float: right;
	margin-right: 10px;
}
.carousel-arrow a, .port-btn {
	font-size: 29px;
	font-family: FontAwesome;
	padding: 8px;
	color: #FFF;
	text-align: center;
}
.port-btn {
	font-size: 20px;
	margin: 10px 5px 5px 0;
	float: left;
}
.port-btn-container {
	margin-top: 10px;
	margin-bottom: -10px;
	display: inline-block;
 *display: inline;
}
.port-btn a:hover, .port-btn a {
	color: #e5e5e5;
}
.carousel-arrow a:hover {
	color: #fff;
}
.tt-carousel-teaser a.carousel-next, .tt-carousel-teaser a.carousel-prev {
	margin-right: 5px;
	float: left;
}
.tt-carousel-teaser .carousel-arrow {
	display: inline-block;
	margin: 0;
	top: 10px;
	width: auto;
	position: relative;
}
.tt-carousel-teaser > a, a.more-link {
	margin-top: 0;
	display: inline-block;
	padding: 10px 20px;
	color: #fff;
	background-color: #92278f;
	font-weight: bold;
}
.tt-carousel-teaser > a:hover, a.more-link:hover {
	background-color: #1c1c1c;
	color: #fff;
}
.tt-post-carousel.with-title .carousel-prev, .tt-post-carousel.with-title .carousel-next {
	background: #e5e5e5;
	margin: 0px;
	font-size: 20px;
	padding: 5px 10px;
}
.with-title .carousel-prev:hover, .with-title .carousel-next:hover {
	background: #92278f;
}
.with-title .carousel-next {
	float: right;
}
.with-title .carousel-prev {
	float: left;
}
.tt-post-carousel .no-image > div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.tt-post-carousel .no-image {
	background-color: #fef9df;
	font-size: 20px;
}
/*
-----------------------------------------------------------------------------------
        Sidebar & Widgets
----------------------------------------------------------------------------------- */
.tt-sidebar.right-sidebar, #sidebar.right-sidebar {
	padding-left: 20px;
}
.tt-sidebar.left-sidebar, #sidebar.left-sidebar {
	padding-right: 20px;
}
/* Widget Styling */
aside.widget {
	margin-bottom: 30px;
}
#footer aside.widget {
	margin-bottom: 0px;
}
.widget ul {
	margin: 0;
}
.widget ul li {
	list-style: none;
	padding: 4px 0;
}
.widget .tagcloud a {
	display: inline-block;
	color: white;
	margin-bottom: 10px;
	margin-right: 5px;
	padding: 4px 8px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #1c1c1c;
}
.widget .tagcloud a:hover {
	background-color: #92278f;
}
.widget .textwidget img {
	max-width: 100%;
	height: auto;
}
.widget input, .widget select {
	max-width: 100%;
}
.widget ul > li:first-child {
	padding-top: 0px;
}
.widget ul li {
	padding-left: 15px;
}
.widget ul li:before {
	font-family: FontAwesome;
	content: '\f105';
	margin-left: -15px;
	margin-right: 6px;
}
.widget ul.sociallinkswidget li:before {
	content: '';
	padding: 0;
}
.widget ul.sociallinkswidget li {
	box-shadow: none;
}
.widget ul li li:last-child, .widget ul li.menu-item:last-child {
	padding-bottom: 5px;
}
.widget ul li li:first-child {
	padding-top: 5px;
}
.widget ul li a {
	color: #1c1c1c;
}
.widget ul li a:hover {
	color: #92278f;
}
/* Flickr Widget */
.flickr-channel {
	margin-left: -3%;
}
.flickr-channel a {
	display: -moz-inline-stack;
	display: inline-block;
	margin: 0px;
	margin-left: 3%;
	margin-bottom: 3%;
	text-align: center;
	zoom: 1;
 *display: inline;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #131313;
	-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, .03);
	-moz-box-shadow: inset 0 1px rgba(255, 255, 255, .03);
	box-shadow: inset 0 1px rgba(255, 255, 255, .03);
	border: solid 1px #111;
}
.flickr-channel a img {
	width: 42px;
	height: 42px;
	margin: 3px 3px -2px;
}
.flickr-channel a:hover {
	background-color: #92278f;
}
#footer img:hover {
}
/* Search Widget */
.widget form#searchform {
	position: relative;
}
.widget form#searchform label, .error404 form#searchform label, .search-no-results form#searchform label {
	display: none;
}
.widget form#searchform input[type="text"] {
	width: 90% !important;
	padding: 10px 5% !important;
	margin-bottom: 0;
}
.widget form#searchform input[type="submit"] {
	cursor: pointer;
	display: block;
	height: 38px;
	outline: medium none;
	padding: 0;
	position: absolute;
	right: -1px;
	text-indent: -9999px;
	top: 0px;
	width: 38px !important;
	background: url("../images/images.png") no-repeat -390px -165px #FFF !important;
	border: 1px solid #e5e5e5;
	margin: 0;
}
.widget form#searchform input[type="submit"]:hover {
	outline: none;
	background-color: #f9f9f9;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.ie7 .widget form#searchform input[type="submit"] {
	border: none !important;
}
/* Error 404 CSS */
h3.error404 {
	font-weight: 300;
}
.tt-404-error ul.borderlist li {
	line-height: 30px;
	border-bottom: 1px solid #ececec;
}
/* Recent Posts Widget */

.tt-recent-posts-widget .with-thumb {
	padding-left: 80px;
}
.tt-recent-posts-widget .with-date {
	padding-left: 66px;
}
.tt-recent-posts-widget span.date {
	width: 46px;
	margin-right: 20px;
	float: left;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}
.tt-recent-posts-widget span.day {
	display: block;
	font-size: 16px;
	line-height: 16px;
	padding: 9px;
	background-color: #92278f;
}
.tt-recent-posts-widget span.month {
	display: block;
	font-size: 11px;
	line-height: 11px;
	padding: 6px;
	background-color: #121212;
}
.tt-recent-posts-widget ul > li:before {
	content: '';
	padding: 0;
	margin: 0;
}
.tt-recent-posts-widget ul > li {
	margin-bottom: 5px;
	padding-bottom: 15px;
	overflow: hidden;
	background-image: none;
	padding-left: 0;
}
#footer .tt-recent-posts-widget ul > li {
	border-bottom: none;
	box-shadow: none;
	padding-bottom: 0px;
}
.tt-recent-posts-widget div.format {
	border: 1px solid #111;
}
.tt-recent-posts-widget ul > li > img {
	float: left;
	margin-right: 20px;
}
.tt-recent-posts-widget ul > li div.meta > span:first-child:after {
	content: "-";
	padding-left: 5px;
	padding-right: 5px;
}
.tt-recent-posts-widget ul > li h6 {
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
#footer .tt-recent-posts-widget ul > li h6 a {
	color: #fff;
}
.ie8 .tt-recent-posts-widget ul > li h6 {
	margin-top: -20px;
}
/*-----------------------------------------------------------------------------------
        #Footer
----------------------------------------------------------------------------------- */
#footer {
	background-color: #242424;
	color: #898989;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
#footer a {
	color: #898989;
}
#footer .textwidget a {
	color: #fff;
}
#footer .textwidget a:hover {
	color: rgb(243, 88, 218);
}
#footer .row > .col {
	padding: 30px 0 30px 0;
}
#footer .widget ul li {
	border-bottom: 1px solid #000;
	margin-bottom: 2px;
}
#footer .widget ul li.last {
	border: none;
}
#footer .widget-title-container {
	border: none;
	top: 0;
	text-align: left;
	margin-bottom: 30px;
}
#footer h3.widget-title {
	color: #FFF;
	background: none;
	margin-bottom: 10px;
	top: 0;
	padding: 0;
	font-size: 16px;
	text-transform: none;
}
#footer table th, #footer table td, #footer .widget .tagcloud a, #footer .widget ul.menu {
	border-color: rgba(0, 0, 0, .1);
}
#footer .widget .tagcloud a {
	background-color: #222;
}
#footer ul.menu {
	box-shadow: inset 0px 0px 0px 4px #333;
	-moz-box-shadow: inset 0px 0px 0px 4px #333;
	-webkit-box-shadow: inset 0px 0px 0px 4px #333;
}
/*
-----------------------------------------------------------------------------------
        #Bottom
----------------------------------------------------------------------------------- */
#bottom {
	background-color: #111;
	padding: 25px;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
}
#bottom .col.six p, ul.footer-menu li a, ul.footer-menu li {
	line-height: 10px;
	text-transform: uppercase;
	font-size: 10px;
}
#bottom .col.six p a {
	color: #999;
}
/* Footer Menu */
ul.footer-menu li a {
	color: #777777;
	font-weight: bold;
}
ul.footer-menu {
	list-style: none;
	margin: 0;
	float: right;
}
ul.footer-menu li {
	margin-right: 10px;
	padding-right: 10px;
	float: left;
}
ul.footer-menu li:last-child {
	margin-right: 0;
	padding-right: 0;
}
ul.footer-menu li a:hover, ul.footer-menu li.current_page_item a, ul.footer-menu li.current_menu_item a {
	color: #fff;
}
ul.footer-menu ul.children {
	display: none;
}
/* To top */
a.gotop {
	position: fixed;
	font-size: 25px;
	bottom: -10px;
	right: 30px;
	width: 37px;
	height: 29px;
	padding: 8px 5px;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	color: #fff;
	z-index: 99999;
	background-color: rgb(146, 113, 82);
	-webkit-transition: bottom 150ms linear;
	-moz-transition: bottom 150ms linear;
	transition: bottom 150ms linear;
}
a.gotop:hover {
	bottom: 0;
	color: #fff;
}
/*
-----------------------------------------------------------------------------------
        Contact Form 7
----------------------------------------------------------------------------------- */
.wpcf7 form.wpcf7-form p {
	margin-bottom: 10px;
}
.wpcf7 form.wpcf7-form p:last-child {
	/* [disabled]margin-top: -20px;
*/
}
.wpcf7 form.wpcf7-form p input[type="text"], .wpcf7 form.wpcf7-form p textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100% !important;
	margin: 0;
	font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	color: #777;
	resize: none;
	padding: 8px !important;
}
.wpcf7 form.wpcf7-form input[type="submit"] {
	text-transform: none;
	padding: 7px 15px !important;
}
#footer .wpcf7 form.wpcf7-form p input[type="text"], #footer .wpcf7 form.wpcf7-form p textarea {
	background-color: #121212;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border: none;
}
#footer div.wpcf7-validation-errors {
	display: none !important;
}
#footer span.wpcf7-not-valid-tip {
	position: relative;
	top: 0;
	left: 0;
	border: none;
	padding: 2px 5px;
	color: #92278f;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: normal;
	background: none;
}
.google-map {
	border: 1px solid #ccc;
	background-color: #efefef;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
/*
-----------------------------------------------------------------------------------

        Margins & Settings

----------------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 20px;
}
p, pre, ul, ol, dl, dd, blockquote, address, table, legend, .tt-shortcode {
	margin-bottom: 15px;
	font-weight: 300;
	font-size: 15px;
}
.tt-element {
	margin-bottom: 30px;
	position: relative;
}
ol ol, ol ul, ul ul, p:last-child, p > a.tt-button {
	margin-bottom: 0;
}
pre {
	height: auto;
	font-family: Consolas, monospace;
	border: 1px solid #e2e2e2;
	background-color: #f7f7f7;
	padding: 10px 20px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	overflow-x: auto;
}
/* Settgnis of Margin & Padding for Shortcodes & Elements */

.tt-tabs .tt-tab {
	padding-top: 15px;
}
.tt-accordion .ui-accordion-content, .tt-toggle .ui-accordion-content, .tt-blocks {
	padding: 20px;
}
.tt-accordion .ui-accordion-header, .tt-toggle .ui-accordion-header {
	padding-left: 15px;
}
.tt-button, .tt-tabs, .tt-blocks, .tt-accourdion, .tt-toggle, .tt-price-block {
	margin-bottom: 15px;
}
/* Grid System Settings */
.wrapper #top, .wrapper #feature, .wrapper #main, .wrapper #footer, .wrapper #bottom, .wrapper #twitter-container {
	padding-left: 20px;
	padding-right: 20px;
}
/*
-----------------------------------------------------------------------------------
        General Colors & Settings
----------------------------------------------------------------------------------- */
a, .widget ul.menu li a:hover, .widget ul.menu li.current-menu-item a {
	color: #fff !important;
}
ul.products li.product .price {
	color: #92278f;
}
a:hover {
	color: #1c1c1c;
	text-decoration: none;
}
#menu li.sfHover li a:hover, .tt-post-carousel.portfolio ul.carousel-list > li.carousel-item:hover, .tt-post-carousel.portfolio ul.carousel-list > li {
	background-color: #92278f;
}
/* Background Colors */
.tt-element-title-border, #menu ul li > ul li.current-menu-item, .entry-format-icon span, .tt-price-feature {
	background-color: #92278f;
	zoom: 1;
}
article.team-member:hover, ul.products li.product:hover {
	background-color: #92278f;
}
/* Border Colors */
.format-link .entry-media .link-content, .format-quote .entry-media .quote-content {
	border-color: #92278f;
}
/* CSS Transition */
a, .tt-post-carousel.portfolio ul.carousel-list > li img, .tt-post-carousel.portfolio ul.carousel-list > li ul.meta li, .hover-content img, .widget ul.menu li, article.team-member, ul.products li.product:hover, ul.item-list li {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
/* Client Partner li CSS */

.for-client-carousel ul.slides li {
	text-align: center;
}
.removemargin {
	margin: 0px;
}
.space1 {
	height: 25px;
}
.top {
	background: url("../images/top.png") no-repeat center top;
	padding: 0px;
	height: 100px;
	z-index: 99999;
	position: relative;
	width: 100%;
	margin-top: -75px;
	margin-left: auto;
	margin-right: auto;
}
/* Selection */

::selection {
	background-color: #75b263;
	color: #fff;
	text-shadow: none;
	outline: none;
}
::-moz-selection {
background-color: #75b263;
color:#fff;
text-shadow: none;
outline:none;
}
::-webkit-selection {
background-color: #75b263;
color:#fff;
text-shadow: none;
outline:none;
}
/*==== Tables ====*/
table {
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
	border-top: 1px solid #ececec;
	margin-bottom: 18px;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
table, td, th {
	text-align: left;
}
th {
	padding: 10px;
	color: #000;
	text-transform: uppercase;
	font-size: 15px;
}
td {
	padding: 10px;
	color: #111;
	font-size: 15px;
}
tfoot td {
	border: 0px;
}
table {
	border: 1px solid #e7e7e7;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 80%;
}
tr th, thead th {
	color: #888;
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
	vertical-align: top;
}
tr.odd td {
	background: #F2F7FC;
}
