/*------------------*/
/*	GENERAL
/*------------------------------------------------------*/

/* ----------- Logo ----------- */


.clear { clear:both !important; }
.u { text-decoration:underline !important; }
.u-none { text-decoration:none !important; }
.b { font-weight:bold !important; }
.em { font-style:italic !important; }
.hand { cursor:pointer !important; }
.no-border { border:none !important; }
.no-bg { background:none !important; }
.uppercase{ text-transform:uppercase}
small{font-size:11px;}
img {    max-width: 100%;}
.d-none{ display:none  !important;}
.cursor{ cursor:pointer}
/*===================================overflow=============================================*/
.o-hidden { overflow:hidden !important; }
.o-auto { overflow:auto !important; }
/*===================================alignment=============================================*/
.a-left { text-align:left !important; }
.a-center { text-align:center !important; }
.a-right { text-align:right !important; }
/*===================================float=============================================*/
.f-left { float:left !important; }
.f-right { float:right !important; }
.f-none { float:none !important; }
.c-left { clear:left !important; }
.c-right { clear:right !important; }
/*===================================margin=============================================*/
.m-zero { margin:0 !important }
.m-left5 { margin-left:5px !important; }
.m-top5 { margin-top:5px !important; }
.m-top15 { margin-top:15px !important; }
.m-right10{ margin-right:10px !important}
.m-right5{margin-right:5px}
/*===================================padding=============================================*/
.p-left0 { padding-left:0 !important }
.p-zero { padding:0 !important }
.p-top0 { padding-top:0 !important }
/*===================================width=============================================*/
.w-100per { width:100% !important; }
.wi-49per { width:49% !important; }
/*===================================height=============================================*/
.h-100per { height:100% !important; }
/*===================================fonts=============================================*/
.f-size13 { font-size:13px !important }
/*===================================fields=============================================*/

#trueHeader #logo{
	float:left;
	display:block;
 height: 60px;
    text-indent: -999em;
    width: 311px;
	background:url(../images/new/logo.png) no-repeat left top;
}


/*------------------*/
/*	SITE STRUCTURE
/*------------------------------------------------------*/

.site_wrapper {
	width: 100%;
	margin: 0 auto 0 auto;
}
.container_full {
	width: 100%;
	float: left;
	margin: auto auto auto auto;
}
.container {
	width: 1170px;
	margin: auto auto auto auto;
}


/* columns */
.one_half, .one_third, .one_fourth, .two_third, .three_fourth, .one_fifth {
	position: relative;
	margin-right: 4%;
	float: left;
}
.one_full {
	width: 100%;
}
.one_half {
	width: 48%;
}
.one_third {
	width: 30.650%;
}
.one_fourth {
	width: 22%;
}
.one_fifth {
	width: 16.800%;
}
.two_third {
	width: 65.350%;
}
.three_fourth {
	width: 74%;
}

.last {
	margin-right: 0 !important;
	clear: right;
}


/*------------------*/
/*	MENU
/*------------------------------------------------------*/

#access .menu {
	list-style: none;
	font-weight: normal;
	position: relative;
	float: right;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	margin-top: 0px;
}
#access .menu select {
	border: 2px solid #eee;
	padding: 10px 10px 10px 10px;
	background-color: #f9f9f9;
	color: #333;
}
#access .menu ul {
	margin: 0px;
	list-style-type: none;
	position: relative;
	text-align: left;
	z-index: 1001;
	height: auto;
	margin: 9px 0px 9px 0px;
	float: right;
}
#access .menu ul li {
	position: relative;
	display: inline-block;
	padding: 0;
	z-index: 101;
	margin: 0px 4px 0px 0px;
	float: left;
	background: url(../images/new/menu-divider.png) no-repeat right 31px;
}
#access .menu ul li.last {
	background: none;
}
#access .menu ul li a {
	display: inline-block;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1;
	color: #3b3a39;
	margin: 0;
	padding: 13px 12px 12px 14px;
	text-align: center;
}
#access .menu ul li a i {
	margin-left: 4px;
}
#access .menu ul li a:hover {
	color: #fff;
	background-color: #aa95c3;
	border-radius: 4px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
} 
#access .menu ul li a.active {
	color: #fff;
	background-color: #aa95c3;
	border-radius: 4px;
}

#access .menu ul li ul {
	position: absolute;
	left: 0;
	height: auto;
	display: none;
	visibility: hidden;
	width: 194px;
	padding: 0;
	margin-top: -1px;
	text-align: left;
	background: #aa95c3;
	border-radius: 4px;
	border-top-left-radius: 0px;
}
#access .menu ul li ul li {
	display: list-item;
	float: none;
	background: none;
	padding: 0;
	margin: 0;
	height: auto;
}
#access .menu ul li ul li ul {
	top: 0;
}
#access .menu ul li ul li a {
	margin: 0;
	border: none;
	display: block;
	padding: 14px 17px 14px 17px;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	color: #fff;
	background: #aa95c3;
	width: 159px;
	text-align: left;
	border-bottom: 1px solid #f6f6f6;
	border-radius: 4px;
	border-top-left-radius: 0px;
}
#access .menu ul li ul li a:hover,
#access .menu ul li ul li.active a,
#access .menu ul li ul li a.selected {
	background: #ffa841;
	border-bottom: 1px solid #f3f3f3;
	color: #fff;
	padding: 14px 17px 14px 17px;
	border-radius: 4px;
	border-top-left-radius: 0px;
}

#access .menu ul li ul li:last-child {
	border: none;
}
* html #access .menu {
	height: 1%;
}

.selectnav {display: none; width: 440px; margin-left: 20px;}



/*------------------*/
/*	PAGES
/*------------------------------------------------------*/

