/* ------------------------------------------------------------------------ */
/* Fluid Columns
/* ------------------------------------------------------------------------ */

.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: 20px;
	float: left;
}
.last {
	margin-right: 0 !important;
	clear: right;
}
.clearboth {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width: 100%;
}
.one-third .four-fifth {
	margin-bottom: 0;
}
/* ------------------------------------------------------------------------ */
/* Dividers
/* ------------------------------------------------------------------------ */

.image-divider {
	clear: both;
	display: block;
	position: relative;
	width: 100%;
	height: 3px;
	padding: 0 0 30px;
	margin-top: 15px;
	background: url(../images/divider-img.png) repeat-x top;
}
.space-divider {
	clear: both;
	display: block;
	position: relative;
	width: 100%;
}
/* ------------------------------------------------------------------------ */
/* Framed Image
/* ------------------------------------------------------------------------ */

.framed-img {
	display: inline-block;
	position: relative;
	margin-bottom: 10px;
	max-width: 100%;
	padding: 5px;
	border: 1px solid #ededed;
}
.framed-img img {
	margin: 0;
	display: block;
}
.align-left {
	float: left;
	margin-right: 10px;
}
.align-right {
	float: right;
	margin-left: 10px;
}
/* ------------------------------------------------------------------------ */
/* Highlight
/* ------------------------------------------------------------------------ */

.red-highlight,
.yellow-highlight,
.blue-highlight,
.green-highlight,
.black-highlight,
.gray-highlight {
	padding: 0 5px;
}
.red-highlight {
	background: #ff0000;
	color: #fff;
}
.yellow-highlight {
	background: #fff880;
}
.blue-highlight {
	background: #aeefff;
}
.green-highlight {
	background: #b0ffae;
}
.black-highlight {
	background: #000;
	color: #fff;
}
.gray-highlight {
	background: #b7b6b6;
	color: #fff;
}
/* ------------------------------------------------------------------------ */
/* Tooltip
/* ------------------------------------------------------------------------ */

.tool-tip-content {
	position: relative;
}
.tool-tip {
	position: relative;
	border-bottom: 1px dotted #888;
}
.tooltip {
	position: absolute;
	display: none;
	font-size: 12px;
	left: 0px;
	bottom: 25px;
	width: 150px;
	background: rgba(0, 0, 0, .7);
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #383838;
	line-height: 14px;
	padding: 10px;
}
.tooltip-arrow {
	width: 11px;
	height: 8px;
	background: url(../images/tooltip-arrow.png) no-repeat;
	position: absolute;
	bottom: -9px;
	left: 20px;
}
/* ------------------------------------------------------------------------ */
/* Styled Title
/* ------------------------------------------------------------------------ */

.styled-title {
	border-bottom: 1px solid #e5e4e4;
	font-weight: 300;
	margin-bottom: 40px;
	position: relative;
	text-align: center;	
}
.styled-title .title-arrow {
	background: url(../images/sprite.png) no-repeat 50% 0;
	bottom: -9px;
	display: block;
	height: 9px;
	left: 50%;
	margin-left: -11px;
	position: absolute;
	width: 21px;
}
/* ------------------------------------------------------------------------ */
/* Call to action button
/* ------------------------------------------------------------------------ */

