/* ============================================================================

Theme Name: Marudha Responsive Site Template
Theme URI: http://wthemes.net/html/marudha
Description: Marudha is Clean and Responsive Site Template suited for both business and creative websites
Author: WTHEMES
Author URI: http://wthemes.net
Version: 1.0

============================================================================= */

/*==============================================================================
        Imported Stylesheets
===============================================================================*/

@import url("base.css");
@import url("skeleton.css");
@import url("tooltipster.css");
@import url("prettify.css");
@import url("font-awesome.min.css");

/*==============================================================================
        Body & Wrapper
===============================================================================*/

body {
    background: url("../images/patterns/checkered_pattern.png") repeat scroll 0 0 #FFFFFF;
}

#main-wrapper {
    width: 1000px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

#wrapper {
    width: 100%;
}

#pre-header-wrap, #header-wrap, #slider-wrap, #tagline-wrap, #page-title-wrap, #content-wrapper, #footer-wrap, #copyright-wrap, #google-map-wrap {
    width: 100%;
    margin: 0 auto;
}

/*==============================================================================
        Header
===============================================================================*/

/* Pre Header
====================================*/

#pre-header {
	position: relative;
	z-index: 101;
	background:transparent;
	height:60px;
}

.phone_info {
	color: #fff;
	line-height: 30px;
	float: right;
	position: relative;
	margin-top: 15px;
	margin-right: -30px;
	z-index: 50;
	padding: 0px 10px;
	font-size: 11px;
	font-weight: bold;
	overflow: visible;
}

/* Header
====================================*/

#header-wrap {
	background: #fff;
    margin-bottom: 30px;
}

#header {
    position: relative;
	min-height: 90px;
}

/* Logo
====================================*/

#logo {
    float: left;
    margin-top: 6px;
}
#logo a {
    font-weight: 700;
    color: #333;
    padding: 0px;
    margin: 0px;
    text-decoration: none;
}
#logo a:hover {
    color: #666
}
#logo img {
    display: block;
    max-width: 100%;
}
#logo h1, #logo h2 {
    font-size: 32px;
    margin: 0 !important;
    line-height: 1em !important;
}

/* Main Navigation
====================================*/

.sf-menu,.sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sf-menu {
    line-height: 1.0;
}

.sf-menu ul {
    position: absolute;
    top: -999em;
    width: 180px;
}

.sf-menu ul li {
    width: 100%;
}

.sf-menu li:hover {
    visibility: inherit;
}

.sf-menu li {
    float: left;
    position: relative;
}

.sf-menu a {
    display: block;
    position: relative;
}

.sf-menu li:hover ul,.sf-menu li.sfHover ul {
    left: 0px;
    top: 50px;
    z-index: 99;
}

ul.sf-menu li:hover li ul,ul.sf-menu li.sfHover li ul {
    top: -999em;
}

ul.sf-menu li li:hover ul,ul.sf-menu li li.sfHover ul {
    left: 180px;
    top: 1px;
}

#navigation {
	float: right;
	margin-top: 30px;
}

#navigation .sf-menu>li:hover>ul,.sf-menu li.sfHover>ul {
    top: 30px;
}

#navigation ul.sf-menu li li:hover ul,ul.sf-menu li li.sfHover ul,ul.sf-menu li li:hover ul,ul.sf-menu li li.sfHover ul {
    left: 190px;
    top: 0;
}

#navigation .sf-menu a {
    font-family: 'Oswald', sans-serif;
	font-size: 14px;
    height: 30px;
    line-height: 30px;
    color: #333;
    margin-right: 5px;
    padding: 0 15px;
    text-decoration: none;
	text-transform: uppercase;
    font-weight: normal;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#navigation .sf-menu>li>a {}

#navigation .sf-menu li {
    float: left;
    position: relative;
}

#navigation .sf-menu>li>a:hover {
    color: #fff;
}

#navigation .sf-menu>li.sfHover>a,#navigation .sf-menu > li.current-menu-item > a,#navigation .sf-menu>.current-menu-item>a,#navigation .current-menu-parent>a,#navigation .current-menu-parent>a:hover,#navigation .sf-menu>.current-menu-item>a:hover {
    color: #fff;
}

#navigation .sf-menu ul {
    position: absolute;
    nowhitespace: afterproperty;
    top: -999em;
    width: 190px;
    z-index: 9999;
}

#navigation .sf-menu ul li {
    border-bottom: 1px solid #313438;
}

#navigation .sf-menu ul li:first-child {
    border-top: 0;
}

#navigation .sf-menu ul li:last-child {
    border-bottom: 0;
}

#navigation .sf-menu ul a {
    display: block;
    padding: 1.4em 1.4em;
    background: #212326;
    color: #ccc;
    padding: 10px;
    height: auto;
    margin: 0px;
    border: 0px;
    line-height: 1.8em;
    font-size: 12px;
    font-weight: normal;
    text-shadow: none;
}

#navigation .sf-menu li li a:hover, #navigation .sf-menu li li.sfHover > a, #navigation .sf-menu li li.current-menu-item > a {
    color: #fff;
}

#navigation .sf-menu ul li>a:hover {
    color: #fff;
    background-image: none;
}

/*==============================================================================
        Page Styles
===============================================================================*/

/* Tagline
====================================*/

#tagline-wrap {
	margin-top: -1px;
}

#home-tagline {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-weight: normal;
    padding: 10px 0;
    position: relative;
    text-align: center;
    text-shadow: none;
    text-transform: none;
}

#home-tagline h1 {
    color: #FFFFFF;
    font-family: 'Oswald',sans-serif;
    font-size: 28px;
    font-weight: normal;
    letter-spacing: 0;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    text-shadow: 1px 1px 1px #000000;
    text-transform: none;
	line-height: 1.6;
}

