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

.one-half {
	width: 48%;
}
.one-third {
	width: 30.65%;
}
.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%;
	background: #fff;
    border: 1px solid #E8E8E8;
    box-shadow: 0 0 4px 0 rgba(100, 100, 100, 0.1);
    padding: 4px;
}
.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 {
	padding: 0 2px;
}
.red-highlight {
	background: #ff0000;
	color: #fff;
}
.yellow-highlight {
	background: #fff880;
}
.blue-highlight {
	background: #aeefff;
}
.green-highlight {
	background: #b0ffae;
}
.black-highlight {
	background: #000;
	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;
}
/* ------------------------------------------------------------------------ */
/* Call to action button
/* ------------------------------------------------------------------------ */

.action-button {
	font-weight: 800;
	padding: 8px 12px;
	display: inline-block;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-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;
	background-color: #868686 !important;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .4);
	box-shadow: 0 0 5px rgba(0, 0, 0, .4);
}
/* ------------------------------------------------------------------------ */
/* 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;
}
.recent-blog-main h2 {
	padding-left: 20px;	
}
.recent-blog {
	border-top: 1px solid #E8EAEE;
	margin-bottom: 18px;
	padding-top: 18px;	

}
.recent-blog:first-child {
	border: none;
	padding-top: 0;
}
.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-date {
	color: #A2A5A7;
    font-size: 11px;
    font-style: italic;
    font-weight: 400;	
}
.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 {
	overflow: hidden;
}
.recent-blog-content p {
	font-size: 12px;
	padding: 0;
}
.recent-blog-thumb {
	width: 84px;
	height: 49px;
	float: left;
	margin-right: 10px;
}
.recent-blog-thumb img {
	width: 100%;
	height: 49px;
}
.recent-blog-content h4 {
	font-size: 13px;
	line-height: 13px;
	font-weight: 400;
	padding: 0;
}
.recent-blog-content h4 a {
	color: #748491;
}
.recent-blog-content h4 a:hover {
	color: #4496D2;
}
.arrowsblog {
	position: absolute;
	right: 19px;
	top: 1px;
}
.recent-blog-main .flex-direction-nav a {
	width: 19px;
	height: 19px;
	margin-left: 4px;
	background: url(../images/sprite.png) no-repeat 0 -329px;
	transition: all 200ms ease-in 0s;
	top: 0;
	margin-top: 0;
}
.recent-blog-main .flex-direction-nav .flex-prev {
	left: -26px;	
}
.recent-blog-main .flex-direction-nav .flex-next {
	right: -20px;	
}
.recent-blog-main .flex-direction-nav a.flex-next {
	background-position: -22px -329px;
}
.recent-blog-main .flex-direction-nav .flex-prev:hover {
	background: url(../images/sprite.png) no-repeat 0 -349px;
}
.recent-blog-main .flex-direction-nav .flex-next:hover {
	background: url(../images/sprite.png) no-repeat -22px -349px;
}

/* ------------------------------------------------------------------------ */
/* 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 {
	width: 50px;
	height: 50px;
	float: left;
	border: 1px solid #ededed;
	padding: 4px;
	margin-right: 10px;
}
.testimonial-photo img {
	margin-bottom: 0;	
}
.photo-testimonial-content p {
	padding-bottom: 10px;	
}
.photo-testimonial-content span {
	font-weight: 600;
	color: #292929;	
}
.photo-testimonial-content {
	overflow: hidden;	
}
/* ------------------------------------------------------------------------ */
/* Toggle
/* ------------------------------------------------------------------------ */

