/* ========================= */

/*	  PRE-LOADER STYLES      */

/* ========================= */

.preloading-screen {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #ffffff;
  z-index: 99999; 
   background: #fff center no-repeat fixed; 
   top: 0px; 
   left: 0px;
}
.preloading-screen img {
    position: absolute;
    top: 50%;
    left: 50%; }

.preloading-screen-text {
  float: none !important;
  text-align: center !important;
  position: relative;
  margin: 0 !important;
  top: 43%; }
  .preloading-screen-text h1 {
    display: block !important;
    margin-bottom: 3px !important; }
  .preloading-screen-text h2 {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    top: 0 !important; }
.spinners {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  width: 70px;
  top: 56%; }

.spinners > div {
  width: 18px;
  height: 18px;
  background-color: #9B9B9B;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.spinners .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }
@-webkit-keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }
@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

/*#####################################################*/


/* Wordpress core classes www */
:-moz-placeholder {
	font-style: normal;
	color: #45484b;
}

:-ms-input-placeholder {
	font-style: normal;
	color: #45484a;
}

::-webkit-input-placeholder {
	font-style: normal;
	color: #45484a;
}

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	text-align: center;
}

.alignright,
.alignnone,
.alignleft,
.aligncenter {
	max-width: 100%;
	height: auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.cbp-caption-defaultWrap img {
	height: auto;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
 /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.sticky {
}

.gallery-caption {
}

.bypostauthor {
}

.img-border-bottom {
	border-bottom: 5px solid #fc4242;
}

.img-border-bottom:hover {
	border-bottom: 5px solid #272727;
}
/*------------------*/
/*	GENERAL
/*------------------------------------------------------*/
/* Logo */
#trueHeader #logo {
	display: inline-block;
	margin-top: 5px;
}
/*------------------*/
/*	SITE STRUCTURE
/*------------------------------------------------------*/
body.b1170 .wrapper_boxed {
	width: 1240px;
	margin: auto auto auto auto;
}

.site_wrapper {
	width: 100%;
	margin: 0 auto 0 auto;
	overflow-x:hidden;
}

body.b1170 .wrapper_boxed .site_wrapper {
	width: 1240px;
	float: left;
	margin: 0px auto auto auto;
	background-color: #fff;
	-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);
}

body.b960 .wrapper_boxed {
	width: 1030px;
	margin: auto auto auto auto;
}

body.b960 .wrapper_boxed .site_wrapper {
	width: 1030px;
	float: left;
	margin: 0px auto auto auto;
	background-color: #fff;
	-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);
}

.container_full {
	width: 100%;
	float: left;
	margin: auto auto auto auto;
}

.container {
	width: 100%;
	margin: auto auto auto auto;
}

body.w960 .container, 
body.b960 .container {
	width: 960px;
	margin: auto auto auto auto;
}

.content_fullwidth {
	float: left;
	width: 100%;
	padding: 59px 0px 0px 0px;
}

.content_left {
	float: left;
	width: 71%;
	padding: 59px 0px 0px 0px;
}

.right_sidebar {
	float: right;
	width: 25%;
	padding: 59px 0px 0px 0px;
}

.left_sidebar {
	float: left;
	width: 25%;
	padding: 59px 0px 0px 0px;
}

.content_right {
	float: right;
	width: 71%;
	padding: 59px 0px 0px 0px;
}
/* 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;
}
/*------------------*/
/*	HEADER AREA CLASSES
/*------------------------------------------------------*/
.menu_main.full {
	float: left;
	width: 100%;
	margin-top: 22px;
	border-top: 1px solid #eee;
}

.top_nav.two {
	float: right;
	width: 75%;
	background: none;
	padding-top: 13px;
}

.top_nav.two .left {
	width: auto;
}

.top_nav.two .left ul {
	float: right;
	padding: 0px;
	margin: 0px;
}

.top_nav.two .right {
	width: auto;
}

.top_nav.three {
	background-color: #052149;
}

.top_nav.three.two {
	background-color: #FFF;
}

.top_nav {
	float: none;
	width: 100%;
	padding: 8px 0px 18px;
	background-color: #272727;
}

.top_nav .left ul {
	padding: 0px;
	margin: 0px;
}

.top_nav .left,
.top_nav .right {
	text-align:center;
}
.top_nav .left {
	margin-bottom:15px;
}
.top_nav .left li,
.top_nav .right li {
	font-size: 12px;
	padding: 0px;
	line-height: 20px;
	display:inline-block;
}

.top_nav .left li .social-link,
.top_nav .right li .social-link,
.top_nav .left li.link i,
.top_nav .right li.link i {
	font-size: 12px;
	padding: 0px;
	margin: 0px 0px 0px 5px;
	width: 20px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	line-height: 20px;
	border: 1px solid #575757;
	border-radius: 50%;
}
.top_nav .left li.link i,
.top_nav .right li.link i {
	margin: 0px 5px 0px 0px;
}
.social-link {
	display:inline-block;
}
.top_nav .left li a {
	color: #9b9b9b;
}

.top_nav .left li a:hover {
	color: #d3d3d3;
}

.top_nav .right ul {
	padding: 0px;
	margin: 0px;
}

.social-link:hover {
	background-color: #575757;
}

.top_nav .left li a,
.top_nav .right li a {
	color: #9b9b9b;
}

.top_nav .left li a:hover,
.top_nav .right li a:hover {
	color: #d3d3d3;
}
/* Default WP Menu 
.navbar-nav ul ul {
	display: none;
}

@media (min-width: 768px) {
	.navbar-nav > ul > li {
		float: left;
	}	
}
/* header area */
.logo {
	margin-bottom:15px;
}

/*------------------*/
/*  HOME PAGE SECTIONS
/*------------------------------------------------------*/
.special-text b, .special-text strong {
	font-weight: 500;
}

.nomarb {
	margin-bottom: 0px;
}

.lessmar {
	margin-bottom: 40px;
}

.lessmar2 {
	margin-bottom: 20px;
}

.divider {
	height: 5px;
	margin-bottom: 70px;
	position: relative;
}

.divider.nomarb {
	margin-bottom: 0;
}

.divider.lessmar {
	margin-bottom: 40px;
}

.divider.lessmar2 {
	margin-bottom: 20px;
}

.divider span {
	display: none;
}

.divider_white {
	background: url(../images/title-hline.png) no-repeat center bottom;
}

.divider_white_fure {
	background: url(../images/title-hline3.png) no-repeat center bottom;
}

.divider_white_big {
	background: url(../images/title-hline-big.png) no-repeat center bottom;
}

.divider_gray {
	background: url(../images/title-hline2.png) no-repeat center bottom;
}

.divider_line {
	border-bottom: 1px solid #d3d3d3;
}

.divider_line_2 {
	border-bottom: 1px solid #e3e3e3;
	width: 60%;
	margin: 0 auto 70px auto;
}

.divider_line_2.left {
	margin: 0;
}

.divider_colored_line span:first-child {
	display: block;
	border-bottom: 2px solid #fc4242;
	width: 176px;
}

.divider_colored_line_2 span:first-child {
	display: block;
	border-bottom: 2px solid #fc4242;
	width: 40px;
	position: absolute;
	top: 0;
	left: 0;
}

.divider_colored_line_2 span {
	display: block;
	border-bottom: 1px solid #D2D2D2;
	width: 370px;
	position: absolute;
	top: 0;
	left: 40px;
}

.divider.left {
	background-position: left bottom;
}

h1.section_title_drakgray {
	width: 60%;
	color: #272727;
	font-size: 40px;
	padding-bottom: 20px;
	font-weight: 200;
	margin: 0 auto;
}

h1.section_title_drakgray em {
	color: #999;
	font-size: 18px;
	font-weight: 300;
	border-top: 1px solid #e3e3e3;
	font-style: normal;
	margin-top: 13px;
	padding-top: 8px;
	display: block;
}

h2.section_title_white {
	color: #fff;
	font-size: 35px;
	text-transform: uppercase;
	padding-bottom: 20px;
	font-weight: 200;
	background: url(../images/title-hline.png) no-repeat center bottom;
	margin-bottom: 70px;
}

h2.section_title_white strong {
	font-weight: 500;
}

h2.section_title_drakgray {
	color: #272727;
	font-size: 35px;
	text-transform: uppercase;
	padding-bottom: 20px;
	font-weight: 200;
	background: url(../images/title-hline2.png) no-repeat center bottom;
	margin-bottom: 59px;
}

h2.section_title_drakgray strong {
	font-weight: 500;
}

h2.section_title_drakgray.nomarb {
	margin-bottom: 0px;
}

h2.section_title_drakgray.lessmar {
	margin-bottom: 40px;
}

h2.section_title_drakgray.bline {
	background: none;
	border-bottom: 1px solid #d3d3d3;
}

h2.section_title_drakgray.left {
	margin-bottom: 40px;
	background: url(../images/title-hline2.png) no-repeat left bottom;
}

h2.section_title_white.fure {
	background: url(../images/title-hline3.png) no-repeat center bottom;
}

h2.section_title_whitebig {
	color: #fff;
	font-size: 40px;
	text-transform: uppercase;
	padding-bottom: 45px;
	font-weight: 200;
	background: url(../images/title-hline-big.png) no-repeat center bottom;
	margin-bottom: 40px;
}

h2.section_title_whitebig strong {
	font-size: 70px;
	line-height: 70px;
	font-weight: 300;
	display: block;
	padding-top: 10px;
}

h2.ipages_title1 {
	color: #272727;
	font-size: 32px;
	text-align: left;
	text-transform: uppercase;
	padding-bottom: 18px;
	font-weight: 200;
	margin-bottom: 35px;
	background: url(../images/h-line2.png) no-repeat left bottom;
}

h2.ipages_title1 strong {
	font-weight: 300;
}

h2.ipages_title1.two {
	text-align: left;
	margin-bottom: 70px;
	background: url(../images/h-line3.png) no-repeat left bottom;
}

h2.ipages_title1 strong {
	font-weight: 300;
}

h3.section_title {
	margin-bottom: 5px;
	text-transform: uppercase;
}

h3.section_title strong {
	font-weight: 500;
}

h3.ipages_title1 {
	color: #272727;
	font-size: 22px;
	text-align: left;
	text-transform: uppercase;
	padding-bottom: 18px;
	font-weight: 400;
	margin-bottom: 10px;
}

h3.ipages_title1 strong {
	font-weight: 500;
}

h3.ipages_title1.two {
	text-align: left;
	margin-bottom: 35px;
	background: url(../images/h-line2.png) no-repeat left bottom;
}
/* features section 1 */
.features_sec1 {
	text-align: center;
	padding: 70px 0px;
}

.features_sec1 i {
	width: 80px;
	height: 80px;
	border: 1px solid #fc4242;
	background-color: #fc4242;
	color: #fff;
	font-size: 35px;
	text-align: center;
	vertical-align: middle;
	line-height: 80px;
	border-radius: 100%;
	margin-bottom: 30px;
}

.features_sec1:hover i {
	color: #fc4242;
	border: 1px solid #fc4242;
	background-color: #fff;
}

.features_sec1:hover h3 {
	color: #fc4242;
}

.features_sec1:hover .readmore_but1 {
	color: #fc4242;
}

.features_sec1.active i {
	color: #fc4242;
	border: 1px solid #fc4242;
	background-color: #fff;
}

.features_sec1.active h3 {
	color: #fc4242;
}

.features_sec1.active .readmore_but1 {
	color: #fc4242;
}
/* latest works */
.latest_works {
	float: left;
	width: 100%;
	text-align: center;
	padding: 20px 0px 58px 0px;
}
/* features section 2 */
.features_sec2 {
	float: left;
}

.features_sec2.lessmb {
	float: left;
	width: 100%;
	text-align: center;
	padding: 70px 0px 0px 0px;
}

.features_sec2 i {
	float: left;
	color: #fc4242;
	font-size: 30px;
	width: 50px;
	height: 70px;
	margin-right: 20px;
	text-align: center;
	vertical-align: bottom;
	line-height: 90px;
	border: 1px solid #fc4242;
}

.features_sec2 i:hover {
	color: #fff;
	background-color: #fc4242;
}

.features_sec2 i.active {
	color: #fff;
	background-color: #fc4242;
}

.features_sec2 h5 {
	font-weight: 600;
	margin-bottom: 5px;
}
/* features section 3 */
.features_sec3 {
	text-align: center;
}

.features_sec3 .one_fourth {
	width: 23.2%;
	margin-right: 2.4%;
}

.features_sec3 .boxsec {
	float: left;
	width: 70%;
	padding: 30px 15%;
	background-color: #fff;
	border-bottom: 4px solid #fc4242;
}

.features_sec3 .boxsec .icon-wrapper {
	display: inline-block;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background-color: #2ecd71;
}

.features_sec3 .boxsec .icon-wrapper i {
	color: #FFF;
	line-height: 90px;
}

.features_sec3 .boxsec h3 {
	margin-top: 25px;
	text-transform: uppercase;
}

.features_sec3 .readmore_but2 {
	float: left;
	color: #fff;
	padding: 9px 27px;
	background-color: #fc4242;
}

.features_sec3 .readmore_but2:hover {
	color: #454545;
	background-color: #fff;
}

.features_sec3:hover .boxsec,
.features_sec3:hover .boxsec {
	color: #fff;
	background-color: #fc4242;
	border-bottom: 4px solid #fff;
}

.features_sec3:hover h3,
.features_sec3:hover h3 {
	color: #fff;
}

.features_sec3:hover .readmore_but2,
.features_sec3:hover .readmore_but2 {
	color: #454545;
	background-color: #fff;
}

.features_sec3.active .boxsec,
.features_sec3.active .boxsec {
	color: #fff;
	background-color: #fc4242;
	border-bottom: 4px solid #fff;
}

.features_sec3 .one_fourth.active h3,
.features_sec3 .one_third.active h3 {
	color: #fff;
}

.features_sec3.active .readmore_but2,
.features_sec3.active .readmore_but2 {
	color: #454545;
	background-color: #fff;
}
/* features section 4 */
.features_sec4 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 70px 0px 35px 0px;
}
/* features section 5 */
/*.features_sec5 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 70px 0px;
	background-color: #fc4242;
}*/
.process.root {
	float: left;
	width: 100%;
	text-align: center;
	background: url(../images/site-img5.png) no-repeat center 14px;
}

.process .one_fifth i {
	color: #272727;
	font-size: 27px;
	width: 90px;
	height: 90px;
	text-align: center;
	vertical-align: middle;
	line-height: 90px;
	background-color: #fff;
	border-radius: 100%;
}

.process .one_fifth h5 {
	color: #fff;
	margin-top: 13px;
	margin-bottom: 0px;
}

.process .one_fifth i:hover {
	color: #fff;
	background-color: #272727;
}

.process .one_fifth i.active {
	color: #fff;
	background-color: #272727;
}

.process_circles {
	text-align: center;
}

.process_circles .left {
	float: left;
	width: 50%;
}

.process_circles .left h3, .process_circles .right h3 {
	margin-bottom: 10px;
	text-transform: uppercase;
}

.process_circles .right strong {
	color: #454545;
	font-size: 14px;
	font-weight: normal;
	display: block;
	text-transform: none;
	margin-bottom: 20px;
}

.process_circles .left .circle {
	float: right;
	width: 230px;
	height: 245px;
	padding-top: 65px;
	padding-left: 30px;
	padding-right: 30px;
	background: url(../images/site-img6.png) no-repeat center top;
}

.process_circles .right {
	float: left;
	width: 50%;
}

.process_circles .right .circle {
	float: left;
	width: 230px;
	height: 245px;
	padding-top: 65px;
	padding-left: 30px;
	padding-right: 30px;
	background: url(../images/site-img7.png) no-repeat center top;
}
/* features section 6 */
.features_sec6 {
	float: left;
	width: 100%;
	padding: 0px 0px;
}

.features_sec6 .two_third {
	padding-top: 100px;
}