.slider_button1 {
	float: left;
	background: url(../images/new/slider-but02.png) no-repeat center top;
	width: 180px;
	height: 50px;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	text-align: right;
	vertical-align: middle;
	line-height: 50px;
	text-transform: uppercase;
}
.slider_button1 i {
	float: left;
	margin: 18px 0px 0px 18px;
}
.slider_button1:hover {
	color: #fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.slider_button2 {
	float: left;
	background: url(../images/new/slider-but02.png) no-repeat center top;
	width: 180px;
	height: 50px;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	text-align: right;
	vertical-align: middle;
	line-height: 50px;
	text-transform: uppercase;
}
.slider_button2 i {
	float: left;
	margin: 18px 0px 0px 18px;
}
.slider_button2:hover {
	color: #fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

/* all bottom sections */
.bottom_section {
	width: 100%;
	/* padding: 154px 0 100px 0; */
	background-image: url(../images/new/slider-bg1.jpg);
	background-size: cover;
	position: relative;
	background-position: 50% 50%;
}
.bottom_section  .bs-bg {
    background-image: url(../images/dot-pattern.png);
    background-repeat: repeat;
    background-color: rgba(0,0,0,0.1);
    padding: 154px 0 100px 0;
    }
.bottom_section .one_half {
	float: left;
	width: 48%;
	margin-right: 4%;
}

.new_website {
	float: left;
	width: 70%;
	height: 332px;
	padding-left: 30%;
	padding-top: 28px;
	background: url(../images/new/new-website-pic.png) no-repeat left top;
}
.new_website strong {
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 5px;
}
.new_website ul {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 13px 0px 0px 0px;
}
.new_website li {
	float: left;
	padding: 13px 0px;
	margin: 0 3% 0 0;
	width: 45%;
	background-color: #fff;
	border-radius: 4px;
	color: #3b3a39;
}
.new_website li i {
	margin-left: 13px;
	margin-right: 4px;
	color: #727272;
}
.new_website a {
	float: left;
	color: #aa95c3;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 22px;
}
.new_website a:hover {
	color: #3b3a39;
}

.people_says {
	float: left; margin-bottom: 4%;
	width: 93%;
	padding: 0 0 0 7%;    font-size: 20px;
    line-height: 34px; text-align: center;
  }

/* clients */
.clients {
	float: left;
	width: 100%;
}
.clients img {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7; 
	opacity: 0.7;
}

.twitter_feeds_main {
	float: left;
	width: 100%;
	background: #aa95c3 url(../images/new/bg-texture3.png) repeat-x left top;
	margin-top: 30px;
	padding: 20px 0px 20px 0px;
	-webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 4px 0px 0px #FFF;
  	-moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 4px 0px 0px #FFF;
  	box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 4px 0px 0px #FFF;
}
.twitter_feeds {
    background: url("../images/new/twitter-icon.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    color: #AA95C3;
    float: left;
    min-height: 60px;
    padding-left: 29%;
    padding-top: 17px;
    width: 92%;
}
.twitter_feeds a {
	color: #fff;
}
.twitter_feeds a:hover {
	color: #3b3a39;
}
.twitter_feeds strong {
	font-weight: 600;
}
.twitter_feeds small a {
	color: #fff;
	font-size: 10px;
	margin-right: 5px;
}
.twitter_feeds small a:hover {
	color: #727272;
}

.wave_graphs {
	float: left;
	background: url("../images/new/waves-graph.png") repeat-x scroll left top rgba(0, 0, 0, 0);
	width: 100%;
	height: 7px;
	margin-top: -7px;
	display: none;
	}

/* footer */
.footer {
	float: left;
	width: 100%;
	background-color: #1a1a1a;
}
.footer .one_fourth {
	float: left;
	width: 22%;
	color: #999;
}
.footer h3 {
	color: #ddd;
	font-family: "lovelo", sans-serif;
	font-size: 13px;
	letter-spacing: 2px;
	font-weight: 400;
	margin: 0;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 10px;
}
.footer p {
    color: #bbb;
    font-size: 13px;
    line-height: 1.9;
    margin: 0 0 10px 0;
    }

.footer ul.list {
	padding: 0px;
	margin: -5px 0px 0px 0px;
}
.footer .list li {
	margin: 0;
	padding: 0px;
	line-height: 28px;
}
.footer .list li i {
	margin-right: 4px;
	font-weight: bold;
}
.footer .list li a {
	color: #999;
}
.footer .list li a:hover {
	color: #eee;
}
.footer ul.recent_blogs {
	padding: 12px 0px 0 0px;
	margin: -5px 0px 0px 0px;
}
.footer .recent_blogs li {
	/* padding: 0px 0 16px 0px; */
	/* margin: 0px 0px 16px 0px; */
	/* float: left; */
}
.footer .recent_blogs li.last {
	margin: 0px 0px 0px 0px;
	border-bottom: none;
}
.footer .recent_blogs li img {
	border: 3px solid #fff;
	float: left;
	margin-right: 20px;
}
.footer .recent_blogs li a {
	color: #999;
}
.footer .recent_blogs li a:hover {
	color: #eee;
}
.footer .recent_blogs li i {
	font-size: 11px;
	line-height: 16px;
	float: left;
	margin-top: 5px;
	font-style: normal;
	color: #727272;
}
.footer .recent_blogs li p {
	margin: -5px 0px 0px 0px;
}

.footer .any_questions {
	float: left;
	padding: 20px 10px 18px 20px;
	margin: 5px 0 0 0;
	min-width: 188px;
	min-height: 88px;
	background-color: #212121;
	border-radius: 4px;
	color: #999;
}
.footer .any_questions img {
	float: left;
	margin-right: 20px;
}
.footer .any_questions p {
	line-height: 18px;
}
.footer .any_questions h3 {
	color: #e3e3e3;
	margin: 0px;
	font-weight: bold;
	font-size: 18px;
}
.footer .any_questions h3 i {
	color: #eee;
	text-transform: none;
	font-size: 14px;
	font-style: normal;
}

.footer .live_chat {
	float: left;
	padding: 20px 10px 18px 20px;
	margin: 27px 0 0 0;
	min-width: 188px;
	background-color: #212121;
	border-radius: 4px;
	text-transform: uppercase;
}
.footer .live_chat img {
	float: left;
	margin-right: 20px;
}
.footer .live_chat a {
	font-size: 27px;
	color: #e3e3e3;
	line-height: 22px;
}
.footer .live_chat h2 {
	font-size: 27px;
	color: #e3e3e3;
	line-height: 22px;
	margin: 0px;
	font-weight: 600;
}
.footer .live_chat h2 i {
	font-size: 14px;
	color: #999;
	font-style: normal;
}
.footer .live_chat a:hover {
	color: #999;
}

.footer_sectwo {
	float: left;
	width: 100%;
	margin-top: 30px;
}
.footer_sectwo .container {
	background: url(../images/new/h-line.png) repeat-x left top;
	padding-top: 28px;
}
.footer_sectwo .free_scripts h4 {
	color: #fff;
	width: 130px;
	float: left;
}
.footer_sectwo .free_scripts {
	float: left;
	width: 48%;
}
.footer_sectwo .free_scripts ul {
	float: left;
	padding: 0px;
	margin: 4px 0px 0px 0px;
}
.footer_sectwo .free_scripts li {
	float: left;
	padding: 0px;
	margin: 0px 11px;
}

.footer_sectwo .payments_list h4 {
	color: #fff;
	width: 100px;
	float: left;
}
.footer_sectwo .payments_list {
	float: right;
	width: 48%;
}
.footer_sectwo .payments_list ul {
	float: left;
	padding: 0px;
	margin: 4px 0px 0px 0px;
}
.footer_sectwo .payments_list li {
	float: left;
	padding: 0px;
	margin: 0px 10px;
}

/* copyrights */
.copyright_info {
	background-color: #111;
	padding-top: 22px;
	padding-bottom: 20px;
	overflow: hidden;
}
.copyright_info .one_half{
	float: left;
	width: 48%;
	margin-right: 4%;
}
.copyright_info b {
	font-style: normal;
	font-weight: 300;
	font-size: 13px;
	margin: 0;
	line-height: 2.4;
	color: #bbb;
}
.copyright_info span {
	float: right;
}
.copyright_info a {
	margin-top: 10px;
	text-align: right;
	color: #bbb;
	font-size: 13px;
	line-height: 1.9;
}
.copyright_info a:hover {
	color: #aa95c4;
}

/* footer social links */
ul.footer_social_links {
	float: right;
	padding: 0px;
	margin: 6px 0px 0px 0px;
}
.footer_social_links li {
	float: left;
	padding: 0px;
	margin: 0 10px;
	text-align: center;
	vertical-align: middle;
	/* background-color: #333; */
	color: #999;
}
.footer_social_links li:hover {
	/* background-color: #454545; */
}
.footer_social_links li i {
	font-size: 16px;
	color: #bbb;
}


/*------------------*/
/*	CONTENT
/*------------------------------------------------------*/
.content_left {
	float: left;
	width: 71%;
	padding: 40px 0px 40px 0px;
}
.content_fullwidth {
	float: left;
	width: 100%;
	padding: 40px 0px 50px 0px;
}
.right_sidebar {
	float: right;
	width: 25%;
	padding: 40px 0px 40px 0px;
}
.left_sidebar {
	float: left;
	width: 25%;
	padding: 40px 0px 50px 0px;
}
.content_right {
	float: right;
	width: 71%;
	padding: 40px 0px 40px 0px;
}

/* page title */
.page_title {
	float: left;
	width: 100%;
	padding-top: 69px;
	padding: 50px 0px;
	/* background: #000000 url(../images/new/bg-texture4.png) repeat left top; */
	padding-top: 114px;
	background-image: url(../images/dot-pattern.png);
	background-repeat: repeat;
	background-color: rgba(0,0,0,0.8);
}
.page_title .title {
	width: 100%;
	float: left;
	text-align: left;
	margin: 0px;
}
.page_title .title h1 {
	margin: 0px 0px 0px 0px;
	background: none;
	font-weight: 300;
	color: #fff;
}
.page_title .pagenation {
	float: left;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
	font-weight: normal;
	color: #eee;
	margin: 4px 0px 0px 0px;
	padding: 0px;
	font-family: 'Raleway', sans-serif;
}
.page_title .pagenation i {
	color: #999;
	margin: 0px 2px 0px 2px;
}
.page_title .pagenation a {
	padding: 0px 0px 0px 0px;
	color: #999;
}
.page_title .pagenation a:hover {
	color: #eee;
}


/* our team */
.our_team_box {
	width: 100%;
	float: left;
}
.our_team_box ul {
	margin: 0;
	padding: 7px 0 0 0px;
	float: left;
	width: 180px;
}
.our_team_box li {
	margin: 0;
	padding: 0;
	line-height: 18px;
	list-style-type: none;
	color: #a9a9a9;
}
.our_team_box li a {
	margin: 7px 5px 0 0;
	padding: 0;
	float: left;
}
.our_team_box  img.teammempic {
	width: 100%;
	margin: 0px;
	padding: 0;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9; 
	opacity: 0.9;
}
.our_team_box  img.teammempic:hover {
	width: 100%;
	margin: 0px;
	padding: 0;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1; 
	opacity: 1;
}
.our_team_box li a img:hover {
	margin: 0px;
	padding: 0;
	opacity: 0.7;
	filter: alpha(opacity=10);
}
.our_team_box li strong {
	font-size: 13px;
	color: #454545;
	display: block;
}
.our_team_box li strong i {
	color: #999;
	font-size: 11px;
	font-style: normal;
}
.our_team_box .boxleft {
	width: 180px;
	float: left;
	margin: 0px 36px 0 0;
}
.our_team_box .cont-area {
	float: left;
	font-size: 10px;
	color: #727272;
	width: 100%;
	margin-bottom: 10px;
}
.our_team_box .boxright {
	width: 180px;
	float: right;
	margin: 0px;
}
.our_team_box li a i {
	color: #dadada;
	margin-right: 1px;
}

/* our team big */
.our_team_box_big {
	width: 100%;
	float: left;
}
.our_team_box_big ul {
	margin: 0;
	padding: 20px 0 0 0px;
	float: left;
	width: 245px;
}
.our_team_box_big li {
	margin: 0;
	padding: 0;
	line-height: 18px;
	list-style-type: none;
	color: #a9a9a9;
	font-family: 'lovelo', sans-serif;
	letter-spacing: 0.5px;
}
.our_team_box_big li a {
	margin: 7px 5px 0 0;
	padding: 0;
	float: left;
}
.our_team_box_big  img.teammempic {
	/*width: 245px;*/
	margin: 0px;
	padding: 0;
	/*float: left;*/
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9; 
	opacity: 0.9; /*display:block*/
}
.our_team_box_big  img.teammempic:hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1; 
	opacity: 1;
}
.our_team_box_big li a img:hover {
	margin: 0px;
	padding: 0;
	opacity: 0.7;
	filter: alpha(opacity=10);
}
.our_team_box_big li strong {
	font-size: 15px;
	color: #454545;
	display: block;
}
.our_team_box_big li strong, .our_team_box_big li strong a{ float:left}
.our_team_box_big li strong i {
	color: #999;
	font-size: 12px;
	font-style: normal;
}
.our_team_box_big .cont-area {
	float: left;
	font-size: 10px;
	color: #727272;
	width: 100%;
	margin-bottom: 10px; text-align:center;
}
.our_team_box_big li a i {
	color: #dadada;
	margin-right: 4px;
}

ul.list_doted02 {
	float: left;
	margin: 13px 0px 0px 0px;
	padding: 0px;
}
.list_doted02 li {
	margin: 0px 0px 13px 0px;
	padding: 0px 0px 0px 13px;
}
.list_doted02 li h5 {
	margin-bottom: 2px;
	padding-bottom: 8px;
	border-bottom: 1px solid #f3f3f3;
}

.big_text1 {
	/* font-family: 'Open Sans', sans-serif; */
	font-weight: 300;
	font-size: 27px;
	line-height: 35px;
	color: #000;
}
.big_text1 i {
	color: #aa95c3;
	font-style: normal;
	font-weight: normal;
}
.sub-tit{ width:100%}
.sub-tit h3{font-size: 20px;font-weight:normal;display:inline-block;float:left;font-family: 'lovelo', sans-serif;}
.sub-tit a,.our_team_box_big li a{background:url(../images/new/ed-icon.png) no-repeat left top; display:inline-block; width:17px; height:17px;float:left; margin:3px 0 0 7px;filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5; 
	opacity: 0.5;}
.our_team_box_big li a{ margin:1px 0 0 7px}
.sub-tit a:hover, .our_team_box_big li a:hover{ filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8; 
	opacity: 0.8;}
.big_text2 {
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 22px;
	color: #aa95c3;
	padding-top: 22px;
	padding-bottom: 22px;
	font-style: italic;
	text-align: center;
	width: 100%;
	background: #f9f9f9 url(../images/new/h-lines2.png) repeat-x left top;
}
.big_text2 i {
	font-weight: 300;
}

ul.fullimage_box {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 48%;
}
.fullimage_box li {
	padding: 0px;
	margin: 0px;
}
.fullimage_box li img {
	margin-bottom: 8px;
	width: 100%;
}
.fullimage_box li img:hover {
}
ul.fullimage_box.last {
	float: left;
	width: 48%;
	margin-left: 4%;
}

ul.fullimage_box2 {
	float: left;
	padding: 30px 20px;
	margin: 0px;
	width: 86.6%;
	border: 1px solid #eee;
	border-radius: 4px;
}
.fullimage_box2 li {
	padding: 0px;
	margin: 0px;
	text-align: center;
}
ul.fullimage_box2.last {
	float: left;
	width: 100%;
	margin-left: 4%;
}
.fullimage_box2 li i {
	color: #aa95c3;
}
.fullimage_box2 h3 {
	color: #aa95c3;
	margin-top: 13px;
}

.box_widget_full {
	float: left;
	width: 96%;
	padding: 2%;
	margin: 0px;
	background-color: #fbfbfb;
	border: 1px solid #eee;
	border-bottom: 2px solid #eee;
}
.box_widget_full h3 {
	margin-bottom: 10px;
}
.box_widget_full i {
	float: left;
	margin-right: 20px;
}


/* client logos */
ul.clients_logos_list {
	padding: 0;
	margin: 30px 0 0 0px;
	position: relative;
}
.clients_logos_list li {
	padding: 0;
	margin: 0;
	float: left;
	width: 25%;
}
.clients_logos_list li.last {
	margin: 0 0px 0 0;
}

/* get features */
.get_features {
	width: 100%;
	float: left;
	padding: 0px;
	margin: 0px;
}
.get_features h5 {
	margin-bottom: 7px;
	font-weight: normal;
}
.get_features p {
	line-height: 19px;
}
.get_features ul.get_features_list {
	float: left;
	padding: 0px;
	margin: 0px 0px 35px 0px;
}
.get_features ul.get_features_list.last {
	margin: 0px 0px 0px 0px;
}
.get_features .get_features_list li {
	float: left;
	padding: 0px;
	margin: 0px;
}
.get_features .get_features_list li.left {
	float: left;
	padding: 0px;
	margin: 0px 15px 0px 0px;
	width: 44px;
	height: 44px;
	background-color: #aa95c3;
	border-radius: 45px;
	text-align: center;
	line-height: 52px;
	vertical-align: middle;
}
.get_features .get_features_list li.left i {
	color: #fff;
}
.get_features .get_features_list li.right {
	width: 80%;
}


/* section 2 */
ul.lirt_section {
	float: left;
	padding: 0px;
	margin: 0 0 20px 0;
	width: 100%;
}
.lirt_section li.left {
	float: left;
	padding: 0px;
	margin: 0 25px 0 0;
	width: 65px;
	height: 65px;
	line-height: 65px;
	text-align: center;
	vertical-align: middle;
	background-color: #f3f3f3;
	border-radius: 100%;
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px #FFF;
  -moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px #FFF;
  box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px #FFF;
  font-size: 22px;
}
.lirt_section li strong {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #aa95c3;
	display: block;
	margin: 8px 0 0 0;
	font-family: 'Raleway', sans-serif;
}
.about .lirt_section li strong {
    margin:21px 0 0
}
.lirt_section li i {
	font-style: normal;
}

/* 404 Error Page */
.error_pagenotfound {
	padding: 50px 30px 58px 30px;
	margin: 0 auto;
	width: 67%;
	background-color: #fff;
	border: 1px solid #eee;
	border-bottom: 5px solid #eee;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
}
.error_pagenotfound strong {
	display: block;
	font-size: 145px;
	line-height: 100px;
	color: #e3e3e3;
	font-weight: normal;
}
.error_pagenotfound b {
	display: block;
	font-size: 40px;
	line-height: 40px;
	color: #eee;
	margin: 0;
	font-weight: 300;
}
.error_pagenotfound em {
	display: block;
	font-size: 18px;
	line-height: 50px;
	color: #aa95c3;
	margin: 0;
	font-style: normal;
}

/* portfolio single image */
.portfolio_area {
	padding: 0px;
	margin: 0px;
	width: 100%;
	float: left;
}
.portfolio_area_left {
	padding: 0px;
	margin: 0px;
	width: 75%;
	float: left;
}
.portfolio_area_left img {
	padding: 0px;
	margin: 0px;
	width: 100%;
	float: left;
	-webkit-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.portfolio_area_right {
	padding: 0px;
	margin: 0px 0px 0px 3%;
	width: 22%;
	float: left;
}
.project_details {
	padding: 0px;
	margin: 70px 0px 0px 0px;
}
.project_details span {
	padding: 5px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	font-weight: bold;
	color: #454545;
	float: left;
	width: 100%;
	border-bottom: 1px solid #e3e3e3;
}
.project_details strong {
	padding: 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 13px;
	font-weight: bold;
	color: #727272;
	float: left;
	width: 40%;
}
.project_details em {
	padding: 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;

	color: #727272;
	float: left;
	width: 60%;
}
.project_details span a {
	padding: 3px 10px;
	margin: 0px 0px 0px 3px;
	font-size: 11px;
	line-height: 30px;
	font-weight: normal;
	font-style: normal;
	color: #727272;
	background-color: #e3e3e3;
	border-radius:3px;
}
.project_details span a:hover {
	background-color: #ddd;
}
.addto_favorites {
	padding: 3px 10px 5px 10px;
	margin: 20px 0px 0px 0px;
	width: 122px;
	display: block;
	border-radius:3px;
	font-size: 13px;
	color: #999;
	background: #eee;
}
.addto_favorites:hover {
	background: #ddd;
}
.addto_favorites i {
	color: #c3c3c3;
}

ul.small_social_links {
	padding: 0px;
	margin: 9px 0 25px 0px;
}
.small_social_links li {
	padding: 0px;
	margin: 0px 9px 0px 0px;
	float: left;
}
.small_social_links li i {
	color: #aa95c3;
}
.small_social_links li a {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
.small_social_links li a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.portfolio_image {
	float: left;
	width: 97%;
	padding: 0px;
	margin: 0px;
	border: 5px solid #fff;
	-webkit-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.portfolio_image .title {
	float: left;
	width: 92%;
	padding: 10px 19px 7px 20px;
	margin: 0px;
	font-size: 13px;
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}
.portfolio_image i {
	position: absolute;
	display: none;
	color: #fff;
	margin-left: 45%;
	margin-top: 22%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
.portfolio_image:hover i {
	display: block;
}
.portfolio_image img {
	float: left;
	width: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.portfolio_image img:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

/* blog */
.blog_post {
	float: left;
	width: 100%;
}
.blog_post h3 {
	float: left;
	text-align: left;
	color: #333;
	width: 85%;
	line-height: 30px;
}
.blog_post h3 a {
	color: #aa95c3;
	text-decoration: none;
	float: left;
	margin-top: 3px;
	text-transform: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 30px;
}
.blog_post h3 a:hover {
	color: #3b3a39;
}
.post_info_content {
	padding: 0px;
	margin: 10px 0 0 10%;
	width: 90%;
	float: left;
}
ul.post_meta_links {
	float: left;
	margin: -10px 0px 0px -6px;
	padding: 0px 0px 0px 0px;
	width: 80%;
}
.post_meta_links li {
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 4px;
	list-style-type: none;
	color: #999;
}
.post_meta_links li.post_by {
	padding: 0px 0px 0px 25px;
	background: url(../images/new/blog/icon-by-user.png) no-repeat 5px 5px;
}
.post_meta_links li.post_categoty {
	padding: 0px 0px 0px 22px;
	background: url(../images/new/blog/icon-category.png) no-repeat 2px 6px;
}
.post_meta_links li.post_comments {
	padding: 0px 0px 0px 22px;
	background: url(../images/new/blog/icon-comments.png) no-repeat 2px 5px;
}
.post_meta_links li a {
	color: #a1a1a1;
	padding: 0px 18px 0px 0px;
	text-decoration: none;
	font-size: 11px;
}
.post_meta_links li a:hover {
	color: #727272;
	text-decoration: none;
}
.blog_postcontent {
	float: left;
	width: 100%;
}
.blog_postcontent .image_frame {
	float: left;
	width: 98%;
	border: 7px solid #fff;
	margin-bottom: 25px;
	-webkit-box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}
.blog_postcontent .image_frame:hover {
	border: 7px solid #f9f9f9;
}
.blog_postcontent .image_frame img {
	float: left;
	width: 99.7%;
	border: 1px solid #fff;
}
.blog_postcontent .video_frame iframe {

	float: left;
	width: 98%;
	height: 400px;
	border: 7px solid #fff;
	margin-bottom: 25px;
	-webkit-box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}
.blog_postcontent .video_frame iframe:hover {
	border: 7px solid #f9f9f9;
}

/* blog small */
.blog_post h3 {
	width: 74%;
}
.blog_postcontent .image_frame.small {
	float: left;
	width: 43%;
	border: 7px solid #fff;
	margin-bottom: 25px;
	-webkit-box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}
.blog_postcontent .image_frame.small:hover {
	border: 7px solid #f9f9f9;
}
.blog_postcontent .image_frame img {
	float: left;
	width: 99.7%;
	border: 1px solid #fff;
}
.blog_postcontent .video_frame.small iframe {
	float: left;
	width: 43%;
	height: 180px;
	border: 7px solid #fff;
	margin-bottom: 25px;
	-webkit-box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}
.blog_postcontent .video_frame iframe:hover {
	border: 7px solid #f9f9f9;
}
.post_info_content_small {
	padding: 0px;
	margin: 0 0 0 4%;
	width: 50%;
	float: left;
}
ul.post_meta_links_small {
	float: left;
	margin: -15px 0px 12px 80px;
	padding: 0px 0px 0px 0px;
	width: 80%;
}
.post_meta_links_small li.post_by {
	float: left;
	padding: 0px 0px 0px 18px;
	background: url(../images/new/blog/icon-by-user.png) no-repeat 0px 5px;
}
.post_meta_links_small li.post_categoty {
	float: left;
	padding: 0px 0px 0px 26px;
	background: url(../images/new/blog/icon-category.png) no-repeat 9px 6px;
}
.post_meta_links_small li.post_comments {
	float: left;
	padding: 0px 0px 0px 26px;
	background: url(../images/new/blog/icon-comments.png) no-repeat 9px 5px;
}
.post_meta_links_small li a {
	color: #a1a1a1;
	padding: 0px 5px 0px 0px;
	text-decoration: none;
	font-size: 11px;
}
.post_meta_links_small li a:hover {
	color: #727272;
	padding: 0px 5px 0px 0px;
	text-decoration: none;
	font-size: 11px;
}
.blog_post a.date {
	padding: 10px 5px 0px 0px;
	text-decoration: none;
	width: 55px;
	height: 55px;
	text-align: center;
	background: #f9f9f9;
	display: block;
	margin-right: 20px;
	float: left;
	-webkit-box-shadow:  0px 0px 2px 0px rgba(0, 0, 0, 0.1);
	box-shadow:  0px 0px 2px 0px rgba(0, 0, 0, 0.1);
}
.blog_post a.date strong {
	color: #aa95c3;
	font-size: 27px;
	font-weight: normal;
	display: block;
	margin-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}
.blog_post a.date:hover strong {
	color: #333;
}
.blog_post a.date i {
	color: #fff;
	font-size: 11px;
	font-style: normal;
	padding: 0px 0px;
	display: block;
	border-top: 1px solid #f3f3f3;
	width: 60px;
	background-color: #aa95c3;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}
.blog_post a.date:hover i {
	background-color: #3b3a39;
}
.post_readmore:link, .post_readmore:visited {
	float: right;
	height: 27px;
	width: 185px;
	text-align: center;
	padding-top: 7px;
	color: #fff;
	text-decoration: none;
	background: url(../images/new/skin01/but_post_readmore.jpg) no-repeat left top;
}
.post_readmore:hover {
	float: right;
	height: 27px;
	width: 185px;
	text-align: center;
	padding-top: 7px;
	color: #fff;
	text-decoration: none;
	background: url(../images/new/skin01/but_post_readmore_hover.jpg) no-repeat left top;
}
.sharepost {
	float: left;
	width: 80%;
	margin-bottom: 40px;
}
.sharepost ul {
	margin: 0px;
	padding: 0px;
}
.sharepost li {
	margin: 0px 7px 5px 0px;
	padding: 2px 5px;
	float: left;
	border-radius: 2px;
	list-style-type: none;
	background-color: #aa95c3;
}
.sharepost li i {
	color: #fff;
}
.sharepost li:hover {
	background-color: #3b3a39;
}

.about_author {
	float: left;
	width: 93%;
	padding: 20px;
	background-color: #f9f9f9;
	border: 1px solid #eee;
}
.about_author img {
	float: left;
	margin-right: 20px;
}
.about_author a {
	font-family: 'Open Sans' !important;
	font-weight: normal;
	font-weight: 600;
	color: #333;
}
.about_author a:hover {
	color: #aa95c3;
}


/* pagination */
.pagination {
	clear:both;
	padding:10px 0;
	margin-bottom:20px;
	font-family: 'Open Sans', sans-serif;
}
.pagination b{
	float:left;
	margin: 0px 5px 2px 0;
	padding:0px 10px;
	font-weight: normal;
	color: #999;
}
.pagination a.navlinks {
	font-size: 12px;
	color: #454545;
	background-color: #eee;
	font-weight: 600;
	text-transform: uppercase;
	padding: 7px 10px;
	border-radius: 3px;
}
.pagination a.navlinks:hover {
	color: #fff;
	background-color: #454545;
}
.pagination a.current {
	color: #fff;

	background-color: #454545;
}

/* comment form */
.comment_form {
	float: left;
	width: 100%;
	margin-top: 30px;
}
.comment_form label{
	float: left;
	width: 90px;
	height: 15px;
	padding: 7px 10px;
	margin-bottom: 20px;
}
.comment_input_bg {
	float: left;
	width: 75%;
	height: 25px;
	padding: 7px 10px 0px 10px;
	border-top: 2px solid #e3e3e3;
	border-left: 2px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #f9f9f9;
}
.comment_textarea_bg {
	float: left;
	width: 90%;
	height: 235px;
	padding: 7px 10px 0px 10px;
	margin-bottom: 20px;
	border-top: 2px solid #e3e3e3;
	border-left: 2px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #f9f9f9;
}
.comment_checkbox {
	float: left;
	display: block;
	width: 90%;
	margin-top: 10px;
}
.comment_submit {
	background-color: #eee;
	border: 1px solid #ddd;
	padding: 9px 13px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	border-radius: 4px;
	color: #333;
	text-transform: uppercase;
}
.comment_submit:hover {
	background-color: #f9f9f9;
	cursor: pointer;
}

/* comments */
.comment_wrap{
	padding:20px 20px 20px 0px;
	overflow:hidden;
	border-bottom:1px solid #eee;
}
.comment_wrap.chaild{
	border-bottom:1px solid #eee;
	margin:10px 20px 10px 50px;
	overflow:hidden;
}
.gravatar{
	float:left;
}

.comment_content{
	overflow:hidden;
	padding-left:20px;
	position:relative;
	min-height:80px; 
}
.comment_content .comment_meta{
	position:relative;
}
.comment_content .comment_meta .comment_author{
	display:inline;
	font-size:14px;
	font-style: normal;
}
.comment_content .comment_meta .comment_author i{
	display:inline;
	font-size:11px;
	font-style: italic;
}
.comment_content .comment_text {
	clear:both;
	padding-top:0px;
	overflow:hidden;
}
.comment_content .comment_text a {
	color: #d3d3d3;
	margin-top: 5px;
	float: left;
}
.comment_content .comment_text a:hover {
	color: #727272;
	margin-top: 5px;
	float: left;
}
#comments_section li ul li{
	margin-left: 30px;
}

/* contact form */
.comment_form {
	float: left;
	width: 690px;
	margin-top: 30px;
}
.blocklabel {
	float: left;
	width: 100%;
	display: block;
	margin-top: 10px;
}
.comment_form label{
	float: left;
	width: 90px;
	height: 15px;
	padding: 7px 10px;
	margin-bottom: 20px;
}
.input_bg {
	float: left;
	width: 70%;
	height: 32px;
	line-height: 32px;
	vertical-align: middle;
	padding: 0px 0px 0px 10px;
	border-top: 2px solid #e1e1e1;
	border-left: 2px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #f9f9f9;
}
.textarea_bg {
	float: left;
	width: 90%;
	height: 235px;
	padding: 7px 10px 0px 10px;
	margin-bottom: 20px;
	border-top: 2px solid #e1e1e1;
	border-left: 2px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #f9f9f9;
}

.address-info {
	float: left;
	background-color: #f9f9f9;
	border: 1px solid #e1e1e1;
	padding: 20px 20px 10px 20px;
	width: 91%;

	margin-bottom: 40px;
}
.discription-box{
	float: left;
	background-color: #f9f9f9;
	border: 1px solid #e1e1e1;
	padding: 20px 2%;
	width: 96%;
	margin:13px 0 10px 0;
}.discription-box h5{ margin-bottom:13px}
.address-info a {
	color: #aa95c3;
}
.address-info a:hover {
	color: #454545;
}

.google-map {
	width: 99%;
	height: 350px;
	border: 5px solid #fff;
	-webkit-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}


/* Portfolio Page */
.portfolio_page {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 100%;
}
.portfolio_page h3 {
	color: #fff;
	text-align: center;
	width: 370px;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	background-color: #35353d;
	float: left;
}
.portfolio_page .imgWrap {
    position: relative;
    width: 370px;
	height: 300px;
}
.portfolio_page .imgWrap.last {
	margin-right: 0px;
}
.portfolio_page .imgWrap img {
	float: left;
	width: 100%;
	height: 250px;
}
.portfolio_page .imgDescription {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(00, 000, 000, 0.40);
	color: #fff;
	visibility: hidden;
	opacity: 0;
}
.portfolio_page .imgWrap:hover .imgDescription {
	visibility: visible;
	opacity: 1;
}
.portfolio_page .imgDescription i {
	position: absolute;
	top: 103px;
	left: 160px;
	color: #fff;
	opacity: 0.8;
}

/* our products */
.our_products {
	width: 100%;
	float: left;
}
.our_products ul {
	width: 100%;
	float: left;
}
.our_products li {
	width: 47.8%;
	float: left;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 10px;
}
.our_products li h4 {
	color: #3b3a39;
	margin-top: 5px;
	margin-bottom: 10px;
}
.our_products li.last {
	width: 47.8%;
	float: left;
	margin-top: 20px;
}
.our_products.big {
	margin-top: -25px;
}

.our_products li .icon {
	float: left;
	width: 100px;
	height: 100px;
	border: 3px solid #f0f0f0;
	border-radius: 100%;
	text-align: center;
	line-height: 120px;
	vertical-align: middle;
	margin-right: 30px;
}
.our_products li .icon i {
	color: #b9b9b9;
	font-size: 40px;
}
.our_products.two li .icon i {
	color: #aa95c3;
}

/* fresh projects */
.fresh_projects {
	float: left;
	width: 100%;
	background: #f0f0f0 url(../images/new/elements/light_honeycomb.png) repeat left top;
	text-align: center;
	-webkit-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.1), 0px 4px 0px 0px #FFF;
  	-moz-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.1), 0px 4px 0px 0px #FFF;
  	box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.1), 0px 4px 0px 0px #FFF;
}
.fresh_projects h1 {
	font-size: 40px;
	padding: 0px;
	margin: 0px 0px 45px 0px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
.fresh_projects h1 strong {
	font-weight: normal;
}
.fresh_projects h1 i {
	font-size: 18px;
	color: #727272;
	font-style: normal;
	display: block;
	padding-top: 18px;
	line-height: 27px;
}

.fresh_projects_list section .display .small-group{
	float:left;
	width:550px;
	height:340px;
	overflow:hidden;
}
.fresh_projects_list section .display .small-group div.small{
	position:relative;
	float:left;
	width:50%;
	height:100%;
	color:#fff;
	text-align:center;
	overflow:hidden;
}
.fresh_projects_list section .display .small-group div.small img{
	width: 100%;
	height: 250px;
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
}
.fresh_projects_list section .display .small-group div.small .hover{
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	pointer-events:none;
	z-index:90;
}
.fresh_projects_list section .display .small-group div.small:hover .hover{
	background:#000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	height: 250px;
}
.fresh_projects_list section .display .small-group div.small:hover .info{
	color:#fff;
}
.fresh_projects_list section .display .small-group div.small a{
	color:#fff;
}
.fresh_projects_list section .display .small-group div.small .info{
	position:absolute;
	bottom:20px;
	margin-bottom: 0px;
	left:0;
	width:100%;
	z-index:100;
	background: none;
	border: none;
	-webkit-transition:bottom 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition:bottom 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition:bottom 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	transition:bottom 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.fresh_projects_list section .display .small-group div.small .info h1{
	background: none;
	color: #3b3a39;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	font-size: 16px;
	font-weight: normal;
}

.fresh_projects_list section .display .small-group div.small .info h2{
	background: none;
	color: #727272;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 13px;
	font-weight: normal;
}

.fresh_projects_list section.cheapest .small-group .additionnal{
	font-weight:500;
	color:#fff;
	line-height:20px;
	padding:0;
	position:absolute;
	top:100%;
	left:0;
	right:0;
	opacity:0;
	margin-top: 20px;
}
.fresh_projects_list section.cheapest .small-group .additionnal b {
	padding: 7px 10px 7px 20px;
	margin: 0px 0px 0px 0px;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #fff;
	border-radius: 2px;
}

.fresh_projects_list section.cheapest .small-group div.small:hover .info{
	bottom:207px;
}
.fresh_projects_list section.cheapest .small-group div.small:hover .additionnal{
	opacity:1;
}
.fresh_projects_list section.cheapest .small-group div.small:hover h1, .fresh_projects_list section.cheapest .small-group div.small:hover h2,.fresh_projects_list section.cheapest .small-group div.small:hover section#easy-to-reach .large .info h3,.fresh_projects_list section#easy-to-reach .large .info section.cheapest .small-group div.small:hover h3{
	color:#fff;
	margin: 0px;
	padding: 0px;
	line-height: normal;
}
.fresh_projects_list section.cheapest .small-group div.small:hover h2 strong,.fresh_projects_list section.cheapest .small-group div.small:hover section#easy-to-reach .large .info h3 strong,.fresh_projects_list section#easy-to-reach .large .info section.cheapest .small-group div.small:hover h3 strong{
	color:#fff;
	margin: 0px;
	padding: 0px;
	line-height: normal;
}

.portfolio_sidebar_widget .fresh_projects_list section .display .small-group div.small .info h1{
	background: none;
	color: #fff;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	font-size: 16px;
	font-weight: normal;
}

.portfolio_sidebar_widget .fresh_projects_list section .display .small-group div.small .info h2{
	background: none;
	color: #fff;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	font-size: 13px;
	font-weight: normal;
}
.portfolio_sidebar_widget .fresh_projects_list section .display .small-group{
	float:left;
	width:550px;
	height:250px;
	overflow:hidden;
}
.portfolio_sidebar_widget .jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 100%;
	height: 250px;
}
.portfolio_sidebar_widget .fresh_projects_list section.cheapest .small-group div.small:hover .info{
	bottom:130px;
}

/* hosting plan */
.hosting_page_plan_main {
	position: relative;
	float: left;
}
.hosting_page_plan.first {
	position: relative;
	float: left;
	width: 39.4%;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
}
.hosting_page_plan.first .title {
	float: left;
	width: 100%;
	height: 27px;
	padding: 13px 0 10px 0;
	background: url(../images/new/gray-bg.jpg) repeat left top;
	text-align: center;
	font-size: 20px;
	color: #fff;
	border-top: 3px solid #272727;
	border-bottom: 1px solid #000;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}
.hosting_page_plan {
	position: relative;
	float: left;
	width: 20%;
	border-right: 1px solid #eee;
}
.hosting_page_plan i.green {
	color: #2bce05;
}
.hosting_page_plan i.gray {
	color: #d3d3d3;
}
.hosting_page_plan .title {
	float: left;
	width: 100%;
	height: 27px;
	padding: 13px 0 10px 0;
	background: url(../images/new/gray-bg.jpg) repeat left top;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border-top: 3px solid #272727;
	border-bottom: 1px solid #818181;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}
.hosting_page_plan .price {
	float: left;
	width: 100%;
	padding: 0 0 10px 0;
	text-align: center;
	font-size: 30px;
	color: #aa95c3;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;


}
.hosting_page_plan .price i {
	font-size: 14px;
	color: #aa95c3;
	font-weight: normal;
	font-style: normal;
	margin-top: 5px;
}
.hosting_page_plan .cont-list {
	float: left;
	width: 100%;
	padding: 20px 0;
	background-color: #fff;
	text-align: center;
	color: #727272;
}
.hosting_page_plan .cont-list ul {
	margin: 0;
	padding: 0;
}
.hosting_page_plan .cont-list li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 35px;
	border-bottom: 1px solid #eee;
}
.hosting_page_plan .cont-list li.last {
	border: none;
}
.hosting_page_plan .ordernow {
	float: left;
	width: 100%;
	height: 90px;
	padding: 18px 0 0px 0;
	background-color: #f7f7f7;
	border-bottom: 1px solid #eee;
	text-align: center;
	color: #fff;
}
.hosting_page_plan .ordernow h4 {
	padding: 20px 0px 0px 0px;
	text-align: center;
	color: #aa95c3;
}

a.ordernow_but {
	padding: 9px 20px 9px 20px;
	margin: 10px 0px 0px 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	background-color: #aa95c3;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-bottom: 1px solid #353535;
}
a.ordernow_but:hover {
	background-color: #3b3a39;
}

/* our support */
.our_support {
	width: 42.5%;
	padding: 10px 20px 10px 20px;
	float: left;
	border-radius: 5px;
	border: 5px solid #f0f0f0;
}
.our_support.last {
	padding: 10px 20px 10px 20px;
	float: right;
}
.our_support h3 {
	color: #272727;
	border-bottom: 1px solid #eee;
	padding: 5px 0px;
	margin-bottom: 20px;
}
.our_support h5 {
	color: #aa95c3;
	margin-bottom: 3px;
	font-size: 14px;
}
.our_support h5 img {
	margin-right: 10px;
	float: left;
}
.our_support a {
	color: #454545;
}
.our_support a:hover {
	color: #aa95c3;
}
.our_support p strong {
	font-weight: 600;
}

.address-info {
	float: left;
	background-color: #f9f9f9;
	border: 1px solid #eee;
	padding: 15px 15px 10px 15px;
	width: 90%;
	margin-bottom: 40px;
}
.address-info a {
	color: #aa95c3;
}





/*------------------*/
/*	RIGHT SIDEBAR
/*------------------------------------------------------*/
/* site search */
.site-search-area {
	margin: 0px;
	padding: 0px;
}
#site-searchform {
	margin: 0;
	padding: 0;
}
#site-searchform #s{
	border: 1px solid #eee;
	background-color: #fff;
	width: 71%;
	height:30px;
	padding:5px 10px 5px 10px;
	color: #999;
	float: left;
	font: normal 12px "Trebuchet MS", Helvetica, Arial, sans-serif;
}
#site-searchform #searchsubmit{
	float: left;
	width:50px;
	height:41px;
	cursor:pointer;
	text-indent:-5555em;
	line-height:100;
	overflow:hidden;
	background: #aa95c3 url(../images/new/site-search-icon.png) no-repeat center 14px;
	border:0;
}
#site-searchform #searchsubmit:hover{
	background: #3b3a39 url(../images/new/site-search-icon.png) no-repeat center 14px;
}