/* Page Title
====================================*/

#page-title-wrap {}

#page-title {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-weight: normal;
    padding: 20px 0;
    position: relative;f
    text-shadow: none;
    text-transform: none;
}

#page-title h1 {
    color: #FFFFFF;
    font-family: 'Oswald',sans-serif;
    font-size: 28px;
    font-weight: normal;
    letter-spacing: 0;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    text-shadow: 1px 1px 1px #000000;
    text-transform: uppercase;
	line-height: 1.6;
}

/* Content
====================================*/

#content-wrapper {
    background:#fff;
	padding: 30px 0 40px 0;
}

#content-wrapper.homepage {
    padding: 25px 0 40px 0;
}

/* Heading
====================================*/

.heading h3 {
	font-size: 18px;
	line-height: 20px;
	color: #353535;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 15px;
	padding-top: 2px;
}

.heading .separator-line {
	margin-bottom: 15px;
}

/* Blog
====================================*/
.entry {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.entry:last-child {}

.entry-meta-left {
    float: left;
    width: 48px;
    height: 0;
    position: relative;
}

.blog-type {
    width: 48px;
    height: 45px;
}

.standard-post {
    background: url(../images/standard.png) no-repeat center;
}

.image-post {
    background: url(../images/image.png) no-repeat center;
}

.gallery-post {
    background: url(../images/gallery.png) no-repeat center;
}

.video-post {
    background: url(../images/video.png) no-repeat center;
}

.date {
    background: #3a3a3a;
    color: #fff;
	font-family: 'Oswald',sans-serif;
    text-align: center;
    padding: 6px 5px 3px 5px;
}

.date span {
    display: block;
}

.date .day {
    font-size: 24px;
    margin-top: 3px;
}

.date .month {
    font-size: 12px;
    text-transform: uppercase;
}

.entry-body {
    margin: 0 0 0 63px;
}

.entry-title h2 {
    font-size: 16px;
    font-family: 'Oswald',sans-serif;
    font-weight: 600;
	text-transform: uppercase;
    margin: 0 0 8px 0;
}

.entry-title h2 a {
    color: #000 !important;
}

.entry-title h2 a:hover {}

.entry-image a img {}

.entry-image img {
    display: block;
}

.entry .entry-meta-bot {
    padding: 8px 15px;
    position: relative;
    color: #fff;
	font-size: 12px;
    font-family: 'Oswald',sans-serif;
    margin: 0 0 10px 0;
}

.entry .entry-corner-top {
    width: 20px;
    height: 20px;
    position: absolute;
    top: -9px;
    margin-left: 25px;
    overflow: hidden;
}

.entry-meta-bot a {
    color: #fff !important;
}

.entry-meta-bot a:hover {
    color: #fff !important;
	text-shadow: 1px 1px 1px #000000;
}

.entry-meta-bot li {
    display: block;
    float: left;
    margin-right: 5px;
    margin-bottom: 0;
}

.entry-meta-bot li i {
    margin-right: 5px;
}

.entry-text {
	margin-bottom: 10px;
}

/* Pagination */

.pagination {
	margin: 0 0 20px;
}

.pagination ul {
	margin-bottom: 0;
}

.pagination ul li a {
	padding: 5px 13px;
	border-bottom: none;
	display: inline-block;
	color: #fff !important;
	font-size: 13px;
    font-family: 'Oswald',sans-serif;
	text-transform: uppercase;
	float: left;
	margin-right: 4px;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	border-radius: 2px;
}

.pagination .current {
	background-color: #3a3a3a !important;
	color: #fff;
	box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.15);
}

.pagination ul li a:hover {
	background-color: #3a3a3a;
	color: #fff !important;
	box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.1);
}

/* Blog Sidebar */

.widget {
    margin-top: 20px;
}

.blog-sidebar .widget:first-child {
    margin-top: -3px;
}

.page-outer-wrap .blog-sidebar .widget:first-child {
    margin-top: 0;
}

.blog-sidebar .heading h3 {
	font-size: 16px;
	font-weight: 600;
	color: #000;
}

.blog-sidebar .widget p:last-child {
	margin-bottom: 0;
}

.blog-sidebar .widget_categories li {
	border-bottom: 1px solid #ececec;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.blog-sidebar .widget_categories li:last-child {
	border: none;
}

.blog-sidebar .widget_categories li a {
	color: #636363 !important;
}

.blog-sidebar .widget_categories li a:hover {}

/* Single Post
====================================*/

.entry.singlepage {
	margin-bottom: 15px;
	padding-bottom: 15px;
}

/* Comments */

#comments {
    margin: 0;
}

#comments .heading h3 {
	font-size: 16px;
	font-weight: 600;
	color: #000;
	margin-bottom: 5px;
}

#comments ol.commentlist {
    list-style: none;
    margin: -5px 0 0 0;
}

#comments ol.commentlist li {
    padding: 20px 0 0 0;
    background: none;
}

#comments .user {
    float: left;
    width: 60px;
    height: 60px;
    margin-right: 15px;
}

#comments .message {
    overflow: hidden;
    padding: 15px 20px 0 20px;
    background-color: #f5f5f5;
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.06) inset;
    -moz-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.06) inset;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.06) inset;
    position: relative;
}

#comments ul.children {
    margin: 0;
    overflow: inherit;
    padding: 0 0 0 55px;
}

#comments ol.commentlist ul.children li {
    padding-right: 0;
    border: none;
}

#comments .comment-info h2 {
    font-size: 16px;
    margin: 0;
    display: inline;
    margin-right: 5px;
}

#comments .comment-info {
    margin-bottom: 12px;
}

#comments .comment-info h2 a {
    color: #333;
}

#comments .comment-info h2 a:hover {}

#comments .comment-info .meta {
    font-size: 12px;
    color: #a2a2a2;
    display: inline;
}