.action-button {
	font-weight: bold;
	padding: 8px 18px;
	display: inline-block;
	color: #fff;
	border-radius: 30px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.action-button:hover {
	color: #fff;
	opacity: .8;
}
/* ------------------------------------------------------------------------ */
/* Skill set percentage
/* ------------------------------------------------------------------------ */

.skill-title {
	display: block;
	margin-bottom: 3px;
	font-weight: 800;
}
.skill {
	width: 100%;
	height: 17px;
	display: block;
	background: #efeeee;
	margin-bottom: 10px;
	padding-top: 8px;
}
.skill .skill-bar {
	display: block;
	width: 0%;
	height: 5px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
}
/* ------------------------------------------------------------------------ */
/* Latest portfolio items
/* ------------------------------------------------------------------------ */

.featured-work {
	position: relative;
	margin: 0 -10px 0;
}
.featured-work .portfolio-item {
	margin-top: 20px;
}
.featured-work h4 a {
	color: #292929;
}
.featured-work p {
	text-align: center;
	padding-bottom: 0;
}

/* two columns */

.featured-work .eight figure, 
.featured-work .eight img {
	width: 460px;
	height: 250px;
}

/* three columns */

.featured-work .one-third figure, 
.featured-work .one-third img {
	width: 300px;
	height: 180px;
}

/* four columns */

.featured-work .four figure, 
.featured-work .four img {
	width: 220px;
	height: 150px;
}
/* ------------------------------------------------------------------------ */
/* Latest blog items
/* ------------------------------------------------------------------------ */
.recent-blog-main {
	position: relative;
	margin-left: -20px;	
}
.recent-blog-main h2 {
	padding-left: 20px;	
}
.recent-blog {
	float: left;
	margin: 10px 0 0 20px;
	width: 460px;
}
.one-half .recent-blog {
	margin-right: 0;
}
.recent-blog-meta {
	width: 50px;
	float: left;
	margin-right: 15px;
}
.recent-blog-meta ul li {
	background-color: #ededed;
	list-style: none;
	text-align: center;
}
.recent-post-day {
	font-weight: 800;
	padding: 5px 0 0;
}
.recent-post-month {
	text-transform: uppercase;
	font-size: 11px;
}
.recent-post-year {
	font-size: 12px;
	padding: 5px 0 10px;
}
.recent-post-year span {
	background-color: #fff;
	padding: 2px 3px;
}
.recent-post-comments {
	margin-top: 10px;
	background: url(../images/sprite.png) no-repeat -19px -106px;
	padding: 30px 0 10px;
	font-weight: 800;
}
.recent-blog-content {
	float: left;
	width: 390px;
}
.recent-blog-thumb {
	margin-bottom: 10px;
	width: 390px;
	height: 100px;
}
.recent-blog-thumb img {
	width: 100%;
	height: 100px;
}
.recent-blog-content h4 {
	padding-bottom: 3px;
}
.recent-blog-content h4 a {
	color: #292929;
}
.recent-blog-content h4 a:hover {
	color: #00adee;
}
/* ------------------------------------------------------------------------ */
/* Testimonial
/* ------------------------------------------------------------------------ */

.testimonial {
	margin-top: 0;
	padding-bottom: 20px;
}
.testimonial-content {
	background-color: #fff;
	padding: 20px;
	position: relative;
	border: 1px solid #ededed;
	
	box-shadow: inset 0 0 2px rgba(0, 0, 0, .1);
}
.testimonial-content p {
	line-height: 26px;
	padding: 0;
}
.arrow-down {
	width: 0;
	height: 0;
	border-left: 1px solid transparent;
	border-right: 20px solid transparent;
	border-top: 25px solid #ededed;
	position: absolute;
	bottom: -25px;
	right: 40px;
}
.testimonial-meta {
	padding-top: 10px;
}
.testimonial-meta span {
	float: right;
	padding-right: 70px;
}
.arrow-testimonial {
	background: url(../images/testimonial-arrow.png) no-repeat center;
	width: 100%;
	height: 7px;
	display: block;
	position: absolute;
	bottom: -7px;
	left: 0;
}
.photo-testimonial-meta {
	text-align: center;
	border-bottom: 1px solid #b6b6b6;
	margin-bottom: 20px;
	position: relative;
}
.photo-testimonial-meta h4 {
	color: #00adee;
	font-weight: 600;
	padding-bottom: 15px;
}
/* photo testimonial */
.photo-testimonial {
	margin-bottom: 20px;	
}
.testimonial-photo {
	background-color: #f2f2f2;
	float: left;
	margin-right: 15px;
	padding: 10px 10px 5px;
	text-align: center;
	width: 90px;
}
.testimonial-photo img {
	margin-bottom: 0;
	height: 60px;
}
.testimonial-photo h5 {
	color: #696969;
	font-size: 12px;
	padding: 0;
}
.photo-testimonial-content p {
	line-height: 24px;
	padding-bottom: 10px;
}
.photo-testimonial-content span {
	font-weight: 600;
	color: #292929;	
}
.photo-testimonial-content {
	background-color: #f2f2f2;
	overflow: hidden;
	padding: 10px 10px 2px;
}
/* ------------------------------------------------------------------------ */
/* Toggle
/* ------------------------------------------------------------------------ */

.toggle {
	position: relative;
	margin-bottom: 10px;
}
.toggle-title {
	background-color: #fff;
	border: 1px solid #ebebeb;
	border-radius: 20px;
	color: #5b6167;
	cursor: pointer;
	font-size: 13px;
	font-weight: 600;
	line-height: 33px;
	padding: 0 0 0 15px;
	position: relative;
}
.toggle-title span  {
	background: #eeeef0 url(../images/sprite.png) no-repeat 9px -357px;
	border-radius: 50px;
	height: 26px;
	position: absolute;
	right: 3px;
	top: 3px;
	width: 26px;
}
.toggle-title:hover, .toggle-active {

}
.toggle-active span {
	background-position: 9px -382px;
}
.toggle-content {
	border-top: none;
	display: none;
	padding: 15px;
}
/* ------------------------------------------------------------------------ */
/* Tabs
/* ------------------------------------------------------------------------ */

/* root element for tabs  */
the-tabs {
	position: relative;
}
.tabs {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	height: 38px;
}
/* single tab */
.tabs li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
	position: relative;
}
.tabs li:first-child a {
	border-left: 1px solid #dddddd;
}
/* link inside the tab. uses a background image */
.tabs a {
	background: #fff;
	border-right: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	color: #787a7b;
	display: block;
	font-size: 12px;
	font-weight: 600;
	outline: none;
	padding: 10px 15px;
	position: relative;
	text-align: center;
}
.tabs a:active {
	outline: none;
}
/* when mouse enters the tab move the background image */
.tabs a:hover {
	color: #4b5254;
	background: none;
}
/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
.tabs .current, .tabs .current:hover, .tabs li.current a {
	cursor: default !important;
	color: #4b5254;
	background: #fff;
	border-bottom: 1px solid #fff;
}
.tabs li .current .title-arrow {
	background: url(../images/sprite.png) no-repeat 50% 0;
	bottom: -10px;
	display: block;
	height: 9px;
	left: 50%;
	margin-left: -11px;
	position: absolute;
	width: 21px;

}
/* initially all panes are hidden */ 

