/**
* Name: default.css
*
* -
*
* The default color scheme for the template
*
*/

/* ==========================================================================
=Typography
========================================================================== */

body {
	background-color: #fff;
	color: #393939;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #393939;
}

abbr[title] {
	border-bottom: 1px dotted #999;
}

blockquote span {
	color: #999999;
}

hr {
	border: solid #d7d7d7;
}

code {
	border: 1px solid #d7d7d7;
	background-color: #f6f6f6;
	color: #d50f25;
}

pre {
	border: 1px solid #d7d7d7;
	background-color: #f6f6f6;
}

.hr {
	border-top: 1px solid #d7d7d7;
}

.text-highlight { color: 0FA1D58ec63f; }

.mute{ color: #707070; }

@media (max-width: 767px) {

	body {
		background-color: #fff;
	}

}

/* ==========================================================================
=Typography - Links
========================================================================== */

a,
a:visited {
	color: #0FA1D5;
}

a:active {
		background: transparent;
}

a:hover,
a:focus {
	color: #0FA1D5;
}

/* ==========================================================================
=Typography - Tables
========================================================================== */

table {
	background-color: transparent;
}

table th,
table td {
	border-top: 1px solid #d7d7d7;
}

/* ==========================================================================
=Typography - Forms
========================================================================== */

label span { color: #d50f25; }

input,
textarea,
select {
	border-bottom: 1px solid #393939;
	background: #fff;
	color: #393939;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
textarea:focus {
	border-color: #999;
}

select {
	border: 1px solid #393939;
}

select:focus {
  outline: thin dotted #707070;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}

/* ==========================================================================
=Misc
========================================================================== */

.javascript-required,
.modern-browser-required{
	background-color: #d50f25;
	color: #fff;
}

/* ==========================================================================
=Accordions and Toogles
========================================================================== */

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

.accordion-item {
	border: 2px solid #d7d7d7;
	color: #393939;
}

.accordion-item:hover,
.accordion-item.active {
	border-color: #0FA1D5;
	color: #0FA1D5;
}

/* =Toogle
========================================================================== */

.toggle-item {
	border: 2px solid #d7d7d7;
	color: #393939;
}

.toggle-item:hover,
.toggle-item.active {
	border-color: #0FA1D5;
	color: #0FA1D5;
}

/* ==========================================================================
=Alerts
========================================================================== */

.alert {
	border: 1px solid #d7d7d7;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	background-color: #f6f6f6;
}

.alert.info {
	border: 1px solid #86cde3;
	background-color: #cce9f2;
	color: #3194b1;
}

.alert.success {
	border: 1px solid #b3cda1;
	background-color: #d8f1c6;
	color: #749958;
}

.alert.error {
	border: 1px solid #e1a1a1;
	background-color: #f9d9d9;
	color: #b55454;
}

.alert.warning {
	border: 1px solid #d1c9ae;
	background-color: #fbf4dd;
	color: #978c68;
}

/* ==========================================================================
=Breadcrumbs
========================================================================== */

.breadcrumbs ul li a { color: #fff; }

/* ==========================================================================
=Buttons
========================================================================== */

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

.btn {
	border: 2px solid #393939;
	color: #393939;
}

a.btn { color: #393939; }

.btn:hover {
	border-color: #0FA1D5;
	color: #0FA1D5;
}

/* =Colored Buttons
========================================================================== */

.btn-white {
	border-color: #d7d7d7;
	color: #d7d7d7;
}

a.btn-white { color: #d7d7d7; }

.btn-white:hover {
	border-color: #393939;
	color: #393939;
}

/* ==========================================================================
=Client Logos
========================================================================== */

.client-logos li {
	border-right: 1px solid #fff;
}

@media (max-width: 767px) {

	.client-logos li {
		border-bottom: 1px solid #fff;
	}

}

/* ==========================================================================
=Custom Lists
========================================================================== */

ul.arrow li:before {
	color: #0FA1D5;
}

/* ==========================================================================
=Dividers
========================================================================== */

.divider.single-line { border-top: 1px solid #393939; }

.divider.double-line { border-top: 4px double #393939; }

.divider.single-dotted {
	 background: url(../../images/bg-single-dotted.png) repeat-x top left ;
}

.divider.double-dotted {
	background: url(../../images/bg-double-dotted.png) repeat-x top left;
}

/* ==========================================================================
=Headlines
========================================================================== */

.headline-2:after {
	border-bottom: 1px solid #0FA1D5;
}

.headline-2 h5 {
	color: #707070;
}

.sub-headline:before {
	border-top: 2px solid #0FA1D5;
}

/* ==========================================================================
=Icon Boxes
========================================================================== */

/* =Icon Box 1
========================================================================== */

.icon-box-1 > i {
	border-bottom: 2px solid #d7d7d7;
	color: #d7d7d7;
}

.icon-box-1 > h1 {
	color: #d7d7d7;
}

.icon-box-1 .icon-box-content h3 a {
	color: #393939;
}

.icon-box-1:hover > i {
	border-bottom: 2px solid #0FA1D5;
	color: #0FA1D5;
}

.icon-box-1:hover .icon-box-content h3 a { color: #0FA1D5; }

/* ==========================================================================
=Info Box
========================================================================== */

	.info-box {
	border: 1px solid #d7d7d7;
	background-color: #f6f6f6;
}

/* ==========================================================================
=Milestones
========================================================================== */

.milestone {
	border-bottom: 1px solid #0FA1D5;
	border-top: 1px solid #0FA1D5;
}

.milestone .milestone-content {
	color: #0FA1D5;
}

.milestone .milestone-description {
	color: #393939;
}

/* ==========================================================================
=Our Process
========================================================================== */

/* =Horizontal process
========================================================================== */

.horizontal-process-builder:before {
	border-top: 3px solid #d7d7d7;
}

.horizontal-process-builder li i,
.horizontal-process-builder li h2,
.horizontal-process-builder li img {
	border: 2px solid #d7d7d7;
	background-color: #fff;
	color: #393939;
}

.horizontal-process-builder li:hover i,
.horizontal-process-builder li:hover h2,
.horizontal-process-builder li:hover img {
	border-color: #0FA1D5;
	color: #0FA1D5;
}

.horizontal-process-builder li:hover h3 {
	color: #0FA1D5;
}

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

.pricing-table-header h2 {
	color: #0FA1D5;
}

.pricing-table-offer ul li:before {
	color: #0FA1D5;
}

.pricing-table:hover { background-color: #f6f6f6; }

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

.progress-bar {
	background-color: #f6f6f6;
}

.progress-bar .progress-bar-outer {
	background-color: #0FA1D5;
}

/* ==========================================================================
=Social Media
========================================================================== */

a.social-icon {
	background-color: #393939;
	color: #fff;
}

a.facebook-icon:hover { background-color: #0e59a0 !important; }
a.twitter-icon:hover { background-color: #0ea4ff !important; }
a.dribble-icon:hover { background-color: #ea73a0 !important; }
a.pinterest-icon:hover { background-color: #d73532 !important; }
a.googleplus-icon:hover { background-color: #282927 !important; }
a.tumblr-icon:hover { background-color: #586980 !important; }
a.instagram-icon:hover { background-color: #82685a !important; }
a.rss-icon:hover { background-color: #f79638 !important; }
a.linkedin-icon:hover { background-color: #018faf !important; }
a.skype-icon:hover { background-color: #00b0f6 !important; }
a.flickr-icon:hover { background-color: #0061db !important; }
a.vimeo-icon:hover { background-color: #63879c !important; }
a.github-icon:hover { background-color: #3b3b3b !important; }
a.youtube-icon:hover { background-color: #cc181e !important; }
a.windows-icon:hover { background-color: #6dc2e9 !important; }
a.dropbox-icon:hover { background-color: #007ee5 !important; }
a.xing-icon:hover { background-color: #026566 !important; }
a.adn-icon:hover { background-color: #1ea076 !important; }
a.android-icon:hover { background-color: #98cb02 !important; }
a.apple-icon:hover { background-color: #000000 !important; }
a.behance-icon:hover { background-color: #2d9ad2 !important; }
a.bitbucket-icon:hover { background-color: #214f81 !important; }
a.bitcoin-icon:hover { background-color: #f7931b !important; }
a.codepan-icon:hover { background-color: #000000 !important; }
a.css3-icon:hover { background-color: #3289ce !important; }
a.delicious-icon:hover { background-color: #3399fe !important; }
a.deviantart-icon:hover { background-color: #c8da30 !important; }
a.digg-icon:hover { background-color: #0080c2 !important; }
a.drupal-icon:hover { background-color: #0077b9 !important; }
a.empire-icon:hover { background-color: #000000 !important; }
a.foursquare-icon:hover { background-color: #daecb0 !important; }
a.git-icon:hover { background-color: #f34f29 !important; }
a.gitti-icon:hover { background-color: #634c3e !important; }
a.hacker-news-icon:hover { background-color: #f18642 !important; }
a.html5-icon:hover { background-color: #e54c1f !important; }
a.joomla-icon:hover { background-color: #016fb9 !important; }
a.jsfiddle-icon:hover { background-color: #4679a4 !important; }
a.linux-icon:hover { background-color: #fece0e !important; }
a.maxcdn-icon:hover { background-color: #f36f20 !important; }
a.openid-icon:hover { background-color: #fe6101 !important; }
a.pagelines-icon:hover { background-color: #3783e3 !important; }
a.pied-piper-icon:hover { background-color: #0c7b48 !important; }
a.qq-icon:hover { background-color: #23286c !important; }
a.rebel-icon:hover { background-color: #000000 !important; }
a.reddit-icon:hover { background-color: #cee3f8 !important; }
a.renren-icon:hover { background-color: #0d81e4 !important; }
a.share-icon:hover { background-color: #252525 !important; }
a.slack-icon:hover { background-color: #453744 !important; }
a.soundcloud-icon:hover { background-color: #fe4e00 !important; }
a.spotify-icon:hover { background-color: #80bb41 !important; }
a.stack-exchange-icon:hover { background-color: #265a93 !important; }
a.stackoverflow-icon:hover { background-color: #fea501 !important; }
a.steam-icon:hover { background-color: #191919 !important; }
a.stumbleupon-icon:hover { background-color: #f04f23 !important; }
a.tencent-weibo-icon:hover { background-color: #0063a7 !important; }
a.trello-icon:hover { background-color: #226784 !important; }
a.vine-icon:hover { background-color: #00b081 !important; }
a.vk-icon:hover { background-color: #50769d !important; }
a.wechat-icon:hover { background-color: #a4dc31 !important; }
a.weibo-icon:hover { background-color: #d82828 !important; }
a.wordpress-icon:hover { background-color: #454442 !important; }
a.yahoo-icon:hover { background-color: #4b04a8 !important; }

/* ==========================================================================
=Styled Tables
========================================================================== */

.table-bordered {
	border: 1px solid #d7d7d7;
}

.table-bordered th,
.table-bordered td { border-left: 1px solid #d7d7d7; }

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th { background-color: #f6f6f6; }

@media (max-width: 480px) {

	tr { border-top: 1px solid #707070; }

}

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

/* =Horizontal tabs
========================================================================== */

.tabs-container .tabs-menu li a {
	border: 2px solid #d7d7d7;
	color: #393939;
}

.tabs-container .tabs-menu li a:hover,
.tabs-container .tabs-menu li.active a {
	border-color: #0FA1D5;
	color: #0FA1D5;
}

@media (max-width: 767px) {

	.tabs-container .tabs-menu li a {
		border: 1px solid #d7d7d7;
	}

	.tabs-container .tabs-menu li:first-child a { border-top: 1px solid #d7d7d7; }

	.tabs-container .tabs-menu li.active a {
		border-bottom-color: #707070;
		background-color: #fff;
		color: #393939;
	}

}


/* ==========================================================================
=Team Member
========================================================================== */

.team-member-description {
	background-color: #f6f6f6;
}

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

.portfolio-item-overlay {
	background-color: rgba(0, 0, 0, 0.5);
}

.portfolio-item .portfolio-item-description {
	color: #fff;
}

.portfolio-item .portfolio-item-description .btn {
	border-color: #fff;
	color: #fff;
	opacity: 0;
}

.portfolio-item .portfolio-item-description .btn:hover {
	border-color: #0FA1D5;
	color: #0FA1D5;
}


.portfolio-item-2 {
	border: 2px solid #d7d7d7;
}

.portfolio-item-2.alt { background-color: #f6f6f6; }

.portfolio-item-2 .portfolio-item-description h2 span {
	border-left: 2px solid #0FA1D5;
}

.portfolio-item-2 .portfolio-item-overlay .btn {
	border-color: #fff;
	color: #fff;
}

.portfolio-item-2 .portfolio-item-overlay .btn:hover {
	border-color: #0FA1D5;
	color: #0FA1D5;
}

@media (max-width: 767px) {

	.portfolio-item-2 .portfolio-item-description h2 span:before {
		border-top: 2px solid #0FA1D5;
	}

}

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

.portfolio-filter ul li {
	border-right: 1px solid #393939;
}

.portfolio-filter ul li a {
	color: #393939;
}

.portfolio-filter ul li a:hover,
.portfolio-filter ul li a.active { color: #0FA1D5; }

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

.pagination a {
	border: 2px solid #d7d7d7;
	color: #d7d7d7;
}

.pagination li a:hover,
.pagination li.current a {
	border-color: #0FA1D5;
	color: #0FA1D5;
}

/* ==========================================================================
=Contact form
========================================================================== */

label.validation-error { color: #d50f25; }

input.validation-error,
textarea.validation-error,
select.validation-error { border: 1px solid #d7d7d7; }

/* ==========================================================================
=Blog
========================================================================== */

.blog-post a { color: #393939; }
.blog-post a:hover { color: #0FA1D5; }

/* ==========================================================================
=Fullwidth Section
========================================================================== */

.fullwidth-section {
	background-color: #f6f6f6;
}

.dark-bg {
	background-color: #393939;
	color: #fff;
}

.dark-bg a,
.dark-bg .milestone .milestone-description,
.dark-bg .tabs-container .tabs-menu li a,
.dark-bg .headline-2 h5,
.dark-bg .testimonial { color: #fff; }

.dark-bg .btn,
.dark-bg .portfolio-filter ul li { border-color: #fff; }

.dark-bg .btn:hover { border-color: #0FA1D5; }

.dark-bg .btn-white:hover { border-color: #707070; }

.dark-bg .pricing-table:hover,
.dark-bg .team-member-description,
.dark-bg .table-striped tbody tr:nth-child(odd) td,
.dark-bg .table-striped tbody tr:nth-child(odd) th,
.dark-bg .portfolio-item-2.alt { background-color: #707070; }


/* Fullwidth section backgrounds */

#bg-1 {
	background-image: url(../../../_content/backgrounds/1920x800.jpg);
}

#bg-2.dark-bg .headline-2 h5,
#bg-2.dark-bg .testimonial { color: #707070; }

#bg-4 {
	background: url(../../../_content/backgrounds/1920x1200-1.jpg) no-repeat center center;
}

#bg-5 {
	background: url(../../../_content/backgrounds/1920x1000.jpg) no-repeat center center;
}

#bg-7 {
	background-image: url(../../../_content/backgrounds/1920x1200-2.jpg);
}

/* ==========================================================================
=WordPress Default Classes
========================================================================== */

.wp-caption {
	border: 1px solid #d7d7d7;
	background: #fff;
}

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

/* =Text Widget
========================================================================== */

.textwidget .bordered {
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}

.textwidget .bordered a { color: #393939; }

/* =Search Widget
========================================================================== */

#searchsubmit {
	background: url(../../images/bg-search.png) no-repeat center center;
}

/* =Pages Widget
========================================================================== */

.widget_pages a { color: #393939; }
.widget_pages a:hover { color: #0FA1D5; }

/* =Archive Widget
========================================================================== */

.widget_archive a { color: #393939; }
.widget_archive a:hover { color: #0FA1D5; }

/* =Categories Widget
========================================================================== */

.widget_categories a { color: #393939; }
.widget_categories a:hover { color: #0FA1D5; }

/* =Meta Widget
========================================================================== */

.widget_meta a { color: #393939; }
.widget_meta a:hover { color: #0FA1D5; }

/* =Tag Cloud Widget
========================================================================== */

.widget_tag_cloud a {
	border: 1px solid #393939;
	color: #393939;
}

.widget_tag_cloud a:hover {
	border-color: #0FA1D5;
	color: #0FA1D5;
}

/* =Nav Menu Widget
========================================================================== */

.widget_nav_menu a { color: #393939; }
.widget_nav_menu a:hover { color: #0FA1D5; }

/* ==========================================================================
=WordPress Custom Widgets
========================================================================== */

/* =EWF Flickr widget
========================================================================== */

/* =EWF Contact Info widget
========================================================================== */

.ewf_widget_contact_info ul li a { color: #393939; }

/* =EWF Navigation widget
========================================================================== */

.ewf_widget_navigation a { color: #393939; }
.ewf_widget_navigation a:hover { color: #0FA1D5; }

/* ==========================================================================
=WordPress Comments
========================================================================== */

.commentlist .reply a { color: #393939; }

.commentlist .vcard cite.fn a.url { color: #393939; }

.commentlist .comment-meta a {
	color: #393939;
}

/* ==========================================================================
=Wrap
========================================================================== */

#wrap {
	background-color: #fff;
}

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

#header-wrap {
	background: #707070 no-repeat top center;
	background: #fff none no-repeat scroll center top / contain;
}

.header-wrap-overlay {
	background-color: rgba(57, 57, 57, 0.45);
}

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

#header {
	background-color: #393939;
}

.page-header #header { background-color: transparent; }

/*.header-content { border-bottom: 1px solid #fff; }*/

/* ==========================================================================
=Menu
========================================================================== */

/* =Menu Skin
========================================================================== */

.sf-menu a {
	border-bottom: 1px solid #fff;
	color: #393939;
}

.sf-menu > li > a,
.sf-menu > li.dropdown > a {
	color: #fff;
}

.sf-menu > li > a:before {
	border-left: 1px solid #fff;
}

.sf-menu li a:hover,
.sf-menu li.sfhover a:hover,
.sf-menu li.sfHover > a {
	color: #0FA1D5;
	background-color: #f6f6f6;
	border-bottom-color: #d7d7d7;
}

.sf-menu > li.current > a,
.sf-menu > li.sfHover > a,
.sf-menu > li > a:hover {
	background-color: transparent;
	color: #bbb;
}

/* =DropDown
========================================================================== */

.sf-menu li.dropdown ul {
	border: 1px solid rgba(0, 0, 0, 0.1);
	background-color: #fff;
}

/* =Mega Menu Section
========================================================================== */

.sf-mega {
	border: 1px solid rgba(0, 0, 0, 0.1);
	background-color: #fff;
}

.sf-mega-section {
	border-right: 1px solid #d7d7d7;
}

/* =Menu Arrows
========================================================================== */

.sf-arrows .sf-with-ul:after {
	border: 4px solid transparent;
	border-top-color: #fff;
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after { border-top-color: #393939; }

.sf-arrows ul .sf-with-ul:after {
	border-color: transparent;
	border-left-color: #393939;
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after { border-left-color: #0FA1D5; }

/* ==========================================================================
=Mobile Menu
========================================================================== */

#mobile-menu {
	border-bottom: 1px solid #d7d7d7;
}

#mobile-menu li a {
	border-top: 1px solid #d7d7d7;
	color: #393939;
}

#mobile-menu .mobile-menu-submenu-arrow {
	border-left: 1px solid #d7d7d7;
	color: #393939;
}

#mobile-menu .mobile-menu-submenu-arrow:hover { background-color: #f6f6f6; }

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

@media (min-width: 1025px) {

	#header.stuck {
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
		background-color: #393939;
	}

	#header.stuck .sf-menu > li.current > a,
	#header.stuck .sf-menu > li.sfHover > a,
	#header.stuck .sf-menu > li > a:hover {
		color: #bbb;
	}

}

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

#page-header {
	color: #fff;
}

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

#footer-top { background-color: #f9f9f9; }

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

#footer {
	background-color: #f6f6f6;
}

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

#footer-bottom {
	background-color: #393939;
	color: #bbb;
}

#footer-bottom a { color: #bbb; }

/* ==========================================================================
=Back to top
========================================================================== */

#back-to-top {
	background-color: #393939;
	color: #fafafa;
}

#back-to-top:hover i { color: #fff; }

/* ==========================================================================
=Page 404
========================================================================== */

	h1.error {
	color: #0FA1D5;
}

/* ==========================================================================
=Loader
========================================================================== */

.bx-wrapper .bx-loading {
	background: #fff url(../../js/bxslider/images/bx_loader.gif) no-repeat center center;
}

/* ==========================================================================
=Pager
========================================================================== */

.bx-wrapper .bx-pager {
	color: #393939;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	border: 1px solid #393939;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active { background: #393939; }

/* ==========================================================================
=Directional Controls (Next / Prev)
========================================================================== */

.bx-wrapper .bx-prev {
	background: url(../../js/bxslider/images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	background: url(../../js/bxslider/images/controls.png) no-repeat -43px -32px;
}

/* ==========================================================================
=Auto Controls (Start / Stop)
========================================================================== */

.bx-wrapper .bx-controls-auto .bx-start {
	background: url(../../js/bxslider/images/controls.png) -86px -11px no-repeat;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	background: url(../../js/bxslider/images/controls.png) -86px -44px no-repeat;
}

/* ==========================================================================
=Image Captions
========================================================================== */

.bx-wrapper .bx-caption {
	background: rgba(80, 80, 80, 0.75);
}

.bx-wrapper .bx-caption span {
	color: #fff;
}

.testimonial-slider .bx-wrapper .bx-pager.bx-default-pager a { background-color: #fff; }

.testimonial-slider .bx-wrapper .bx-pager.bx-default-pager a:hover,
.testimonial-slider .bx-wrapper .bx-pager.bx-default-pager a.active { background: #0FA1D5; }

.services-slider-control li {
	border-bottom: 1px solid #d7d7d7;
}

.services-slider-control li a {
	color: #393939;
}

.services-slider-control li a.active,
.services-slider-control li a:hover { color: #0FA1D5; }

/* ==========================================================================
=Rev Slider Pager
========================================================================== */

.tp-bullets.simplebullets.round .bullet {
	background: #393939;
}

.tp-bullets.simplebullets.round .bullet.selected { background: #0FA1D5; }

/* ==========================================================================
=Rev Slider Nav
========================================================================== */

.tp-leftarrow.default { background: #393939 url(../../images/left.png) no-repeat center center; }
.tp-rightarrow.default { background: #393939 url(../../images/right.png) no-repeat center center; }

/* ==========================================================================
=Rev Slider Typography
========================================================================== */

	.caption.title {
	color: #fff;
}

.caption.title-2 {
	color: #fff;
}

.caption.title-2:before {
	border-top: 1px solid #fff;
}

.caption.text {
	color: #fff;
}

.caption.text-2 {
	color: #fff;
}

.caption.bg {
	border: 1px solid #fff;
	background-color: rgba(169, 169, 169, 0.5);
}

.caption .btn {
	border-color: #fff;
	color: #fff;
}

.caption .btn:hover {
	border-color: #0FA1D5;
	color: #0FA1D5;
}
img.img-circle {
	border-radius: 50%;
}

img.small {
	width: 100px;
	height: 100px;
	max-width: 100px;
	max-height: 100px;
}