.features_sec6 h2 {
	font-size: 37px;
	margin-bottom: 10px;
	font-weight: 200;
	text-transform: uppercase;
}

.features_sec6 h1 {
	font-size: 70px;
	font-weight: normal;
	text-transform: uppercase;
}

.features_sec6 span {
	float: left;
	color: #fc4242;
	width: 85%;
}

.features_sec6 p {
	color: #727272;
	width: 85%;
}
/* features section 7 */
.features_sec7 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 70px 0px 70px 0px;
	background: url("../images/parallax-bg3.html");
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 0;
	position: relative;
	min-height: 360px;
}

.features_sec7.two {
	background: url("../images/parallax-bg15.html");
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 0;
	position: relative;
	min-height: 360px;
}

.features_sec7 h1 {
	color: #fff;
	font-weight: 200;
	text-transform: uppercase;
}

.features_sec7 h1 b {
	font-weight: 200;
	display: block;
}

.features_sec7 .cont {
	float: right;
	width: 50%;
	color: #fff;
	margin-top: 40px;
	text-align: left;
}
/* features section 8 */
.features_sec8 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 0 0 70px 0;
}

.features_sec8 .content_box {
	float: left;
	width: 100%;
	margin-top: 50px;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}

.features_sec8 .left,
.features_sec8 .center,
.features_sec8 .right {
	float: left;
	width: 26%;
	padding: 40px 0px 40px 0px;
}

.features_sec8 i {
	color: #fff;
	font-size: 22px;
	width: 64px;
	height: 64px;
	text-align: center;
	vertical-align: middle;
	line-height: 64px;
	background-color: #272727;
	border-radius: 100%;
	margin-right: 8px;
}

.features_sec8 .vline {
	float: left;
	width: 11%;
	min-height: 250px;
	background: url(../images/site-img9.png) no-repeat center top;
}

.features_sec8 .left:hover i,
.features_sec8 .center:hover i,
.features_sec8 .right:hover i {
	color: #fff;
	background-color: #fc4242;
}

.features_sec8 .left:hover h3,
.features_sec8 .center:hover h3,
.features_sec8 .right:hover h3 {
	color: #fc4242;
}

.features_sec8 .left.active i,
.features_sec8 .center.active i,
.features_sec8 .right.active i {
	color: #fff;
	background-color: #fc4242;
}

.features_sec8 .left.active h3,
.features_sec8 .center.active h3,
.features_sec8 .right.active h3 {
	color: #fc4242;
}
/* features section 9 */
/*.features_sec9 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 70px 0px 70px 0px;
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat:no-repeat;
	background-position: center;
	position:relative;
	min-height: 390px;
}*/
.features_sec9 i {
	color: #fff;
	font-size: 40px;
	text-align: center;
	vertical-align: middle;
	line-height: 124px;
	border-radius: 100%;
	margin-bottom: 20px;
}

.features_sec9 h4 {
	color: #fff;
	margin-bottom: 0px;
}

.features_sec9 {
	text-align: center;
	margin: auto;
	width: 270px;
	height: 270px;
	overflow: hidden;
	position: relative;
	border-radius: 100%;
}

.features_sec9 .image div {
	transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	margin: 45px auto 0 auto;
	width: 124px;
	height: 124px;
	border-radius: 100%;
	border: 3px solid #fff;
}

.features_sec9:hover .image div {
	cursor: pointer;
	transform: scale(1.5);
	-ms-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-o-transform: scale(1.5);
	margin: 45px auto 0 auto;
	width: 174px;
	height: 174px;
	background-color: #fc4242;
	border-radius: 100%;
	border: 3px solid #fc4242;
	z-index: 998;
}

.features_sec9 .text {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	z-index: 999;
}

.features_sec9 .text:hover {
	background: none;
}

.features_sec9 .text div {
	color: #fff;
	width: 70%;
	padding: 0 15%;
	position: absolute;
	bottom: -100%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.features_sec9 .text div h4 {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 13px;
}

.features_sec9 .text:hover div {
	bottom: 16%;
}

.features_sec9:hover .image div i {
	margin-top: -15px;
	font-size: 35px;
}

.features_sec9:hover .image div h4 {
	display: none;
}
/* features section 10 */
.features_sec10 {
	width: 100%;
	text-align: center;
	padding: 0px 0px 60px;
}

.features_sec10 .flex-control-nav {
	bottom: -60px;
}
/* features section 11 */
.features_sec11 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 0 0 70px 0;
}

.features_sec11 .hblog {
	float: left;
	width: 100%;
	text-align: left;
	background-color: #fff;
	border-bottom: 4px solid #fff;
}

.features_sec11 .hblog img {
	width: 100%;
}

.features_sec11 .hblog .content2 {
	float: left;
	width: 84%;
	padding: 5% 8% 8% 8%;
}

.features_sec11 .hblog h5 {
	margin-bottom: 4px;
	font-weight: 500;
}

.features_sec11 .hblog .date {
	float: left;
	width: 100%;
	font-size: 13px;
	color: #999;
}

.features_sec11 .hblog .comments {
	float: left;
	width: 100%;
	font-size: 13px;
	color: #727272;
	padding: 5px 0px;
	margin-top: 10px;
	margin-bottom: 18px;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}

.features_sec11 .hblog .comments i {
	color: #999;
	margin-right: 4px;
}

.features_sec11 .hblog .comments a {
	color: #727272;
}

.features_sec11 .hblog .comments a:hover {
	color: #fc4242;
}

.features_sec11 .hblog:hover {
	border-bottom: 4px solid #fc4242;
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.features_sec11 .hblog.active {
	border-bottom: 4px solid #fc4242;
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
/* features section 12 */
.features_sec12 {
	width: 100%;
	text-align: center;
	padding: 0 0 70px 0;
}

.features_sec12 .left h1,
.features_sec12 .center h1,
.features_sec12 .right h1 {
	color: #fff;
	font-size: 45px;
	line-height: 45px;
	font-weight: 300;
	text-transform: uppercase;
}

.features_sec12 .left h2,
.features_sec12 .center h2,
.features_sec12 .right h2 {
	color: #fff;
	font-size: 35px;
	margin-bottom: 13px;
	font-weight: 300;
	text-transform: uppercase;
}

.features_sec12 .left {
	float: left;
	width: 26.333%;
	height: 285px;
	overflow: hidden;
	padding: 3.5%;
	text-align: left;
	background-color: #272727;
}

.features_sec12 .center {
	float: left;
	color: #fff;
	width: 33.333%;
	text-align: left;
}

.features_sec12 .center .topcont {
	float: left;
	width: 80%;
	height: 117px;
	padding: 8% 10% 8.5% 10%;
	background-color: #fc4242;
	position: relative;
}

.features_sec12 .center .arrow {
	z-index: 10;
	position: absolute;
	bottom: -18px;
	left: 50%;
	margin-left: -18px;
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
	border-top: 18px solid #fc4242;
}

.features_sec12 .center .botimg {
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
}

.features_sec12 .center .botimg img {
	width: 100%;
}

.features_sec12 .right {
	float: left;
	width: 33.333%;
}

.features_sec12 .right .box1 {
	float: left;
	color: #999;
	width: 80%;
	height: 117px;
	overflow: hidden;
	padding: 8% 10% 8.5% 10%;
	text-align: left;
	background-color: #525252;
}

.features_sec12 .right .box2 {
	float: left;
	color: #b3b3b3;
	width: 80%;
	height: 117px;
	overflow: hidden;
	padding: 8% 10% 9.5% 10%;
	text-align: left;
	background-color: #616161;
}
/* features section 13 */
.features_sec13 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 70px 0px 0px 0px;
	background-color: #272727;
}
/* features section 14 */
.features_sec14 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 70px 0px;
}

.pricings_home {
	float: left;
	width: 100%;
	border: 1px solid #e9e9e9;
}

.pricings_home:hover {
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.pricings_home ul {
	padding: 0px;
	margin: 0px;
}

.pricings_home li {
	padding: 13px 0px;
	margin: 0px;
	text-align: center;
	border-top: 1px solid #f3f3f3;
}

.pricings_home li.title {
	color: #fff;
	font-size: 35px;
	line-height: 35px;
	padding: 13px 0px;
	text-transform: uppercase;
	background-color: #fc4242;
}

.pricings_home li.title.active {
	background-color: #272727;
}

.pricings_home li.price {
	color: #272727;
	font-size: 45px;
	font-weight: bold;
	line-height: 45px;
	padding: 13px 0px 8px 0px;
}

.pricings_home li.price sup {
	font-size: 22px;
	font-style: normal;
}

.pricings_home li.price i {
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
}

.pricings_home li.but {
	padding: 30px 0px;
}
/* features section 15 */
.features_sec15 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 0px 0px 50px 0px;
	position: relative;
	color: #fff;
}

.features_sec15.two {
	padding: 0px 0px 0px 0px;
	background: none;
}

.features_sec15 i {
	color: #fff;
	font-size: 35px;
	width: 100px;
	height: 100px;
	text-align: center;
	vertical-align: middle;
	line-height: 100px;
	background-color: #fc4242;
	border-radius: 100%;
	margin-bottom: 30px;
}

.features_sec15 h4 {
	color: #fff;
}

.features_sec15 h4 em {
	color: #999;
	font-size: 13px;
	display: block;
}

.features_sec15 .flex-control-nav {
	bottom: -40px;
}
/* features section 16 */
.features_sec16 {
	float: left;
	width: 100%;
	padding: 70px 0px 40px 0px;
}

.features_sec16.lessmt {
	padding: 0px 0px 40px 0px;
}

ul.fun_facts {
	float: left;
	padding: 0px;
	margin: 0px;
}

.fun_facts li {
	float: left;
	padding: 16px 0px 0px 0px;
	margin: 0px 9px 18px 0px;
	width: 74px;
	height: 58px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #f3f3f3;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 300;
	color: #999;
	font-family: 'Open Sans', sans-serif;
}

.fun_facts li.last {
	margin: 0px 0px 18px 0px;
}

.fun_facts li b {
	color: #575757;
	display: block;
	font-size: 18px;
}

.fun_facts li:hover {
	background-color: #f9f9f9;
}
/* features section 17 */
.features_sec17 {
	float: left;
	width: 100%;
	padding: 45px 0px;
	background-color: #e3e3e3;
}
/* features section 18 */
.features_sec18 ul {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.features_sec18 li {
	padding: 0px;
	margin: 0px;
}

.features_sec18 li h3 {
	margin-bottom: 5px;
}

.features_sec18 li.icon {
	float: left;
	width: 14%;
	color: #fc4242;
	font-size: 35px;
}

.features_sec18 li.text {
	float: left;
	width: 86%;
}

.features_sec18 li.icon2 {
	float: left;
	width: 40px;
	height: 40px;
	margin-right: 18px;
	color: #fff;
	font-size: 35px;
	border-radius: 100%;
	text-align: center;
	vertical-align: middle;
	line-height: 38px;
	font-size: 27px;
	background-color: #fc4242;
}

.features_sec18 li.text2 {
	float: left;
	width: 84%;
}
/* features section 19 */
.features_sec19 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 70px 0px 70px 0px;
	position: relative;
	min-height: 500px;
}

.features_sec19 .left {
	float: left;
	width: 33.33%;
	margin-top: 50px;
}

.features_sec19 .center {
	float: left;
	width: 33.33%;
	min-height: 560px;
}

.features_sec19 .right {
	float: left;
	width: 33.33%;
	margin-top: 50px;
}

.features_sec19 .left ul {
	float: right;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.features_sec19 .left li {
	float: right;
	width: 100%;
	padding: 0px;
	margin: 0px;
	color: #454545;
}

.features_sec19 .left h3 {
	float: right;
	font-weight: 300;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.features_sec19 .left li.icon {
	float: right;
	width: 118px;
	height: 118px;
	margin-bottom: 13px;
	background: url(../images/site-img17.png) no-repeat center top;
}

.features_sec19 .left li.icon i,
.features_sec19 .right li.icon i {
	color: #272727;
	font-size: 35px;
	width: 98px;
	height: 98px;
	text-align: center;
	vertical-align: middle;
	line-height: 98px;
	border: 1px solid #999;
	border-radius: 100%;
	margin-top: 9px;
}

.features_sec19 .left li p {
	text-align: right;
}

.features_sec19 .right ul {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.features_sec19 .right li {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	color: #454545;
}

.features_sec19 .right h3 {
	float: left;
	font-weight: 300;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.features_sec19 .right li.icon {
	float: left;
	width: 118px;
	height: 118px;
	margin-bottom: 13px;
	background: url(../images/site-img17.png) no-repeat center top;
}

.features_sec19 .right li p {
	text-align: left;
}

.features_sec19 .left ul:hover i,
.features_sec19 .right ul:hover i {
	color: #fff;
	background-color: #fc4242;
}
/* features section 20 */
.features_sec20 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 70px 0px 20px 0px;
}

.features_sec20.lessmt {
	padding: 10px 0px 0px 0px;
}
/* features section 21 */
.features_sec21 ul {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.features_sec21 li {
	padding: 0px;
	margin: 0px;
}

.features_sec21 li h3 {
	margin-bottom: 5px;
}

.features_sec21 li.icon {
	float: left;
	width: 70px;
	height: 100px;
	color: #fff;
	font-size: 32px;
	text-align: center;
	vertical-align: middle;
	line-height: 72px;
	background: url(../images/site-img19.png) no-repeat left top;
}

.features_sec21 li.text {
	float: left;
	width: 82%;
	margin-left: 30px;
}

.features_sec21 ul:hover h3 {
	color: #fc4242;
}

.features_sec21 ul:hover li.icon {
	color: #fff;
	background: url(../images/site-img19-2.png) no-repeat left top;
}

.features_sec21 ul.active h3 {
	color: #fc4242;
}

.features_sec21 ul.active li.icon {
	color: #fff;
	background: url(../images/site-img19-2.png) no-repeat left top;
}
/* features section 22 */
.features_sec22 {
	text-align: center;
	padding: 0 0 70px 0;
}

.features_sec22 .box {
	float: left;
	width: 75%;
	padding: 0 12.5% 40px 12.5%;
	text-align: center;
	border: 1px solid #e3e3e3;
	margin-top: 67px;
}

.features_sec22 .box h2 {
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 18px;
}

.features_sec22 .box a {
	color: #454545;
}

.features_sec22 .box a:hover {
	color: #fc4242;
}

.features_sec22 .box .icon {
	margin: -67px auto 30px auto;
	width: 120px;
	height: 120px;
	text-align: center;
	border: 1px solid #e3e3e3;
	border-radius: 100%;
	background-color: #fff;
}

.features_sec22 .box .icon .icon-wrapper {
	margin: 14px;
	border-radius: 100%;
	background-color: #fc4242;
}

.features_sec22 .box .icon .icon-wrapper i {
	color: #FFF;
	line-height: 92px;
}

.features_sec22 .box .icon img {
	margin-top: 14px;
}

.features_sec22 .box:hover {
	color: #fff;
	background-color: #fc4242;
	border: 1px solid #fc4242;
}

.features_sec22 .box:hover h2 {
	color: #fff;
}

.features_sec22 .box:hover a {
	color: #fff;
}
/* features section 23 */
.features_sec23 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 70px 0px 70px 0px;
	background: url("../images/parallax-bg8.html");
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-position: center;
	position: relative;
	min-height: 340px;
}

.features_sec23 h1 {
	color: #fff;
	font-weight: 200;
	text-transform: uppercase;
}

.features_sec23 h1 b {
	font-weight: 200;
	display: block;
}

.features_sec23 .cont {
	float: right;
	width: 50%;
	color: #fff;
	margin-top: 40px;
	text-align: left;
}
/* features section 24 */
.features_sec24 {
	width: 100%;
	padding: 0px 0px 50px 0px;
}

.features_sec24 ul.news {
	float: left;
	width: 100%;
	padding: 0px;
	position: relative;
	z-index: 2;
	margin: 0px 0px 7px 0px;
}

.features_sec24 ul.news .news-bg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
}

.features_sec24 ul.news .news-bg .upper,
.features_sec24 ul.news .news-bg .lower {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 50%;
	right: 50px;
	background: #fff;
	transform-origin: 100% 50% 0;
	-webkit-transform-origin: 100% 50% 0;
	-moz-transform-origin: 100% 50% 0;
	-ms-transform-origin: 100% 50% 0;
	-o-transform-origin: 100% 50% 0;
	transform: skewY(-1deg);
	-webkit-transform: skewY(-1deg);
	-moz-transform: skewY(-1deg);
	-ms-transform: skewY(-1deg);
	-o-transform: skewY(-1deg);
}

.features_sec24 ul.news .news-bg .lower {
	top: 50%;
	bottom: 0;
	transform: skewY(1deg);
	-webkit-transform: skewY(1deg);
	-moz-transform: skewY(1deg);
	-ms-transform: skewY(1deg);
	-o-transform: skewY(1deg);
}

.features_sec24 ul.news .news-bg .arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	border-top: 55px solid transparent;
	border-bottom: 55px solid transparent;
	border-left: 50px solid transparent;
}

.features_sec24 ul.news:hover .news-bg .upper,
.features_sec24 ul.news.active .news-bg .upper,
.features_sec24 ul.news:hover .news-bg .lower,
.features_sec24 ul.news.active .news-bg .lower {
	background: #fc4242;
}

.features_sec24 ul.news:hover .news-bg .arrow,
.features_sec24 ul.news.active .news-bg .arrow {
	border-left-color: #fc4242;
}

.features_sec24 ul.news:hover,
.features_sec24 ul.news.active {
	color: #fff;
}

.features_sec24 ul.news:hover h5,
.features_sec24 ul.news.active {
	color: #fff;
}

.features_sec24 ul.news:hover a,
.features_sec24 ul.news.active a {
	color: #fff;
}

.features_sec24 ul.news li {
	float: left;
	padding: 0px;
	margin: 0px;
}

.b960 .features_sec24 ul.news li, 
.w960 .features_sec24 ul.news li {
	font-size: 11px;
}

.features_sec24 ul.news li.left {
	float: left;
	margin: 0px 20px 0px 0px;
	height: 110px;
}

.features_sec24 ul.news li h5 {
	text-transform: uppercase;
	font-weight: 500;
	display: block;
	margin-top: 25px;
	margin-bottom: 10px;
}

.features_sec24 ul.hblogs {
	float: left;
	width: 100%;
}

.features_sec24 ul.hblogs li.image {
	float: left;
	width: 100%;
	border-bottom: 2px solid #fc4242;
}

.features_sec24 ul.hblogs li.image img {
	float: left;
	width: 100%;
}

.features_sec24 ul.hblogs li.date {
	float: left;
	width: 63px;
	padding: 13px 0px;
	margin-left: 4px;
	margin-right: 30px;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	background-color: #fc4242;
}

.features_sec24 ul.hblogs li.date strong {
	display: block;
	font-size: 30px;
	font-weight: 300;
	margin-bottom: 4px;
}

.features_sec24 ul.hblogs li.title h2 {
	font-weight: 300;
	margin-bottom: 0px;
}

.features_sec24 ul.hblogs li.title {
	float: left;
	margin-top: 18px;
}

.features_sec24 ul.hblogs li.text {
	float: left;
	margin-bottom: 30px;
	margin-top: 18px;
}
/* features section 25 */
.features_sec25 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 0px 0px 50px 0px;
}