.sidebar_widget {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.sidebar_widget ul.arrows_list1{
	padding: 0px;
	margin: 0px;
	float: left;
	margin-top: -10px;
}
.sidebar_widget ul.arrows_list1 li a {
	color: #aa95c3;
	line-height: 30px;
}
.sidebar_widget ul.arrows_list1 li a:hover {
	color: #3b3a39;
}
.sidebar_widget ul.arrows_list1 i {
	margin-right: 4px;
}
.sidebar_title {
	float: left;
	width: 100%;
}
.sidebar_widget h3, .clientsays_widget h3 {
	margin-bottom: 16px;
	float: left;
	font-weight: normal;
}
.sidebar_widget h3 i, .clientsays_widget h3 i {
	font-weight: normal;
	font-style: normal;
}

/* Recent Posts */
ul.recent_posts_list {
	margin: 0px;
	padding: 0px;
	width: 100%;
	float: left;
}
.recent_posts_list li {
	padding: 0px 0px 13px 0px;
	margin: 0px 0px 16px 0px;
	list-style-type: none;
	border-bottom: 1px solid #f5f6f6;
	float: left;
	width: 100%;
}
.recent_posts_list li a {
	text-decoration: none;
	line-height: 17px;
	display: block;
	color: #999;
}
.recent_posts_list li a:hover {
	color: #aa95c3;
}

.recent_posts_list li span {
	float: left;
	margin-right: 15px;
}
.recent_posts_list li span img {



	float: left;
	margin-right: 0px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.recent_posts_list li span img:hover {
	float: left;
	margin-right: 0px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.recent_posts_list li i {
	padding: 1px 0px 0px 0px;
	margin: 0px;
	display: block;
	font-size: 10px;
	font-style: normal;
	color: #c9c9c9;
}
.recent_posts_list li.last {
	padding: 0px 0px 7px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: 0px solid #f5f6f6;
}

/* client says widget */
.clientsays_widget {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	color: #999;
}
.clientsays_widget strong {
	font-weight: 600;
	color: #454545;
}
.clientsays_widget h3 {
	margin-bottom: 18px;
}
.clientsays_widget img {
	float: left;
	margin-right: 13px;
	margin-top: 7px;
	border: 1px solid #e3e3e3;
}

/* Advertisements */
ul.adsbanner-list {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
.adsbanner-list li {
	margin: 0px 10px 10px 0px;
	padding: 0px;
	float: left;
	width: 120px;
	height: 120px;
	list-style-type: none;
}
.adsbanner-list li img {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 120px;
	height: 120px;
	list-style-type: none;
}
.adsbanner-list li.last {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	width: 120px;
	height: 120px;
	list-style-type: none;
}




/*------------------*/
/* TYPOGRAPHY ELEMENTS
/*------------------------------------------------------*/

a.but_goback,
a.but_ok_2,
a.but_wifi,
a.but_warning_sign,
a.but_user,
a.but_tag,
a.but_table,
a.but_star,
a.but_search,
a.but_phone,
a.but_pencil,
a.but_new_window,
a.but_music,
a.but_hand_right,
a.but_thumbs_down,
a.but_thumbs_up,
a.but_globe,
a.but_hospital,
a.but_coffe_cup,
a.but_settings,
a.but_chat,
a.but_play_button,
a.but_remove_2,
a.but_lock,
a.but_shopping_cart,
a.but_exclamation_mark,
a.but_info,
a.but_question_mark,
a.but_minus,
a.but_plus,
a.but_folder_open,
a.but_file,
a.but_envelope,
a.but_edit,
a.but_cogwheel,
a.but_check,
a.but_camera,
a.but_calendar,
a.but_bookmark,
a.but_book,
a.but_download,
a.but_pdf,
a.but_word_doc,
a.but_woman {
	/* font-family: 'Open Sans', sans-serif; */
	font-size: 14px;
	color: #fff;
	/* font-weight: 600; */
	-moz-border-radius: 3px;
	border-radius: 3px;
}

a.but_goback i {
	color: #fff;
}
a.but_goback {
	padding: 13px 25px 13px 22px;
	margin: 0px 0px 0px 0px;
	background: #aa95c3;
	border-bottom: 1px solid #999;
}
a.but_goback:hover {
	color: #fff;
	background-color: #3b3a39;
}
a.but_ok_2 {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #aa95c3;
	border-bottom: 1px solid #909090;
}
a.but_ok_2:hover {
	background-color: #ff9900;
}

a.but_wifi {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #0099cc;
	border-bottom: 1px solid #909090;
}
a.but_wifi:hover {
	background-color: #00abde;
}

a.but_warning_sign {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #e5cc19;
	border-bottom: 1px solid #909090;
}
a.but_warning_sign:hover {
	background-color: #efda1b;
}

a.but_user {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #007f99;
	border-bottom: 1px solid #909090;
}
a.but_user:hover {
	background-color: #0090ad;
}

a.but_tag {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #e59919;
	border-bottom: 1px solid #909090;
}
a.but_tag:hover {
	background-color: #efa61b;
}

a.but_table {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #4c6699;
	border-bottom: 1px solid #909090;
}
a.but_table:hover {
	background-color: #5674ad;
}

a.but_star {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #99cc4c;
	border-bottom: 1px solid #909090;
}
a.but_star:hover {
	background-color: #a6da52;
}

a.but_search {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #66667f;
	border-bottom: 1px solid #909090;
}
a.but_search:hover {
	background-color: #747490;
}

a.but_phone {
	padding: 10px 20px 10px 20px;
	margin: 0px 0px 0px 0px;
	background: #e56619;
	border-bottom: 1px solid #909090;
}
a.but_phone:hover {
	background-color: #ef6f1b;
}

a.but_pencil {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #cc4c19;
	border-bottom: 1px solid #909090;
}
a.but_pencil:hover {
	background-color: #da521b;
}

a.but_new_window {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #001900;
	border-bottom: 1px solid #909090;
}
a.but_new_window:hover {
	background-color: #333333;
}

a.but_music {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #cccc7f;
	border-bottom: 1px solid #909090;
}
a.but_music:hover {
	background-color: #dada8a;
}

a.but_hand_right, .but_hand_right {
	padding: 12px 30px 12px 30px;
	margin: 0px 0px 0px 0px;
	background: #aa95c3;
	border-bottom: 1px solid #909090;
	border-radius: 50px;
	font-family: 'lovelo', sans-serif;
	letter-spacing: 1px;
	line-height: normal;
	height: auto;
}
.sm a.but_hand_right{padding:6px 12px}
.large-b{font-size: 16px !important;display:inline-block;margin-bottom:10px;width:205px;}
a.but_hand_right.large.yel{ background:#fff385 !important; color:#000;border-bottom: 1px solid #ede164;}
a.but_hand_right.large.yel:hover{ background:#ff9900 !important; color:#fff}
.but_submit {
	padding: 10px 30px 10px 30px;
	margin: 0px 0px 0px 0px;
	background: #aa95c3;
	border-bottom: 1px solid #909090;
	color:#fff;
	border-radius: 23px;
	border:0;
	font-family: 'Open Sans',sans-serif;
	font-size: 14px;
	font-weight: 600;
	cursor:pointer;
	font-family: 'lovelo', sans-serif;
	letter-spacing: 1px;
	height: auto;
	display: inline-block;
	margin-bottom: 10px;
}
a.but_login-reg {
	  border-bottom: 0px solid #909090;
    margin: 0; color:#fff !important;
    padding: 0 14px; line-height:35px; 
	  text-shadow: 1px 1px 1px #333;  
    font-size: 17px !important; color:#fff;background: url(../images/new/top-btn-bg.png) left top; height:35px; display:block; margin-top:-7px
}

.lt-radius{-webkit-border-radius: 3px 0px 0px 3px;
	-moz-border-radius: 3px 0px 0px 3px;
	border-radius:  3px 0px 0px 3px;}
.rt-radius{-webkit-border-radius: 0px 3px 3px 0px;
	-moz-border-radius:  0px 3px 3px 0px;
	border-radius:   0px 3px 3px 0px}
	.lr-rt-radius{-webkit-border-radius: 3px;
	-moz-border-radius:  3px;;
	border-radius:   3px;}
a.but_login-reg:hover,a.but_login-reg1:hover{
	color: #fff;
	background: url(../images/new/top-btn-bg-hvr.png) left top; 
}
a.but_login-reg1,a.but_login-reg1{}
a.but_hand_right:hover, .but_submit:hover {
	color: #fff;
	background-color: #000000;
}

a.but_thumbs_down {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #9999cc;
	border-bottom: 1px solid #909090;
}
a.but_thumbs_down:hover {
	background-color: #a6a6da;
}

a.but_thumbs_up {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #00cce5;
	border-bottom: 1px solid #909090;
}
a.but_thumbs_up:hover {
	background-color: #00daef;
}

a.but_globe {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #669999;
	border-bottom: 1px solid #909090;
}
a.but_globe:hover {
	background-color: #6fa6a6;
}

a.but_hospital {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #196666;
	border-bottom: 1px solid #909090;
}
a.but_hospital:hover {
	background-color: #1b6f6f;
}

a.but_coffe_cup {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #7f994c;
	border-bottom: 1px solid #909090;
}
a.but_coffe_cup:hover {
	background-color: #8aa652;
}

a.but_settings {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #997f4c;
	border-bottom: 1px solid #909090;
}
a.but_settings:hover {
	background-color: #a68a52;
}

a.but_chat {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #7f9919;
	border-bottom: 1px solid #909090;
}
a.but_chat:hover {
	background-color: #8aa61b;
}

a.but_play_button {
	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;
	background: #4c664c;
	border-bottom: 1px solid #909090;
}
a.but_play_button:hover {
	background-color: #567456;
}

a.but_remove_2 {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #e59966;
	border-bottom: 1px solid #909090;
}
a.but_remove_2:hover {
	background-color: #efa66f;
}

a.but_lock {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #994c19;
	border-bottom: 1px solid #909090;
}
a.but_lock:hover {
	background-color: #a6521b;
}

a.but_shopping_cart {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #cc7f4c;
	border-bottom: 1px solid #909090;
}
a.but_shopping_cart:hover {
	background-color: #da8a52;
}

a.but_exclamation_mark {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #4c7f7f;
	border-bottom: 1px solid #909090;
}
a.but_exclamation_mark:hover {
	background-color: #528a8a;
}

a.but_info {
	padding: 15px 30px 15px 30px;
	margin: 0px 0px 0px 0px;
	background: #667fcc;
	border-bottom: 1px solid #909090;
	border-radius: 50px;
	font-family: 'lovelo', sans-serif;
	letter-spacing: 1px;
	line-height: normal;
}
a.but_info:hover {
	background-color: #000000;
}

a.but_question_mark {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #4c0019;
	border-bottom: 1px solid #909090;
}
a.but_question_mark:hover {
	background-color: #620020;
}

a.but_minus {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #666666;
	border-bottom: 1px solid #909090;
}
a.but_minus:hover {
	background-color: #747474;
}

a.but_plus {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #333333;
	border-bottom: 1px solid #909090;
}
a.but_plus:hover {
	background-color: #444444;
}

a.but_folder_open {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #99cc99;
	border-bottom: 1px solid #909090;
}
a.but_folder_open:hover {
	background-color: #a6daa6;
}

a.but_file {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #999999;
	border-bottom: 1px solid #909090;
}
a.but_file:hover {
	background-color: #a6a6a6;
}

a.but_envelope {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #727272;
	border-bottom: 1px solid #909090;
}
a.but_envelope:hover {
	background-color: #7c7c7c;
}

a.but_edit {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #e5cc7f;
	border-bottom: 1px solid #909090;
}
a.but_edit:hover {
	background-color: #efda8a;
}

a.but_cogwheel {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #194c7f;
	border-bottom: 1px solid #909090;
}
a.but_cogwheel:hover {
	background-color: #1e5c99;
}

a.but_check {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #004c4c;
	border-bottom: 1px solid #909090;
}
a.but_check:hover {
	background-color: #005c5c;
}

a.but_camera {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #007fcc;
	border-bottom: 1px solid #909090;
}
a.but_camera:hover {
	background-color: #008ada;
}

a.but_calendar {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #4c99e5;
	border-bottom: 1px solid #909090;
}
a.but_calendar:hover {
	background-color: #52a6ef;
}

a.but_bookmark {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;

	background: #990000;
	border-bottom: 1px solid #909090;

}
a.but_bookmark:hover {
	background-color: #b60000;
}

a.but_book {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #7f9999;
	border-bottom: 1px solid #909090;
}
a.but_book:hover {
	background-color: #8aa6a6;
}

a.but_download {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #aa95c3;
	border-bottom: 1px solid #909090;
}
a.but_download:hover {
	background-color: #ff9900;
}

a.but_pdf {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #aa95c3;
	border-bottom: 1px solid #909090;
}
a.but_pdf:hover {
	background-color: #ff9900;
}

a.but_word_doc {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #aa95c3;
	border-bottom: 1px solid #909090;
}
a.but_word_doc:hover {
	background-color: #ff9900;
}

a.but_woman {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #aa95c3;
	border-bottom: 1px solid #909090;
}
a.but_woman:hover {
	background-color: #ff9900;
}


/* styled boxes */
.info, .error, .notice, .success {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #bbb;
	margin-bottom: 20px;
	font-size: 13px;
}
p.error {
	border: none;
}
.info strong, .error strong, .notice strong, .success strong {
	font-size: 16px;
}
.message-box-wrap {
	border: 0px solid #fff;
	padding:10px;
}
.info {
	color: #4a84bc;
	border-color: #c6e3ff;
	background-color: #e6f3ff;
}
.error {
	color: #F00 ;
	border-color: #f1bdbd;
	background-color: #ffdddd;
}.mesg {
    float: left;
    width: 100%;}
	.error-txt{ color: #bd6767;}
 .field-set label.error, .credit-card-info label.error{display: inline-block; margin-bottom:0;  line-height:normal; padding:2px 5px}
.notice {
	color: #a79a30;
	border-color: #d7d099;
	background-color: #f6f2d2;
}
.success {
	color: #1ea133;
	border-color: #a9ecb4;
	background-color: #dffbe4;
}
.close-but {
	width: 10px;
	height: 10px;
	float: right;
	border: none;
	margin: 5px;
	background: url(../images/new/elements/icon-remove.png) no-repeat center top;
}

/* dropcaps */

.dropcap1, .dropcap2, .dropcap3 {
	float: left;
	text-align: center;
	overflow:hidden;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}
.dropcap1 {
	width: 53px;
	height:	58px;
	line-height: 50px;
	background:url(../images/new/elements/dropcap_gray.png) no-repeat scroll 0px 0px transparent;
	color: #999;
	margin:0 8px -4px 0;
	font-size: 32px;
}
.dropcap1.gray {
	background-image:url(../images/new/elements/dropcap_gray.png);
}
.dropcap2 {
	background:url(../images/new/elements/dropcap_gray.png) no-repeat scroll 0 -108px transparent;
	color:#999;
	line-height: 47px;
	height: 56px;
	width: 53px;
	margin:0 8px -4px 0;
	font-size:32px;
}
.dropcap2.gray {
	background-image:url(../images/new/elements/dropcap_gray.png);
}
.dropcap3 {
	font-size:40px;
	line-height: 40px;
	width:44px;
	height:44px;
	margin:0 0 -4px 0;
}
.dropcap3.gray {
	color: #999;
}


/* styled lists */
ul.list1 {
	padding: 0px;
	margin: 0px;
}
ul.list1 ul{ margin-left:20px}
.list1 li {
	padding: 0px;
	margin: 0px;
	text-align: left;
	line-height: 30px;
}
.list1 li i {
	padding: 0px;
	margin: 0px 4px 0px 0px;
}

ul.list2 {
	padding: 0px;
	margin: 0px;
}
.list2 li {
	padding: 0px;
	margin: 0px;
	text-align: left;
	line-height: 29px;
	font-size: 14px;
	color: #aa95c3;
}
.list2 li i {
	padding: 0px;
	margin: 0px 9px 0px 0px;
}
ul.popu-list {
	padding: 0px;
	margin: 0px;
}
ul.popu-list li {
	padding: 0px;
	margin: 0px 0 7px 0;
	text-align: left;
	line-height: normla;
}
ul.list-but {
	padding: 0px;
	margin: 0px;
}
ul.list-but li {
	padding: 0px;
	margin: 0px;
	text-align: left;
	line-height: 29px;
	font-size: 14px;
	color: #aa95c3; max-width:170px;
}
ul.list-but li a{ background:#f7f7f7; display:block; border-left:4px solid #aa95c4}


/* highlight colors */
.highlight {
	color: #fff;
	padding: 2px 5px;
	background: #000;
	border-radius:3px;
}
.highlight.black {
	background: #000;
	border-radius:3px;
}
.highlight.red {
	background: #ff0000;
	border-radius:3px;
}
.highlight.gray {
	background: #aaa;
}
.highlight.yellow {
	background: #fff000;
}
.highlight.blue {
	background: #0099cc;
}
.highlight.pink {
	background: #e826b4;
}
.highlight.green {
	background: #48b02b;
}
.highlight.orange {
	background: #ffcc00;
}
.highlight.magenta {
	background: #9325ea;
}


/* buttons */
.button, button {	
    text-decoration:none;
	text-align:center;
	color:#585656;
	display: inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height:32px;
	line-height:32px;
	padding:0px 15px;
	position:relative;
	outline: none;
	overflow: hidden; /* removes extra side padding in IE */
	cursor: pointer;
	border: 1px solid #dcdcdc;/* IE */
	border: rgba(0, 0, 0, .2) 1px solid;/* Saf4+, Chrome, FF3.6 */
	border-bottom:rgba(0, 0, 0, .4) 1px solid;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	text-transform: uppercase;

	background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .1) 0%,
		rgba(0, 0, 0, .1) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center top,
		center bottom,
		from(rgba(255, 255, 255, .1)),
		to(rgba(0, 0, 0, .1))
	);/* Saf4+, Chrome */
	
	background-color:white;
}

.button::-moz-focus-inner {
    border: none; /* overrides extra padding in Firefox */
}

.button:hover, .button.hover, .page-numbers:hover  {
	background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .2) 0%,
		rgba(255, 255, 255, .1) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(255, 255, 255, .1)),
		to(rgba(255, 255, 255, .2))
	);/* Saf4+, Chrome */
}
.button:active, .button.active, .page-numbers:active {
	top:2px;
	background: -moz-linear-gradient(
		center top,
		rgba(0, 0, 0, .1) 0%,
		rgba(255, 255, 255, .2) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(255, 255, 255, .2)),
		to(rgba(0, 0, 0, .1))
	);/* Saf4+, Chrome */

}

.button.full{
	display: block;
}

.button.small{
	font-size:13px;
}
.button.medium{
	font-size:13px;
	height:40px;
	line-height:40px;
}
.button.large{
	font-size:16px;
	height:50px;
	line-height:50px;
}


/* styled buttons */
.button.red {
	background-color: #ff0000;
	color: #fff;
}
.button.blue {
	background-color: #117ed1;
	color: #fff;
}
.button.lightblue {
	background-color: #0099cc;
	color: #fff;
}
.button.green {
	background-color: #009933;
	color: #fff;
}
.button.black {
	background-color: #333;
	color: #fff;
}
.button.orange {
	background-color: #aa95c3;
	color: #fff;
}
.button.darkgray {
	background-color: #818181;
	color: #fff;
}
.button.gray {
	background-color: #f0f0f0;
	color: #000;
}

/* tables */
.table-style {
	float: left;
	width: 100%;
}
.table-list, .listing-table {
	float: left;
	background-color: #fff;
	border: 1px solid #e7e7e7;
	margin-bottom:20px;
	width: 100%; 
}
.table-style .listing-table{
	background-color: #fff;
	border: 1px solid #e7e7e7;
}
.table-style  table.listing-table{ border-collapse:collapse}
.listing-table {/* box-shadow:0px 0px 3px #e9e9e9*/}
.listing-table th,
.table-list th, .listing-table th {
	padding: 18px 10px;
	background-color: #eee;
	border:1px solid #fff;
	border-width:0 1px 1px 1px;
	font-weight: bold;
	font-family: 'lovelo', sans-serif;
}
.listing-table .trGridPager td, .listing-table #trGridPager td {
   border: 0px solid #333 !important; 
}


.listing-table .trGridPager table,  .listing-table #trGridPager td  table{ float:right}
.table-list td, .listing-table td {
	padding: 13px 10px;
	text-align: center;
	background-color: #fff;border:1px solid #e7e7e7;vertical-align:middle;
}
.table-list tr:hover td, .listing-table tr:hover td {
	background-color: #f9f9f9;
}

ul.list_empty {
	float: left;
	padding: 0px;
	margin: 0px;

	width: 100%;
}
.list_empty li {
	float: left;
	padding: 0px;
	margin: 0px 20px 35px 0px;
}

/* pricing tables */
.pricing-tables-main {
	position: relative;
	float: left;
	margin-bottom: 40px;
}

.pricing-tables {
	position: relative;
	float: left;
	width: 24%;
	border: 1px solid #eee;
}
.pricing-tables .title {
	float: left;
	width: 100%;
	height: 30px;

	padding: 13px 0 10px 0;
	background-color: #454545;
	text-align: center;
	font-size: 23px;
	color: #fff;
	border-top: 3px solid #272727;
	border-bottom: 1px solid #818181;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}
.pricing-tables .price {
	float: left;

	width: 100%;
	padding: 30px 0 30px 0;
	background-color: #636363;
	text-align: center;
	font-size: 40px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}
.pricing-tables .price i {
	font-size: 14px;
	color: #ccc;
	display: block;
	font-weight: normal;
	font-style: normal;
	margin-top: 5px;
}
.pricing-tables .cont-list {
	float: left;
	width: 100%;
	padding: 15px 0;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	background-color: #f9f9f9;
	text-align: center;
	color: #727272;
}
.pricing-tables .cont-list ul {
	margin: 0;
	padding: 0;
}
.pricing-tables .cont-list li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 30px;
	border-bottom: 1px solid #fff;
}
.pricing-tables .cont-list li.last {
	border: none;
}
.pricing-tables .ordernow {
	float: left;
	width: 100%;
	padding: 28px 0px;
	background-color: #eee;
	text-align: center;
	color: #fff;
}
.pricing-tables-main .ordernow .normalbut{
	color: #fff;
	background-color: #666;
	border: 1px solid #454545;
	padding: 10px 18px;
	border-radius: 3px;
	font-weight: normal;
}
.pricing-tables-main .ordernow .normalbut:hover{
	background-color: #727272;
}
.pricing-tables-main .ordernow .colorchan{
	color: #fff;
	background-color: #ff7b29;
	padding: 10px 18px;
	border-radius: 3px;
	font-weight: normal;
}
.pricing-tables-main .ordernow .colorchan:hover{
	color: #fff;
	background-color: #f67220;
}
.pricing-tables-helight{
	position: relative;
	float: left;
	width: 27%;
	-webkit-box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow:  0px 0px 10px 5px rgba(0, 0, 0, 0.1);
}
.pricing-tables-helight .title {
	float: left;
	width: 100%;
	height: 46px;
	padding: 20px 0 0 0;
	margin-top: -10px;
	background-color: #fa7421;
	text-align: center;
	font-size: 23px;
	color: #fff;
	border-top: 3px solid #f16b19;
	border-bottom: 1px solid #f19b65;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}
.pricing-tables-helight .price {
	float: left;
	width: 100%;
	padding: 30px 0 30px 0;
	background-color: #ff7b29;
	text-align: center;
	font-size: 45px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}
.pricing-tables-helight .price i {
	font-size: 14px;
	color: #eee;
	display: block;
	font-weight: normal;
	font-style: normal;
	margin-top: 5px;
}
.pricing-tables-helight .cont-list {
	float: left;
	width: 100%;
	padding: 15px 0;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	background-color: #f9f9f9;
	text-align: center;
	color: #727272;
}
.pricing-tables-helight .cont-list ul {
	margin: 0;
	padding: 0;
}
.pricing-tables-helight .cont-list li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 30px;
	border-bottom: 1px solid #fff;
}
.pricing-tables-helight .cont-list li.last {
	border: none;
}
.pricing-tables-helight .ordernow {
	float: left;
	width: 100%;
	padding: 30px 0 35px 0;
	background-color: #eee;
	text-align: center;
	color: #fff;
}

.pricing-tables-two {
	position: relative;
	float: left;
	width: 33%;
	border: 1px solid #eee;
}
.pricing-tables-two .title {
	float: left;
	width: 100%;
	height: 30px;
	padding: 13px 0 10px 0;
	background-color: #454545;
	text-align: center;
	font-size: 23px;
	color: #fff;
	border-top: 3px solid #272727;
	border-bottom: 1px solid #818181;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}
.pricing-tables-two .price {
	float: left;
	width: 100%;
	padding: 30px 0 30px 0;
	background-color: #636363;
	text-align: center;
	font-size: 40px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}
.pricing-tables-two .price i {
	font-size: 14px;
	color: #ccc;
	display: block;
	font-weight: normal;
	font-style: normal;
	margin-top: 5px;
}
.pricing-tables-two .cont-list {
	float: left;
	width: 100%;
	padding: 15px 0;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	background-color: #f9f9f9;
	text-align: center;
	color: #727272;
}
.pricing-tables-two .cont-list ul {
	margin: 0;
	padding: 0;
}
.pricing-tables-two .cont-list li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 30px;
	border-bottom: 1px solid #fff;
}
.pricing-tables-two .cont-list li.last {
	border: none;
}
.pricing-tables-two .ordernow {
	float: left;
	width: 100%;
	padding: 28px 0;
	background-color: #eee;
	text-align: center;
	color: #fff;
}

.pricing-tables-helight-two{
	position: relative;
	float: left;
	width: 33%;
	z-index: 3;
	-webkit-box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow:  0px 0px 10px 5px rgba(0, 0, 0, 0.1);
}
.pricing-tables-helight-two .title {
	float: left;
	width: 100%;
	height: 46px;
	padding: 20px 0 0 0;
	margin-top: -10px;
	background-color: #fa7421;
	text-align: center;
	font-size: 23px;
	color: #fff;
	border-top: 3px solid #f16b19;
	border-bottom: 1px solid #f19b65;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}
.pricing-tables-helight-two .price {
	float: left;
	width: 100%;
	padding: 30px 0 30px 0;
	background-color: #ff7b29;
	text-align: center;
	font-size: 45px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}
.pricing-tables-helight-two .price i {
	font-size: 14px;
	color: #eee;
	display: block;
	font-weight: normal;
	font-style: normal;
	margin-top: 5px;
}
.pricing-tables-helight-two .cont-list {
	float: left;
	width: 100%;
	padding: 15px 0;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	background-color: #f9f9f9;
	text-align: center;
	color: #727272;
}
.pricing-tables-helight-two .cont-list ul {
	margin: 0;
	padding: 0;
}
.pricing-tables-helight-two .cont-list li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 30px;
	border-bottom: 1px solid #fff;
}
.pricing-tables-helight-two .cont-list li.last {
	border: none;
}
.pricing-tables-helight-two .ordernow {
	float: left;
	width: 100%;
	padding: 30px 0 35px 0;
	background-color: #eee;
	text-align: center;
	color: #fff;
}


/* columns with box */
.framed-box {
	border: 1px solid #e3e3e3;
	width: 100%;
}
.framed-box.center{
	text-align:center;
}
.framed-box-wrap {
	border: 1px solid #fff;
	background-color: #f9f9f9;
}
.framed-box-wrap .pricing-title {
	background-color: #f1f1f1;
	padding: 20px 0px 0px 0px;
	text-align: center;
	border-bottom: 1px solid #fff;
}
.framed-box-wrap .pricing-text-list {
	padding: 15px 20px 40px 20px;
	text-align: center;
}


/* testimonials */
.testimonials-5 {
	float: left;
}
.testimonials-5 span {
	float: left;
}

.testimonials-4 {
	float: left;
}

.testimonials-4 .content {
	float: left;
	padding: 20px 20px 25px 20px;
	border: 1px solid #eee;
	background-color: #f9f9f9;
	border-radius: 5px;
}
.testimonials-4 .content i {
	font-size: 11px;
	color: #909090;
	text-transform: none;
}

.testimonials-2 {
	float: left;
}
.testimonials-2 span {
	float: left;

	line-height: 21px;
	padding: 20px 30px 20px 30px;
	border: 1px solid #eee;
	background: #f9f9f9;
}

/* section 1 */
ul.lirc_section {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 100%;
}
.lirc_section li {
	float: left;
	padding: 0px;
	margin: 0px;
}
.lirc_section li.left {
	float: left;
	padding: 0px;
	margin: 0 8% 0 0;
	width: 90px;
	height: 90px;
	line-height: 110px;
	text-align: center;
	vertical-align: middle;
	background-color: #f3f3f3;
	border-radius: 100%;
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px #FFF;
  -moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px #FFF;
  box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px #FFF;
}
.lirc_section li.left i {

	color: #aa95c3;
}
.lirc_section li.right {
	float: left;
	padding: 0px;
	margin: 0;
	width: 60.7%;
}
.lirc_section li.left.two {
	padding: 0px;
	margin: 0 0 0 35%;
	width: 65px;
	height: 65px;
	line-height: 75px;
	text-align: center;
	vertical-align: middle;
	background-color: #f3f3f3;
	border-radius: 100%;
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px #FFF;
  -moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px #FFF;
  box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px #FFF;
}
.lirc_section li.right.two {
	float: left;
	padding: 0px;
	margin: 0;
	width: 100%;
	text-align: center;
}
.lirc_section li.right.two h3 {
	margin-top: 20px;
}

.punchline_text_box {
	float: left;
	width: 95.400%;
	padding: 30px 20px;
	margin: 0px;
	border: 1px solid #eee;
	border-left: 5px solid #aa95c3;
	color: #999;
	background: #f9f9f9;
}
.punchline_text_box strong {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 18px;
	color: #3b3a39;
}

.punchline_text_box .left {
	float: left;
	width: 80%;
}
.punchline_text_box .right {
	float: left;
	width: 20%;
}

a.knowmore_but {
	float: right;
	padding: 13px 20px 13px 20px;
	margin: 0px 0px 0px 50px;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	background-color: #aa95c3;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-bottom: 1px solid #999;
}
a.knowmore_but:hover {
	color: #fff;
	background-color: #3b3a39;
}

/* four columns features section */
.four_col_fusection .one_fourth {
	width: 21.6%;
	padding: 30px 1%;
	text-align: center;
	border: 1px solid #f0f0f0;
	border-radius: 4px;
	position: relative;
	margin-right: 1.6%;
	float: left;
	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
}
.four_col_fusection .one_fourth:hover {
	background-color: #f0f0f0;
}
.four_col_fusection .one_fourth:hover i {
	background-color: #f9f9f9;
	border: 4px solid #fff;
}
.four_col_fusection .one_fourth.helight {
	background-color: #f0f0f0;
}
.four_col_fusection .one_fourth.helight i {
	background-color: #f9f9f9;
	border: 4px solid #fff;
	color: #aa95c3;
}
.four_col_fusection .one_fourth i {
	color: #3b3a39;
	margin-bottom: 30px;
	border: 4px solid #f3f3f3;
	border-radius: 100%;
	float: left;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	vertical-align: middle;
	margin-left: 73px;
}
.four_col_fusection .one_fourth h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 25px;
	text-transform: uppercase;
}
.four_col_fusection .one_fourth a {
	color: #999;
	font-size: 11px;
	text-transform: uppercase;
}
.four_col_fusection .one_fourth a:hover {
	color: #aa95c3;
}
.four_col_fusection .one_fourth a:hover i {
	color: #aa95c3;
	background: none;
	border: none;
}
.four_col_fusection .one_fourth:hover a i {
	background: none;
	border: none;
}
.four_col_fusection .one_fourth.helight a {
	color: #aa95c3;
}
.four_col_fusection .one_fourth.helight a:hover {
	color: #3b3a39;
}
.four_col_fusection .one_fourth.helight a:hover i {
	color: #3b3a39;
}
.four_col_fusection .one_fourth.helight a i {
	background: none;
	border: none;
	color: #aa95c3;
}
.four_col_fusection .one_fourth a i {
	display: inherit;
	margin: 0px 0px 0px 3px;
	color: #999;
	width: auto;
	height: auto;
	line-height: inherit;
	border: none;
	float: inherit;
	background: none;
	border: none;
}
.four_col_fusection .last {
	margin-right: 0 !important;
	clear: right;
}
.four_col_fusection.inner .one_fourth i {
	color: #aa95c3;
}
#trueHeader{/* padding-bottom:0 !important*/}
#header {
    margin: 43px 0 0 !important;
}
/* top section */
.top_section {
	float: left;
	width: 100%;
	height: 38px;
	padding-top: 10px;
	background-color: #f7f7f7;
	position: fixed;
	z-index: 9999;
	border-top: 1px solid #fff;
}
.top_section ul {
	float: right;
	padding: 0px;
	margin: 0px 16px 0px 0px;
}

