/* ----- Shortcodes ---------------------------------------http://www.lioit.com--------- */
.clear {clear:both;}
/*******************************************************************
highlight
 *******************************************************************/

.highlight {
	background: #ffff99;
	padding:2px 5px;
	margin-right:5px;
}
/*******************************************************************
code
 *******************************************************************/
code.code_content {
	margin-bottom: 0;
	border-left: 3px solid #6CE26C;
	padding: 0px 10px;
}
code.code_content p {
	margin-bottom: 0;
}
/*******************************************************************
brdr
 *******************************************************************/
.brdr {
	border-bottom:solid 1px rgba(0,0,0,.08);
	margin-bottom:20px;
	margin-top:20px;
}

/*Video*/
.fluid-width-video-wrapper {
	width: 100%;
	position: relative;
	padding: 0;
}
.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*******************************************************************
	Columns
 *******************************************************************/
.one_half, .one_third, .two_third, three_fourth, .two_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .two_sixth, .three_sixth, .four_sixth, .five_sixth {
	position: relative;
	margin-right: 4%;
	float: left;/*overflow:hidden;*/
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	margin-bottom: 20px;
}
.one_half {
	width: 46%;
}
.one_third {
	width: 28.6666%;
}
.two_third {
	width: 65.3332%;
}
.one_fourth {
	width: 21%;
}
.two_fourth {
	width: 48%;
}
.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.3333%;
}
.two_sixth {
	width: 30.6666%;
}
.three_sixth {
	width: 47.9998%;
}
.four_sixth {
	width: 65.3332%;
}
.five_sixth {
	width: 82.6665%;
}
.collast {
	margin-right: 0 !important;
	clear: right;
}
/*******************************************************************
Icons
 *******************************************************************/
 

/********************************************
 * flickr
 ******************************************/