.features_sec25 .left {
	float: left;
	width: 21%;
	background: url(../images/arrow-2.png) no-repeat right 70px;
}

.features_sec25 .left img.client_img {
	float: left;
	width: auto;
}

.features_sec25 .left h5 {
	float: left;
	width: 100%;
	color: #fff;
	display: block;
	margin-top: 10px;
	margin-bottom: 0px;
	text-align: left;
}

.features_sec25 .left h5 em {
	font-size: 13px;
	font-style: normal;
}

.features_sec25 .right {
	float: left;
	width: 72%;
	padding: 2.6% 3.5%;
	text-align: left;
	background-color: #fff;
}
/* features section 26 */
.features_sec26 {
	width: 100%;
	text-align: center;
	padding: 0 0px 70px 0px;
}

.features_sec26 .box {
	float: left;
	width: 100%;
}

.features_sec26 .box img {
	float: left;
	border-bottom: 5px solid #d0d0d0;
}

.b960 .features_sec26 .box img,
.w960 .features_sec26 .box img {
	width: 100%;
}

.features_sec26 .box h3 {
	float: left;
	width: 100%;
	margin-top: 25px;
	margin-bottom: 5px;
}

.features_sec26 .box h6 {
	color: #999;
}

.features_sec26 .box p {
	width: 75%;
	margin: 0 auto;
}

.features_sec26 .box ul {
	padding: 0px;
	margin: 0 0 0 30%;
}

.features_sec26 .box li {
	float: left;
	padding: 0px;
	margin: 0px 4px;
}

.features_sec26 .box li a {
	color: #727272;
	float: left;
	width: 26px;
	height: 26px;
	text-align: center;
	vertical-align: middle;
	line-height: 26px;
	background-color: #eee;
	border-radius: 100%;
}

.features_sec26 .box li a:hover {
	color: #fff;
	background-color: #fc4242;
}

.features_sec26 .box:hover h3 {
	color: #fc4242;
}

.features_sec26 .box:hover img {
	border-bottom: 5px solid #fc4242;
}
/* features section 27 */
.features_sec27 {
	padding: 0px 0px 50px 0px;
}

.features_sec27 ul.blogs2 {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
}

.features_sec27 ul.blogs2 li {
	padding: 0px;
	margin: 0px;
}

.b960 .features_sec27 ul.blogs2 li,
.w960 .features_sec27 ul.blogs2 li {
	font-size: 12px;
}

.features_sec27 ul.blogs2 li img {
	float: left;
	margin-bottom: 20px;
}

.b960 .features_sec27 ul.blogs2 li img,
.w960 .features_sec27 ul.blogs2 li img {
	width: 100%;
}

.features_sec27 ul.blogs2 li h4 {
	margin-bottom: 4px;
	font-weight: 500;
}

.features_sec27 ul.news2 {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px 0px 40px 0px;
}

.features_sec27 ul.news2.last {
	margin: 0px 0px 0px 0px;
}

.features_sec27 ul.news2 li {
	padding: 0px;
	margin: 0px;
}

.features_sec27 ul.news2 li.date {
	float: left;
	color: #454545;
	width: 40px;
	margin-right: 20px;
	text-align: center;
}

.features_sec27 ul.news2 li.date strong {
	display: block;
	font-size: 20px;
	font-weight: normal;
	color: #fc4242;
	width: 40px;
	height: 40px;
	vertical-align: middle;
	line-height: 40px;
	text-align: center;
	border: 1px solid #fc4242;
}

.features_sec27 ul.news2 li h4 {
	display: block;
	margin-bottom: 0px;
}

.features_sec27 ul.news2 li.text {
	float: left;
	width: 89%;
}

.b960 .features_sec27 ul.news2 li.text,
.w960 .features_sec27 ul.news2 li.text {
	width: 86%;
}

.features_sec27 ul.news2 li.text p {
	float: left;
	margin-top: 5px;
}
/* features section 28 */
.features_sec28 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 70px 0px 70px 0px;
}

.features_sec28 i {
	width: 182px;
	height: 184px;
	font-size: 56px;
	color: #272727;
	text-align: center;
	vertical-align: middle;
	line-height: 184px;
	margin-bottom: 35px;
	background: url(../images/site-img31.png) no-repeat center top;
}

.features_sec28 h2 {
	margin-bottom: 10px;
}

.features_sec28 h5 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e3e3e3;
}

.features_sec28 .center {
	float: left;
	color: #fff;
	width: 40%;
	padding: 140px 30% 0 30%;
	min-height: 362px;
	background: url(../images/site-img32.png) no-repeat center top;
}

.features_sec28 .center h2 {
	color: #fff;
	margin-bottom: 10px;
}

.features_sec28 .center h5 {
	color: #fff;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #d7d7d7;
}
/* features section 29 */
.features_sec29 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 70px 0px 70px 0px;
	background-color: #eee;
}

.features_sec29 .box {
	float: left;
	width: 100%;
}

.features_sec29 .box img {
	float: left;
	border-bottom: 5px solid #fc4242;
}

.features_sec29 .box h3 {
	float: left;
	width: 100%;
	font-weight: 400;
	margin-top: 25px;
	margin-bottom: 20px;
	padding-bottom: 8px;
	border-bottom: 1px solid #d3d3d3;
	text-transform: uppercase;
}

.features_sec29 .box ul {
	padding: 0px;
	margin: 0 0 0 30%;
}

.features_sec29 .box li {
	float: left;
	padding: 0px;
	margin: 0px 4px;
}

.features_sec29 .box li a {
	color: #727272;
	float: left;
	width: 26px;
	height: 26px;
	text-align: center;
	vertical-align: middle;
	line-height: 26px;
	background-color: #eee;
	border-radius: 100%;
}

.features_sec29 .box li a:hover {
	color: #fff;
	background-color: #fc4242;
}

.features_sec29 .box:hover h3 {
	color: #fc4242;
}

.features_sec29 .box:hover img {
	border-bottom: 5px solid #272727;
}
/* features section 30 */
.features_sec30 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 70px 0px 70px 0px;
	background: url("../images/parallax-bg9.html");
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-position: center;
	position: relative;
}

.features_sec30 .hvideo iframe {
	width: 80%;
	height: 460px;
}
/* features section 31 */
.features_sec31 {
	float: left;
	width: 100%;
	padding: 70px 0px 70px 0px;
}

.features_sec31 ul {
	float: left;
	width: 44%;
	padding: 0px;
	margin: 0px 30px 0px 0px;
}

.features_sec31 li {
	padding: 8px 0px;
	margin: 0px;
	border-bottom: 1px solid #eee;
}
/* features section 32 */
.features_sec32 {
	width: 100%;
	text-align: center;
	padding: 0px 0px 50px 0px;
}

.features_sec32 .left {
	float: left;
	width: 30%;
	background: url(../images/arrow-2.png) no-repeat right 50px;
}

.features_sec32 .left .cimage {
	float: left;
	width: 118px;
	height: 118px;
	border-radius: 100%;
	border: 8px solid #fff;
}

.features_sec32 .left .cimage img {
	border-radius: 50%;
}

.features_sec32 .flex-control-nav {
	bottom: -40px;
}

.features_sec32 .right {
	float: left;
	width: 62%;
	padding: 3% 4%;
	text-align: left;
	background-color: #fff;
}

.features_sec32 .right h5 {
	color: #454545;
	font-weight: 600;
	display: block;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 0px;
}

.features_sec32 .right h5 em {
	color: #999;
	display: block;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
}

.features_sec32 .right h5 b {
	color: #fc4242;
	font-weight: normal;
}

.features_sec32 ul.clients {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.features_sec32 .clients li {
	float: left;
	width: 33%;
	padding: 0px;
	margin: 0px 0px 30px 0px;
	text-align: left;
}
/* features section 33 */
.features_sec33 {
	float: left;
	width: 100%;
	padding: 0;
}

.features_sec33 .leftimg {
	float: left;
	width: 45%;
	margin-right: 5%;
}

.features_sec33 .right {
	float: left;
	width: 50%;
}

.features_sec33 ul {
	float: left;
	width: 100%;
	padding: 0px;
	margin: -20px 0px 50px 0px;
}

.features_sec33 li {
	padding: 0px;
	margin: 0px;
}

.features_sec33 li h4 {
	margin-bottom: 5px;
}

.features_sec33 li.icon {
	float: left;
	color: #272727;
	font-size: 32px;
	text-align: center;
	vertical-align: middle;
	line-height: 94px;
	transform: rotate(45deg) scale(.65);
	-webkit-transform: rotate(45deg) scale(.65);
	-moz-transform: rotate(45deg) scale(.65);
	-ms-transform: rotate(45deg) scale(.65);
	-o-transform: rotate(45deg) scale(.65);
	position: relative;
}

.features_sec33 li.icon .icon-wrap {
	background: #fff;
	padding: 5px;
	border: 1px solid #ddd;
	width: 98px;
}

.features_sec33 li.icon .icon-shadow {
	position: absolute;
	bottom: 0;
	left: 5px;
	right: 0;
	z-index: -1;
	height: 20px;
	background: #000;
	transform-origin: 0 0 0;
	-webkit-transform-origin: 0 0 0;
	-moz-transform-origin: 0 0 0;
	-ms-transform-origin: 0 0 0;
	-o-transform-origin: 0 0 0;
	transform: rotate(3deg);
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
}

.features_sec33 li.icon .icon-inner {
	background: #fff;
	border: 1px solid #ddd;
}

.features_sec33 li.icon .fa {
	transform: rotate(-45deg) scale(1.6);
	-webkit-transform: rotate(-45deg) scale(1.6);
	-moz-transform: rotate(-45deg) scale(1.6);
	-ms-transform: rotate(-45deg) scale(1.6);
	-o-transform: rotate(-45deg) scale(1.6);
}

.features_sec33 li.text {
	float: left;
	width: 73%;
	margin-left: 30px;
}

.b960 .features_sec33 li.text,
.w960 .features_sec33 li.text {
	width: 63%;
}

.features_sec33 ul:hover h3 {
	color: #fc4242;
}

.features_sec33 ul:hover li.icon .icon-inner {
	color: #fff;
	background: #fc4242;
}

.features_sec33 ul:hover li.icon .icon-shadow {
	background: #fc4242;
}

.features_sec33 ul.active h3 {
	color: #fc4242;
}

.features_sec33 ul.active li.icon .icon-inner {
	color: #fff;
	background: #fc4242;
}

.features_sec33 ul.active li.icon .icon-shadow {
	background: #fc4242;
}
/* features section 34 */
.features_sec34 {
	width: 100%;
	text-align: center;
	padding: 0px 0px 70px 0px;
	position: relative;
}

.features_sec34 .value {
	width: 120px;
	height: 120px;
	background-color: #525252;
	border: 4px solid #686868;
	color: #fff;
	font-size: 40px;
	font-weight: 300;
	text-align: center;
	vertical-align: middle;
	line-height: 120px;
	border-radius: 100%;
	margin: 0 auto 30px auto;
}

.features_sec34 .value em {
	font-size: 18px;
	font-style: normal;
}

.features_sec34 h4 {
	color: #fff;
	margin-bottom: 10px;
}

.features_sec34 .one_fourth:hover .value {
	color: #fff;
	background-color: #fc4242;
	border: 4px solid #fc4242;
}
/* features section 35 */
.features_sec35 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 0px 0px 70px 0px;
}

.features_sec35 .box {
	float: left;
	width: 100%;
}

