/*
* File Name: Custom css 
* Author Name: arrowthemes
* Author URL: http://themeforest.net/user/arrowthemes
* Version: 1.0 */

/******************************************************
Table of Content
*******************************************************

	# Demo-content
	# Style-switcher
	# Your-custom-css


# Demo-content
-----------------------------------------*/
.color-styles img{margin-right: 27px}
.color-styles div{margin: 40px 0 60px}

.icon-showcase{padding: 10px 0}
.icon-showcase a {margin: 0 23px 10px 0}

/* # Style-switcher
-----------------------------------------*/

#style-panel{
position:fixed;
width:130px;
padding:10px;
height:auto;
left:-2px;
top:50px;
background:#F4F4F4;
border-radius:0 2px 2px 0;
border:1px solid #f9f9f9;
box-shadow:0 1px 3px #777777, 4px 0 9px #C0C0C0 inset;
z-index: 1000;
border-right: 4px solid #c0c0c0
}

.style-panel-toggle {
position: absolute;
width: 25px;
height: 40px;
right: -25px;
top: 10px;
opacity: 0.5;
border-radius: 0 3px 3px 0;
cursor: url(../images/cursor/hand.cur),pointer;
z-index: 1;
-webkit-transition:all 0.3s ease-out;
-moz-transition:all 0.3s ease-out;
transition:all 0.3s ease-out;
}

.style-panel-toggle:hover{
	opacity: 1;
}

.style-panel-toggle:hover span{
	font-size: 3.5em;
}

.style-panel-toggle span {
display: block;
text-align: center;
font-size: 3em;
line-height: 35px;
height: 40px;
position: relative;
}

.style-panel-toggle {
background: #F4F4F4;
color: black;
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

#style-panel h4{
margin:8px 9px 0;
color: #202020;
text-shadow: 0 1px 0 rgba(255,255,255,.75);
background: url("../images/body/hr-divide.png") repeat-x scroll 0 90% transparent;
}

#style-panel .jqTransformSelectWrapper{margin-bottom: 10px;}

#head-font{
	margin: 9px;
}

ul.styles{
display:block;
overflow:hidden;
padding:5px;
float:none;
margin:0;
}

ul.styles li{
display:inline;
float:left;

}
ul.styles li a{
display:block;
margin:5px;
width:12px;
height:12px;
}

ul.presets li a{
	padding:4px; 
	border-radius:2px;
	box-shadow: 1px 1px 0 #BABABA;
}

ul.backgrounds li a{
	padding:4px; 
	border-radius:2px;
	box-shadow: 1px 1px 0 #BABABA;
	border: 1px solid #f0f0f0;
	width:10px;
	height:10px;
}

#color_1{background:#3E78C3;}
#color_2{background:#CF6102;}
#color_3{background:#C13332;}
#color_4{background:#95C934;}
#color_5{background:#F5AB33;}
#color_6{background:#703C48;}
#color_7{background:#476074;}
#color_8{background:#69411D;}

#bg_1{background: url('../images/bg/bg_texture_1.jpg') repeat fixed top left #F2F2F2;}
#bg_2{background: url('../images/bg/bg_texture_2.jpg') repeat fixed top left #F2F2F2;}
#bg_3{background: url('../images/bg/bg_texture_3.jpg') repeat fixed top left #F2F2F2;}
#bg_4{background: url('../images/bg/bg_texture_4.jpg') repeat fixed top left #F2F2F2;}
#bg_5{background: url('../images/bg/bg_texture_5.jpg') repeat fixed top left #F2F2F2;}
#bg_6{background: url('../images/bg/bg_texture_6.jpg') repeat fixed top left #F2F2F2;}
#bg_7{background: url('../images/bg/bg_texture_7.jpg') repeat fixed top left #F2F2F2;}
#bg_8{background: url('../images/bg/bg_texture_8.jpg') repeat fixed top left #F2F2F2;}
#bg_9{background: url('../images/bg/bg_texture_9.jpg') repeat fixed top left #F2F2F2;}
#bg_10{background: url('../images/bg/bg_texture_10.jpg') repeat fixed top left #F2F2F2;}
#bg_11{background: url('../images/bg/bg_texture_11.jpg') repeat fixed top left #F2F2F2;}
#bg_12{background: url('../images/bg/bg_texture_12.jpg') repeat fixed top left #F2F2F2;}



