/***************************************

	Theme Name: Zwordpress

	Theme URI: http://www.galwaycreditunion.ie/

	Description: Wordpress theme

	Version: 3.0.4

	License: GNU General Public License v2.0

	License URI: http://www.gnu.org/licenses/gpl-2.0.html



	Tags: two-columns, fixed-width, custom-background, threaded-comments, translation-ready, custom-menu

***************************************/







/* Main Global Layout Settings */

*{ padding:0; margin:0;	outline:none; list-style:none; border: 0 none;}

*, *::before, *::after {
    box-sizing: border-box;
}

body {

	color: #3d3d3d;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 13px;
	background:url(images/full_bg.png)repeat;
	

	

}

pre ,code{

	direction:ltr;

	background:url(images/code-bg.png);

	font: 11px/19px 'andale mono', 'lucida console', monospace;

	padding: 3px;

	display: block;

	overflow-x: visible;

	overflow-y: hidden;

	margin: 0 0 20px 0;

	color: #666;

	border-top: 1px solid #E1E1E1;

	border-left: 1px solid #E1E1E1;

	border-bottom: 1px solid #F0F0F0;

	border-right: 1px solid #F0F0F0;

}

h1, h2, h3,h4, h5, h6 { font-weight:normal;}

@font-face{

font-family:paghead;

src:url(css/fonts/SourceSansPro-BoldIt.otf);



}

@font-face{

font-family:pgfnt;

src:url(css/fonts/MyriadPro-Regular.otf);

}



.alignright {float: right;}

.alignleft {float: left;}

.aligncenter{clear:both; margin-left:auto;	margin-right:auto;}

a {

  color: #444;

  text-decoration: none;

  -webkit-transition: all ease-in-out 0.2s;

  -moz-transition: all ease-in-out 0.2s;

  -o-transition: all ease-in-out 0.2s;

  transition: all ease-in-out 0.2s;

}

