@charset "utf-8";
@import url("../Thumbnails/imagezoom.css");

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


@font-face {
    font-family: FontAwesome;
    src: url('fonts/fontawesome-webfont.eot');
    src: url('fonts/fontawesome-webfontd41d.eot?') format('embedded-opentype'),
         url('fonts/fontawesome-webfont.woff') format('woff'),
         url('fonts/fontawesome-webfont.ttf') format('truetype');
}



html {
	min-height: 100%;
	position: relative;
}



body {
/*	background-color: #e5e5e5;*/
	/*background: url(../images/light-texture-bg.png) repeat fixed;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #000;
	line-height: 20px;
}

.clearfix {
	clear: both;
}

img {
	vertical-align: top;
}

a img {
	border: none;
}

h1,h2,h3,h4,h5,h6 { font-family: 'Roboto', sans-serif; color: #a73783; 
}
.lifeline-list ul li a { line-height: 40px; }
.title p { margin-left: 10px; }



.wrapper {
	width: 1204px;
	margin: 0 auto;
}

.container {
	width:850px;
	float: right;
	margin-bottom: 362px;
	padding-bottom: 20px;
	
	/* div padding fix */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.stripe {
	background-color: #ffffff;
	border-radius: 10px;
	box-sizing: border-box;
	margin-top: 20px;
	/* padding: 15px;*/
	text-align: justify;
	width: 100%;
	/* div padding fix */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	padding: 10px;
}

.stripe.synced-slider {
	margin-top: 12px;
}

button {
	width: auto;
	height: 40px;
	padding: 10px 25px;
	background-color: #4b4b9c;
	border: none;
	border-radius: 5px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	cursor: pointer;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

button:hover {
	background-color: #e38057;
}

button.dark-button {
	color: #eeeeee;
	background-color: #4a4a4a;
}

button.dark-button:hover {
	color: #ffffff;
	background-color: #3a3a3a;
}

blockquote {
	width: 70%;
	font-size: 18px;
	font-style: italic;
	font-weight: 400;
	line-height: 28px;
	color: #aaaaaa;
	margin: auto;
}

.quote-icon {
	padding: 7px 0px 0px 50px;
	background: url(../images/blockquote-icon.png) no-repeat;
}

.dropcap {
	float: left;
	font-family: 'Roboto Slab', serif;
	font-size: 40px;
	font-weight: 400;
	color: #7a7a7a;
	margin: 10px 12px 0px 0px;
}



/*******************************************************************************
								Top Header
*******************************************************************************/

.top-header {
	width: 100%;
/*	height: 40px;*/
	
	background-color: #a73783;
}

.wrapper.topwrap {
	background-color: #a73783;
	overflow: hidden;
}

.top-info {
	float: left;
	color: #eeeeee;
	margin-top: 8px;
}

.top-socialmedia {
	float: right;
	list-style: none;
}

.top-socialmedia li, .top-socialmedia1 li {
	display: inline;
}

.top-socialmedia li a {
	width: 40px;
	height: 40px;
	float: left;
	overflow: hidden;
	opacity: 0.8;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.top-socialmedia1 li a {
	
	height: 40px;
	overflow: hidden;	
	line-height:37px;
	text-decoration:none;
	color:#fff;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.top-socialmedia1 li  {
	width:225px;
	height: 40px;
	float: left;
	overflow: hidden;
	
	line-height:37px;
	text-decoration:none;
	color:#fff;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.top-socialmedia1 li  a:hover {
	color: #ccc;
}

.top-socialmedia li a:hover  {
	background-color: #4b4b9c;
	opacity: 1;
}

.top-socialmedia1
{
float:left;
	list-style: none;
}



/*******************************************************************************
							Homepage Synced Slider
*******************************************************************************/

#sync1 .item {
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}

#sync1 .item .caption {
	width: 100%;
	position: absolute;
	bottom: 0;
	background-color: rgba(74,74,74,0.8);
	padding: 14px 20px 16px 40px;
	
	/* div padding fix */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

#sync1 .item .caption.large-slide {
	width: auto;
	right: 0;
	padding: 14px 20px 16px 20px;
}

#sync1 .item .caption.color2 {
	background-color: rgba(246,138,94,0.8);
}

.caption h1 {
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
	float: left;
	margin-right: 30px;
}

.caption-link {
	position: relative;
}

.caption img {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 4px;
	/*float: right;
	margin-top: 4px;*/
}

#sync2 {
	width: 730px;
	margin-top: 12px;
	margin-left: -8px;
}

#sync2 .item {
	margin: 8px;
	border-radius: 10px;
	overflow: hidden;
	opacity: 0.7;
	cursor: pointer;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#sync2 .item img {
	width: 100%;
	height: auto;
}

#sync2 .synced .item {
	opacity: 1;
}

#sync2.width2 {
	width: 1000px;
}



/*******************************************************************************
								All Content
*******************************************************************************/

.homepanel-title-area {
	width: 49%;
	margin: auto;
	margin-top: -4px;
	text-align: center;
	background: url(../images/title-line.png) repeat-x center;
}

.homepanel-title {
	font-size: 24px;
	font-weight: 400;
	color: #7a7a7a;
	text-transform: uppercase;
	line-height: 25px;
	padding: 0px 25px;
	background-color: #ffffff;
}

.content-wrapper {
	overflow: hidden;
	
	/*margin:25px 0 0 0;*/
}

.toppanel-left {
	width: 714px;
	float: left;
	margin-right: 20px;
	overflow: hidden;
}

.toppanel-right {
	width: 250px;
	float: right;
}