.top_section li {
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 10px;
	color: #b9b9b9;
}
.top_section li strong {
	color: #aa95c3;
	font-weight: normal;
	font-size: 14px;
}
.top_section li a {
	color: #b9b9b9;
}
.top_section li a:hover {
	color: #727272;
}
.top_section li i {
	color: #d3d3d3;
}
.top_section li i:hover {
	color: #999;
}

/* site punch text */
.site_punchtext {
	float: left;
	width: 100%;
	background: #181818 url(../images/new/bg-texture1.png) repeat left top;
	font-size: 20px;
	line-height: 27px;
	color: #fff;
	text-align: center;
	padding: 25px 0px;
}

/* features section */
.features_sec01 {
	float: left;
	width: 100%;
}
.features_sec01 .left {
	float: left;
	width: 74%;
}
.features_sec01 .right {
	float: right;
	width: 270px;
}
.features_sec01 ul {
	float: left;
	width: 40%;
	padding: 2.2% 3.8%;
	margin: 0px 30px 0px 0px;
	border-left: 3px solid #3b3a39;
	background-color: #fff;
	border-top: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
}
.features_sec01 ul.last {
	margin: 0px 0px 0px 0px;
}
.features_sec01 ul:hover,
.features_sec01 ul.active {
	border-left: 3px solid #aa95c3;
	background-color: #f0f0f0;
}
.features_sec01 ul:hover li i,
.features_sec01 ul:hover li h4,
.features_sec01 ul.active li i,
.features_sec01 ul.active li h4 {
	color: #aa95c3;
}
.features_sec01 li {
	padding: 0px;
	margin: 0px;
}
.features_sec01 li i {
	color: #3b3a39;
	font-size: 30px;
}
.features_sec01 h2 {
	margin-bottom: 30px;
}
.features_sec01 li h4 {
	margin-bottom: 10px;
}
.features_sec01 li.left {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 13%;
}
.features_sec01 li.right {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 87%;
}