.features_sec35 .box .timage {
	width: 150px;
	height: 143px;
	padding-top: 7px;
	text-align: center;
	margin: 0 auto;
	border: 1px solid #fc4242;
	background: #fff;
	position: relative;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.features_sec35 .box .timage:after {
	position: absolute;
	content: '';
	right: 50%;
	bottom: -15px;
	margin-right: -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 34px 18px 0;
	border-color: transparent #fff transparent transparent;
}

.features_sec35 .box .timage:before {
	position: absolute;
	content: '';
	right: 50%;
	bottom: -16px;
	margin-right: -11px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 35px 18px 0;
	border-color: transparent #fc4242 transparent transparent;
}

.features_sec35 .box .timage:after,
.features_sec35 .box .timage:before {
	transform: translate(-5px, -1px) rotate(6deg) skewX(5deg);
	-webkit-transform: translate(-5px, -1px) rotate(6deg) skewX(5deg);
	-moz-transform: translate(-5px, -1px) rotate(6deg) skewX(5deg);
}

.features_sec35 .box:hover .timage {
	background: #fc4242;
}

.features_sec35 .box:hover .timage:after {
	border-color: transparent #fc4242 transparent transparent;
}

.features_sec35 .box.active .timage {
	background: #fc4242;
}

.features_sec35 .box.active .timage:after {
	border-color: transparent #fc4242 transparent transparent;
}

.features_sec35 .box .timage img {
	border-radius: 50%;
}

.features_sec35 .box h3 {
	float: left;
	width: 100%;
	margin-top: 25px;
	margin-bottom: 6px;
	padding-bottom: 8px;
	border-bottom: 1px solid #e3e3e3;
}

.features_sec35 .box p {
	width: 75%;
	margin: 0 auto;
}

.features_sec35 .box ul {
	padding: 0px;
	margin: 0 0 0 28%;
}

.features_sec35 .box li {
	float: left;
	padding: 0px;
	margin: 0px 8px;
}

.features_sec35 .box li a {
	color: #727272;
}

.features_sec35 .box li a:hover {
	color: #999;
}
/* features section 36 */
.features_sec36 {
	float: left;
	width: 100%;
	color: #fff;
	text-align: center;
	padding: 50px 0px 50px 0px;
	background-color: #fc4242;
}

.features_sec36 h1 {
	color: #fff;
	margin-bottom: 13px;
}

.features_sec36 h4 {
	color: #fff;
	margin-bottom: 13px;
}
/* features section 37 */
.features_sec37 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 0px 0px 70px 0px;
}

.features_sec37 i {
	width: 130px;
	height: 130px;
	border: 1px solid #fc4242;
	background-color: #fc4242;
	color: #fff;
	font-size: 50px;
	text-align: center;
	vertical-align: middle;
	line-height: 130px;
	border-radius: 100%;
	margin-bottom: 30px;
}

.features_sec37 h2 {
	text-transform: uppercase;
	font-weight: 300;
}

.features_sec37:hover i {
	color: #fc4242;
	border: 1px solid #fc4242;
	background-color: #fff;
}

.features_sec37:hover h2 {
	color: #fc4242;
}

.features_sec37:hover .readmore_but1 {
	color: #fc4242;
}

.features_sec37.active i {
	color: #fc4242;
	border: 1px solid #fc4242;
	background-color: #fff;
}

.features_sec37.active h2 {
	color: #fc4242;
}

.features_sec37.active .readmore_but1 {
	color: #fc4242;
}
/* features section 38 */
.features_sec38 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 0px 0px 50px 0px;
	position: relative;
}
/* features section 39 */
.features_sec39 {
	float: right;
	width: 94%;
	text-align: left;
	padding-bottom: 30px;
	position: relative;
}

.features_sec39 ul {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 65px 0px 0px 0px;
	position: relative;
}

.features_sec39 ul + ul:before {
	content: '';
	position: absolute;
	left: 38px;
	top: -45px;
	background: #000;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.features_sec39 ul:first-child {
	margin-top: 50px;
}

.features_sec39 .icon-list-line {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 39px;
	width: 1px;
	border-right: 1px solid #000;
	z-index: -1;
}

.features_sec39 .icon-list-line>div {
	position: absolute;
	width: 10px;
	height: 10px;
	background: #000;
	left: -4px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.features_sec39 .icon-list-line>div.end {
	bottom: 0;
}

.features_sec39 li {
	padding: 0px;
	margin: 0px;
}

.features_sec39 h3 {
	margin-bottom: 10px;
}

.features_sec39 li.icon {
	width: 80px;
	height: 80px;
	position: absolute;
}

.features_sec39 li.icon i {
	color: #fff;
	font-size: 35px;
	width: 80px;
	height: 80px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	vertical-align: middle;
	line-height: 80px;
	background-color: #272727;
	border-radius: 100%;
}

.features_sec39 li.text {
	padding-left: 110px;
}

.features_sec39 ul:hover i {
	background-color: #fc4242;
}

.features_sec39 ul.active i {
	background-color: #fc4242;
}
/* features section 40 */
.features_sec40 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 0px 0px 50px 0px;
	position: relative;
	color: #fff;
}

.features_sec40.two {
	background: url("../images/parallax-bg13.html");
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.features_sec40 h5 {
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}

.features_sec40 h5 em {
	color: #999;
	font-size: 13px;
	display: block;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
}

.features_sec40 .cimag {
	margin: 0 auto;
	width: 120px;
	height: 120px;
	border-radius: 100%;
	border: 3px solid #fff;
	overflow: hidden;
}

.features_sec40 .cimag img {
	border-radius: 50%;
}

.features_sec40 .flex-control-nav {
	bottom: -40px;
}
/* features section 41 */
.features_sec41 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 70px 0px 40px 0px;
}

.features_sec41.lessmar {
	padding: 0px 0px 40px 0px;
}

.features_sec41.lessmar2 {
	padding: 0px 0px 0px 0px;
}

.pro_bar {
	float: left;
	width: 100%;
	text-align: left;
}

.pro_bar h5 {
	color: #727272;
	margin-bottom: 0px;
}
/* features section 42 */
.features_sec42 {
	text-align: center;
}

.features_sec42 .box {
	float: left;
	width: 100%;
	padding-bottom: 20px;
	text-align: left;
}

.features_sec42 .box img {
	float: left;
	width: 100%;
	height: auto;
	-moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.7);
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.7);
}

.features_sec42 .box h4 {
	float: left;
	color: #272727;
	width: 100%;
	margin-top: 25px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.features_sec42 .box h6 {
	color: #999;
	margin-bottom: 10px;
}

.features_sec42 .box ul {
	padding: 20px 0px 0px 0px;
	margin: 0px;
	border-top: 1px solid #e0e0e0;
}

.features_sec42 .box li {
	float: left;
	padding: 0px;
	margin: 0px 8px;
}

.features_sec42 .box li a {
	color: #272727;
}

.features_sec42 .box li a:hover {
	color: #727272;
}

.features_sec42.two .box img {
	float: left;
	width: 100%;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.features_sec42.two .box h4 {
	text-transform: none;
}

.features_sec42.two .box h6 {
	color: #fc4242;
}

.features_sec42.two .box ul {
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #c5c3c4;
}

.features_sec42.two .box li {
	float: left;
	padding: 0px;
	margin: 0px 0px;
}

.features_sec42.two .box li a {
	float: left;
	color: #fff;
	width: 30px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
	background-color: #c5c3c4;
}

.features_sec42.two .box:hover li a:hover {
	background-color: #c5c3c4;
}

.features_sec42.two .box:hover h4 {
	color: #fc4242;
}

.features_sec42.two .box:hover li a {
	background-color: #fc4242;
}

.features_sec42.two .box:hover img {
	float: left;
	width: 100%;
	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.7);
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.7);
}
/* features section 43 */
.features_sec43 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 70px 0px 40px 0px;
}

.features_sec43 ul {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px 0px 30px 0px;
}

.features_sec43 li {
	padding: 0px;
	margin: 0px;
	text-align: left;
}

.features_sec43 li.icon {
	float: left;
	color: #fc4242;
	font-size: 38px;
	margin-right: 20px;
}

.features_sec43 li.text {
	float: left;
	width: 85%;
}

.features_sec43 li.text h4 {
	font-weight: 500;
	margin-bottom: 8px;
}
/* features section 44 */
.features_sec44 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 70px 0px 40px 0px;
}

.features_sec44 .accrodation {
	text-align: left;
}
/* features section 45 */
.skillgraph_wrapper {
	text-align: center;
	position: relative;
	margin: 0 auto;
	display: inline-block;
}

.skillgraph {
	width: 240px;
	height: 240px;
	font-size: 67px;
	text-align: center;
	vertical-align: middle;
	line-height: 240px;
	position: relative;
	margin: 0 0 27px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.skillgraph_arc {
	position: absolute;
	top: -5px;
	right: -5px;
	bottom: 50%;
	left: 50%;
	overflow: hidden;
}

.skillgraph_arc .arc {
	position: absolute;
	width: 100%;
	height: 100%;
	border-width: 5px 5px 0 0;
	border-style: solid;
	border-color: #aaa;
	border-radius: 0 100% 0 0;
	transform-origin: 0 100% 0;
	-webkit-transform-origin: 0 100% 0;
	-moz-transform-origin: 0 100% 0;
	-ms-transform-origin: 0 100% 0;
	-o-transform-origin: 0 100% 0;
	transform: rotate(-40deg);
	-webkit-transform: rotate(-40deg);
	-moz-transform: rotate(-40deg);
	-ms-transform: rotate(-40deg);
	-o-transform: rotate(-40deg);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.skillgraph-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 240px;
	height: 240px;
	border: 5px solid #CCCCCC;
	border-radius: 50%;
	clip: rect(0px,200px,100px,120px);
}

.skillgraph.one {
	border: 5px solid #727272;
	border-radius: 50%;
}

.skillgraph.two {
	color: #89b505;
	background: url(../images/skillgraph2.html) no-repeat center top;
}

.skillgraph.three {
	color: #9b43f6;
	background: url(../images/skillgraph3.html) no-repeat center top;
}

.skillgraph.four {
	color: #fc4242;
	background: url(../images/skillgraph4.html) no-repeat center top;
}
/* page title */
.page_title {
	float: left;
	width: 100%;
	padding: 90px 0px 85px 0px;
	text-align: center;
	font-size: 16px;
	color: #999;
	background: url(../images/elements/pattern11.png) repeat left top;
}

.page_title.two {
	padding: 50px 0px 30px 0px;
}

.page_title.two .container {
	position: relative;
} 

.page_title.two .container .portfolio-up {
	position: absolute;
	left: 0;
	top: 5px;
	font-size: 40px;
}

.page_title.two .container .portfolio-nav {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 50px;
}

.page_title.two .container .portfolio-up a:hover, 
.page_title.two .container .portfolio-nav a:hover {
	color: #fc4242;
	opacity: .7;
}

.page_title h1 {
	color: #fff;
	font-size: 50px;
	font-weight: 200;
	padding-bottom: 25px;
	text-transform: uppercase;
	background: url(../images/h-line1.png) no-repeat center bottom;
}

.page_title2 {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 0px;
	padding: 28px 0px;
	background: url(../images/elements/pattern11.png) repeat left top;
}

.page_title2 .title {
	width: 100%;
	float: left;
	text-align: left;
	margin: 0px;
}

.page_title2 .title h1 {
	margin: 0px;
	font-weight: 200;
	color: #fff;
	text-transform: none;
}

.page_title2 .pagenation {
	float: left;
	width: 100%;
	font-size: 12px;
	text-align: left;
	font-weight: normal;
	color: #e3e3e3;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

.page_title2 .pagenation i {
	color: #727272;
	margin: 0px 2px 0px 2px;
}

.page_title2 .pagenation a {
	padding: 0px;
	color: #727272;
}

.page_title2 .pagenation a:hover {
	color: #e3e3e3;
}

.position-left-top {
	background-position: left top;
}

.position-left-center {
	background-position: left center;
}

.position-left-bottom {
	background-position: left bottom;
}

.position-right-top {
	background-position: right top;
}

.position-right-center {
	background-position: right center;
}

.position-right-bottom {
	background-position: right bottom;
}

.position-center-top {
	background-position: center top;
}

.position-center-center {
	background-position: center center;
}

.position-center-bottom {
	background-position: center bottom;
}

.size-cover {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center;
}

.size-original {
	-webkit-background-size: auto;
	-moz-background-size: auto;
	background-size: auto;
}

.alicenter {
	width: 67%;
	margin: 0 auto 50px auto;
	text-align: center;
	padding-bottom: 1px;
	background: url(../images/h-line1.png) no-repeat center bottom;
}

.alileft {
	width: 100%;
	text-align: left;
	padding-bottom: 1px;
	margin-bottom: 40px;
	background: url(../images/h-line1.png) no-repeat left bottom;
}

.circle_img img {
	border-radius: 100%;
}

.biobox {
	padding: 30px 30px;
	border: 1px solid #e3e3e3;
}
/*------------------*/
/* FOOTER STYLES
/*------------------------------------------------------*/
/* Address */
.footer1 {
	float: left;
	width: 100%;
	padding: 57px 0px;
	background-color: #181818; display:none;
}

.footer1 h3 {
	color: #fff;
	margin-bottom: 30px;
}

.footer1 h3.lmb {
	color: #fff;
	margin-bottom: 20px;
}

.footer1.three {
	float: left;
	width: 100%;
	padding: 57px 0px;
	background-color: #eee;
}

.footer1.three h3 {
	color: #272727;
	margin-bottom: 30px;
}

.footer1.three h3.lmb {
	color: #272727;
	margin-bottom: 20px;
}

.footer1.bggraph {
	background: #181818 url(../images/footer-bg.html) no-repeat center top;
}

ul.faddress {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.faddress li {
	padding: 4px 0px;
	margin: 0px;
}

.faddress li a {
	color: #727272;
}

.faddress li a:hover {
	color: #fff;
}
/* Tweets */
.twitter_feed {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

.twitter_feed .left {
	float: left;
	padding: 0px;
	margin: -7px 0px 0px 0px;
	width: 20px;
}

.twitter_feed .right {
	float: right;
	padding: 0px;
	margin: -10px 0px 0px 0px;
	width: 89%;
}

.twitter_feed a {
	color: #999;
}

.twitter_feed a:hover {
	color: #fff;
}

.twitter_feed a.small {
	font-size: 9px;
	color: #727272;
}

.twitter_feed a.small:hover {
	font-size: 9px;
	color: #999;
}

.sidebar_widget .twitter_feed a {
	color: #fc4242;
}

.sidebar_widget .twitter_feed a:hover {
	color: #272727;
}

.sidebar_widget .twitter_feed .divider_line7 {
	border-bottom: 1px solid #eee;
}

.footer1 .twitter_feed .divider_line7 {
	border-bottom: 0;
}
/* flickr */
.flickr_badge_wrapper {
	padding: 0px;
	margin: 0px;
	width: 100%;
}

.flickr_badge_wrapper img {
	width: 70px;
	height: 70px;
	margin-right: 8px;
	margin-bottom: 2px;
	border: 0px solid #999 !important;
}

#flickr_www {
	display: block;
	padding: 0 10px 0 10px !important;
}

#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {
	text-decoration: none !important;
	background: inherit !important;
	color: #3993ff;
}

.flickr_badge_wrapper {
	margin-top: 25px;
}

#flickr_badge_source {
	padding: 0 !important;
}
/* Newsletter Signup */
.newsletter {
	float: left;
	width: 100%;
}

.newsletter .enter_email_input {
	float: left;
	width: 75%;
	height: 39px;
	padding: 0px 7px;
	line-height: 39px;
	background: #fff;
	border: 0px;
	font-size: 13px;
	font-weight: 600;
	color: #999;
}

.newsletter .input_submit {
	float: left;
	color: #fff;
	height: 39px;
	padding: 0px 10px;
	background-color: #fc4242;
	border: 0px;
	cursor: pointer;
}

.newsletter .input_submit:hover {
	color: #fff;
	background-color: #454545;
}
/* Newsletter Signup */

.footer_widget.widget_nav_menu > div,
.qlinks {
	float: left;
	width: 100%;
}

.footer_widget.widget_pages ul,
.footer_widget.widget_nav_menu > div ul,
.qlinks ul {
	float: left;
	width: 100%;
/*	padding: 0px;*/
/*	margin: 0px;*/
}

.footer_widget.widget_pages li,
.footer_widget.widget_nav_menu > div li,
.qlinks li {
	padding: 4px 0px;
/*	margin: 0px;*/
}

.footer_widget.widget_pages li a,
.footer_widget.widget_nav_menu > div li a,
.qlinks li a {
	color: #727272;
}

.footer_widget.widget_pages li a:before,
.footer_widget.widget_nav_menu > div li a:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f105";
	color: #727272;
	padding-right: 7px;
}