#comments .comment-info .meta:before {
    content: "-";
    display: inline-block;
    margin-right: 10px;
}

.reply {
    display: none;
    position: absolute;
    top: 15px;
    right: 20px;
}

#comments a.reply-link {
    line-height: 1;
    font-size: 10px;
    color: #a2a2a2;
}

#comments a.reply-link:hover {}

.comment-body:hover .reply {
    display: block;
}

/* Comment Form */

#comment-form {
    margin-top: 25px;
}

#comment-form .heading h3 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}

#commentform input, #commentform textarea {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#commentform input:focus, #commentform textarea:focus {}

#commentform input {
    width: 45%;
}

#commentform textarea {
    width: 100%;
}

#commentform {
    margin-bottom: 20px;
}

#commentform label {
    display: block;
}

#commentform .text-input {
    margin-bottom: 15px;
    vertical-align: middle;
}

#commentform .textarea {
    margin-bottom: 20px;
    padding: 8px 5px;
    vertical-align: top;
}

/* Portfolio
====================================*/

ul#filters {
    list-style: none;
    margin: 0px 0px 20px 0px;
    overflow: hidden;
    font-size: 15px;
    font-family: 'Oswald',sans-serif;
    font-weight: Normal;
	text-transform: capitalize;
}

ul#filters li {
    display: inline;
    margin-right: 5px;
}

ul#filters li span {
    margin-left: 5px;
}

ul#filters li:last-child span {
    display: none;
}

ul#filters, ul#filters li a {
    color: #353535;
	line-height: 20px;
}

ul#filters li a:hover {}

ul#filters li a.active {}

.port-item {
	margin-bottom: 20px;  
}

.port-img {
	position: relative;
}

.port-item .port-img img {
	display: block;
}

.port-item .port-title {
	padding: 20px 15px;
	position: relative;
	background: #f7f7f8;
}

.port-item:hover .port-title {
	color: #fff;
}

.port-item .port-corner-top {
	width: 20px;
	height: 20px;
	position: absolute;
	top: -9px;
	margin-left: 25px;
	overflow: hidden;
	background: transparent url(../images/pointer-default.png) no-repeat 0 0;
}

.port-item:hover .port-corner-top {}

.port-item .port-title h4 {
	font-size: 15px;
    font-family: 'Oswald',sans-serif;
    font-weight: 600;
	text-transform: none;
	margin: 0 0 5px;
}

.port-item .port-title h4, .port-item .port-title h4 a {
	color: #000 !important;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}

.port-item:hover .port-title h4, .port-item:hover .port-title h4 a {
	color: #fff !important;
}

.port-item .port-title p {
	font-size: 13px;
    font-family: 'Oswald',sans-serif;
    font-weight: Normal;
	color: #555;
	margin-bottom: 0;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}

.port-item:hover .port-title p {
	color: #fff;
}

.port-item .port-title p a {}

.port-item:hover .port-title p a {
	color: #fff;
	text-decoration: underline;
}

.hover-link {
    display: block;
    width: inherit;
    height: inherit;
}

.hover-link a {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 35%;
}

.hover-link .link {
    background: url(../images/link.png) no-repeat;
    left: 0;
}

.hover-link .zoom {
    background: url(../images/zoom.png) no-repeat;
    right: 0;
}

/* Portfolio Single
====================================*/

.port-nav {
	float: right;
	position: relative;
	margin-top: 30px;
}

.port-nav a i[class*="icon-"] {
    font-size: 13px;
    color: #222;
    display: inline-block;
    background-color: #F7F7F8;
    padding: 6px 10px 4px;
    text-align: center;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}

.port-nav a i:hover {
    background-color: #222;
	color: #fff;
}

.port-wide-desc {
	margin-top: 20px;
}

.port-half-desc .heading h3, .port-wide-desc .heading h3 {
	font-size: 14px;
}

.port-item-info {
	font-size: 13px;
    font-weight: Normal;
	color: #555;
}

.port-info-title {
	font-size: 13px;
    font-family: 'Oswald',sans-serif;
    font-weight: Normal;
	color: #555;	
}

.related-project {
	margin-top: 20px;
}

/* Isotope
====================================*/

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

.entry.page_content {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

/* Contact Page
====================================*/

/* Contact Form */

#contactform {
    margin: 0;
    position: relative;
}

#contactform form {
    margin: 0;
    padding: 0;
}

#contactform fieldset {
    border: 0px;
}

#contactform fieldset {
    margin-bottom: 0;
}

#contactform label {
    display: block;
    width: 100%;
    float: left;
    padding-bottom: 5px;
    font-weight: bold;
}

span.required {
    color: #888;
    color: #f00;
}

#contactform input.text-input {
    margin-bottom: 15px;
    vertical-align: middle;
    width: 50%;
    float: left;
    font-style: italic;
    padding: 8px;
}

#contactform textarea {
    width: 100%;
    float: left;
    font-style: italic;
}

#contactform textarea, #contactform input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

form#contact-form label.error {
    background: none;
    border: none;
    font-size: 10px;
    color: #f00;
    line-height: 1.4em;
    margin-bottom: 5px;
}

#contactform textarea.text-input.error {
    background: #fff;
    border: 1px solid #ccc;
}

#contactform textarea.text-input.error:focus {}

/* Google Map */

#googlemaps {
    margin: 0 -30px;
}

.googlemap img {
    max-width: none !important;
}

/*==============================================================================
        Footer
===============================================================================*/

#footer-wrap {
    background: #222;
    padding: 30px 0 20px;
    font-size: 13px;
}

.footer-widget {
    margin-bottom: 25px;
}

#footer, #footer p, #footer a {
    color: #ddd;
}

#footer a:hover {
    color: #fff;
}