.panes {
	padding: 20px;
	border: 1px solid #dddddd;
	margin: 6px 0 20px 0;
	background: #fff;
}
.panes .pane {
	display: none;
}
/* vertical tabs */

#vertical-tabs {
	margin: 0 0 20px 0;
}
.ui-tabs {
	position: relative;
	padding: 0;
	zoom: 1;
} /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav {
	margin: 0 0 20px 0;
	padding: 0;
	float: left;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 7px 10px;
	width: 180px;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	font-size: 11px;
	background: #fff; /* Old browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#fcfcfc));
	background: -moz-linear-gradient(top, #fefefe, #fcfcfc);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#fcfcfc');
}
.ui-tabs .ui-tabs-nav li:first-child {
	border-top: 1px solid #dddddd;
}
.ui-tabs .ui-tabs-nav li:hover {
	background: #fff;
}
.ui-tabs .ui-tabs-nav li a {
	padding: 0;
	width: 200px;
	display: block;
	color: #666666;
	outline: none;
}
.ui-tabs .ui-tabs-nav li a:hover {
	color: #333333;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	background: #fff;
	z-index: 11;
	position: relative;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
	cursor: text;
	color: #333333;
}
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer;
} /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
	display: block;
	padding: 10px;
	overflow: hidden;
	border: 1px solid #dddddd;
	position: relative;
	background: #fff;
	left: -1px;
	z-index: 10;
}
.ui-tabs .ui-tabs-hide {
	display: none !important;
}
/* ------------------------------------------------------------------------ */
/* Accordion
/* ------------------------------------------------------------------------ */

/* accordion shortcode */

.accordion {
	margin: 0 0 20px 0;
}
.accordion .tab {
	background-color: #fff;
	border: 1px solid #ebebeb;
	border-radius: 20px;
	color: #5b6167;
	cursor: pointer;
	font-size: 13px;
	font-weight: 600;
	line-height: 33px;
	padding: 0 0 0 15px;
	position: relative;
}
.accordion .tab span {
	background: #eeeef0 url(../images/sprite.png) no-repeat 9px -310px;
	border-radius: 50px;
	height: 26px;
	position: absolute;
	right: 3px;
	top: 3px;
	width: 26px;
}
.accordion .current span {
	background-color: #8cc7ae;
	background-position: 9px -335px;
}
.accordion .current {
	background-color: #7cb99f;
	border: 1px solid #7cb99f;
	cursor: default;
	color: #fff;
}
.accordion .pane {
	border-radius: 20px;
	border: 1px solid #7cb99f;
	border-width: 0 1px 1px;
	margin-top: -30px;
	padding: 45px 15px 15px;
	position: relative;
}
.accordion-wrap {
	margin-bottom: 10px;	
}
/* ------------------------------------------------------------------------ */
/* Drop caps
/* ------------------------------------------------------------------------ */