.footer_widget.widget_pages li a:hover,
.footer_widget.widget_nav_menu > div li a:hover,
.qlinks li a:hover {
	color: #fff;
}

.footer_widget.widget_pages li a i,
.footer_widget.widget_nav_menu > div li a i,
.qlinks li a i {
	margin-right: 3px;
}
/* Recent posts */
.footer_widget.widget_recent_entries,
.frposts {
	float: left;
	width: 100%;
}

.footer_widget.widget_recent_entries ul,
.frposts ul {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.footer_widget.widget_recent_entries li,
.frposts li {
	padding: 5px 0px 7px 0px;
	border-bottom: 1px solid #272727;
	margin: 0px;
}

.footer_widget.widget_recent_entries li a,
.frposts li a {
	color: #727272;
}

.footer_widget.widget_recent_entries li a:hover,
.frposts li a:hover {
	color: #fff;
}

.footer_widget.widget_recent_entries li a:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f0da";
	color: #575757;
	margin-right: 7px;
}

.frposts li a i {
	color: #575757;
	margin-right: 3px;
}
/* Site info */
.siteinfo {
	float: left;
	width: 100%;
}

.siteinfo a {
	color: #fff;
	font-size: 13px;
}

.siteinfo a i {
	margin-left: 4px;
}

.siteinfo a:hover {
	color: #999;
}
/* copyrights */
.copyright_info {
	float: left;
	padding: 27px 0px 25px 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
	color: #333;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background: #fff;
}

.copyright_info.two {
	padding: 22px 0px 18px 0px;
}

.copyright_info.three {
	float: left;
	padding: 22px 0px 18px 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
	color: #999;
	font-size: 12px;
	color: #999;
	font-style: normal;
	font-weight: normal;
	background: #fff;
}

.copyright_info a {
	margin-top: 10px;
	font-size: 12px;
	color: #999;
	text-align: right;
}

.copyright_info a:hover {
	color: #e3e3e3;
}

.copyright_info .menu ul, 
.copyright_info ul.menu {
	display: inline-block;
	margin-left: 10px;
	margin-bottom: 0;
}

.copyright_info .menu ul li, 
.copyright_info ul.menu li {
	display: inline-block;
}

.copyright_info .menu ul li:after, 
.copyright_info ul.menu li:after {
	content: "|";
	margin-left: 3px;
	margin-right: 3px;
}

.copyright_info ul.menu li:last-child:after,
.copyright_info .menu ul li:last-child:after {
	content: "";
}

.copyright_info #footer-menu-secondary.menu {
	float: right;
}

.copyright_info #footer-menu-secondary.menu li:after {
	content: "";
}

.widget select {
	width: 100%;
	white-space: pre-line;
}

.widget img {
	max-width: 100%;
}
/* footer social links */
ul.footer_social_links {
	float: right;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

.footer_social_links li {
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 5px;
	width: 24px;
	height: 24px;
	text-align: center;
	border-radius: 24px;
	line-height: 22px;
	vertical-align: middle;
	background-color: #595959;
	color: #fff;
}

.footer_social_links li:hover {
	background-color: #727272;
}

.footer_social_links li i {
	color: #e3e3e3;
}

.footer_social_links.four li {
	margin: 0px 0px 0px 13px;
	width: auto;
	height: auto;
	background: none;
}

.footer_social_links.four li:hover {
	background: none;
}

.footer_social_links.three li {
	background-color: #d3d3d3;
}

.footer_social_links.three li:hover {
	background-color: #999;
}

.footer_social_links.three li i {
	color: #fff;
}

.contactform_footer {
	float: left;
}

.contactform_footer h3 {
	margin-bottom: 10px;
}

.contactform_footer .sky-form .button {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	width: 90.5%;
	height: 50px;
	opacity: 1;
	background-color: #fc4242;
	margin-top: -20px;
}

.contactform_footer .sky-form .button:hover {
	color: #272727;
	background-color: #eee;
}

ul.fsocials {
	float: left;
	width: 100%;
	margin-top: -11px;
	padding-bottom: 22px;
	border-bottom: 1px solid #252525;
}

.fsocials li {
	float: left;
	width: 100%;
	padding: 16px 0px 4px 0px;
	margin: 0px;
}

.fsocials li i {
	float: left;
	width: 30px;
	height: 30px;
	margin-right: 13px;
	margin-top: -3px;
	font-size: 16px;
	color: #151515;
	background-color: #fff;
	border-radius: 100%;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
}

.fsocials li a {
	color: #727272;
}

.fsocials li a:hover i {
	background-color: #fc4242;
}

.fsocials li a:hover {
	color: #fff;
}

.fnewsletter {
	float: left;
}

.fnewsletter input.enter_email_input {
	float: left;
	padding: 3px 0px 2px 10px;
	height: 34px;
	width: 200px;
	margin: 5px 0 0 0px;
	background-color: #fff;
	border: 1px solid #fff;
	color: #727272;
	font-size: 13px;
}

.fnewsletter .input_submit {
	float: left;
	padding: 11px 10px;
	margin: 5px 0 0 0px;
	background-color: #fc4242;
	border: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
}

.fnewsletter .input_submit:hover {
	color: #272727;
	cursor: pointer;
	background-color: #eee;
}
/*------------------*/
/*	TYPOGRAPHY
/*------------------------------------------------------*/
.readmore_but1 {
	color: #454545;
}

.readmore_but1:hover {
	color: #fc4242;
}

.readmore_but2 {
	float: left;
	color: #fff;
	text-transform: uppercase;
	padding: 13px 40px;
	background-color: #fc4242;
}

.readmore_but2:hover {
	color: #fff;
	background-color: #454545;
}

.readmore_but3 {
	color: #fff;
	text-transform: uppercase;
	padding: 13px 40px;
	border-radius: 4px;
	background-color: #fc4242;
}

.readmore_but3:hover {
	color: #fff;
	background-color: #454545;
}

.readmore_but3.nofloat {
	float: none;
}

.readmore_but3.active {
	background-color: #454545;
}

.readmore_but4 {
	float: left;
	color: #454545;
	text-transform: uppercase;
	padding: 12px 40px 11px 40px;
	border-radius: 4px;
	border: 2px solid #e3e3e3;
}

.readmore_but4:hover {
	color: #454545;
	background-color: #e3e3e3;
}

.readmore_but5 {
	color: #272727;
	padding: 9px 20px;
	border-radius: 4px;
	background-color: #fff;
}

.readmore_but5:hover {
	color: #fff;
	background-color: #272727;
}

.readmore_but6 {
	color: #272727;
	font-size: 16px;
	text-transform: uppercase;
	padding: 14px 30px 13px 30px;
	border: 2px solid #d3d3d3;
}

.readmore_but6:hover {
	color: #fff;
	background-color: #999;
}

.readmore_but7 {
	color: #272727;
	font-weight: 600;
	text-transform: uppercase;
	padding: 2px 30px;
	background-color: #fff;
}

.readmore_but7:hover {
	color: #fff;
	background-color: #fc4242;
}

.readmore_but8 {
	float: left;
	color: #727272;
	text-transform: uppercase;
	padding: 10px 20px 9px 20px;
	border: 2px solid #e3e3e3;
}

.readmore_but8:hover {
	color: #454545;
	background-color: #eee;
}

.readmore_but8 i {
	margin-left: 8px;
}

.readmore_but9 {
	color: #fff;
	font-size: 13px;
	padding: 8px 13px;
	background-color: #272727;
	border-radius: 4px;
}

.readmore_but9:hover {
	color: #fff;
	background-color: #fc4242;
}

.readmore_but10 {
	color: #272727;
	font-size: 13px;
	padding: 8px 13px;
	background-color: #fff;
	border-radius: 4px;
}

.readmore_but10:hover {
	color: #fff;
	background-color: #272727;
}

.readmore_but11 {
	color: #d3d3d3;
	padding: 8px 13px;
	background-color: #272727;
	text-transform: uppercase;
}

.readmore_but11:hover {
	color: #fff;
	background-color: #fc4242;
}

.readmore_but12 {
	color: #454545;
	text-transform: uppercase;
	padding: 10px 35px;
	border: 1px solid #999;
}

.readmore_but12:hover {
	color: #fff;
	background-color: #fc4242;
	border: 1px solid #fc4242;
}

.readmore_but12 i {
	margin-left: 8px;
}

.readmore_but13 {
	color: #272727;
	font-weight: 600;
	padding: 13px 35px;
	border-radius: 4px;
	background-color: #fff;
	text-transform: uppercase;
}

.readmore_but13:hover {
	color: #fff;
	background-color: #272727;
}

ul.list_1 {
	padding: 0px;
	margin: 0px;
}

.list_1 li {
	padding: 0px;
	margin: 0px;
	line-height: 34px;
}

.list_1 li i {
	color: #fc4242;
	margin-right: 8px;
}

ul.list_2 {
	float: left;
	padding: 0px;
	margin: 0px;
	margin-left: 13%;
}

.list_2 li {
	text-align: right;
	padding: 0px;
	margin: 0px;
	line-height: 30px;
}

.list_2 li i {
	color: #fc4242;
	margin-right: 8px;
}

ul.list_3 {
	padding: 0px;
	margin: 0px;
}

.list_3 li {
	padding: 4px 0px;
	margin: 0px;
}

.list_3 li i {
	color: #fff;
	margin-right: 8px;
}

ul.list_4 {
	padding: 0px;
	margin: 0px;
}

.list_4 li {
	padding: 6px 0px;
	margin: 0px;
}

.list_4 li i {
	margin-right: 8px;
}

ul.list_5 {
	padding: 0px;
	margin: 0px;
}

.list_5 li {
	padding: 8px 0px;
	margin: 0px;
	border-bottom: 1px solid #eee;
}

.list_5 li i {
}

.mb {
	margin-top: 50px;
}

.big_text1 {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 27px;
	line-height: 40px;
	color: #454545;
}

.big_text1 i {
	color: #fc4242;
	font-style: normal;
}

ul.fullimage_box2 {
	float: left;
	padding: 40px 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: #fc4242;
}

.fullimage_box2 h3 {
	color: #fc4242;
	margin-top: 20px;
}

.box_widget_full {
	float: left;
	width: 95%;
	padding: 2.5%;
	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;
	color: #454545;
	margin-right: 25px;
}

.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: #fc4242;
	line-height: 30px;
}

.sidebar_widget ul.arrows_list1 li a:hover {
	color: #272727;
}

.sidebar_widget ul.arrows_list1 i {
	margin-right: 4px;
}

.sidebar_title {
	float: left;
	width: 100%;
}

.sidebar_widget h3, .clientsays_widget h3 {
	margin-bottom: 30px;
	font-weight: 300;
}

.sidebar_widget h3 i, .clientsays_widget h3 i {
	font-weight: 500;
	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 #eee;
	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: #fc4242;
}

.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=100)";
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.recent_posts_list li span img:hover {
	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 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;
}
/* 404 Error Page */
.error_pagenotfound {
	padding: 50px 30px 58px 30px;
	margin: 0 auto;
	width: 59%;
	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;
	margin-bottom: 10px;
}

.error_pagenotfound b {
	display: block;
	font-size: 40px;
	line-height: 50px;
	color: #999;
	margin: 0;
	font-weight: 300;
}

.error_pagenotfound em {
	display: block;
	font-size: 18px;
	line-height: 59px;
	color: #fc4242;
	margin: 0;
	font-style: normal;
}

.but {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background-color: #ff8100;
	border-bottom: 1px solid #909090;
	opacity: 1;
}

.but:hover {
	opacity: 0.7;
	color: #fff;
}

.but2 {
	color: #fff;
	text-transform: uppercase;
	padding: 13px 40px;
	border-radius: 4px;
	background-color: #fc4242;
}

.but2:hover {
	color: #fff;
	background-color: #454545;
}

.but3 {
	color: #454545;
	text-transform: uppercase;
	padding: 12px 40px 11px 40px;
	border-radius: 4px;
	border: 2px solid #e3e3e3;
}

.but3:hover {
	color: #454545;
	background-color: #e3e3e3;
}

.but4 {
	color: #d3d3d3;
	padding: 8px 13px;
	background-color: #272727;
	text-transform: uppercase;
}

.but4:hover {
	color: #fff;
	background-color: #fc4242;
}

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: #fc4242;
	border-bottom: 1px solid #999;
}

a.but_goback:hover {
	color: #fff;
	background-color: #383634;
}

a.but_ok_2 {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #ff8100;
	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 {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #ff8100;
	border-bottom: 1px solid #909090;
}

a.but_hand_right:hover {
	color: #fff;
	background-color: #ff9900;
}

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: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #667fcc;
	border-bottom: 1px solid #909090;
}

a.but_info:hover {
	background-color: #6f8ada;
}

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: #ff8100;
	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: #ff8100;
	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: #ff8100;
	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: #ff8100;
	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: #bd6767;
	border-color: #f1bdbd;
	background-color: #ffdddd;
}

.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;
	cursor: pointer;
	font-size: 0px;
	background: url(../images/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/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/elements/dropcap_gray.png);
}

.dropcap2 {
	background: url(../images/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/elements/dropcap_gray.png);
}

.dropcap3 {
	font-size: 40px;
	line-height: 40px;
	width: 44px;
	height: 44px;
	margin: 0 0 -4px 0;
}

.dropcap3.gray {
	color: #999;
}
/* 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;
}

ul.list_empty {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

.list_empty li {
	float: left;
	padding: 0px;
	margin: 0px 20px 35px 0px;
}
/* tables */
.table-style {
	float: left;
	width: 100%;
}

.table-list {
	float: left;
	background-color: #fff;
	border: 1px solid #dddddd;
	margin-bottom: 20px;
	width: 100%;
}

.table-list th {
	padding: 18px 10px;
	background-color: #eee;
}

.table-list td {
	padding: 13px 10px;
	text-align: center;
	background-color: #f5f5f5;
}

.table-list tr:hover td {
	background-color: #f9f9f9;
}
/* 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: #fc4242;
	padding: 10px 18px;
	border-radius: 3px;
	font-weight: normal;
}

.pricing-tables-main .ordernow .colorchan:hover {
	color: #fff;
	background-color: #272727;
}

.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: #e93636;
	text-align: center;
	font-size: 23px;
	color: #fff;
	border-top: 3px solid #cf2d2d;
	border-bottom: 1px solid #fa6464;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}

.pricing-tables-helight .price {
	float: left;
	width: 100%;
	padding: 30px 0 30px 0;
	background-color: #fc4242;
	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: #e93636;
	text-align: center;
	font-size: 23px;
	color: #fff;
	border-top: 3px solid #cf2d2d;
	border-bottom: 1px solid #fa6464;
	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: #fc4242;
	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 {
	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;
}
/* blog */
.blog_post {
	float: left;
	width: 100%;
}

.blog_post h3 {
	float: left;
	text-align: left;
	color: #333;
	width: 85%;
	line-height: 30px; margin-bottom:10px;
}

.blog_post h3 a {
	color: #05c0ea;
	text-decoration: none;
	float: left;
	margin-top: 3px;
	text-transform: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 25px;
}

.blog_post h3 a:hover {
	color: #383634;
}

.blog_post .post_info_content h3 {
	width: auto;
	float: none;
}

.blog_post .post_info_content p {
	margin-bottom: 20px;
}

.post_info_content {
	padding: 0px;
	margin: 10px 0 0 10%;
	width: 90%;
	float: left;
}

.post_info_content.aside {
	margin-left: 0;
}

ul.post_meta_links {
	float: left;
	margin: -10px 0px 0px -6px;
	padding: 0px 0px 0px 0px;
	width: 80%;
}

.aside-no-thumb ul.post_meta_links {
	margin-top: 0;
}

.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/blog/icon-by-user.png) no-repeat 5px 5px;
}

.post_meta_links li.post_categoty {
	padding: 0px 0px 0px 22px;
	background: url(../images/blog/icon-category.png) no-repeat 2px 6px;
}