#footer h4 {
    font-family: 'Oswald',arial,serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0;
    margin: 0 0 20px 0;
    font-size: 14px;
    color: #fff;
}

#footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#footer li {
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px dotted #434342;
}

#footer li:last-child {
    border: none;
}

#footer li a {
    padding: 0px;
    margin: 0px;
    text-decoration: none;
}

#footer li a:hover {
    text-decoration: none;
}

#footer-logo {
    margin: 0 0 15px 0;
    width: 100px;
    height: 24px;
}

#footer li a, #footer li a:visited {
    color: #bababa;
}

#footer li a:hover {
    color: #ddd;
}

/* Copyright
====================================*/

#copyright-wrap {
    background: #000;
    padding: 15px 0;
    font-size: 12px;
}

.copyright {
    color: #fff;
}

.copyright a, .copyright span {
    color: #eee !important;
}

#footer-menu {
    float: right;
    font-size: 11px;
}

#footer-menu ul {
    margin-bottom: 0;
}

#footer-menu ul li a {
    color: #fff;
    text-decoration: none;
}

#footer-menu ul li a:hover {
    color: #ddd;
}

#footer-menu ul li {
    display: inline-block;
    border-left: 1px solid #505050;
    margin: 0;
    padding: 0 8px 0 8px;
    line-height: 12px;
}

#footer-menu ul li:first-child {
    border: none;
    padding-left: 0;
}

#footer-menu ul li:last-child {
    padding-right: 0;
}

/*==============================================================================
        Widgets
===============================================================================*/

/* Flickr
====================================*/

.flickr_thumbs {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.flickr_thumbs li {
    list-style: none;
    float: left;
    margin: 0 6px 6px 0;
}

.flickr_thumbs li img {
    display: block;
    width: 58px;
    height: 58px;
    border: 4px solid #333333;
}

#footer .flickr_thumbs li {
    border: none;
    padding: 0;
    margin: 0 8px 8px 0;
}

.blog-sidebar .widget .flickr_thumbs li img {
    border: 4px solid #ddd;
}

.blog-sidebar .widget .flickr_thumbs li img:hover {}

#footer .flickr_thumbs li img {
    border: 4px solid #333333;
}

.flickr_thumbs li a img {
    border: none;
}

.flickr_thumbs li a:hover img {}

/* Twitter
====================================*/

.tweet_list {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow-y: hidden;
	line-height: 20px;
}

.tweet_list li {
	overflow-y: auto;
	overflow-x: hidden;
	list-style-type: none;
	background:url(../images/twitter-black.png) no-repeat;
	background-position:0 8%;
	padding:0 0 20px 30px;
	border-bottom: 1px solid #ECECEC;
	margin-bottom: 20px;
}

#footer .tweet .tweet_list li {
	background: url(../images/twitter.png) no-repeat;
	background-position: 0 8%;
	padding: 0 0 20px 30px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #434342;
}

#footer .tweet .tweet_list li a {
	color: #BABABA !important;
}

#footer .tweet .tweet_list li a:hover {
	color: #fff !important;
}	

.tweet_list li:last-child, #footer .tweet .tweet_list li:last-child, .tweet_list li.tweet_even {
	border-bottom:0;
}

.tweet_list .tweet_avatar {
	padding-right: .5em; float: left;
}

.tweet_list .tweet_avatar img {
	vertical-align: middle;
}

/* Tagcloud
====================================*/

.tagcloud a {
    float: left;
    display: block;
    margin-bottom: 8px;
    margin-right: 8px;
    font-weight: normal;
    color: #fff !important;
    height: auto !important;
    font-size: 12px !important;
    line-height: 1.4em !important;
    padding: 5px 7px;
	text-transform: capitalize;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	border-radius: 2px;
}

.tagcloud a:hover {
    background: #3a3a3a;
    border-color: #fff;
    text-decoration: none;
	box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.1);
}

.footer-widget .tagcloud a:hover {
    background: #555;
}

/* Search Box
====================================*/

input[type="search"] {
    background: #fff;
    border: 1px solid #ddd;
    color: #666;
    font-family: inherit;
    font-size: 12px;
    padding: 10px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    outline: none;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
}

input[type="search"]:focus {
	outline: 0;
}

input[type="search"]::-webkit-search-decoration {
    display: none;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

#footer input[type="search"] {
    background-color: #222;
    border-color: #434343;
    color: #777;
}

#footer input[type="search"]:focus {
    color: #aaa;
}

#footer input[type="search"] {
    box-shadow: none;
}

/*==============================================================================
        Shortcodes
===============================================================================*/

/* Column
====================================*/

.one_half { width: 48%; }
.one_third { width: 30.66%; }
.two_third { width: 65.33%; }
.one_fourth { width: 22%; }
.three_fourth { width: 74%; }
.one_fifth { width: 16.8%; }
.two_fifth { width: 37.6%; }
.three_fifth { width: 58.4%; }
.four_fifth { width: 79.2%; }
.one_sixth { width: 13.33%; }
.five_sixth { width: 82.67%; }

.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
	position: relative;
	margin-right: 4%;
	margin-bottom: 15px;
	float: left;
}

.last {
	margin-right: 0!important;
	clear: right;
}

/* Button
====================================*/

.button, input[type="submit"], input[type="reset"], button {
	background: #444;
	color: #fff !important;
	border: none;
	display: inline-block;
	outline: none;
	font-family: Arial, sans-serif;
	font-weight: bold;
	cursor: pointer;
	width: auto;
	-webkit-transition: background-color .2s ease;
	-moz-transition: background-color .2s ease;
	-ms-transition: background-color .2s ease;
	-o-transition: background-color .2s ease;
	transition: background-color .2s ease;
}

.button:hover, input[type="submit"]:hover, input[type="reset"]:hover, button:hover {
	background: #3a3a3a;
	color: #fff;
}