.site-slogan-wrapper {
	width: 100%;
	height: 120px;
	margin-top: 20px;
	display: table;
	padding: 30px 40px;
	background-color: #4a4a4a;
	border-radius: 10px;
	
	/* div padding fix */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.site-slogan-wrapper.synced-slider {
	margin-top: 12px;
}

.site-slogan {
	display: table-cell;
	vertical-align: middle;
	font-size: 36px;
	font-weight: 300;
	color: #bdbdbd;
	line-height: 40px;
}

.site-slogan.fullbox {
	text-align: center;
}

.site-slogan span {
	color: #ffffff;
}

.home-aboutus img {
	border-radius: 10px;
	width: 100%;
	height: auto;
	border: #ffffff solid 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.home-aboutus-content {
	height: 274px;
	background-color: #ffffff;
	border-radius: 10px;
	margin-top: 20px;
	overflow: hidden;
	position: relative;
}

.home-aboutus-content.synced-slider {
	height: 250px;
}

.home-aboutus-title {
	height: 40px;
	padding: 10px 25px;
	background-color: #3aacb3;
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
	line-height: 20px;
	
	/* div padding fix */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.home-aboutus-details {
	padding: 25px;
}

.home-aboutus-details p {
	margin-top: 20px;
}

.home-aboutus-details button {
	width: 200px;
	position: absolute;
	bottom: 0;
	margin-bottom: 25px;
}

.page-title {
	width: 100%;
	height: 70px;
	background-color: #4a4a4a;
	border-radius: 10px;
	overflow: hidden;
	padding: 25px 40px;
	
	/* div padding fix */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.page-title1 {
	width: 100%;
	height: 78px;
	background-color: #4a4a4a;
	border-radius: 10px;
	overflow: hidden;
 padding: 15px 10px;
	
	/* div padding fix */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.page-title.single-page {
	height: auto;
	padding: 20px 40px;
}

.page-title.blog {
	height: auto;
	padding: 25px 40px;
}

.page-title.sub {
	margin-top: 20px;
}
.page-title.sub1 {
	margin-top:0px;
}

.page-title-detail {
	width: 70%;
	float: left;
	padding-right: 40px;
	
	/* div padding fix */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.page-title-detail1 {

	float: left;
	padding-right: 40px;
	
	/* div padding fix */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.page-title-detail.portfolio-title {
	width: 83%;
}

.page-title-detail.blog {
	width: 100%;
	float: none;
	padding-right: 0px;
}

.page-title-detail h1 {
	color: #ffffff;
    font-size: 25px;
    font-weight: bold;
    line-height: 40px;
    text-transform: uppercase;
}

.page-title-detail1 h1 {
	font-size: 20px;
	font-weight: 300;
	line-height: 40px;
	color: #ffffff;
	text-transform: uppercase;
}
.single-page .page-title-detail h1 {
	text-transform: inherit;
	margin-top: 5px;
}

.page-title-detail.blog h1 {
	margin-top: 0px;
}

.sub-title {
	font-size: 18px;
	font-weight: 400;
	color: #bdbdbd;
	line-height: 20px;
	margin-top: 5px;
}

.page-navigation {
	width: 30%;
	float: right;
	margin-top: 16px;
}

.page-navigation ul {
	list-style: none;
	float: right;
}

.page-navigation ul li {
	display: inline;
	font-size: 14px;
	color: #bdbdbd;
	line-height: 20px;
	text-transform: uppercase;
	padding: 0px 15px 0px 6px;
	background: url(../images/page-nav-space.png) no-repeat right;
}

.page-navigation ul li:first-child {
	padding: 0px 15px 0px 0px;
}

.page-navigation ul li:last-child {
	padding: 0px 0px 0px 6px;
	background: none;
}

.page-navigation ul li a {
	color: #ffffff;
	text-decoration: none;
	
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.page-navigation ul li a:hover {
	color: #bdbdbd;
}

.single-page .page-navigation {
	width: 100%;
	float: none;
	margin-top: 8px;
}

.single-page .page-navigation ul {
	float: none;
}

.section-title-area {
	width: 100%;
	background: url(../images/title-line.png) repeat-x center;
}

.section-title {
	font-size: 24px;
	font-weight: 400;
	color: #7a7a7a;
	line-height: 28px;
	padding: 0px 20px 0px 0px;
	background-color: #ffffff;
}

.feature-image {
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}

.feature-image img {
	width: 100%;
	height: auto;
}

.feature-image-caption {
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	color: #ffffff;
	width: auto;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 15px 40px;
	background-color: rgba(246,138,94,0.8);
	
	/* div padding fix */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

/* ===== Video and SoundCloud Container ===== */

.video-container {
	position: relative;
	float: none;
	clear: both;
	width: 100%;
	padding-bottom: 45%;
	padding-top: 20px;
	height: 0;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.soundcloud-container {
	position: relative;
}

.page-title.soundcloud {
	margin-top: 15px;
}

.corner {
	position: absolute;
	background: url(../images/corner-cover.png) no-repeat top left;
	width: 5px;
	height: 5px;
	z-index: 999;
}

.topleft {
	top: 0;
	left: 0;
}

.topright {
	top: 0;
	right: 0;
	-moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.bottomright {
	bottom: 0;
	right: 0;
	-moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.bottomleft {
	bottom: 0;
	left: 0;
	-moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
}


/*******************************************************************************
							Home Our Services Panel
*******************************************************************************/

.service-panel {
	padding: 40px 30px 5px 30px;
}

.service-panel ul {
	list-style: none;
	margin-top: 26px;
}

.service-panel ul li {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

#owl-service .item {
	margin: 0px 10px 0px 10px;
}

.service-panel ul li img {
	width: 100%;
	height: auto;
}

.service-panel ul li .thumbnail-title {
	width: 100%;
	position: absolute;
	bottom: 0;
	padding: 450px 20px 0px 20px;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	color: #ffffff;
	line-height: 24px;
	background: url(../images/link-icon.png) no-repeat center;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	
	/* div padding fix */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.service-panel ul li .thumbnail-title:hover {
	margin-bottom: 35px;
	padding: 150px 20px 0px 20px;
}


/*******************************************************************************
								Call To Action
*******************************************************************************/

.call-action {
	width: 100%;
	height: 120px;
	display: table;
	margin-top: 20px;
	padding: 40px;
	background-color: #3aacb3;
	border-radius: 10px;
	
	/* div padding fix */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.call-action-text {
	display: table-cell;
	vertical-align: middle;
	margin-right: 30px;
	font-size: 36px;
	font-weight: 300;
	color: #4a4a4a;
	line-height: 40px;
}

.call-action-text span {
	color: #ffffff;
}

.call-action button {
	width: 185px;
	float: right;
}


/*******************************************************************************
							Home Portfolio Panel
*******************************************************************************/

.portfolio-panel {
	padding-bottom: 20px;
}

.portfolio-panel .category-filter {
	margin-top: 27px;
}

.category-filter.left-filter ul {
	text-align: left;
}

.category-filter ul {
	text-align: center;
}

.category-filter ul li {
	display: inline;
}

.portfolio-thumbnail {
	max-width: 100%;
	min-width: 250px;
	width: auto;
	margin: auto;
	margin-top: 31px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow: hidden;
}

.megafolio-container {
   width:100%; 
   position:relative;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   -webkit-box-sizing: border-box;
}

.popup-wrapper {
	display: none;
}

.content-popup {
	height: auto;
}

.content-popup img {
	width: 100%;
	height: auto;
}

.popup-text {
	padding: 20px 30px 10px 30px;
}

.popup-text h2 {
	font-weight: 500;
}

.popup-text p {
	margin-top: 12px;
}

.popup-text button {
	margin-top: 25px;
}


/*******************************************************************************
							Home Testimonial Panel
*******************************************************************************/

.testimonial-panel {
	padding-bottom: 5px;
	text-align: center;
}

.testimonial-panel blockquote {
	margin-top: 30px;
}

.testimonial-client {
	margin-top: 40px;
}

.testimonial-client img {
	border-radius: 50%;
}

.testimonial-client p {
	font-size: 14px;
	font-weight: 400;
	color: #aaaaaa;
	margin: 15px 0px 5px 0px;
}


/*******************************************************************************
							Home Our Team Panel
*******************************************************************************/

.team-panel {
	padding: 40px 72px 5px 72px;
}

.team-panel blockquote {
	width: 80%;
	margin-top: 25px;
	text-align: center;
}

#owl-team {
	margin-top: 38px;
}

#owl-team .item {
	margin: 0px 30px;
	text-align: center;
	overflow: hidden;
}

#owl-team .item figure {
	position: relative;
	border-radius: 50%;
	overflow: hidden;
}

#owl-team .item .thumbnail-hover {
	border-radius: 50%;
}

#owl-team .item h2 {
	font-size: 18px;
	font-weight: 400;
	color: #7a7a7a;
	line-height: 24px;
	margin-top: 25px;
}

#owl-team .item p {
	margin-top: 15px;
}

.team-social {
	list-style: none;
	margin-top: 28px;
	position: relative;
	display: block;
	float: left;
	left: 50%;
}

.team-social li {
	width: 40px;
	height: 40px;
	position: relative;
	display: block;
	float: left;
	right: 50%;
	background-color: #e5e5e5;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.team-social li:first-child {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.team-social li:last-child {
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.team-social li:hover {
	background-color: #4b4b9c;
}


/*******************************************************************************
							Home Our Clients Panel
*******************************************************************************/

.client-panel {
	padding: 40px 30px 5px 30px;
}

#owl-client {
	margin-top: 26px;
}

#owl-client .item {
	margin: 0px 19px;
}

#owl-client .item img {
	width: 100%;
	height: auto;
}



/*******************************************************************************
								About Us Page
*******************************************************************************/

.aboutus-zone-wrapper {
	display: table;
}

.aboutus-zone-left {
	display: table-cell;
	vertical-align: top;
	width: 604px;
	padding-right: 40px;
	
	/* div padding fix */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.aboutus-zone-right {
	display: table-cell;
	vertical-align: top;
	width: 300px; padding-left:10px; padding-right:10px;
}

.aboutus-zone-left blockquote {
	width: 85%;
	margin-top: 10px;
}

.aboutus-zone-left .text-content {
	margin-top: 34px;
}

.aboutus-team {
	list-style: none;
	margin-left: -20px;
	margin-top: -20px;
	overflow: hidden;
}

.aboutus-team li {
	width: 140px;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	border-radius: 10px;
	overflow: hidden;
}

.aboutus-zone-right .section-title-area {
	margin-top: 25px;
}

.aboutus-zone-right p {
	margin-top: 15px;
}

.aboutus-page-fullbox {
	padding: 10px 40px 5px 40px;
}

.aboutus-page-fullbox blockquote {
	width: 80%;
	margin-top: 10px;
	text-align: center;
}

.aboutus-page-fullbox .text-content {
	margin-top: 34px;
}

.aboutus-page-fullbox .homepanel-title-area {
	margin-top: 50px;
}

.aboutus-team-wrapper {
	padding: 0px 32px 0px 32px;
}



/*******************************************************************************
								Our Service Page
*******************************************************************************/

.service-page {
	overflow: hidden;
}

.service-page-icon {
	padding-bottom: 5px;
	overflow: hidden;
}

.service-icon {
	list-style: none;
	margin-top: 50px;
}

.service-icon li {
	width: 25%;
	position: relative;
	float: left;
	padding: 40px 5px;
	
	/* div padding fix */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.service-icon li a {
	text-decoration: none;
}

.service-bordertop {
	width: 100%;
	height: 1px;
	border-top: #dddddd dashed 1px;
	position: absolute;
	top: 0;
	left: 0;
}

.service-borderright {
	width: 1px;
	height: 74%;
	border-right: #dddddd dashed 1px;
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 40px;
}

.service-borderbottom {
	width: 100%;
	height: 1px;
	border-bottom: #dddddd dashed 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	margin-bottom: -1px;
}

.service-icon li:nth-child(-n+4) {
	padding: 0px 0px 40px 0px;
}

.service-icon li:nth-child(-n+4) .service-borderright {
	height: 84%;
	margin-top: 0px;
}

.service-icon li:nth-child(-n+4) .service-bordertop,
.service-icon li:nth-child(4) .service-borderright,
.service-icon li:last-child .service-borderright,
.service-icon li .service-borderbottom {
	display: none;
}

.service-box {
	text-align: center;
	padding: 0px 20px;
}

.service-icon li .service-box h2 {
	font-size: 18px;
	font-weight: 500;
	line-height: 20px;
	color: #7a7a7a;
}

.service-icon li .service-box p {
	color: #7a7a7a;
}

.service-icon li .icon-wrapper {
	width: 90px;
	height: 90px;
	display: table;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 25px;
}

.service-icon li i {
	color: #aaaaaa;
	display: table-cell;
	vertical-align: middle;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.service-icon li:hover i {
	transform:rotate(360deg);
	-ms-transform:rotate(360deg); /* IE 9 */
	-webkit-transform:rotate(360deg); /* Safari and Chrome */
}

.service-list {
	list-style: none;
	margin-top: 40px;
}

.service-list li {
	height: 250px;
	margin-top: 20px;
}

.service-list li .thumbnail-hover {
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.service-list li:nth-child(even) .thumbnail-hover {
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.service-list li figure {
	width: 50%;
	float: left;
	position: relative;
	overflow: hidden;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.service-list li .service-detail {
	width: 50%;
	height: 100%;
	float: right;
	position: relative;
	padding: 30px;
	background-color: #e5e5e5;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	
	/* div padding fix */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.service-list li:nth-child(even) figure {
	float: right;
	
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.service-list li:nth-child(even) .service-detail {
	float: left;
	
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.service-detail h2 {
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
}

.service-detail p {
	margin-top: 14px;
}

.service-detail button {
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0px 0px 30px 30px;
}

.service-list li:nth-child(even) .service-detail button {
	left: inherit;
	right: 0;
	margin: 0px 30px 30px 0px;
}



/*******************************************************************************
								Portfolio Page
*******************************************************************************/

.portfolio-page,
.portfolio-single {
	padding: 40px 40px 20px 40px;
}

.portfolio-single blockquote {
	width: 80%;
	margin-top: 10px;
	text-align: center;
}

.portfolio-single .text-content {
	margin-top: 34px;
}

.portfolio-single .section-title-area {
	margin-top: 25px;
}

.portfolio-single .section-title {
	text-transform: uppercase;
}

.portfolio-status {
	width: 86px;
	float: right;
	margin-top: -6px;
}

.portfolio-status ul {
	list-style: none;
}

.portfolio-status ul li {
	width: 37px;
	height: 37px;
	float: right;
	margin-top: 6px;
	margin-left: 6px;
	border-radius: 5px;
	overflow: hidden;
	background-color: #7a7a7a;
	cursor: pointer;
	
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}

.portfolio-status ul li:hover {
	background-color: #4b4b9c;
}

.portfolio-status ul li img {
	opacity: 0.6;
	
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

.portfolio-status ul li:hover img {
	opacity: 1;
}

.portfolio-single .portfolio-thumbnail {
	margin-top: 27px;
}



/*******************************************************************************
							Social Share Button
*******************************************************************************/

#social-share {
	margin-top: 35px;
	float: right;
}

#shareme .share-this {
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	height: 40px;
	float: left;
	padding: 10px 17px;
	background-color: #4b4b9c;
	
	/* div padding fix */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
  
#shareme a {
	width: 40px;
	height: 40px;
	float: left;
	background-color: #e5e5e5;
	
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}

#shareme a:hover {
	background-color: #4b4b9c;
}
  
#shareme .twitter {
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}



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

.blog-wrapper {
	display: table;
	margin-top: 20px;
}

.blog-list {
	list-style: none;
	margin-top: -20px;
	margin-left: -20px;
}

.blog-list li {
	width: 482px;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
}

.blog-list li figure {
	position: relative;
	overflow: hidden;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.blog-list li .thumbnail-hover {
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.blog-list-detail {
	padding: 25px 30px;
	background-color: #ffffff;
	
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.blog-header {
	width: 100%;
}

.blog-header h2 {
	width: 90%;
	font-size: 20px;
	font-weight: 400;
	color: #7a7a7a;
	line-height: 24px;
	margin-top: -5px;
	float: left;
}

.blog-header h2 a {
	color: #7a7a7a;
	text-decoration: none;
	
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.blog-header h2 a:hover {
	color: #4b4b9c;
}

.blog-list-detail p {
	margin-top: 5px;
}

.comment-status {
	width: 31px;
	height: 26px;
	position: relative;
	float: right;
	background: url(../images/comment-balloon.png) no-repeat;
}

.comment-count {
	width: 20px;
	position: absolute;
	left: 0;
	bottom: 0;
	margin-bottom: 2px;
	padding: 0px 2px;
	font-size: 10px;
	font-weight: 700;
	text-align: center;
	color: #ffffff;
	
	/* div padding fix */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.blog-list-bottom {
	width: 100%;
	display: table;
	margin-top: 20px;
}

.blog-meta {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	font-size: 11px;
	line-height: 18px;
	color: #7a7a7a;
	padding-right: 30px;
	
	/* div padding fix */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.blog-meta.blog-single {
	display: block;
	margin-top: -5px;
	padding-right: 0px;
}

.blog-meta span {
	margin-right: 15px;
}

.blog-meta span.last-meta {
	margin-right: 0px;
}

.blog-meta a {
	text-decoration: none;
	color: #bbbbbb;
	margin-left: 5px;
	
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.blog-meta a:hover {
	color: #4a4a4a;
}

.blog-list-bottom button {
	width: 140px;
	float: right;
}

.blog-vertical {
	width: 664px;
	display: table-cell;
	vertical-align: top;
}

.blog-list.blog-list-style2 {
	margin-left: 0px;
}

.blog-list.blog-list-style2 li {
	width: 100%;
	float: none;
	margin-left: 0px;
}

/* === Page Count === */

.page-count ul {
	float: right;
	list-style: none;
	margin-top: 20px;
}

.page-count ul li {
	font-size: 14px;
	font-weight: 500;
	color: #7a7a7a;
	width: 31px;
	height: 36px;
	float: left;
	margin-left: 5px;
	padding: 8px 5px;
	text-align: center;
	background-color: #ffffff;
	border-radius: 5px;
	cursor: pointer;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	
	/* div padding fix */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.page-count ul li:hover,
.page-count .page-active {
	color: #ffffff;
	background-color: #4b4b9c;
}

.page-count ul li i {
	font-size: 16px;
	margin: 2px 0px 0px 2px;
}


/*******************************************************************************
							Blog Single Page
*******************************************************************************/

.blog-vertical .stripe {
	margin-top: 0px;
}

.blog-vertical .text-content {
	margin-top: 25px;
}

.blog-vertical .section-title-area {
	margin-top: 28px;
}

.blog-vertical .section-title {
	font-size: 20px;
	text-transform: uppercase;
}


/* ===== Author Section ===== */

.author-detail {
	display: table;
	margin-top: 20px;
}

.author-image {
	width: 100px;
	display: table-cell;
	vertical-align: top;
}

.author-image img {
	border-radius: 10px;
}

.author-text {
	display: table-cell;
	vertical-align: top;
	padding-left: 20px;
}


/* ===== Related Post ===== */

.related-post {
	list-style: none;
	margin-top: 20px;
	margin-left: -20px;
}

.related-post li {
	width: 131px;
	float: left;
	margin-left: 20px;
}

.related-post li h4 {
	font-size: 12px;
	font-weight: 700px;
	margin-top: 15px;
}

.related-post li h4 a {
	color: #7a7a7a;
	text-decoration: none;
	
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.related-post li h4 a:hover {
	color: #4b4b9c;
}

.related-post-thumb {
	position: relative;
}

.related-post-thumb img {
	border-radius: 10px;
}


/* ===== Blog Comments ===== */

.blog-comment-count {
	margin-left: 10px;
}

.blog-comment {
	list-style: none;
	margin-top: 20px;
}

.blog-comment li {
	width: 100%;
	display: table;
	padding: 20px;
	margin-top: 20px;
	border-radius: 10px;
	background-color: #f3f3f3;
	
	/* div padding fix */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.blog-comment li:first-child {
	margin-top: 0px;
}

.comment-avatar {
	width: 75px;
	display: table-cell;
	vertical-align: top;
}

.comment-avatar img {
	border-radius: 10px;
}

.comment-detail {
	padding-left: 20px;
	
	/* div padding fix */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.comment-header {
	overflow: hidden;
}

.name-date {
	font-weight: 700;
	float: left;
}

.comment-date {
	color: #aaaaaa;
	margin-left: 10px;
}

.reply {
	float: right;
}

.reply a {
	font-weight: 700;
	text-decoration: none;
	color: #7a7a7a;
	
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.reply a:hover {
	color: #4a4a4a;
}

.comment-text {
	margin-top: 8px;
}

.blog-comment li.comment-reply {
	background-color: #e5e5e5;
}



/*******************************************************************************
						Page with and without sidebar
*******************************************************************************/

.page-without-sidebar {
	padding: 40px;
}

.page-without-sidebar blockquote {
	width: 80%;
	margin-top: 10px;
	text-align: center;
}

.page-without-sidebar .text-content {
	margin-top: 34px;
}



/*******************************************************************************
								Our Clients
*******************************************************************************/

.our-client {
	padding: 20px;
	overflow: hidden;
}

.client-list {
	list-style: none;
}

.client-list li {
	width: 20%;
	float: left;
	position: relative;
	padding: 20px;
	text-align: center;
	
	/* div padding fix */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.client-list li img {
	width: 100%;
	height: auto;
}

.bordertop {
	width: 77.5%;
	height: 1px;
	border-top: #dddddd dashed 1px;
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 20px;
}

.borderright {
	width: 1px;
	height: 74.5%;
	border-right: #dddddd dashed 1px;
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 20px;
}

.borderbottom {
	width: 77.5%;
	height: 1px;
	border-bottom: #dddddd dashed 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	margin-left: 20px;
	margin-bottom: -1px;
}

.client-list li:nth-child(-n+5) .bordertop {
	border-top: none;
}

.client-list li:last-child .borderright,
.client-list li:nth-child(5) .borderright,
.client-list li:nth-child(10) .borderright,
.client-list li:nth-child(15) .borderright {
	border-right: none;
}

.client-list li .borderbottom {
	display: none;
}



/*******************************************************************************
								Contact Us
*******************************************************************************/

.map-container {
	width: 100%;
	height: 380px;
}

#map-canvas {
    margin: 0;
    padding: 0;
    height: 100%;
}

.contact-area {
	width: 100%;
	display: table;
	margin-top: 35px;
}

.send-message {
	width: 50%;
	display: table-cell;
	vertical-align: top;
	padding-right: 20px;
}

.contact-info {
	width: 50%;
	display: table-cell;
	vertical-align: top;
	padding-left: 20px;
}

.section-title.contact {
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
}

.contact-status {
	margin-top: 22px;
}

.contact-status li {
	margin-top: 15px;
}

.contact-status li:first-child {
	margin-top: 0px;
}

.contact-status li i {
	font-size: 16px;
	color: #bbbbbb;
}

.contact-textarea {
	margin-top: 28px;
}

.contact-textarea figure {
	float: left;
	margin: 0px 20px 0px 0px;
}

.contact-textarea img {
	border-radius: 5px;
}

.contact-social {
	list-style: none;
	margin-top: 30px;
	float: right;
}

.contact-social li {
	width: 40px;
	height: 40px;
	float: left;
	background-color: #e5e5e5;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.contact-social li:first-child {
	width: auto;
	background-color: #4b4b9c;
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	padding: 10px 20px;
	
	/* div padding fix */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.contact-social li:last-child {
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.contact-social li:hover {
	background-color: #4b4b9c;
}



/*******************************************************************************
								Sidebar
*******************************************************************************/

.sidebar-section {
	width: 320px;
	padding-left: 20px;
	margin-bottom: 20px;
	
	/* div padding fix */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.sidebar-container {
/*	margin-top: 20px;*/
}

.sidebar-container.first-widget {
	margin-top: 0px;
}


.sidebar-title {
	padding: 8px 14px;
	background-color: #a73783;
	
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.sidebar-title h2 {
	font-size: 20px;
	font-weight: 400;
	color: #ffffff;
	line-height: 24px;
	text-transform: capitalize;
}

.sidebar-detail {
	padding: 30px;
	background-color: #ffffff;
	
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.sidebar-detail.sidebar-list {
	padding: 25px 0px;
}

.sidebar-list ul {
	list-style: none;
}

.sidebar-list ul li {
	font-size: 12px;
	font-weight: 400;
	color: #000;
	line-height: 20px;
	padding: 10px 0px;
	border-bottom: #000 solid 1px;
}

.sidebar-list ul li a {
	color: #000;
	text-decoration: none;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.sidebar-list ul li a:hover {
	color: #4b4b9c;
	margin-left: 10px;
}

.sidebar-list ul li i {
	font-size: 16px;
	color: #aaaaaa;
	margin-right: 15px;
}

.sidebar-list ul li:first-child {
	padding: 0px 0px 10px 0px;
}

.sidebar-list ul li:last-child {
	padding: 10px 0px 0px 0px;
	border-bottom: none;
}

.recent-content {
	list-style: none;
}

.recent-content li {
	display: table;
	margin-top: 25px;
}

.recent-content li:first-child {
	margin-top: 0px;
}

.recent-image {
	display: table-cell;
	width: 65px;
	vertical-align: top;
}

.recent-image figure {
	position: relative;
}

.recent-image figure img,
.recent-image .sidebar-thumbnail-hover {
	border-radius: 5px;
}

.recent-detail {
	display: table-cell;
	width: 175px;
	vertical-align: top;
	padding-left: 15px;
}

.recent-detail h3 {
	font-size: 12px;
	font-weight: 700;
	color: #7a7a7a;
	font-weight: 20px;
}

.recent-detail h3 a {
	color: #7a7a7a;
	text-decoration: none;
	
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.recent-detail h3 a:hover {
	color: #4b4b9c;
}

.recent-detail p {
	color: #aaaaaa;
}

.sidebar-gallery {
	list-style: none;
	overflow: hidden;
}

.sidebar-gallery li {
	width: 75px;
	position: relative;
	float: left;
}

.popular-tags {
	list-style: none;
	overflow: hidden;
	margin-top: -5px;
}

.popular-tags li {
	color: #7a7a7a;
	text-decoration: none;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	padding: 5px 15px;
	background-color: #eeeeee;
	border-radius: 5px;
	cursor: pointer;
	
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-ms-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.popular-tags li:hover {
	color: #ffffff;
	background-color: #4b4b9c;
}



/*******************************************************************************
								Footer
*******************************************************************************/

.footer-section {
	position: absolute;
	width: 100%;
	left: 0;
	z-index:-1;
	
	
	/*bottom: 0;*/
}

.footer-content {
	width: 850px;
	float: right;
	overflow: hidden;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	 z-index: 1000;
}

.footer-top {
	padding: 20px 0 0 0;
	background-color: #4b4b9c;
	overflow: hidden;
	z-index:1000;
}

.footer-title {
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	color: #fff;
	text-transform: uppercase;
	margin-top: -5px;
}

.footer-details {
	margin-top: 26px;
	color: #fff;
}

.footer-about,
.footer-contact {
	width: 250px;
	float: left;
	margin-left: 29px;
	 z-index: 1000;
}

.footer-contact ul {
	list-style: none;
}

.footer-contact ul li {
	border-bottom: #fff solid 1px;
	padding: 15px 0px;
}

.footer-contact ul li:first-child {
	padding: 0px 0px 15px 0px;
}

.footer-contact ul li:last-child {
	border-bottom: none;
	padding: 15px 0px 0px 0px;
}

.contact-list {
	width: 100%;
	height: 41px;
	display: table;
	padding-left: 55px;
	box-sizing:border-box;
  	-moz-box-sizing:border-box;
  	-webkit-box-sizing:border-box;
	background: url(../images/footer-icon-address.png) no-repeat;
}

.contact-list.email {
	background: url(../images/footer-icon-email.png) no-repeat;
}

.contact-list.phone {
	background: url(../images/footer-icon-phone.png) no-repeat;
}

.contact-list span {
display: table-cell;
    float: left;
    margin: 10px 0 0;
    vertical-align: middle;}

.footer-subscribe 
{
    float: left;
    margin: 0 0 0 60px;
    width: 210px;
				z-index: 1000;
				}


/* ===== Footer bottom ===== */

.footer-bottom {
	height: 40px;
	padding: 0px 40px;
	background-color: #353535;
	overflow: hidden;
	z-index: 1000;
}

.copyright {
	width: 50%;
	float: left;
	margin-top: 9px;
	padding-right: 20px;
	color: #fff;
	
	/* div padding fix */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.copyright a {
	text-decoration: none;
	color: #fff;
	
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.copyright a:hover {
	color: #cccccc;
}

.footer-bottom nav {
	float: right;
}

.footer-bottom ul {
	list-style: none;
	margin-top: 0;
}

.footer-bottom ul li {
	display: inline;
	float: left;
	margin-left: 12px;
}

.footer-bottom ul li a {
	color: #8a8a8a;
	text-decoration: none;
	
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.footer-bottom ul li a:hover {
	color: #cccccc;
}



/*******************************************************************************
								Go To Top
*******************************************************************************/

.back-to-top {
	width: 40px;
	height: 40px;
    position:absolute;
    bottom: 1.5em;
    right: 1.5em;
	background: url(../images/go-to-top.png) no-repeat;
	opacity: 0.5;
	z-index: 1000;
    display: none;
}

.back-to-top:hover {    
    opacity: 0.6;
}



/*******************************************************************************
								Hover Effect
*******************************************************************************/

.thumbnail-hover {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/link-icon.png) no-repeat top center rgba(246, 138, 94, 0.8);
	border-radius: 10px;
	opacity: 0;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.thumbnail-hover:hover {
	background: url(../images/link-icon.png) no-repeat center center rgba(246, 138, 94, 0.8);
	opacity: 1;
}

.service-panel .thumbnail-hover {
	background: rgba(246, 138, 94, 0.8);
}

.sidebar-thumbnail-hover {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/link-plus-icon.png) no-repeat center center rgba(0, 0, 0, 0.3);
	opacity: 0;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.sidebar-thumbnail-hover:hover {
	opacity: 1;
}



/*******************************************************************************
						----- DARK VERSION STYLE -----
*******************************************************************************/

/*******************************************************************************
						Body, Images and Typography
*******************************************************************************/

body.dark {
	background-color: #2a2a2a;
	background: url(../images/dark-texture-bg.png) repeat ;
	color: #9a9a9a;
}

.dark .stripe {
	background-color: #4a4a4a;
}

.dark .homepanel-title {
	color: #ffffff;
	background-color: #4a4a4a;
}

.dark blockquote {
	color: #9a9a9a;
}

.dark .dropcap {
	color: #9a9a9a;
}

.dark .blog-list-bottom .dark-button {
	color: #eeeeee;
	background-color: #7a7a7a;
}

.dark .blog-list-bottom .dark-button:hover {
	color: #ffffff;
	background-color: #8a8a8a;
}


/*******************************************************************************
								All Content
*******************************************************************************/

.dark .site-slogan,
.dark .testimonial-client p {
	color: #9a9a9a;
}

.dark .home-aboutus img {
	border: #5a5a5a solid 5px;
}

.dark .home-aboutus-content {
	background-color: #4a4a4a;
}

.dark .home-aboutus-details img {
	opacity: 0.7;
}

.dark .team-title,
.dark .section-title {
	color: #ffffff;
	background-color: #4a4a4a;
}

.dark #shareme a {
	background-color: #7a7a7a;
	
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}

.dark #shareme a:hover {
	background-color: #4b4b9c;
}

.dark #shareme a img {
	opacity: 0.5;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.dark #shareme a:hover img {
	opacity: 1;
}


/*******************************************************************************
							Our Services Page
*******************************************************************************/

.dark .service-bordertop {
	border-top: #878787 dashed 1px;
}

.dark .service-borderright {
	border-right: #878787 dashed 1px;
}

.dark .service-borderbottom {
	border-bottom: #878787 dashed 1px;
}

.dark .service-icon li .service-box h2,
.dark .service-icon li .service-box p {
	color: #9a9a9a;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.dark .service-icon li:hover .service-box h2,
.dark .service-icon li:hover .service-box p {
	color: #ffffff;
}

.dark .service-icon li:hover i {
	color: #ffffff;
}

.dark .service-list li .service-detail {
	background-color: #7a7a7a;
}

.dark .service-detail h2,
.dark .service-detail p {
	color: #ffffff;
}


/*******************************************************************************
								Our Team
*******************************************************************************/

.dark #owl-team .item h2 {
	color: #ffffff;
}

.dark .team-social li {
	background-color: #7a7a7a;
}

.dark .team-social li:hover {
	background-color: #4b4b9c;
}

.dark .team-social li img {
	opacity: 0.5;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.dark .team-social li img:hover {
	opacity: 1;
}


/*******************************************************************************
								Portfolio Page
*******************************************************************************/

.dark .content-popup h2 {
	color: #ffffff;
}


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

.dark .blog-list-detail {
	background-color: #4a4a4a;
}

.dark .blog-header h2 a {
	color: #ffffff;
}

.dark .blog-header h2 a:hover {
	color: #4b4b9c;
}

.dark .blog-meta {
	color: #aaaaaa;
}

.dark .blog-meta a {
	color: #ffffff;
	
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.dark .blog-meta a:hover {
	color: #dddddd;
}

.dark .comment-count {
	color: #eeeeee;
}

.dark .page-count ul li {
	color: #cccccc;
	background-color: #5a5a5a;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.dark .page-count ul li:hover {
	color: #ffffff;
	background-color: #7a7a7a;
}

.dark .page-count .page-active,
.dark .page-count .page-active:hover {
	color: #ffffff;
	background-color: #4b4b9c;
}

.dark .related-post li h4 a {
	color: #cccccc;
	
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.dark .related-post li h4 a:hover {
	color: #ffffff;
}

.dark .blog-comment li {
	background-color: #7a7a7a;
}

.dark .blog-comment li.comment-reply {
	background-color: #606060;
}

.dark .name-date {
	color: #ffffff;
}

.dark .comment-date,
.dark .comment-text {
	color: #cccccc;
}

.dark .reply a {
	color: #cccccc;
	
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.dark .reply a:hover {
	color: #ffffff;
}


/*******************************************************************************
								Our Clients
*******************************************************************************/

.dark .bordertop {
	border-top: #878787 dashed 1px;
}

.dark .borderright {
	border-right: #878787 dashed 1px;
}

.dark .borderbottom {
	border-bottom: #878787 dashed 1px;
}


/*******************************************************************************
								Contact Us
*******************************************************************************/

.dark .contact-status li i {
	color: #9a9a9a;
}

.dark .contact-social li {
	background-color: #7a7a7a;
}

.dark .contact-social li:hover,
.dark .contact-social li:first-child {
	background-color: #4b4b9c;
}

.dark .contact-social li img {
	opacity: 0.5;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.dark .contact-social li img:hover {
	opacity: 1;
}


/*******************************************************************************
								Sidebar
*******************************************************************************/

.dark .sidebar-detail {
	background-color: #4a4a4a;
}

.dark .recent-detail h3 {
	color: #cccccc;
}

.dark .recent-detail h3 a {
	color: #cccccc;
	
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.dark .recent-detail h3 a:hover {
	color: #ffffff;
}

.dark .recent-detail p {
	color: #9a9a9a;
}

.dark .sidebar-list ul li {
	color: #cccccc;
	border-bottom: #7a7a7a solid 1px;
}

.dark .sidebar-list ul li:last-child {
	border-bottom: none;
}

.dark .sidebar-list ul li a {
	color: #cccccc;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.dark .sidebar-list ul li a:hover {
	color: #ffffff;
}

.dark .sidebar-list ul li i {
	color: #9a9a9a;
}

.dark .popular-tags li {
	color: #cccccc;
	background-color: #7a7a7a;
	
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-ms-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.dark .popular-tags li:hover {
	color: #ffffff;
	background-color: #4b4b9c;
}


/*******************************************************************************
							Footer Bottom
*******************************************************************************/

.dark .footer-bottom {
	background-color: #3a3a3a;
}

.maintopictxt {
    color: #4b4b9c;
    font-family: Calibri;
    font-size: 18px;
    line-height: 19px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: left;
}



/* Grid with fluid columns */
.vc_row-fluid {
  width: 100%;
  *zoom: 1;
  -ms-box-sizing:border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vc_row-fluid:before,
.vc_row-fluid:after {
  display: table;
  content: "";
}
.vc_row-fluid:after {
  clear: both;
}
.vc_row-fluid [class*="vc_span"] {
  display: block;
  width: 100%;
  min-height: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.5%;
}
.vc_row-fluid [class*="vc_span"]:first-child {
 /* margin-left: 0;*/
}
.vc_row-fluid .vc_span12,
.wpb_teaser_grid.wpb_carousel .vc_span12 {
  width: 100%;
}
.vc_row-fluid .vc_span11 {
  width: 91.45833333333334%;
}
.vc_row-fluid .vc_span10 {
  width: 82.91666666666667%;
}
.vc_row-fluid .vc_span9 {
  width: 74.375%;
}
.vc_row-fluid .vc_span8 {
  width: 65.83333333333334%;
}
.vc_row-fluid .vc_span7 {
  width: 57.29166666666667%;
}
.vc_row-fluid .vc_span6,
.wpb_teaser_grid.wpb_carousel .vc_span6 {
  /*width: 48.75%;*/
		width:100%;
}

.vc_row-fluid1 .vc_span6,
.wpb_teaser_grid.wpb_carousel-1 .vc_span6-1{
  /*width: 48.75%;*/
		width:50%;
}

.vc_row-fluid .vc_span5 {
  width: 40.208333333333336%;
}
.vc_row-fluid .vc_span4,
.wpb_teaser_grid.wpb_carousel .vc_span4 {
  width: 31.666666666666668%;
}
.vc_row-fluid .vc_span3,
.wpb_teaser_grid.wpb_carousel .vc_span3 {
  width: 23.125%;
}
.vc_row-fluid .vc_span2 {
  width: 14.583333333333334%;
}
.vc_row-fluid .vc_span1 {
  width: 6.041666666666667%;
}
.vc_row-fluid > .wpb_column > .wpb_wrapper .wpb_content_element:last-child {
  margin-bottom: 0;
}

.ul3 {
    width: 100%;
				list-style:none;
}
.wpb_text_column ul li:before {
	background: #008fd5;
}
.wpb_text_column .ul3 li:before {
	background:none;
	box-shadow: inset 0 0 0 1px #008fd5;
	color: #008fd5;
}
.wpb_text_column ul4 li:before {
	background: none;
}

.wpb_alert p:last-child,
#content .wpb_alert p:last-child,
.wpb_text_column p:last-child,
.wpb_text_column *:last-child,
#content .wpb_text_column p:last-child,
#content .wpb_text_column *:last-child,
.wpb_toggle_content p:last-child {
  margin-bottom: 0;
}

/**/
/* text */
/**/
.wpb_text_column h1{
  font-weight:700 !important;
  color:#000 !important;
  margin-bottom:0.5em !important;
}
.vc_row-fluid,
.wpb_content_element {
	margin: 0 0;
}
.wpb_text_column ul li {
	position: relative;
	margin-top: 10px;
	font-size:15px;

	line-height: 22px;
}
.wpb_text_column ul li:before {
	
	position: absolute;
	top: 1px;
	left: 0;
	width: 19px;
	height: 19px;
	

	color: #fff;
}
.wpb_text_column ul li:first-child {
	margin-top: 0;
}
.wpb_text_column .ul2 li:before {

}
.wpb_text_column .ul3 li:before {

}

.wpb_text_column .ul4 li:before {
	content: "";
}

a {
    text-decoration: none;
    transition: border 0.3s ease 0s, background 0.3s ease 0s, color 0.3s ease 0s;
}
.news1 h3 {
    color: #000;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 15px;
}
.pdf {
    float: left;
    width: 100%;
}

.pdf a {
    color: #000;
    font-size: 15px;
    font-weight: bold;
}


/*form*/

.comment_form, .contact_form {
    float: left;
    margin-top: 15px;
    width: 100%;
				border: 0 none;
				}


.comment_form .left, .comment_form .right, .contact_form .left, .contact_form .right {
    float: left;
    width: 250px;
}
.contact_form .left, .contact_form .right {
    width: 300px;
}
.comment_form .left, .comment_form .right, .contact_form .left, .contact_form .right {
    float: left;
    width: 250px;
					border: 0 none;
}
.contact_form .left, .contact_form .right {
    width: 300px;
}
.comment_form label, .contact_form label {
    color: #909090;
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
}
.contact_form .block {
    margin-top: 10px;
}
.block {
    display: block;
}
.comment_form input, .comment_form textarea, .contact_form input, .contact_form textarea {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #f0f0f0 none repeat scroll 0 0;
    border-color: #e0e0e0 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid none none;
    border-width: 1px medium medium;
    color: #000000;
    margin: 0;
    padding: 11px 18px;
}

select, textarea, input[type="url"], input[type="tel"], input[type="text"], input[type="email"], input[type="password"] input[type="date"] {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    box-sizing: border-box;
    color: #333;
    font-size: 14px;
    height: 40px;
    line-height: 20px;
    padding: 9px 10px;
    width: 100%;
}
.text_input {
    background: #f0f0f0 none repeat scroll 0 0;
    border: 1px solid #e0e0e0;
    width: 264px;
}
input, textarea {
    font: 12px "Arial",Verdana,Tahoma,sans-serif,"Times New Roman";
}

.comment_form .left, .comment_form .right, .contact_form .left, .contact_form .right {
    float: left;
    width: 250px;
}
.contact_form .left, .contact_form .right {
    width: 300px;
}
.contact_form .right {
    margin-left: 30px;
}
.comment_form .left, .comment_form .right, .contact_form .left, .contact_form .right {
    float: left;
    width: 250px;
}
.contact_form .left, .contact_form .right {
    width: 300px;
}
.contact_form textarea {
    width: 630px;
}

.grid-col:first-child {
    /*margin-left: 0;*/
}
.grid-col-4 { width: 250px; padding: 5px; margin: 5px; 
}
.grid-col {
   /* float: left;*/
  margin: 0 0 0 80px;
}

.widget-title {
    border-left-color: #008fd5;
}
.widget-title {
  /*  border-left-style: solid;
    border-left-width: 3px;*/
    color: #fff;
    font-size: 26px;
   /* line-height: 30px;*/
    margin-bottom: 20px;
   /* padding-left: 7px;*/
}
.callout {
   
    min-height: 50px;
    position: relative;
    text-align: left;
}
.vc_row-fluid, .wpb_content_element {
    margin: 0;
}
.vc_row-fluid, .wpb_content_element, ul.wpb_thumbnails-fluid > li, .last_toggle_el_margin, .wpb_button {
    margin-bottom: 30px;
}
.callout-wrapper, .wpb_call_to_action {
    font-size: 0;
}

.callout-content {
    box-sizing: border-box;
    padding-right: 10px;
    width: 71%;
}
.callout-content, .callout-button {
    display: inline-block;
    font-size: medium;
    vertical-align: middle;
}

.callout .title {
    color: #fff;
    float: left;
    font-weight: bold;
    margin: 0;
    width: 75%;
}

.callout .title { font-size: 14px;
 /*   line-height: 34px;*/
    
}

.callout .subtitle {
   border-top: 1px dotted;
    color: #fff;
    float: left;
    font-size: 13px;
    line-height: 22px;
    margin: 10px 0 0;
    text-align: justify;
}

.callout-button {
	float:right;
    width: 28%;
		
}
.callout-content, .callout-button {
    display: inline-block;
    font-size: medium;
    vertical-align: middle;
}


.callout-button .button {
    vertical-align: middle;
}
.button {
    background: #4b4b9c none repeat scroll 0 0;
    border-color: #4b4b9c;
}
.button {
    border-style: solid;
    border-width: 3px;
    box-sizing: border-box;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    line-height: 22px;
    padding: 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: border 0.3s ease 0s, background 0.3s ease 0s, color 0.3s ease 0s;
}
.footer-link
{

	margin:20px 0 0 0;
	width:200px;	
	list-style:none;	
	display:block;
}

.footer-link  li 
{
display: inline-block;
    float: left;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 0;
    position: relative;
    text-align: left;
				color:#fff;}
				
				.footer-link li a
				{
					box-sizing: border-box;
    display: inline-block !important;
   	color:#fff;
    width: 200px;
				}
				.footer-link li a:hover
				{
					color:#ccc;					
				}
				
				
				.page-footer {
    color: #008fd5;
}
.page-footer { background: #a73783 none repeat scroll 0 0; /* padding: 10px 0;*/ position: absolute; bottom: 0; width: 100%; 
}
.top-link {
    background: #213540 none repeat scroll 0 0;
    bottom: 100%;
    color: #fff;
    font-size: 24px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 20px;
    text-align: center;
    width: 44px;
}

.grid-row::after {
    clear: both;
    content: "";
    display: table;
}
.grid-row {
    margin: 0 auto;
  /*  width: 1170px;*/
				width: 1343px;
				padding: 0 0 0 0;
				background-color:#a73783;
}

.grid-col:first-child {
  /*  margin-left: 0;*/
}
.grid-col-3 {
    width:350px;
}
.grid-col {
    float: left;
    /*margin-left: 30px;*/
}
.location {
    margin: 0 10px;
}

.widget-alt .widget-title {
    border: 0 none;
    color: #000;
    font-size: 21px;
    line-height: 21px;
    margin-bottom: 30px;
    padding: 0;
    text-transform: uppercase;
}
.widget-title {
    border-left-color: #008fd5;
}
.widget-title { /* border-left-style: solid;
    border-left-width: 3px;*/ color: #000000; font-size: 26px; line-height: 30px; margin-bottom: 20px; margin-top: 15px; font-weight: bold; padding-top: 5px; padding-bottom: 10px;
   
}

.lifeline-list { float: left; 
}
.lifeline-list ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.lifeline-list li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    float: left;
    font-size: 16px;
    min-height: 20px;
    padding: 0;
    width: 200px;
				color: #fff;
}
.lifeline-list h4, .lifeline-list P;
{
	color:#fff;
}

.callout-header
{ width: 100%; float: left; 
	
}
.callout-img
{ float: left; height: 40px; margin: 0; width: 25%; display: block; 
}
.gal
{
	width:100%;
	float:left;
	margin:20px 0 50px 0;
	padding:0;
}

.gal img
{
	width:200px;
	float:left;
	margin:10px;
}
.grid-col.grid-col.9 ul {
	list-style-type: disc;
}
.bullet1 { list-style: disc outside; padding: 5px; font-weight:lighter; }
bullet1 { -webkit-transition: all 1s ease-in 0s; -moz-transition: all 1s ease-in 0s; -ms-transition: all 1s ease-in 0s; -o-transition: all 1s ease-in 0s; transition: all 1s ease-in 0s; }
bullet1:hover { -webkit-opacity: 0.5; -moz-opacity: 0.5; opacity: 0.5; padding-left: 20px; }
.line { height: 5px; border-bottom: 5px groove #CCC; }
.botem_pad { line-height: 35px; margin-bottom: 10px; }
.L2 { padding: 1px; margin: px; height: 1px; 

hr





/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cb60b3+0,c146a1+50,a80077+51,db36a4+100;Pink+Gloss */
background: #cb60b3; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NiNjBiMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2MxNDZhMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2E4MDA3NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYjM2YTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top,  #cb60b3 0%, #c146a1 50%, #a80077 51%, #db36a4 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cb60b3), color-stop(50%,#c146a1), color-stop(51%,#a80077), color-stop(100%,#db36a4)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #cb60b3 0%,#c146a1 50%,#a80077 51%,#db36a4 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #cb60b3 0%,#c146a1 50%,#a80077 51%,#db36a4 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #cb60b3 0%,#c146a1 50%,#a80077 51%,#db36a4 100%); /* IE10+ */ background: linear-gradient(to bottom,  #cb60b3 0%,#c146a1 50%,#a80077 51%,#db36a4 100%); /* W3C */ 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb60b3', endColorstr='#db36a4',GradientType=0 ); /* IE6-8 */












 }
hr { background: #F6F; margin: 0px; padding: 0px; }














.thumbnail-wrap { float: left; height: 151px; margin: 30px; width: 151px; }
.thumbnail-div {
	background-color:#313131;
	float:left;
	height:146px;
	padding:5px 0 0 5px;
	width:146px;
}
.thumbnail-shadow {
	float:left;
	height:33px;
	width:100%;
}
.thumbnail-div .sections-overlay {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(thumbnail-overlay.png) no-repeat scroll -40px -300px;
	float:left;
	margin-top:-33px;
}
.thumbnail-div div{
	height:141px;
	width:141px;
}
.sections-overlay {
	background-image:url(readmore-bg.png);
	opacity: 0; 
	visibility:hidden;
	background-position: 0px -167px;
}
.thumbnail-div .sections-overlay .zoom {
	margin:60px 0 0 61px;
}
.sections-overlay .zoom {
	border:medium none;
	margin:165px 0 0 312px;
}
.readmore {
	background-image:url(readmore-bg.png);
	color:#FFFFFF;
	display:block;
	float:right;
	font-size:10px;
	margin:17px 0 0 40px;
	padding:5px 10px;
}