.post_meta_links li.post_comments {
	padding: 0px 0px 0px 22px;
	background: url(../images/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%;
}

.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);
}

.image_frame:hover {
	border: 7px solid #f9f9f9;
}

.image_frame img {
	float: left;
	width: 99.7%;
	height: auto;
	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;
}
/*.videoWrapper {
	position: relative;
	padding-bottom: 0;
	padding-top: 0px;
	height: auto;
	display: block;
	width: 100%;
	float: left;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}*/
/* 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 .image_frame .flexslider img {
	width: 100%;
	border: 0;
	float: none;
}

.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/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/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/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: #05c0ea;
	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: #333;
	font-size: 11px;
	font-style: normal;
	padding: 0px 10px;
	display: block;
	border-top: 1px solid #f3f3f3;
	width: 40px;
	background-color: #05c0ea;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

.blog_post a.date:hover i {
	background-color: #383634; color:#fff;
}

.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/skin01/but_post_readmore.html) 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/skin01/but_post_readmore_hover.html) 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: #fc4242;
}

.sharepost li i {
	color: #fff;
}

.sharepost li:hover {
	background-color: #383634;
}

.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: #fc4242;
}
/* 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, #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, #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;
}
/*------------------*/
/*	RIGHT SIDEBAR
/*------------------------------------------------------*/
/*----- Default widgets -----*/
.sidebar_widget {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	margin-bottom: 40px;
}

.sidebar_widget select {
	width: 100%;
	padding: 6px;
	margin-bottom: 30px;
}

#wp-calendar {
	text-align: left;
	margin-bottom: 20px;
	width: 100%;
}

.widget_rss a:before,
.widget_recent_comments a:before,
#wp-calendar a:before,
.tagcloud a:before {
	display: none;
}

.rss-date {
	margin-bottom: 0px;
	display: block;
	color: #A0A0A0;
}

#searchform {
	margin-bottom: 30px;
	overflow: hidden;
}

.widget_rss li {
	margin-bottom: 10px;
}

.screen-reader-text {
	display: none;
}

.sidebar_widget img {
	max-width: 100%;
}

.tagcloud {
	margin-bottom: 30px;
	overflow: hidden;
}

.tagcloud a {
	font-size: 14px!important;
	display: block;
	color: #727272;
	padding: 5px 10px;
	background-color: #303030;
	margin: 0px 8px 14px 0px;
	float: left;
}

.tagcloud a:hover {
	color: #fff;
	background-color: #484848;
}

.footer1.three .tagcloud a {
	color: #FFF;
	background-color: #999;
}
.footer1.three .tagcloud a:hover {
	color: #FFF;
	background-color: #484848;
}

/* site search */
.site-search-area {
	margin: 0px;
	padding: 0px;
}

#searchform {
	margin: 0;
	padding: 0;
}

#searchform #s {
	border: 1px solid #e0e0e0;
	background-color: #fff;
	width: 71%;
	height: 30px;
	padding: 5px 10px 5px 10px;
	color: #999;
	float: left;
	font-size: 13px;
}

.b960 #searchform #s,
.w960 #searchform #s {
	width: 65%;
}

#searchform #searchsubmit {
	float: left;
	width: 50px;
	height: 41px;
	cursor: pointer;
	text-indent: -5555em;
	line-height: 100;
	overflow: hidden;
	background: #fc4242 url(../images/site-search-icon.png) no-repeat center 14px;
	border: 0;
}

#searchform #searchsubmit:hover {
	background: #383634 url(../images/site-search-icon.png) no-repeat center 14px;
}

.sidebar_widget ul {
	padding: 0px;
	margin: 0px;
}

.sidebar_widget ul li {
	list-style: none;
	line-height: 30px;
}

.sidebar_widget ul li a {
	color: #05c0ea;
	line-height: 30px;
}

.sidebar_widget ul li a:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f105";
	margin-right: 8px;
}

.sidebar_widget #recentcomments li a:before,
.sidebar_widget #tabs-widget li a:before,
.sidebar_widget.widget_portfolio_slider li a:before {
	display: none;
}

.sidebar_widget ul li a:hover {
	color: #383634;
}

.sidebar_title {
	float: left;
	width: 100%;
}

.sidebar_widget h3, .clientsays_widget h3 {
	margin-bottom: 30px;
}

.sidebar_widget h3 i, .clientsays_widget h3 i {
	font-weight: 500;
	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: #fc4242;
}

.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: 0 0 40px 0;
	color: #999;
}

.clientsays_widget p {
	margin: 0 0 20px 0;
}

.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;
}
/* 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;
}

.address_info.two {
	background-color: #fff;
	border: none;
	margin-bottom: 20px;
	padding-top: 0px;
}

.address_info h3 i {
	font-weight: 500;
	font-style: normal;
}

.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);
}

.google-map2 {
	width: 100%;
	border: 0;
	height: 450px;
}

.google-map3 {
	width: 98%;
	height: 300px;
	border: 10px solid #fff;
	-webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.4);
}

.google-map>div {
	height: 400px;
	position: relative;
	width: 100% !important;
	margin: 0;
}

.wpgmappity_container, .google-map .wpgmappity_container {
	width: 100% !important;
}

.google-map .wpgmappity_container {
	height: 350px !important;
	pointer-events: none;
}

.google-map.google-map2 .wpgmappity_container {
	height: 450px !important;
}

.google-map.google-map3 .wpgmappity_container {
	height: 300px !important;
}
/* 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: #fc4242;
}

.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;
}

.punchline_text_box {
	float: left;
	width: 94%;
	padding: 25px 30px;
	margin: 0px;
	border: 1px solid #eee;
	border-left: 5px solid #fc4242;
	color: #999;
}

.punchline_text_box strong {
	font-weight: normal;
	font-size: 22px;
	color: #272727;
}

.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: #fc4242;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-bottom: 1px solid #999;
}

a.knowmore_but:hover {
	color: #fff;
	background-color: #272727;
}

.top_nav .right li.link, 
.top_nav .left li.link {
	font-size: 13px;
	margin-right: 10px;
	margin-top: 1px;
}

.iframecontainer {
	width: 620px;
	margin: auto auto auto auto;
}

.content_fullwidth.lessmar {
	padding: 25px 0px 0px 0px;
}
/* scroll up */
.scrollup {
	width: 40px;
	height: 40px;
	opacity: 1;
	position: fixed;
	bottom: 80px;
	right: 20px;
	display: none;
	text-indent: -9999px;
	background: url(../images/scroll-top-arrow.png) no-repeat left top;
	z-index: 999;
}
/*-------------- Highlight -----------*/
.sc-highlight-full-width {
	padding-left: 5000px;
	padding-right: 5000px;
	margin-left: -5000px;
	margin-right: -5000px;
	background-color: #ebebeb;
	z-index: 1;
	-webkit-backface-visibility: visible;
	clear: both;
	position: relative;
}

.sc-highlight-standard {
	padding-left: 10px;
	padding-right: 10px;
	background-color: #ebebeb;
	overflow: hidden;
	position: relative;
}

.sc-highlight {
	padding-top: 10px;
	position: relative;
}

.sc-highlight-full-width video {
	position: absolute;
	top: 0;
	opacity: 0;
}

.video-pattern {
	background: url(../images/grid.png);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.sc-highlight-full-width.slider-content {
	padding-top: 30px;
}

.right-sidebar .sc-highlight-full-width {
	padding-right: 20px;
	margin-right: 0px;
}

.left-sidebar .sc-highlight-full-width {
	margin-left: 0;
	padding-left: 20px;
}
/* punch line text 3 */
.punch_text03 {
	float: left;
	width: 100%;
	padding: 58px 0px 20px 0px;
	background: #4abe63 url(../images/curve-graphic1.png) no-repeat center top;
	margin-left: -5000px !important;
	margin-right: -5000px !important;
	padding-left: 5000px !important;
	padding-right: 5000px !important;
}

.right-sidebar .punch_text03 {
	padding-right: 0 !important;
	margin-right: 0 !important;
	background-position: right top;
	padding-top: 70px;
	margin-bottom: 30px;
}

.left-sidebar .punch_text03 {
	padding-left: 20px !important;
	margin-left: 0 !important;
	background-position: left top;
	padding-top: 70px;
}

.left-sidebar .punch_text03 .right a {
	margin-left: 30px !important;
}

.right-sidebar .punch_text03 .right a {
	margin-left: 20px !important;
}

.punch_text03 .left {
	float: left;
	width: 72%;
}

.punch_text03 .left h1 {
	font-size: 31px;
	font-weight: 300;
	color: #fff;
	margin: 27px 0px 0px 0px;
}

.punch_text03 .left h1 em {
	font-size: 18px;
	color: #fff;
	font-style: normal;
	display: block;
}

.punch_text03 .right {
	float: right;
	width: 26%;
	min-height: 120px;
	background: url(../images/h-line.png) no-repeat left bottom;
}

.punch_text03 .right a {
	float: left;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #2c322d;
	background-color: #fff;
	border-radius: 4px;
	padding: 18px 30px;
	margin: 43px 0px 0px 50px;
}

.punch_text03 .right a:hover {
	color: #4abe63;
}
/* punch line text 3 alternative */
.punch_text03.alternative_punch {
	float: left;
	width: 100%;
	padding: 40px 0px;
	background-color: #FF7A29;
	background-image: none;
}

.punch_text03.alternative_punch .left {
	float: left;
	width: 72%;
}

.punch_text03.alternative_punch .left h1 {
	font-size: 31px;
	color: #fff;
	margin: 22px 0px 0px 0px;
}

.punch_text03.alternative_punch .left h1 em {
	font-size: 18px;
	color: #fff;
	font-style: normal;
	display: block;
}

.punch_text03.alternative_punch .right {
	float: right;
	width: 26%;
	min-height: 120px;
	background: url(../images/h-line2a.png) no-repeat left top;
}

.punch_text03.alternative_punch .right a {
	float: left;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FF7A29;
	background-color: #fff;
	border-radius: 4px;
	padding: 18px 30px;
	margin: 25px 0px 0px 50px;
}

.punch_text03.alternative_punch .right a:hover {
	color: #383634;
}
/* call-to-action-2 */
.call-to-action-2 {
	background-color: #000;
	background-attachment: fixed;
	margin-bottom: 40px;
	min-height: 60px;
	background-position: bottom;
	padding-top: 10px;
	padding-bottom: 10px;
}
/* punch text */
.punch_text {
	font-size: 22px;
	color: #fff;
}

.clear {
	clear: both;
}

.punch_text b {
	float: left;
	font-weight: normal;
	padding: 18px 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

.punch_text a {
	float: right;
	color: #fff;
	border-radius: 4px;
	background-color: #343434;
	padding: 18px 27px;
	font-size: 22px;
	text-transform: uppercase;
}

.punch_text a:hover {
	color: #fff;
	background-color: #454545;
}
/* punch text 02 */
.punch_text02 {
	float: left;
	width: 100%;
	padding-bottom: 35px;
	font-family: 'Open Sans', sans-serif;
}

.punch_text02 b {
	float: left;
	font-weight: normal;
	padding: 34px 180px 0px 0px;
	font-size: 35px;
	color: #ff7a29;
	font-weight: 300;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1;
}

.punch_text02 b em {
	font-size: 20px;
	font-style: normal;
	display: block;
	margin-top: 20px;
	color: #999;
}

.punch_text02 a.icon_but {
	float: right;
	width: 180px;
	height: 110px;
	padding-top: 40px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-left: -180px;
	color: #fff;
	text-transform: uppercase;
	position: relative;
}

.punch_text02 a.icon_but:hover {
	color: #383634;
}

.punch_text02 a.icon_but:before {
	font-family: fontawesome;
	content: "\f075";
	color: #ff7a29;
	font-size: 165px;
	position: absolute;
	top: 50px;
	left: 0;
	width: 180px;
	height: 110px;
	text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.09);
	z-index: -1;
}
/* call-to-action2 */
.call-to-action2 {
	display: block;
	text-align: center;
}

.call-to-action2 h2 {
	font-size: 58px;
	line-height: 58px;
	color: #fff;
	margin-bottom: 30px;
	text-transform: uppercase;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}

.call-to-action2 h3 {
	color: #fff;
	font-weight: 300;
}

.call-to-action2 a.but_transp {
	padding: 13px 30px;
	margin: 0px;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	border-radius: 4px;
	text-transform: uppercase;
	border: 1px solid #e3e3e3;
	background: url(../images/opacity-line2.png) repeat left top;
}

.call-to-action2 a.but_transp:hover {
	color: #fff;
	border: 1px solid #fff;
}
/* get features */
.get_features_list h5 {
	margin-bottom: 7px;
	font-weight: normal;
}

.get_features_list p {
	line-height: 19px;
	margin-bottom: 10px;
}

ul.get_features_list {
	float: left;
	padding: 0;
	margin: 0;
}

ul.get_features_list.last {
	margin: 0px 0px 0px 0px;
}

.get_features_list li {
	float: left;
	padding: 0px;
	margin: 0px;
}

.get_features_list li.left {
	float: left;
	padding: 0px;
	margin: 0px -44px 0px 0px;
	width: 44px;
	height: 44px;
	background-color: #ff7b29;
	border-radius: 45px;
	text-align: center;
	line-height: 52px;
	vertical-align: middle;
}

.get_features_list li.left i {
	color: #fff;
}

.get_features_list li.right {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 60px;
}
/* features section 2 */
.icon-box3 {
	float: left;
	padding: 0px;
	margin: 0px 0px 30px 0px;
	width: 100%;
}

.icon-box3 h2 {
	font-size: 22px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.icon-box3 .icon {
	float: left;
	width: 78px;
	height: 78px;
	margin-right: 30px;
	border: 1px solid #d3d3d3;
	border-radius: 100%;
}

.icon-box3 i {
	float: left;
	width: 58px;
	height: 58px;
	margin: 3px 0px 0px 3px;
	text-align: center;
	vertical-align: middle;
	line-height: 58px;
	background-color: #fff;
	color: #919191;
	border-radius: 100%;
	border: 7px solid #d3d3d3;
}
/* features section 2 */
.icon-box4 {
	float: left;
	width: 100%;
	text-align: center;
	color: #fff;
}

.icon-box4  i {
	display: inline-block;
	width: 130px;
	height: 130px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.11);
	border-radius: 100%;
	text-align: center;
	vertical-align: middle;
	line-height: 130px;
	margin-bottom: 40px;
}

.icon-box4  h2 {
	color: #fff;
	font-weight: 300;
	float: left;
	width: 100%;
	text-align: center;
}
/* 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: #ff7b29;
}

.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;
}
/* features section 1 */
.icon-box2 {
	float: left;
	width: 100%;
}

.icon-box2 i {
	width: 56px;
	height: 56px;
	background-color: #FF7B29;
	color: #fff;
	float: left;
	text-align: center;
	vertical-align: middle;
	line-height: 56px;
	border-radius: 100%;
	margin-right: 20px;
}

.icon-box2 img {
	float: left;
	margin-right: 20px;
}

.icon-box2 h2 {
	color: #FF7A29;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

.icon-box2 h2 em {
	color: #3d3d48;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
}
/* four columns features section */
.icon-box5 {
	text-align: center;
}

div.bordered {
	position: relative;
	margin-right: 0.8%;
	padding-right: 2.530%;
	padding-left: 2%;
	float: left;
}

.icon-box5 h1 {
	font-size: 40px;
	padding: 0px;
	margin: 0px 0px 50px 0px;
	font-weight: 300;
}

.icon-box5 h1 i {
	font-size: 18px;
	color: #727272;
	font-style: normal;
	display: block;
	padding-top: 18px;
	line-height: 22px;
}

div.bordered {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	border-right: 1px solid #f6f6f6;
}

.icon-box5  i {
	color: #0cbabb;
	margin-bottom: 30px;
	display: block;
}

.icon-box5  h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 25px;
	text-transform: uppercase;
}

.icon-box5  a {
	color: #999;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	width: 100%;
}

.icon-box5  a:hover {
	color: #3d3d48;
}

.icon-box5  a:hover i {
	color: #ff7b29;
}

.icon-box5  a i {
	display: inherit;
	margin: 0px 0px 0px 2px;
	color: #999;
}

div.bordered.last {
	margin-right: 0 !important;
	clear: right;
	border: none;
}

.icon-box5.inner  i {
	color: #3d3d48;
}
/* four columns features section */
div.icon-box {
	width: 100%;
	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);
}