/* hot offers */
.hot_offers {
	float: right;
	width: 270px;
	height: 260px;
	font-size: 14px;
	color: #e3e3e3;
	text-align: center;
	text-transform: uppercase;
	background: url(../images/new/hot-offers-bg.jpg) no-repeat center top;
}
.sidebar_widget .hot_offers{width: 305px;}
.hot_offers b {
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 27px;
	margin-top: 40px;
}
.hot_offers strong {
	display: block;
	color: #aa95c3;
	font-size: 40px;
	font-weight: bold;
	line-height: 27px;
	margin-top: 25px;
	margin-bottom: 16px;
}
.hot_offers strong em {
	color: #e3e3e3;
	font-size: 14px;
	font-weight: 300;
	font-style: normal;
	text-transform: none;
}
/*.hot_offers strong a{color: #aa95c3;
	font-size: 26px; padding:0 5px; display:block}
.hot_offers strong a:hover{ color:#8971a6}*/
/* hosting plans */
.hosting_aplans {
	float: left;
	width: 100%;
	font-size: 14px;
	padding: 35px 0px 45px 0px;
	text-align: center;
	background: url(../images/new/bg-texture2.jpg) repeat left top;
	-webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 4px 0px 0px #FFF;
  	-moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 4px 0px 0px #FFF;
  	box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 4px 0px 0px #FFF;
}
.hosting_aplans h1 {
	font-size: 32px;
	color: #3b3a39;
	padding: 0px;
	margin: 0px;
	font-weight: 300;
}
.hosting_aplans h1 strong {
	font-weight: 600;
}
.hosting_aplans h1 i {
	font-size: 16px;
	color: #727272;



	font-style: normal;
	display: block;
	padding-top: 8px;
	line-height: 22px;
}
.hosting_aplans i {
	color: #d3d3d3;
	font-size: 20px;
}
.hosting_aplans .one {
	float: left;
	width: 40%;
	border: 1px solid #e3e3e3;
	background-color: #fff;
}
.hosting_aplans .one ul {
	float: left;
	width: 100%;

	padding: 0px;
	margin: 0px;
}
.hosting_aplans .one li {

	padding: 0px 40px;
	margin: 0px;
	color: #3b3a39;
	line-height: 59px;
	text-align: left;
	border-bottom: 1px solid #e3e3e3;
}
.hosting_aplans .one li.title {
	line-height: 50px;
	border-bottom: none;
}
.hosting_aplans .one li.prices_title {
	color: #3b3a39;
	font-size: 22px;
	line-height: 68px;
}