.dropcaps-normal {
	float: left;
	font-size: 42px;
	line-height: 24px;
	font-weight: bold;
	margin: 0 2px 0 0;
	position: relative;
	top: 7px;
	color: #666;
}
.dropcaps-circle {
	float: left;
	font-size: 24px;
	line-height: 24px;
	color: #5b6167;
	font-weight: 700;
	margin: 0 5px 0 0;
	position: relative;
	text-align: center;
	padding: 4px 0 0 0;
	width: 35px;
	height: 30px;
	top: 5px;
	background-color: #e5e4e4;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.dropcaps-square {
	float: left;
	background-color: #e5e4e4;
	font-size: 26px;
	font-weight: 700;
	line-height: 30px;
	color: #5b6167;
	margin: 0 5px 0 0;
	position: relative;
	text-align: center;
	padding: 2px 0 0 0;
	width: 30px;
	height: 32px;
	top: 5px;
}
/* ------------------------------------------------------------------------ */
/* Framed box
/* ------------------------------------------------------------------------ */

.framed-box {
	border: 1px solid #e4e4e4;
	padding: 20px;
	margin-bottom: 20px;
}
/* ------------------------------------------------------------------------ */
/* Icon box
/* ------------------------------------------------------------------------ */

.icon-box {
	border: 1px solid #e4e4e4;
	margin-bottom: 20px;
	padding: 20px;
	text-align: center;
	position: relative;
	transition: all 300ms linear; 
}
.icon-box:hover {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);	
}
.icon-box:hover .icon-box-icon span {
	transform: rotate(360deg);
	transition: all 300ms ease-in-out;
}
.icon-box-icon {
	width: 70px;
	height: 70px;
	display: block;
	position: absolute;
	background-color: #00adee;
	left: 50%;
	margin-left: -35px;
	top: 20px;
	text-align: center;
	border-radius: 100px;
	-webkit-box-shadow: inset 0 -1px 0 1px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0 -1px 0 1px rgba(0, 0, 0, .1);
	box-shadow: inset 0 -1px 0 1px rgba(0, 0, 0, .1);
}
.icon-box-content {
	margin-top: 90px;	
}
.icon-box-icon span {
	width: 30px;
	background: url(../images/icon-box-icons.png) no-repeat 0 0;
	margin-top: 23px;
}
.icon-box-heart {
	display: inline-block;
	background-position: -20px -21px !important;
}
.icon-box-image {
	height: 23px;
	display: inline-block;
	background-position: -90px -94px !important;
}
.icon-box-basket {
	height: 28px;
	display: inline-block;
	background-position: -160px -161px !important;
}
.icon-box-user {
	height: 26px;
	display: inline-block;
	background-position: -230px -232px !important;
}
.icon-box-gear {
	height: 31px;
	display: inline-block;
	background-position: -300px -300px !important;
	margin-top: 20px !important;
}
.icon-box-comments {
	height: 22px;
	display: inline-block;
	background-position: -370px -374px !important;
}
.icon-box-cloud {
	height: 23px;
	display: inline-block;
	background-position: -440px -443px !important;
}
.icon-box-download {
	height: 26px;
	display: inline-block;
	background-position: -510px -512px !important;
	margin-top: 20px !important;
}
.icon-box-graph {
	height: 24px;
	display: inline-block;
	background-position: -580px -583px !important;
}
.icon-box-email {
	height: 19px;
	display: inline-block;
	background-position: -650px -656px !important;
	margin-top: 26px !important;
}
.icon-box-device {
	height: 22px;
	display: inline-block;
	background-position: -720px -724px !important;
}
.icon-box-html5 {
	height: 34px;
	display: inline-block;
	background-position: -790px -788px !important;
	margin-top: 20px !important;
}
.icon-box-microphone {
	height: 36px;
	display: inline-block;
	background-position: -860px -857px !important;
	margin-top: 18px !important;
}
.icon-box-ok {
	height: 32px;
	display: inline-block;
	background-position: -930px -929px !important;
	margin-top: 18px !important;
}
.icon-box-car {
	height: 25px;
	display: inline-block;
	background-position: -1000px -1003px !important;
}
.icon-box-trophy {
	height: 26px;
	display: inline-block;
	background-position: -1070px -1072px !important;
}
.icon-box-info {
	height: 30px;
	display: inline-block;
	background-position: -1140px -1140px !important;
	margin-top: 21px !important;
}
.icon-box-shield {
	height: 36px;
	display: inline-block;
	background-position: -1210px -1207px !important;
	margin-top: 19px !important;
}
.icon-box-earth {
	height: 30px;
	display: inline-block;
	background-position: -1280px -1280px !important;
	margin-top: 18px !important;
	margin-top: 21px !important;
}
.icon-box-support {
	height: 30px;
	display: inline-block;
	background-position: -1350px -1350px !important;
	margin-top: 18px !important;
	margin-top: 21px !important;
}