div.icon-box-style3 {
	text-align: center;
	width: 100%;
	padding: 30px 1%;
	float: left;
}

.icon-box-style3 h2 {
	font-size: 25px;
}

.icon-box:hover {
	background-color: #f0f0f0;
	-webkit-transition: background 500ms ease;
	-moz-transition: background 500ms ease;
	-ms-transition: background 500ms ease;
	-o-transition: background 500ms ease;
	transition: background 500ms ease;
}

.icon-box:hover i {
	background-color: #f9f9f9;
	border: 4px solid #fff;
	color: #FF7A29;
	-webkit-transition: color 500ms ease-in-out;
	-moz-transition: color 500ms ease-in-out;
	-ms-transition: color 500ms ease-in-out;
	-o-transition: color 500ms ease-in-out;
	transition: color 500ms ease-in-out;
}

.icon-box:hover a {
	color: #FF7A29;
	-webkit-transition: color 500ms ease-in-out;
	-moz-transition: color 500ms ease-in-out;
	-ms-transition: color 500ms ease-in-out;
	-o-transition: color 500ms ease-in-out;
	transition: color 500ms ease-in-out;
}

.icon-box.helight {
	background-color: #f0f0f0;
}

.icon-box.helight i {
	background-color: #f9f9f9;
	border: 4px solid #fff;
	color: #ff7b29;
}

.icon-box i {
	color: #383634;
	border: 4px solid #f3f3f3;
	border-radius: 100%;
	display: block;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	vertical-align: middle;
	margin: 0 auto 30px;
}

.icon-box-style3 i {
	color: #FF7A29;
	display: block;
	text-align: center;
	vertical-align: middle;
	margin: 0 auto 30px;
}

.icon-box h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 25px;
	text-transform: uppercase;
}

.icon-box a, .icon-box-style3 a {
	color: #999;
	font-size: 11px;
	text-transform: uppercase;
	font-family: open sans, arial, tahoma;
	margin-top: 10px;
	display: inline-block;
}

.icon-box a:hover {
	color: #ff7b29;
}

.icon-box a:hover i {
	color: #ff7b29;
	background: none;
	border: none;
}

.icon-box:hover a i {
	background: none;
	border: none;
}

.icon-box.helight a {
	color: #ff7b29;
}

.icon-box.helight a:hover {
	color: #383634;
}

.icon-box.helight a:hover i {
	color: #383634;
}

.icon-box.helight a i {
	background: none;
	border: none;
	color: #ff7b29;
}

.icon-box a i, .icon-box-style3 a i {
	display: inherit;
	margin: -2px 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: #ff7b29;
}

.icon-box-style2 {
	display: block;
	float: left;
	text-align: center;
	width: 82%;
	background-color: #F0F0F0;
	border: 6px solid #FFF;
	padding: 30px 20px;
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

.icon-box-style2 i {
	background-color: #FAFAFA;
	border-radius: 100%;
	color: #FF7B29;
	display: inline-block;
	line-height: 107px;
	height: 100px;
	margin-left: 0;
	margin-bottom: 25px;
	width: 100px;
	-webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 2px 0 0 #FFF;
	-moz-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 2px 0 0 #FFF;
	box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 2px 0 0 #FFF;
}

.icon-box-style2 h4 {
	font-weight: normal;
}

.icon-box-style2 a {
	font: 13px 'Open Sans', sans-serif;
	color: #ff7b29;
}
/* image_box */
ul.fullimage_box {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

.fullimage_box li {
	padding: 0px;
	margin: 0px;
}

.fullimage_box li img {
	margin-bottom: 8px;
	width: 100%;
}

.fullimage_box li img:hover {
}

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%;
}

/*latest_works*/
.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;
}

.widget_portfolio_entries a:before {
	display: none;
}

.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: #383634;
	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;
}

.carousel .cbp-l-grid-fullScreen {
	visibility: visible;
}

.carousel .cbp-l-grid-fullScreen.sidebar .cbp-item {
	margin: 0!important;
}

.portfolio_sidebar_widget .fresh_projects_list section.cheapest .small-group div.small:hover .info {
	bottom: 130px;
}
/*List modern */
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;
}
/*List modern - style 2 */
ul.arrow_sign_list {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

.arrow_sign_list li {
	padding: 0px;
	margin: 0px 0px 25px 0px;
}

.arrow_sign_list li h5 {
	color: #FF7A29;
	margin-bottom: 0px;
}

.arrow_sign_list li i {
	float: left;
	color: #FF7A29;
	margin: 0px 18px 0px 0px;
}

.arrow_sign_list li p {
	margin: 0px 0px 0px 40px;
}
/* our team */
.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  img {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

.our_team  img:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.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 {
	width: 100%;
	float: left;
	margin: 0;
}

.our_team_box .cont-area {
	float: left;
	font-size: 10px;
	color: #727272;
	width: 100%;
	margin-bottom: 10px;
}

.our_team_box li a i {
	color: #dadada;
}
/* 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;
}

.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;
}

.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: 14px;
	color: #454545;
	display: block;
	font-weight: bold;
}

.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;
}

.our_team_box_big li a i {
	color: #dadada;
}
/* our team */
.our_team {
	float: left;
	width: 100%;
}

.our_team h1 {
	font-size: 40px;
	color: #feb717;
	padding: 0px;
	margin: 0px 0px 45px 0px;
	font-weight: 300;
}

.our_team h1 i {
	color: #727272;
	font-size: 18px;
	font-style: normal;
	display: block;
	padding-top: 18px;
	line-height: 22px;
}

.our_team h4 {
	font-weight: bold;
	font-size: 14px;
	margin-top: 13px;
	margin-bottom: 9px;
}

.our_team p {
	margin-top: 10px;
}

.our_team h4 em {
	color: #999;
	font-size: 13px;
	font-style: normal;
}

.our_team ul.people_soci {
	padding: 0px;
}

.our_team .people_soci li {
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 5px;
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 13px;
	vertical-align: middle;
}

.our_team .people_soci li i {
	color: #DADADA;
	font-size: 13px;
	line-height: .75em;
	vertical-align: -15%;
}

.our_team.centered {
	text-align: center;
}

.our_team.centered ul.people_soci {
	margin: 0;
	display: inline-block;
}
/* features section 2 */
.features_sec02 {
	float: left;
	width: 100%;
	text-align: center;
}

.features_sec02 h1 {
	font-size: 40px;
	color: #fff;
	padding: 0px;
	margin: 0px 0px 45px 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

.features_sec02 h1 i {
	font-size: 18px;
	color: #fff;
	font-style: normal;
	display: block;
	padding-top: 18px;
	line-height: 22px;
}

.features_sec02 .left {
	float: left;
	width: 35%;
	padding-top: 10px;
	min-height: 370px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #fff;
}

.features_sec02 .center {
	float: left;
	width: 30%;
	min-height: 380px;
	background: url(../images/site-img10.html) no-repeat center bottom;
}

.features_sec02 .right {
	float: left;
	width: 35%;
	padding-top: 10px;
	min-height: 370px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #fff;
}

.features_sec02 .left .one {
	float: right;
	width: 100%;
	text-align: right;
}

.features_sec02 .left .one b, .features_sec02 .left .two b {
	float: right;
	margin-right: 20px;
	margin-top: 13px;
	font-size: 18px;
	font-weight: normal;
}

.features_sec02 .left .one b em, .features_sec02 .left .two b em {
	font-size: 13px;
	font-style: normal;
}

.features_sec02 .left i {
	float: right;
	color: #999;
	background-color: #fff;
	width: 79px;
	height: 79px;
	text-align: center;
	vertical-align: middle;
	line-height: 78px;
	border-radius: 100%;
	border: 1px solid #fff;
}

.features_sec02 .left i:hover {
	color: #fff;
	background: none;
	border: 1px solid #727272;
	-webkit-transition: color 500ms ease-in-out;
	-moz-transition: color 500ms ease-in-out;
	-ms-transition: color 500ms ease-in-out;
	-o-transition: color 500ms ease-in-out;
	transition: color 500ms ease-in-out;
	-webkit-transition: background 500ms ease;
	-moz-transition: background 500ms ease;
	-ms-transition: background 500ms ease;
	-o-transition: background 500ms ease;
	transition: background 500ms ease;
}

.features_sec02 .left .two {
	float: right;
	margin: 35px 50px 35px 0px;
	text-align: right;
}

.features_sec02 .right .one {
	float: left;
	width: 100%;
	text-align: left;
}

.features_sec02 .right .one b, .features_sec02 .right .two b {
	float: left;
	margin-left: 20px;
	margin-top: 13px;
	font-size: 18px;
	font-weight: normal;
}

.features_sec02 .right .one b em, .features_sec02 .right .two b em {
	font-size: 13px;
	font-style: normal;
}

.features_sec02 .right i {
	float: left;
	color: #999;
	background-color: #fff;
	width: 79px;
	height: 79px;
	text-align: center;
	vertical-align: middle;
	line-height: 78px;
	border-radius: 100%;
	border: 1px solid #fff;
}

.features_sec02 .right i:hover {
	color: #fff;
	background: none;
	border: 1px solid #727272;
	-webkit-transition: color 500ms ease-in-out;
	-moz-transition: color 500ms ease-in-out;
	-ms-transition: color 500ms ease-in-out;
	-o-transition: color 500ms ease-in-out;
	transition: color 500ms ease-in-out;
	-webkit-transition: background 500ms ease;
	-moz-transition: background 500ms ease;
	-ms-transition: background 500ms ease;
	-o-transition: background 500ms ease;
	transition: background 500ms ease;
}

.features_sec02 .right .two {
	float: left;
	margin: 35px 0px 35px 50px;
	text-align: left;
}
/* Progress bar */
/* Webkit animation keyframes */
@-webkit-keyframes animate-stripes {
	from {
		background-position: 0 0;
	}

	to {
		background-position: 44px 0;
	}
}

.ui-progress-bar {
	position: relative;
	height: 33px;
	padding-right: 2px;
	border-bottom: 5px solid #e0e0e0;
	margin-top: -25px;
}

.ui-progress {
	position: relative;
	display: block;
	overflow: hidden;
	height: 33px;
	border-bottom: 5px solid #41a8ff;
}

.ui-progress.two {
	border-bottom: 5px solid #89b505;
}

.ui-progress.three {
	border-bottom: 5px solid #9b43f6;
}

.ui-progress.four {
	border-bottom: 5px solid #ffc412;
}

.ui-progress.five {
	border-bottom: 5px solid #fc4242;
}

.ui-progress span.ui-label {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 18px;
	color: #272727;
	position: absolute;
	right: 0;
	line-height: 33px;
	padding-right: 12px;
	white-space: nowrap;
}
/* shortcode social links */
ul.sc_social_links {
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

.sc_social_links li {
	float: left;
	padding: 0px;
	margin: 0px 0px 10px 10px;
}

.sc_social_links li a {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 127px;
	height: 60px;
	text-align: center;
	border-radius: 4px;
	line-height: 60px;
	vertical-align: middle;
	background-color: #f3f3f3;
	color: #3d3d48;
	font-size: 13px;
}

.sc_social_links li a:hover {
	color: #fff;
	background-color: #3d3d48;
}

.sc_social_links li a:hover i {
	color: #fff;
}

.sc_social_links li i {
	color: #3d3d48;
	margin-right: 5px;
}
/* section 2 */
ul.lirt_section {
	float: left;
	padding: 0px;
	margin: 0px;
	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: #ff7b29;
	display: block;
	margin: 8px 0 0 0;
}

.lirt_section li i {
	font-style: normal;
}
/*	Responsive Tabs v1.0, Copyright 2014, Joe Mottershaw, https://github.com/joemottershaw/
//	======================================================================================= */
/*	Table of Contents
//	==================================================
//		#Reset
//		#Themes
/*	#Reset
//	================================================== */
.tabs {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.tabs {
	float: left;
	width: 22%;
	border: 1px solid #eee;
}

.tabs li {
	margin: 0;
	text-align: left;
}

.tabs li a {
	color: #454545;
	display: block;
	height: 40px;
	padding: 0 0px 0 18px;
	text-decoration: none;
	line-height: 40px;
	font-size: 14px;
	border-bottom: 1px solid #eee;
}

.tabs li.active a {
	color: #fff;
	background-color: #fc4242;
}

.tabs-content {
	float: left;
	width: 71%;
	padding: 2.5% 3% 4% 3%;
	text-align: left;
	margin-bottom: 40px;
	border: 1px solid #eee;
}

.tabs-content img {
	width: 100%;
}

.tabs-content img.img_left2 {
	width: auto;
}

.tabs-content .tabs-panel {
	padding: 20px;
}

.tabs-content .tabs-panel .tab-title {
	display: none;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	ul.tabs {
		width: 32%;
	}

	.tabs-content {
		width: 61%;
		padding: 2.5% 3% 4% 3%;
	}
}

@media only screen and (max-width: 479px) {
	ul.tabs {
		width: 100%;
	}

	.tabs-content {
		width: 94%;
		padding: 2.5% 3% 4% 3%;
	}
}

.tabs2 {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.tabs2 li {
	margin: 0;
	text-align: left;
}

.tabs2 li a {
	float: left;
	color: #454545;
	height: 40px;
	padding: 0px 30px;
	text-decoration: none;
	line-height: 40px;
	font-size: 14px;
	background-color: #e3e3e3;
	border-right: 1px solid #fff;
}

.tabs2 li.active a {
	color: #fff;
	background-color: #fc4242;
}

.tabs-content2 {
	float: left;
	width: 89%;
	padding: 5% 5% 6% 5%;
	text-align: left;
	margin-bottom: 40px;
	border: 1px solid #e3e3e3;
}

.tabs-content2 img.img_left2 {
	width: auto;
	margin-right: 25px;
}

.tabs-content2 .tabs-panel {
	padding: 20px;
}

.tabs-content2 .tabs-panel2 .tab-title2 {
	display: none;
}
/*	#Themes
//	================================================== */
#example-2 .tabs2 li {
	width: 100px;
	border: 1px solid #DDD;
	border-right: 0;
	background: #EEE;
	cursor: pointer;
	position: relative;
	z-index: 999;
}

#example-2 .tabs2 li:last-child {
	border-right: 1px solid #DDD;
}

#example-2 .tabs2 li.active {
	border-bottom: 1px solid #FFF;
	background: #FFF;
}

#example-2 .tabs-content2 {
	border: 1px solid #DDD;
	background: #FFF;
	position: relative;
	top: -1px;
	z-index: 99;
}

#example-2 .tabs-content2 .tab-title {
	color: #0b8593;
}

@media only screen and (min-width: 1000px) and (max-width: 1169px) {
	.tabs2 li a {
		padding: 0px 20px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
	.tabs2 li a {
		padding: 0px 10px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.tabs2 li a {
		padding: 0px 10px;
	}
}

@media only screen and (max-width: 479px) {
	.tabs2 li a {
		padding: 0px 10px;
	}
}

.tabs3 {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border: 1px solid #e0e0e0;
	border-bottom: none;
	height: 54px;
	width: 99%;
	background-color: #fff;
	position: relative;
	z-index: 4;
}

.tabs3 li {
	margin: 0;
	text-align: left;
}

.tabs3 li a {
	float: left;
	color: #454545;
	height: 50px;
	padding: 0px 40px;
	font-weight: 600;
	text-decoration: none;
	line-height: 50px;
	font-size: 14px;
	background-color: #fff;
	border-right: 1px solid #e0e0e0;
	border-top: 4px solid #fff;
}

.tabs3 li a:hover {
	color: #fc4242;
}

.tabs3 li.active a {
	color: #fc4242;
	border-top: 4px solid #fc4242;
	border-bottom: 1px solid #fff;
}

.tabs-content3 {
	float: left;
	width: 91%;
	padding: 5% 4% 5% 4%;
	text-align: left;
	margin-bottom: 40px;
	margin-top: -1px;
	border: 1px solid #e0e0e0;
	background-color: #fff;
	position: relative;
	z-index: 3;
}

.tabs-content3 img.img_left2 {
	width: auto;
	margin-right: 25px;
	margin-bottom: 20px;
}

.tabs-content3 .tabs-panel {
	padding: 20px;
}

.tabs-content3 .tabs-panel3 .tab-title3 {
	display: none;
}

.tabs3.two li a {
	padding: 0px 20px;
}
/*	#Themes
//	================================================== */
#example-3 .tabs3 li {
	width: 100px;
	border: 1px solid #DDD;
	border-right: 0;
	background: #EEE;
	cursor: pointer;
	position: relative;
	z-index: 999;
}

#example-3 .tabs3 li:last-child {
	border-right: 1px solid #DDD;
}

#example-3 .tabs3 li.active {
	border-bottom: 1px solid #FFF;
	background: #FFF;
}