.button:focus, input[type="submit"]:focus, input[type="reset"]:focus, button:focus {
	color: #fff;
}

/* Button Sizes */

.small-btn {
	font-size: 11px;
	padding: 3px 8px; 
	text-transform: uppercase;
}

.medium-btn {
	font-size: 12px;
	padding: 5px 10px; 
	text-transform: uppercase;
}

.large-btn {
	font-size: 14px;
	padding: 8px 12px; 
	text-transform: uppercase;
}

/* Button Colors */

.button.color {
	color: #fff;
}

.button.blue {
	background: #00B4FF;
	color: #fff;
}

.button.green {
	background: #9bcc45;
	color: #fff;
}

.button.yellow {
	background: #fec901;
	color: #fff;
}

.button.red {
	background: #e51400;
	color: #fff;
}

.button.pink {
	background: #ff9dbc;
	color: #fff;
}

.button.color:hover, .button.blue:hover, .button.green:hover, .button.yellow:hover, .button.red:hover, .button.pink:hover {
	background: #3a3a3a;
	color: #fff;
}

/* Service Box
====================================*/

.service-box {
    overflow: hidden;
    padding-bottom: 10px;
}

.service-box-icon {
    float: left;
    padding: 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    padding: 6px;
    margin: 1px 10px 0 0;
}

.service-box-icon img {
    display: block;
    height: 48px;
    width: 48px;
	padding: 6px;
}

.service-box-icon i[class*="icon-"] {
    display: block;
    font-size: 25px;
    color: #FFF;
    text-align: center;
    line-height: 30px;
    width: 30px;
    height: 30px;
	padding: 6px;
}

.service-box-content {
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.service-box .service-box-content .service-box-title {
    position: relative;
    font-size: 15px;
    font-family: 'Oswald',sans-serif;
    font-weight: 700;
    color: #353535;
    text-transform: uppercase;
    border: medium none;
    margin: 5px 0;
    padding: 0;
}

.service-box .service-box-content .service-box-title a {
    color: #353535 !important;
}

.service-box .service-box-content .service-box-title a:hover {}

.service-box-content p {
	font-size: 13px;
	font-family: 'Oswald',sans-serif;
	font-weight: Normal;
	color: #444;
	margin: 0 0 5px 0;
	text-align: justify;
}

/* Alert
====================================*/

.alert {
    padding: 12px 20px 12px 12px;
    position: relative;
    margin-bottom: 19px;
}

.alert p {
    margin-bottom: 0;
}

.error {
    background: #FFE9E9;
	border: solid 1px #fbc4c4;
    color: #BE787C;
}

.success {
    background: #C5E9C1;
	border: solid 1px #73CA69;
    color: #82A345;
}

.info {
    background: #DAEDF7;
	border: solid 1px #86C4E5;
    color: #5390AA;
}

.notice {
    background: #FEEEAD;
	border: solid 1px #FDD948;
    color: #A98039;
}

.close {
    width: 18px;
    height: 18px;
    position: absolute;
    right: 10px;
    top: 15px;
    cursor: pointer;
    background: url(../images/cross.png) no-repeat;
}

/* Accordion
====================================*/

.accordion h3.accordion-trigger {
    display: block;
    color: #555;
    display: block;
    padding: 15px 15px 15px 37px;
    background: #f9f9f9 url("../images/plus.png") no-repeat 15px center;
    outline: 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5em;
    margin: 10px 0 0!important;
    cursor: pointer;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}

.accordion h3.accordion-trigger a {
    color: #555;
    text-decoration: none!important;
}

.accordion .ui-state-focus {
    outline: none;
}

.accordion .accordion-trigger:hover {
    background-image: url("../images/plus-white.png");
    color: #fff;
    text-decoration: none;
}

.accordion .accordion-trigger.ui-state-active {
    color: #fff;
    background-image: url("../images/minus-white.png");
    text-decoration: none;
}

.accordion .accordion-trigger.ui-state-active a {
    color: #000;
}

.accordion .ui-accordion-content {
    background-color: #f9f9f9;
    padding: 15px;
}

.accordion .ui-accordion-content p:last-child {
    margin: 0px;
}

.accordion .ui-icon {
    margin-right: 7px;
}

/* Toggle
====================================*/

.toggle {
    width: 100%;
    padding-bottom: 10px;
    clear: both;
}

.toggle h4.title {
    cursor: pointer;
    color: #616161;
    background: #f9f9f9 url("../images/plus.png") no-repeat 15px center;
    margin: 0;
    padding: 15px 15px 15px 37px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5em;
    text-transform: uppercase;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}

.toggle h4.title:hover {
    background-image: url("../images/plus-white.png");
    color: #fff;
    text-decoration: none;
}

.toggle h4.title.active {
    background-image: url("../images/minus-white.png");
    color: #fff;
    text-decoration: none;
}

.togglebox {
    height: auto;
    overflow: hidden;
    margin: 0;
    background-color: #F9F9F9;
}

.togglebox div {
    padding: 20px 20px 0 20px;
}

/* Tabs
====================================*/

.tabs-nav {}

.tabs-nav ul.ui-tabs-nav {
    display: block;
    margin: 0 !important;
    padding: 0;
    border-bottom: solid 1px #ddd;
    margin-left: 1px !important;
}

.tabs-nav ul.ui-tabs-nav li {
    display: block;
    width: auto;
    height: 30px;
    padding: 0;
    float: left;
    margin-bottom: 0;
}

.tabs-nav ul.ui-tabs-nav li a {
    display: block;
    text-decoration: none;
    width: auto;
    height: 29px;
    padding: 0px 20px;
    line-height: 30px;
    border: solid 1px #ddd;
    border-width: 1px 1px 0 0;
    margin: 0;
    color: #666 !important;
    background: #f5f5f5;
    font-size: 12px;
}

.tabs-nav ul.ui-tabs-nav .ui-state-active a {
    background: #fff;
    height: 30px;
    position: relative;
}

.tabs-nav ul.ui-tabs-nav li:first-child .ui-state-active a {
    margin-left: 0;
}

.tabs-nav ul.ui-tabs-nav li:first-child a {
    border-width: 1px 1px 0 1px;
    margin: 0 0 0 -1px;
}

.tabs-nav ul.ui-tabs-nav li:last-child a {}

.tabs-nav .tab_content {
    background: #fff;
    padding: 20px;
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}

ul.tabs-nav:before, ul.tabs-nav:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

ul.tabs-nav:after {
    clear: both;
}

ul.tabs-nav {
    zoom: 1;
}

.ui-tabs-hide {
    display: none;
}

/* Progress Bar
====================================*/

.progress-bar h3 {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.progress-bar li {
    margin-bottom: 15px;
}

.meter {
    height: 30px;  /* Can be anything */
    position: relative;
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
    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);
}

.meter > span {
    display: block;
    height: 100%;
    position: relative;
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.meter > span:after, .animate > span > span {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    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: -webkit-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);
    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);
    background-image: -o-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);
    background-image: 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);
    z-index: 1;
    -webkit-background-size: 50px 50px;
    -moz-background-size: 50px 50px;
    background-size: 50px 50px;
    overflow: hidden;
}