.articleContent .flickr_badge_wrapper {
	margin-bottom: 25px;
	overflow: hidden;
}
.articleContent .flickr_badge_wrapper div {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
/*******************************************************************
 Shortcodes
 *******************************************************************/
.highlight {
	background: #ffff99;
}
blockquote p {
	margin-bottom: 10px;
}
blockquote.Left {
	float: left;
	width: 200px;
}
blockquote.right {
	float: right;
	width: 200px;
}
blockquote em {
	display: block;
}
/*******************************************************************
	Buttons
 *******************************************************************/
a.button, a.button2 {
	display: inline-block;
 *display: inline;
	padding: 4px 12px;
	margin-bottom: 0;
 *margin-left: .3em;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 20px;
 *line-height: 20px;
	color: #fff !important;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-color: #2c97de;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
a.button:hover, a.button2:hover {
	background: #202326 !important;
	color: #fff !important;
}
.button2_left ,.button_left {
	margin: 0 10px 0 0;
	float: left;
}
.button2_right,.button_right {
	margin: 0 0 0 10px;
	float: right;
}
a.button2:active {
	background-position: center top;
	top: 1px;
}
a.button_r {
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.articleContent a.medium {
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
}
.articleContent a.big {
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	padding: 0 22px;
}
a.button2:hover, a.button_r:hover {
	background-position: 0 -50px;
}
a.yellow_b {
	background-color: #f7c551;
}
a.blue_b {
	background-color: #3a80e4;
}
a.red_b {
	background-color: #e24f43;
}
a.green_b {
	background-color: #73ba5d;
}
a.orange_b {
	background-color: #f59d00;
}
a.magenta_b {
	background-color: #998bed;
}
a.pink_b {
	background-color: #fa565a;
}
a.black_b {
	background-color: #363942;
}
a.white_b {
	background-color: #fff;
	color: #333!important;
}
a.gray_b {
	background-color: #b8bdc4;
	color: #fff!important;
}
a.white_b:hover {
	color: #000;
}
.btn, a.btn {
	display: inline-block;
	background: #2c97de;
	color: #fff;
	border: none;
	padding: 7px 20px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.btn:hover {
	background: #363b3f;
	color: #fff;
}
.btn.darkBtn {
	background: #363b3f;
	color: #fff;
}
.btn.darkBtn:hover {
	background: #2c97de;
	color: #fff;
}
.TextCenter, .center {
	text-align: center;
}
/*******************************************************************
Tabs
 *******************************************************************/
.articleContent ul.custom_tabs {
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	height: 34px;
	width: 100%;
	float: left;
}
.articleContent ul.custom_tabs li {
	float: left;
	margin-right: 5px;
	height: 33px;
	line-height: 33px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	padding: 0 15px;
	background: rgb(252,252,252);
	border: 1px solid #dddddd;
	text-shadow: 0px 0px 0px #fed4a8;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}
.articleContent ul.custom_tabs li a {
	color: #5C5C5C;
	text-shadow: 0 1px 0 #fff;
	font-size: 14px;
}
.articleContent ul.custom_tabs li.current {
	background: #fff;
	border-bottom: 1px solid #fff;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}
.articleContent ul.custom_tabs li.current a {
	color: #555;
}
.custom_tabs_wrap {
	clear: both;
	background: #fff;
	border: 1px solid #dddddd;
	overflow: hidden;
	padding: 20px;
	margin-bottom: 20px;
}
.custom_tabs_wrap p {
	line-height: 18px;
}
/*******************************************************************
	Accordions
 *******************************************************************/
.accordion {
	border-bottom: none;
	margin-bottom: 20px;
}
.accordion h2.acc_title {
	height: 33px;
	line-height: 33px;
	margin-bottom: 0;
	padding: 0 20px;
	border: 1px solid #dddddd;
	text-shadow: 0px 0px 0px #fed4a8;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	color: #5C5C5C;
	text-shadow: 0 1px 0 #fff;
	cursor: pointer;
	margin-bottom: 5px;
	font-size: 14px;
}
.accordion h2.current {
	cursor: text;
	background: url(../images/widgetTitle.png) repeat-x;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
	color: #FFF;
	border: solid 1px #4e4e4e;
	text-shadow: 1px 1px 1px #000;
}
.accordion .acc_content {
	padding: 20px 20px 20px 20px;
	display: none;
	line-height: 18px;
}
/*******************************************************************
	Images
 *******************************************************************/

.gmap {
	-moz-box-shadow: 0 0 5px #e9e9e9;
}
a.image_sc {
	display: inline-block;
	background: #fff url(../images/zoom.png) no-repeat center 50%;
	margin-bottom: 10px;
}
a.image_sc img {
	display: block;
	border: 1px solid rgba(0, 0, 0, 0.10);
}
.image_sc img.light {
	border: 1px solid #ddd;
	padding: 8px;
	background: #fff;
}
.image_sc img.dark {
	outline: 1px solid #111;
	border-top: 1px solid #555;
	padding: 8px;
	background: #333;
}
.imgsc_left {
	margin: 0 20px 9px 0;
	float: left;
}
.imgsc_right {
	margin: 0 0 9px 20px;
	float: right;
}
/* Tabs
====================================*/
.tabsShortcode {
	display: block;
	overflow: hidden;
	margin-bottom: 25px;
}
.tabsShortcode .tabsNav {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}
.tabsShortcode.verticalTabs .tabsNav {
	width: 34%;
	position: relative;
	float: left;
	overflow: hidden;
	margin-right: 1%;
}
.tabsShortcode.verticalTabs .tabsContainer {
	width: 65%;
	float: left;
	overflow: hidden;
}
.tabsShortcode.tabsstyle2.verticalTabs .tabsContainer {
	margin: 0px 0 20px;
}
.tabsShortcode.verticalTabs.tabsstyle2 .tabsNav {
	margin-right: 0px;
}
.tabsShortcode .tabsNav li {
	float: left;
	line-height: 38px;
	overflow: hidden;
	padding: 0;
	position: relative;
}
.tabsShortcode.verticalTabs .tabsNav li {
	float: none;
	margin-bottom: 5px;
}
.tabsShortcode.verticalTabs.tabsstyle2 .tabsNav li, .tabsShortcode.verticalTabs.tabsstyle3 .tabsNav li, .tabsShortcode.verticalTabs.tabsstyle4 .tabsNav li {
	margin-bottom: 0px;
}
.tabsShortcode .tabsNav li a {
	font-size: 13px;
	background-color: #f7f8f9;
	border: 1px solid #e4e6e8;
	border-right: none;
	color: #1b2022;
	font-weight: 600;
	display: block;
	letter-spacing: 0;
	outline: none;
	padding: 0 20px;
	text-decoration: none;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.tabsShortcode .tabsNav li:first-child a {
	border-left: 1px solid #e4e6e8;
}
.tabsShortcode .tabsNav li:last-child a {
	border-right: 1px solid #e4e6e8;
}
.tabsShortcode .tabsNav li a:hover {
	background: #fff;
}
.tabsShortcode.tabsstyle2.verticalTabs .tabsNav {
	border-top: 1px solid #e4e6e8;
}
.tabsShortcode.tabsstyle2.verticalTabs .tabsNav li a {
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #e4e6e8;
}
.tabsShortcode.tabsstyle2.verticalTabs .tabsNav li.active a {
	border-bottom: 1px solid #e4e6e8;
	border-right: none;
}
.tabsShortcode .tabsNav li.active a {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.tabsShortcode .tabContent {
	padding: 20px;
}
.tabsShortcode .tabContent p {
	margin-bottom: 15px;
}
.tabsstyle3.verticalTabs.tabsShortcode .tabContent p {
	padding: 0px 0px 0px 10px;
}
.tabsShortcode .tabsContainer {
	border: 1px solid #e4e6e8;
	margin: -1px 0 20px;
	overflow: hidden;
	line-height: 21px;
}
.tabsShortcode.tabsstyle2.verticalTabs .tabsContainer {
	border: 1px solid #e4e6e8;
}
.tabsShortcode.tabsstyle1 .tabsNav {
	margin-bottom: 15px;
}
.tabsShortcode.tabsstyle1 .tabsNav li {
	margin-right: 5px;
	margin-bottom:5px;
}
.tabsShortcode.tabsstyle1.tabProcess .tabsNav li {
	margin-right: 5px;
	margin-bottom: 10px;
	position: relative;
	overflow: visible;
}
.tabsShortcode.tabsstyle1 .tabsNav li a {
	background-color: #262932;
	border: none;
	color: #fff;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}
.tabsShortcode.tabsstyle1 .tabsNav li.active a {
	background-color: #2c97de;
}
.tabsShortcode.tabsstyle1.tabProcess .tabsNav li.active:after {
	bottom: -13px;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	border-top-color: #2c97de;
	border-width: 7px;
	right: 45%;
	margin: 0;
}
.tabsShortcode.tabsstyle1 .tabsContainer {
	border: none;
}
.tabsShortcode.tabsstyle1 .tabContent {
	padding: 0px;
}
.tabsShortcode.tabsstyle3 .tabsNav {
	background-color: #262932;
	margin-bottom: 15px;
}
.tabsShortcode.tabsstyle3 .tabsNav li {
	margin-right: 0px;
}
.tabsShortcode.tabsstyle3 .tabsNav li a {
	background-color: #262932;
	border: none;
	color: #fff;
}
.tabsShortcode.tabsstyle3 .tabsNav li.active a {
	background-color: #2c97de;
}
.tabsShortcode.tabsstyle3 .tabsContainer {
	border: none;
}
.tabsShortcode.tabsstyle3 .tabContent {
	padding: 0px;
}
.tabsShortcode.tabsstyle4 .tabsNav {
	background-color: #262932;
	margin-bottom: 1px;
	margin-right: 0px;
}
.tabsShortcode.tabsstyle4 .tabsNav li {
	margin-right: 0px;
}
.tabsShortcode.tabsstyle4 .tabsNav li a {
	background-color: #262932;
	border: none;
	color: #fff;
}
.tabsShortcode.tabsstyle4 .tabsNav li.active a {
	background-color: #2c97de;
}
.tabsShortcode.tabsstyle4 .tabsContainer {
	border: none;
}
.tabsShortcode.tabsstyle4 .tabContent {
	color: #fff;
	background-color: #2c97de;
	padding: 20px;
}
.tabsShortcode.tabsstyle4 .tabContent p {
	color: #fff;
}
/*	ACCORDION */
.accrodation {
	width: 100%;
}
.acc-trigger {
	cursor: pointer;
	display: block;
	margin: 0 0 0 0;
	width: 100%;
}
.acc-trigger a {
	color: #fff !important;
}
.acc-container {
	margin-bottom:10px;
}
.acc-trigger:last-of-type, .acc-container:last-of-type {
	margin-bottom: 20px;
}
.no-js .acc-trigger:last-of-type {
	border-bottom: none;
}
.acc-trigger a {
	display: block;
	padding: 11px 20px 11px 20px;
	text-decoration: none;
	text-shadow: none;
	background-color: #262932;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 5px;
}
.acc-trigger a:hover {
	background-color: #2c97de;
}
.acc-trigger a:hover, .acc-trigger.active a, .acc-trigger.active a:hover {
	color: #fff;
	background-color: #2c97de;
}
.acc-trigger.active a:hover {
	background-color: #2c97de;
}
.acc-trigger.active {
	cursor: default;
	background: #fff;
}
.acc-trigger.active:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}
.acc-trigger.active a {
	background-position: 20px -58px;
	cursor: default;
}
.acc-container .content {
	padding: 10px 0px 15px 0px;
	color: #999;
	font-size: 13px;
	margin-bottom: 4px;
}
/***************** Toggle ******************/

.toggle {
	margin-bottom: 15px;
}
.toggle.open h3 a {
	color: #fff!important;
	background-color: #2c97de;
}
.toggle h3 {
	position: relative;
	z-index: 10;
	font-size: 12px!important;
	margin-bottom: 0px!important;
}
.toggle h3 a {
	display: block;
	color: #888888;
	letter-spacing: 0px;
	line-height: 14px!important;
	padding: 14px 14px 16px 43px;
	font-size: 14px;
	font-weight: 600;
	background-color: rgba(0,0,0,0.045);
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}
.toggle h3 a i {
	position: absolute;
	left: 13px;
	background-color: transparent;
	color: #888888;
	top: 13px;
	width: 18px;
	height: 16px!important;
	line-height: 18px!important;
	font-size: 15px;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}
.toggle.open h3 a i {
	color: #fff;
}
.toggle h3 a:hover {
	color: #fff!important;
	background-color: #262932;
}
.toggle h3 a:hover i {
	color: #fff!important;
}
.toggle > div {
	padding: 10px 14px;
	border-top: 0px;
	display: none;
	background-color: #fff;
}
.tagline {
	margin-bottom: 30px;
	overflow: hidden;
}
.tagline.rightBtn .taglineText {
	float: left;
	width: 80%;
}
.tagline.rightBtn .btn {
	float: right;
}
.tagline .taglineText h3 {
	line-height: 25px;
	font-weight: 600;
}
.boxedTagline {
	background: #fff;
	border: solid 1px #e8edf2;
	padding: 15px;
}
/***************** Bar graph ******************/

.progressBar {
	text-align: left!important;
	margin: 0px!important;
}
.progressBar li {
	list-style: none!important;
}
.progressBar li:last-child span {
	margin-bottom: 0px;
}
.progressBar li .progressWarp {
	margin-bottom: 13px;
	background-color: #e3e3e3;
	background-color: #ebebeb;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
	-o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
}
.progressBar li span {
	height: 25px;
	width: 0px;
	padding: 3px 0px;
	display: block;
	background-color: #2c97de;
	color: #fff;
	-moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.05) inset, 0 -1px 1px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.05) inset, 0 -1px 1px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 1px rgba(255, 255, 255, 0.05) inset, 0 -1px 1px rgba(0, 0, 0, 0.1) inset;
	transition: width 1s linear;
	-moz-transition: width 1s linear;
	-webkit-transition: width 1s linear;
	-o-transition: width 1s linear;
}
.progressBar li p {
	padding-bottom: 2px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	padding-left: 10px;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
}
.progressBar li p i {
	margin-right: 5px;
}
.progressBar li span {
	overflow: visible!important;
	position: relative;
}
.progressBar li span strong {
	position: absolute;
	right: 0px;
	top: -25px;
	padding: 4px 7px!important;
	background-color: #333;
	color: #fff;
	line-height: 12px!important;
	font-size: 11px!important;
	opacity: 0;
	display: block;
}
.progressBar li span strong:after {
	border-color: #333 transparent;
	border-style: solid;
	border-width: 5px 5px 0;
	bottom: -5px;
	content: "";
	display: block;
	left: 12px;
	position: absolute;
	width: 0;
}
.progressBar li span strong.full:after {
	left: 15px;
}
.progressBar li span.striped {
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	-webkit-background-size: 40px 40px;
	-moz-background-size: 40px 40px;
	-o-background-size: 40px 40px;
	background-size: 40px 40px;
}
.progressBar li span.animated {
	-webkit-animation: progressBar 2s linear infinite;
	-moz-animation: progressBar 2s linear infinite;
	-ms-animation: progressBar 2s linear infinite;
	-o-animation: progressBar 2s linear infinite;
	animation: progressBar 2s linear infinite;
}
@-webkit-keyframes progressBar {
 from {
 background-position: 40px 0;
}
to {
	background-position: 0 0;
}
}
@-moz-keyframes progressBar {
 from {
 background-position: 40px 0;
}
to {
	background-position: 0 0;
}
}
@-ms-keyframes progressBar {
 from {
 background-position: 40px 0;
}
to {
	background-position: 0 0;
}
}
@-o-keyframes progressBar {
 from {
 background-position: 0 0;
}
to {
	background-position: 40px 0;
}
}
@keyframes progressBar {
 from {
 background-position: 40px 0;
}
to {
	background-position: 0 0;
}
}
/*milestones*/
.milestone {
	overflow: hidden;
}
.milestone .milestoneIcon {
	float: left;
	margin-right: 15px;
	overflow: hidden;
	display: block;
	width: 70px;
	height: 70px;
	text-align: center;
	color: #fff;
}
.milestone.centeredText .milestoneIcon {
	float: none !important;
	margin-right: auto !important;
	margin-left: auto !important;
	margin-bottom: 15px;
	overflow: hidden;
	display: block;
	width: 70px;
	height: 70px;
	text-align: center;
	color: #fff;
}
.milestone .milestoneIcon.circled {
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.milestone .milestoneIcon i {
	font-size: 30px;
	color: #fff;
	line-height: 70px;
}
.milestoneNumber {
	font-size: 22px;
	font-weight: 600;
	padding-bottom: 10px;
}
.milestoneSubject p {
	margin-bottom: 0px;
	font-weight: bold;
}
/* Social Icons
====================================*/
.social-icons li {
	display: inline;
	float: left;
	margin-right: 4px;
}
.social-icons li a {
	width: 42px;
	height: 42px;
	color: #262932;
	display: inline-block;
	text-align: center;
	background-color: #e8edf2;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: relative;
	overflow: hidden;
	margin-bottom: 5px;
}
.social-icons.darkIcons li a {
	background-color: #262932;
	color: #e8edf2;
}
/* Common Styles */
ul.social-icons {
	margin-left: 0px;
}
.social-icons li a i {
	color: #262932;
	line-height: 42px;
	font-size: 18px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	z-index: 20;
}
.social-icons.darkIcons li a i {
	color: #e8edf2;
}
.social-icons li a:hover i, .coloredIcons.social-icons li a i {
	color: #fff;
}
.twitter:before, .wordpress:before, .facebook:before, .linkedin:before, .steam:before, .tumblr:before, .github:before, .delicious:before, .instagram:before, .xing:before, .amazon:before, .dropbox:before, .paypal:before, .lastfm:before, .gplus:before, .yahoo:before, .pinterest:before, .dribbble:before, .flickr:before, .reddit:before, .vimeo:before, .spotify:before, .rss:before, .youtube:before, .blogger:before, .appstore:before, .digg:before, .evernote:before, .fivehundredpx:before, .forrst:before, .stumbleupon:before, .dribbble:before {
	font-size: 16px;
	line-height: 16px;
	color: #a0a0a0;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	position: absolute;
	z-index: 20;
}
.social-icons.normalIcons li a {
	width: 38px;
	height: 38px;
}
.social-icons.normalIcons li a i {
	line-height: 38px;
	font-size: 16px;
}
.social-icons.smallIcons li a {
	width: 26px;
	height: 26px;
}
.social-icons.smallIcons li a i {
	line-height: 26px;
	font-size: 14px;
}
/* Icon Styles */

.social-icons .twitter:hover, .coloredIcons .twitter {
	background-color: #3bc1ed;
}
.social-icons .dribbble:hover, .coloredIcons .dribbble {
	background-color: #ef5a92;
}
.social-icons .facebook:hover, .coloredIcons .facebook {
	background-color: #4a6d9d;
}
.social-icons .linkedin:hover, .coloredIcons .linkedin {
	background-color: #0b7bb5;
}
.social-icons .delicious:hover, .coloredIcons .delicious {
	background-color: #3274d1;
}
.social-icons .paypal:hover, .coloredIcons .paypal {
	background-color: #2e689a;
}
.social-icons .gplus:hover, .coloredIcons .gplus {
	background-color: #d53824;
}
.social-icons .stumbleupon:hover, .coloredIcons .stumbleupon {
	background-color: #eb4924;
}
.social-icons .fivehundredpx:hover, .coloredIcons .fivehundredpx {
	background-color: #444;
}
.social-icons .pinterest:hover, .coloredIcons .pinterest {
	background-color: #cb1f25;
}
.social-icons .forrst:hover, .coloredIcons .forrst {
	background-color: #40833e;
}
.social-icons .digg:hover, .coloredIcons .digg {
	background-color: #205685;
}
.social-icons .spotify:hover, .coloredIcons .spotify {
	background-color: #6ca405;
}
.social-icons .reddit:hover, .coloredIcons .reddit {
	background-color: #404040;
}
.social-icons .appstore:hover, .coloredIcons .appstore {
	background-color: #c0c0c0;
}
.social-icons .blogger:hover, .coloredIcons .blogger {
	background-color: #ff6501;
}
.social-icons .dribbble:hover, .coloredIcons .dribbble {
	background-color: #ef5a92;
}
.social-icons .evernote:hover, .coloredIcons .evernote {
	background-color: #6bb130;
}
.social-icons .flickr:hover, .coloredIcons .flickr {
	background-color: #136dd5;
}
.social-icons .rss:hover, .coloredIcons .rss {
	background-color: #fe8f00;
}
.social-icons .youtube:hover, .coloredIcons .youtube {
	background-color: #bf2f29;
}
.social-icons .vimeo:hover, .coloredIcons .vimeo {
	background-color: #4c8ab0;
}
.social-icons .xing:hover, .coloredIcons .xing {
	background-color: #036568;
}
.social-icons .yahoo:hover, .coloredIcons .yahoo {
	background-color: #9251a2;
}
.social-icons .amazon:hover, .coloredIcons .amazon {
	background-color: #2f3842;
}
.social-icons .social-icons .steam:hover, .coloredIcons .steam {
	background-color: #383838;
}
.social-icons .dropbox:hover, .coloredIcons .dropbox {
	background-color: #2c92dd;
}
.social-icons .github:hover, .coloredIcons .github {
	background-color: #5c7381;
}
.social-icons .lastfm:hover, .coloredIcons .lastfm {
	background-color: #d21309;
}
.social-icons .tumblr:hover, .coloredIcons .tumblr {
	background-color: #3d658d;
}
.social-icons .wordpress:hover, .coloredIcons .wordpress {
	background-color: #383838;
}
.social-icons .instagram:hover, .coloredIcons .instagram {
	background-color: #3f6f94;
}
.social-icons.darkIcons li a:hover, .social-icons.coloredIcons li a:hover {
	background-color: #2c97de !important;
}
.social-icons.darkIcons li a:hover i, .social-icons.coloredIcons li a:hover i {
	color: #fff !important;
}
/* Alert Boxes
====================================*/

.notification {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 15px;
	position: relative;
	color: #fff;
	padding: 13px 40px 13px 18px;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.03);
}
.woocommerce-message {
	padding: 15px 0px
}
.woocommerce .notification {
	padding: 7px 36px 7px 13px
}
.woocommerce-message p, .notification p {
	margin: 0;
}
.notification span {
	font-weight: 600;
}
.notification.success, .notification.success strong {
	background-color: #35d05a;
}
.notification.error, .notification.error strong {
	background-color: #e94b35;
}
.notification.warning, .notification.warning strong {
	background-color: #fd9638;
}
.notification.notice, .notification.notice strong {
	background-color: #4fc7ed;
}
.notification.success p, .notification.notice p, .notification.error p, .notification.success p, .notification.warning p {
	color: #fff !important;
}
.notification strong {
	border: none !important;
	color: #fff !important;
}
.notification .close {
	color: rgba(0, 0, 0, 0.3);
	position: absolute;
	right: 15px;
	top: 17px;
	display: block;
	cursor: pointer;
}

.box {
	padding:15px;
	margin-bottom:15px;
}
.box p{
	margin-bottom:0px !important;
}
.box i {
	color: rgba(0, 0, 0, 0.3);
	font-size:19px;
	margin-right:10px;
}

.box_info {
	background:#d7edf6;
}
.box_info p {
	color:#2899c8;
}


.box_note {
	background:#f7c551;
}
.box_note p {
	color:#fff;
}

.box_error {
	background:#ffebe9;
}
.box_error p {
	color:#e24f43;
}

.box_tip {
	background:#f0f6d7;
}
.box_tip p {
	color:#64a151;
}

/* Tooltips
====================================*/
#tiptip_holder {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99999;
}
#tiptip_holder.tip_top {
	padding-bottom: 5px;
	-webkit-transform: translateX(12px)
}
#tiptip_holder.tip_bottom {
	padding-top: 5px;
}
#tiptip_holder.tip_right {
	padding-left: 5px;
}
#tiptip_holder.tip_left {
	padding-right: 5px;
}
#tiptip_content {
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	padding: 6px 10px;
	background-color: #262932;
	border-radius: 2px;
}
#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}
#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #262932;
}
#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #262932;
}
#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #262932;
}
#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #262932;
}
#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: #262932;
}
#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: #262932;
}
#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: #262932;
}
#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: #262932;
}
/* Dropcaps
====================================*/
.dropcap {
	float: left;
	font-size:50px;
	padding-top: 4px;
	font-weight:600;
	padding-right: 10px;
	margin-top: 5px;
}
.dropcap.colorbg, .dropcap.darkbg {
	color: #fff !important;
	padding: 5px 15px;
	float: left;
	margin: 5px 10px 0 0;
}
.dropcap.dark {
	color: #262932;
}
.dropcap.color {
	color: #2c97de;
}
.dropcap.colorbg {
	background: #2c97de;
}
.dropcap.darkbg {
	background: #262932;
}
/* Highlights
====================================*/
.highlight.color, .highlight.dark, .highlight.light, .highlight.colorYellow {
	padding: 2px 6px;
	color: #fff;
	box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.1);
}
.highlight.color {
	background: #2c97de;
}
.highlight.dark {
	background: #262932;
}
.highlight.colorYellow {
	background: #f2c500;
}
.highlight.light {
	background: #f2f2f2;
	color: #888;
	box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.05);
}
/* List Styles
====================================*/
.listsTyle {
	margin-bottom: 10px;
}
.listsTyle li {
	padding: 1px 0px;
}
.listsTyle li i {
	padding: 2px;
	margin-right: 5px;
}
.listsTyle1 li i {
	background: #2c97de;
	color: #fff;
}
.listsTyle2 li i {
	background: #262932;
	color: #fff;
}
.listsTyle3 li i {
	border: 2px solid #262932;
	color: #262932;
}
.listsTyle4 li i {
	border: 2px solid #2c97de;
	color: #2c97de;
}
.listsTyle5 li i {
	border: 2px solid #e8edf2;
}
.listsTyle6 li i {
}
/*******************************************************************
 * Tables
 *******************************************************************/
.custom_table_default {
	width: 100% !important;
	overflow: hidden;
	margin-bottom: 20px;
}
.custom_table_default table {
	width: 100% !important;
	margin-bottom: 10px;
	text-align: left;
	background: #fff;
}
.custom_table_default thead {
	background: #f6f6f6;
}
.custom_table_default table th, .custom_table_default table td {
	padding: 11px;
	border: 1px solid #e8edf2;
}
.custom_table_default tfoot {
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(0, 0, 0, 0.1);
}
/* Table
====================================*/
table.standard-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border: none;
	margin-bottom: 15px;
	-webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
}
table.standard-table th {
	border: 1px solid #e8edf2;
	border-right: none;
	background-color: #fafafa;
	text-align: left;
	padding: 10px 15px;
	color: #444;
	vertical-align: top;
	font-size: 14px;
	font-weight: 600;
}
table.standard-table td:last-child {
	border-right: 1px solid #e8edf2;
}
table.standard-table th:last-child {
	border-right: 1px solid #e8edf2;
}
table.standard-table td {
	padding: 10px 15px;
	border: #e8edf2 1px solid;
	border-top: none;
	border-right: none;
}
table.standard-table tr:hover td {
	background-color: #fafafa;
}