#example-3 .tabs-content3 {
	border: 1px solid #DDD;
	background: #FFF;
	position: relative;
	top: -1px;
	z-index: 99;
}

#example-3 .tabs-content3 .tab-title {
	color: #0b8593;
}

@media only screen and (min-width: 1000px) and (max-width: 1169px) {
	.tabs3 li a {
		padding: 0px 20px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
	.tabs3 li a {
		padding: 0px 10px;
	}

	.tabs3.two li a {
		padding: 0px 10px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.tabs3 li a {
		padding: 0px 10px;
	}
}

@media only screen and (max-width: 479px) {
	.tabs3 li a {
		padding: 0px 5px;
	}
}
/* testimonials */
.testimonials-5 {
	float: left;
}

.testimonials-5 p {
	margin-bottom: 0;
}

.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 div.content {
	float: left;
	line-height: 21px;
	padding: 20px 30px 20px 30px;
	border: 1px solid #eee;
	background: #f9f9f9;
}

.testimonials-widget-testimonial blockquote {
	padding: 0;
	border: 0;
	margin: 0;
	color: #999;
}

.testimonials-widget-testimonial div.credit {
	font-weight: 600;
	color: #454545;
	text-align: left;
}

.testimonials-widget img {
	float: left;
	margin-right: 13px;
	margin-top: 7px;
	border: 1px solid #e3e3e3;
	width: 50px;
	height: 50px;
}

.testimonials-style-1 {
}

.testimonials-style-1 .features_sec10 {
	padding-bottom: 5px;
}

.testimonials-style-1 .sc-highlight {
	padding-top: 5px;
}
/* people says */
.peopple_says {
	float: left;
	width: 100%;
}

.peopple_says .title {
	float: left;
	width: 39%;
	height: 160px;
	margin-top: 35px;
}

.peopple_says .contarea {
	float: left;
	width: 58%;
	padding-left: 3%;
	padding-top: 35px;
	background: url(../images/quote.png) no-repeat left top;
}

.peopple_says h1 {
	font-size: 35px;
	padding: 0px;
	margin: 40px 0px 58px 140px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

.peopple_says h1 i {
	font-size: 16px;
	font-style: normal;
	display: block;
	padding-top: 18px;
}

.peopple_says .contarea img {
	float: left;
	border: 3px solid #fff;
	margin: 0px 30px 0px 0px;
}
/**
* Faider slider
*/
.faide_slider {
	width: 100%;
	margin: 0px auto 0 auto;
	float: left;
}
/**
* testimonials-1
*/
.faide_slider.testimonials-1 .slider {
	width: 100%;
	font-size: 14px;
	line-height: 27px;
	overflow: hidden;
}

.faide_slider.testimonials-1 .slider strong {
	color: #fff;
	font-size: 14px;
}

.faide_slider.testimonials-1 .slider b {
	color: #ff7a29;
	font-size: 14px;
	display: block;
	margin-top: 13px;
	font-weight: normal;
}

.faide_slider.testimonials-1 .slider b em {
	color: #999;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	display: inline;
	margin: -5px 0px 0px 0px;
}

.faide_slider.testimonials-1 .faide_slide {
	float: left;
	margin: 0 auto;
	width: 100%;
	display: none;
}

.faide_slider.testimonials-1 .faide_slide.faide_slide_first {
	display: block;
}

.faide_slider.testimonials-1 ul.controlls {
	padding: 0px;
	margin: 0 0 0 0px;
}

.faide_slider.testimonials-1 .controlls li {
	padding: 0px;
	margin: 0px 5px 0px 0px;
	float: left;
	display: inline;
}

.faide_slider.testimonials-1 .controlls li a {
	width: 10px;
	height: 10px;
	background-color: #b9b9b9;
	display: block;
	border-radius: 100%;
}

.faide_slider.testimonials-1 .controlls li a:hover {
	background-color: #727272;
}

.faide_slider.testimonials-1 .controlls li a:active {
	background-color: #727272;
}
/**
* testimonials-2
*/
.faide_slider.testimonials-2 .slider {
	width: 90%;
	padding: 30px 5% 25px 5%;
	font-size: 14px;
	line-height: 25px;
	overflow: hidden;
	background: #fff url(../images/quote-02.html) no-repeat 30px 27px;
	border-radius: 4px;
}

.faide_slider.testimonials-2 .slider strong {
	color: #fff;
	font-size: 14px;
}

.faide_slider.testimonials-2 .slider b {
	color: #4abe63;
	font-size: 16px;
	display: block;
	margin-top: 13px;
	font-weight: normal;
	margin-top: 22px;
}

.faide_slider.testimonials-2 .slider b em {
	color: #999;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	display: inline;
	margin: -5px 0px 0px 0px;
}

.faide_slider.testimonials-2 .faide_slide {
	float: left;
	margin: 0 auto;
	width: 100%;
	display: none;
}

.faide_slider.testimonials-2 .faide_slide_first {
	display: block;
}

.faide_slider.testimonials-2 ul.controlls {
	padding: 0px;
	margin: 0 0 0 40%;
}

.faide_slider.testimonials-2 .controlls li {
	float: left;
	padding: 0px;
	margin: 0 4px;
}

.faide_slider.testimonials-2 .controlls li a {
	float: left;
	width: 68px;
	height: 68px;
	border: 1px solid #fff;
	border-radius: 100%;
}

.faide_slider.testimonials-2 .arrow_d {
	float: left;
	width: 100%;
	height: 19px;
	background: url(../images/arrow-down-2.html) no-repeat center top;
}

@media only screen and (min-width: 1000px) and (max-width: 1169px) {
	.faide_slider.testimonials-2 ul.controlls {
		padding: 0px;
		margin: 0 0 0 38%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
	.faide_slider.testimonials-2 ul.controlls {
		padding: 0px;
		margin: 0 0 0 34%;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.faide_slider.testimonials-2 ul.controlls {
		padding: 0px;
		margin: 0 0 0 23%;
	}
}

@media only screen and (max-width: 479px) {
	.faide_slider.testimonials-2 ul.controlls {
		padding: 0px;
		margin: 0 0 0 11%;
	}
}
/**
* testimonials-3
*/
.faide_slider.testimonials-3 .slider {
	width: 90%;
	padding: 30px 5% 25px 5%;
	font-size: 14px;
	line-height: 25px;
	overflow: hidden;
	color: #fff;
	background-color: #FF7A29;
	border-radius: 4px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.faide_slider.testimonials-3 .slider strong {
	color: #fff;
	font-size: 14px;
}

.faide_slider.testimonials-3 .slider b {
	color: #fff;
	font-size: 14px;
	display: block;
	margin-top: 13px;
	font-weight: bold;
	margin-top: 22px;
}

.faide_slider.testimonials-3 .slider b em {
	color: #eee;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	display: block;
	margin: -5px 0px 0px 0px;
}

.faide_slider.testimonials-3 .faide_slide {
	float: left;
	margin: 0 auto;
	width: 100%;
	display: none;
}

.faide_slider.testimonials-3 .faide_slide.faide_slide_first {
	display: block;
}

.faide_slider.testimonials-3 ul.controlls {
	padding: 0px;
	margin: 0 0 0 40%;
}

.faide_slider.testimonials-3 .controlls li {
	float: left;
	padding: 0px;
	margin: 0 4px;
}

.faide_slider.testimonials-3 .controlls li a {
	float: left;
	width: 68px;
	height: 68px;
	border: 1px solid #3d3d48;
	border-radius: 100%;
}

.faide_slider.testimonials-3 .arrow_d {
	float: left;
	width: 100%;
	height: 19px;
	background: url(../../images/arrow-down-3.html) no-repeat center top;
}

@media only screen and (min-width: 1000px) and (max-width: 1169px) {
	.faide_slider.testimonials-3 ul.controlls {
		padding: 0px;
		margin: 0 0 0 38%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
	.faide_slider.testimonials-3 ul.controlls {
		padding: 0px;
		margin: 0 0 0 34%;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.faide_slider.testimonials-3 ul.controlls {
		padding: 0px;
		margin: 0 0 0 23%;
	}
}

@media only screen and (max-width: 479px) {
	.faide_slider.testimonials-3 ul.controlls {
		padding: 0px;
		margin: 0 0 0 11%;
	}
}
/**
 * tweets_slider
 *
 */
.faide_slider.twitter_slider .slider {
	margin: 0 auto;
	width: 80%;
	text-align: center;
	overflow: hidden;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 25px;
	text-transform: uppercase;
}

.faide_slider.twitter_slider .slider strong {
	color: #fff;
	font-size: 14px;
}

.faide_slider.twitter_slider .slider b {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
}

.faide_slider.twitter_slider .slider strong a {
	color: #fff;
}

.faide_slider.twitter_slider .slider strong a:hover {
	color: #3d3d48;
}

.faide_slider.twitter_slider .slider i {
	color: #fff;
}

.faide_slider.twitter_slider .faide_slide {
	float: left;
	margin: 0 auto;
	width: 100%;
	display: none;
}

.faide_slider.twitter_slider .faide_slide.faide_slide_first {
	display: block;
}

.faide_slider.twitter_slider ul.controlls {
	padding: 0px;
	margin: 0 0 0 570px;
}

.faide_slider.twitter_slider .controlls li {
	padding: 0px;
	margin: 0px 7px 0px 0px;
	float: left;
	display: inline;
}

.faide_slider.twitter_slider .controlls li a {
	width: 10px;
	height: 10px;
	background-color: #eee;
	display: block;
	border-radius: 100%;
}

@media only screen and (min-width: 1170px) {
}

@media only screen and (min-width: 1000px) and (max-width: 1169px) {
	.faide_slider.twitter_slider ul.controlls {
		margin: 0 0 0 490px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
	.faide_slider.twitter_slider .slider {
		font-size: 14px;
		line-height: 22px;
	}

	.faide_slider.twitter_slider ul.controlls {
		margin: 0 0 0 370px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.faide_slider.twitter_slider .slider {
		font-size: 14px;
		line-height: 22px;
	}

	.faide_slider.twitter_slider ul.controlls {
		margin: 0 0 0 225px;
	}
}

@media only screen and (max-width: 479px) {
	.faide_slider.twitter_slider .slider {
		font-size: 12px;
		line-height: 18px;
	}

	.faide_slider.twitter_slider ul.controlls {
		margin: 0 0 0 145px;
	}
}

.twitter_feeds a {
	color: #ffffff;
}
/*------ Flexslider --------*/
.flexslider {
	margin: 0;
}

.flexslider .diamond {
	width: 390px;
	height: 390px;
	margin: 80px auto;
	background: #fc4242;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
/*------ /Flexslider --------*/
/*------ tabs widget --------*/
#tabs-widget {
	padding: 0px 1px 2px 1px;
	float: left;
	clear: both;
	width: 98%;
	background-color: #eee;
}

ul.tabs-widget {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 43px;
	width: 100%;
	font-family: 'Roboto', sans-serif;
}

ul.tabs-widget li {
	float: left;
	margin: 0;
	padding: 0;
	height: 43px;
	width: 80px;
	line-height: 43px;
	border-left: none;
	margin-bottom: -1px;
	overflow: hidden;
	position: relative;
	border-right: 1px solid #fff;
}

.b960 ul.tabs-widget li,
.w960 ul.tabs-widget li {
	width: 70px;
}

ul.tabs-widget li a {
	text-decoration: none;
	color: #333;
	display: block;
	font-size: 13px;
	font-weight: 600;
	outline: none;
	cursor: pointer;
	background: #eee;
	text-align: center;
	text-transform: uppercase;
	line-height: 43px;
	padding: 0;
}

ul.tabs-widget li a:hover {
	background: #454545;
	color: #fff;
}

ul.tabs-widget li.last {
	border-right: 0px solid #fff;
}

ul.tabs-widget li.active, html ul.tabs-widget li.active a,  html ul.tabs-widget li.active a:hover {
	background: #fff;
	color: #363333;
	border-top: 1px solid #fc4242;
}

.tab-widget_container {
	overflow: hidden;
	clear: both;
	float: left;
	background: #fff;
	padding: 15px 20px 20px 20px;
	width: 86%;
}

.b960 .tab-widget_container,
.w960 .tab-widget_container {
	width: 83%;
}


.tab-widget_content {
	padding: 10px 0;
	font-size: 12px;
	background: #fff;
}

.gray_border {
	width: 100%;
	height: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #DCDCDC;
}

ul.tags {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	float: left;
}

.tags li {
	float: left;
	padding: 0px;
	margin: 0px 5px 5px 0px;
	list-style-type: none;
	line-height: 25px;
}

.tags li a {
	float: left;
	padding: 2px 7px;
	background-color: #f9f9f9;
	border-radius: 2px;
	color: #909090;
	font-size: 12px;
}

.tags li a:hover {
	background-color: #fc4242;
	color: #fff;
}

@media only screen and (min-width: 1000px) {
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
	ul.tabs-widget li a {
		font-size: 11px;
	}

	ul.tabs-widget li {
		width: 59px;
	}

	.tab-widget_container {
		padding: 10px 9px 10px 10px;
		width: 90%;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	#tabs-widget {
		padding: 0px 0 3px 0;
		width: 100%;
	}

	ul.tabs-widget li {
		float: left;
		margin: 0;
		padding: 0;
		height: 43px;
		width: 100px;
		line-height: 43px;
		border-left: none;
		margin-bottom: -1px;
		overflow: hidden;
		position: relative;
		border-right: 1px solid #fff;
	}

	.tab-widget_container {
		overflow: hidden;
		clear: both;
		float: left;
		background: #fff;
		padding: 15px 15px 20px 15px;
		width: 93%;
	}
}
/*------ /tabs widget --------*/
/*------ MailPoet Footer Widget --------*/
.footer1 .wysija-paragraph {
	float: left;
}

.footer1 a:hover {
	color: #fff;
}

.footer1 .wysija-input {
	padding: 3px 0px 2px 10px;
	height: 34px;
	width: 200px;
	margin: 5px 0 0 0px;
	background-color: #fff;
	border: 1px solid #fff;
	color: #727272;
	font-size: 13px;
}

.footer1 .wysija-submit.wysija-submit-field {
	float: left;
	padding: 11px 10px;
	margin: 25px 0 0 0px;
	background-color: #fc4242;
	border: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
}
/*------ /MailPoet Footer Widget --------*/

.wow:first-child {
	visibility: hidden;
}

.b960 .fhmm-content img,
.w960 .fhmm-content img {
	width: 100%;
}