.hosting_aplans .two {
	float: left;
	width: 19.8%;
	border: 1px solid #e3e3e3;
	background-color: #fff;
	border-left: none;
}
.hosting_aplans .two ul {
	float: left;
	width: 100%;
	padding: 0px;

	margin: 0px;
}
.hosting_aplans .two li {
	padding: 0px 0px;
	margin: 0px;

	line-height: 59px;
	text-align: center;
	border-bottom: 1px solid #e3e3e3;
}
.hosting_aplans .two li.title {
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
	background-color: #aa95c3;
	border-bottom: 5px solid #e67400;
	line-height: 45px;
}
.hosting_aplans .two li.price {
	color: #fff;
	line-height: 58px;
	background-color: #3b3a39;
	border-top: 4px solid #292827;
}
.hosting_aplans .two li.price strong {
	font-size: 30px;
}

.hosting_aplans .three {
	float: left;
	width: 19.8%;
	border: 1px solid #e3e3e3;
	background-color: #fff;
	border-left: none;
}
.hosting_aplans .three ul {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.hosting_aplans .three li {
	padding: 0px 0px;
	margin: 0px;
	line-height: 59px;
	text-align: center;
	border-bottom: 1px solid #e3e3e3;
}
.hosting_aplans .three li.title {
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
	background-color: #acbe40;
	border-bottom: 5px solid #9bab3a;
	line-height: 45px;
}
.hosting_aplans .three li.price {
	color: #fff;
	line-height: 58px;
	background-color: #3b3a39;
	border-top: 4px solid #292827;
}
.hosting_aplans .three li.price strong {
	font-size: 30px;
}

/* what is included */
.what_included {
	float: left;
	width: 100%;
	text-align: center;
}
.what_included h1 {
	font-size: 32px;
	color: #3b3a39;
	padding: 0px;
	margin: 0px 0px 35px 0px;
	font-weight: 300;
}
.what_included h1 strong {
	font-weight: 600;
}
.what_included h1 i {
	font-size: 16px;
	color: #727272;
	font-style: normal;
	display: block;
	padding-top: 8px;
	line-height: 22px;
}
.what_included ul {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.what_included li {
	float: left;
	width: 20%;
	padding: 2% 1% 2% 2.5%;
	text-align: left;
	border-radius: 4px;
	margin: 0 2% 0 0;
}
.what_included li.last {
	margin: 0 0% 0 0;
}
.what_included li strong {
	color: #3b3a39;
	font-size: 18px;
	font-weight: normal;
	display: block;
}
.what_included li i {
	float: left;
	color: #3b3a39;
	font-size: 30px;
	margin-right: 10px;
}
.what_included li:hover {
	background-color: #aa95c3;
}
.what_included li:hover,
.what_included li:hover i,
.what_included li:hover strong {
	color: #fff;
}
.what_included li.active,
.what_included li.active i,
.what_included li.active strong {
	color: #fff;
	background-color: #aa95c3;
}



/* scroll up */
.scrollup{
    width: 30px;
    height: 30px;
    opacity:1;
    position:fixed;
    bottom:64px;
    right:20px;
    display:none;
    text-indent:-9999px;
    background: url(../images/scroll-arrow.png) no-repeat center center;
    z-index: 22999;
    background-color: #aa95c4;
    border-radius: 2px;
    background-size: 12px auto;
    transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -webkit-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
}
.scrollup:hover {
    background-color: #1F2023;
}



blockquote.twitter-tweet {
    border: 0px;
    margin: 0px;
    padding: 0px;
    color: #fff !important;
}
.caption.lfb.small_text.tp-caption.start {
    font-size: 18px ;
}
.d-none{ display:none !important}
.a-right{ text-align:right}
ul.list1 ol{ padding-left:30px}

ol.lower-a, ol.lower-a li {list-style-type:lower-alpha;}
ol.upper-r, ol.upper-r li {list-style-type:upper-roman  !important;}
h4{ font-weight:300; font-size:17px}

/*Registration page New*/
.reg-table{ border:1px solid #EEEEEE;  margin:10px auto 0;  background:#ffffff;   box-shadow: 0 0px 0px #888888; 
/*zoom: 1;
filter: progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, Strength=5, Direction=0),
        progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, Strength=5, Direction=90),
        progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, Strength=5, Direction=180),
        progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, Strength=5, Direction=270);*/ margin-bottom:10px;}
.reg-table th{}
.reg-table th, .reg-table td{ border:1px solid #E0E0E0; border-width:0 1px 1px 0; padding:10px 10px;}
.table-design{ width:100%; float:left}
.reg-table .alt { }
.reg-table td span{ background: url("../images/new/checkbox-full.png") no-repeat scroll center center / 20px auto rgba(0, 0, 0, 0);
    display: block;
    height: 25px;
    width: 100%;}
.reg-table .t-tit{background:url(../images/new/patienttabbg.jpg) repeat-x; font-weight:normal; font-size:14px;  }
.reg-table .t-tit td { border-bottom:0; background:#d1d1d1; color:#000;}
.reg-table .t-tit td.colr-1,.reg-table .t-tit td.colr-2, .reg-table .t-tit td.colr-3{color:#fff;font-weight:bold;}
.reg-table .t-tit td.colr-1 {background:#aa95c3;}
.reg-table .t-tit td.colr-2 {background:#156f30;}
.reg-table .t-tit td.colr-3{background:#fb8527;}
.response-table h2{ margin-bottom:10px !important}
/*.reg-table .t-tit{background:#b2a1c7; font-weight:bold; color: #FFFFFF;}*/
.reg-table .basic{background:#454545; font-size:18px; color:#fff; font-weight:normal; vertical-align:middle }
.reg-table .premium{background:#aa95c4; font-size:18px; color:#fff; font-weight:normal; vertical-align:middle}
.reg-table .ylw-sel{/*background:#fff9b2 !important;*/ }
.reviews-heading { padding:15px 0;}

.reg-table .col-one{background:#f0eef6;    border-right-color:#fff !important;}
.reg-table .col-two{background:#fbfbfb;   border-right-color:#fff !important;
-webkit-box-shadow:  0px 0px 4px 0px rgba(0, 0, 0, 0.1);
box-shadow:  0px 0px 5px 3px rgba(0, 0, 0, 0.1);}
.reg-table .col-three{background:#fbfbfb;   border-right-color:#fff !important;-webkit-box-shadow:  0px 0px 4px 0px rgba(0, 0, 0, 0.1);
box-shadow:  0px 0px 5px 3px rgba(0, 0, 0, 0.1);}
.reg-table .col-four{background:#fbfbfb;  border-right-color:#fff !important;-webkit-box-shadow:  0px 0px 4px 0px rgba(0, 0, 0, 0.1);
box-shadow:  0px 0px 5px 3px rgba(0, 0, 0, 0.1);}
.a-center{ text-align:center}
.pink {
    color: #7B5BA2 !important;
}
.login-form{ width:100%; float:left; margin:0 0 0 0}

.field-set { float: left;
    width: 100%;  margin-bottom: 10px; word-wrap:break-word}
.field-set .label {
    display: block;
    float: left;
    font-size: 15px;
    line-height: 2.2em;
    margin-bottom: 5px;
    text-align: right;
    width: 35%;
    font-family: 'Raleway', sans-serif;
    }
.field-set .input-fld{width:63%;float:left;padding-left:2%;line-height: 2.3em;}
 
.field-set.chk-box{line-height: normal;}
.field-set input[type="text"], 
.field-set input[type="password"],
 .field-set select{
      margin-bottom:5px;
      padding: 0px 0;
      }
	
	.field-set input[type="text"],  .field-set input[type="password"], .field-set select {
	height: 32px;
	line-height: 32px;
	vertical-align: middle;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: #fff;
	font-weight: 400;
	font-size: 13px;
	line-height: 22px;
	color: #555;
	margin-bottom: 20px;
	margin: 0;
	border: solid 1px #707070;
	width: 100%;
}
.field-set select {height:auto;color: #727272;padding: 8px 10px;margin-bottom: 5px !important;width: 104%;}
.field-set  .auto-w{width:auto !important}
.field-set textarea {
	float: left;
	width: 89%;
	height: 130px;
	padding: 7px 10px 0px 10px;
	margin-bottom: 20px;
	/* border-top: 2px solid #e1e1e1; */
	/* border-left: 2px solid #e1e1e1; */
	/* border-right: 1px solid #e1e1e1; */
	/* border-bottom: 1px solid #e1e1e1; */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 0;
	background-color: #fff;
	margin-bottom: 5px !important;
	border: solid 1px #707070;
}
.t-amount {
   
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}
.one_half .field-set textarea{ width:87%}
.rt-buttons{ margin-top:60px}

.disclaimer-cont{  height:450px; text-align:left; line-height:14px !important; padding:10px 0px 10px 0; width:670px}

/*.scroll{ height:450px; overflow-x:hidden;  overflow-x:hidden; }*/
.disclaimer-cont p{ margin-bottom:16px;}
.disclaimer-cont p.title{ font-size:15px; text-align:center; font-weight:bold;line-height: 19px;}
.disclaimer-cont p strong{ font-size:13px; text-align:center}
#fancybox-content{ width:700px}
.popup-cont{ /*width:700px;*/overflow-x: hidden}
ul.list-new {
    margin: 10px 0; width:100%
}ul.list-new li {
    background:url(../images/new-design/arrow-n.png) no-repeat scroll left 6px transparent;padding:0 0 13px 17px !important; line-height:normal
}
ul.list-new1 {
    margin: 10px 0; width:100%;
}ul.list-new1 li {

    background:url(../images/new-design/arrow-n.png) no-repeat scroll left 6px transparent;padding:0 0 13px 17px !important; line-height:normal;
	 display: inline-block
}

#fancybox-close{ z-index:100000 !important;}
#fancybox-wrap{z-index:10000 !important;}
.premium-box-bg{float: left;
	width: 97%;
	padding: 0px;
	margin: 0px 0 25px 0;
	border: 5px solid #fff;
	
	box-shadow:  0px 0px 8px #ddd }
	.premium-box-bg:hover{/*border: 5px solid #fafafa;*/-webkit-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.3);}
.premium-box-bg .title{ font-size:13px; display:block; line-height:normal; margin-bottom:10px; padding: 10px 5px}
.premium-box-bg .img{ margin-bottom:2px; display:block; text-align:center}
.premium-box-bg a.readmore{ color:#7952A8; text-decoration:none; text-align:right; display:block;}
.premium-box-bg a.readmore:hover{ color:#7952A8; text-decoration:underline;}
a.viewlarge{ background:url(../images/zoom-icon.png) no-repeat 0 9px; color:#7952A8; text-decoration:none; padding:6px 0 5px 20px; float:right; }
a.viewlarge:hover{ color:#7952A8; text-decoration:underline;}
table.showData td{ padding:5px}
table.showData{ width:100%}
.dental-table{ max-width:700px; margin:0 auto}.testimonials{display: block; overflow:hidden; padding:7px 0 0px 15px;position:relative; z-index:2;}
.testimonials strong {display: block;margin-top: 12px;min-height: 21px;padding: 0px 0 0;position: relative;
}
.testimonials img.quat-rt{ position:absolute; z-index:1; width:25px ;margin: 2px 0 0 5px;}
.tit-bg{ background:#f0f0f0; width:100%; margin:17px 0; font-size:18px; padding:10px 0}
.tit-bg:after, .sub-tit:after{clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;}.data-con p{ margin-bottom:10px}
		.img-right {margin:0 0 20px 20px; float:right}
	.img-left {margin:0 0 20px 20px; float:left}
	
.profile-about p{ margin-bottom:20px}
.adv-team p{ margin-bottom:13px}

 .divider_line1 {
    border-bottom: 1px solid #F0F0F0;
    float: left;
    height: -2px;
    margin: 0 0 26px;
    padding: 0;
    width: 100%;
}
.step1-sub-tit{ color:aa95c3; font-style:italic; font-weight:bold; color:#aa95c3; font-size:16px; line-height:normal}
.step-1-form{ margin:0 auto; max-width:900px}
.step-1-form .top-sec-server{ float:right; text-align:right;background: url(../images/new/lock-icon.png) no-repeat right top; padding-right:40px; font-size:15px; font-weight:bold}

.step-1-form .btm-sec-server{ float:left; text-align:left;background: url(..//images/new/lock-icon.png) no-repeat right top; padding-right:24px; font-size:13px; background-size:17px auto}
.top-sec-server a{ font-weight:normal; display:block; font-size:12px	}
.top-main-form{margin:0 auto;max-width: 840px;float:left;}
.top-main-form .field-set .label{ width: 25%;}
.top-main-form .field-set .input-fld{  width: 73%;}
.step-2-form .top-sec-server{ float:right; text-align:right;background: url(../images/new/lock-icon.png) no-repeat right top; padding-right:40px; font-size:15px; font-weight:bold}
.btm-sec-server{ float:left; text-align:left;background: url(../images/new/lock-icon.png) no-repeat right top; padding-right:24px; font-size:13px; background-size:17px auto}
.step-2-form .top-sec-server a{ font-weight:normal; display:block; font-size:12px	}
.step-2-form .lirt_section li strong {
    margin: 21px 0 0;font-size: 20px;
    font-weight: 600;
}.step-2-form .lirt_section li strong em{ color:#22b14c; font-style:normal}
.pricing-box{width: 100%; position:relative;
}
.input-three #state{ width:150px}
.pricing-box a{ display:block;border: 3px solid #E3E3E3; min-height:262px; position:relative; cursor:pointer}
/*.pricing-box a:hover{ color:inherit;}*/
.pricing-box a:hover, .pricing-box a.active{ border:3px solid #aa95c4; box-shadow: 0px 0px 10px #ccc;}
.circ-arrow{ background: url(../images/new/circle-arrow.png) no-repeat; position:absolute; top:0; display:none;left:-10000px;}
.pricing-box a:hover .circ-arrow, .pricing-box a.active .circ-arrow{  left:46%; top:-18px; display:block; width:26px; height:26px}
.pricing-box-wrap {
  /*  background-color: #F9F9F9;
    border: 1px solid #FFFFFF;*/
}
.pricing-box-wrap .pricing-text-list {
    padding: 25px 20px 29px;
    text-align: center;color:#727272
}

.pricing-box-wrap h3{ font-size:27px; color:#333; font-weight:bold; margin-bottom:25px; line-height:27px}
.b-three .pricing-box-wrap h3{ color:#000;}
.pricing-box-wrap p.price-txt{ margin:23px 0; font-size:20px; line-height:normal; }
.pricing-box-wrap p.price-txt a{ color:inherit}
.pricing-box-wrap p.price-txt em{ display:block}
.b-two .pricing-box-wrap p.price-txt em{ font-weight:bold; color:#156f30}
.pricing-box-wrap p.price-txt.norm{ line-height:normal}
.pricing-box-wrap p.price-txt span{ font-size:44px; font-weight:normal;}
.pricing-box-wrap .orng-txt{ color:orange}
.pricing-box-wrap .red-txt{ color:red}
.pricing-box-wrap p.month-txt{ font-size:20px; font-weight:bold}
.b-one .pricing-box-wrap p.month-txt{ /*color:#10afed;*/ color:#ffc600}
.b-two .pricing-box-wrap p.month-txt{color:#000}
.b-three .pricing-box-wrap p.month-txt{ color:#ffc600}
.pricing-box-wrap p.month-txt span{ color:#7f7f7f; display:block; font-size:12px; font-weight:normal; line-height:normal; margin-top:5px}
.pricing-box-wrap p.price-txt .grey-light{ color:#7f7f7f}
.field-set .input-two .label, .field-set .input-two  .input-fld, .field-set .input-three .input-fld,  .field-set .input-three  .label{ width:97%}
.step-2-form .field-set input[type="text"], step-2-form .field-set input[type="password"]{width: 100%;}
.step-2-form .field-set select{ width: 100%;padding-left:2%;padding-right:2%}
.step-2-form  .field-set textarea{width: 96%;padding:7px 2% 0}
.credit-card-info{ margin:0 0 20px 113px}
.credit-card-info:after{clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;}
	
	.credit-card-info input[type="text"], .credit-card-info input[type="password"],.credit-card-info select {
    background-color: #F9F9F9;
    border-color: #E1E1E1;
    border-radius: 5px;
    border-style: solid;
    border-width: 2px 1px 1px 2px;
    float: left;
    line-height: 32px;
    vertical-align: middle; width:96%; height:32px; padding:0 2%; margin-bottom:5px
}
.credit-card-info .one_third.sec-code .sec-sec{ width:50%; float:left} 
.credit-card-info select{width:96%; padding:0 2%;    height:auto;  color: #727272; padding:8px}
.credit-card-info .three-flds .select-group{ width:45%; float:left}
.credit-card-info .three-flds select{ width:100%}
.credit-card-info .three-flds .f-left{ padding:0 8px; line-height:34px}
.credit-card-info input.lock-icn{ background:#F9F9F9 url(../images/new/lock-icon-grey.png) no-repeat 96% 5px}
.credit-card-info .label {
    display: block;
    float: left;
    font-size: 14px;
    line-height: 2.2em;
    margin-bottom: 5px;
    text-align: left;
    width: 100%;
}.credit-card-info .input-fld {
    float: left;
    line-height:normal;
    width: 100%; margin-bottom:17px;
}
.credit-card-info .label span{ display:inline-block; padding-left:45px; font-style:italic; color:#999; font-size:11px}
.w-60-per{ width:60% !important}.w-40-per{ width:40% !important}
.credit-card-info h3 { line-height:44px;background:url(../images/new/ccs.jpg) 45% top no-repeat;}
.credit-card-info h3 span{ /*display:inline-block; width:232px; height:44px;*/}
.credit-card-info .fa {

    margin-top: 10px;
    margin-left: 10px;
    font-size: 17px;
    font-weight: normal;
    color: #9f8bb9;}
	.credit-card-info .content-txt{ position:relative;}
.credit-card-info .content-txt:hover .cvv-tooltip-div{ display:block; left:15px; top:-72px}
.credit-card-info .content-txt .cvv-tooltip-div{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #A7A7A7;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 5px 6px -3px #3A3C44;
    color: #404040;
    font: 12px/15px Arial;
    margin: 0 0 0 10px;
    padding: 10px 10px 0;
    position: absolute;
    text-align: left;
    width: 252px;
    z-index: 999; display:none;left:-10000px;transition:all 0.2s ease-out 0s
}
.cvv-heading{
    color:#000;
    font-weight:bold;
    padding-bottom:8px
}
.cvv-reference{
    text-align:center;
    margin-top:10px
}
.cvv-arrow{
    background: url(../images/new/cvv-arrow.png) 0 0 no-repeat;
    display: inline-block;
    height: 10px;
    margin-left: -20px;
    margin-top: 65px;
    position: absolute;
    width: 11px;
    z-index: 9999; 
}
.cvv-help-icon{
    vertical-align: text-bottom;
    cursor: pointer;
}ul.lirt_section{ position:relative}
ul.lirt_section.but span{ position:absolute; right:0;top: 20px;}
.credit-card-info .one_third.sec-code label.error{ margin-left:0px}

.field-set .error-msg label.error {
 background:#fff; border:solid px #ccc; padding:7px;
}
.field-set .error-msg label.error span {
    color: #333;
}

.confirm-pic {
    background: url(../images/new/confirmaccount-img.jpg) right top no-repeat;
    display: block; 
    overflow: hidden;
    width: 1170px;
    z-index: 9999;
    margin:  auto; 
	
}
.space {   display:block; height:40px;   }
.confirm-pic  .content_left { 
    width: 51%;
}
.diagram{ text-align:center;position:relative;width: 1000px; margin:0 auto}
.diagram a.enroll-now{ border: 0px solid red;
    height: 24px;
    left: 6px;
    position: absolute;
    top: 148px;
    width: 120px;
    display: block;
    z-index: 2;}
	.diagram a.continue-lnk{border: 0px solid red;
    height: 63px;
    left: 95px;
    position: absolute;
    bottom: 10px;
    width: 805px;
    display: block;
    z-index: 2;}
.diagram img{ position:relative}
.subTit{ margin:-10px 0 20px 0}
@media only screen and (max-width: 600px){
#submit-section.top-main-form .field-set .input-fld {
    width: 100%;
}
#submit-section.top-main-form .field-set .sec2 .input-fld{ width: 73% !important}
#submit-section.top-main-form .field-set .sec2 .input-fld input[type="text"] {
    width: 150px;
}
	}
	
	@media only screen and (max-width: 480px){
		#submit-section.top-main-form .field-set .input-fld .input-fld{ width: 100% !important}
		#submit-section.top-main-form .field-set .input-fld .label{ width:100%; text-align:left !important}
		
	}
	
.hot_offers strong.free-reg {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 9px;
    margin-top: 8px;
}





/* responsive menu */
#toggle { display: block; height: 30px; left: 0; margin: 19px auto 10px; position: absolute; top: 0; width: 28px; z-index: 1111;}
#trueHeader #logo { background: url("../images/new/logo.png") no-repeat scroll 30px top rgba(0, 0, 0, 0)!important; display: block; float: left; height: 60px; text-indent: -999em; width: 311px; display:none; position:relative; z-index:1000;}
#top-logo-sec{display: block; float: none; height: 60px; text-indent: -999em; width: 100%; position:absolute; left:0; top:0}
.logo-mdl{ background: url("../images/new/logo.png") no-repeat scroll 0 top rgba(0, 0, 0, 0)!important; display: block; float: none; height: 60px; text-indent: -999em; width: 311px; margin:0 auto;}
#header {margin: 73px 0 0 !important;}
.top_section .container{ position:relative}
#toggle span:after,
#toggle span:before {content: "";position: absolute; left: 0; top: -9px;}
#toggle span:after{top: 9px;}
#toggle span {position: relative;display: block;}
#toggle span div{ position:absolute; left:35px; top:-9px; color:#888; font-weight:500}
#toggle span,
#toggle span:after,
#toggle span:before {width: 100%; height: 5px; background-color: #888; transition: all 0.3s; backface-visibility: hidden; border-radius: 2px;}

/* on activation */
#toggle.on span {background-color: transparent;}
#toggle.on span:before {transform: rotate(45deg) translate(5px, 5px);}
#toggle.on span:after {transform: rotate(-45deg) translate(7px, -8px);}
#toggle.on + #menu2 {opacity: 1; display:block;}

/* menu appearance*/
#menu2 { background: none repeat scroll 0 0 #554161; border-radius: 4px; box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05); color: #fff; font-family: "Segoe UI",Candara,"Bitstream Vera Sans","DejaVu Sans","Bitstream Vera Sans","Trebuchet MS",Verdana,"Verdana Ref",sans-serif; margin: auto; opacity: 0; padding: 10px; position: absolute; text-align: left; transition: opacity 0.4s ease 0s; width: 130px; top: 44px; display:none;}
#menu2:after { position: absolute; top: -15px; left: 5px; content: ""; display: block; border-left: 15px solid transparent; border-right: 15px solid transparent; border-bottom: 20px solid #5a4567;}
#menu2 a { color: #fff; font-size: 14px;}
#menu2 li:last-child { border: none;}
#menu2 li { border-bottom: 1px solid #5a4567; line-height: 35px;}
#menu2 > ul { margin: 0px;}
#header .container .one_fourth { margin-top: -64px;}
.top_section {background-color: #f7f7f7; border-top: 1px solid #fff; float: left; height: 65px; padding-top: 7px; position: fixed; width: 100%; z-index: 9999;}
#header.sticky .container .one_fourth { margin-top:0px;/*-webkit-transition: all 0.2s ease-out; 	-moz-transition: all 0.2s ease-out; 	-o-transition: all 0.2s ease-out;*/}
.top_section ul { float: right; margin: 11px 16px 0 0; padding: 0;    position: relative; z-index: 10000;}
#trueHeader .three_fourth { float: none; margin: 0 auto; width: 100%;}
#access .menu ul { float: none; height: auto; list-style-type: none; margin: 5px auto; position: relative; text-align: center; z-index: 1001; width: 100%;}
#access .menu ul li { float: none;}
#access .menu { float: none; font-family: "Open Sans",sans-serif; font-weight: 600; list-style: outside none none; margin: 0 auto; position: relative; width: 100%; margin: 0 auto;}
.sticky #access .menu ul{ text-align:center}
.sticky #trueHeader #logo{ display:block; margin-left: 46px;margin-top: -7px;}
sticky #trueHeader #logo { display: block; margin-left: 46px; position: relative; z-index: 1000;}
.sticky #toggle { margin: 20px auto 10px; top: 0;}
.sticky #trueHeader #logo { display: block; margin-left: 57px; margin-top: 0;}
.sticky #access .menu ul li{margin-top: 5px;}
.sticky #trueHeader #logo {
    background-size: 292px auto !important;
    height: 60px; width:330px;
}
.sticky #access .menu ul li a{ padding: 13px 10px 12px;}
ul.lirt_section.but.no-round-box span {
    position: relative !important;
    right: 0;
    top: 33px !important;
    text-align: right;
    width: 100%;
    float: right;
}
@media screen and (max-width:1169px) {
#header.sticky .container .one_fourth { float: none; margin: 0 auto; width: 311px;}
#header.sticky .container .three_fourth { clear:both;}
.sticky #access .menu ul {text-align: center;}
}
@media screen and (max-width:999px) {
#trueHeader .container .one_fourth {margin-top: -38px; }
#header .container .three_fourth {width: 100% !important;}
#header.sticky .container .one_fourth{width: 311px; margin: 0 auto;float: none;}
.logo-mdl {float: left;height: 60px;margin: 0 auto 0 20%;background-size: 270px auto !important;}
#toggle {margin:-6px auto 10px;}
.sticky #toggle {margin:22px auto 10px;}
.m_none {display: none;}
}
@media screen and (max-width:768px) {
select.selectnav{ display:none!important;}
#trueHeader #logo { background: url("../images/new/logo.png") no-repeat scroll 40px top / 233px auto rgba(0, 0, 0, 0)!important; margin-top: 4px !important;}
.fullwidthbanner-container .fullwidthbanner { margin-top: 117px!important;}
.one_fourth {margin-bottom: 0px;}
#header.sticky .container .one_fourth {float: none;margin: 0 auto; width: 278px;}
#trueHeader #logo{ height:52px}
#header.sticky.condensed #trueHeader #logo{ height:52px}
}
@media screen and (max-width:767px) {
#trueHeader .container .one_fourth {float: none; margin: 12px auto 0 auto; width: 300px;}
#trueHeader #logo {background-position: left top !important; background-size: 250px auto !important;display: inline-block !important;float: left;height: 53px; margin-left: 36px; margin-top: -19px !important; width: 249px;}
#header.sticky #trueHeader #logo {margin-top: 3px !important; margin-left: 78px;}
#toggle {margin: 3px auto 10px;}
.top_section .container {margin: auto;width: 288px;}
.top_section ul{ margin-right:0; float:none}
.top_section li:first-child{ margin-left:0}
#trueHeader #logo{ height:53px; display:block !important}
.logo-mdl{ display:none}
}
@media screen and (max-width:570px) {
#header.sticky .container .one_fourth {width: 272px;}
}
@media screen and (max-width:479px) {
.top_section li {color: #b9b9b9;float: left; margin: 0 0 0 10px; padding: 0; font-size:12px}
}
@media screen and (max-width:400px) {
#header.sticky #trueHeader #logo {height: 46px; background-size: 200px auto !important;}
#trueHeader #logo {background-position: left top !important;background-size: 200px auto !important;display: inline-block !important; float: left;height: 46px;margin-left: 78px;margin-top: -12px !important; width: 249px;}
#header.sticky.condensed #trueHeader #logo {height: 48px;}
#header.sticky #trueHeader #logo {margin-left: 78px; margin-top: 8px !important;}
#trueHeader .container .one_fourth {float: none; margin: 12px auto 0;width: 281px;}
}