/* ------------------------------------------------------------------------ */
/* Colored buttons
/* ------------------------------------------------------------------------ */

/* http://webdesignerwall.com/tutorials/css3-gradient-buttons */

/* button 
---------------------------------------------- */
.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
 *display: inline;
	vertical-align: baseline;
	margin: 0 2px 5px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 12px 20px;
	text-shadow: 0 1px 1px rgba(0,0,0, .3);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 20px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
	opacity: .9;
}
.button:hover {
	opacity: 1;
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}
.medium {
	font-size: 12px;
	padding: 10px 15px;
}
.small {
	font-size: 11px;
	padding: 8px 12px;
}
/* color styles 
---------------------------------------------- */

/* black */
.black {
	color: #d7d7d7;
	border: solid 1px #333;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background: -moz-linear-gradient(top, #666, #000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
.black:hover {
	color: #d7d7d7;
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background: -moz-linear-gradient(top, #444, #000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
}
.black:active {
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
	background: -moz-linear-gradient(top, #000, #444);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}
/* gray */
.gray {
	color: #e9e9e9;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top, #888, #575757);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.gray:hover {
	color: #e9e9e9;
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top, #757575, #4b4b4b);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.gray:active {
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top, #575757, #888);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}
/* white */
.white {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top, #fff, #ededed);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
	color: #606060;
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top, #fff, #dcdcdc);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top, #ededed, #fff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}
/* orange */
.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top, #faa51a, #f47a20);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	color: #fef4e9;
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top, #f88e11, #f06015);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top, #f47a20, #faa51a);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}
/* red */
.red {
	color: #faddde;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top, #ed1c24, #aa1317);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.red:hover {
	color: #faddde;
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top, #c9151b, #a11115);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.red:active {
	color: #de898c;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top, #aa1317, #ed1c24);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}
/* blue */
.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top, #00adee, #0078a5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue:hover {
	color: #d9eef7;
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top, #0095cc, #00678e);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top, #0078a5, #00adee);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}
/* rosy */
.rosy {
	color: #fae7e9;
	border: solid 1px #b73948;
	background: #da5867;
	background: -webkit-gradient(linear, left top, left bottom, from(#f16c7c), to(#bf404f));
	background: -moz-linear-gradient(top, #f16c7c, #bf404f);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f16c7c', endColorstr='#bf404f');
}
.rosy:hover {
	color: #fae7e9;
	background: #ba4b58;
	background: -webkit-gradient(linear, left top, left bottom, from(#cf5d6a), to(#a53845));
	background: -moz-linear-gradient(top, #cf5d6a, #a53845);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf5d6a', endColorstr='#a53845');
}
.rosy:active {
	color: #dca4ab;
	background: -webkit-gradient(linear, left top, left bottom, from(#bf404f), to(#f16c7c));
	background: -moz-linear-gradient(top, #bf404f, #f16c7c);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf404f', endColorstr='#f16c7c');
}
/* green */
.green {
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top, #7db72f, #4e7d0e);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.green:hover {
	color: #e8f0de;
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top, #6b9d28, #436b0c);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top, #4e7d0e, #7db72f);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}
/* pink */
.pink {
	color: #feeef5;
	border: solid 1px #d2729e;
	background: #f895c2;
	background: -webkit-gradient(linear, left top, left bottom, from(#feb1d3), to(#f171ab));
	background: -moz-linear-gradient(top, #feb1d3, #f171ab);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feb1d3', endColorstr='#f171ab');
}
.pink:hover {
	color: #feeef5;
	background: #d57ea5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f4aacb), to(#e86ca4));
	background: -moz-linear-gradient(top, #f4aacb, #e86ca4);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4aacb', endColorstr='#e86ca4');
}
.pink:active {
	color: #f3c3d9;
	background: -webkit-gradient(linear, left top, left bottom, from(#f171ab), to(#feb1d3));
	background: -moz-linear-gradient(top, #f171ab, #feb1d3);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f171ab', endColorstr='#feb1d3');
}
/* ------------------------------------------------------------------------ */
/* Action box
/* ------------------------------------------------------------------------ */

.action-box {
	border: 1px solid #ededed;
	padding: 10px 15px 20px 15px;
	margin-bottom: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 0 2px rgba(0, 0, 0, .1);
}
.action-box-content {
	float: left;
}
.action-box-button {
	float: left;
}
.action-box .button {
	margin: 0;
}
/* ------------------------------------------------------------------------ */
/* Styled table
/* ------------------------------------------------------------------------ */

.styled-table {
	border: 1px solid #d6d6d6;
	margin: 0 0 20px 0;
	text-shadow: none;
}
.styled-table table {
	width: 100%;
	border: 1px solid #fff;
	border-collapse: collapse;
}
.styled-table td {
	color: #777777;
	padding: .3em 1em;
	text-align: center;
	font-size: 12px;
}
.styled-table tr {
	background: #fefefd;
}
.styled-table tr:hover {
	background: #f7f7f7;
}
.styled-table thead th {
	background: #f5f5f5;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	font-weight: normal;
	color: #555555;
}
.styled-table tfoot td {
	background: #f5f5f5;
}
/* ------------------------------------------------------------------------ */
/* Pricing table
/* ------------------------------------------------------------------------ */

.pricing-table {
	margin: 20px 0 10px;
}
.pricing-column {
	float: left;
	width: 225px;
	position: relative;
}
.pricing-header {
	background-color: #8cc7ae;
	text-align: center;
	padding: 15px 0;
}
.pricing-header h4 {
	color: #fff;
	font-weight: 600;
	padding: 0;
}
.pricing-header p {
	color: #fff;
	font-weight: 300;
	padding: 0;
}
.pricing-content {
	background: #fff;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.pricing-column-inside {
	text-align: center;
}
.pricing-column-inside ul.pricing {
	text-align: center;
	list-style: none;
}
.pricing-column-inside ul.pricing li {
	border-bottom: 1px solid #f2f2f2;
	padding: 10px 0;
}
.pricing-column-inside ul.pricing li:nth-child(even) {
	background-color: #f5f5f5;	
}
.pricing-column_inside ul.pricing li span {
	display: block;
	padding: 5px 0 5px 48px;
}
span.table-price {
	text-align: center;
	background: none repeat scroll 0 0 #FFFFFF;
    border: 5px solid #FFFFFF;
    border-radius: 100px 100px 100px 100px;
    box-shadow: 0 5px 20px #DDDDDD inset, 0 3px 0 #999999 inset;
    color: #777777;
    display: block;
	width: 90px;
	height: 90px;
	position: relative;
	line-height: 90px;
	font-size: 20px;
	margin: 20px 0 25px 65px;

}
span.table-price sup {
	font-size: 13px;
}
span.table-price span.dollar-sign {
	font-size: 20px;
}
.pricing-featured {
	width: 225px;
	margin-top: -25px;
	border-bottom: 1px solid #ddd;
	z-index: 10;
}
.pricing-featured .pricing-header {
	background-color: #ff4301;
	border-right: none;
}
.pricing-featured .pricing-content {
	padding: 25px 0 10px;
}
.pricing-featured .pricing-column-inside {
	padding-bottom: 20px;
}

.pricing-featured .pricing-header p {
	color: #fff;
}
.pricing-table-button, .pricing-featured .pricing-table-button {
	text-align: center;
	text-transform: capitalize;
	padding: 10px 20px;
	color: #fff;
	background-color: #8cc7ae;
	border-radius: 30px;
	font-weight: bold;
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}
.pricing-table-button:hover {
	opacity: .8;
	color: #fff;
}
.pricing-featured .pricing-table-button {
	background-color: #ff4301;
}
.pricing-featured .pricing-table-button:hover {
	color: #fff;
}
.price-desc {
	display: block;
	font-size: 13px;
	line-height:10px;
}
/* ------------------------------------------------------------------------ */
/* Google map
/* ------------------------------------------------------------------------ */

.google_map {
	border: 1px solid #ddd;
	-webkit-box-shadow: 1px 1px 4px 0 rgba(180, 180, 180, 0.3);
	-moz-box-shadow: 1px 1px 4px 0 rgba(180, 180, 180, 0.3);
	box-shadow: 1px 1px 4px 0 rgba(180, 180, 180, 0.3);
	margin-bottom: 20px;
	max-width: 100%;
}
/* ------------------------------------------------------------------------ */
/* Responisve content
/* ------------------------------------------------------------------------ */

.responsive-content img, .responsive-content iframe, .responsive-content object, .responsive-content embed {
	max-width: 100%;
	height: auto;
}

/* ------------------------------------------------------------------------ */
/* Video shortcode
/* ------------------------------------------------------------------------ */

.video-embed {
	max-width: 100% !important;
	height: auto;
	padding: 5px 5px 2px;
	border: 1px solid #ededed;
}
.video-embed iframe {
	max-width: 100%;
}

/* ------------------------------------------------------------------------ */
/* Member
/* ------------------------------------------------------------------------ */

.member-box {
	background-color: #eeeef0;
	color: #5b6167;
	padding: 10px;
}
.member-details {
}
.member-box img {
	display: block;
	height: auto;
	margin: 0 0 15px;
	max-width: 100%;
	width: 100%;
}
.member-details h3 {
	color: #5a5a62;
	font-size: 13px;
	padding: 0;
}
.member-details h5 {
	color: #909096;
	font-size: 12px;
}
.member-details ul {
	background-color: #fff;
	padding: 10px;	
}
.member-details ul li {
	background: url(../images/sprite.png) no-repeat -787px -582px;
	display: inline-block;
	list-style: none;
	padding-left: 20px;
}
/* ------------------------------------------------------------------------ */
/* Carousel
/* ------------------------------------------------------------------------ */

.thecarousel {
	position: relative;
		background: #fff !important;
	padding: 10px !important;

}
.thecarousel a {
	color: #8dc3ac;	
}
.thecarousel iframe {
	max-width: 100% !important;	
	height: auto !important;
}
.carouselcontent {
	overflow: hidden;
}
.arrows {
	background-color: #aeaeb3;
	bottom: -27px;
	height: 17px;
	left: 0;
	padding: 5px 0;
	position: absolute;
	width: 100%;
}
.thecarousel li {
	background: #fff !important;
	padding: 0 !important;
}
.flex-direction-nav {
	width: 100%;
}
.flex-direction-nav li {
	padding: 0 !important;
}
.thecarousel .flex-direction-nav a {
	display: inline-block;
	height: 17px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 17px;
}
.thecarousel .flex-direction-nav .flex-prev, .thecarousel .flex-direction-nav .flex-next {
	background: #aeaeb3 url(../images/sprite.png) no-repeat;
	position: absolute;
	top: 5px;
}
.thecarousel .flex-direction-nav .flex-prev {
	background-position: -19px -198px;
	left: 10px;
}
.thecarousel .flex-direction-nav .flex-next {
	background-position: -18px -181px;
	right: 10px;	
}
.thecarousel .flex-direction-nav .flex-prev:hover {
	background-position: 0 -181px;
}
.thecarousel .flex-direction-nav .flex-next:hover {
	background-position: 0 -198px;
	right: 10px;	
}
.flex-disabled {
	opacity: .3;	
}
.homepage-sidebar .thecarousel p {
	padding: 0 0 5px; !important;	
}
.thecarousel h3 {
	font-size: 13px;
	font-weight: 700;
	padding-bottom: 5px;
}
.thecarousel img {
	padding-bottom: 10px;	
}
/* ------------------------------------------------------------------------ */
/* Widget
/* ------------------------------------------------------------------------ */

.full-width-page .search-box {
	position: relative;
	top: auto;
	right: auto;
}
.one-third .widget .search-box {
	margin-left: 10px;	
}