.animate > span > span {
    -webkit-animation: move 2s linear infinite;
    -moz-animation: move 2s linear infinite;
    -o-animation: move 2s linear infinite;
    animation: move 2s linear infinite;
}

.animate > span:after {
    display: none;
}

@-webkit-keyframes move {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 50px 50px;
    };
}

@-moz-keyframes move {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 50px 50px;
    };
}

@-o-keyframes move {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 50px 50px;
    };
}

@keyframes move {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 50px 50px;
    };
}

.nostripes > span > span, .nostripes > span:after {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
    background-image: none;
}

/* Colors */

.meter.color > span {}

.meter.blue > span {
    background-color: #00B4FF;
}

.meter.green > span {
    background-color: #9bcc45;
}

.meter.yellow > span {
    background-color: #fec901;
}

.meter.red > span {
    background-color: #e51400;
}

.meter.pink > span {
    background-color: #ff9dbc;
}

/* Dropcaps
====================================*/

.dropcap1 {
    display: block;
    float: left;
    font-size: 30px;
    line-height: 32px;
    margin: 4px 8px 0 0;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

.dropcap2 {
    display: block;
    float: left;
    color: #fff;
    font-size: 26px;
    line-height: 35px;
    width: 42px;
    height: 35px;
    text-align: center;
    margin: 6px 8px 0 0;
    padding: 5px 0;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

/* List Icons
====================================*/

ul.arrow_list, ul.arrow_list2, ul.circle_list, ul.check_list, ul.cross_list, ul.star_list, ul.star_list2, ul.plus_list, ul.minus_list {
    margin-bottom: 0;
}

.arrow_list li, .arrow_list2 li, .circle_list li, .check_list li, .cross_list li, .star_list li, .star_list2 li, .plus_list li, .minus_list li {
    list-style: none;
    margin: 7px 0;
    padding: 0 0 0 18px;
}

.arrow_list li {
    background: url(../images/list-icons/list-arrow.png) no-repeat 0% 50%;
}

.arrow_list2 li {
    background: url(../images/list-icons/list-arrow2.png) no-repeat 0% 50%;
}

.circle_list li {
    background: url(../images/list-icons/list-circle.png) no-repeat 0% 50%;
}

.check_list li {
    background: url(../images/list-icons/list-check.png) no-repeat 0% 50%;
}

.cross_list li {
    background: url(../images/list-icons/list-cross.png) no-repeat 0% 50%;
}

.star_list li {
    background: url(../images/list-icons/list-star.png) no-repeat 0% 50%;
}

.star_list2 li {
    background: url(../images/list-icons/list-star2.png) no-repeat 0% 50%;
}

.plus_list li {
    background: url(../images/list-icons/list-plus.png) no-repeat 0% 50%;
}

.minus_list li {
    background: url(../images/list-icons/list-minus.png) no-repeat 0% 50%;
}

/* PRICING TABLE
================================================== */

.pricing-tables-wrapper {
    margin: 40px 0 10px;
}

.pricing-table {
    float: left;
    width: 25%;
    margin-bottom: 22px;
    position: relative;
    margin-left: -1px;
}

.three .pricing-table {
    width: 33.33%;
}

.four .pricing-table {
    width: 25%;
}

.five .pricing-table {
    width: 20%;
}

.six .pricing-table {
    width: 16.666%;
}

.pricing-table-wrap {
    border-bottom: none;
}

.pricing-header, .pricing-table-price {
    background-color: #555;
}

.pricing-button {
    background-color: #f9f9f9;
}

/* PRICING TABLE HEADING */
.pricing-header {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    box-shadow: 1px 0 0 rgba(0, 0, 0, 0.3) inset, 2px 0 0 rgba(255, 255, 255, 0.1) inset;
    padding: 15px 10px;
    font-size: 12px;
    color: #999;
    text-align: center;
}

.pricing-title {
    margin: 0;
    line-height: 20px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif, arial;
    font-size: 16px;
    color: #FEFEFE;
    font-weight: 700;
}

/* PRICE */
.pricing-table-price {
    border-bottom: 1px solid #EFEFEF;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 1px 0 0 rgba(0, 0, 0, 0.3) inset, 2px 0 0 rgba(255, 255, 255, 0.1) inset;
    padding: 15px 5px;
    text-align: center;
}

span.price {
    font-size: 15px;
    color: #FEFEFE;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif, arial;
    font-weight: 700;
}

/* PRICING TABLE CONTENT */
.pricing-content {
    border-left: 1px solid #E7E7E7;
    border-right: 1px solid #E7E7E7;
}

.pricing-table ul.pricing {
    padding: 0;
    list-style: none;
    margin: 0;
    list-style-image: none;
    line-height: 26px;
}

.pricing-table ul.pricing li {
    list-style: none !important;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #e7e7e7;
    padding: 14px 7px;
    position: relative;
    font-size: 12px;
    color: #363636;
    text-align: center;
}

.pricing-table ul.pricing li:nth-child(even) {
    background: #f9f9f9;
}

/* PRICING TABLE BUTTON */
.pricing-button {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #e7e7e7;
    border-left: 1px solid #E7E7E7;
    border-right: 1px solid #E7E7E7;
    padding: 10px 5px;
    text-align: center;
}

/* FEATURED PRICING TABLE */
.pricing-featured {
    top: -15px;
    -webkit-box-shadow: 0 0 18px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 18px rgba(0,0,0,0.2);
    box-shadow: 0 0 18px rgba(0,0,0,0.2);
    z-index: 2;
}

.pricing-featured .pricing-table-wrap {
    border-color: #d6d5d5;
}

.pricing-featured .pricing-header {
    padding: 23px 10px;
}

.pricing-featured .pricing-table-price {
    padding: 23px 5px;
    border-bottom: 1px solid #d6d5d5;
}

/* Separator
====================================*/

.separator-line {
	border: none;
	height: 3px;
	width: 100%;
	margin-bottom: 30px;
	margin-top: 0px;
	background:url(../images/separator.png) repeat-x;
}

.separator-line span {
	display: block;
	width: 36px;
	height: 3px;
}

/* Blockquote
====================================*/

blockquote {
    background: #f8f8f8 url(../images/quote.png) no-repeat 22px 21px;
	color: #909090;
    font-family: 'Alegreya',serif;
	font-size: 17px;
	font-weight: 400;
	font-style: italic;
	line-height: 24px;
    padding: 20px 20px 20px 55px;
	margin-bottom: 20px;
}

blockquote.style1 {
    background: none;
    border-left: 3px solid #ddd;
    color: #999999;
    font-size: 16px;
    padding: 0 0 0 10px;
}

blockquote small {
    font-size: 14px;
	display: block;
	line-height: 20px;
	color: #999999;
}

blockquote small:before {
  content: '\2014 \00A0';
}

/* Highlight
====================================*/

.highlight {
    background-color: #333;
    color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	line-height: 16px;
	padding: 2px 5px;
	display: inline-block;
}

.highlight a {
	color: #fff !important;
}

/* Colors */

.highlight.color {}

.highlight.blue {
    background-color: #00B4FF;
}

.highlight.green {
    background-color: #9bcc45;
}

.highlight.yellow {
    background-color: #fec901;
}

.highlight.red {
    background-color: #e51400;
}

.highlight.pink {
    background-color: #ff9dbc;
}

/* Style 1 */

.highlight.style1 {
    border-bottom: dotted 1px #000;
	background: none;
	color: #909090;
	padding: 0 3px;
	text-shadow: none;
}

.highlight.style1 a {
    color: #909090 !important;
}

/* Table
====================================*/

table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #e9e9e9;
    border-bottom: 0;
    border-right: 0px;
    text-align: left;
    margin: 0 -1px 24px 0;
}

table,td,th {
    text-align: left;
}

th {
    background: #555;
    color: #fff;
    border-bottom: 1px solid #222;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid #222;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

td {}

tfoot td {
    border: 0px;
}

th,tr:hover {}

tr th,
thead th {
    font-size: 14px;
    line-height: 18px;
    padding: 15px 24px;
    font-family: 'Oswald', sans-serif, arial;
}

thead th {
    border-right: 1px solid #222;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

tr td {
    padding: 12px 24px;
    border-bottom: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    box-shadow: inset 0 1px 0 #FFFFFF;
}

tr:nth-child(even)  td {
    background: #FAFAFA;
}

/* Carousel
====================================*/

.bx-wrapper {
    position: relative;
    margin: 20px auto 30px;
    padding: 0;
    *zoom: 1;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}

.bx-wrapper .bx-viewport {}

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(../images/carousel-loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #d9d9d9;
    background: rgba(192,192,192, 0.35);
    text-indent: -9999px;
    display: block;
    width: 25px;
    height: 6px;
    margin: 0 4px;
    outline: 0;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,.bx-wrapper .bx-pager.bx-default-pager a.active {}

.bx-wrapper .bx-controls-direction {
    position: absolute;
    top: -55px;
    right: 0;
}

.bx-wrapper .bx-controls-direction a {
    display: block;
    float: left;
    outline: 0;
    width: auto;
    padding: 2px 9px;
    text-align: center;
    font-weight: normal;
    font-size: 11px;
    z-index: 99;
    color: #fff;
    background-color: #5A5A5A;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.15);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.bx-wrapper .bx-controls-direction a:hover {
    text-decoration: none;
}

.bx-wrapper .bx-controls-direction a:active {
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.15);
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

.bx-wrapper .bx-next {
    margin-left: 2px;
}

.wt-carousel ul {
    margin: 0!important;
    list-style: none!important;
}

.wt-carousel img {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wt-carousel li:hover img {
    -moz-opacity: 0.7;
    opacity: 0.7;
}

.wt-carousel.clients-bx img {
    background: #F9F9F9;
	-moz-opacity: 0.7;
    opacity: 0.7;
    padding: 5px;
    border: 1px solid #ddd;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
}

.wt-carousel.clients-bx li:hover img {
    -moz-opacity: 1;
    opacity: 1;
}

.wt-carousel .port-item {
    margin-bottom: 0;
}

.wt-carousel .port-item .port-title h4 {
    margin-bottom: 0;
}

.wt-carousel blockquote {
    margin-bottom: 0;
}

/* Our Team
====================================*/

.team-mate {
    background: #f8f8f8;
    border-bottom: 1px solid #efefef;
    color: #777;
    margin-bottom: 50px;
    overflow: hidden;
    position: relative;
    -webkit-transition: background-color .2s ease, border .2s ease;
    -moz-transition: background-color .2s ease, border .2s ease;
    -ms-transition: background-color .2s ease, border .2s ease;
    -o-transition: background-color .2s ease, border .2s ease;
    transition: background-color .2s ease, border .2s ease;
}

.team-mate .photo, .team-mate > a {
    display: block;
    margin: 0 auto;
}

.team-mate > a > .photo {
    margin: 0 auto;
}

.about-corner-top {
	width: 20px;
	height: 20px;
	position: absolute;
	top: -9px;
	margin-left: 25px;
	overflow: hidden;
	background: transparent url(../images/pointer-default.png) no-repeat 0 0;
}

.team-mate .content {
    padding: 0 15px;
    position: relative;
}

.team-mate .name {
    color: #414141;
    font-weight: 700;
    margin: 0;
    padding-top: 10px;
    text-transform: uppercase;
}

.team-mate .name a {
    color: #414141;
}

.team-mate .name a:hover {}

.team-mate .position {
    color: #aeaeae;
    display: block;
    font-style: italic;
    margin: 0 0 5px;
}

.team-mate .social-icons {
    border-top: 1px solid #efefef;
    margin: 0;
    padding: 10px 0 0;
}

.team-mate .social-icons li:first-child {
    margin-left: 10px;
}

.team-mate .social-icons li {
    margin: 0 0 10px 5px;
}

/* Social Icons - Style #1
====================================*/

.social-icons {
    margin: 0;
	margin-bottom: 15px;
}

.social-icons.about {
    float: left;
    margin: 0 0 0 -5px;
}

.social-icons li {
    background-color: #5A5A5A;
	display: inline;
    list-style: none;
    text-indent: -9999px;
    margin-right: 5px;
    margin-bottom: 5px;
    float: left;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.social-icons li a {
    background-repeat: no-repeat;
    background-position: 0 0;
    display: block;
    height: 24px;
    width: 24px;
}

.social-icons li:hover {
    background-position: 0 -24px;
}

#social a {
    width: 24px;
    height: 24px;
    margin: 0 6px 6px 0;
    display: block;
    float: left;
    text-indent: -9999px;
    background-position: 0 -24px;
}

#social a img {
    border: none;
}

.aim {
    background: url(../images/social-icons/aim.png) no-repeat;
}

.amazon {
    background: url(../images/social-icons/amazon.png) no-repeat;
}

.behance {
    background: url(../images/social-icons/behance.png) no-repeat;
}

.deviantart {
    background: url(../images/social-icons/deviantart.png) no-repeat;
}

.dribbble {
    background: url(../images/social-icons/dribbble.png) no-repeat;
}

.facebook {
    background: url(../images/social-icons/facebook.png) no-repeat;
}

.flickr {
    background: url(../images/social-icons/flickr.png) no-repeat;
}

.forrst {
    background: url(../images/social-icons/forrst.png) no-repeat;
}

.googleplus {
    background: url(../images/social-icons/googleplus.png) no-repeat;
}

.last-fm {
    background: url(../images/social-icons/last-fm.png) no-repeat;
}

.linkedin {
    background: url(../images/social-icons/linkedin.png) no-repeat;
}

.picasa {
    background: url(../images/social-icons/picasa.png) no-repeat;
}

.pinterest {
    background: url(../images/social-icons/pinterest.png) no-repeat;
}

.rss {
    background: url(../images/social-icons/rss.png) no-repeat;
}

.skype {
    background: url(../images/social-icons/skype.png) no-repeat;
}

.tumblr {
    background: url(../images/social-icons/tumblr.png) no-repeat;
}

.twitter {
    background: url(../images/social-icons/twitter.png) no-repeat;
}

.vimeo {
    background: url(../images/social-icons/vimeo.png) no-repeat;
}

.yahoo {
    background: url(../images/social-icons/yahoo.png) no-repeat;
}

.yelp {
    background: url(../images/social-icons/yelp.png) no-repeat;
}

.youtube {
    background: url(../images/social-icons/youtube.png) no-repeat;
}

/* Social Icons - Style #2
====================================*/

.social_icons {
    margin-bottom: 15px;
}

.social_icons li {
    display: inline;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.social_icons a {
    position: relative;
}

.social_icons a img {
    max-width: 100%;
    display: block;
}

.social_icons img:hover {
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

#footer .social_icons li {
    border-bottom: none;
    margin-right: 5px;
    margin-bottom: 5px;
}

/* Contact Info
====================================*/

.contact-info {
    margin-bottom: 5px;
}

.contact-info li p strong {
    color: #000;
    float: left;
    margin: 0 5px 5px 0;
}

#footer .contact-info li p strong {
    color: #fff;
}

.contact-info li {
    margin-bottom: 5px !important;
	padding-bottom: 5px !important;
    border-bottom: none !important;
}

.contact-info p {
    margin: -2px 0 0 22px;
    line-height: 18px;
}

.contact-info li i {
    float: left;
    margin: 1px 0 0 0;
}

/* Font Awesome Icons
====================================*/

.the-icons {
    list-style-type: none;
    margin: 0;
}

.the-icons li {
    line-height: 32px;
    height: 32px;
    padding-left: 12px;
}

.the-icons li [class^="icon-"],
.the-icons li [class*=" icon-"] {
    width: 32px;
    font-size: 14px;
}
