/*
Theme Name: Elitepress Pro
Theme URI: 
Author: Webriti
Author URI: http://webriti.com/
Description: 
Version:  1.5.4
Tags: white, red , full-width-template, threaded-comments, custom-menu, two-columns,translation-ready , custom-background , sticky-post
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl.html
Text Domain: elitepress
*/

body {
    padding:0 10px;
	background: url("../images/bg-patterns/bg-img1.jpg") repeat scroll 0 0 rgba(255, 255, 255, 0);
    color: #8f969c;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857;
	background-attachment: fixed;
	/* background-size: cover;  */
}
#wrapper{	
	margin: 25px auto;
	background-color: #ffffff;
    left: 0;
    position: relative;
    transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}
h1, .h1 { font-size: 36px; line-height: 40px; }
h2, .h2 { font-size: 30px; line-height: 35px; }
h3, .h3 { font-size: 24px; line-height: 30px; }
h4, .h4 { font-size: 18px; line-height: 25px; }
h5, .h5 { font-size: 14px; line-height: 20px; }
h6, .h6 { font-size: 12px; line-height: 20px; }

/*Search Menu-------------------------------------------------------------------------*/
#top-menu-search { position: relative; right: 30px; top: 7px; }
.menu-box { float: right; }
#top-menu-search input {
    border-radius: 5px 5px 5px 5px;
    font-size: 12px;
    margin: 0;
    outline: medium none;
    padding: 8px 50px 8px 10px;
    width: 200px;
}
#top-menu-search input {
    
	background: url("./css/images/search.png") no-repeat scroll 93% center #f5f5f5;
    border: medium none;
    color: #697076;
}