/*Added by Sakib*/
.feature-wrapper {
	background: url('../images/bg/bg_feature.png') repeat-x top left;
}
.feature-container {
	padding-top: 0px;
	height: 490px;
	margin-bottom: 40px;
}
.feature-block-blue, .feature-block-green {
	width:274px !important;
	height: 185px;
	margin-top: 30px;
	padding: 15px;
	background: url('../images/bg/feature_block_blue.png') no-repeat 0px 0px;
}
.feature-block-green {
	background: url('../images/bg/feature_block_green.png') no-repeat 0px 0px;
}
.feature-block-blue:hover {
	background: url('../images/bg/feature_block_blue.png') no-repeat 0px -230px;
}
.feature-block-green:hover {
	background: url('../images/bg/feature_block_green.png') no-repeat 0px -230px;
}
.feature-container .divide-no-margin {
	margin-top: 10px;
}
.feature-container h3{
	font-family: 'EconomicaRegular', Arial, Helvetica, Sans-Serif;
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	color: #33393b;
	width: 200px;
	float: left;
	padding-top:10px;
}
.feature-block-blue h3 span.focus, .feature-block-green h3 span.focus{
	font-family: 'EconomicaRegular', Arial, Helvetica, Sans-Serif;
	font-size: 30px;
	line-height: 24px;
	font-weight: bold;
	color: #3697dd;
}
.feature-block-green h3 span.focus{
	color: #afce25;
}
.feature-block-blue p, .feature-block-green p {
	padding-top: 25px;
	display:block;
}
a.featureReadMore, a.featureMoreDetails {
	display: block;
	width: 72px;
	margin: 6px 0 0 0;
	font-size:12px;
	background: url('../images/bg/readMoreArrow.png') no-repeat right 1px;
}
a.featureMoreDetails {
	width: 78px;
}
a.featureReadMore:hover, a.featureMoreDetails:hover {
	color:#667479;
	background: url('../images/bg/readMoreArrow.png') no-repeat right -24px;
}
.feature-container h3 a {
	text-decoration: none;
	color: #667479;
}
.feature-container h3 a:hover {
	text-decoration: none;
	color: #667479;
}
.container {
	background: url('../images/bg/worldMap.png') no-repeat center 100px;
}
.topBorder {
	width: 1000px;
	height: 4px;
	margin:0 auto;
}
.topBorder .part1, .topBorder .part2{
	width: 190px;
	background-color: #bcd648;
	float: left;
	height: 100%;
}
.topBorder .part2{
	width: 810px;
	background-color: #3697dd;
}
.planHolder > .column.one-fourth{
	width: 22.0% !important;
	margin-left: 0 !important;
	margin-right: 2.4% !important;
}
.aiBigImage {
	max-width: 380px !important;
	float: left;
	margin: 20px 30px;
}
.planNr {
	font-family:  monospace,monospace;
	padding: 10px 0 10px 0;
	font-size: 20px;
	color:#FFFFFF;
	width: 40px;
	float: left;
	line-height: 20px;
	text-align: center;
	background: url('../images/bg/point.png') no-repeat 0px 0px;
	margin-left: 18px;
}
.sHighlight {
	border-bottom: 1px double #666666;
	line-height: 1.5em;
}
.hotPanel {
	float: right;
	width: 50px;
	height: 100px;
	background: url('../images/widget/icon-badge.png') no-repeat scroll 101% 0;
	position:relative;
	top: 21px;
	left: 1px;
}
.tableTags a {
	margin-right: 3px;
	margin-bottom: 5px;
}
.table-one-half {
	width:48%;
	float: left;
	margin-left: 20px;
}
.hsdetails table{
	display:none;
}
.hsdetails table thead{
	background: url('../images/skins/azure/inner-bottom.png');
	font-family:  'EconomicaRegular', Arial, Helvetica, Sans-Serif;
	color: #FFFFFF;
	text-shadow: none;
}
.hsdetails table thead tr th{
	font-size: 18px;
	font-weight: bold;
	padding: 14px 10px;
}
/*.expand tbody, .expand tfoot{
	display:none;
}*/
/**/
/* # Your-custom-css
-----------------------------------------*/