.toggle {
	position: relative;
	margin-bottom: 10px;
	border-bottom: 1px solid #ededed;
	padding: 0;
}
.toggle-title {
	padding: 0 0 0 30px;
	line-height: 33px;
	color: #777;
	font-weight: 400;
	font-size: 13px;
	cursor: pointer;
	position: relative;
	background: #fff;
}
.toggle-title span  {
	width: 21px;
	height: 21px;
	background: url(../images/sprite.png) no-repeat -327px -458px;
	position: absolute;
	top: 6px;
	left: 0;
	-webkit-transition: all 200ms ease-in 0s;
	-moz-transition: all 200ms ease-in 0s;
	-ms-transition: all 200ms ease-in 0s;
	-o-transition: all 200ms ease-in 0s;
	transition: all 200ms ease-in 0s;
}
.toggle-title:hover {
	color: #4496D2;	
}
.toggle-active {
	color: #433333;
}
.toggle-active span {
	background-position: -327px -479px;
}
.toggle-content {
	border-top: none;
	display: none;
	padding: 0 15px 15px 30px;
}
/* ------------------------------------------------------------------------ */
/* 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;
}
.tabs li:first-child a {
	border-left: 1px solid #dddddd;
}
/* link inside the tab. uses a background image */
.tabs a {
	font-size: 12px;
	display: block;
	text-align: center;
	padding: 10px 15px;
	position: relative;
	border-right: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	color: #737373;
	outline: none;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,241,241,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(242,241,241,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,241,241,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,241,241,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,241,241,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(242,241,241,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f1f1',GradientType=0 ); /* IE6-9 */	-webkit-transition: color 0.3s ease 0s;
}
.tabs a:active {
	outline: none;
}
/* when mouse enters the tab move the background image */
.tabs a:hover {
	color: #878787;
	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: #878787;
	background: #fff;
	border-bottom: 1px solid #fff;
}
/* initially all panes are hidden */ 

.panes {
	padding: 20px;
	border: 1px solid #dddddd;
	margin: 5px 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: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,241,241,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(242,241,241,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,241,241,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,241,241,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,241,241,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(242,241,241,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f1f1',GradientType=0 ); /* IE6-9 */	-webkit-transition: color 0.3s ease 0s;
}
.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 {
	padding: 0 0 0 40px;
	margin-bottom: 10px;
	line-height: 33px;
	color: #777777;
	font-size: 13px;
	cursor: pointer;
	border: 1px solid #ededed;
	position: relative;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,241,241,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(242,241,241,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,241,241,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,241,241,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,241,241,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(242,241,241,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f1f1',GradientType=0 ); /* IE6-9 */	-webkit-transition: color 0.3s ease 0s;
}
.accordion .tab span {
	width: 21px;
	height: 21px;
	background: url(../images/sprite.png) no-repeat -299px -458px;
	position: absolute;
	top: 6px;
	left: 10px;
	-webkit-transition: all 200ms ease-in 0s;
	-moz-transition: all 200ms ease-in 0s;
	-ms-transition: all 200ms ease-in 0s;
	-o-transition: all 200ms ease-in 0s;
	transition: all 200ms ease-in 0s;
}
.accordion .current span {
	background-position: -299px -479px;
}
.accordion .tab:hover {
	color: #4496D2;
}
.accordion .current {
	cursor: default;
	color: #fff;
	background: #777777;
}
.accordion .pane {
	padding: 5px 15px 15px;
	border: 1px solid #ededed;
	border-width: 0 1px 1px;
	margin: -10px 0 10px;
	position: relative;
}
.accordion .current:hover {
	color: #fff;	
}
/* ------------------------------------------------------------------------ */
/* Icons
/* ------------------------------------------------------------------------ */

.icon-text {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-image: url(../images/icons.png);
	padding-left: 20px;
	margin: 3px 0;
	display: inline-block;
}
.icon-home {
	background-position: -331px -0px;
}
.icon-email {
	background-position: -300px -26px;
}
.icon-link {
	background-position: -270px -50px;
}
.icon-phone {
	background-position: -240px -77px;
}
.icon-calendar {
	background-position: -210px -107px;
}
.icon-user {
	background-position: -178px -139px;
}
.icon-save {
	background-position: -148px -167px;
}
.icon-id {
	background-position: -118px -194px;
}
.icon-notice {
	background-position: -88px -225px;
}
.icon-rss {
	background-position: -60px -251px;
}
.icon-checked {
	background-position: -30px -281px;
}
.icon-tag {
	background-position: 0px -308px;
}
/* ------------------------------------------------------------------------ */
/* 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: #fff;
	margin: 0 5px 0 0;
	position: relative;
	text-align: center;
	padding: 4px 0 0 0;
	width: 35px;
	height: 30px;
	top: 5px;
	background-color: #303435;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.dropcaps-square {
	float: left;
	background-color: #303435;
	font-size: 26px;
	line-height: 30px;
	color: #fff;
	margin: 0 5px 0 0;
	position: relative;
	text-align: center;
	padding: 4px 0 0 0;
	width: 35px;
	height: 32px;
	top: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
/* ------------------------------------------------------------------------ */
/* Framed box
/* ------------------------------------------------------------------------ */

.framed-box {
	border: 1px solid #e8eaee;
	margin-bottom: 20px;
	padding: 15px;
}
.framed-box:last-child {
	padding-bottom: 0;	
}
.framed-box p {
	padding: 0 0 15px;
}
.frmaed-box-title {
	font-size: 18px;
	font-weight: 400;
	padding: 7px 20px;
	line-height: 22px;
	border: 1px solid #e8eaee;
	border-width: 1px 1px 0 1px;
}
.framed-box .alignleft {
	margin-right: 15px;
}
.framed-box .alignright {
	margin-left: 15px;
}
/* ------------------------------------------------------------------------ */
/* 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;
	padding: 12px 20px;
	text-shadow: 0 1px 1px rgba(0,0,0, .3);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-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: 200px;
	position: relative;
	border-radius: 5px;
}
.pricing-header {
	text-align: center;
	border: 1px solid #dddddd;
	padding: 15px 0;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0 ); /* IE6-9 */
}
.pricing-header h4 {
	padding: 0;
}
.pricing-header p {
	padding: 0;
}
.pricing-content {
	background: #fff;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	border-radius-bottomright: 3px;
	border-radius-bottomleft: 3px;
}
.pricing-column-inside {
	text-align: center;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-radius-bottomright: 5px;
	border-radius-bottomleft: 5px;
}
.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 span {
	display: block;
	padding: 5px 0 5px 48px;
}
span.table-price {
	display: block;
	text-align: center;
	font-size: 48px;
	padding: 10px 0 17px;
	line-height: normal;
}
span.table-price sup {
	font-size: 24px;
	bottom: 13px;
	left: 1px;
}
span.table-price span.dollar-sign {
	font-size: 36px;
}
.pricing-featured {
	width: 230px;
	margin-top: -25px;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	z-index: 10;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.pricing-featured .pricing-header {
	border-right: none;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background: #b2e1ff; /* Old browsers */
	background: -moz-linear-gradient(top, #b2e1ff 0%, #66b6fc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b2e1ff), color-stop(100%, #66b6fc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b2e1ff 0%, #66b6fc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b2e1ff 0%, #66b6fc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #b2e1ff 0%, #66b6fc 100%); /* IE10+ */
	background: linear-gradient(to bottom, #b2e1ff 0%, #66b6fc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2e1ff', endColorstr='#66b6fc', GradientType=0 ); /* IE6-9 */
}
.pricing-featured .pricing-content {
	padding: 25px 0 10px;
}
.pricing-featured .pricing-column-inside {
	padding-bottom: 20px;
}
.pricing-featured span.table-price {
	color: #66b6fc;
}
.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: #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');
	opacity: .8;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}
.pricing-table-button:hover {
	opacity: 1;
	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');
}
.pricing-featured .pricing-table-button {
	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');
}
.pricing-featured .pricing-table-button: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');
}
/* ------------------------------------------------------------------------ */
/* 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 {
	text-align: center;	
}
.member-details {
	border: 1px solid #ededed;
	border-width: 0 1px 1px;
	padding: 15px;
}
.member-box img {
	max-width: 100%;
	height: auto;
	margin: 0;
	display: block;
	width: 100%;
}
.member-details h3 {
	padding: 0;	
}
.member-details h5 {
	color: #696969;	
}
.member-details ul li {
	display: inline-block;
	list-style: none;
}
.member-details ul li a {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 20px;
	height: 20px;
	background: #00adee url(../images/sprite.png) no-repeat;
	margin-right: 10px;
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}
.member-details ul li a:hover {
	opacity: .8;	
}
.member-details li.facebook-member a {
	background-position: 0 0;
}
.member-details li.twitter-member a {
	background-position: -30px 0;
}
.member-details li.linkedin-member a {
	background-position: -60px 0;
}
.member-details li.googleplus-member a {
	background-position: -90px 0;
}
.member-details li.skype-member a {
	background-position: -411px -36px;
}
.member-details li.email-member a {
	background-position: -681px -36px;
}

/* ------------------------------------------------------------------------ */
/* Styled Title
/* ------------------------------------------------------------------------ */

.styled-title {
	color: #5d6f8d;
	border-bottom: 1px solid #E8EAEE;
	padding-bottom: 7px;
	margin-bottom: 18px;
	font-weight: 400;
}

.recent-blog-main h3 {
	color: #5d6f8d;
	border-bottom: 1px solid #E8EAEE;
	padding-bottom: 7px;
	margin-bottom: 18px;
	font-size: 18px;
	font-weight: 400;
}
/* ------------------------------------------------------------------------ */
/* Carousel
/* ------------------------------------------------------------------------ */

.thecarousel {
	position: relative;
}
.thecarousel iframe {
	max-width: 100% !important;	
	height: auto !important;
}
.carouselcontent {
	overflow: hidden;
}
.arrows {
	position: absolute;
	right: 19px;
	top: -30px;
}
.thecarousel .flex-direction-nav a {
	width: 19px;
	height: 19px;
	margin-left: 4px;
	background: url(../images/sprite.png) no-repeat 0 -329px;
	transition: all 200ms ease-in 0s;
}
.thecarousel .flex-direction-nav .flex-prev {
	left: -26px;	
}
.thecarousel .flex-direction-nav .flex-next {
	right: -20px;	
}
.thecarousel .flex-direction-nav a.flex-next {
	background-position: -22px -329px;
}
.thecarousel .flex-direction-nav .flex-prev:hover {
	background: url(../images/sprite.png) no-repeat 0 -349px;
}
.thecarousel .flex-direction-nav .flex-next:hover {
	background: url(../images/sprite.png) no-repeat -22px -349px;
}
.thecarousel img {
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E8E8E8;
    box-shadow: 0 0 4px 0 rgba(100, 100, 100, 0.1);
    padding: 4px;	
}

/* ------------------------------------------------------------------------ */
/* Widget
/* ------------------------------------------------------------------------ */

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

/* ------------------------------------------------------------------------ */
/* Course Box
/* ------------------------------------------------------------------------ */

.course-box {
	border: 1px solid #e8eaee;
	padding: 15px 15px 0;
}
.course-box:last-child {
	padding-bottom: 0;	
}
.course-box p {
	padding: 0 0 15px;
}
.course-box .alignleft {
	margin-right: 15px;
}
.course-box .alignright {
	margin-left: 15px;
}

.course-title-box {
	border: 1px solid #e8eaee;
	border-width: 1px 1px 0;
	padding: 7px 15px;
}
.course-title-box h2 {
	display: inline;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	font-weight: 600;
	padding: 0;
}
.course-title {
	float: left;
}
.course-title2 {
	float: right;	
}
.bottom-box {
	background-color: #F7F7F7;
	border: 1px solid #e8eaee;
	border-width: 0 1px 1px;
	line-height: 35px;
	padding: 0 15px;
	color: #5D6F8D;
}
.bottom-text {
	float: left;	
}
.bottom-text2 {
	float: right;	
}