/* Header Section css---------------------------------------------------------------------------------------------------- */ 
.header-section { background-color: #FFFFFF; }
.head-topbar { border-bottom: 1px dashed #A8B5C1; height: 1px; width: 100%; }
.head-contact-social { float: left; margin: 10px 0 10px; padding: 0; }
.head-contact-social li {
	background-color: #c5c5c5;
    -moz-transition: background 0.5s ease-in-out 0s;
    border: 0px;
    border-radius: 100% 100% 100% 100%;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding: 0px;
    text-align: center;
    width: 25px;
}
.head-contact-social li.facebook:hover { background-color: #4c66a4; }
.head-contact-social li.twitter:hover { background-color: #15b4c9; }
.head-contact-social li.googleplus:hover { background-color: #DD4B39; }
.head-contact-social li.linkedin:hover { background-color: #006599; }
.head-contact-social li.skype:hover { background-color: #40beee; }
.head-contact-social li.dribbble:hover { background-color: #c7366f; }
.head-contact-social li.youtube:hover { background-color: #cc2423; }
.head-contact-social li.vimeo:hover { background-color: #20b9eb; }
.head-contact-social li.pagelines:hover { background-color: #364146; }
.head-contact-social li > a > i { color: #FFFFFF; font-size: 13px; line-height: 1.9; }
.head-contact-info { display: block; float: right; margin: 10px 0 10px; padding: 0; }
.head-contact-info li {
	color: #697076;
    display: inline-block;
	font-family: 'Lato';
	font-weight:700;
    font-size: 13px;
    margin-left: 7px;
	letter-spacing: 1px;
    padding: 0;
	vertical-align: middle;
}
.head-contact-info i { color: #697076; font-size: 16px; padding-right: 8px; padding-left: 8px; }
.head-contact-info li > .line { color: #c5c5c5; font-size: 18px; vertical-align: middle; }
.site-logo { margin: 44px auto; }
.site-logo h1 { font-family: 'Lato'; font-weight:600; margin: 0 0 15px; text-align:center; }
.site-logo h1 > a > span { color: #c5c5c5; }

/* Theme Slider Section css-------------------------------------------------------------------------------------------------------- */
.homepage-mycarousel {
	background: none repeat scroll 0 0 #2A2C33;
    height: 100%;
    margin-bottom: 0px;
    position: relative;
    width: 100%;
}
.flex-slider-center {	
	float: left;
    height: auto;
    left: 15px;
    margin: 0;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 25%;
    width: 50%;
    z-index: 0;
} 

/* .flex-slider-center {
  float: left;
  height: auto;
  left: 15px;
  margin: 0;
  padding: 15px;
  position: absolute;
  right: 0;
  width: 50%;
  z-index: 0;
  top:50%;
  transform:translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
 */

.slide-text-bg1 { z-index: 773; width: 100%; text-align: left; position: relative; margin: 0 0 15px; padding: 0; float: left; }
.slide-text-bg1 h1 {
	background-color: rgba(255, 255, 255, 0.8);
	color: #2a2e34;
	font-family: 'Lato';
	font-weight:400;
	display: inline-block;
	border-radius: 2px;
	padding: 8px 13px 10px 13px;
	margin: 0;
}
.slide-text-bg2 { z-index: 773; width: 100%; text-align: left; position: relative; margin: 0 0 15px; padding: 0; float: left; }
.slide-text-bg2 h3 {
	background-color: rgba(32, 35, 41, 0.8);
    color: #FFFFFF;
    font-family: 'Lato';
	font-weight: 500;
    line-height: 27px;
    font-size: 20px;
	display: inline-block;
	letter-spacing: 1px;
	border-radius: 2px;
	padding: 8px 15px;
	margin: 0;
}
.flex-btn-div { display: block; width: 100%; float: left; }
.flex-btn:after { height: 0; left: 0; top: 0; width: 100%; -moz-transition: all 0.3s ease 0s; content: ""; position: absolute; z-index: -1; }
.flex-btn { color: #ffffff !important; }
.btn1 {
	color: #ffffff;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
    -moz-transition: all 0.3s ease 0s;
    color: inherit;
    cursor: pointer;
    position: relative;
    display: inline-block;
    font-family: 'Lato';
	font-weight:700;
	letter-spacing: 1px;
    font-size: 12.5px;
    line-height: 20px;
    margin-bottom: 5px;
	border-radius: 2px;
    margin-top: 0;
    padding: 10px 25px;
    text-align: center;
}
.flex-btn:hover:after, .flex-btn:active:after { height: 100%; }
.flex-btn:hover, .flex-btn:active { color: #ffffff; } 

/*Homepage Top Callout Css------------------------------------------------------------------------------------------------*/
.top-callout-section { background: #22262c; margin: 0 0 40px; width: 100%; padding: 35px 0; }
.top-callout-section h2 { color: #ffffff; font-family: "Lato"; font-weight:400; line-height: 33px; margin: 0 0 10px; font-size: 27px; letter-spacing: 1px; }
.top-callout-section p { color: #8f969c; font-size: 18px; line-height: 25px; font-family: "Lato"; font-weight:400; letter-spacing: 1px; margin: 0px; }
.top-callout-section a {
	background-color: #eeeeee;
	color: #010101;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .1);
	border-radius:3px;
	cursor: pointer;
	display: inline-block;
	font-family: 'Lato';
	font-weight:900;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0;
	padding: 14px 35px;
	text-align: center;
	letter-spacing: 1.5px;
	float: right;
    margin-top: 10px;
	vertical-align: middle;
	white-space: nowrap;
}

/*Section Title Css---------------------------------------------------------------------------------------------------*/
.section-info { margin: 0 0 60px; clear: both; }
.section-title {
    color: #FFFFFF;
	position: relative;
    border: 0px;
	font-family: 'Lato';
	font-weight:600;
    float: left;
    margin: 0 80px 5px 0;
    padding: 6px 12px 6px 12px;
    text-transform: capitalize;
	letter-spacing: 1px;
    z-index: 100;
	display: inline-block;
}
.section-title:after, .section-title:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.section-title:before { border-color: rgba(243, 101, 187, 0); border-width: 22px; margin-top: -22px; }
.section-description { 
	color: #707981;
	position: relative;
	font-family: "Lato";
	font-weight:400;
    font-size: 16px;
    line-height: 23px;
	letter-spacing: 0.7px;
    margin: 0;
    z-index: 100;
}

/*Service Section Css--------------------------------------------------------------------------Edit by shahid---include css3-------------------------*/
.service-section { margin: 40px 0 0px; }
.service-box {
	background: #ffffff;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	height: 90px;
	margin: 0 20px 40px 0;
	width: 90px;
	-ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg); 
    transform: rotate(45deg);
	position: relative;
	top: 20px;
	left: 20px;
	float: left;
	text-align: center;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
}
.service-area .media-body { padding: 0 0 0 35px; }
.service-box i {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg); 
	transform: rotate(-45deg);
	color: #121212;
    display: block;
    font-size: 45px;
    line-height: 50px;
    margin: 0;
    position: relative;
    text-align: center;
    top: 20px;
	bottom: 0;
    transition: all 0.2s ease 0s;
}
.service-area:hover .service-box i { color: #ffffff; }
.service-btn { display: block; margin: 0; }
.service-btn a, .port-btn a {
	color: #55585b;
    display: inline-block;
    font-family: 'Lato';
	font-weight:700;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 0;
	letter-spacing: 1px;
    padding: 0;
    transition: all 0.2s ease 0s;
}
.service-btn a:hover, .port-btn a:hover { padding-left: 7px; }
.service-btn a > i, .port-btn a > i { font-size: 15px; font-weight: 500; padding-left: 4px; vertical-align: baseline; }
.service-area { margin: 0 0 50px; }
.service-area h4 { color: #2A2E34; font-family: "Lato"; font-weight:700; margin: 0 0 17px; letter-spacing: 1px; }
.service-area h4 > a { color: #2a2e34; transition: all 0.3s ease 0s; }
.service-area p { color: #8f969c; font-family: "Lato"; font-weight:400; font-size: 16px; line-height: 27px; margin: 0 0 11px; letter-spacing: 0.5px; }

/*Portfolio Section Css---------------------------------------------------------------------------------------------------*/
.portfolio-section { 
	background-color: #f7f8fa;
	border-top: 1px solid #e6e7e9;
	border-bottom: 1px solid #e6e7e9; 
	margin: 40px 0 40px; 
	padding: 60px 0px; 
}
.portfolio-area { margin: 0 0 50px; }
.home_portfolio_caption {
	background-color: #ffffff;
	color: #ffffff;
	border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    border-bottom: 3px solid #efefef;
	transition: all 0.3s ease 0s;
    border-radius: 0;
	padding: 15px 15px 15px 15px;
	transition: all 180ms ease-in-out 0s;
	font-family: 'Open Sans';
	font-weight: normal;
	font-style: normal;
	cursor: pointer;
	word-wrap: break-word;
	overflow: auto;
	border-radius: 0px 0px 2px 2px;
}
.home_portfolio_caption:hover { border-left: 1px solid #efefef; border-right: 1px solid #efefef; }
.home_portfolio_caption h4 { color:#2a2e34; font-family: 'Lato'; font-weight:700; margin: 0 0 12px; letter-spacing: 1px; }
.home_portfolio_caption h4 a { color:#2a2e34; transition: all 0.3s ease 0s; } 
.home_portfolio_caption p {	color: #8f969c; font-family: "Lato"; font-weight:400; font-size: 16px; line-height: 27px; margin: 0; letter-spacing: 0.5px; }
.port-btn { display: block; margin: 13px 0 0; }
.home_portfolio_showcase_overlay {
	background: #000000;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.home_portfolio_showcase_overlay_inner { position: absolute; top: 50%; left: 0; width: 100%; margin-top: -30px; }
.home_portfolio_showcase_fade { opacity: 0.2; }
.portfolio_image{
	text-align:center;
	position:relative;
	line-height:0px;
	font-size:0px;
	transition: all 200ms ease-out; 
	-webkit-transition: all 200ms ease-out; 
	width:100%;
	position:relative;
	height:100%;
	overflow:hidden;
}
.portfolio_image img { transition: all 200ms ease-out; -webkit-transition: all 200ms ease-out; max-width: 100%; }
.portfolio-area:hover  img{
	-webkit-transform: scale(1.10);
	-moz-transform: scale(1.10); 
	-ms-transform: scale(1.10); 
	-o-transform: scale(1.10); 
	transform: scale(1.10);
}
.portfolio_image .home_portfolio_showcase_icons { margin-top: 0px; text-align: center; width: 100%; }
.portfolio_image .home_portfolio_showcase_icons a { font-size: 1.3em; display: inline-block; margin-left: 2px; padding: 12px 12px; opacity: 1; text-decoration: none; }
.portfolio_image.home_portfolio_showcase_icons a:hover { opacity: 1; }
.portfolio_image .home_portfolio_showcase_icons a i { color:#ffffff; font-size: 28px; line-height: 40px; }
.portfolio-area:hover .home_portfolio_showcase_overlay { visibility: visible; opacity: 0.7; }
.project-btn-div { display: block; width: 100%; text-align: center; margin: 50px 0 0; }
.project-btn:after {
    height: 0;
    left: 0;
    top: 0;
    width: 100%;
	-moz-transition: all 0.3s ease 0s;
    content: "";
    position: absolute;
    z-index: -1;
}
.project-btn {
	background: none repeat scroll 0 0 transparent;
    color: #2a2e34;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    font-family: 'Lato';
	font-weight:700;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0px;
    margin-top: 0;
    padding: 12px 27px;
    position: relative;
    text-align: center;
    transition: all 0.3s ease 0s;
}
.project-btn:hover:after, .project-btn:active:after { height: 100%; }
.project-btn:hover, .project-btn:active { color: #ffffff; }

/*Portfolio Pagination Scroll Css here---------------------------------------------------------------------------------*/
.portfolio-pagination-scroll { margin-bottom: 100px; margin-right: 0px; overflow: hidden; padding: 0 0 0px; text-align: center; }
.portfolio-pagination-scroll li:first-child { margin-left: 0; }
.portfolio-pagination-scroll li { display: inline-block; margin-left: 2px; }
.portfolio-pagination-scroll li a {
	background: transparent;
	border: 1px solid #707981;
	color: #707981;
    height: 40px;
    padding: 4px 11px;
    transition: all 0.3s ease 0s;
    width: 40px;
	text-align: center;
}
.portfolio-pagination-scroll li a:hover { color: #ffffff; } 
.portfolio-pagination-scroll li > a > i { font-size: 27px; line-height: 28px; }

/*Features Section Css here---------------------------------------------------------------------------------*/
.features-section { 	margin: 40px 0 40px; }
.features-img-area { display: block; margin: 0 10px 0px 0; }
.features-box {
	background: url("./images/features-bg.png") no-repeat scroll center center rgba(0, 0, 0, 0);
	height: 98px;
    margin: 0 20px 15px 0;
	transition: all 0.5s ease;
    width: 98px;
	float: left;
	text-align: center;
}
.features-area:hover .features-box {
    background: url("./images/features-bg-hover.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.features-box i {
	color: #121212;
    display: block;
    font-size: 36px;
    line-height: 40px;
    margin: 0;
    position: relative;
    text-align: center;
    top: 29px;
	bottom: 0;
    transition: all 0.1s ease 0s;
}
.features-area:hover .features-box i { color: #121212; }
.features-area { border-bottom: 1px dotted #dddddd; margin: 0 0 30px; padding: 0 0 15px; }
.features-area:last-child { margin: 0px; padding: 0px; border-bottom: 0px; }
.features-area h4 { color: #2A2E34; font-family: "Lato"; font-weight:700; margin: 7px 0 7px; letter-spacing: 1px; }
.features-area h4 > a { color: #2a2e34; transition: all 0.2s ease 0s; }
.features-area p { color: #8f969c; font-family: "Lato"; font-weight:400; font-size: 16px; line-height: 25px; margin: 0 0 5px; letter-spacing: 0.5px; }

/*Testimonial Section Css here---------------------------------------------------------------------------------*/
.testimonial-section {
	background: url("./images/features-texture1.jpg") no-repeat fixed 0 0 / cover rgba(0, 0, 0, 0);
    height: 100%;
    margin: 40px 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.testimonial-section .overlay{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    height: 100%;
    padding: 60px 0;
    position: relative;
    width: 100%;
}
.testmonial-area { margin: 0px; padding: 0px; }
.author-description {
	color: #ffffff;
	font-family: "Lato";
	font-weight:400;
	font-style:italic;
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 25px;
	margin-top: 0;
	letter-spacing: 0.5px;
	display: block;
}
.testmonial-area h4 { 
	color: #ffffff;
    font-family: "Lato";
	font-weight:700;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
	letter-spacing: 1px;
	display: block;
    margin-top: 0;
}
.testmonial-area h4 > span { font-family: "Lato"; font-weight:400; font-size: 16px; }
.testmonial-area .media-body { margin: 13px 0 0; }
.author-box { float: left; margin: 0 50px 0 0; }
.pager { margin: 45px 0px 0px 45px !important; text-align: left !important; }
.pager a {
	background: #ffffff;
	border-radius: 20px;
	cursor: pointer;
	display: inline-block;
	height: 13px;
	text-indent: -9999px;
	width: 13px;
	margin: 0 3px;
	text-decoration: none outside;
}
.text-color { color: #ffffff; }

/*Homepage Blog Section Css here---------------------------------------------------------------------------------*/
.homeblog-section { margin: 40px 0 0px; }
.home-blog-area { background-color: transparent; border: 0; border-radius: 0; margin-bottom: 40px; transition: all 0.4s ease 0s; }
.home-blog-area:hover { background-color: #464954; }
.home-blog-info { 
	background: none repeat scroll 0 0 #f7f8fa;
	border-bottom: 3px solid #e6e7e9;
	border-left: 1px solid #e6e7e9;
	border-right: 1px solid #e6e7e9; padding: 25px 25px 25px; 
}
.home-blog-post-img {
    margin-bottom: 0px;
    margin-top: 0px;
    width: 100%;
	overflow: hidden;
	position: relative;
	transition: all 200ms ease-out 0s;
}
.home-blog-post-img img { transition: all 300ms ease-out 0s; max-width: 100%; opacity: 1; }
.blog-post-date { left: 0px; bottom: 0; position: absolute; text-align: center; padding: 7px 0 5px; width: 77px; height: 77px; }
.blog-post-date h2 { color: #ffffff; font-family: 'Lato'; font-weight:600; text-align: center; margin: 0 0 0px; }
.blog-post-date span { color: #ffffff; font-family: 'Lato'; font-weight:600; font-size: 14px; line-height: 25px; text-align: center; margin: 0px; }
.home-blog-area:hover .home-blog-post-img img {
	-webkit-transform: scale(1.10);
	-moz-transform: scale(1.10); 
	-ms-transform: scale(1.10); 
	-o-transform: scale(1.10); 
	transform: scale(1.10);
	opacity: 1;
}
.home-blog-area .home-blog-info h3 { color: #2a2e34; font-family: 'Lato'; font-weight:600; margin: 0 0 16px; letter-spacing: 1px; }
.home-blog-area .home-blog-info h3 > a { color: #2a2e34; text-decoration: none; transition: all 0.3s ease 0s; }
.home-blog-description { display: block; overflow: hidden; margin: 0 0 16px; }
.home-blog-description p { 
	color: #8f969c;
    font-family: "Lato";
	font-weight:400;
    font-size: 16px;
    line-height: 27px;
	letter-spacing: 0.5px;
    margin: 0 0 0px;
    padding: 0;
}
.home-blog-btn { display: block; margin: 0; }
.home-blog-btn a {
	color: #55585b;
    display: inline-block;
    font-family: 'Lato';
	font-weight:700;
    font-size: 13px;
    line-height: 20px;
	letter-spacing: 1.5px;
    margin-bottom: 0;
    padding: 0;
    transition: all 0.3s ease 0s;
}
.home-blog-btn a:hover { padding-left: 7px; }
.home-blog-btn a > i { font-size: 15px; font-weight: 500; padding-left: 4px; vertical-align: baseline; }

/*Homepage Clients Pagination Section Css here---------------------------------------------------------------------------*/
.client-section { margin: 40px 0 40px; }
.clients-logo-area { float: none; margin: 0px; padding: 0px; }
.client-pager { margin: 50px 0 0 0px !important; text-align: center; }
.client-pager a {
	background: #ffffff;
	border-radius: 20px;
	cursor: pointer;
	display: inline-block;
	height: 12px;
	text-indent: -9999px;
	width: 12px;
	margin: 0 3px;
	text-decoration: none outside;
}

/*Footer Widget Section Css here---------------------------------------------------------------------------------*/
.footer-section { margin: 40px 0 0px; padding: 50px 0 0px; }
.footer-contact-info { border-bottom: 1px dashed #a8b5c1; display: block; padding: 0 0 30px; text-align: center; width: 100%; }
.footer-contact-info h2 { color: #8c97a1; text-align: center; font-family: "Lato"; font-weight:400; margin: 0 0 25px; display: block; letter-spacing: 1px; }
.footer-contact-info span {
	color: #b3b9bf;
	text-align: center;
	font-family: 'Lato';
	font-weight:200;
	font-size: 100px;
	line-height: 100px;
	margin: 0;
	display: block;
	word-wrap: break-word;
}
.footer-contact-info span > strong { text-align: center; font-family: 'Lato'; font-weight:700; word-wrap: break-word; }
.footer-widget-section { padding: 55px 0 5px; }
.footer-widget-column { margin-bottom: 60px; }
.footer-widget-title { color: #2a2e34; font-family: 'Lato'; font-weight:700; font-size: 20px; line-height: 25px; margin: 0 0 40px; letter-spacing: 1px; }
.footer-widget-title i { font-size: 6px; vertical-align: baseline; padding-left: 2px; }
.footer-widget-section p { color: #8f969c; font-family: "Lato"; font-weight:400; font-size: 16px; line-height: 27px; letter-spacing: 0.5px; margin: 0 0 10px; }
.footer-widget-section p > span { color: #ffffff; padding: 3px 5px 4px 5px; }
.footer-widget-column address { color: #8f969c; font-family: "Lato"; font-weight:400; font-size: 16px; line-height: 25px; display: block; margin: 0; }
.footer-widget-column address > span {
	color: #8f969c;
    font-family: 'Lato';
	font-weight:400;
	font-style:italic;
    font-size: 16px;
    line-height: 25px;
	letter-spacing: 1px;
	margin: 0 0 8px;
    padding: 0 0 0px;
	display: block;
}
.footer-widget-column address > span > a { color: #8f969c; }
.footer-widget-column address > span > i { margin-right: 10px; }
.footer-blog-post { margin-bottom: 30px; margin-top: 0 !important; padding-bottom: 0; }
.footer-blog-post:last-child { margin-bottom: 0px; padding-bottom: 0px; }
.footer-blog-post h4 {
	border-bottom: 1px dotted #a8b5c1;
    display: block;
    font-family: 'Lato';
	font-weight:400;
    margin-bottom: 5px;
    margin-top: -4px;
    word-wrap: break-word;
	letter-spacing: 1px;
    padding: 0 0 10px;
}
.footer-blog-post h4 a { transition: all 0.3s ease 0s; color: #2a2e34; }
.blog-post-area { display: block; float: left; margin-right: 20px; transition: all 0.3s ease 0s; }
.footer-blog-post:hover .blog-post-area img { opacity: 0.8; }
.footer-blog-post span { color: #8f969c; font-family: 'Lato'; font-weight:600; font-size: 13px; line-height: 20px; letter-spacing: 0.5px; margin-right: 10px; }
.footer-blog-post span > a { color: #8f969c; }
.footer-blog-post span:last-child { margin-right: 0px; }
.footer-blog-post span > i, 
.footer-blog-post span > a > i { color: #8f969c; font-size: 13px; margin-right: 4px; vertical-align: baseline; }
.footer-widget-flicker { margin: 0px; overflow: hidden; padding: 0; }
.footer-copyright-section { margin: 0; padding: 0; }
.footer-copyright { padding: 30px 0; color:#fff; }
.footer-copyright p { color: #ffffff; font-family: 'Lato'; font-weight:400; font-size: 15px; line-height: 20px; margin: 0; letter-spacing: 1px; }
.footer-copyright p a { color: #ffffff; }
.footer-menu-links { color: #888a8a; margin: 0px; float: right; padding-top: 25px; padding-bottom: 25px; padding-left: 30px; }
.footer-menu-links li { border-right: 1px dotted #ffffff; display: inline-block; margin-right: 20px; padding: 4px 20px 4px 0; }
.footer-menu-links li:last-child { border-right: 0; margin-right: 0px; padding: 5px 0px 5px 0; }
.footer-menu-links li > a { color: #ffffff; font-family: 'Lato'; font-weight:500; font-size: 15px; line-height: 20px; letter-spacing: 1px; }

/*Page Title Section Css------------------------------------------------------------------------------------------------*/
.page-title-section {
    height: 100%;
    margin: 0 0 40px;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.page-title-section .overlay {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    height: 100%;
    padding: 40px 0 44px;
    position: relative;
    width: 100%;
}
.page-title { background-position: center top; background-repeat: no-repeat; margin: 0 auto 0px; padding: 0 15px 0px; position: relative; width: 99%; }
.page-title h1 {                  
	color: #ffffff;
	font-family: 'Lato';
	font-weight:300;
	font-size: 48px;
	line-height: 55px;
	letter-spacing: 1px;
	margin: 0 0 10px;
	text-align: center;
	word-wrap: break-word; 
}
.page-title p {
	color: #eeeeee;
    font-family: "Lato";
	font-weight:400;
    font-size: 18px;
    line-height: 27px;
    margin: 0 auto 0px;
	letter-spacing: 1px;
    padding: 0;
    text-align: center;
    width: 70%;
}
.page-title-seprator { height: 4px;	margin: 17px auto 17px;	width: 50px; }

/*About Section Css------------------------------------------------------------------------------------------------*/
.about-section { margin: 40px 0 40px; }
.about-section h3 { color: #2d3137; font-family: "Lato"; font-weight:600; letter-spacing: 1px; margin-bottom: 20px; margin-top: 5px; padding: 0; }
.about-section p { color: #707981; font-family: "Lato"; font-weight:400; font-size: 16px; line-height: 27px; margin: 0 0 15px; padding: 0; }
.about-img-area {
    margin: 0;
    overflow: hidden;
    padding: 0;
	position: relative;
	-webkit-box-shadow: 0 8px 7px -6px #777;
	   -moz-box-shadow: 0 8px 7px -6px #777;
	        box-shadow: 0 8px 7px -6px #777;
}
.about-section img { 
    -webkit-box-shadow: 0 8px 7px -6px #777;
    -moz-box-shadow: 0 8px 7px -6px #777;
    box-shadow: 0 8px 7px -6px #777;
    margin-bottom: 10px;
}
/*Team Section Css------------------------------------------------------------------------------------------------*/
.team-section { background-color: #f7f8fa; margin: 40px 0 40px; padding: 60px 0 20px; }
.team-area {
	background: #f7f8fa;
	border-bottom: 1px dashed #c5d1dc;
	margin: 0 auto 40px;
	padding: 0 0 24px;
	-webkit-transition: background .2s ease-in-out;
	-moz-transition: background .2s ease-in-out;
	-o-transition: background .2s ease-in-out;
	-ms-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out;
}
.team-img { float: left; margin: 0 30px 0px 0; padding: 0; }
.team-img img { 
	-webkit-box-shadow: 0 7px 10px -6px #777;
		-moz-box-shadow: 0 7px 10px -6px #777;
		box-shadow: 0 7px 10px -6px #777; 
		border-radius: 2px; 
}
.team-area h3 { color: #2a2e34; margin: 0px; font-family: 'Lato'; font-weight:600; font-size: 20px; line-height: 20px; letter-spacing: 1px; margin: 0 0 10px; }
.team-area:hover h3 { color: #585e68; }
.team-area h5 { margin: 0px; font-family: 'Lato'; font-weight:600; font-style:italic; font-size: 14px; line-height: 20px; letter-spacing: 1px; margin: 0 0 15px; }
.team-area p { color: #8f969c; margin: 0px; padding: 0px; font-size: 16px; line-height: 25px; letter-spacing: 0.5px; }
.team-social { margin: 0px;	padding: 20px 0 0; }
.team-social li {
	background-color: #ffffff;
	-moz-box-shadow:    inset 0 0 3px #c4c8d1;
   -webkit-box-shadow: inset 0 0 3px #c4c8d1;
   box-shadow:         inset 0 0 3px #c4c8d1;
	border-radius: 100% 100% 100% 100%;
	display: inline-block;
	height: 33px;
	margin-right: 5px;
	width: 33px;
	text-align: center;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
	-ms-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	padding: 1px;
	cursor: pointer;
	margin-bottom: 5px;
	
	-webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s; 
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform; 
    overflow:hidden;
}
.team-area:hover .team-social li{
	background-color: #e8eaee;
	-webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
}
.team-social li > a > i { color: #2a2e34; font-size: 15px; transition: color 0.5s ease-in-out 0s; line-height: 2; }

/*Service Page Section Css------------------------------------------------------------------------------------------------*/
.service-section2 { background-color: #f7f8fa; margin: 40px 0 40px; padding: 60px 0 0; }
.service-area2 { background-color: transparent; border: 0; border-radius: 0; margin-bottom: 60px; transition: all 0.4s ease 0s; }
.service-area2:hover { background-color: #464954; }
.service-area-info2 { 
	background: none repeat scroll 0 0 #ffffff;
    border-bottom: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee; 
	padding: 25px; 
	text-align: center; 
}
.sevice-area-img { margin-bottom: 0px; margin-top: 0px; width: 100%; overflow: hidden; position: relative; transition: all 200ms ease-out 0s; }
.sevice-area-img img { transition: all 300ms ease-out 0s; width: 100%; opacity: 1; }
.service-area2:hover .sevice-area-img img {
	-webkit-transform: scale(1.10);
	-moz-transform: scale(1.10); 
	-ms-transform: scale(1.10); 
	-o-transform: scale(1.10); 
	transform: scale(1.10);
	opacity: 1;
}
.service-area2 .service-area-info2 h4 { color: #2a2e34; font-family: 'Lato'; font-weight:700; letter-spacing: 1px; margin: 0 0 10px; }
.service-area2 .service-area-info2 h4 > a { color: #2a2e34; text-decoration: none; transition: all 0.3s ease 0s; }
.service-area-description2 { display: block; overflow: hidden; margin: 0 0 13px; }
.service-area-description2 p { 
	color: #8f969c;
    font-family: "Lato";
	font-weight:400;
    font-size: 16px;
    line-height: 27px;
	letter-spacing: 0.5px;
    margin: 0 0 0px;
    padding: 0;
}
.service-btn2 { display: block; margin: 0; }
.service-btn2 a {
	color: #55585b;
    display: inline-block;
    font-family: 'Lato';
	font-weight:600;
    font-size: 13px;
    line-height: 20px;
	letter-spacing: 1px;
    margin-bottom: 0;
    padding: 0;
    transition: all 0.3s ease 0s;
}
.service-btn2 a:hover { padding-left: 7px; }
.service-btn2 a > i { font-size: 15px; font-weight: 500; padding-left: 4px; vertical-align: baseline; }

/*Static Clients Section Css----------------------------------------------------------------------------------------*/
.static-clients-section { margin: 40px 0 0px; padding: 0px 0 0px; }
.static-client-area {
	background: transparent;
	margin: 0 auto 50px;
	padding: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;	
}
.static-client-img { float: left; margin: 0 30px 0px 0; padding: 0; }
.static-client-img img {
	border: 1px solid #dce4eb;
	border-radius: 50%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}
.static-client-area:hover  .static-client-img img { border: 1px solid #dce4eb; border-radius: 10%; }
.static-client-area p {
	color: #8f969c;
	font-size: 16px;
	line-height: 25px;
	font-family: "Lato";
	font-weight:400;
	font-style:italic;
	letter-spacing: 0.5px;
	margin: 0 0 25px;
	padding: 0px;
}
.static-client-area h3 { color: #2a2e34; margin: 0px; font-family: 'Lato'; font-weight:700; font-size: 17px; line-height: 20px; letter-spacing: 1px; margin: 0 0 0px; }
.static-client-area:hover h3 { color: #585e68; }
.static-client-area h3 > span { font-family: "Lato"; font-weight:600; font-style:italic; font-size: 14px; line-height: 20px; padding-left: 10px; }
.client-border { border-bottom: 1px dashed #c5d1dc; padding: 0 0 24px; }

/*Portfolio Tabs Section Css-------------------------------------------------------------------------------------------*/
.portfolio-tabs-section { border-bottom: 1px dashed #c5d1dc; margin-bottom: 50px; padding-bottom: 15px; }
.portfolio-tabs { display: inline-block; height: auto; margin: 0; padding: 0; position: relative; }
.portfolio-tabs li { float: none; display: inline-block; margin: 0 35px 10px 0; list-style: none outside none; }
.portfolio-tabs li a {
	color: #2a2e34;
    display: inline-block;
    font-family: 'Lato';
	font-weight: 600;
    font-size: 16px;
	letter-spacing: 0.5px;
    line-height: 20px;
    padding: 0;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
.portfolio-tabs li > a > i { font-size: 6px; overflow: hidden; padding-right: 7px; vertical-align: middle; }

/*Portfolio 2, 3, 4 Column Section Css-----------------------------------------------------------------------------------*/
.portfolio-main-section { margin: 40px 0 0; }
.portfolio-area-main { margin: 0 0 60px; }
.portfolio_caption {
	background-color: transparent;
	color: #ffffff;
    border-radius: 0;
	padding: 15px 5px 5px 0;
	transition: all 180ms ease-in-out 0s;
	font-family: 'Open Sans';
	font-weight: normal;
	font-style: normal;
	cursor: pointer;
	word-wrap: break-word;
	overflow: auto;
}
.portfolio_caption h4 { color:#2a2e34; font-family: 'Lato'; font-weight:700; margin: 0 0 12px; letter-spacing: 1px; }
.portfolio_caption h4 a { color:#2a2e34; transition: all 0.3s ease 0s; }
.portfolio_caption p { color: #8f969c; font-family: "Lato"; font-weight:400; font-size: 16px; line-height: 27px; letter-spacing: 0.5px; margin: 0; }
.service-btn { display: block; margin: 0; }
.portfolio_showcase_overlay {
	background: #000000;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.portfolio_showcase_overlay_inner { position: absolute; top: 50%; left: 0; width: 100%; margin-top: -30px; }
.portfolio_showcase_fade { opacity: 0.2; }
.portfolio_image_main{
	text-align:center;
	position:relative;
	line-height:0px;
	font-size:0px;
	transition: all 200ms ease-out; 
	-webkit-transition: all 200ms ease-out; 
	width:100%;
	position:relative;
	height:100%;
	overflow:hidden;
}
.portfolio_image_main img { transition: all 200ms ease-out; -webkit-transition: all 200ms ease-out; max-width: 100%; }
.portfolio-area-main:hover  img{
	-webkit-transform: scale(1.10);
	-moz-transform: scale(1.10); 
	-ms-transform: scale(1.10); 
	-o-transform: scale(1.10); 
	transform: scale(1.10);
}
.portfolio_image_main .portfolio_showcase_icons { margin-top: 0px; text-align: center; width: 100%; }
.portfolio_image_main .portfolio_showcase_icons a { font-size: 1.3em; display: inline-block; margin-left: 2px; padding: 12px 12px; opacity: 1; text-decoration: none; }
.portfolio-area-main.portfolio_showcase_icons a:hover { opacity: 1; }
.portfolio_image_main .portfolio_showcase_icons a i{ color:#ffffff; font-size: 28px; line-height: 40px; }
.portfolio-area-main:hover .portfolio_showcase_overlay { visibility: visible; opacity: 0.7; }
.project-btn-div { 
    display: block;
	width: 100%;
	text-align: center;
	margin: 0px 0 0;
}
.project-btn:after {
    height: 0;
    left: 0;
    top: 0;
    width: 100%;
	-moz-transition: all 0.3s ease 0s;
    content: "";
    position: absolute;
    z-index: -1;
}
.project-btn {
	background: none repeat scroll 0 0 transparent;
    color: #2a2e34;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
	box-shadow: 0 8px 10px -7px #777;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    font-family: "Lato";
	font-weight: 900;
    font-size: 16px;
    line-height: 20px;
	letter-spacing: 1.5px;
    margin-bottom: 0px;
    margin-top: 0;
    padding: 12px 27px;
    position: relative;
    text-align: center;
    transition: all 0.2s ease 0s;
}
.project-btn:hover:after, .project-btn:active:after { height: 100%; }
.project-btn:hover, .project-btn:active { color: #ffffff; }

/*Portfolio Detail Section Css-------------------------------------------------------------------------------------------*/
.portfolio-detail-section { margin: 40px 0 0px; }
.port-detail-img {
	-webkit-box-shadow: 0 7px 7px -6px #777;
	   -moz-box-shadow: 0 7px 7px -6px #777;
	        box-shadow: 0 7px 7px -6px #777;
	margin-bottom: 40px;
	margin-top: 0px;
	position: relative;
	overflow: hidden;
}
.portfolio-detail-info { margin-bottom: 40px; margin-right: 20px; overflow: hidden; }
.portfolio-detail-info h4 {
	border-bottom: 1px dashed #c5d1dc;
    color: #2a2e34;
    font-family: 'Lato';
	font-weight:700;
	letter-spacing: 1px;
    margin: 0 0 20px;
    padding: 0 0 22px;
}
.portfolio-detail-info p { color: #8f969c; font-family: "Lato"; font-weight:400; font-size: 15px; line-height: 27px; margin: 0 0 10px; letter-spacing: 0.5px; }
.portfolio-detail-info p small { color: #f8504b; font-size: 15px; margin: 5px 0 0; }
.portfolio-detail-info p > small > a { color: #f8504b; }
.detail-btn-div { display: block; margin: 0; }
.detail-btn:after {
    height: 0;
    left: 0;
    top: 0;
    width: 100%;
	-moz-transition: all 0.3s ease 0s;
    content: "";
    position: absolute;
    z-index: -1;
}
.detail-btn {
	background: none repeat scroll 0 0 transparent;
    border: 1px solid #d6dfdf;
    color: #2a2e34;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3); 
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
    border-radius: 25px;
    cursor: pointer;
    display: inline-block;
    font-family: 'Lato';
	font-weight:700;
    font-size: 14px;
    line-height: 20px;
	letter-spacing: 1.5px;
    margin-bottom: 0px;
    margin-top: 10px;
    padding: 9px 20px;
    position: relative;
    text-align: center;
    transition: all 0.3s ease 0s;
}
.detail-btn:hover:after, .detail-btn:active:after { height: 100%; border-radius: 25px; }
.detail-btn:hover, .detail-btn:active { color: #ffffff; }
.portfolio-detail-description { margin-bottom: 40px; margin-right: 0px; overflow: hidden; }
.portfolio-detail-description h4 { 
	border-bottom: 1px dashed #c5d1dc;
    color: #2a2e34;
    font-family: 'Lato';
	font-weight:700;
	letter-spacing: 1px;
    margin: 0 0 20px;
    padding: 0 0 22px;
}
.portfolio-detail-description p { color: #8f969c; font-family: "Lato"; font-weight:400; font-size: 16px; line-height: 27px; letter-spacing: 0.5px; margin: 0 0 18px; }

/*Related Project Section-----------------------------------------------------------------------------------------------*/
.related-project-section { margin: 40px 0 0px; }

/*Blog Section Css-----------------------------------------------------------------------------------------------------*/
.blog-section { margin: 40px 0 0; }
.blog-area-left { background-color: #ffffff; float: none; margin-bottom: 70px; overflow: auto; padding: 0; margin-right: 0px; transition: all 0.3s ease 0s; }
.blog-area-right { background-color: #ffffff; float: none; margin-bottom: 70px; overflow: auto; padding: 0; margin-left: 0px; transition: all 0.3s ease 0s; }
.blog-area-full { 
	background-color: #ffffff;
    float: none;
    margin-bottom: 70px;
    overflow: auto;
    padding: 0; 
	margin-left: 0px;
	margin-right: 0px;
	transition: all 0.3s ease 0s;
}
.blog-area-detail { background-color: #ffffff; float: none; margin-bottom: 50px; overflow: auto; padding: 0; margin-right: 10px; transition: all 0.3s ease 0s; }
.blog-info { border-bottom: 1px dashed #c5d1dc; padding: 0 0 20px; }
.blog-post-img { margin-bottom: 21px; margin-top: 0px; width: 100%; overflow: hidden; position: relative; transition: all 200ms ease-out 0s; }
.blog-post-img img { transition: all 300ms ease-out 0s; max-width: 100%; opacity: 1; }
.post-date { left: 0px; bottom: 0; position: absolute; text-align: center; padding: 7px 0 5px; width: 77px; height: 77px; }
.post-date h3 { color: #ffffff; font-family: 'Lato'; font-weight:600; font-size: 30px; line-height: 36px; text-align: center; margin: 0 0 0px; }
.post-date span { color: #ffffff; font-family: 'Lato'; font-weight:700; font-size: 14px; line-height: 25px; text-align: center; letter-spacing: 1px; margin: 0px; }
/* 
.blog-area-left:hover .blog-post-img img, 
.blog-area-right:hover .blog-post-img img, 
.blog-area-full:hover .blog-post-img img,
.blog-area-detail:hover .blog-post-img img{
	-webkit-transform: scale(1.10);
	-moz-transform: scale(1.10); 
	-ms-transform: scale(1.10); 
	-o-transform: scale(1.10); 
	transform: scale(1.10);
	opacity: 1;
}
*/
.blog-area-left .blog-info h1, .blog-area-right .blog-info h1, .blog-area-full .blog-info h1, 
.blog-area-left .blog-detail-info h1, .blog-area-detail .blog-detail-info h1 { font-family: "Lato"; font-weight:400; margin: 0 0 24px; }
.blog-area-left .blog-info h1 > a, .blog-area-right .blog-info h1 > a, .blog-area-full .blog-info h1 > a, 
.blog-area-left .blog-detail-info h1 > a, .blog-area-detail .blog-detail-info h1  > a{ text-decoration: none; transition: all 0.3s ease 0s; }
.blog-area-left .blog-info h1, .blog-area-right .blog-info h1, .blog-area-full .blog-info h1, 
.blog-area-left .blog-detail-info h1, .blog-area-detail .blog-detail-info h1 { color: #2a2e34; }
.blog-area-left .blog-info h1 > a, .blog-area-right .blog-info h1 > a, .blog-area-full .blog-info h1 > a, 
.blog-area-left .blog-detail-info h1 > a, .blog-area-detail .blog-detail-info h1  > a { color: #2a2e34; }
.blog-description { display: block; overflow: hidden; margin: 0 0 16px; }
.blog-description p { color: #8f969c; font-family: "Lato"; font-weight:400; font-size: 16px; line-height: 27px; letter-spacing: 0.5px; padding: 0; }
.blog-seprator { height: 3px; margin: 0 0 22px; overflow: hidden; width: 60px; }
.blog-post-info-detail {
	color: #2a2e34;
    font-family: "Lato";
	font-weight:600;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 20px;
    margin: 25px 0 11px;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.blog-post-info-detail a { padding: 5px 0px 5px 5px; transition: all 0.3s ease 0s; }
.blog-tags { display: inline-block; margin: 0 5px 5px; }
.blog-tags a { color: #f8504b; padding: 5px 0 5px 5px; transition: all 0.3s ease 0s; }
.blog-btn-div { display: block; margin: 0; }
.blog-btn:after {
    height: 0;
    left: 0;
    top: 0;
    width: 100%;
	-moz-transition: all 0.3s ease 0s;
    content: "";
    position: absolute;
    z-index: -1;
}
.blog-btn {
	background: none repeat scroll 0 0 transparent;
    border: 1px solid #d6dfdf;
    color: #8f969c;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
    border-radius: 25px;
    cursor: pointer;
    display: inline-block;
    font-family: 'Lato';
	font-weight:700;
    font-size: 13px;
	letter-spacing: 1px;
    line-height: 20px;
    margin-bottom: 0px;
    margin-top: 10px;
    padding: 8px 18px;
    position: relative;
    text-align: center;
    transition: all 0.3s ease 0s;
}
.blog-btn:hover:after, .blog-btn:active:after { height: 100%; border-radius: 25px; }
.blog-btn:hover, .blog-btn:active { color: #ffffff; }
.blog-pagination { margin: 0 0 60px; overflow: hidden; padding: 0; text-align: center; }
.blog-pagination a, .blog-pagination .page-numbers {
	background-color: #e8efef;
    box-shadow: 0 3px 0 #c5cece;
    color: #2a2e34;
    cursor: pointer;
    display: inline-block;
    font-family: 'Lato';
	font-weight:700;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 10px;
    padding: 9px 18px;
    vertical-align: baseline;
    white-space: nowrap;
	transition: all 0.3s ease 0s;
}
.blog-pagination a:hover, .blog-pagination a.active { color: #FFFFFF; }

.blog-pagination span.current{
color:#fff;
}

/*Blog Detail Section Css------------------------------------------------------------------------------------------------*/
.blog-detail-info { padding: 0; }
/*Blog Detail Blockquote*/
.blog-blockquote { display: block; width: 100%; }
.blog-blockquote blockquote { 
	background-color: transparent;
	border-left: 3px solid #f8504b;
	margin: 18px 0 18px;
    padding: 3px 15px;
	letter-spacing: 0.5px;
	width: auto;
}
.blog-blockquote blockquote > span { color: #8f969c; font-family: 'Lato'; font-weight:400; font-style:italic; font-size: 18px; line-height: 25px; margin-bottom: 0; }
.blog-blockquote blockquote > small { color: #f8504b; display: block; font-family: "Lato"; font-weight:400; font-size: 14px; line-height: 20px; margin-top: 5px; }
/*Blog Detail Author*/
.blog-author {
	background-color: #f5f6f8;
	-webkit-box-shadow: 0px 3px 0px 0px #bac1c6;
	-moz-box-shadow: 0px 3px 0px 0px #bac1c6;
	box-shadow: 0px 3px 0px 0px #bac1c6;
	float: none;
	margin: 0 0 50px;
	padding: 30px 20px;
	margin-right: 10px;
}
.blog-author img {
	border: 3px solid #fff;
    box-shadow: 0 0 5px 2px #ccc;
    height: 100px;
    margin-left: 5px;
    margin-right: 15px;
    margin-top: 5px;
    width: 100px;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out; 
	-o-transition: all 1s ease-in-out; 
	-ms-transition: all 1s ease-in-out; 
}
.blog-author:hover .pull-left img {
	border: 3px solid #ffffff;
	box-shadow: 0 0 5px 2px #ccc;
	box-shadow: 0 0 5px 2px #ccc; 
	-webkit-transform: rotate(360deg); 
	-moz-transform: rotate(360deg); 
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
}
.blog-author h6 { color: #2a2e34; font-family: 'Lato'; font-weight:700; font-size: 16px; line-height: 20px; letter-spacing: 1px; margin: 0 0 8px; }
.blog-author p { color: #8f969c; font-family: "Lato"; font-weight:400; font-size: 14px; line-height: 25px; letter-spacing: 1px; margin: 0 0 13px; }
/*Paragraph with Image*/
.blog-paragraph-image { background-color: #transparent; float: none; margin: 15px 0 10px; padding: 0px; margin-right: 10px; }
.media-align { margin-bottom: 15px; }
.alignleft { float: left; }
.alignright { float: right; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.blog-paragraph-image > .media > .alignleft img { margin-right: 30px; margin-right: 30px; }
.blog-paragraph-image > .media > .alignright img { margin-left: 30px; }
p.wp-caption-text { color: #8f969c; font-size: 14px; margin: 8px 0; text-align: center; font-style: italic; line-height: 1.5em; }
p.wp-caption-text a { color: #f8504b; }
/*Comment Section*/
.comment-section { background-color: #transparent; float: none;	margin: 0 0 10px; padding: 0px;	margin-right: 10px; }
.comment-title { border-bottom: 1px solid #d6dfdf; display: block; margin: 0 0 35px; padding: 0 0 20px; }
.comment-title h3 { color: #2a2e34; font-family: "Lato"; font-weight:400; letter-spacing: 1px; margin: 0 0 0px; padding: 0px; }
.comment-box { margin: 0 0 0px !important; padding: 0px 0 0; position: relative; }
.pull-left-comment { float: left; margin-right: 20px; }
.comment-img { border-radius: 100%; height: 70px; margin: 2px 0 20px; width: 70px; }
.comment-detail { border-bottom: 1px dashed #c5d1dc; margin-left: 0; margin-bottom: 40px; padding: 0 0 25px; }
.comment-detail-title { color: #2a2e34; font-family: 'Lato'; font-weight:700; font-size: 15px; line-height: 20px; letter-spacing: 1px; margin: 0 0 15px; }
.comment-date {
	color: #f8504b;
	font-family: 'Lato';
	font-weight:600;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	padding-left: 7px;
	float: right;
	vertical-align: middle;
}
.comment-date a { color: #f8504b; }
.comment-detail p { 
	color: #8f969c;
	font-family: "Lato";
	font-weight:400;
	text-align: justify;
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 0.5px;
	margin: 0 0 27px;
}
.reply { font-family: 'Lato'; font-weight:400; font-size: 13px; }
.reply a {
	color: #2a2e34;
	background-color: #f5f6f8;
	border: 1px solid #d7e3ee;
	font-size: 13px;
	line-height: 20px;
	padding: 3px 12px;
	font-family: 'Lato';
	font-weight:700;
	letter-spacing: 1px;
	display: inline-block;
	transition: all 0.3s ease 0s;
}
.reply a:hover { background-color: #f8504b; border: 1px solid #f8504b; color: #ffffff; }  
/*Comment Form Section*/
.comment-form-section { background-color: transparent; float: none; margin: 0 10px 50px 0; padding: 0; }	
.form-inline .blog-form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; width: 49%; margin-right: 5px; }
.form-inline .blog-form-group-textarea { display: inline-block; margin-bottom: 0; vertical-align: middle; width: 99.3%; }
.blog-form-group { margin-bottom: 15px; }
.blog-form-control {
	color: #8f969c;
	background-color: transparent;
	border: 1px solid #d6dfdf;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	font-family: "Lato";
	font-weight:400;
	height: 46px;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 20px;
	border-radius: 0px;
	margin-bottom: 20px;
}
.blog-form-control-textarea {
	color: #8f969c;
	background-color: transparent;
	border: 1px solid #d6dfdf;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	padding: 6px 12px;
	font-family: 'Lato';
	font-weight:400;
	font-size: 16px;
	line-height: 20px;
	border-radius: 0px;
	margin-bottom: 25px;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #8f969c; }
.blogdetail-btn { display: block; margin: 0 0 10px; }
.blogdetail-btn a {
	display: inline-block;
	font-family: 'Lato';
	font-weight:700;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 1px;
	border-radius: 3px;
	margin-bottom: 0;
	padding: 12px 24px;
	text-align: center;
	transition: all 0.4s ease 0s;
}
/*Sidebar Section Css---------------------------------------------------------------------------------------------------*/
.sidebar-section-right { background-color: transparent; border-left: 1px dashed #c5d1dc; margin-bottom: 70px; margin-left: 0; padding: 0 5px 0 30px; }
.sidebar-section-left { background-color: transparent; border-right: 1px dashed #c5d1dc; margin-bottom: 70px; margin-right: 0; padding: 0 30px 0 0px; }
.sidebar-widget { margin-bottom: 70px; margin-top: 0; overflow: hidden; padding: 0px; }
.sidebar-widget:last-child { margin-bottom: 0px; }
.sidebar-widget-title { margin-bottom: 25px; }
.sidebar-widget-title h3 { color: #2a2e34; font-family: 'Lato'; font-weight:600; letter-spacing: 1px; margin: 0 0 0px; padding-bottom: 0px; word-wrap: break-word; }
/*Sidebar Search*/
#sidebar-menu-search { position: relative; display: block; }
#sidebar-menu-search input {
	background: url("./images/sidebar-search.png") no-repeat scroll 93% center #ffffff;
    border: 1px solid #dfe8e8;
    color: #697076;
    border-radius: 0;
    font-size: 12px;
	line-height: 20px;
	display: block;
    margin: 0;
    outline: medium none;
    padding: 15px 50px 15px 15px;
	width: 100%;
}
.sidebar-menu-box { display: block; }
/*Sidebar Latest Post*/
.sidebar-blog-post { margin-bottom: 30px; margin-top: 0 !important; padding-bottom: 0; }
.sidebar-blog-post:last-child { margin-bottom: 0px; padding-bottom: 0px; }
.sidebar-blog-post h3 {
	border-bottom: 1px dotted #a8b5c1;
    display: block;
    font-family: 'Lato';
	font-weight:600;
    font-size: 18px;
    line-height: 22px;
	letter-spacing: 1px;
    margin-bottom: 5px;
    margin-top: -4px;
    word-wrap: break-word;
    padding: 0 0 10px;
}
.sidebar-blog-post h3 a { color: #2a2e34; transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.sidebar-post-area { display: block; float: left; margin-right: 20px; overflow: hidden; position: relative; transition: all 200ms ease-out 0s; }
.sidebar-post-area img { transition: all 300ms ease-out 0s; opacity: 1; }
.sidebar-blog-post:hover .sidebar-post-area img {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5); 
	-ms-transform: scale(1.5); 
	-o-transform: scale(1.5); 
	transform: scale(1.5);
	opacity: 1;
}
.sidebar-blog-post span { color: #8f969c; font-family: 'Lato'; font-weight:600; font-size: 12px; line-height: 20px; margin-right: 10px; }
.sidebar-blog-post span > a { color: #8f969c; }
.sidebar-blog-post span:last-child { margin-right: 0px; }
.sidebar-blog-post span > i, .sidebar-blog-post span > a > i { color: #8f969c; font-size: 13px; margin-right: 4px; vertical-align: baseline; }
/*Sidebar Links*/
.post-content{ margin-bottom: 0px; list-style: none outside none; padding: 0; }
.post-content li {
	color: #8f969c;
	border-bottom: 1px dotted #c5d1dc;
	display: block;
	font-family: 'Lato';
	font-weight:600;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	letter-spacing: 1px;
	margin-right: 10px;
	padding-top: 10px;
	vertical-align: top;
	padding-bottom: 10px;
}
.post-content li:first-child { padding-top: 0px; }
.post-content li > i { font-size: 6px; line-height: 10px; font-weight: normal; margin-right: 10px; vertical-align: middle; }
.post-content li a { color: #8f969c; transition: all 0.3s ease 0s; }
/*Sidebar Tags*/
.sidebar-widget-tags { margin: 0 0 10px; overflow: hidden; padding: 4px 0; }
.sidebar-widget-tags a {
	background-color: #f5f6f8;
    color: #8f969c;
    cursor: pointer;
    display: inline-block;
    font-family: "Lato";
	font-weight:400;
    font-size: 13px;
    line-height: 20px;
	letter-spacing: 1px;
    margin: 0 7px 10px 0;
    padding: 6px 14px;
    transition: all 0.3s ease 0s;
    vertical-align: baseline;
    white-space: nowrap;
}
.sidebar-widget-tags a:hover { color: #ffffff; }

/*Contact Page Section Css-------------------------------------------------------------------------------------------*/
.contact-section { margin: 40px 0 40px; }
.contact-detail { margin-bottom: 40px; margin-top: 0; overflow: hidden; padding: 0; }
.contact-detail address { color: #8f969c; font-family: "Lato"; font-weight:400; font-size: 16px; line-height: 25px; letter-spacing: 1px; display: block; margin: 0; }
.contact-detail address > span { 
	color: #8f969c;
    font-family: 'Lato';
	font-weight:400;
	font-style:italic;
    font-size: 16px;
    line-height: 25px;
	margin: 0 0 8px;
    padding: 0 0 0px;
	display: block;
}
.contact-detail address > span > a { color: #8f969c; }
.contact-detail address > span > i { margin-right: 10px; }
.google-map { margin: 40px 0 40px; }

/*Features & Shortcodes Page Section Css---------------------------------------------------------------------------------*/
.shortcodes-section { margin: 40px 0 40px; }
.shortcode-title { border-bottom: 1px solid #d6dfdf; display: block; margin: 0 0 50px; padding: 0 0 20px; }
.shortcode-title h3 { color: #2a2e34; font-family: 'Lato'; font-weight:400; letter-spacing: 1px; margin: 0 0 0px; padding: 0px; }
/*Buttons Styles*/
.shortcode-area { margin-bottom: 63px; padding: 0; overflow: hidden; }
.shortcode-area p { margin: 0 0 20px; }
.shortcode-btn-large {
	display: inline-block;
	padding: 20px 32px;
	margin: 0;
	font-family: 'Lato';
	font-weight:700;
	font-size: 14px;
	line-height: 20px;
	transition: all 0.3s ease 0s;
	letter-spacing: 1.5px;
	text-align: center;
	text-transform: lovercase;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 50px; 
	-moz-border-radius: 50px; 
	-webkit-border-radius: 50px;	
}
.shortcode-btn-small {
	display: inline-block;
	padding: 13px 25px;
	margin: 0;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	text-transform: lovercase;
	letter-spacing: 1.5px;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	cursor: pointer;
	font-family: 'Lato';
	font-weight:700;
	border-radius: 50px; 
	-moz-border-radius: 50px; 
	-webkit-border-radius: 50px; 
}
.shortcode-btn-mini {
	display: inline-block;
	padding: 8px 18px;
	margin: 0;
	font-size: 11px;
	line-height: 20px;
	text-align: center;
	text-transform: lovercase;
	letter-spacing: 1.5px;
	vertical-align: middle;
	transition: all 0.3s ease 0s;
	cursor: pointer;
	font-family: 'Lato';
	font-weight:700;
	border-radius: 50px; 
	-moz-border-radius: 50px; 
	-webkit-border-radius: 50px; 
}
.shortcode-btn-transparent { background-color: #ffffff; border: 1px solid #e2e5ea; color: #2a2e34; }
.shortcode-btn-grey { background-color: #eaedf1; color: #2a2e34; }
.shortcode-btn-solid { color: #ffffff; }
.shortcode-btn-dark { background-color: #2a2c33; color: #ffffff; }
.shortcode-btn-large:hover, 
.shortcode-btn-small:hover, 
.shortcode-btn-mini:hover { 
	-webkit-box-shadow: 0 2px 1px rgba(50, 50, 50, 0.2);
	-moz-box-shadow: 0 2px 1px rgba(50, 50, 50, 0.2);
	box-shadow: 0 2px 1px rgba(50, 50, 50, 0.2);
}
/*Table Styles*/
.table-area { background: white; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); margin-bottom: 62px; padding: 0; overflow: hidden; }
.table {
	border-radius:3px;
	border-collapse: collapse;
	margin: auto;
	padding:5px;
	width: 100%;
	animation: float 5s infinite;
	font-family: 'Lato';
	font-weight:500;
	font-size: 15px;
	letter-spacing: 1px;
}
.table-bordered { border: 1px solid #eeeeee !important; } 
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, 
.table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, 
.table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td { border: none !important; }
.table > thead > tr > th, .table > tbody > tr > th,
.table > tfoot > tr > th, .table > thead > tr > td,
.table > tbody > tr > td, .table > tfoot > tr > td { padding: 12px !important; }
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td { border-bottom-width: 1px !important; }
th {
	color: #2a2c33;
	background: #eaedf1;
	border-bottom: 4px solid #eaedf1;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	border-right: none;
	font-size: 15px;
	font-weight: 100;
	padding: 24px;
	text-align: left;
	vertical-align: middle;
	font-family: 'Lato';
	font-weight:500;
}
tr { color:#e5e5e5; text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1); }
th:first-child { border-top-left-radius:3px; } 
th:last-child { border-top-right-radius:3px; border-right:none; } 
tr { border-top: none; border-bottom: none; font-size:15px; font-weight:normal; }
tr:first-child { border-top:none; }
tr:last-child { border-bottom:none; }
tr:last-child td:first-child { border-bottom-left-radius:3px; }
tr:last-child td:last-child { border-bottom-right-radius:3px; }
td { padding:20px; text-align:left; vertical-align:middle; font-weight:300; font-size:15px; }
tr:hover td { background: #575961; color:#FFFFFF; border-top: 1px solid #22262e; border-bottom: 1px solid #22262e; }
tr:nth-child(odd) td { background:#2a2c33; }
tr:nth-child(odd):hover td { background:#575961; }
td { background:#3d3f47; text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1); border-right: 1px solid #ff0000; }
td:last-child { border-right: 0px; }
th.text-left { text-align: left; }
th.text-center { text-align: center; }
th.text-right { text-align: right; }
td.text-left { text-align: left; }
td.text-center { text-align: center; }
td.text-right { text-align: right; }
/*Dropcap*/
.dropcap-area { margin-bottom: 75px; padding: 0; overflow: hidden; }
.dropcape-square, .dropcape-simple {
	color: #8f969c;
	font-family: 'Lato';
	font-weight:400;
	font-size: 16px;
	line-height: 27px;
	letter-spacing: 0.5px;
	margin-bottom: 40px !important; 
	margin-top: 0;
}
.dropcape-circle { 
	color: #8f969c;
	font-family: 'Lato';
	font-weight:400;
	font-size: 16px;
	line-height: 27px;
	letter-spacing: 0.5px;
	margin-bottom: 0px !important; 
	margin-top: 0;
}
.dropcape-square span {
	background-color: #3d3f47;
	color: #FFFFFF;
	display: block;
	float: left;
	font-family: 'Lato';
	font-weight:700;
	font-size: 36px;
	height: 48px;
	margin-right: 8px;
	margin-top: 4px;
	padding-top: 11px;
	text-align: center;
	width: 45px;
}
.dropcape-simple span {
	color: #3d3f47;
	display: block;
	float: left;
	font-family: 'Lato';
	font-weight:700;
	font-size: 36px;
	line-height: 40px;
	height: 48px;
	margin-right: 8px;
	margin-top: 4px;
	padding-top: 2px;
	text-align: center;
	width: 45px;
}
.dropcape-circle span {
	background-color: #3d3f47;
	color: #FFFFFF;
	display: block;
	float: left;
	font-family: 'Lato';
	font-weight:700;
	font-size: 36px;
	line-height: 40px;
	height: 45px;
	margin-right: 8px;
	margin-top: 4px;
	padding-top: 2px;
	text-align: center;
	width: 45px;
	border-radius: 50%;
}
/*Alert Styles*/
.alerts-area { margin-bottom: 68px; padding: 0; overflow: hidden; }
.alert-error {
	background-color: #fce2e3;
	border: 1px solid #FAC2C4;
	color: #E54034;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	border-radius: 2px;
	font-family: 'Lato';
	font-weight:400;
	font-size: 15px;
	margin-bottom: 15px;
	padding: 17px 35px 18px 14px;
	letter-spacing: 1px;
}
.alert-error .close { color: #E54034; line-height: 27px; opacity: 1; position: relative; right: -21px; top: -2px; }
button.close { background: none repeat scroll 0 0 rgba(0, 0, 0, 0); border: 0 none; cursor: pointer; padding: 0; }
.alert-warning {
	background-color: #FDF4BD;
	border: 1px solid #FED223;
	color: #927E03;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	border-radius: 2px;
	font-family: 'Lato';
	font-weight:400;
	font-size: 15px;
	margin-bottom: 15px;
	padding: 17px 35px 18px 14px;
	letter-spacing: 1px;
}
.alert-warning .close { color: #927E03; line-height: 27px; opacity: 1; position: relative; right: -21px; top: -2px; }
.alert-success {
	background-color: #E5EEC0;
	border: 1px solid #C4D67E;
	color: #576C01;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	border-radius: 2px;
	font-family: 'Lato';
	font-weight:400;
	font-size: 15px;
	margin-bottom: 15px;
	padding: 17px 35px 18px 14px;
	letter-spacing: 1px;
}
.alert-success .close { color: #576C01; line-height: 27px; opacity: 1; position: relative; right: -21px; top: -2px; }
.close { font-size: 17px !important; }
.alert-info {
	background-color: #D9EDF7;
	border: 1px solid #BCE8F1;
	color: #04567d;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	border-radius: 2px;
	font-family: 'Lato';
	font-size: 15px;
	margin-bottom: 15px;
	padding: 17px 35px 18px 14px;
	letter-spacing: 1px;
}
.alert-info .close { color: #04567D; line-height: 27px; opacity: 1; position: relative; right: -21px; top: -2px; }
/*Tooltips Styles*/
.tooltip-area { margin-bottom: 75px; padding: 0; overflow: hidden; }
.short-tooltip { color: #8f969c; font-family: 'Lato'; font-weight:400; font-size: 16px; line-height: 27px; letter-spacing: 0.5px; margin: 0; }
.short-tooltip a { color: #3d3f47; }
/*Accordion Styles*/
.accordion-area { margin-bottom: 75px; padding: 0; overflow: hidden; }
.panel-group .acco_panel {
	background-color: #FFFFFF;
	border-radius: 0px;
	margin-bottom: 15px;
	overflow: hidden;
	margin-bottom: 1px;
}
.panel-body { background-color: #eaedf1; padding: 20px !important; }
.panel-default > .short-panel-heading { background-color: #3d3f47; color: #ffffff; border: 0px; cursor: pointer; }
.panel-default > .short-panel-heading a { border-bottom: 1px solid rgba(0, 0, 0, 0); cursor: pointer; }
.short-panel-heading { padding: 0; }
.panel-title { font-size: 15px !important; font-family: 'Lato'; font-weight:400; line-height: 25px; letter-spacing: 1.5px; }
.panel-title > a { padding: 20px 20px; color: inherit; display: block; }
.panel-title a span { color: #ffffff; font-size: 20px; float: right; line-height: 28px; }
.acco_panel p { color: #8f969c; font-family: 'Lato'; font-weight:400; font-size: 16px; line-height: 27px; letter-spacing: 0.5px; }
.img-para-left { float: left; margin-right: 20px !important; }
.image-para-title { font-family: 'Lato'; font-weight:500; font-size: 18px; line-height: 25px; margin: 0 0 10px; }
/*Tabs Styles*/
.tabs-area { margin-bottom: 75px; padding: 0; overflow: hidden; }
.short-tabs { height: auto; margin: 0; padding: 0; position: relative; }
.short-tabs li {
	background: none repeat scroll 0 0 transparent;
    display: inline-block;
	letter-spacing: 1.5px;
    list-style: none outside none;
    padding: 0;
	margin-left: -3px;
}
.short-tabs li:first-child { margin-left: 0px; }
.short-tabs > .active a { background-color: #eaedf1; color: #2a2c33; }
.short-tabs li a {
	background: none repeat scroll 0 0 #3d3f47;
    color: #ffffff;
    display: inline-block;
    line-height: 25px;
	font-family: 'Lato';
	font-weight:400;
    font-size: 15px;
    margin: 0;
    padding: 20px 25px;
}
.short-tabs-content {
	color: #8f969c;
	background-color: #eaedf1;
    font-family: 'Lato';
	font-weight:400;
    font-size: 16px;
    line-height: 27px;
	letter-spacing: 0.5px;
	margin-bottom: 10px;
	padding: 20px 20px 20px 20px;	
}
/*Image Paragraph Styles*/
.image-paragraph-area { margin-bottom: 75px; padding: 0; overflow: hidden; }
.img-para-left { margin-right: 20px !important; float: left; }
.img-para-right { margin-left: 20px !important; }
.image-para-title { font-family: 'Lato'; font-weight:500; font-size: 18px; line-height: 25px; letter-spacing: 1px; margin: 0px 0px 10px 0px; }
.image-para-content { color: #8f969c; font-family: 'Lato'; font-weight:400; font-size: 16px; line-height: 27px; margin: 0px 0px 10px 0px; }

/*Typography Styles*/
.typo-section { margin-bottom: 75px; padding: 0; overflow: hidden; }
.typo-section h1, .typo-section h2, .typo-section h3, 
.typo-section h4, .typo-section h5, .typo-section h6 { color: #2a2e34; font-family: 'Lato'; font-weight:400; margin: 0 0 20px; letter-spacing: 1px; }
.typo-section p { color: #8f969c; font-family: 'Lato'; font-weight:400; font-size: 16px; line-height: 27px; letter-spacing: 0.5px; margin: 0 0 40px; }
.typo-section p:last-child { margin: 0 0 0px; }
/*Blockquote*/
.blockquote-area  { margin-bottom: 75px; padding: 0; overflow: hidden; }
.blockquote-section blockquote { background-color: #f7f8fa; margin: 0 0 28px; padding: 18px 20px; letter-spacing: 0.5px; width: auto; }
.blockquote-section blockquote > span { color: #8f969c; font-family: 'Lato'; font-weight:400; font-size: 16px; line-height: 27px; margin-bottom: 0; }
.blockquote-section blockquote > small {
	color: #2a2e36;
	display: block;
	font-size: 14px;
	font-family: 'Lato';
	font-weight:700;
	line-height: 20px;
	letter-spacing: 1px;
	margin-top: 13px;
}
blockquote.blockquote2 { background-color: #f7f8fa; border-left: 0 none; border-left: 0 none; margin: 0 0 28px; padding: 18px 20px; width: auto; }
.blockquote2 > span {
	color: #e5e5e5;
	font-family: 'Roboto';
	font-weight:300;
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 0;
	text-align: right;
	display: block;
}
.blockquote2 > small {
	color: #ffffff;
	display: block;
	font-size: 14px;
	font-family: 'Roboto';
	font-weight:400;
	font-style:italic;
	line-height: 20px;
	margin-top: 13px;
	text-align: right;
}
/*List Style*/
.list_style_section { background-color: #FFFFFF; float: none; margin-bottom: 60px; overflow: auto; padding: 0; }
.list_style_section ul { font-family: 'Lato'; font-weight:400; font-size: 16px; margin: 0 0 10px 0px; padding: 0; list-style: disc; }
.list_style_section ol { font-family: 'Lato'; font-weight:400; font-size: 16px; margin: 0 0 10px 25px; padding: 0; list-style: desimal; }
.list_style_section ul li, ol li { color: #8f969c; line-height: 20px; margin-bottom: 12px; margin-top: 0px; letter-spacing: 0.5px; }
.list_style_section ol li { color: #8f969c; line-height: 20px; margin-bottom: 12px; margin-top: 0px; }
.list_style_section ul li:before { content:"\2022"; font-size:1em; padding-right:9px; position:relative; }
.list_style_section ul li > span, ol li > span { color: #8f969c; }
.list_style_section ul li:before { color:#8f969c; }
/*Column Style*/
.column-section { margin: 0 0 50px; }
.column-area { margin: 0 0 25px; }
.column-area p { color: #8f969c; font-family: 'Lato'; font-weight:400; font-size: 16px; line-height: 27px; letter-spacing: 0.5px; margin: 0px; }

/*404 Page Css-------------------------------------------------------------------------------------------------*/
.error-section { margin: 40px 0 0px; padding: 0px 0 0px; }
.error_404 { clear: both; text-align: center; padding: 30px 0 70px; }
.error_404 h1 { color: #2a2e34; font-size: 170px; line-height: 160px; margin: 20px 0; font-family: 'Motley'; }
.error_404 h4 { margin: 20px 0px 25px; font-size: 50px; font-family: 'Motley'; line-height: 45px; }
.error_404 p { color: #8f969c; margin-bottom: 25px; font-size: 18px; font-family: 'Lato'; font-weight:600; line-height: 25px; letter-spacing: 1px; }
.error_404 .text-center > i {
	display: inline-block;
	color: #2a2e34;
	font-size: 80px;
	margin-bottom: 15px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	-webkit-animation: spin 3s ease-in-out infinite alternate;
	-moz-animation: spin 3s ease-in-out infinite alternate;
	-o-animation: spin 3s ease-in-out infinite alternate;
	animation: spin 3s ease-in-out infinite alternate;
}

/*Scroll Layout Button*/
.hc_scrollup {
    color: #ffffff;
    border-radius: 0px;
    bottom: 0px;
    display: none;
    font-size: 28px;
    height: 40px;
    opacity: 1;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 80px;
	overflow: hidden;
    z-index: 9999;
}
.hc_scrollup:hover { opacity: 1; }
.hc_scrollup i{ font-size: 18px; }

/*Wordpress Default Classes----------------------------------------------------------------------------------*/
.sticky{}
cite{ font-style: italic !important; }
.bypostauthor{}
img.alignnone{ display: block; margin: 0 auto; height: auto; width: 100%; }
#attachment_907 { width: 100% !important; }
.alignnone img{ display: block; height: auto;}
img.alignleft, .wp-caption.alignleft{ margin-right: 30px; }
img.alignright, .wp-caption.alignright{ margin-left: 30px; float: right;}
img.wp-caption .alignnone { display: block; margin: 0 auto; height: auto; width: 100%; }
.wp-caption .wp-caption-text, .gallery-caption, .entry-caption { clear: left; font-style: italic; line-height: 1.5em; margin: 0.75em 0; text-align: center; }
.wp-caption.alignright { margin: 5px 0 20px 20px;}
.wp-caption p.wp-caption-text {	font-size: 14px; margin: 12px 0; text-align: center; font-style: italic; line-height: 1.5em; }
.wp-caption.alignleft { margin: 5px 20px 20px 0;}
.gallery .gallery-icon img { 
	height: auto;
	max-width: 90%;
	padding: 0;
	border: 5px solid #fff !important;
	-moz-box-shadow: 0 0 5px 2px #ccc;
	-webkit-box-shadow: 0 0 5px 2px #ccc;
	box-shadow: 0 0 5px 2px #ccc;
 }
.gallery-item .gallery-caption, .hc_service_column .gallery-item .gallery-caption { 
	font-size: 14px;
	margin: 12px 0;
	text-align: center;
	font-style: italic;
	line-height: 1.5em;
}
a img.alignright { float: right; }
a img.alignnone { margin: 5px 20px 20px 0; }
a img.alignleft { float: left; }
a img.aligncenter { display: block; margin-left: auto; margin-right: auto;}
address{ font-style:italic !important;}

/* extra css add by Imran Date 12/12/2014 */
.top_call_out_btn_text{
	background-color: #eeeeee;
    box-shadow: 0 2px 1px rgba(50, 50, 50, 0.2);
    color: #010101;
	border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    letter-spacing: 0.5px;
    float: right;
    font-family: 'Lato';
	font-weight:900;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    padding: 14px 42px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.head-contact-info li a { color:#697076; }
.sidebar-widget div#calendar_wrap table#wp-calendar { padding: 0px; }
.sidebar-widget div#calendar_wrap table > caption { font-size: 22px; color: #3b3b3b; font-family: 'Lato'; font-weight:700; margin-bottom: 10px; }
.sidebar-widget div#calendar_wrap table > thead > tr > th { 
	padding: 10px 12px;
	margin: 0px;
	font-size: 20px;
	font-weight: 600;
	text-align:center;
	line-height: 20px;
}
.sidebar-widget div#calendar_wrap table > tfoot > tr > td {
	background-color: #f8f8f8;
	padding: 5px;
	margin: 0px;
	font-size: 18px;
	text-align:center;
	border: 1px solid #e7e7e7;
	color:hsl(2, 93%, 63%);
}
.sidebar-widget div#calendar_wrap table > tbody > tr > td {
	padding: 8px 10px;
	margin: 0px;
	color: #8f969c;
	font-size: 15px;
	font-weight: 400;
	text-align:center;
	background-color: #f8f8f8;
	border: 1px solid #e7e7e7;	
}
.sidebar-widget div#calendar_wrap table > tfoot > tr > td > a { font-weight: 400; }
.sidebar-widget div#calendar_wrap table > tbody > tr > td > a { font-weight: 500; }
.sidebar-widget div#calendar_wrap table > thead > tr > th, 
.footer-widget-column div#calendar_wrap table > thead > tr > th { color: #ffffff; }	
h1.search_heading, h1.search_heading span { color: #2a2e34; }
.blogdetail-btn a, .blogdetail-btn button {
	color: #FFFFFF;
	display: inline-block;
	font-family: 'Lato';
	font-weight:700;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 1px;
	border-radius: 3px;
	margin-bottom: 0;
	padding: 12px 24px;
	text-align: center;
	transition: all 0.4s ease 0s;
	border:none;
}
.blog-description p a { color:#f8504b; text-decoration: none; font-weight:600; }
.blog-description  h1 { color: #8F969C !important; }
.blog_pagi a { color: hsl(2, 93%, 63%); text-decoration: none; }
.blog-description > table > tbody { background-color:none; }
.hc_table_section, .hc_comment_detail { margin-bottom: 60px; overflow: auto; padding: 0 0 0px; float: none; }
.table, .blog-description table, .comment_detail table{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
	margin-bottom: 0px !important;
	border: 1px solid;
	border-color:hsl(208, 6%, 59%) !important;
	width:100% !important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th,
.table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td, 
.blog-description table > thead > tr > th, .blog-description table > tbody > tr > th, .blog-description table > tfoot > tr > th, .blog-description table > thead > tr > td, .blog-description table > tbody > tr > td, .blog-description table > tfoot > tr > td, 
.comment_detail table > thead > tr > th, .hc_comment_detail table > tbody > tr > th, .comment_detail table > tfoot > tr > th, .comment_detail table > thead > tr > td, .hc_comment_detail table > tbody > tr > td, ._comment_detail table > tfoot > tr > td {
    padding: 8px 8px 8px 15px !important;
	border:none !important;
	background:none !important;
	
}
.table thead tr th, .table tr th, .blog-description thead > tr > th, .blog-description tr > th,
.comment_detail thead > tr > th, .comment_detail tr > th { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 600; }
.table tr td, .table tbody tr td, .blog-description tr > td, .blog-description tbody tr > td,
.comment_detail tr > td, .comment_detail tbody tr > td { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; color:hsl(208, 6%, 59%) !important; }
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, 
.table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td { border: none !important; }
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th,
.table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td { padding: 12px !important; }
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td { border-bottom-width: 1px !important; }
.blog-description td{ background-color:red !important; border-right:none; }
.blog-description td > a { border:none; }
.blog-description li > span { font-size:15px !important; }
.sidebar-widget .textwidget p { font-family: 'Lato'; font-weight: normal; font-size: 14px; line-height: 25px; margin: 0; padding: 0; }
.sidebar-widget ul { margin: 0 0 0px !important; overflow: hidden; padding: 0px 0px; list-style-type: none; }
.sidebar-widget > ul  > li:first-child { padding: 0 0 10px; }
.sidebar-widget > ul > li {
    display: block;
    font-family: "Lato";
    font-weight: normal;
    font-size: 14px;
    line-height: 20px !important;
    margin: 0 !important;
    padding: 10px 0;
    overflow: hidden;
    transition: all 0.4s ease 0s;
}
.sidebar-widget ul.menu li > a:before { font-family: FontAwesome; margin-right: 9px; content: "\f04d"; font-size: 6px; }
.footer-widget-column ul.menu li > a:before { font-family: FontAwesome; margin-right: 9px; content: "\f04d"; font-size: 6px; }
ul#menu-primary-menu-1 > li.menu-item > ul.sub-menu > li.menu-item > a { color: #8f969c; }
ul#menu-primary-menu-1 > li.menu-item { padding: 0 0 10px; }
ul#menu-primary-menu-1 > li.menu-item {
    display: block;
    font-family: "Lato";
    font-weight: 500;
    font-size: 14px;
    line-height: 20px !important;
    margin: 0 !important;
    padding: 10px 0;
    overflow: hidden;
    transition: all 0.4s ease 0s;
}
ul#menu-primary-menu-1 > li.menu-item > a { color: #8f969c; }
.sidebar-widget ul.menu li {
    display: block;
    font-family: "Open Sans";
	font-weight: normal;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    padding: 10px 0;
    transition: all 0.4s ease 0s;
	border-bottom: 1px dotted #D1D1D1;
}
.sidebar-widget ul.menu li:last-child{ border-bottom: 0 none; padding-bottom: 0px; }
.sidebar-widget ul.menu{ 	margin-bottom: 0px !important; }
.sidebar-widget ul.menu li a:before{ font-family: FontAwesome; margin-right: 9px; content: "\f04d"; }
.sidebar-widget > ul > li,.sidebar-widget > ul.menu > li{ border-bottom: 1px dotted #d1d1d1 !important; }
.sidebar-widget > ul > li:last-child { border-bottom: 0 none; }
.sidebar-widget > ul > li > a:before { font-family: FontAwesome; margin-right: 9px; vertical-align: middle; content: "\f04d"; font-size: 6px; color: hsl(f36557); }
.sidebar-widget > ul > li > a { color: #8f969c; font-size: 14px; font-family: 'Lato'; font-weight:500; }
.sidebar-widget > ul > li > a:hover { color:hsl(f36557); }
/* Added Recent Comments in Sidebar */
.sidebar-widget > ul#recentcomments > li.recentcomments a:before { font-family: FontAwesome; content: none; }
/*Added Recent Comments in Sidebar */
.sidebar-widget > li > i { font-size:6px !important; }
.hc_blog_pagination , .hc_blog_pagi a { color:#F8504B; text-decoration: none; }
.sidebar-widget > .tagcloud { margin: 0 0 10px; overflow: hidden; padding: 4px 0; }
.sidebar-widget > .tagcloud a {
	background-color: #f5f6f8;
	color: #8f969c;
	cursor: pointer;
	display: inline-block;
	font-family: 'Lato';
	font-weight:500;
	font-size: 13px !important;
	line-height: 20px;
	letter-spacing: 1px;
	margin: 0 7px 10px 0;
	padding: 6px 14px;
	transition: all 0.3s ease 0s;
	vertical-align: baseline;
	white-space: nowrap;
}
.sidebar-widget > .tagcloud a:hover { color: #ffffff; }
.sidebar-widget ul > li > span.post-date { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; position: relative; }
.footer-widget-column ul > li > span.post-date { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; position: relative; }
.elitepress-search input { border-radius: 0; font-size: 12px; margin: 0; outline: medium none; padding: 8px 50px 8px 10px; }
.search_widget_input {	
	border: 1px solid #dfe8e8 !important;
	color: hsl(208, 6%, 44%) !important;
	border-radius: 0;
	font-size: 12px;
	line-height: 20px;
	display: block;
	margin: 0;
	outline: medium none;
	padding: 15px 50px 15px 15px !important;
	width: 100% !important;
}
#searchsubmit { display:none; }
.sidebar-widget select { font-family: 'Lato'; font-weight:400; font-size:13px; padding:5px; padding-right:80px; width:99% !important; }
.sidebar-widget,.menu > li > a { color:hsl(208, 6%, 59%); font-size: 14px; font-family: 'Lato'; font-weight:600; }
.sidebar-widget .textwidget img,.footer-widget-column .textwidget img{ max-width: 100%;height: auto; }
.sidebar-widget ul#menu-testing-menu li > a { color:hsl(208, 6%, 59%); }
#attachment_907 { width:100% !important; }
#attachment_907 img { max-width:100%; display:block; height:auto; } 
.post-password-form input[type="submit"]{    
	background-color: hsl(180, 18%, 92%);
	color: hsl(208, 6%, 59%) !important;
	border: 0 none;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-family: 'Lato';
	font-weight:700;
	font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    margin-bottom: 10px;
    margin-right: 0;
    padding: 6px 29px;
    text-align: center;
    white-space: nowrap;
}
.post-password-form input[type="password"]{ color: #000; }
input#pwbox-1168{
	background-color: #e5e5e5;
    background-image: none;
    border: 1px solid #ffffff;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    display: inline-block;
    font-family: "Open Sans";
	font-weight: normal;
    font-style: normal;
    font-size: 14px;
    height: 35px;
    line-height: 20px;
    margin: 5px 0 15px;
    padding: 10px 16px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.post-password-form input[type="submit"]:hover { color:hsl(0, 100%, 100%) !important; }
.page-links a {
    border: 0 none;
    cursor: pointer;
    display: inline-block;
    font-family: 'Lato';
	font-weight:700;
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    margin: 0 0px 10px 0;
    padding: 7px 13px;
    transition: all 0.3s ease 0s;
    vertical-align: baseline;
    white-space: nowrap;
	background-color:hsl(180, 18%, 92%);
	color:hsl(216, 11%, 18%);
}
.page-links a:hover { color: hsl(0, 100%, 100%); }
.blog-description > p > embed { width:100% !important; }
.blog-description > p > iframe { width:100% !important; }
.blog-description > ul > li { line-height: 27px; }

/*Aside post css*/
#post-559 {	padding: 24px 24px 0; background: #f9f9f9; border-left: 22px solid hsl(2, 93%, 63%); } 
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	color: hsl(208, 6%, 44%) !important; 
	text-decoration: none;
	background:none !important;
	outline: 0;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover { color:hsl(0, 0%, 0%) !important; }
/* extra css add by Imran Date 12/12/2014 */
.view_all_project_button { background: none repeat scroll 0 0 transparent; color: #2a2e34; text-shadow: 0 0 1px rgba(255, 255, 255, 0.3); }
.view_all_project_button {
	letter-spacing: 1.5px;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    font-family: 'Lato';
	font-weight:700;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 12px 27px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transform: translateZ(0px);
    transition: all 0.2s ease 0s;
}
.view_all_project_button:hover { color: #FFF; background-color: hsl(5, 87%, 65%); }
.service-img-box {
	height: 127px;
	margin: 0 20px 25px 0;
	width: 127px;
	float: left;
	text-align: center;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
}
.error_404 > p > a {
	display: inline-block;
	font-family: 'Lato';
	font-weight:700;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 0;
	padding: 12px 24px;
	text-align: center;
	transition: all 0.4s ease 0s;
	display:inline;
	margin: 0 0 10px;
	border: none;
	color: hsl(0, 100%, 100%);	
}
#blogdetail-btn {
	display: inline-block;
	font-family: 'Lato';
	font-weight:700;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 0;
	padding: 12px 24px;
	text-align: center;
	transition: all 0.4s ease 0s;
	display: block;
	margin: 0 0 10px;
	border: none;
	color: hsl(0, 100%, 100%);
}
.recentcomments a { font-family: 'Lato'; font-weight:700; }
.textwidget strong, p { font-family: 'Lato'; font-weight:500G1256; }
.sidebar-widget, .rssSummary { font-family: 'Lato'; font-weight:700 !important; }
.sidebar-widget site { font-family: 'Lato'; font-weight:400; font-style:italic; }
.sidebar-widget > ul >  li > span { font-family: 'Lato'; font-weight:400; }
.blog-pagination a {
	cursor: pointer;
	display: inline-block;
	font-family: 'Lato';
	font-weight:700;
	font-size: 16px;
	line-height: 20px;
	margin: 0 1px 10px;
	padding: 9px 18px;
	vertical-align: baseline;
	white-space: nowrap;
	transition: all 0.3s ease 0s;
}

/* Footer Widget*/
.footer-widget-column div#calendar_wrap table#wp-calendar { padding: 0px; }
.footer-widget-column div#calendar_wrap table > thead > tr > th { 
	padding: 10px 0px;
	margin: 0px;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	line-height: 20px;
}
.footer-widget-column div#calendar_wrap table > caption { font-size: 20px; color: #2a2e34; font-family: 'Lato'; font-weight:700; margin-bottom: 10px; }
.footer-widget-column div#calendar_wrap table > tfoot > tr > td {
	background-color: #f8f8f8;
	padding: 5px;
	margin: 0px;
	font-size: 18px;
	text-align: center;
	border: 1px solid #e7e7e7;
	color: hsl(2, 93%, 63%);
}
.footer-widget-column div#calendar_wrap table > tbody > tr > td {
	background-color: #f8f8f8;
	border: 1px solid #e7e7e7;
	padding: 8px 10px;
	margin: 0px;
	color: #8f969c;
	font-size: 15px;
	font-weight: 400;
	text-align: center;	
}
.footer-widget-column .textwidget p { font-family: 'Lato'; font-weight:700; font-size: 14px; line-height: 25px; margin: 0 10px 10px 0; padding: 0; }
.footer-widget-column ul { margin: 0 0 10px !important; overflow: hidden; padding: 0px 0px; list-style-type: none; }
.footer-widget-column > ul  > li:first-child { padding: 0 0 10px; }
.footer-widget-column > ul > li,.footer-widget-column > ul.menu > li {
	display: block;
    font-family: "Lato";
	font-weight: normal;
    font-size: 14px;
    line-height: 20px !important;
    margin: 0 !important;
	padding: 10px 0 !important;
    overflow: hidden;
    transition: all 0.4s ease 0s;
}
.footer-widget-column ul.menu li {
    display: block;
    font-family: "Open Sans";
	font-weight: normal;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    margin: 0 25px;
    overflow: hidden;
    padding: 10px 0;
    transition: all 0.4s ease 0s;
	border-bottom:1px dotted #D1D1D1 !important;
}
.footer-widget-column ul.menu li:last-child{ border-bottom: 0 none; padding-bottom: 0px; }
.footer-widget-column ul.menu{ margin-bottom: 0px !important; }
.footer-widget-column ul.menu li a:before{ font-family: FontAwesome; margin-right: 9px; content: "\f04d"; }
.footer-widget-column > ul > li{ border-bottom: 1px dotted #d1d1d1 !important; }
.footer-widget-column > ul > li:last-child{ border-bottom: 0 none; }
.footer-widget-column > ul > li > a:before { font-family: FontAwesome; margin-right: 9px; content: "\f04d"; vertical-align: middle; font-size: 6px; }
.footer-widget-column > ul > li > a { color:hsl(208, 6%, 59%); font-size: 14px; font-family: 'Lato'; font-weight:600; }
/* Added Recent Comments in Footer Widget */
.footer-widget-column > ul#recentcomments > li.recentcomments a:before{ font-family: FontAwesome; content: none; }
/*Added Recent Comments in Footer widget */
.footer-widget-column > li > i { font-size:6px !important; }
.hc_blog_pagination, .hc_blog_pagi a { color:#F8504B; text-decoration: none; }
.footer-widget-column > .tagcloud{ margin: 0 0 10px; overflow: hidden; padding: 4px 0; }
.footer-widget-column > .tagcloud a {
	cursor: pointer;
	display: inline-block;
	font-family: 'Lato';
	font-weight:400;
	font-size: 13px !important;
	line-height: 20px;
	letter-spacing: 1px;
	margin: 0 7px 10px 0;
	padding: 6px 14px;
	transition: all 0.3s ease 0s;
	vertical-align: baseline;
	white-space: nowrap;
	color: hsl(208, 6%, 59%);
	background-color: hsl(220, 18%, 97%);
}
.footer-widget-column > .tagcloud a:hover { color: hsl(0, 100%, 100%); }
.footer-widget-column_input{	
	border: 1px solid hsl(180, 16%, 89%) !important;
	color: hsl(208, 6%, 44%) !important;
	border-radius: 0;
	font-size: 12px;
	line-height: 20px;
	display: block;
	margin: 0;
	outline: medium none;
	padding: 15px 50px 15px 15px !important;
	width: 100% !important;
}
#searchsubmit { display:none; }
.footer-widget-column select { font-family: 'Lato'; font-weight:400; font-size:13px; padding:5px; padding-right:80px; width:99% !important; }
.footer-widget-column,.menu > li > a { color:hsl(208, 6%, 59%); font-size: 14px; font-family: 'Lato'; font-weight:600; }
.footer-widget-column .textwidget img,.footer-widget-column .textwidget img{ max-width: 100%; height: auto; }
.footer-widget-column ul#menu-testing-menu li > a { color:hsl(208, 6%, 59%); }
.footer-widget-column, .rssSummary { font-family: 'Lato'; font-weight:700; }
.footer-widget-column site { font-family: 'Lato'; font-weight:400; font-style:italic; }
.footer-widget-column > ul >  li > span { font-family: 'Lato'; font-weight:400; }
.rsswidget a { color:hsl(208, 6%, 59%); }
.blog_detail_head { color:#2a2e34 !important; line-height:25px !important; padding-bottom:20px !important; }
.elitepress-search input {
	border-radius: 0px;
	font-size: 12px;
	margin: 0;
	outline: medium none;
	padding: 8px 50px 8px 10px;
	width: 100%;
	letter-spacing: 0.5px;
	font-weight: 500;	
}
/* .blog-description a { color:#f8504b; } */
#recentcomments > li.recentcomments span.comment-author-link { color: #656a72; font-weight: 500; }
.textwidget { color: hsl(208, 6%, 59%); font-family: "Lato"; font-weight: normal; font-size: 14px; line-height: 25px; }
.slide-text-bg2 { z-index: 773; width: 100%; text-align: left; position: relative; margin: 0 0 15px; padding: 0; float: left; }
.slide-text-bg2 h3 {
    font-family: 'Lato';
	font-weight:500;
    line-height: 27px;
    font-size: 20px;
	display: inline-block;
	letter-spacing: 1px;
	border-radius: 2px;
	padding: 8px 15px;
	margin: 0;
}
/* Text meant only for screen readers. */
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; }
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
.col-xs-12.footer-widget-column {
    padding: 0 10px;
}