a:hover { color: #000;}

.clear {clear: both;}



.post-title a,ul.slider-navigation li ,.pagenavi a,a.more-link ,.main-menu li a ,.subscribe-icons a ,.flickr_badge_image img {

	webkit-transition: all .2s ease-in-out;

	-moz-transition: all .2s ease-in-out;

	-o-transition: all .2s ease-in-out;

	-ms-transition: all .2s ease-in-out;

	transition: all .2s ease-in-out;

}

textarea, input[type=text], input[type=password], input[type=email], select {

	background: #fff;

	font-size: inherit;

}



input, select {cursor: pointer;}

input[type=text], input[type=password], input[type=email] {cursor: text;}

textarea {overflow:auto;}

textarea, input {padding: 5px;outline: none;}



select {padding: 2px;}
#loanTerm, #loanFrequency,
#loanType{ padding-right:0!important;}
option {padding: 0 4px;}

input[type=button], button {padding: 4px;cursor: pointer;vertical-align: middle;}

input.text_input,textarea.textarea {border: 1px solid #ccc;-moz-border-radius: 1px;-webkit-border-radius: 1px; border-radius: 1px;}

input.text_input:focus,textarea.textarea:focus {border: 1px solid #999;	}



::-moz-selection { background: #F9A386; color: #fff; text-shadow: none; }

::selection { background: #F9A386; color: #fff; text-shadow: none; }



/*::-webkit-scrollbar {width: 8px; height:8px; }

::-webkit-scrollbar-track {background: #FFFFFF;-webkit-box-shadow: inset 1px 1px 2px #E0E0E0;border: 1px solid #D8D8D8;}

::-webkit-scrollbar-thumb {background: #F88C00;-webkit-box-shadow: inset 1px 1px 2px rgba(155, 155, 155, 0.4);}

::-webkit-scrollbar-thumb:hover {-webkit-box-shadow: inset 1px 1px 10px rgba(0,0,0,0.3);}

::-webkit-scrollbar-thumb:active {background: #888;-webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.3);}*/

.wrapper{ 
	width:1300px;
	background:#f2f2f2;
	margin:0 auto;
	-webkit-box-shadow:0 0 15px rgba(0,0,0,0.3);
	-moz-box-shadow:0 0 15px rgba(0,0,0,0.3);
	box-shadow:0 0 15px rgba(0,0,0,0.3);
}


.main
{
	 background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin: 30px 0 0;
    padding: 0;
    position: absolute;
    top:0;
    z-index: 999;
	width:100%;
	border:none;
}

.car_left
{
margin:15px 0 0;
}
.content
{
	float:left;
	display:block;
	margin:0px;
	padding:0px;
	width:75%;

}

.car_left img{ max-width:100%;}
.car_loan_right
{
	display: block;
    float: left;
    margin:15px 0 0 11px;
    padding: 0;
    width: 24%;

}
.car_loan_right .rightincontent {
    float: left;
    width: 265px;
}
.padd
{
	margin:20px 0 0 0;
}


header
{
	
	width:100%; margin:0px; padding:0px; width:100%; float:left; background:#;

	

}


}


/* ==================== Mobile size Font Start ==================== */


.secondary-toggle:before {
    color: #fffff;
    content: "ï?™";
    line-height: 40px;
    width: 35px;
}
 .secondary-toggle:before, .dropdown-toggle:after{
    display: inline-block;
    font-family: "Genericons";
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    vertical-align: top;
	color: #fff;
}


.mobileOption .navbar-header{
	position: relative;
}

.secondary-toggle {
    background-image: url(images/siteimage/menu-bg.jpg);
    height: 35px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 8px;
	top: -6px;
    text-align: center;
/*	 -moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)*/;
    width: 40px;
	display: none;
}


.secondary-toggle.toggled-on:before {
    content: "ï?…";
    font-size: 32px;
    left: -1px;
    position: relative;
    top: 1px;
}

.secondary.toggled-on {
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
    display: block;
}


/* ==================== Mobile size Font End ==================== */


/* Main Wrapper Style */


/* Header */

.page .post-title, footer, .bwid, .home-content,  .topcnt, .header-content {

/*width:1117px;

margin:0px auto;

display:block;
*/
}

 .header-content { width:100%; clear: both; margin:0px; padding:0px; display:block;  position:relative;}
 .right_contact_list{ float:right; margin:0px; padding:0px; width:50%;}
 .right_contact_list ul{ margin:0px; padding:0px; float: right;}
 .right_contact_list ul li{ margin:0px; padding:0px; float:left; clear:both; position:relative;}
 .right_contact_list ul li a{ font-size: 16px;   line-height: 27px;   padding: 4px 0 4px 40px; float:left; display:block;}
 .right_contact_list ul li.con_number::before{ background:url(images/contact_icon.png) no-repeat top center; width:29px; height:29px;  top:0px; left:0px; content:' '; position:absolute;}
 .right_contact_list ul li.email::before{ background:url(images/mail_icon.png) no-repeat  top center; width:29px; height:29px; position:absolute; top:0px; left:0px; content:' ';}





.page-template-default #main-content{

	margin: -2px auto 0;

}

.clear{

clear:both;

}



.back{

float:left;

}

.forward{

float:right;

}



.td{

width:145px;

background:url(images/siteimage/tdbg.png) 0px 0px repeat-x;

font:italic 12px arial;

color:#fff;

border-left:1px solid #f2f2f2;

padding:5px 0px;

text-align:center;



}

.tpbg

{

background:#f2f2f2;

display:block;

width:100%;

}

#main-menu-mob{ display:none;}

.main-menu ul li a span

{

clear:both;

font:11px Arial, Helvetica, sans-serif;

color:#585858;

display:inline-block;

}

.cln{

margin:17px 20px 0px 0px;

font:normal 18px Arial, Helvetica, sans-serif;

color:#008610;

}




.sricn{margin:8px 0px 0px;  }

.src input{ font:12 Arial, Helvetica, sans-serif; float:left; width:213px;}

.src{ border:none; width:265px;}

.src #searchform{ float:left;}

.src .sricn{ float:right;}

.topmenu ul li{

float:left;

margin:20px 0px 20px 15px;

}


.topmenu ul{ margin-right:50px;}

#searchsubmit{ display: block; width:27px; height:30px; background:url(images/search_icon.jpg) no-repeat; position:absolute; float:right; top:1px; right:8px; text-indent:-99999px; border:none;}

.topmenu ul li a { color:#9c3050;}

.logo{ float:left; padding-right:20px;}


.logo2 {
    margin: 0 auto;
    width: 15%;
}
.logo2 img{display:block; margin:0 auto; text-align:center;}


.logo h2{ margin: 0; line-height: 0;}

/* custom class */

.fbx .post-title, .rightcontent .widget-top, .topbm .widget-top, .logo strong, .assistive-text { display: none; } 



#menu-toprightmenu li ul.sub-menu li {background:none !important; }

#menu-toprightmenu li ul.sub-menu li, #menu-toprightmenu li ul.sub-menu li a{ background:none !important; padding:0px; float:left; clear:none;  cursor: pointer;}

#menu-toprightmenu li ul.sub-menu

{

	display:none;

}

#menu-toprightmenu li:hover ul.sub-menu

{

display:inline-block;

}

#menu-toprightmenu li.branch:hover a{

background-image: url("images/siteimage/bicn.png"), url("images/siteimage/arwd.png");

}

#menu-toprightmenu li ul.sub-menu li a{ padding:0px; color:#fff !important; font:bold 14px Arial, Helvetica, sans-serif !important; text-decoration:underline; background:url(images/siteimage/arwlw.png) 23px 7px no-repeat !important;}

#menu-toprightmenu li ul.sub-menu {

background: url("images/siteimage/subbg.png") no-repeat !important; 

margin: 0px;

left: 0px;

top:38px;

width:260px;

position:absolute;

z-index:1;

padding:20px 0px 24px; }

#menu-toprightmenu li{ position:relative; }

.ric{ width:27px; height:26px; float:right; background:url(images/siteimage/rss.png) 0px 0px no-repeat;}

.mcnt { border-bottom:1px solid #e3e3e3; display: inline-block; padding-bottom:20px;}

.tpf { padding-bottom:30px; border-bottom:1px solid #e3e3e3; margin-bottom:15px; }

.footer-bottom{background:#e9e8e5 none repeat scroll 0 0; margin-bottom: 0;   padding: 25px 50px;    width: 100%;}

.fc{ margin-left:16px; width:256px;}

.page-template-template-loan-php .fbx, .page-template-template-normal-sidebar-php .fbx{ width:250px; margin:0px; float:none; }

.page-template-template-loan-php .fbx .widget, .page-template-template-normal-sidebar-php .fbx{ margin:0px;}

.rightincontent{ width:232px; float:left; }

.rightcontent{ width:267px; float:left;}

 .post-title,
.page-title{ /*font:22px paghead;*/ padding:27px 0 10px 23px;  border-bottom: 1px solid #ccc;}

.page-id-40 .entry h2 {
	
	display:none;
}


.page .post-meta{ padding-top:50px;}



.page-template-template-loan-php .content{ width:865px; }



.page-template-template-service-php .content{ width:865px; float:left;}

.page-template-template-normal-sidebar-php .content{ width:928px; padding: 0 20px 0 0;}







.page-template-template-loan-php .content, .page-template-template-normal-sidebar-php .content{ float:left;}



.page-template-template-service .rightincontent .widget-container{float:left; margin-top:0px;}

.page-template-template-service .topbm{ margin-top: 40px !important;}



.page-template-template-normal-sidebar-php .widget, .page-template-template-normal-sidebar-php .widget{float:left; margin-top:60px;}

.page-template-template-loan-php .widget, .page-template-template-normal-sidebar-php .widget{ float:left; margin-top:17px; }

.page-template-template-loan-php .fbx, .page-template-template-normal-sidebar-php .fbx{ float:right; }

.fbx
{
	display:none;
}

.page-template-template-normal-sidebar-php .fbx .widget{ margin-top: 0;}



.sricn{

display:block;

height:40px;

width:40px;

background:url(images/siteimage/srcicn.png) 0px 0px;

float:right;

}

.psabsolute{ position:relative; width:100%;}

/*.bgpink{ background:#870027; }*/

.hpos{ left:0px; color:#cd003b; font-family:Arial, Helvetica, sans-serif;; font-size:17px; font-weight:bold; text-transform:uppercase; padding:0 0 10px;}/**18-5-16***/






.post-title{ }

.psabsolute h1{ width:100%;}

.btmmenu{ /*background:url('images/siteimage/btbg.png') repeat scroll 0px -1px transparent;*/ width:100%; color:#000; font:19px Arial, Helvetica, sans-serif; display:inline-block;/* margin-top:23px;*/ background:#c7b380;padding:14px 80px; font-weight:bold;}

.btmmenu br{display:none;}

.btmmenu .stc{ float:left; display:inline-block; margin:18px 35px 0px 0px;}

.btmmenu .stu{ float:left; display:inline-block; margin:18px 13px 0px 0px;}

.btmmenu img{ margin:3px 0px;}

footer{ width:100%; float:left; clear:both; margin:0px; padding:0px; background:#fff; }

#footer-first{ width:401px; float:left;}

#footer-second{ width:240px; float:left;  margin-right:33px; }

#footer-third{ width:368px; float:left;}

footer, footer a { font:13pa Arial, Helvetica, sans-serif; color:#4a4a4a;}

#footer-widget-area{ margin-top:14px; float:left; clear:both; width:100%; padding:0 50px;}

#es_txt_name, #es_txt_email{ font:16px Arial, Helvetica, sans-serif; color:#111111; width:100%; border:1px solid #bebebe;}

.page-template-template-loan-php .post-thumbnail{ position:relative; padding-right:32px;}

.imgshd{ background:url(images/siteimage/bnshd.png) 0px 0px no-repeat; width:32px; height:358px; right:0px; position:absolute;}



#footer-third h4, #footer-second h4, #footer-first h4{ font:16px Arial, Helvetica, sans-serif; color:#000; font-weight:bold;}

#footer-first #menu-bottommenu{  position: relative;}

#es_txt_button, #mc-embedded-subscribe{ 

background:#c70026 url(images/subscribe-arrow.png) no-repeat right!important;

/*url(images/siteimage/sbr.png) 0px 0px no-repeat !important*/ height:39px; width:93px; font: italic 16px Arial, Helvetica, sans-serif; color:#fff; border:none; padding:0 19px 0 0 !important;
 background-position: 90% !important;
}


#mc_embed_signup .button{ border-radius: 23px!important;width: 140px !important;}

#mc_embed_signup .mc-field-group input{background:#f2f2f2!important;}


.slider_home .cycloneslider-template-standard .cycloneslider-caption-title{
		float: left;
		font-size: 28px !important;
		/*font-weight: 300 !important;
		line-height: 39px !important;*/
		text-transform: uppercase;
		/*width: 40% !important;*/
		display:block; 
		padding:23px 26px 6px;
		font-family:Arial, Helvetica, sans-serif;;
	
	}


.container-fluid
{
	width:100%; margin:0px; padding:0px; display:block; clear:both;

}


.slider_home .cycloneslider-template-standard .cycloneslider-caption-description {
    float: left;
    text-align: left;
   /* width:31%;*/
   padding:4px 26px;
   
	font-size:18px!important;
	font-family:Arial, Helvetica, sans-serif;;
	
}
.slider_home .cycloneslider-template-standard .cycloneslider-caption
{
	padding:0px; width:610px; background:#414745; opacity:1; top:64px;	max-height:184px; left:23px;
}

.cycloneslider-template-standard .cycloneslider-prev, .cycloneslider-template-standard .cycloneslider-next{opacity:1.00!important;

	/*background: #fefefe none repeat scroll 0 0;*/
    border-radius:0!important;
    box-shadow:none!important;
    display: block;
    height:51px!important;
    margin-top: -12px;
    opacity: 0;
    position: absolute;
    top: 73%!important;
    transition: all 0.5s ease 0s;
    width:51px!important;
    z-index: 501;
 }
.slider_home  .cycloneslider-template-standard .cycloneslider-prev {
    left: 20px!important;
}
.slider_home  .cycloneslider-template-standard .cycloneslider-next{ right:90% !important;}

/********************************* search *******************************/

.search
{
	float:right;
	margin:0px;
	padding:0px;
	 position: absolute;
    right: 18px;
    top: 8px;
}



input {padding: 5px;outline: none;  border: 1px solid #bebebe;}

.search-field:focus {
	background-color: #fff;
	border: 2px solid #c3c0ab;
	cursor: text;
	outline: 0;
	width: 230px;
}
#searchform
{
	margin:0px;
	
}


.assistive-text {
    display: block;
    float: left;
    padding:12px 0 0;
	font-family:Arial, Helvetica, sans-serif;;
	font-size:16px;
	
}
#s{
width:219px; float:left; background:#fff; -webkit-border-radius: 10px;
-moz-border-radius: 10px;border-radius: 10px; position:relative; font:15px Arial, Helvetica, sans-serif; color:#999999;
border:none; padding:7px 6px

}


#searchform .field:focus{
	background-color: #fff;
	border: 2px solid #c3c0ab;
	cursor: text;
	outline: 0;
	width: 150px;
	display:block;
	background-image:none;
}


/********************************* search *******************************/


.call
{
	float:left;
	margin:0px;
	padding:30px 0 0 129px;

}

.call a
{
	background: url(images/call.png) no-repeat left;
	font-family:Arial, Helvetica, sans-serif;;
	font-size:16px;
	padding:14px 0 9px 43px;	
}


.top_bar{ width:100%; margin:0px; padding:20px; float:left; clear:both; display:block;}



.cycloneslider-template-standard .cycloneslider-prev{  background:url(images/left-arrow-slider.jpg) no-repeat!important;}


.cycloneslider-template-standard .cycloneslider-next{background:url(images/right-arrow-slider.jpg)no-repeat !important;}

.cycloneslider-template-standard .cycloneslider-next .arrow{border-bottom: 6px solid transparent;
    border-left:none!important;
    border-top:none!important;
    margin-left:0!important;}

.cycloneslider-template-standard .cycloneslider-prev .arrow {
    border-bottom:none!important;
    border-right:none!important;
    border-top:none!important;
    margin-left:0!important;
}
.cycloneslider-caption-title span
{
	font-size:40px;
	margin:0px;
	padding:0px;
	font-weight:bold;
}


.learnmore
{
	  background: #c70026 none repeat scroll 0 0;
    border-radius: 29px;
    bottom: 10%;
    margin: 0;
    padding: 18px 27px;
    position: absolute;
    right: 8%;
    z-index: 999;
}
.learnmore a
{
	color:#fff;
	padding:0 34px 0 20px;
	margin:0px;
	color:#fff;
	background:url("images/subscribe-arrow.png") no-repeat scroll right center;
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;;
}
 
.banner
{

	margin:0px;
	
	padding:0px;
	
	position:relative;

}


#footer-first ul li, #footer-second .footer-widget-container{ margin:13px 0px 0px;}

#footer-first ul li a { width:100%; display:inline-block;}

 #footer-first ul li{  width:160px; display:block; float:left;  }

 .footer-bottom{ margin-top:7px; }

 .tpf .social-icons  a{ height:25px; width:32px; /*display:inline-block;*/ margin:0px;}

  .tpf .social-icons  a:hover{ height:25px; width:32px; margin:0px; }

#footer-widget widget_nav_menu{ height:250px; }

#footer-second .textwidget p{ width:100%; margin-bottom:15px; display:inline-block;}


#footer-fourth {float: left;
    margin: 0 0 0 27px;
    width: 4%;}

.phn{ float:left; /*background:url(images/siteimage/phicn.png) 0px 5px no-repeat;*/  /*margin:3px 89px 0px 0px !important;*//* padding:15px 0px 15px 39px; */margin: 3px 61px 0 0 !important;
    padding: 15px 0 15px 5px;}

.rightincontent ul li, .rightcontent ul li{

clear:both;

float:none;

width:100%;

display:inline-block;

margin-bottom:12px;

}

.gps{

position: absolute;

left: 490px;

background: #ce003b;

z-index: 48;

top: 0px;

padding-top: 35px;

width: 626px;

min-height:222px;

max-height:222px;

}

.getpops{ position:absolute;}

.rightincontent ul li:hover.sub-menu{ display:block; }

.fontch{font:19px Arial,Verdana,Geneva,sans-serif;

padding: 10px 3px;

font-weight: bold;

color: #5C9131;

margin-left: 0px;

vertical-align:middle;

}

/* submenu */

.page-template-template-loan-php .rightincontent ul li:first-child .sub-menu{ margin-top: 56px; }

.sub-menu{ position:relative; display:none; margin-top: 86px; padding:0px 0px; background:#f6f6f6;}

#main-nav .sub-menu{ position:absolute; left:-231px; width:490px;  margin:0px 0px 0px;  z-index:1; background:#ce003b;}


 #main-nav .sub-menu{ position:absolute; left:0px;width:274px;  margin:0px 0px 0px;  z-index:999; top:49px;}

#main-nav .sub-menu{ background:#b8003f; }

#main-nav #desd{ argin-top:54px; float:left; display:inline-block; width:327px; color:#fff; font:13px Arial, Helvetica, sans-serif; margin-top:20px; border-left:1px dashed #fff; padding-left: 20px; padding-bottom: 40px; margin-bottom: 41px; margin-right: 35px; line-height: 16px;  }

#main-nav .sub-menu li{ background:none!important; margin:0px; padding:0px; width:100%; display:block; float:left;}

#main-nav .sub-menu li a{  
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: medium none;
  	color: #fff !important;
    display: block;
    float: left;
    font-size: 16px !important;
    margin: 0 !important;
    padding: 9px 10px !important;
    width: 100% !important;
	}
#main-nav .sub-menu li a:hover{ background:#a80032!important;}

/**
#main-nav ul#menu-new_topmenu li.menu-item-has-children::after{ background:url(images/menu_arow.png) no-repeat; width:16px; height:10px; content:' '; 
	position:absolute;  right: 6px;   top: 20px;
}
#main-nav ul#menu-new_topmenu li.menu-item-has-children:hover::after{background:url(images/menu_arow_active.png) no-repeat; }**/


a.sht, #main-nav li.wtb, #main-nav li.wtb a.sht, #main-nav .sub-menu li.hdtp a{ font:20px Arial, Helvetica, sans-serif !important; background:none !important; text-align:left; padding:0px !important; color:#fff !important; width: 100% !important; border:none !important; }

#main-nav li.nextContent-1, #main-nav li.nextContent-2, #main-nav li.nextContent-3, #main-nav li.nextContent-4, #main-nav li.nextContent-5, #main-nav li.nextContent-6{

background:#CE003B !important;}

#main-nav  .sub-menu .sub-menu{

position: absolute;

left: 490px;

width: 630px;

margin: 0px;

display: block !important;

z-index: 1;

background:#CE003B !important;

padding: 35px 0px 0px !important;

top: 0px;

}

#main-nav  .sub-menu .sub-menu li.hdtp{

margin:0px !important;

padding:0px 0px 0px 25px !important;

width: 100%;

}

#main-nav .sub-menu li.hwidth{ width:630px !important; height:205px !important;}

	#main-nav .sub-menu li.hdtp{

	

margin-top: -45px !important;

margin-left: 17px !important;

	

								}






.sub-menu li a{ background:none !important; padding:0px 0px !important; font:14px Arial, Helvetica, sans-serif !important; color:#404041 !important; float:none !important; }



.sub-menu li{ width:100%;  background:#f6f6f6  !important; margin:0px !important; }



.sub-menu li a{ width:213px !important; height: auto !important; float:none !important; padding:5px 0px 5px 40px !important; ; }



.sub-menu li:hover{ background:#f0efef !important; }



.sub-menu li a{ background:url(images/siteimage/arwm.png) no-repeat 16px 9px !important; }

ul#menu-innerpagem li:hover ul.sub-menu{ display:block;}

/* ul#menu-innerpagem li.current-menu-item  ul.sub-menu,  */



.fbx .advanced_recent_posts_widget .more-link, .readmore{ 
	background:url(images/siteimage/rdm.png) no-repeat 0px 0px; 
	width:79px; 
	margin-top:14px; 
	font: italic 12px Arial, Helvetica, sans-serif; 
	color:#fff; 
	padding:5px 8px; 
	display:inline-block;
	clear:both;
}

.fbx .advanced_recent_posts_widget .more-link:hover, .readmore:hover{ color:#fff;}



.fbx .advanced_recent_posts_widget .style a.readmore{ margin-top:0px !important; }

.fbx .advanced_recent_posts_widget ul li .style a.readmore{display:none;}

.fbx .advanced_recent_posts_widget ul li .style p{display:none;}

.fbx .advanced_recent_posts_widget ul li .style a.post-title{
	display:block; 
	color: #870027;
    font: 13px Arial,Helvetica,sans-serif;
    width: 100%;
}


.fbx .advanced_recent_posts_widget ul li:last-child a.readmore{display:block;}

.rightincontent ul li:first-child a{ 

color:#fff;

font:21px/40px Arial, Helvetica, sans-serif;

float:right;

padding:5px 0px 5px 50px;

display:block;

width:228px;

text-align:left;

 }

 

 .rightincontent ul{

 	margin-top: 0;

 }

.rightincontent ul li a, .rightcontent ul li a{

color:#fff;

font:21px Arial, Helvetica, sans-serif;

padding:5px 0 5px 55px;

display:block;

width:207px;

text-align:left;



}

.fbx .style p{ float:none; width:100%; color:#870027;  font:13px Arial, Helvetica, sans-serif;}

.fbx ul li { border-bottom:1px dotted #c4c4c4; }

.fbx ul li{
	clear: both;
    overflow: hidden;
}

.fbx ul li:last-child{ border:none;}

.rightincontent ul li a span, .rightcontent ul li a span{

clear:both; display:block; font:10px Arial, Helvetica, sans-serif; line-height: 0;}

.rightcontent ul li:nth-child(1)

{

background:url(images/siteimage/tp1stm.png) 0px 2px no-repeat;

}

.rightincontent ul li:nth-child(1){ background:url(images/siteimage/ineryl.png) 0px 0px no-repeat;  }



.rightincontent ul li:nth-child(1) .sub-menu{

	margin-top: 55px;

}



.rightincontent ul li:nth-child(2), .rightcontent ul li:nth-child(2)

{

background:url(images/siteimage/tp2m.png) 0px 0px no-repeat;



}

.rightincontent ul li:nth-child(4), .rightcontent ul li:nth-child(4)

{

background:url(images/siteimage/tp2m.png) 0px 0px no-repeat;



}

.rightincontent ul li:nth-child(5), .rightcontent ul li:nth-child(5), .rightcontent ul li:nth-child(2)

{

background:url(images/siteimage/tp2m.png) 0px 0px no-repeat;



}

.rightincontent ul li:nth-child(6), .rightcontent ul li:nth-child(2)

{

background:url(images/siteimage/tp2m.png) 0px 0px no-repeat;



}

.rightincontent ul li:nth-child(7), .rightcontent ul li:nth-child(2)

{

background:url(images/siteimage/tp2m.png) 0px 0px no-repeat;



}

.myfnt{

font:26px pgfnt;

color:#000000;

 }

 ul.arw li{

 background:url(images/siteimage/arwm.png) no-repeat 0px 7px;

 padding:5px 0px 5px 15px;

 }

 

 .entry ul li{

 background:url(images/siteimage/arwm.png) no-repeat 0px 7px;

 padding:5px 0px 5px 15px;

 }
.branche_list li{ margin:0px; padding:0px; float:left; width:25%;}
.branche_list li img{ margin:10px 0 0;}
 

 .entry ol {

 	padding: 10px 0;

 }

 

 .entry ol li{

	 list-style: decimal;

      padding: 5px 0 5px 3px;

 }

 

 .entry ul {

 	padding: 10px 0;

 }

 

  .entry a{

  	color: #870027;

  }
  .entry a:hover{ cursor:pointer;}
   .entry .branche ul li a{ cursor:pointer; }
  .entry .branche ul li:hover a{ cursor:pointer}

  

  .edit-link a{

  	color: red;

  }

  

.page-template-template-loan-php .main-content{ border-bottom:1px solid #e3e3e3; }



.rightincontent ul li:nth-child(3), .rightcontent ul li:nth-child(3)

{

background:url(images/siteimage/tp3m.png) 0px 0px no-repeat;

}

.rightincontent ul li a, .rightcontent ul li a{ 

/*background-position: 8px 25px, 216px 25px;*/

background-position:8px 10px, 220px 15px;

background-repeat:no-repeat, no-repeat;

cursor: pointer;

height:48px;

line-height:33px;

}

.rightincontent ul li:nth-child(1) a, .rightcontent ul li:nth-child(1) a{

background-image:url(images/siteimage/handicn.png), url(images/siteimage/arw.png);

background-position: 8px 12px, 225px 17px;

background-repeat:no-repeat, no-repeat;

}

/* ul#menu-innerpagem li.current-menu-item a,  */



.rightincontent ul li:nth-child(1) a:hover,{

background-image:url(images/siteimage/handicn.png), url(images/siteimage/arwd.png);

}



.rightcontent ul li:nth-child(1) a, .rightcontent ul li:nth-child(1) a:hover{

background-image:url(images/siteimage/handicon.png), url(images/siteimage/arwd.png);

}





.rightincontent ul li:nth-child(2) a:hover{

background-image:url(images/siteimage/calicn.png), url(images/siteimage/arwd.png);

}



.rightcontent ul li:nth-child(2) a, .rightincontent ul li:nth-child(2) a

{

background-image:url(images/siteimage/calicn.png), url(images/siteimage/arw.png);

}

.rightincontent ul li:nth-child(4) a, .rightcontent ul li:nth-child(4) a

{

background-image:url(images/siteimage/LoanEnquiry.png), url(images/siteimage/arw.png);

}



.rightincontent ul li:nth-child(5) a, .rightcontent ul li:nth-child(5) a

{

background-image:url(images/siteimage/contact.png), url(images/siteimage/arw.png);

}

.rightincontent ul li:nth-child(6) a, .rightcontent ul li:nth-child(6) a

{



background-image:url(images/siteimage/AskaQ.png), url(images/siteimage/arw.png);

}





.rightincontent ul li:nth-child(7) a, .rightcontent ul li:nth-child(7) a

{

background-image:url(images/siteimage/speak_icon.png), url(images/siteimage/arw.png);

}



.rightincontent ul li:nth-child(3) a:hover,

{

background-image:url(images/siteimage/handicn1.png), url(images/siteimage/arwd.png);

}

.page-template-template-loan-php .topbm .widget{ margin-top:0px;}

.page-template-template-loan-php .topbm{ margin-top:0px !important; border:none;  }





.rightincontent ul li:nth-child(3) a,  .rightcontent ul li:nth-child(3) a{

	background-image:url(images/siteimage/handicn1.png), url(images/siteimage/arw.png);

}





.page-template-template-normal-sidebar-php .entry{

	margin-top: 15px;

}



.entry p{

	font: 13px/20px arial;

	padding: 0 0 12px;

}



p.leftPara{

	float: left;

    font-weight: bold;

    line-height: 25px;

    width: 45%;

}



p.rightPara{

	float: left;

    font-weight: bold;

    line-height: 25px;

    width: 45%;

}



.pageBottomMenu{

	margin: 20px auto 0;

	padding:0;
	float:left;

}



.page-template-template-caluclator-php .pageBottomMenu{

	width: 855px;

}



.pageBottomMenu .widget{

	margin:0;

}



.pageBottomMenu ul{

	margin: 0;

	padding:0;

}



.pageBottomMenu li{

	margin: 0 30px 25px 0px;

	padding:0 !important;

	float:left;

	background: none !important;

	

}



.pageBottomMenu li a{

	width:177px;

	height:39px;

	text-indent: -99999px;

	display:block;

}



.pageBottomMenu ul li:nth-child(1) a{

	background: url(images/siteimage/car-inner-button.jpg) no-repeat;

}



.pageBottomMenu ul li:nth-child(2) a{

	background: url(images/siteimage/personal-inner-button.jpg) no-repeat;

}

.pageBottomMenu ul li:nth-child(3) a{

	background: url(images/siteimage/home-inner-button.jpg) no-repeat;

}

.pageBottomMenu ul li:nth-child(4) a{

	background: url(images/siteimage/HowtoApply.jpg) no-repeat;

}

.pageBottomMenu ul li:nth-child(5) a{

	background: url(images/siteimage/HolidayLoans.jpg) no-repeat;

}

.pageBottomMenu ul li:nth-child(6) a{

	background: url(images/siteimage/WeddingLoan.jpg) no-repeat;

}

.pageBottomMenu ul li:nth-child(7) a{

	background: url(images/siteimage/student-inner-button.jpg) no-repeat;

}

.pageBottomMenu ul li:nth-child(8) a{

	background: url(images/siteimage/WaystoRepay.jpg) no-repeat;

}



.rightcontent, .leftcontent{ margin-top:15px;}

.leftcontent{

 width:825px;

 float:left;

 background:url(images/siteimage/bnsdw.png) 819px -5px no-repeat; 

  padding-right:15px; margin-right:10px;}

#main-nav{ width:100%; margin:0px; padding:0px; display:block; background: url(images/menu_bg.png) repeat-x; float:left;}

.inner_page_desc{ width:100%; padding:0 70px; margin:0px; float:left; display:block; clear:both; background:#fff;}


.section
{
	margin:0 0 0px;
	padding:0px;
	background: #f3f3f3; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#f3f3f3, #fff); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#f3f3f3, #fff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#f3f3f3, #fff); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#f3f3f3, #fff); /* Standard syntax */
	 padding: 0 0 11px;
    width: 100%;
	    display: block;
    float: left;
	
}
.cycloneslider-template-standard
{
	margin-bottom:0px!important;
}


.section-pages
{
	 display: inline-block !important;
    float: left !important;
    margin:0 20px;
    padding: 30px 0;
    text-align: center;
   width: 21%;
    
}


.sc_title
{
	margin:0px;
	padding:0px;
	text-align:center;
	font-size:34px;
	font-family:Arial, Helvetica, sans-serif;;
}
.section-pages p
{
	margin:0 0 25px;
	padding:0px;
	text-align:center;
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
}
.section-pages a.read_more
{
	background: #c7b380 url("images/more-arrow.png") no-repeat scroll 81% center;
    border-radius: 30px;
    margin: 0;
    padding: 12px 44px 12px 20px;
	color:#fff;
	font-family:18px;
	font-family:Arial, Helvetica, sans-serif;;
}

.section-pages .content
{

	margin:0 0px;
	
	padding:0px;
	
	width:100%;
	
}

.section-pages img
{

margin:0 auto;
display:block;
text-align:center;
height:56px;
-webkit-transition:all 200ms ease;-moz-transition:all 200ms ease;-o-transition:all 200ms ease;
   transition:all 200ms ease;
}
.section-pages{ cursor:pointer;}
.section-pages:hover img{
margin-top:-15px;margin-bottom:15px;-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;-o-transition:all 300ms ease;transition:all 300ms ease; }

.htj
{
	display: block;
    float: left;
    margin:0 1px 0 0;
    padding: 0;
   	position:relative;
	 width: 56.8%;
}
.htj a{ display: block;    float: left;    margin: 0;    padding: 0;    width: 100%;}
.htj img{ margin:0px; padding:0px; max-width:100%;}

.inner_page{ margin:0px; padding:0px; display:block; clear:both; float:left; width:100%;}
.list_box{ margin:0px;  padding:0px;  float:left; display: block;}
#list_box_left{ width:56%;}
#list_box_right{ width:44%; border-left:1px solid #fff;}

.how_join{ margin:0px; padding:0px; width:60%; float:left; display:block; position:relative;}
.how_join a img{ margin:0px; padding:0px; float:left; max-width:100%; width:auto; }
.how_join  #how_join_image img{ height:484px;}
.how_join a{ display: block;  float: left;  margin: 0;  padding: 0;  width: 100%;}
.con_desc{   bottom: 24px;    margin: 0;    padding: 0 0 0 30px;    position: absolute;    width: 80%;    z-index: 9999;}
.con_desc span.tit{ margin:0px; padding:0px;   color: #fff; display:block; clear:both;  float: left;
    font-family: Arial, Helvetica, sans-serif;;    font-size: 30px;   font-weight: bold;   }
.con_desc p{ color: #fff; font-family: Arial, Helvetica, sans-serif;;  font-size: 16px;   margin: 0;   padding: 0;  clear: both;}

.right_list{ position:relative; float:left; width:100%; clear:both; margin:0px; padding:0px;}
#right_list_bor{ border-top:1px solid #fff;}
.right_list a{ margin:0px; padding:0px; float:left; margin:0px; width:100%; max-height:240px;}
.right_list a img{ margin:0px; padding:0px; max-width:100%; width:auto; }

.right
{
	display:block;
    float: right;
    margin: 0;
    padding: 0;
	width:40%;
	border-left: 1px solid #fff;
	}
.top-right
{
	width:100%;
	 max-height: 241px;
	margin:0px;
	padding:0px;
	position:relative;
}
.top-right a{  width:100%; margin:0px; padding:0px;}
.top-right a img{ margin:0px; padding:0px; }
.bottom-right a{ margin:0px; padding:0px; width:100%;}
.bottom-right a img{ max-width:100%; margin:0px; padding:0px;}
.bottom-right
{
max-height:239px;
		width:100%;
	margin:1px 0 0;
	padding:0px;
	position:relative;
}



.whitebg{ 

 background: #FF0000 none repeat scroll 0 0;
    display: inline-block;
    float: left;
    width:56%;
	 height: 482px;
    overflow: hidden;g
}
.htj .tit
{
	font-size:30px;
	margin:0px;
	padding:0px;
	color:#fff;
	font-weight:bold;
	float:left;
	width: 100%;
	font-family:Arial, Helvetica, sans-serif;;
}
.top-right .tit
{
font-size:30px;
	margin:0px;
	padding:0px;
	color:#fff;
	font-weight:bold;
	float:left;
	width: 100%;
	font-family:Arial, Helvetica, sans-serif;;
}

.bottom-right .tit
{
font-size:30px;
	margin:0px;
	padding:0px;
	color:#fff;
	font-weight:bold;
	float:left;
	width: 100%;
	font-family:Arial, Helvetica, sans-serif;;
}
.con {
      bottom: 24px;
    margin: 0;
    padding:0 0 0 30px;
    position: absolute;
    z-index: 9999;
	width:80%;
}
.con p
{
	margin:0px;
	padding:0px;
	font-size:16px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;;
}
.arrow
{

}


.arrow img
{
	margin:0px;
	padding:0px;
	height:100%;
}

.common
{
	float:right;
	width:44%;
	margin:0px;
	padding:0px;
}
.lnws
{
	width:100%; float:left;
	margin:0px;
	padding:17px 25px;
	background:#e2e1dd; line-height:39px;
      height: 238px;
}
.online a{ }


.lnws h1
{
	font-size:30px;
	margin:0px;
	padding:0px;
	color:#8d2a48;
	font-family:Arial, Helvetica, sans-serif;;
}	
.lnws h1 a{ color:#8d2a48;}
.lnws h1 a:hover{ color:#8d2a48;}

.lnws h2
{
	 font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 25px;
    margin: 0;
    padding: 3px 0 0 4px;

}
.online_app
{
	float:left;
	margin:1px 0 0 0;
	padding:0px;
	position:relative;
	display:block;
	 max-height: 241px;
	 clear:both; position:relative;
	 width:52%;
}
.online_app a{ margin:0px; padding:0px; float:left; }
.online_app a#image_list img{ height:245px;}
#right_list_bor #list_boximage img{ height: 243px;}
.con-online .readmr { margin:0px; padding:0px; float:right; width:auto;}

.online_app a img{ max-width:100%; margin:0px; padding:0px;}
.con-online
{
	bottom:43px;
    margin: 0;
    padding:0px 0 0 15px;
    position: absolute;
}
.readmr
{
	margin:0px;
	padding:0px;
}

.forms
{
	float:right;
	margin:1px 0 0 0;
	padding:0 0 6px;
	height: 245px;
    width: 271px;
	border-left:1px solid #fff;	
	display:block;
	background:#616265;
}
.online img
{
	height: auto;

}
.readmr img
{
	height:100%;

}
.forms h3
{
	font-size:22px;
	margin:0px;
	padding:20px 20px 9px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;;
}
.forms h3 a{ color:#fff;}
.forms h3 a:hover{ color:#ccc;}
.forms ul
{
	padding:0 20px;
}
.forms li
{
	background: url(images/formslist.png) no-repeat left;
	margin:0px;
	padding:0px 0 0;
	line-height: 30px;
}
.forms li a
{
	color:#fff;
	padding:0 0 0 18px;
	margin:0px;
}

.con-online span
{
	 color: #fff;
    float: left;
    font-size: 30px;
    margin: 0;
    padding: 0 15px 0 0;
	font-family:Arial, Helvetica, sans-serif;;
}

.clr{clear:both;}


.homebg{

background:#870027; display:block; width:100%; display: inline-block;}



#main-nav ul li { float:left;}


 #main-nav ul li { float:left; padding: 0px; position:relative;} 

#main-nav ul li:hover{  background: url(images/siteimage/menu-hover.jpg) repeat-x;}

#main-nav ul li.current-menu-item{background: url(images/siteimage/menu-hover.jpg) repeat-x;}

 #main-nav ul li.current-menu-item{background:none;}

 #main-nav ul li:hover{ background:none;}
#main-nav ul li a{ font-size:18px; font-family:"arial"; color:#fff; float:left; padding:13px 23px; border:none; }


/*	#main-nav ul li a {

    padding: 20px 6px 20px 45px;

    font-size: 16px;

}*/



  #main-nav ul li:hover{  background:none;}


#main-nav ul li a span{ display: block; }

.full_contact{ margin:18px 0; padding:0px; width:100%; clear:both;}

.right_cont span,

.left_cont span{ color:#FF0000;}



.left_cont.wpcf7-list-item-label,

.right_cont .wpcf7-list-item-label{ color:#000;}

.left_cont{ margin:0px; padding:0px; width:50%; float:left;}

.right_cont{ margin:0px; padding:0px; width:50%; float:right;}

.wpcf7-response-output{ clear:both!important;}

.wpcf7-submit{ margin:0px; padding:5px 15px; font:15px Arial, Helvetica, sans-serif; color:#fff; background:#b20033; border:1px solid #9f002e;}


#cycloneslider-slider-1
{
	max-width:100%!important;
}
/*.cycloneslider-slides {
    height: 700px !important;
}*/
.slider_home{ margin:0px; padding:0px; float:left; width:100%; clear:both;}


.fbx{ width:233px; margin-right:23px; margin-top:18px; float:left; }

.page-template-template-service .fbx{ float:right;}

.mcnt{ margin-left:38px;  }

.fbx h4, .fbx h3{ font:25px Arial, Helvetica, sans-serif; color:#000; margin-left:5px; margin-bottom:9px; }

.fbx h4{ margin-left:0px;}

.fbx img{ margin-bottom:15px;}

.fbx p{ font:12pa Arial, Helvetica, sans-serif; text-align: justify; }

/* Slider */	

.flexslider .slides > li , .full-width .content .flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; position:relative; height:420px;}

.flexslider .slides img {width: 100%; display: block;}

.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 

html[xmlns] .slides {display: block;} 

* html .slides {height: 1%;}

.no-js .slides > li:first-child {display: block;}

.flexslider{ width:825px; height:408px; position: relative; }

.homebg{ background:#870027;}



.topbm{ 

	background:#fff; 

	float:right; 

	z-index:45px; 

	position:relative; 

	margin-top: -84px !important; 

	border-bottom:1px solid #e1e1e1; 

	max-width: 825px;

	width: 100%;

}



.topbm { float:right; background:#fff; padding:15px 0px 0;}

.page .topbm { float:left}

/*.topbm ul li{ float:left;  background:url(images/siteimage/botbg.png) 0px 0px no-repeat; padding-right:45px;}*/



.topbm ul { 

	margin: 0 auto;

	text-align: center;

}



.topbm ul li a {  /*width:202px;*/ width:177px;

 display:inline-block; color:#fff; font:18px Arial, Helvetica, sans-serif; text-align:center;   /*padding:15px 0px 15px 22px;*/ padding:17px 0 6px;}



 

 #main-nav ul li.current-menu-item a, #main-nav ul li.current-menu-item a span,  #main-nav ul li a:hover, #main-nav ul li a:hover span{ color:#fff;}
 
 
  #main-nav ul li.current-menu-item a, #main-nav ul li.current-menu-item a span,  #main-nav ul li a:hover, #main-nav ul li a:hover span{ color:#c7b37f;}

#main-nav ul li:nth-child(5).menu-item-has-children:hover, #main-nav ul li:nth-child(1).menu-item-has-children:hover{ background:#CE003B;}

#main-nav ul li:nth-child(5).menu-item-has-children:hover a, #main-nav ul li.menu-item-has-children:hover a span{ color:#fff;}



#main-nav ul li.menu-item-has-children:hover, #main-nav ul li.menu-item-has-children:hover{ background:#a80032;}



#main-nav ul li.menu-item-has-children:hover a, #main-nav ul li.menu-item-has-children:hover a span{ color:#c7b37f;}



#intrateDDL{ margin-left:0px; padding:2px;  border:2px solid #E5E7E5;   }

.loantx , #intrateDDL{ margin-top:4px;  }

.topbm ul li { margin:0 10px 10px 0; padding:0px; background:none; /*float:left; */display: inline-block;}

.topbm ul li a{ text-indent:-9999px!important;}

.topbm ul li:nth-child(1) a{ background:url(images/siteimage/ForeignExchange.jpg) no-repeat;}

.topbm ul li a span { /*background: url(images/siteimage/arw.png) 0px 0px no-repeat;*/ display:block; height:20px; width:24px; float:right;  }

.topbm ul li:nth-child(2) a{ background:url(images/siteimage/OnlineAccess.jpg) no-repeat;} 

.topbm ul li:nth-child(3) a{ background:url(images/siteimage/Loans.jpg)  no-repeat;} 

.topbm ul li:nth-child(4) a{ background:url(images/siteimage/Savings.jpg) no-repeat;} 

.topbm ul li:nth-child(5) a{ background:url(images/siteimage/HowtoApply.jpg) no-repeat;} 

.topbm ul li:nth-child(6) a{ background:url(images/siteimage/Insurance.jpg) no-repeat;} 

.topbm ul li:nth-child(7) a{ background:url(images/siteimage/BillPay.jpg) no-repeat;} 

.topbm ul li:nth-child(8) a{ background:url(images/siteimage/WaystoRepay.jpg) no-repeat;} 









.page-template-template-service  .topbm ul li:nth-child(1) a{ background:url(images/siteimage/Loans.jpg)  no-repeat;} 



.page-template-template-service  .topbm ul li:nth-child(2) a{ background:url(images/siteimage/Savings.jpg) no-repeat;} 

.page-template-template-service  .topbm ul li:nth-child(3) a{ background:url(images/siteimage/foreign-exchange.png) no-repeat;} 



.page-template-template-service  .topbm ul li:nth-child(4) a{ background:url(images/siteimage/Insurance.jpg) no-repeat;} 



.page-template-template-service  .topbm ul li:nth-child(5) a{ background:url(images/siteimage/OnlineAccess.jpg) no-repeat scroll 0 0 rgba(0, 0, 0, 0)}

.page-template-template-service  .topbm ul li:nth-child(6) a{ background:url(images/siteimage/ForeignExchange.jpg) no-repeat scroll 0 0 rgba(0, 0, 0, 0)}

.page-template-template-service  .topbm ul li:nth-child(7) a{ background:url(images/siteimage/HowtoJoin.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0)}

.page-template-template-service  .topbm ul li:nth-child(8) a{ background:url(images/siteimage/Loan_enquiry.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0)}







.topbm ul li a span { /*background: url(images/siteimage/arw.png) 0px 0px no-repeat;*/ display:block; height:20px; width:24px; float:right;  }

















.full-width .content .flexslider {margin: 0 0 20px;position:relative;zoom: 1;width: 997px;height:498px;background: #000 url('images/black-loader.gif') no-repeat 50% 48%;	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);}

.loading .flex-viewport {max-height: 300px;}

.flexslider .slides {zoom: 1;}



.flex-direction-nav{ position:absolute; top:16px; right:15px; width:70px;  }

ul.flex-direction-nav li{ float:left; margin-right:3px;}

ul.flex-direction-nav li a.flex-prev{ text-indent:-9999px; height:31px; width:31px; background:url(images/siteimage/lefts.png) 0px 0px; 

display:inline-block; }



ul.flex-direction-nav li a.flex-next{  text-indent:-9999px; height:31px; width:31px;  background:url(images/siteimage/rights.png) 0px 0px; display:inline-block;  }



.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}

.flex-control-thumbs li {float: left; margin: 0;}

.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}

.flex-control-thumbs img:hover {opacity: 1;}

.flex-control-thumbs .active {opacity: 1; cursor: default;}



.flex-control-nav {width: 100%; position: absolute; bottom: -1px; text-align: center; height:13px; display:none;} 

.flex-control-nav li {margin: 0 ; display: inline-block; zoom: 1; *display: inline;}

.flex-control-paging li a {display: block; cursor: pointer; text-indent: -9999px; width:100%; background:#666; height:13px;  -webkit-transition: all .5s ease; -moz-transition: all .5s ease; transition: all .5s ease;}

.flex-control-paging li a:hover { background: #000; }

.flex-control-paging li a.flex-active { background: #F88C00; cursor: default; }

.slider-caption{position: absolute;width: 75%;padding: 10px;background: #000;right: 0;bottom: 13px;color:#FFF;opacity:0.8; display:none;}

.slider-caption h2 a, .full-width .content .slider-caption h2 {	color:#FFF;	font-size: 35px;font-family: Arial, Helvetica, sans-serif,arial,Georgia, serif;}

/* calculator */



.ovalw{ margin:0px auto; display:block; position:relative; width:883px; }



 .ovw{ margin: 25px 0px 20px; display:inline-block; position:relative; width:578px; } 

 .wd{  position:relative; width:162px; margin:0px auto; display:block;  }

 #posX{ margin-top:25px; float:right;}

  .ovaw{ margin:0px auto; display:block; position:relative; width:853px; } 

.clb{ width:100%;position:absolute;}

.mn, .ps{ width:44px; display:inline-block; margin-top:8px;}

    #sliderAmount{ width:100%;  }

	#sliderAmount { width: 31px; height: 30px; margin-top:-11px; padding: 0em;  background:url(images/calimg/slider.png) no-repeat -2px -1px; }

	.clikdrg{ background:#000; width:12px; height:15px;}

	#sorrung{ width:530px;  background:url(images/calimg/progress_blue.gif) 0px 9px repeat-x; }

	.bg{ width:0px; background:url(images/calimg/progress_green.gif) 0px 9px repeat-x; float:left; height:20px; }

	.sliderAmount{ float:left; cursor:pointer; }

	.seld{ /*background-color:#E5E7E5;*/ width:100%; display:inline-block; padding:10px 5px; border-bottom:1px solid #ccc;  }

		.seld span { color:#cd003b; font-family:Arial, Helvetica, sans-serif;; font-size:21px; padding:0; margin:0px; text-transform:uppercase;}/**18-5-16***/

		.page-id-40  .entry a img {padding:0 18px 0 0;}



/* For Month */



.movalw{ margin:0px auto; display:block; position:relative; width:883px; }

.movw{ margin: 25px 0px 20px; display:inline-block; position:relative; width:578px; } 

.mclb{ width:100%;position:absolute;}

#msorrung{ /*width:505px;*/ width:530px;  background:url(images/calimg/progress_blue.gif) 0px 9px repeat-x; }

.mbg{ width:0px; background:url(images/calimg/progress_green.gif) 0px 9px repeat-x; float:left; height:21px; padding-right:3px; }

#msliderAmount{ width:100%; }

#msliderAmount { width: 31px; height: 30px; margin-top:-11px; padding: 0em;  background:url(images/calimg/slider.png) no-repeat -2px -1px; }



/*End */

/*small*/

.content .flexslider { width:825px; height:407px;}

.content .flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; position:relative; }

.content .flexslider .slides img {width: 100%; display: block;}

.content .slider-caption h2 a{font-size: 22px;}

.content .ei-slider{ height:330px;}

.content .ei-slider-loading{line-height:375px;}

.content .ei-title h3{font-size: 12px;line-height: 14px;width:435px;}

.content .ei-title h2{font-size: 22px;}



/*sidebar slider*/

#sidebar .flexslider { width:310px; height:204px;}

#sidebar .flexslider .slides > li {height:204px;}

#sidebar .slider-caption {width: 100%;padding: 0;bottom: 0;}

#sidebar .slider-caption h2 {padding:3px 10px;}

#sidebar .slider-caption h2 a{font-size: 18px;}



.ei-slider{position: relative;width: 100%;max-width: 1005px;height: 498px;margin: 0 auto 35px;-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);}

.ei-slider-loading{	width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index:999;	background: #000 url('images/black-loader.gif') no-repeat 50% 48%;	color: #fff;text-align: center;	line-height: 520px;}

.ei-slider-large{height: 100%;width: 100%;position:relative;overflow: hidden;}

.ei-slider-large li{position: absolute;top: 0;left: 0;overflow: hidden;height: 100%;width: 100%;}

.ei-slider-large li img{width: 100%;}

.ei-title{position: absolute;right: 10%;margin-right: 0;margin-left:2%;bottom: 25%;color:#fff;opacity:0.8;}

.ei-title h2, .ei-title h3{text-align: right;}

.ei-title h2{color: #b5b5b5;font-size: 35px;font-family: Arial, Helvetica, sans-serif,arial,Georgia, serif;background:#000;float:right;padding:5px;margin-bottom:5px;}

.ei-title h3{clear:both;font-size: 14px;line-height: 20px;width:835px;background:#000;padding:5px;}

.ei-slider-thumbs{height: 13px;margin: 0 auto;position: relative;max-width:100%!important;}

.ei-title a{color:#FFF;}

.ei-slider-thumbs li{position: relative;float: left;height: 100%;}

.ei-slider-thumbs li.ei-slider-element{top: 0;left: 0;position: absolute;height: 100%;z-index: 10;text-indent: -9000px;background: #F88C00;}

.ei-slider-thumbs li a{	display: block;text-indent: -9000px;background: #666 ;width: 100%;height: 100%;cursor: pointer;

	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.3), 0 1px 0 1px rgba(255,255,255,0.5);	-moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.3), 0 1px 0 1px rgba(255,255,255,0.5);	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.3), 0 1px 0 1px rgba(255,255,255,0.5);

	-webkit-transition: background 0.2s ease;-moz-transition: background 0.2s ease; -o-transition: background 0.2s ease; -ms-transition: background 0.2s ease;   transition: background 0.2s ease;}

.ei-slider-thumbs li a:hover{background-color: #f0f0f0;}

.ei-slider-thumbs li img{ position: absolute;bottom: 50px;opacity: 0;z-index: 999;width: 100%;max-height:100px;

	-webkit-transition: all 0.4s ease;-moz-transition: all 0.4s ease;-o-transition: all 0.4s ease; -ms-transition: all 0.4s ease;   transition: all 0.4s ease;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

		-webkit-box-reflect: 

        below 0px -webkit-gradient(

            linear, 

            left top, 

            left bottom, 

            from(transparent), 

            color-stop(50%, transparent), 

            to(rgba(255,255,255,0.3))

            );

}

.content .ei-slider-thumbs li img{max-height:65px;}

.ei-slider-thumbs li:hover img{opacity: 1;	bottom: 13px;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";}





/* Reviews Styles */	

.review-box{margin:20px 0;}

h2.review-box-header{

	border-bottom:4px solid #333;

	font-size: 22px;

	font-family: Arial, Helvetica, sans-serif,arial,Georgia, serif;

	padding:10px 0 6px;

	margin-bottom:10px;

}

.review-item{

	padding:5px 0 8px;

	opacity:0.8;

	-webkit-transition: all ease-in-out 0.2s;

	-moz-transition: all ease-in-out 0.2s;

	-o-transition: all ease-in-out 0.2s;

	transition: all ease-in-out 0.2s;

}

.review-item:hover{opacity:1;}

.review-item h5{font-size:inherit;margin-bottom:5px;color:#555;}

.review-percentage .review-item span{background:#F2F2F2;display:block;height:15px;}

.review-percentage .review-item span span{

	background-color: #F88C00;

	background-image:url(images/stripes.png);

	display:block;

	height:15px;

}

.review-stars .review-item{ background:#F2F2F2; margin-bottom:2px; overflow:hidden; padding:5px;}

.review-stars .review-item h5{float:left; padding-top:5px;}

.review-stars .stars-large{float:right;}

.review-final-score .stars-large{float: none !important;margin: 0 auto 10px;}

.review-summary{background-color:#F2F2F2;overflow:hidden;margin-top:10px;}

.review-short-summary{padding:0 10px;display: table-cell;vertical-align: top;}

.review-final-score{

	background-color: #F88C00;

	width:100px;

	display: table-cell;

	vertical-align: top;

	text-align:center;

	color:#fff;

	padding:10px 5px;

}

.review-final-score h3{margin-bottom:-5px;font-size: 44px;color: #FFF;font-weight: bold;}

.review-final-score h3 span{font-size: 24px;}

.review-final-score h4{

	margin-bottom:0;

	font-size: 20px;

	font-family: Arial, Helvetica, sans-serif,arial,Georgia, serif;

}

.review-top{float:left;width:50%; margin-right:20px;}

span.stars-large{

	width:76px;

	display:block;

	background:url(images/stars-large.png) no-repeat left bottom;

	height:22px;

}

span.stars-large span{

	width:100%;

	display:block;

	background:url(images/stars-large.png) no-repeat left top;

	height:22px;

}

span.stars-small{

	width:52px;

	display:block;

	background:url(images/stars-small.png) no-repeat left bottom;

	height:15px;

}

span.stars-small span{

	width:100%;

	display:block;

	background:url(images/stars-small.png) no-repeat left top;

	height:15px;

}





/* calculator */



.ovalw{ margin:35px auto 0px; display:block; position:relative; width:895px; }

.car_ovalw{margin:0 auto 0px; display:block; position:relative width:895px;}


.fsty{

font-size: 13px;

color: #2A536D;

font-weight: bold;

margin-top: 20px;

margin-right: 15px;

}

 .ovw{ margin: 25px 0px 20px; display:inline-block; position:relative; width:578px; } 

 .wd{  position:relative; width:162px; margin:0px auto; display:block;  }

 #posX{ margin-top:25px; float:right;}

  .ovaw{ margin:0px auto; display:block; position:relative; width:853px; } 

.clb{ width:100%;position:absolute;}

.mmn, .mps, .mn, .ps{ width:44px; display:inline-block; margin-top:8px; cursor:pointer;}

  #sliderAmount{ width:100%;  }

  #sliderAmount, #msliderAmount{cursor:pointer;}

	#sliderAmount { width: 31px; height: 30px; margin-top:-11px; padding: 0em;  background:url(images/calimg/slider.png) no-repeat -2px -1px; }

	.clikdrg{ background:#000; width:12px; height:15px;}

	#sorrung{ width:530px;  background:url(images/calimg/progress_blue.gif) 0px 9px repeat-x; }

	.bg{ width:0px; background:url(images/calimg/progress_green.gif) 0px 9px repeat-x; float:left; height:21px; padding-right:3px; }

	.sliderAmount{ float:left; cursor:pointer; }

	.seld{ /*background-color:#E5E7E5; */width:100%; display:inline-block; padding:10px 5px;  }/**18-5-16**/





table.brdc tr td{ padding-top:15px;

color: #7D869E;

font-family: Verdana;

font-size: 12px;

  }

table.brdc tr:first-child td{ border-top:1px dashed #7D869E; 

 }

table.brdc tr:nth-child(2n+2) td{ border-bottom:1px dashed #7D869E; padding:5px 0px 15px; 

font-size: 16px;

font-weight: bold;

color: #2A536D;

}



.loanPercentage{

	padding: 22px 0 0;

	font-family: times new roman;

    font-size: 20px;

	font-weight: bold;

	color: #2A536D;

	clear: both;

}

#writv{ color:#fff;}

.wd, #xv{

font-size: 20px;

color:#2A536D;

/*margin-top:15px;*/}

.wd{

width: 80px;

margin: 17px 5px 0px;

border: 1px solid rgb(229, 231, 229);

}

#intrateDDL{ width:175px;}

.loantx{

width: 85px;

font-size: 13px;

color: #2A536D;

margin-left: 0px;

margin-top: 9px;

font-weight: bold;

float: left;

 }

 

  .loantx a{ color:#fff !important;}

 .loantx a:hover{ text-decoration:none;}

 

.descc{

	width: 400px;

	font-size: 12px;

	color: #2A536D;

	margin-top: 12px;

	float: left;

	font-weight: bold;

}





.descc.descc-new.linkBelow, .descc.descc-new .loantx.loantx-new.loantx1{

	width:100% !important;

	padding: 0px 0 !important;

}





.ovalw .loant{

	background: none !important;

}





.descc.descc-new .loantx.loantx-new.loantx1 a{

	display: inline-block;

    padding: 10px 0 10px 25px !important;

    text-align: left;

    width:100% !important;

	background: #333 !important;

}





.descc.descc-new .loantx.loantx-new.loantx1 a span{

	display: inline-block;

	margin: 2px 0 2px 4px;

	width: 34px;

	background:url(images/siteimage/clickArrow.png) left center no-repeat;

}



.descc.descc-new .loantx.loantx-new.loantx1 a:hover{

	background: #c50038 !important;

}

 

 .contd{



 background:url(images/calimg/dlr.png) top right no-repeat;

 padding-right:27px;

 }

 

 .dewc{

	 width:275px;

	 float: right;

     }



/*













End */







/*=================== PDF Files styles ============================ */





.mobileOption{

	display:none !important;

}



.pdfFiles{

	margin:0;

	padding:20px 0 0;

}



.pdfFiles span{

	color:#7a7a7a;

	 font: bold 13px arial;

	 display:block;

	 padding:  0 0 7px;

}





.pdfFiles li{

	margin:0;

	padding: 3px 0 3px 20px;

	list-style:none;

	background: url(images/siteimage/application-pdf.png) no-repeat left;

    font: bold 12px arial;

}



.pdfFiles li a{

	text-decoration:underline;

	color: #000;

}









/*=================== Map Set ============================ */



.responsive-map > div.responsive-map:first-child div:last-child{

	display:block;

}





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





.page-template-template-blog-php h1.page-title {

  /*  font: 22px paghead;*/

/*    padding: 9px 0;*/

	margin: 0 auto;

    width: 1117px;

}/***18-5-16***/



.page-template-template-blog-php .post-listing{

	margin: 0px auto 0;

	padding: 45px 0 0;

}



.item-list .post-thumbnail {

    float: left;

    margin-bottom: 0;

}

.post-thumbnail {

    margin: 0 15px 10px 0;

    padding: 2px;

    position: relative;

}



.post-thumbnail img {

    background: none repeat scroll 0 0 #fff;

    box-shadow: 0 0 2px #b5b5b5;

    padding:  1px 4px;

    transition: all 0.4s ease 0s;

	max-width: 100%;

}



.item-list .entry p{

	font: 13px/20px Arial, Helvetica, sans-serif;

	text-align: justify;

}





.item-list {

    border-bottom: 1px solid #f2f2f2;

    clear: both;

    overflow: hidden;

    padding: 20px 35px;

}





.item-list h2 a{	

	color: #91002a;

}



.item-list .entry p .more-link{

	color: #91002a;

}



.item-list .entry p .more-link:hover{

	opacity:0.75;

}







.item-list p.post-meta {

    margin: 10px 0;

}

.item-list p.post-meta {

    color: #aaa;

    font-size: 85%;

    margin: 7px 0;

	padding: 2px 0 0;

}



.item-list p.post-meta span {

    display: inline-block;

    margin-right: 10px;

}

.item-list p.post-meta a {

    color: #aaa;

}



.item-list p.post-meta a:hover {

	border-bottom: 1px dotted #000;

	 color:#000;

}





.pagination {

    margin: 0 auto;

    overflow: hidden;

    padding: 20px 0 0px;

}



.pagination .pages {

    display: block;

    float: right;

    font-size: 85%;

    padding: 7px 0 2px;

}



.pagination a:hover{

	color: #91002a;

}



.pagination span.current {

    color: #91002a;

    padding: 4px 10px 6px;

}



.pagination a, .pagination span.extend, .pagination span.current {

	float: left;

    margin-right: 3px;

    padding: 6px 10px 3px;

}







/*=================== Single Page ============================ */



.post-inner h1.entry-title{

   /* font: 22px paghead;*/

    padding: 9px 0;

	margin: 0 auto;

    width: 1117px;

}



.single .entry{

	margin: 0px auto 0;

	padding: 0px 0 0;

}



.single .entry p{

	font: 13px/20px Arial, Helvetica, sans-serif;

	text-align: justify;

}





/*==================  contactForm =========================== */



.contactForm .wpcf7-form{

	margin: 15px 0 0;

}



.contactForm .wpcf7-form input{

	margin: 0 0 12px;

    padding: 8px 10px;

    width: 326px;
	
	  border: 1px solid #ccc;

}



.contactForm .wpcf7-form .wpcf7-submit{

	background:	url(images/siteimage/botbg.png) no-repeat ;

	color: #fff;

    font-weight: bold;

    margin: 15px 0 0px;

    padding: 8px 40px;

	 width:auto;

}



.contactAddress{

	width: auto;

	margin: 20px 0 0 40px;

	padding: 0;

	line-height:20px;

	float:left;

	width: 36%;

}



.contactForm{

	float: left;

	margin: 20px 0 0;

}



.contactForm p{

	padding: 0 !important;

}



.responsive-map{

	float: right;

	margin: 25px 0 10px 30px;

}





.page-id-141 .topbm ul li{

	padding-right: 35px;

}





/*=================== Faq Page ============================ */



.answer{

    display:none;

	 padding: 15px 0;

}





.readPlus{

	 list-style:none;

	 font-size:24px;

	 cursor:pointer;

	 font: 20px arial;

	 padding: 11px 15px 11px 15px;

	 color:#fff;

	 background: #c8003a url(images/siteimage/arrowHor.png) no-repeat right center ;

	 border: 1px solid #dc1b51;

}



.readPlus.arrowHor{

	background: #c8003a url(images/siteimage/arrowHor.png) no-repeat right center;

}



.readPlus.arrowVer{

	background: #c8003a url(images/siteimage/arrowVer.png) no-repeat right center;

}



#accordion h3.ui-accordion-header{

	 font-size:24px;

	 cursor:pointer;

	 font: 20px arial;

	 padding: 11px 15px 11px 15px;

	 color:#fff;

	 background: #404042;

	 border: 1px solid #ffffff;

	 -webkit-border-radius: 0; 

	 -moz-border-radius: 0;

	 border-radius: 0;

	 margin: 0;

}



#accordion .ui-state-default span.ui-icon{

    background: url(images/siteimage/arrowHor.png) no-repeat right center ;

	display: block;

    width: 98%;

}





#accordion .ui-state-active span.ui-icon{

	background: url(images/siteimage/arrowVer.png) no-repeat right center ;

	display: block;

    width: 100%;

}





#accordion h3.ui-accordion-header a{

	color: #fff;

	font: 20px arial;

}





#accordion .ui-accordion-content {

	font: 13px/20px arial;

    padding: 15px;

    text-align: justify;

	 -webkit-border-radius: 0; 

	 -moz-border-radius: 0;

	 border-radius: 0;

}



/*=================== comment area ============================ */



#comments{

	margin: 25px auto 0;

}



#commentform p {

    margin: 10px 0;

}



p.comment-form-comment label{

	display:block;

}



#commentform label {

    color: #888;

}



#commentform .required {

    font-weight: bold;

}



.single .entry .imgLeft{ float:left; margin: 0 10px 0 0; }



#commentform input {

    display: block;

    height: 24px;

    width: 302px;

}

#commentform textarea, #commentform input {

    background: none repeat scroll 0 0 #f9f9f9;

    border-color: #ddd #f1f1f1 #f1f1f1 #ddd;

    border-radius: 3px;

    color: #515151;

    font: 12px Tahoma;

    margin-bottom: 7px;

    padding: 4px 7px;

}



#commentform textarea{

	margin:0;

}



.form-allowed-tags{

	display:none;

}



#commentform #submit{

	height: auto;

    padding: 8px 15px;

    width: auto

}





/* Page Templates */

/*sitemap */

#sitemap {overflow:hidden;padding:10px 0 0 15px;}

	.sitemap-col {float: left;margin: 0 2% 10px 0;	width: 23%;}

	#sitemap .last {margin-right: 0px; }

		.sitemap-col h2 {color: #111;font-size: 20px;font-family: Georgia, serif;border-bottom: 1px solid #e9e9e9;padding-bottom: 10px;margin-bottom: -3px;}

		.sitemap-col ul {padding-left: 0px;margin-left: 0;}

			.sitemap-col ul li a {padding: 4px 0px 4px ;display:inline-block;	}

	

/* Authors List */	

ul.authors-wrap li{background:transparent;padding:20px;margin:0 -20px 10px;	border-bottom:1px solid #f2f2f2;list-style:none;}

	ul.authors-wrap li h3{font-size: 22px;text-transform: capitalize;font-family: Arial, Helvetica, sans-serif,arial,Georgia, serif;margin:0 0 5px;}



/* Timeline */	

ul.timeline {border-left: 2px solid #DFDFE0;margin:0 0 30px 35px;overflow:hidden;}

	h2.timeline-head{background:#DFDFE0;border-radius: 35px;-moz-border-radius: 35px;-webkit-border-radius: 35px;margin-bottom:0;display:inline-block;	padding:3px 20px 0;font-family: Arial, Helvetica, sans-serif,arial,Georgia, serif;font-size: 24px;}

	ul.timeline li{background:transparent; list-style:none; padding:2px 10px;}

		ul.timeline li span{ width:100px; display:inline-block; color:#999;}





/* Drak Skin */

body.dark-skin{	background-color:#000; color: #bfbfbf;}

body.dark-skin a , body.dark-skin .page-title, body.dark-skin .search-widget input {color: #DDD; }

body.dark-skin a:hover , body.dark-skin .widget-top h4 a:hover,  body.dark-skin #tabbed-widget ul.tabs li a:hover , body.dark-skin .top-nav ul li a:hover,

body.dark-skin .top-nav ul ul li:hover > a,	body.dark-skin .top-nav ul ul :hover > a , 	body.dark-skin .form-submit #submit:hover, body.dark-skin #login-form .login-button:hover ,body.dark-skin .widget-feedburner .feedburner-subscribe:hover , body.dark-skin .password-protected input[type="submit"]:hover { color: #FFF !important;}

body.dark-skin header , body.dark-skin #main-content , body.dark-skin .breaking-news{background: #3c3c3c;-moz-box-shadow: 0 0 5px #141414;-webkit-box-shadow:  0 0 5px #141414;box-shadow: 0 0 5px #141414;}

body.dark-skin .top-nav {background: #333;	border-bottom-color:#444;}

body.dark-skin .top-nav ul li a , body.dark-skin .commentlist .reply a{color: #999;text-shadow: 0 1px 1px #333;}

body.dark-skin .top-nav ul li {border-right-color: #444;}

body.dark-skin .cat-box-content, body.dark-skin #sidebar .widget-container, body.dark-skin .post-listing , body.dark-skin #sidebar .widget-counter {	background: #373737;box-shadow:  0 1px 3px 0 #141414;-moz-box-shadow: 0 1px 3px 0 #141414;-webkit-box-shadow:  0 1px 3px 0 #141414;border-top-color: #303030;border-right-color: #303030;border-left-color: #303030;}

body.dark-skin .item-list, body.dark-skin #tabbed-widget .tabs-wrap li , body.dark-skin .comments-avatar .widget-container li,

body.dark-skin .posts-list .widget-container li, body.dark-skin .categort-posts .widget-container li , body.dark-skin .commentlist li.pingback ,body.dark-skin #crumbs , body.dark-skin .post-inner p.post-meta,body.dark-skin  #twitter-widget li,body.dark-skin .authors-posts .widget-container li {border-bottom-color:#303030;}

body.dark-skin .ei-slider-thumbs li a{	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.3), 0 1px 0 1px rgba(56,56,56,0.5);	-moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.3), 0 1px 0 1px rgba(56,56,56,0.5);	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.3), 0 1px 0 1px rgba(56,56,56,0.5);}

body.dark-skin .widget-counter li:nth-child(3n-1) {border-right-color: #303030;border-left-color: #303030;}

body.dark-skin .widget-counter li {border-bottom-color:#303030;border-left-color:#303030;}

body.dark-skin .widget-counter li:hover {background-color:#3c3c3c;}

body.dark-skin #twitter-widget .tweet_list .tweet_avatar img ,body.dark-skin .post-thumbnail img , body.dark-skin .comment-avatar , body.dark-skin .author-avatar img, body.dark-skin .review-stars .review-item ,body.dark-skin .review-summary,body.dark-skin  .commentlist .reply a{background-color:#272727;}

body.dark-skin .pagination a, body.dark-skin .pagination span.extend, body.dark-skin .pagination span.current {text-shadow: 0 1px 0 #111;}

body.dark-skin #tabbed-widget .widget-top, body.dark-skin .cat-tabs-header {background:#2e2e2e;border-bottom-color:#424242;}



body.dark-skin #tabbed-widget ul.tabs li a{text-shadow: 0 1px 0 #000;}

body.dark-skin #tabbed-widget ul.tabs li.active a , body.dark-skin .cat-tabs-header li.active{background:#424242; color:#999; -moz-box-shadow:0 -1px 2px #333; -webkit-box-shadow: 0  -1px 2px #333;}

body.dark-skin .author-avatar img{background:#424242; border-color:#222;}

body.dark-skin .scroll-nav ,body.dark-skin .top-nav ul ul {background: #303030;}

body.dark-skin .column2 li.first-news, body.dark-skin .wide-box li.first-news{background: #373737;border-top-color:#444; border-bottom-color: #292929;}

body.dark-skin .column2 li, body.dark-skin .wide-box li, body.dark-skin li.other-news{background: #333232;	border-top-color:#4d4d4d; border-bottom-color: #202020;}

body.dark-skin .column2 li:hover ,body.dark-skin li.other-news:hover{background:#2e2e2e;}

body.dark-skin li.other-news , body.dark-skin ul.timeline {border-left-color: #292929;}

body.dark-skin .share-post{background: #303030; border-top-color:#444;}

body.dark-skin #commentform textarea, body.dark-skin #commentform input , body.dark-skin #login-form #log, body.dark-skin #login-form #pwd, body.dark-skin .widget-feedburner .feedburner-email {border-color: #555;border-top-color: #222;border-left-color: #222;background: #303030;color: #999;}

body.dark-skin #commentform input:focus,body.dark-skin #commentform textarea:focus {color: #fff; background: #303030;}

body.dark-skin .form-submit #submit , body.dark-skin #login-form .login-button , body.dark-skin .widget-feedburner .feedburner-subscribe , body.dark-skin .password-protected input[type="submit"],

body.dark-skin .post-tag a, body.dark-skin .form-submit #submit:hover, body.dark-skin #login-form .login-button:hover ,body.dark-skin .widget-feedburner .feedburner-subscribe:hover ,body.dark-skin .password-protected input[type="submit"]:hover{

text-shadow: 0px 1px 0px #000;	color:#515151;	background: #111;	border: 1px solid #181818;

-moz-shadow: 0px 2px 2px rgba(0, 0, 0, 0.027), inset 0px 1px 0px rgba(0, 0, 0, 0.5), inset 0px -1px 0px rgba(0, 0, 0, 0.0187), inset 0px -25px 25px rgba(0, 0, 0, 0.37);

-o-shadow: 0px 2px 2px rgba(0, 0, 0, 0.027), inset 0px 1px 0px rgba(0, 0, 0, 0.5), inset 0px -1px 0px rgba(0, 0, 0, 0.0187), inset 0px -25px 25px rgba(0, 0, 0, 0.37);

-webkit-shadow: 0px 2px 2px rgba(0, 0, 0, 0.027), inset 0px 1px 0px rgba(0, 0, 0, 0.5), inset 0px -1px 0px rgba(0, 0, 0, 0.0187), inset 0px -25px 25px rgba(0, 0, 0, 0.37);

box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.027), inset 0px 1px 0px rgba(0, 0, 0, 0.5), inset 0px -1px 0px rgba(0, 0, 0, 0.0187), inset 0px -25px 25px rgba(0, 0, 0, 0.37);

}

body.dark-skin .comment-wrap, body.dark-skin .search-widget input {background: #373737;box-shadow: 0 1px 3px 0 #141414;-moz-box-shadow: 0 1px 3px 0 #141414;-webkit-box-shadow: 0 1px 3px 0 #141414;}

body.dark-skin .widget-counter li a strong {opacity: 1;}

body.dark-skin .cat-box-title h2 , body.dark-skin .cat-box-title h2 a, body.dark-skin .author-comment cite{color:#bfbfbf;}

body.dark-skin .cat-box-title h2 a:hover, body.dark-skin .search-block #s:hover, body.dark-skin .search-block #s:focus{color:#FFF;}

body.dark-skin #tabbed-widget  .tabs-wrap.tagcloud a{background: #303030; text-shadow: 0 1px 0 rgb(0, 0, 0); -moz-box-shadow: inset 0 0 2px #222, 0 0 2px rgba(0,0,0,0.1);-webkit-box-shadow: inset 0 0 2px #222, 0 0 2px rgba(0, 0, 0, 0.1);box-shadow: inset 0 0 2px #222, 0 0 2px rgba(0, 0, 0, 0.1); border: 1px solid #444}

body.dark-skin #tabbed-widget  .tabs-wrap.tagcloud a:hover,body.dark-skin h2.timeline-head{background: #222;}

body.dark-skin .search-block #s{background-color:#3a3a3a; border-left-color:#444}

body.dark-skin .search-widget input {border-color:#555;}

body.dark-skin #twitter-widget .loading span{background:url(images/black-loader.gif) no-repeat top;}

body.dark-skin .today-date{	background-color:#222; color: #888;}

body.dark-skin .highlight{ color: #222;}



 

/* Shortcodes */

.google-map.alignleft{margin-right:10px;}

.google-map.alignright{margin-left:10px;}

.google-map.aligncenter{ text-align:center;}



.post-tooltip{cursor:pointer;display:inline-block;border-bottom:1px #666 dotted;color:#ed5109;}

.post-tooltip:hover{ border-bottom-color:#ed5109;}

.highlight {background: #FF9;}

.dropcap{display: block;float: left;margin: 0 8px 0 0;font-size: 50px;line-height: 50px;font-family: Georgia, Arial,"helvetica neue",Helvetica,Verdana,sans-serif;}

.starlist li,.checklist li{background-position:left top;background-repeat:no-repeat;padding-left:25px;list-style:none !important;}

.starlist li  { background-image: url(images/bullet_star.png);}

.checklist li {background-image: url(images/bullet_check.png);}



.box{padding: 20px;	background-color: #F6F6F6;	border: #DADADA 1px solid;	margin-bottom: 20px;	word-wrap: break-word;	-moz-border-radius: 5px;-webkit-border-radius: 5px;	border-radius: 5px;	-moz-box-shadow: 0 0 7px #ccc;-webkit-box-shadow: 0 0 7px #ccc;box-shadow: 0 0 7px #ccc;border: 1px solid #FFF;}

.box div{padding-left:60px; min-height:50px;}

.box.shadow{-moz-box-shadow: 2px 2px 7px rgba(153, 153, 153, 0.6);-webkit-box-shadow: 2px 2px 7px rgba(153, 153, 153, 0.6);	box-shadow: 2px 2px 7px rgba(153, 153, 153, 0.6);border: 1px solid #AAA;}

.box.shadow div{padding:0;}

.box.info{background:#d6f6ff;}

.box.info div{background:url(images/info.png) no-repeat left top;}

.box.success{background:#e2f2cb;}

.box.success div{background:url(images/success.png) no-repeat left top;}

.box.warning{ background:#fffddb;}

.box.warning div{background:url(images/warning.png) no-repeat left top;}

.box.error{ background:#ffe6e2;	}

.box.error div{background:url(images/error.png) no-repeat left top;}

.box.download{background:#e2f2cb;}

.box.download div{background:url(images/download.png) no-repeat left top;}

.box.note{background:#fffddb;}

.box.note div{background:url(images/note.png) no-repeat left top;}



a.button{border: 1px solid #a3a3a3;background: #d4d4d4;height: 25px;line-height:25px;-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;color: white;display:inline-block;	margin:0 5px 20px;	padding:0 10px;	position:relative;font-size:12px;

	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3),inset 0 1px 0 rgba(255, 255, 255, 0.5),inset 0 -1px 0 rgba(0, 0, 0, 0.15);

	-webkit-transition: background .40s;-moz-transition: background .40s; -o-transition: background .40s;transition: background .40s;

	background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#d4d4d4),color-stop(100%,#c7c7c7));background: -webkit-linear-gradient(top,#d4d4d4 0,#c7c7c7 100%);background: -moz-linear-gradient(top,#d4d4d4 0,#c7c7c7 100%);background: -o-linear-gradient(top,#d4d4d4 0,#c7c7c7 100%);	background: -ms-linear-gradient(top,#d4d4d4 0,#c7c7c7 100%);background: linear-gradient(top,#d4d4d4 0,#c7c7c7 100%);

}

a.button:hover{	background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#d8d6d6),color-stop(100%,#cdcdcd));background: -webkit-linear-gradient(top,#d8d6d6 0,#cdcdcd 100%);background: -moz-linear-gradient(top,#d8d6d6 0,#cdcdcd 100%);background: -o-linear-gradient(top,#d8d6d6 0,#cdcdcd 100%);background: -ms-linear-gradient(top,#d8d6d6 0,#cdcdcd 100%);background: linear-gradient(top,#d8d6d6 0,#cdcdcd 100%);}

a.button:active{ top:1px;} 

a.button.red{border: 1px solid #B63540;background: #ED596A;background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#F77087),color-stop(100%,#E3414D));background: -webkit-linear-gradient(top,#F77087 0,#E3414D 100%);background: -moz-linear-gradient(top,#F77087 0,#E3414D 100%);background: -o-linear-gradient(top,#F77087 0,#E3414D 100%);background: -ms-linear-gradient(top,#F77087 0,#E3414D 100%);background: linear-gradient(top,#F77087 0,#E3414D 100%);}

a.button.red:hover{background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#F8889B),color-stop(100%,#E65762));	background: -webkit-linear-gradient(top,#F8889B 0,#E65762 100%);background: -moz-linear-gradient(top,#F8889B 0,#E65762 100%);background: -o-linear-gradient(top,#F8889B 0,#E65762 100%);background: -ms-linear-gradient(top,#F8889B 0,#E65762 100%);background: linear-gradient(top,#F8889B 0,#E65762 100%);}

a.button.green{border: 1px solid #5E8C22;background: #89C03E;background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#A8D34E),color-stop(100%,#6AAD2D));background: -webkit-linear-gradient(top,#A8D34E 0,#6AAD2D 100%);background: -moz-linear-gradient(top,#A8D34E 0,#6AAD2D 100%);background: -o-linear-gradient(top,#A8D34E 0,#6AAD2D 100%);background: -ms-linear-gradient(top,#A8D34E 0,#6AAD2D 100%);background: linear-gradient(top,#A8D34E 0,#6AAD2D 100%);}

a.button.green:hover{ background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#B2D862),color-stop(100%,#76C132));background: -webkit-linear-gradient(top,#B2D862 0,#76C132 100%);background: -moz-linear-gradient(top,#B2D862 0,#76C132 100%);background: -o-linear-gradient(top,#B2D862 0,#76C132 100%);background: -ms-linear-gradient(top,#B2D862 0,#76C132 100%);background: linear-gradient(top,#B2D862 0,#76C132 100%);}

a.button.blue{ border: 1px solid #1e638b;background: #00a2ff;background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#00a2ff),color-stop(100%,#028edf));background: -webkit-linear-gradient(top,#00a2ff 0,#028edf 100%);background: -moz-linear-gradient(top,#00a2ff 0,#028edf 100%);background: -o-linear-gradient(top,#00a2ff 0,#028edf 100%);background: -ms-linear-gradient(top,#00a2ff 0,#028edf 100%);background: linear-gradient(top,#00a2ff 0,#028edf 100%);}

a.button.blue:hover{ background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#3cb6fc),color-stop(100%,#31a6ea));background: -webkit-linear-gradient(top,#3cb6fc 0,#31a6ea 100%);background: -moz-linear-gradient(top,#3cb6fc 0,#31a6ea 100%);background: -o-linear-gradient(top,#3cb6fc 0,#31a6ea 100%);background: -ms-linear-gradient(top,#3cb6fc 0,#31a6ea 100%);background: linear-gradient(top,#3cb6fc 0,#31a6ea 100%);}

a.button.orange{ border: 1px solid #be8a2b;background: #FFA500 ;background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#FFA500),color-stop(100%,#ed9900));background: -webkit-linear-gradient(top,#FFA500 0,#ed9900 100%);background: -moz-linear-gradient(top,#FFA500 0,#ed9900 100%);background: -o-linear-gradient(top,#FFA500 0,#ed9900 100%);background: -ms-linear-gradient(top,#FFA500 0,#ed9900 100%);background: linear-gradient(top,#FFA500 0,#ed9900 100%);}

a.button.orange:hover{ background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#ffb93a),color-stop(100%,#f3ab26));background: -webkit-linear-gradient(top,#ffb93a 0,#f3ab26 100%);background: -moz-linear-gradient(top,#ffb93a 0,#f3ab26 100%);background: -o-linear-gradient(top,#ffb93a 0,#f3ab26 100%);background: -ms-linear-gradient(top,#ffb93a 0,#f3ab26 100%);background: linear-gradient(top,#ffb93a0,#f3ab26 100%);}

a.button.pink{ border: 1px solid #cc198b;background: #ff00a2;background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#ff00a2),color-stop(100%,#ed0097));background: -webkit-linear-gradient(top,#ff00a2 0,#ed0097 100%);background: -moz-linear-gradient(top,#ff00a2 0,#ed0097 100%);background: -o-linear-gradient(top,#ff00a2 0,#ed0097 100%);background: -ms-linear-gradient(top,#ff00a2 0,#ed0097 100%);	background: linear-gradient(top,#ff00a2 0,#ed0097 100%);}

a.button.pink:hover{ background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#ff6cc9),color-stop(100%,#ea51b2));background: -webkit-linear-gradient(top,#ff6cc9 0,#ea51b2 100%);background: -moz-linear-gradient(top,#ff6cc9 0,#ea51b2 100%);background: -o-linear-gradient(top,#ff6cc9 0,#ea51b2 100%);background: -ms-linear-gradient(top,#ff6cc9 0,#ea51b2 100%);background: linear-gradient(top,#ff6cc9,#ea51b2 100%);	}

a.button.purple{ border: 1px solid #833083;background: #d700d7;background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#d700d7),color-stop(100%,#b000b0));background: -webkit-linear-gradient(top,#d700d7 0,#b000b0 100%);background: -moz-linear-gradient(top,#d700d7 0,#b000b0 100%);background: -o-linear-gradient(top,#d700d7 0,#b000b0 100%);background: -ms-linear-gradient(top,#d700d7 0,#b000b0 100%);	background: linear-gradient(top,#d700d7 0,#b000b0 100%);}

a.button.purple:hover{background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#f969f9),color-stop(100%,#c302c3));background: -webkit-linear-gradient(top,#f969f9 0,#c302c3 100%);background: -moz-linear-gradient(top,#f969f9 0,#c302c3 100%);	background: -o-linear-gradient(top,#f969f9 0,#c302c3 100%);	background: -ms-linear-gradient(top,#f969f9 0,#c302c3 100%);background: linear-gradient(top,#f969f9,#c302c3 100%);}

a.button.black{ border: 1px solid #000;background: #434343;background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#434343),color-stop(100%,#232323));background: -webkit-linear-gradient(top,#434343 0,#232323 100%);background: -moz-linear-gradient(top,#434343 0,#232323 100%);background: -o-linear-gradient(top,#434343 0,#232323 100%);background: -ms-linear-gradient(top,#434343 0,#232323 100%);background: linear-gradient(top,#434343 0,#232323 100%);}

a.button.black:hover{ background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#5a5959),color-stop(100%,#3d3d3d));background: -webkit-linear-gradient(top,#5a5959 0,#3d3d3d 100%);background: -moz-linear-gradient(top,#5a5959 0,#3d3d3d 100%);background: -o-linear-gradient(top,#5a5959 0,#3d3d3d 100%);background: -ms-linear-gradient(top,#5a5959 0,#3d3d3d 100%);background: linear-gradient(top,#5a5959,#3d3d3d 100%);}

a.button.white{ border: 1px solid #d9d9d9;background: #fbfbfb;background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#fbfbfb),color-stop(100%,#eee ));background: -webkit-linear-gradient(top,#fbfbfb 0,#eee 100%);background: -moz-linear-gradient(top,#fbfbfb 0,#eee 100%);	background: -o-linear-gradient(top,#fbfbfb 0,#eee 100%);background: -ms-linear-gradient(top,#fbfbfb 0,#eee 100%);background: linear-gradient(top,#fbfbfb 0,#eee 100%);box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3),inset 0 1px 0 rgba(255, 255, 255, 0.5);color:#000;text-shadow: 0 1px 0 #FFF;}

a.button.white:hover{ background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#FFF),color-stop(100%,#f8f8f8));	background: -webkit-linear-gradient(top,#FFF 0,#f8f8f8 100%);background: -moz-linear-gradient(top,#FFF 0,#f8f8f8 100%);background: -o-linear-gradient(top,#FFF 0,#f8f8f8 100%);background: -ms-linear-gradient(top,#FFF 0,#f8f8f8 100%);background: linear-gradient(top,#FFF ,#f8f8f8 100%);}

a.button.medium{ height:35px; line-height:35px; font-size:16px; padding:0 15px;}

a.button.big{ height:55px; line-height:55px; font-size:22px; padding:0 25px;}



.flickr-wrapper {overflow:hidden;margin-bottom:20px;}

.flickr-wrapper .flickr_badge_image {float:left;margin:8px;}

.flickr-wrapper .flickr_badge_image img{opacity:1;background:#FFF;padding:4px;box-shadow: 0 0 3px #B2B2B2;-moz-box-shadow: 0 0 3px #b2b2b2;-webkit-box-shadow: 0 0 3px #B2B2B2;}

.flickr-wrapper .flickr_badge_image a:hover img{ opacity:0.6;}



#twitter-shortcode{margin-bottom:10px;}

#twitter-shortcode li{padding:5px 10px 5px 30px;overflow:hidden;list-style:none;}

#twitter-shortcode li:last-child{border-bottom:0 none;}

#twitter-shortcode .tweet_list .tweet_avatar img{	padding:2px ;margin-left:5px;float: right;background:#FFF;border:1px solid #d6d6d6;}

#twitter-shortcode .loading{text-align:center; padding:10px;}



.toggle {background:#F6F6F6;margin-bottom: 15px;	border: 1px solid #E1E1E1;border-bottom: 1px solid #979797;padding: 5px 10px;border-radius: 10px;-moz-border-radius: 10px;-webkit-border-radius: 10px;position: relative;box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);	}

.toggle h3{padding-bottom:5px;margin-bottom:0;text-shadow: 0 1px 1px #FFF;	cursor:pointer;	background:url(images/toggle-close.png) no-repeat right;}

h3.toggle-head-close{background:url(images/toggle-open.png) no-repeat right;display:none;}

.toggle-content{padding-top:15px;}

.toggle.close .toggle-content ,

.toggle.close  h3.toggle-head-open  {display:none;}

.toggle.close  h3.toggle-head-close {display:block;}



.author-info{background:#F6F6F6;margin-bottom: 15px;border: 1px solid #E1E1E1;border-bottom: 1px solid #979797;padding: 20px;border-radius: 10px;-moz-border-radius: 10px;-webkit-border-radius: 10px;position: relative;box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);	}

.author-info-content{padding-left:100px;}

.author-info-content h3{margin-bottom:15px;}

.author-info img.author-img{	max-width:70px;	float:left;	margin-right:15px;background:#FFF;padding:4px;	box-shadow: 0 0 3px #B2B2B2;-moz-box-shadow: 0 0 3px #b2b2b2;-webkit-box-shadow: 0 0 3px #B2B2B2;}



.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%;float:left;}

.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:67.2%}

.one_sixth { width:13.33%}

.five_sixth	{ width:82.67%}

.entry .last{margin-right:0 !important;clear:right;}



.post-tabs,.post-tabs-ver{	margin-bottom:20px;}

.post-tabs ul.tabs-nav{height:33px;margin:0;padding-left:20px;}

.post-tabs ul.tabs-nav li{	border:1px solid #E1E1E1;border-radius: 4px 4px 0 0;font-weight: bold;	line-height: 32px;cursor: pointer;display: block;	float: left;margin: 0 5px 0 0;	padding: 0 16px;background:#ddd;border-bottom: 0 none;-webkit-transition: background .5s ease;-moz-transition: background .5s ease;-o-transition: background .5s ease;transition: background .5s ease;}

.post-tabs ul.tabs-nav li.current{	background:#F6F6F6;	z-index:1;	height:33px;}

.post-tabs .pane{background: #F6F6F6;margin-bottom: 15px;border: 1px solid #E1E1E1;border-bottom: 1px solid #979797;	padding: 20px;border-radius: 10px;-moz-border-radius: 10px;-webkit-border-radius: 10px;box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);}

.post-tabs-ver ul.tabs-nav{float:left;width:170px;margin:0;padding-top:10px;}

.post-tabs-ver ul.tabs-nav li{	border:1px solid #E1E1E1;border-radius: 4px 0 0 4px;font-weight: bold;line-height: 32px;cursor: pointer;display: block;	margin: 0 0 10px 0;padding: 0 16px;	background:#ddd;border-right-width: 0;-webkit-transition: background .5s ease;-moz-transition: background .5s ease;-o-transition: background .5s ease;transition: background .5s ease;}

.post-tabs-ver ul.tabs-nav li.current{background:#F6F6F6;z-index:1;width:138px;}

.post-tabs-ver .pane{margin-left:170px;background: #F6F6F6;margin-bottom: 15px;border: 1px solid #E1E1E1;	border-bottom: 1px solid #979797;padding: 20px;	border-radius: 10px;-moz-border-radius: 10px;-webkit-border-radius: 10px;box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);	min-height:180px;}



/* Audio Player */

.jp-jplayer{line-height:0;}

div.jp-audio{color: #666;position:relative;width:100%;margin-bottom:20px; text-align:center;}

.jp-interface {padding:2px 10px;height: 30px;background: #3A3B3C;background: -webkit-gradient( linear, left bottom, left top, color-stop(0, #222), color-stop(1, #3A3B3C) );	background: -moz-linear-gradient( center bottom, #222 0%, #3A3B3C 100% );	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.5);	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);}

a.jp-play,a.jp-pause {width:18px; height:18px; float:left;  text-indent:-9999px;  outline:none;   margin: 0 0 0 -4px;}

a.jp-play {background: url("images/jplayer/sprite.png") 0 0 no-repeat;}

a.jp-pause {background: url("images/jplayer/sprite.png") 0 -30px no-repeat;display: none;}

.jp-progress {background: #706d6d; -webkit-box-shadow:inset 0px 1px 4px rgba(0,0,0,.4), 0px 1px 0px rgba(255,255,255,.4); -moz-box-shadow:inset 0px 1px 4px rgba(0,0,0,.4), 0px 1px 0px rgba(255,255,255,.4); box-shadow: inset 0px 1px 4px rgba(0,0,0,.4), 0px 1px 0px rgba(255,255,255,.4); width:100%; height:4px; float:left; margin: 5px 0 7px; -webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;}

.jp-seek-bar { width:0px; height:100%;  cursor: pointer;}

.jp-play-bar { background: url("images/jplayer/play-bar.png") left repeat-x; width:0px;height:5px;   position:relative;z-index: 1;-webkit-border-radius: 3px;-moz-border-radius: 3px;	border-radius: 3px;}

.jp-audio a.jp-mute,.jp-audio a.jp-unmute { text-indent:-9999px; float:right; height: 18px; width: 18px; outline:none;}

.jp-mute { background: url(images/jplayer/sprite.png) 0 -60px no-repeat;}

a.jp-unmute {background: url(images/jplayer/sprite.png) 0 -90px no-repeat;display: none;}

.jp-volume-bar {background: #706D6D;	-webkit-box-shadow: inset 0px 1px 4px rgba(0, 0, 0, .4),0px 1px 0px rgba(255, 255, 255, .4);-moz-box-shadow: inset 0px 1px 4px rgba(0,0,0,.4), 0px 1px 0px rgba(255,255,255,.4);box-shadow: inset 0px 1px 4px rgba(0, 0, 0, .4),0px 1px 0px rgba(255, 255, 255, .4);height: 2px;width:50px;	float: right;margin: 4px 1px 0 8px;}

.jp-volume-bar-value { background: url("images/jplayer/play-bar.png") left repeat-x; width:0px; height:3px; position:relative; z-index: 9999; }

	

/*Pretty-Photo*/

div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}

div.pp_default .pp_top .pp_left{background:url(images/prettyPhoto/sprite.png) -78px -93px no-repeat}

div.pp_default .pp_top .pp_middle{background:url(images/prettyPhoto/sprite_x.png) top left repeat-x}

div.pp_default .pp_top .pp_right{background:url(images/prettyPhoto/sprite.png) -112px -93px no-repeat}

div.pp_default .pp_content .ppt{color:#f8f8f8}

div.pp_default .pp_content_container .pp_left{background:url(images/prettyPhoto/sprite_y.png) -7px 0 repeat-y;padding-left:13px}

div.pp_default .pp_content_container .pp_right{background:url(images/prettyPhoto/sprite_y.png) top right repeat-y;padding-right:13px}

div.pp_default .pp_next:hover{background:url(images/prettyPhoto/sprite_next.png) center right no-repeat;cursor:pointer}

div.pp_default .pp_previous:hover{background:url(images/prettyPhoto/sprite_prev.png) center left no-repeat;cursor:pointer}

div.pp_default .pp_expand{background:url(images/prettyPhoto/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}

div.pp_default .pp_expand:hover{background:url(images/prettyPhoto/sprite.png) 0 -56px no-repeat;cursor:pointer}

div.pp_default .pp_contract{background:url(images/prettyPhoto/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}

div.pp_default .pp_contract:hover{background:url(images/prettyPhoto/sprite.png) 0 -113px no-repeat;cursor:pointer}

div.pp_default .pp_close{width:30px;height:30px;background:url(images/prettyPhoto/sprite.png) 2px 1px no-repeat;cursor:pointer}

div.pp_default .pp_gallery ul li a{background:url(images/prettyPhoto/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}

div.pp_default .pp_social{margin-top:7px}

div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}

div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(images/prettyPhoto/sprite.png) -51px 1px no-repeat;height:30px;width:30px}

div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}

div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(images/prettyPhoto/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}

div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}

div.pp_default .pp_content_container .pp_details{margin-top:5px}

div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}

div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}

div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}

div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}

div.pp_default .pp_bottom .pp_left{background:url(images/prettyPhoto/sprite.png) -78px -127px no-repeat}

div.pp_default .pp_bottom .pp_middle{background:url(images/prettyPhoto/sprite_x.png) bottom left repeat-x}

div.pp_default .pp_bottom .pp_right{background:url(images/prettyPhoto/sprite.png) -112px -127px no-repeat}

div.pp_default .pp_loaderIcon{background:url(images/prettyPhoto/loader.gif) center center no-repeat}

div.pp_pic_holder a:focus{outline:none}

div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}

div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}

.pp_content{height:40px;min-width:40px}

* html .pp_content{width:40px}

.pp_content_container{position:relative;text-align:left;width:100%}

.pp_content_container .pp_left{padding-left:20px}

.pp_content_container .pp_right{padding-right:20px}

.pp_content_container .pp_details{float:left;margin:10px 0 2px}

.pp_description{display:none;margin:0}

.pp_social{float:left;margin:0}

.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}

.pp_social .twitter{float:left}

.pp_nav{clear:right;float:left;margin:3px 10px 0 0}

.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}

.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}

a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}

.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}

.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}

.pp_gallery div{float:left;overflow:hidden;position:relative}

.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}

.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}

.pp_gallery ul a img{border:0}

.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}

.pp_gallery li.default a{display:block;height:33px;width:50px}

.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}

a.pp_next{display:block;float:right;height:100%;text-indent:-10000px;width:49%}

a.pp_previous{display:block;float:left;height:100%;text-indent:-10000px;width:49%}

a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}

a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}

.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}

#pp_full_res{line-height:1!important}

#pp_full_res .pp_inline{text-align:left}

#pp_full_res .pp_inline p{margin:0 0 15px}

div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}

div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}

div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}

div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}

div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}

.pp_top,.pp_bottom{height:20px;position:relative}

* html .pp_top,* html .pp_bottom{padding:0 20px}

.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}

.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}

* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}

.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}

.pp_fade,.pp_gallery li.default a img{display:none;}

.shhid{ position:fixed; background:url(images/siteimage/popupbg.png) repeat; width:100%;  top: 0px;

left: 0px; }

.sub-menu li.mervcredit a{ cursor:poniter;}

.shhid .popid{



	width:869px;

	margin:50px auto 0px;

	position:relative;

	z-index: 999;		

	display:block;

	padding-bottom: 10px;	

			}

			.dnc{

			background:#fff;

			display:inline-block;

			}

.shhid .popid h3{ background:#870027; text-align:center; font:23px Arial, Helvetica, sans-serif; color:#fff; padding: 6px 0;}

.shhid .gmp, .shhid .pfrm{

float:left;



}

.shhid .gmp h4, .shhid .pfrm h4{

 font:20px Arial, Helvetica, sans-serif;

 color:#372228;

margin-bottom:10px;



}

.shhid .gmp{ 

	float: right;

    margin: 0 15px 15px 0;

    width: 430px;

 }





.shhid .pfrm{  width: 96%; margin: 15px 15px 0;}



.shhid .pfrm .address{

	float:left;

	width: 406px;

	margin:0;

	line-height: 20px;

}



.shhid .pfrm .address span{

	color:#870027;

}



.shhid .pfrm .timeing{

	float:right;

	width: 425px;

	margin:0;

	text-align:left;

	color:#870027;

	font-weight:bold;

	line-height: 24px;

}



.shhid .pfrm .timeing span{

	 color: #372228;

}



.shhid .pfrm .address p{

	font-weight: normal;

	 color: #372228;

	 padding: 10px 0 12px;

}







.shhid .wpcf7 {

    float: left;

    margin: 0 0 0 15px;

    padding: 0;

    width: 406px;

	padding: 0 0 15px;

}



.shhid .wpcf7 input {

    border: 1px solid #bebebe;

    margin: 0 0 10px;

    outline: medium none;

    padding: 6px 8px;

    width: 79%;

}



.shhid .wpcf7 textarea {

	max-height: 130px;

}



.shhid .wpcf7 .wpcf7-submit{

	width:auto;

	 background:#bb0037;

	 padding: 5px 30px;

	 margin:12px 0 0;

	 font: 16px Arial, Helvetica, sans-serif;

	  color:#fff;

}





.shhid .pfrm .nm, .shhid .pfrm .em, .shhid .pfrm .pm{ color:#000; width:269px; border:1px solid #bebebe; font:16px Arial, Helvetica, sans-serif;}

.shhid .pfrm .nm, .shhid .pfrm .pm{ margin-bottom:10px;}

	.shhid #comments{ display:none !important; }		

.shhid .pfrm .cnt h5{ font:bold 14px Arial, Helvetica, sans-serif;}

.shhid .pfrm .cnt{ line-height:20px;}

.shhid .pfrm .cnt{ margin-right:20px;}

.shhid .pfrm .sm{ background:url(images/siteimage/sendb.png) no-repeat 0px 0px; width:90px; margin-top:14px; height:36px; font:16px italic Arial, Helvetica, sans-serif; color:#fff; }

		.close

		{

		cursor:pointer;

		position:absolute;

		right: -10px;

		top: -12px;

		}

.frm input[type=text], input[type=email], .frm .sbm, textarea

{



border:1px solid #bebebe;

}		

.frm .sbm{ background:#990832; color:#fff; border:none;}





/*============ caluclator-sidebar ======================*/



.page-template-template-caluclator-sidebar-php .content{ width:845px; padding: 0 20px 0 0;}



.page-template-template-caluclator-sidebar-php .rightincontent{ float: right; width: 260px; }



.page-template-template-caluclator-sidebar-php .content {  float: left; padding: 0; width: 835px;}



/*********************************** media query *************************/






@media only screen and ( max-width: 985px ) {

	.page-template-template-caluclator-sidebar-php .content { width: 100%;}

}



.page-template-template-caluclator-sidebar-php .seld{ /*background-color:#E5E7E5;*/ width:98%; display:inline-block; padding:10px; margin: 0 0 10px; }



.page-template-template-caluclator-sidebar-php .ovalw { width: 835px;}



.page-template-template-caluclator-sidebar-php .dewc { width: 262px;}



.page-template-template-caluclator-sidebar-php .ovw, .page-template-template-caluclator-sidebar-php .movw {  width: 540px;}



.page-template-template-caluclator-sidebar-php #sorrung, .page-template-template-caluclator-sidebar-php #msorrung { width: 530px;}



.page-template-template-caluclator-sidebar-php .fsty { margin-right: 20px; padding-right: 0;}



.page-template-template-caluclator-sidebar-php table.brdc, .page-template-template-caluclator-sidebar-php div.fontch {width: 820px !important;}



.page-template-template-caluclator-sidebar-php .fbx { float: right; margin-right: 0; margin-top: 10px; width: 260px;}



/*  TABLET  : 1024px  need +20 1044*/

@media only screen and ( max-width: 1040px ){

  .page .post-title, footer,  .home-content, .container, .topcnt, .header-content { /*width:900px;*/ }

  .page-template-template-loan-php .topbm ul, .home .fc, .mcnt{ margin:0px auto; padding:0px; float:none; clear:both; display:block;}

  a.sht{ margin-left:15px !important;}

  #main-nav ul li a{ padding: 20px 6px 20px 43px; font-size:13px;}

  #main-nav ul li a{ background-position:-3px 12px; margin:0px;}

  .main-menu ul li a span{ font:9px Arial,Helvetica,sans-serif;}

  .logo{ padding:0px; margin:0px; width:140px; }

  .logo img{ max-width:100%;}

  .topmenu ul li{ margin:10px 5px 10px;}

	.page .topbm ul li a {

		width: 150px;

		padding: 15px 0px 18px 35px;

		font-size:17px;

		background-position:left 6px;

	} 

	.cpm-map{ width:auto !important;}

	.page .topbm ul li{ padding-right:5px;}

	.flexslider, .leftcontent{ width:600px;}

	.leftcontent{ background-position:top right;}

	.flexslider{ height:auto;}

	.post-thumbnail img, .leftcontent img { max-width:100%;}

	

	.home .fbx{margin-bottom:15px;}

	.mcnt{ width:855px;}

	.shhid .popid { margin-top:60px;}

	 .topbm ul li{ margin-bottom:0px; margin-right:14px;}

	#main-nav .sub-menu{ left :-140px;}

	.whitebg{ background:none;}

/*	.btmmenu{ background:#96052f;}*/

	.btmmenu img{ /*margin:0px auto; display:block;*/ padding:21px 0;}

	.fc{ width:100%; }

	.fc .widget{  width: 233px; float:none; }

	.fc .widget{ margin:0px auto; display:block; clear:both; } 

	#main-nav .sub-menu, #main-nav .sub-menu li, #main-nav .sub-menu li a { width:auto;}

	.gps{

	position: relative;

    width: auto;

	clear: both;

	float: none;

	left: 0px;

			}

			#desd{ border:none !important;}

			#footer-third{ width:208px;}

			

			/*laon page */

			.page-template-template-loan-php .topbm ul li:last-child{ margin-right:0px;}

			.page-template-template-loan-php .topbm ul li { margin-right: 15px; }

			.ftop, .page-template-template-loan-php .post-thumbnail img, .page-template-template-loan-php .content{ width:625px !important;}

			.imgshd { right:-11px;}

			

	#main-nav ul li:nth-child(1) a,

#main-nav ul li:nth-child(2) a,

#main-nav ul li:nth-child(3) a,

#main-nav ul li:nth-child(4) a,

#main-nav ul li:nth-child(5) a,

#main-nav ul li:nth-child(6) a

{ background-position:6px 20px!important; }		

			

/*.tpf {margin-left: 7px;}

.phn{ color:#fff;}*/

.topbm{ padding:15px 0 21px;}

.bwid{ width:100%;}







/************************* My coding **********************/

.page-template-template-blog-php h1.page-title {
    margin: 0 auto;
    width: 100%;
}


/********* inner page ***********/


#main-nav ul li a {
    background-position: 0 center;
    margin: 0;
	padding:20px 27px;
}



.top_bar
{
	width:100%!important;
}
.container-fluid
{
	width:100%!important;
}

.section-pages
{
	    margin: 0 25px;
		 width: 20%;
}
.whitebg
{
	display:block;
	float:none;
	margin:0 auto;
	width:78%;
}
.common
{
	display:block;
	float:none;
	margin:0 auto;
	width:78%;

}

.sc_title
{
	font-size:30px;
}
#main-nav ul li:nth-child(1) a, #main-nav ul li:nth-child(2) a, #main-nav ul li:nth-child(3) a, #main-nav ul li:nth-child(4) a, #main-nav ul li:nth-child(5) a, #main-nav ul li:nth-child(6) a
{
background-position: 0 center !important;

}

#footer-fourth
{
 	margin:0;

}
#footer-first {
    float: left;
    width: 325px;
}
#footer-second {
    float: left;
    margin-right: 13px;
    width: 240px;
}

#footer-fourth {
    float: left;
    margin: 0 0 0 7px;
    width: 4%;
}
 #main-nav .sub-menu
{
	left:99px;
	 width: 626px;

}	
.learnmore
{
	right:2%;

}

.cycloneslider-template-standard .cycloneslider-prev, .cycloneslider-template-standard .cycloneslider-next
{
	top:70%!important;
}
.home .header-content
{
	width:100%;
}

}
@media only screen and (max-width:1024px)
{

	#main-nav
	{
		display:none;
	}

/*	#searchform {
    	margin-top: -67px!important;
	}
	*/
/*	.learnmore {
    right: 9%;
    bottom: 11%;
    padding: 10px 13px 10px 0;
	}*/

#main-nav ul li a
{
	padding: 20px 24px;
}

.whitebg
{
	width:79%;

}
.right
{
	width:38%;
}
.common
{
	width:79%;
}

.sub-menu li
{

background:#000!important;

}

.sub-menu
{
	margin:0px;
}

/* 95sys code*/
.wrapper{ width:100%;}
#click-menu{ right: 1%!important;}
#list_box_left {
    padding: 28px 9%;
    width: 100%;
}
.how_join{width: 59%;}
.right { width:38%; }
#list_box_right{ width:100%;  padding: 0 9%;}
.online_app{   width: 36%;}
.forms { width:63.555%;}
.bwid span{ font-size:15px; margin:18px 0 0 !important; padding:22px 10px;}
.phn{ margin:11px 9px 0 0 !important; padding:23px 12px 2px 0 !important; background-position:0px 15px;}
.slider_home .cycloneslider-template-standard .cycloneslider-next{right: 87% !important;}
.slider_home .cycloneslider-template-standard .cycloneslider-caption{   top: 23px;}
.header-content{  min-height: 50px; float:left; display:block; background:#780023;}
.page-template-template-normal-sidebar-php .content{ width:100%;}

}
@media only screen and (max-width:980px)
{

	.btmmenu .stc {
    float: left;
    display: inline-block;
    margin: 18px 0 0px 0px;
}
/*.cycloneslider-slides {
    height: 687px !important;
}*/
.cycloneslider-template-standard .cycloneslider-prev, .cycloneslider-template-standard .cycloneslider-next {
    top: 67%!important;
}

.section-pages {
    margin: 0 24px;
    width: 20%;
}
.sc_title {
    font-size: 29px;
}
.common {
    width: 83%;
}
.right {
    width: 39%;
}
.whitebg {
    width: 83%;
}
.btmmenu .stu
{
	margin: 18px 0 0;
}



}
@media only screen and (max-width:967px)
{
	.section-pages {
    margin: 0 23px;
    width: 20%;
	}
	.btmmenu .stc
	{
		    margin: 18px 0 0px 0px;
	
	}
	.phn {
    margin: 11px 9px 0 0 !important;
    padding: 31px 2px 4px 10px !important;
	}
	/*.cycloneslider-slides {
    height: 676px !important;
	}*/
	.cycloneslider-template-standard .cycloneslider-prev, .cycloneslider-template-standard .cycloneslider-next {
    top: 86% !important;
}

}
@media only screen and (max-width:900px){ .section-pages {
    margin: 0 23px;
    width: 19%;
	}
	.forms {
    width: 53.555%;
}
}
@media only screen and (max-width:800px)
{

.section-pages {
    margin: 0 23px;
    width: 19%;
	}
.page-template-template-normal-sidebar-php .content{width: 100%;padding: 0 20px 0 0;}


.alignright {
    float: right;
    padding: 0 32px;
}






/****************** inner page loan**********************/

.page .post-title, footer, .home-content, .container, .topcnt, .header-content {
    width: 100%!important;
	overflow:hidden;
}

	#main-nav ul li {
    float: left;
    padding: 0 0px;
}
#main-nav ul li a {
    padding: 20px 23px;
}
/*.cycloneslider-slides {
    height: 635px !important;
}*/



/*.cycloneslider-template-standard .cycloneslider-prev, .cycloneslider-template-standard .cycloneslider-next {
      height: 100% !important;
	  width: 93%!important;
	  top:58% !important;
}*/
.cycloneslider-template-standard .cycloneslider-caption-title {
    float: left;
    font-size: 20px !important;
	width:100% !important;
	}
	.cycloneslider-caption-title span {
    font-size: 35px;
	}
	.section-pages {
    margin: 0 18px;
    width: 20%;
}
.sc_title {
    font-size: 24px;
}
.section-pages .content {
    margin: 15px 0 25px;
	}
	.whitebg {
    width: 100%;
}
.common {
    width: 100%;
}
.bwid span {
    font-size: 13px;
    margin: 0px;
    padding: 22px 0px;
}
	.btmmenu img {
    margin: 0;
	}
#footer-first {
    float: left;
    width: 50%;
	}
	#footer-third {
    width: 50%;
}
.htj
{
	width:60%!important;
}
.right
{
	width:40%;
}
#footer-widget-area{ padding:0 29px;}
#footer-third {
   width: 37%;
}
#footer-fourth {
width: 7%; margin:0 0 0 0px;}	
#footer-second {
     width: 29%;  padding: 0 0 20px;
}
#footer-first {
   width: 25%;   float: left;
}
	#main-nav .sub-menu {
    left: 79px;
    width: 626px;
}
	.forms {
    width: 52%;
	}
.slider_home .cycloneslider-template-standard .cycloneslider-next{ right:84% !important;}
.btmmenu{ padding:14px 15px;}
.btmmenu .stc {
    margin: 18px 0 6px;
}
.phn {
    margin: 11px 9px 0 0 !important;
    padding: 20px 2px 4px 10px !important;
}
.bwid span { padding:19px 3px;}


}
@media only screen and (max-width:768px)
{


/*************************** inner page ************************/

.topbm ul {
    float: left;
	margin:0px;
	
}
.topbm ul li
{
	float:none;
	display:block;
}




/*************************** inner page ************************/

	#main-nav .sub-menu {
    left: 73px;
    width: 626px;
}


	#main-nav ul li a {
    padding: 20px 20px;
	}
	.sc_title {
    font-size: 23px;
    padding: 0 0 10px 0;
}
.htj {
    width: 58%!important;
}	

.right {
    width: 41%;
}
.forms {
    width: 61%;
}
.online {
	width:39%;
	}
	#footer-first {
    width: 60%;
}
	#footer-second
	{
		   width: 38%;
	}
	
#footer-third {
    width: 59%;
}
#footer-fourth {
    margin: 9px 23px;
    padding: 0;
    width: 23%;
}
	/*.cycloneslider-slides {
    height: 618px !important;
}*/
/*.cycloneslider-template-standard .cycloneslider-prev, .cycloneslider-template-standard .cycloneslider-next {

    width: 92%!important;
	top:56% !important;

}*/

 .cycloneslider-template-standard .cycloneslider-next {

	width:91%!important;
}

.forms {
    width: 50%;
}
.btmmenu { padding: 14px 86px; }
.btmmenu img { float: left; margin: 0; }
.slider_home .cycloneslider-template-standard .cycloneslider-next{ right:90% !important;}
.cycloneslider-template-standard .cycloneslider-prev, .cycloneslider-template-standard .cycloneslider-next{ 
width:25px!important; height:25px!important;  background-size: 100% 100% !important;}

.inner_page_desc{padding: 0 30px;}
}
@media only screen and (max-width:667px)
{

	#main-nav .sub-menu {
    left: 0;
    width: 626px;
	}

	#main-nav ul li a {
    padding: 20px 15px;
	}
	.call
	{
		padding: 30px 0 0 0;
	}
	#searchform {
    margin:0px 0 0 0;
	}
	.section-pages {
    margin: 0 15px;
    width: 20%;
	}
	.sc_title {
    font-size: 20px;
    padding: 0 0 10px 0;
	}
	.htj {
    width: 80%!important;
    margin: 0 auto;
    float: none;
    text-align: center;
    display: block;
	}
	.con {
    bottom: 0;
    margin: 0;
    padding: 0 0 30px 0;
    position: absolute;
    z-index: 9999;
    width: 100%;
	}
	/*.right {
    width: 100%;
    float: none;
    margin: 0 auto;
    text-align: center;
	}*/
	.whitebg
	{
		margin:0 0 30px;
		height: 100%;
	}		
	.con {
    bottom: 0;
    margin: 0;
    padding: 0 0 30px 0;
    position: absolute;
    z-index: 9999;
    width: 42%;
    left: 185px;
	}
	.online {
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
	}
	
	.con-online
	{
		left:32%;
	}
	.btmmenu .stc,.bwid span,.btmmenu .stu
	{width:100%;text-align:center;margin:0px;
	padding:0px 0 5px!important;
	}
	
	.btmmenu img
	{
		margin:0 auto;
		display:block;
		text-align:center;
		float:none;
	}
	
	.cycloneslider-caption-title span {
    font-size: 20px;

	}
	.slider_home .cycloneslider-template-standard .cycloneslider-caption-title{ font-size: 21px !important;}
	
	#footer-first {
     width:55%;
	}
	.section-pages {
    margin: 0;
    width: 100%;
}
.slider_home .cycloneslider-template-standard .cycloneslider-caption{max-height: 136px;}
.slider_home .cycloneslider-template-standard .cycloneslider-caption-title {
    font-size: 21px !important;
}	
.slider_home .cycloneslider-template-standard .cycloneslider-caption-description{ font-size:14px !important;}
	
#list_box_right{ padding:0 1%;}	
#list_box_left{padding: 28px 1%;}

.inner_page_desc{padding: 0 30px;}	
}
@media only screen and (max-width:568px)
{

.contactForm {
    float: none;
    margin: 0 0 0 20px!important;
    width: 100%!important;

}
.contactAddress {

    float: none;
    width: 100%;
}



/********************************* inner page ************************/

	

	.section-pages {
    margin: 0;
    width: 100%;
	}
	.main
	{
		margin:25px 0 0 0;
	}
	.logo2
	{
		width: 35%;
    margin: 0 auto;
    padding: 0px;
    text-align: center;
    display: block;
	}
	.call
	{
		margin: 33px 0 0 0px;
    width: 29%;
    padding: 0px;
    display: block;
    text-align: left;
	}
	.htj {
    width: 100%!important;
	}
	.cycloneslider-caption-title span {
    font-size: 16px;
}
.cycloneslider-template-standard .cycloneslider-caption-title {
    float: left;
    font-size: 15px !important;
    
}
.slider_home .cycloneslider-template-standard .cycloneslider-caption-description {
   
   font-size: 10px !important;
    text-align: left;
}
.learnmore {

	padding:10px 13px 10px 0;
}
.slider_home .cycloneslider-template-standard .cycloneslider-caption{  width: 444px;}
.slider_home .cycloneslider-template-standard .cycloneslider-caption { top: 8px;}
.slider_home .cycloneslider-template-standard .cycloneslider-next { right: 87% !important;}

.lnws{  width: 55%; line-height: 42px;}
.lnws h2 { font-size: 13px; }
.online_app { clear: none; float: left; width: 45%;}
.online_app a#image_list img{ height:241px;}
.online_app a{ width:100%;}
.forms{ width:100%;}	
#footer-third {
  	margin:11px 0 0;
}
.alignright {
    display: block;
    float: none;
    margin: 0 auto;
    padding: 8px 32px;
    text-align: center;
}
.alignleft {
    display: block;
    float: none;
    margin: 0 auto;
    text-align: center;
}
.inner_page_desc{padding: 0 30px;}
}

@media only screen and (max-width:533px)
{

	
	.learnmore {
    	right: 67%;
	    bottom: 6%;
	}

.lnws h2{ line-height: 18px;}
.lnws {  line-height: 49px;}
.slider_home .cycloneslider-template-standard .cycloneslider-caption{ opacity: 0.7;}
.inner_page_desc{padding: 0 30px;}
}

@media only screen and (max-width:480px)
{
	.call {
    margin: 0 0 20px 0px;
    width: 100%;
    padding: 0px;
    display: block;
    text-align: center;
}
.learnmore {
    right: 63%;
    bottom: 3%;
	padding: 10px 13px 10px 0;
}
/*.cycloneslider-slides {
    height: 452px !important;
}

.cycloneslider-template-standard .cycloneslider-prev, .cycloneslider-template-standard .cycloneslider-next {
    top: 44% !important;
    height: 100%!important;
}*/
.htj {
    width: 100%!important;
    overflow: hidden;
}
.con {
    bottom: 0;
    margin: 0;
    padding: 0 0 30px 0;
    position: absolute;
    z-index: 9999;
    width: 60%;
    left: 20%;
}
.con-online {
    left: 5%;
}
.slider_home .cycloneslider-template-standard .cycloneslider-caption{width: 408px;}
.right {
    width: 100%;
}
#list_box_left {
    padding: 28px 17%;
}
.how_join {
    width: 100%;
}
.lnws{ width:100%;}
#list_box_right {
    padding: 0 18%;
}
.how_join #how_join_image img {
    height: auto;
}
.online_app{ width:100%;}
.online_app a#image_list img { height: auto;}
.inner_page_desc{padding: 0 30px;}
.slider_home .cycloneslider-template-standard .cycloneslider-caption {
    max-height: 114px;}
}
@media only screen and (max-width:414px)
{
.logo { text-align: center; width: 100%;}
.top_bar{ padding: 20px 8px 0;}
.right_contact_list{ width:100%; clear:both; display:block;}
.right_contact_list ul{ width:100%; float:left; clear:both; margin:5px 0;}
.right_contact_list ul li{ clear:none; padding: 0 2px;}
.right_contact_list ul li a{ font-size: 13px;}
	.logo2 img {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 87%;
	}
	.learnmore {
    right: 53%;
    bottom: 3%;
	}
	.cycloneslider-caption-title br{ display:none;}
	.cycloneslider-caption-title span{ font-size: 13px; padding: 0 6px;}
	.slider_home .cycloneslider-template-standard .cycloneslider-caption-title {
    font-size: 13px !important;
}
.slider_home .cycloneslider-template-standard .cycloneslider-caption{  max-height: 87px;}
.slider_home .cycloneslider-template-standard .cycloneslider-next {
    right: 82% !important;
}
.slider_home .cycloneslider-template-standard .cycloneslider-caption{width: 351px;}

.inner_page_desc{padding: 0 30px;}
#list_box_left {
    padding: 28px 2%;
}
#list_box_right {
    padding: 0 2%;
}
}
@media only screen and (max-width:400px){ #list_box_left {
    padding: 28px 8%;
}
#list_box_right {
    padding: 0 8%;
}
}



@media only screen and (max-width:375px)
{

.right_contact_list ul li {
    clear: none;
    padding: 0 6px;
}
.right_contact_list ul li a{ font-size: 11px; padding: 4px 0 4px 28px;}

.contactForm .wpcf7-form input{ width: 288px; }


/****************** inner page ****************/

	#searchform {
    margin-top: 0;
	}


.learnmore {
    right: 54%;
    bottom: 7%;
    padding: 10px 0 10px 0;
}
#footer-first {
    float:left;
    width: 50%;
}
.alignright {
    float: none;
    text-align: center;
	padding:0 0 10px;
}

.alignleft {
    float: none;
    text-align: center;
}
.forms ul {
    padding:0 10px;
   
   
}

.right {

    overflow: hidden;
}
.main {
    margin: 10px 0 0;
}
.logo2 {
    width: 100%;
}
	.logo2 img {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 36%;
	}

.learnmore
{
	padding:16px 24px 16px 22px;
}
.learnmore a
{

	padding:0 23px 0 0;

}
.slider_home .cycloneslider-template-standard .cycloneslider-caption-title{ padding:15px 26px 6px;}
.slider_home .cycloneslider-template-standard .cycloneslider-caption { width: 313px; }
.inner_page_desc{padding: 0 30px;}
.btmmenu {
    padding: 14px 17px;
}

#list_box_left {
    padding: 28px 7%;
}
#list_box_right {
    padding: 0 7%;
}

}

@media only screen and (max-width:320px)
{

.contactForm .wpcf7-form input {
    width: 240px;
}

.contactForm textarea, input {
    padding: 5px;
    outline: none;
    width: 250px;
}



/*************** inner page **************/


.sub-menu li a{ background:none!important; }

	.main {
    margin: 10px 0 0;
}
.logo2 {
    width: 100%;
}
.learnmore {
  right: 4%;
    bottom: 2%;
  	padding:10px 22px 10px 24px;
}
.learnmore a
{
	
    font-size: 13px;


}


.logo2 img {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 30%;
}
.slider_home .cycloneslider-template-standard .cycloneslider-caption-title {
    font-size: 10px !important;
}
.cycloneslider-caption-title span {
    font-size: 10px;}
.slider_home .cycloneslider-template-standard .cycloneslider-caption {
    width: 265px;
	top:1px;
}
.slider_home .cycloneslider-template-standard .cycloneslider-next {
    right: 2% !important;
}
#list_box_left {
    padding: 28px 3%;
}
#list_box_right {
    padding: 0 3%;
}
#footer-first{ width:100%;}
#footer-second {
    margin: 13px 0 0;
    width: 100%;
}

.right_contact_list{ width:100%; clear:both; display:block;}
.right_contact_list ul{ width:100%; float:left; clear:both; margin:5px 0;}
.right_contact_list ul li{ clear:none; padding:0 6px;}
.right_contact_list ul li a{ font-size: 11px;}
#footer-fourth{ width:100%;}
#footer-third { width: 100%; }
.social-icons a{ padding:0 11px;}
.inner_page_desc{padding: 0 30px;}
.btmmenu { padding: 14px 17px;}
}
