/*
 * Template Name: Netclimber-Bootstrap - Responsive Bootstrap Template
 * Description: Business, Corporate, Portfolio, E-commerce, Blog and One Page Template.
 * Version: 1.7
 * Author: @htmlstream
 * Website: http://htmlstream.com
*/

/*Import Global Compulsory CSS Files*/
@import url(blocks.css);
@import url(plugins.css);
@import url(app.css);
@import url(fonts.css);
@import url(//fonts.googleapis.com/css?family=Rufina:400,700);
body { 
   color: #000; 
   font-size: 16px;
   line-height: 1.6;
   font-family: Calibri, sans-serif;
   letter-spacing:.03em;
   font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
-webkit-font-smoothing: subpixel-antialiased;
-moz-osx-font-smoothing: grayscale;
}

body.header-fixed-space {
  padding-top: 150px;
}

@media (max-width: 991px) {
  body.header-fixed-space {
    padding-top: 0;
  }
}

p, 
li,
li a,
label { 
   color: #000;
}

a {
   color: #E66B2B;
   text-decoration:none;  
}
.col-md-7 li a,.col-md-12 p a,.col-md-7 p a,.col-md-8 p a,.col-md-4 li p a,.who li a{
text-decoration:underline;
color:#E66B2B;
}
.col-md-8 p a.btn,.col-md-7 li a:hover,.col-md-12 p a:hover,.col-md-7 p a:hover,.col-md-12 h4 a:hover,.col-md-8 p a:hover,.col-md-4 li p a:hover,.col-md-4 li h3 a:hover,.who li a:hover{
text-decoration:none;
}
.who li a:hover,.who li:hover i{color:#E66B2B;}
.col-md-7 p a.btn-u,.col-md-12 p a.btn-u,.col-md-7 p a.btn{text-decoration:none}
.col-md-8 p a.btn,.col-md-12 p a.btn-u,.col-md-7 p a.btn-u,.col-md-7 p a.btn,.col-md-7 p a.btn:focus,.col-md-7 p a.btn-u:focus,.col-md-12 p a.btn-u:focus,a.empBtn:focus{color:#fff;}
h2.title-v2,.breadcrumbs h1,.newsrightbar h2,h1, h2, h3, h4, h5, h6{color:#47AAB9;}
a,
a:focus, 
a:hover, 
a:active {
   outline: 0 !important;
}
a:focus {
  text-decoration: none;
  color:#47AAB9;
}
li a:focus {
  color: inherit;
  text-decoration: none;
}
p a:focus {
  color:#47AAB9;
  text-decoration: none;
}
a:hover {
   color: #47AAB9;
   text-decoration: underline;
}

/*Boxed Layout
------------------------------------*/
.wrapper {
  background: #fff;
}

.boxed-layout {
  padding: 0;
  box-shadow: 0 0 5px #ccc;
  margin-left: auto !important;
  margin-right: auto !important;
  background: url(../img/patterns/15.png) repeat;
}

/*Main Styles
------------------------------------*/
/*Purchase Block*/
.purchase {
	padding: 25px 0 30px;
	border-bottom: solid 1px #f2f2f2;
	background: url(../img/patterns/breadcrumbs.png) repeat;
}
.purchase p {
	margin-bottom: 0;
}
.purchase span {
	color: #666;
	display: block;
	font-size: 24px;
	line-height: 35px;
	font-weight: normal;
	margin-bottom: 12px;
	font-family: "Open Sans", Arial, sans-serif;
}

.purchase .btn-buy {
	text-align: center;
}

.purchase .btn-buy a {
	margin-top: 27px;
}

.purchase .btn-buy a i {
	margin-right: 5px;
}

@media (max-width: 992px) {
	.purchase {
		text-align: center;
	}

	.purchase span {
		font-size: 22px;
		line-height: 29px;
	}

	.purchase .btn-buy a {
		margin-top: 25px;
		font-size: 16px;
	}
}

/*Service*/
.service {
	overflow: hidden; 
	margin-bottom: 10px;
	padding: 15px 15px 10px;
}
.service:hover {
	background: #fcfcfc;
	box-shadow: 0 0 5px #ddd;
    -webkit-transition: box-shadow 0.2s ease-in-out;
    -moz-transition: box-shadow 0.2s ease-in-out;
    -o-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
}
.service:hover i {
	color: #656565;
}

.service .desc {
	padding: 0 15px; 
	overflow: hidden;
}
.service .desc h4 {
	font-size: 22px;
	line-height: 25px;
}

.service .service-icon {
	float: left;
	padding: 10px;
	color: #47AAB9;
	font-size: 35px;  
	text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.service .service-icon.icon-cogs {
	font-size: 37px;
}
.service .service-icon.icon-plane {
	font-size: 43px;
}

/* Recent Work  */
.recent-work a {
	text-align: center;
	background: #fcfcfc;
	display: inline-block;
}

.recent-work a:hover {
	text-decoration: none;
}

.recent-work a:hover strong {
	color: #000;
}

.recent-work em.overflow-hidden {
	display: block;
}

.recent-work a span {
	display: block;
	padding: 10px;
	border-bottom: solid 2px #f2f2f2;
}

.recent-work a strong {
	color: #000;
	display: block;
}

.recent-work a i {
	color: #777;
}

.recent-work a img {
   -webkit-transition: all 0.8s ease-in-out;
   -moz-transition: all 0.8s ease-in-out;
   -o-transition: all 0.8s ease-in-out;
   -ms-transition: all 0.8s ease-in-out;
   transition: all 0.8s ease-in-out;
}

.recent-work a:hover img {
	opacity: 0.8;
   -webkit-transform: scale(1.2) rotate(3deg);
   -moz-transform: scale(1.2) rotate(3deg);
   -o-transform: scale(1.0) rotate(3deg);
   -ms-transform: scale(1.2) rotate(3deg);
   transform: scale(1.2) rotate(3deg);
}

.recent-work a:hover span {
	border-bottom: solid 2px #47AAB9;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* Work */
.work {
	margin-top: 6px;
}
.work .details {
	padding: 10px;
}
.work .caption {
	display: block;
	padding-top: 5px;
	color: #585f69 !important;
	font-size: 18px !important;
}
.work .caption:hover {
	cursor: pointer;
	color: #444 !important;
	text-decoration: underline;
}

/*Other Footer Common Classes
------------------------------------*/
/*Thumb Headline*/
.thumb-headline h2 {
	color: #f2f2f2;
	font-size: 16px;
}

/*Footer Logo*/
.footer-logo {
  height: auto;
  margin: 17px 0 20px;
  max-width: 200px;
}

/*Latest List*/
.latest-list li {
	padding: 8px 0;
	border-top: 1px solid #353535;
}

.latest-list li:first-child {
	padding-top: 0;
	border-top: none;
}

.latest-list li a {
	color: #f2f2f2;
}

.latest-list small {
	color: #999;
	display: block;
}

/*Link List*/
.link-list li {
	border-top: solid 1px #353535;
}

.link-list li:first-child {
	border-top: none !important;
}

.link-list a {
	color: #f2f2f2;
	font-size: 11px;
	padding: 6px 0px;
	display: inline-block;
	text-transform: uppercase;
}

.link-list li i {
	color: #bbb;
	float: right;
	margin-top: 10px;
}

/*Latest Tweets*/
.latest-tweets .latest-tweets-inner p {
	color: #000;
	font-size: 13px;
}

.latest-tweets .latest-tweets-inner a {
	/*color: #3498db;*/
	text-decoration: none;
}
.latest-tweets .latest-tweets-inner a:hover {
	text-decoration: underline;
}

.latest-tweets .latest-tweets-inner i.fa {
	top: 2px;
	float: left;
	color: #bbb;
	color: #55acee;
	font-size: 18px;
	margin-right: 5px;
	position: relative;
}

.latest-tweets .latest-tweets-inner small {
	color: #777;
	display: block;
}

/*Social Icons*/
.social-icons {
	margin-top: 5px;
}

.social-icons li {
	margin: 0; 
}

.social-icons li a {
	margin: 0 3px;
}

/*Thumbnails
------------------------------------*/
a.thumbnail {
	padding: 0;
	border: none;
	margin-bottom: 15px;
}

.thumbnail-style { 
	padding: 7px;
	margin-bottom: 20px; 
}
.thumbnail-style:hover { 
	box-shadow: 0 0 8px #ddd; 
    -webkit-transition: box-shadow 0.2s ease-in-out;
    -moz-transition: box-shadow 0.2s ease-in-out;
    -o-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
}

.thumbnail h3,
.thumbnail-style h3 {
	margin: 6px 0 8px 0;
}

.thumbnail h3 a,
.thumbnail-style h3 a {
	color: #585f69;
	font-size: 18px;
}

.thumbnail h3 a:hover,
.thumbnail-style h3 a:hover {
	color: #47AAB9;
	text-decoration: none;
}

.thumbnail-style .thumbnail-img {
	position: relative;
	margin-bottom: 11px;
}

.thumbnail-style a.btn-more {
	right: -10px;
	bottom: 10px;
	color: #fff;
	padding: 1px 6px;
	position: absolute;
	background: #47AAB9;
	display: inline-block; 
}
.thumbnail-style a.btn-more:hover {
	text-decoration: none;
	box-shadow: 0 0 0 2px #5fb611;
}
.thumbnail-style:hover a.btn-more {
	right: 10px;
}

.thumbnail-kenburn img {
	left: 10px;
	margin-left: -10px;
	position: relative;
   -webkit-transition: all 0.8s ease-in-out;
   -moz-transition: all 0.8s ease-in-out;
   -o-transition: all 0.8s ease-in-out;
   -ms-transition: all 0.8s ease-in-out;
   transition: all 0.8s ease-in-out;
}
.thumbnail-kenburn:hover img {
   -webkit-transform: scale(1.2) rotate(2deg);
   -moz-transform: scale(1.2) rotate(2deg);
   -o-transform: scale(1.2) rotate(2deg);
   -ms-transform: scale(1.2) rotate(2deg);
   transform: scale(1.2) rotate(2deg);
}
 
/*Servive Blocks
------------------------------------*/
/*Service Alternative Block*/
.service-alternative .service:hover { 
	background: #76ca2c;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.service-alternative .service:hover i,
.service-alternative .service:hover p,
.service-alternative .service:hover h4 { 
	color: #fff;
}

/*Servive Block Versions*/
.service-v1 h2 {
	margin: 15px 0 10px;
	font-size: 20px;
	line-height: 28px;
}

.service-v1 p {
	text-align: justify;
}

/*Blog Posts
------------------------------------*/ 
.posts .dl-horizontal a {
	color: #555;
}

.posts .dl-horizontal { 
	margin-bottom: 15px;
	overflow: hidden;
}

.posts .dl-horizontal dt { 
	width: 60px; 
	float: left;
}

.posts .dl-horizontal dt img { 
	width: 60px; 
	height: 60px;
	padding: 2px;
	margin-top: 2px; 
	border: solid 1px #ddd;
}

.posts .dl-horizontal dd { 
	margin-left: 70px;
}

.posts .dl-horizontal dd p { 
	margin: 0;
}

.posts .dl-horizontal dd a {
	font-size: 14px;
	line-height: 16px !important; 
}

.posts .dl-horizontal dd a:hover { 
	color: #47AAB9; 
	text-decoration: none;
}

.posts .dl-horizontal:hover dt img,
.posts .dl-horizontal:hover dd a { 
	color: #47AAB9;
	border-color: #47AAB9 !important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/*About Page
------------------------------------*/
.team ul.team-socail { 
	text-align: right;
}

.team ul.team-socail li {
	margin: 0 !important;
	padding: 0 !important;
}

.team ul.team-socail li a,
.team ul.team-socail li a:hover {
	text-decoration: none;
}

.team ul.team-socail li i {
	color: #aaa;
	padding: 6px 7px;
	min-width: 30px;
	font-size: 18px;
	text-align: center;
	background: #f7f7f7;
	display: inline-block;
}

.team ul.team-socail li i:hover {
	color: #fff;
	background: #47AAB9;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.team .thumbnail-style {
	padding: 12px;
}

.team .thumbnail-style img {
	margin-bottom: 7px;
}

.team .thumbnail-style h3 {
	margin-bottom: 5px;
}

.team .thumbnail-style:hover h3 a {
	color: #47AAB9 !important;
}

.team .thumbnail-style small {
	display: block;
	margin-top: 5px;
	font-size: 12px;
}

/*About Me Page
------------------------------------*/
.about-me {
	overflow: hidden;
}

.about-me h2 {
	margin: 0;
	font-size: 20px;
	text-transform: uppercase;
}

.about-me span {
	color: #999;
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
}

.about-me .social-icons {
	margin-top: 7px;
}

/*About My Goals*/
.about-my-goals h2 {
	text-transform: uppercase;
}

/*About Skills*/
.about-skills {
	padding: 40px 0; 	
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	background: url(../img/breadcrumbs.png) repeat;
}

/*Gallery Page
------------------------------------*/
.gallery-page .thumbnail,
.gallery-page .thumbnail:hover {
	padding: 0;
	border: none;
	box-shadow: none;
}
.gallery-page .thumbnails {
	margin-bottom:6px;
}

/*Privacy Page
------------------------------------*/
.privacy a {
	text-decoration: underline;
}
.privacy a:hover {
	color: #47AAB9;
	text-decoration: none;
}

/*Portfolio Item Page v1
------------------------------------*/
.portfolio-item h2 {
	color: #555;
	font-size: 24px;
	margin: 0 0 15px;
}
.portfolio-item li {
	padding: 3px 0;
} 
.portfolio-item p a {
	text-decoration: underline;
}
.portfolio-item p a:hover {
	text-decoration: none;
}

/*Portfolio Item v1*/
.portfolio-item1 ul {
	margin: 10px 0 20px;
}

.portfolio-item1 li {
	font-size: 16px;
	margin-bottom: 3px;
}

.portfolio-item1 li i {
	font-size: 18px;
	margin-right: 4px;
}

/*Sidebar Features
------------------------------------*/
/*Blog Tags*/
ul.blog-tags li {
	display: inline-block;
}

ul.blog-tags a {
	font-size :13px;
	padding: 2px 7px;
	background: #f7f7f7;
	margin: 0 3px 6px 0;
	display: inline-block;
}

ul.blog-tags a i {
	color: #666;
}

ul.blog-tags a:hover {
	background: #47AAB9;
}

ul.blog-tags a:hover,
ul.blog-tags a:hover i {
	color: #fff !important;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/*Blog Photo Stream*/
.blog-photos li {
	display: inline;
}

.blog-photos li img {
	width: 58px;
	height: 58px;
	margin: 0 2px 8px;
}

.blog-photos li img:hover {
	box-shadow: 0 0 0 2px #47AAB9;
}

/*Blog Latest Tweets*/
.blog-twitter .blog-twitter-inner {
	padding: 10px;
	position: relative;
	background: #f7f7f7;
	margin-bottom: 10px;
}

.blog-twitter .blog-twitter-inner,
.blog-twitter .blog-twitter-inner:after,
.blog-twitter .blog-twitter-inner:before {
	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;	
}

.blog-twitter .blog-twitter-inner:after,
.blog-twitter .blog-twitter-inner:before {
	width: 0; 
	height: 0;
	right: 0px;
	bottom: 0px;
	content: " "; 
	display: block; 
	position: absolute;
}

.blog-twitter .blog-twitter-inner:after {
	border-top: 15px solid #f2f2f2;	
	border-right: 15px solid transparent;
	border-left: 0px solid transparent;
	border-left-style: inset; /*FF fixes*/
	border-right-style: inset; /*FF fixes*/
}
.blog-twitter .blog-twitter-inner:before {
	border-bottom: 15px solid #fff;	
	border-right: 0 solid transparent;
	border-left: 15px solid transparent;
	border-left-style: inset; /*FF fixes*/
	border-bottom-style: inset; /*FF fixes*/
}

.blog-twitter .blog-twitter-inner:hover {
	border-color: #47AAB9;
	border-top-color: #47AAB9;	
}
.blog-twitter .blog-twitter-inner:hover:after {
	border-top-color: #47AAB9;	
}

.blog-twitter .blog-twitter-inner span.twitter-time {
	color: #777;
	display: block;
	font-size: 11px; 
}

.blog-twitter .blog-twitter-inner a {
	color: #47AAB9;
	text-decoration: none;
}
.blog-twitter .blog-twitter-inner a:hover {
	text-decoration: underline;
}

.blog-twitter .blog-twitter-inner i.fa {
	top: 2px;
	color: #bbb;
	font-size: 18px;
	position: relative;
}

/*Choose Block*/
.who li { 
	margin-bottom: 6px;
}
.who li i { 
	color: #47AAB9; 
	font-size: 13px;
	min-width: 15px;
	margin-right: 8px;
	text-align: center;
	position: relative; 
}
.who li:hover a:hover {
	text-decoration: none;
}

/*Promo Page
------------------------------------*/
/*Slider Part*/
.fullwidthbanner-container.slider-promo {
	max-height: 460px !important;
}

.slider-promo-info-bg {
	padding: 25px 20px 20px;
	background: url(../img/bg-black.png) repeat;
}

.slider-promo-info span.big-size { 
	color: #fff;
	display: block;
	font-size: 30px;
	margin-bottom: 25px;
	text-shadow: none !important;
}

.slider-promo-info p {
	color: #fff;
	font-size: 16px;
	margin-bottom: 0;
}

/*Promo Box*/
.promo-box {
	padding: 20px;
	margin: 25px 0 20px;
	text-align: center;
}

.promo-box i {
	display: block;
	font-size: 50px;
}

.promo-box p {
	font-size: 14px;
	margin-bottom: 0;
}

.promo-box strong,
.promo-box strong a {
	color: #000;
	display: block;
	font-size: 20px;
	font-weight: 200; 
	margin: 20px 0 15px;
}

.promo-box:hover strong, 
.promo-box:hover strong a {
	color: #47AAB9;
}

/*Promo Service*/
.promo-service {
	margin-bottom: 20px;
}

.promo-service li {
	margin-bottom: 5px;
}

.promo-service a.btn-u {
	margin: 0 20px 10px 0;
}

/*Promo Elements*/
.title-box {
	font-size: 16px;
	text-align: center;
	padding: 10px 0 30px;
	border-bottom: solid 1px #f2f2f2;
}

.title-box .title-box-text {
	color: #555;
	display: block;
	font-size: 35px;
	font-weight: 200;
}

@media (max-width: 768px) {
	.title-box .title-box-text {
		font-size: 26px;
		line-height: 34px;
		margin-bottom: 10px;
	}
	.title-box p {
		font-size: 16px;
	}
}

.block-blockquote {
	margin: 20px 0; 
	text-align: center;
	border: dashed 1px #ccc;
}

.block-blockquote-inner {
	padding: 15px; 
}

.block-blockquote p {
	font-size: 26px;
	margin-bottom: 0;
}

/*Info Blocks*/
.info-blocks {
	margin-bottom: 15px;
}

.info-blocks:hover i.icon-info-blocks {
	color: #47AAB9;
    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;	
}

.info-blocks i.icon-info-blocks {
	float: left;
	color: #777;
	font-size: 30px;
	min-width: 50px;
	margin-top: 10px;
	text-align: center;
}

.info-blocks .info-blocks-in {
	padding: 0 10px;
	overflow: hidden;
}

.info-blocks .info-blocks-in h3 {
	color: #555;
	font-size: 20px;
	line-height: 28px;
}
.news-v3 p {
  color: #000;
}
.info-blocks .info-blocks-in p {
	font-size: 12px;
}

/*Brand Page
------------------------------------*/
.brand-page .btn {
	margin-bottom: 10px;
}

/*Form Pages
------------------------------------*/
.form-page input,
.form-page select {
	margin-bottom: 10px;
}

/*Labels and Badges Page
------------------------------------*/
ul.labels-demo {
  margin: 5px 0;
}

ul.labels-demo li {
  list-style: none;
  display: inline-block;
  margin: 0 5px 2px 0;
}

.badge-sidebar {
	border-left: solid 1px #f2f2f2;
}

@media (max-width: 991px) {
	.badge-sidebar {
		border-left: none;
	}
}

/*Line Icon Page
------------------------------------*/
.line-icon-page .item-box {
	width: 25%;
	float: left;
	height: 90px;
	text-align: center;
	padding: 20px 10px;
	margin: 0 -1px -1px 0;
	word-wrap: break-word;
	border: 1px solid #ddd;
}

@media (max-width: 768px) {
	.line-icon-page .item-box {
		height: 115px;    
  	}
}


@media (max-width: 450px) { 
	.line-icon-page .item-box { 
		height: 130px;     
	} 
} 

.line-icon-page .item-box:hover {
	background: #fafafa;
}

.line-icon-page .item span {
	display: block;
	font-size: 28px;
	margin-bottom: 10px;
}

.line-icon-page .item:hover {
	color: #47AAB9;
}

/*Line Icon Page
------------------------------------*/
.icon-page-fa {
	margin-bottom: 20px;
}

.icon-page-fa .item-box {
	float: left;
	height: 100px;
	width: 16% !important;
}

.icon-page-fa .item {
	font-size: 12px;
}

.icon-page-fa .item i {
	color: #555;
    display: block;
    font-size: 24px;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
	.icon-page-fa .item-box {
		width: 20% !important;
	}
}

@media (max-width: 600px) {
 .icon-page-fa .item-box {
  width: 30% !important;
 }
}

@media (max-width: 400px) {
 .icon-page-fa .item-box {
  width: 50% !important;
 }
}

/*GLYPHICONS Icons Page
------------------------------------*/
/*Special styles for displaying the icons and their classes*/
.bs-glyphicons {
	padding-left: 0;
	list-style: none;
	overflow: hidden;
	padding-bottom: 1px;
	margin-bottom: 20px;
}

.bs-glyphicons li {
	width: 25%;
	float: left;
	height: 115px;
	padding: 10px;
	font-size: 11px;
	line-height: 1.4;
	text-align: center;
	margin: 0 -1px -1px 0;
	border: 1px solid #ddd;
}

.bs-glyphicons .glyphicon {
	display: block;
	font-size: 18px;
	margin: 5px auto 10px;
}

.bs-glyphicons li:hover {
	color: #47AAB9;
	background-color: #fafafa;
}

@media (min-width: 768px) {
	.bs-glyphicons li {
	  width: 12.5%;
	}
}

/*Glyphicons Pro*/
.demo-pro-glyphicons li {
	width: 170px;
	height: 100px;
	padding: 20px 10px 30px;
}

.demo-pro-glyphicons span {
	height: 40px;
	display: block;
}

.demo-pro-glyphicons span:before {
	color: #555;
	padding: 10px 62px;
}

.demo-pro-glyphicons span.glyphicons:before {
	font-size: 22px;
}

/*Glyphicons Pro Halflings*/
.demo-pro-glyphicons span.halflings {
	height: 30px;
}

.demo-pro-glyphicons span.halflings:before {
	padding: 10px 70px;
}

/*Contact Pages
------------------------------------*/
.map {
	width: 100%; 
	height: 350px;
	border-top: solid 1px #f2f2f2;
	border-bottom: solid 1px #f2f2f2;
}

.map-box {
	height: 250px;
}

.map-box-space {
	margin-top: 15px;
}

.map-box-space1 {
	margin-top: 7px;
}

/*Background Opacity
------------------------------------*/
.service-or {
	overflow: hidden;
	position: relative;
}

.service-bg {
    width: 250px;
    padding: 60px;
    position: absolute;
    top: -10px;
    right: -100px;
    background-color: rgba(255,255,255,0.1);
    transform: rotate(55deg);   
    -o-transform: rotate(55deg);
    -ms-transform: rotate(55deg);
    -moz-transform: rotate(55deg);
    -webkit-transform: rotate(55deg);
}

/*Easy Block (used for image badges)
------------------------------------*/
.easy-block-v1 {
	position: relative;
}

.easy-block-v1 img {
	width: 100%;
}

.easy-block-v1 .overflow-h h3 {
	width: 60%;	
	float: left;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 5px;
}

.easy-block-v1 .easy-block-v1-badge {
	left: 0px;
	top: 10px;
	z-index: 1;
	color: #fff;
	padding: 4px 10px;
	position: absolute;
}

/*Easy Block v2 (used for image badges)
------------------------------------*/
.easy-block-v2 {
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}

.easy-block-v2 img {
	width: 100%;
}

.easy-block-v2 .easy-bg-v2 {
	top: 5px;
	color: #fff;
	width: 100px;
	padding: 5px;
	right: -32px;
	font-size: 13px;
	position: absolute;
	text-align: center;
	letter-spacing: 2px;
	transform: rotate(45deg);   
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

/*Easy Block v3 (used for image badges)
------------------------------------*/
.easy-block-v3 {
	text-align: left;
	background: #585f69;
	padding: 30px 20px 20px;
}

.easy-block-v3.first { 
	background: #696f77; 
}
.easy-block-v3.second { 
	background: #707780; 
}
.easy-block-v3.third { 
	background: #787f88; 
}

.easy-block-v3 i {
	color: #fff;
	float: left;
	font-size: 30px;
	min-width: 45px;
	padding-top: 10px;
}

.easy-block-v3 .inner-faq-b {
	overflow: hidden;
}

.easy-block-v3 .inner-faq-b h2,
.easy-block-v3 .inner-faq-b h3 {
	font-size: 21px;
	margin-bottom: 8px;
}

.easy-block-v3 .inner-faq-b h4 {
	color: #fff;
	font-size: 17px;
	margin-bottom: 2px;
}

.easy-block-v3 .inner-faq-b h2,
.easy-block-v3 .inner-faq-b h3,
.easy-block-v3 .inner-faq-b p {
	color: #fff;
}

/*Full Width Block
------------------------------------*/
.full-w-block {
	padding: 30px 0;
	background: #282828;
}

.full-w-block .info-blocks i,
.full-w-block .info-blocks-in h3 {
	color: #fff;
}

.full-w-block .info-blocks-in p {
	color: #ccc;
}

.full-w-block .info-blocks:hover i.icon-info-blocks {
	color: #fff;
}

/*Simple Block
------------------------------------*/
.simple-block {
	margin-bottom: 20px;
}	

.simple-block img {
	width: 100%;
}

.simple-block p {
	text-align: center;
}

.simple-block .carousel-indicators {
	top: 10px;
	left: 65%;
	text-align: right;
}

.simple-block .carousel-indicators .active {
	background: #333;
}

.simple-block .carousel-indicators li {
	border-color: #333;
}

.simple-block .carousel-inner > .item {
	margin: 0;
}

.simple-block .responsive-video {
	margin-bottom: 3px;
}

/*Two Blocks
------------------------------------*/
.two-blocks {
	text-align: center;
}

.two-blocks-in {
	margin-bottom: 30px;
}

.two-blocks-in i {
	color: #fff;
	padding: 11px;
	font-size: 30px;
	min-width: 50px;
	text-align: center;
	background: #585f69;
	margin-bottom: 10px;
	display: inline-block;
}

/*Three Blocks
------------------------------------*/
.three-blocks {
	text-align: center;
}

.three-blocks-in {
	margin-bottom: 30px;
}

.three-blocks-in i {
	color: #777;
	padding: 9px 6px;
	font-size: 20px;
	min-width: 40px;
	margin-bottom: 10px;
	border: 1px solid #777;
}

.three-blocks-in h3 {
	font-size: 20px;	
	margin-bottom: 7px;
}

/*Temperory Classes
------------------------------------*/
/*Banner-info*/
.banner-info {
	margin-bottom: 10px;
}

.banner-info i {
	float: left;
	color: #fff;
	padding: 11px;
	/*min-width works with line-icon*/
	min-width: 40px;
	font-size: 22px;
	text-align: center;
	margin: 7px 20px 0 0;
}

/*min-width works with FontAwesome*/
.banner-info i.fa {
	min-width: 46px;
}

.banner-info.light i {
	border: 1px solid #fff;
}

.banner-info.dark i { 
	background: #555;
}

.banner-info h3 {
	font-size: 21px;
	margin-bottom: 5px;
}

.banner-info.light h3 { color: #fff;}
.banner-info.light p { color: #f2f2f2;}

/*Title-Box-V2*/
.title-box-v2 {
	text-align: center;
	margin-bottom: 40px;
}

.title-box-v2 h2 {
    font-size: 25px;
    text-transform: uppercase;
}

.title-box-v2 p {
	font-size: 13px;
}

/*remove padding from "Col-"*/
.no-space {
	padding: 0;
}

.no-space-left {
	padding-left: 0;
	padding-right: 15px !important;
}

.no-space-right {
	padding-right: 0;
	padding-left: 15px !important;
}

/*List Style v1*/
.list-style-v1 li {
	margin-bottom: 7px;
}

.list-style-v1 i {
	margin-right: 5px;
}

/*Social Contacts
------------------------------------*/
.social-contacts li {
	padding: 5px 0;
	border-top: 1px solid #ddd;
}

.social-contacts li:first-child {
	border-top: none;
}

.social-contacts li i {
	color: #777;
	font-size: 13px;
	min-width: 13px;
	margin-right: 12px;
	text-align: center;
}

/*Status Bar
------------------------------------*/
.status-bar li {
	padding-left: 9px;
	border-left: 1px solid #f2f2f2;
}

.status-bar li:first-child {
	border-left: none;
}

.status-bar li i {
	color: #47AAB9;
	margin-right: 5px;
}

.status-bar li a:hover {
	text-decoration: none;
}

.status-bar-in {
	padding: 10px;
	position: relative;
	background: #f0f0f0;
}

.status-bar-in:after {
	width: 0; 
	height: 0;
	top: -10px;
	left: 50px;
	content: " "; 
	display: block; 
	position: absolute;
	border-bottom: 11px solid #f0f0f0;	
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-left-style: inset; /*FF fixes*/
	border-right-style: inset; /*FF fixes*/
}

/*Share List*/
.share-list {
	margin-bottom: 0;
}

.share-list li {
	padding-left: 20px;
}

.share-list li:first-child {
	padding-left: 0;
}

.share-list li i {
	color: #47AAB9;
	margin-right: 5px;
}

/*People Say
------------------------------------*/
.people-say img {
	float: left;
	width: 40px;
	height: auto;
	margin: 6px 10px 0 0;
}

.people-say .overflow-h span {
	font-weight: 700;
}

.people-say .overflow-h p {
	font-style: italic;
	line-height: 1.3;
}

.people-say .overflow-h small {
	text-align: right;
	font-style: italic;
}

/*Inspire Page
------------------------------------*/
img.img-mouse {
	width: 150px;
	height: auto;
	margin: 0 auto 60px;
}

/*Desire Page
------------------------------------*/
/*Service Info*/
.service-info {
	position: relative;
	padding: 40px 0 50px;
	background: url(../img/patterns/17.png) repeat;
}

.service-info .info-description {
	overflow: hidden;
}

.service-info i.service-info-icon {
	color: #777;
	float: left;
	width: 50px;
	height: 50px;
	padding: 15px;
	font-size: 20px;
	line-height: 17px;
	margin-right: 20px;
	text-align: center;
	display: inline-block;
	border: 1px solid #777;
}

.service-info .info-description h3 {
	margin: 0 0 10px;
}

.service-info .info-description p {
	color: #777;
}

/*Portfolio Single Item Page
------------------------------------*/
/*Project Details*/
.project-details li {
  color: #000;
  font-weight: 200;
  margin-bottom: 5px;
}

.project-details strong {
  min-width: 100px;
  display: inline-block;
}

.project-details a {
  text-decoration: underline;
}

/*Bootstrap Testimonials
------------------------------------*/
.testimonials-bs {
  padding: 50px 0;
  background: url(../img/bg/16.jpg) 50% 0 repeat fixed;  
}

.testimonials-bs .headline-center-v2 span.author {
  color: #777;
  font-size: 14px;
}

/*Removes Bootstrap carousel background images*/
.testimonials-bs .item {
  margin-bottom: 30px;
}

.testimonials-bs .carousel-arrow {
  text-align: center;
}

.testimonials-bs .carousel-control-v2 i {
	color: #888;
	width: 30px;
	height: 30px;
	padding: 2px;
	font-size: 22px;
	display: inline-block;
	border: 2px solid #888;
}

.testimonials-bs .carousel-control-v2 i:hover {
  color: #47AAB9;
  border-color: #47AAB9;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.testimonials-bs .carousel-control-v2.left,
.testimonials-bs .carousel-control-v2.right {
    text-decoration: none;
    background-image: none;
}

/*Team v1*/
.team-v1 li > h3 {
	color: #555;
}
.slider-inner {
  padding: 2px 0 0;
}
.onehome .list-unstyled i {
  font-size: 16px;
  font-weight: 400;
  vertical-align: inherit;
}
.onehome .list-unstyled li {
  margin-bottom: 10px;
}
#banner .headline {
  border-bottom: 0 none;
   font-family:'eigerdals', sans-serif;
}
.SlideIcn {
  
  background-repeat: no-repeat!important;
  line-height: 52px;
  padding: 0 0 0 57px!important;
}
.topSearch {
  position: relative;
}
.topSearchBox .fa.fa-search::before {
  font-size: 16px;
  color: #7c8082;
}
form.navbar-form {
  left: 0;
  padding: 0;
  position: absolute;
  width: 165px;
  margin:0;
  z-index:999;
}
.topbar .topSearchBox .btn.btn-default {
  font-size:14px!important;
}
.onehome .btn-generic a:hover{background:#000;color:#FFF}
.onehome .visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}
.onehome .clearfix:before,.onehome .clearfix:after{content:" ";display:table}
.onehome .clearfix:after{clear:both}
.onehome .clearfix{*zoom:1}
.onehome .ir{display:inline-block;text-indent:-5000px}
.hero{background-position:center center;background-repeat:no-repeat;background-size:cover;color:#FFF;min-height:254px;padding-top:50px;text-align:center}
.hero .message{font-size:37px;font-size:3.7rem;line-height:1;margin-top:0;text-transform:uppercase}
.hero .maintext{text-shadow:1px 1px 0px #00aad8, -1px -1px 0px #d12248}
.hero .subtext{display:block;font-size:20px;font-size:2rem;font-weight:normal;text-transform:lowercase;text-shadow:0 0 45px rgba(0,0,0,0.3) 2px 5px rgba(0,0,0,0.4)}
.hero .cta{border:1px solid #fff;color:#FFF;display:inline-block;font-size:21px;font-size:2.1rem;font-weight:bold;line-height:1;padding:0.80952em 2.04762em 0.7619em;text-decoration:none;text-transform:uppercase}
.container-features *{-moz-box-sizing:border-box;box-sizing:border-box}
.feature{float:left;width:100%;background-position:center center;background-repeat:no-repeat;background-size:cover;overflow:hidden;position:relative; border-bottom:2px solid #FFF}
.feature.has-hover:hover .flag{filter:alpha(opacity=100);opacity:1}
@media (min-width: 768px){.feature .video-controls{display:block;position:absolute;z-index:500;right:20px;top:20px;margin:0}
}
.feature .headline{font-size:22px;font-size:2.2rem;line-height:1;margin-top:0;white-space:normal;height:100%}
.feature .headline-link{padding-left:20px;padding-right:20px;border-bottom:0 solid transparent;color:#FFF;display:block;height:100%;text-decoration:none}
.feature .headline-link span{transition:border-bottom 0.25s, bottom 0.25s;-webkit-transition:border-bottom 0.25s, bottom 0.25s;-moz-transition:border-bottom 0.25s, bottom 0.25s;-o-transition:border-bottom 0.25s, bottom 0.25s}
.feature.has-hover:hover .headline-link{background:rgba(0,0,0,0.5);transition:border-bottom 0.25s, padding-top 0.25s;-webkit-transition:border-bottom 0.25s, padding-top 0.25s;-moz-transition:border-bottom 0.25s, padding-top 0.25s;-o-transition:border-bottom 0.25s, padding-top 0.25s;border-bottom:9px solid #39B4EA}
.feature.has-hover:hover .share{visibility:visible;opacity:1;transition:visibility 1s linear 0.25s, opacity 0.5s linear, bottom 0.25s;-webkit-transition:visibility 1s linear 0.25s, opacity 0.5s linear, bottom 0.25s;-moz-transition:visibility 1s linear 0.25s, opacity 0.5s linear, bottom 0.25s;-o-transition:visibility 1s linear 0.25s, opacity 0.5s linear, bottom 0.25s}
.gradient{background:-webkit-linear-gradient(top, transparent 60%, rgba(0,0,0,0.65) 100%);background:linear-gradient(to bottom, transparent 60%, rgba(0,0,0,0.65) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr=#55000000, endColorstr=#55000000 );-ms-filter:progid:DXImageTransform.Microsoft.gradient( startColorstr=#55000000, endColorstr=#55000000 );zoom:1;z-index:10}
.mission{white-space:nowrap;font-family:"Colfax Light", sans-serif;border-bottom:1px solid #e5e5e5;line-height:1.05;margin-top:0}
.mission a{color:#3F3F3F;display:block;font-weight:normal;padding:2.35714em 10px 2.07143em;text-align:center;text-decoration:none;text-transform:uppercase}
.mission a .hicon-arrow_03{font-size:18px;font-size:1.8rem;position:relative;top:-2px;left:-6px;-webkit-transition:all 0.25s ease;transition:all 0.25s ease}
.mission a:hover{color:#39B4EA}
.mission a:hover span{color:#39B4EA}
.mission a:hover #mission_arrow{left:10px}
@media only screen and (min-width: 1em){
.onehome .slot-1{margin-top:0px;background-position:center top}
.onehome .features-1up .feature,.onehome .features-2up .feature,.onehome .features-4up .feature{height:375px}
.onehome .features-1up .feature .flag,.onehome .features-2up .feature .flag,.onehome .features-4up .feature .flag{bottom:110px}
.onehome .features-1up .feature .headline-link,.onehome .features-2up .feature .headline-link,.onehome .features-4up .feature .headline-link{position:relative}
.onehome .features-1up .feature .headline-link span,.onehome .features-2up .feature .headline-link span,.onehome .features-4up .feature .headline-link span{bottom:20px;position:absolute;padding-right:20px}
.onehome .features-1up .feature.has-hover:hover .headline-link span,.onehome .features-2up .feature.has-hover:hover .headline-link span,.onehome .features-4up .feature.has-hover:hover .headline-link span{bottom:30px}
.onehome .features-1up .feature.has-social .flag,.onehome .features-2up .feature.has-social .flag,.onehome .features-4up .feature.has-social .flag{bottom:100px}
.onehome .features-1up .feature.has-social.has-hover:hover .headline-link span,.onehome .features-2up .feature.has-social.has-hover:hover .headline-link span,.onehome .features-4up .feature.has-social.has-hover:hover .headline-link span{bottom:40px}
.onehome .features-1up .feature.has-social.has-hover:hover .share,.onehome .features-2up .feature.has-social.has-hover:hover .share,.onehome .features-4up .feature.has-social.has-hover:hover .share{bottom:20px}
.onehome .features-1up .feature.video-wrapper:hover .share,.onehome .features-2up .feature.video-wrapper:hover .share,.onehome .features-4up .feature.video-wrapper:hover .share{bottom:20px}
.onehome .features-1up .feature.video-wrapper:hover .headline-link span,.onehome .features-2up .feature.video-wrapper:hover .headline-link span,.onehome .features-4up .feature.video-wrapper:hover .headline-link span{bottom:60px}
.onehome .features-3up .feature,.onehome .features-5up .feature,.onehome .features-6up .feature{height:325px}
.onehome .features-3up .feature .flag,.onehome .features-5up .feature .flag,.onehome .features-6up .feature .flag{bottom:110px}
.onehome .features-3up .feature .headline-link,.onehome .features-5up .feature .headline-link,.onehome .features-6up .feature .headline-link{position:relative}
.onehome .features-3up .feature .headline-link span,.onehome .features-5up .feature .headline-link span,.onehome .features-6up .feature .headline-link span{bottom:20px;position:absolute;padding-right:20px}
.onehome .features-3up .feature.has-hover:hover .headline-link span,.onehome .features-5up .feature.has-hover:hover .headline-link span,.onehome .features-6up .feature.has-hover:hover .headline-link span{bottom:30px}
.onehome .features-3up .feature.has-social .flag,.onehome .features-5up .feature.has-social .flag,.onehome .features-6up .feature.has-social .flag{bottom:100px}
.onehome .features-3up .feature.has-social.has-hover:hover .headline-link span,.onehome .features-5up .feature.has-social.has-hover:hover .headline-link span,.onehome .features-6up .feature.has-social.has-hover:hover .headline-link span{bottom:40px}
.onehome .features-3up .feature.has-social.has-hover:hover .share,.onehome .features-5up .feature.has-social.has-hover:hover .share,.onehome .features-6up .feature.has-social.has-hover:hover .share{bottom:20px}
.onehome .features-3up .feature.video-wrapper:hover .share,.onehome .features-5up .feature.video-wrapper:hover .share,.onehome .features-6up .feature.video-wrapper:hover .share{bottom:20px}
.onehome .features-3up .feature.video-wrapper:hover .headline-link span,.onehome .features-5up .feature.video-wrapper:hover .headline-link span,.onehome .features-6up .feature.video-wrapper:hover .headline-link span{bottom:60px}
}


@media only screen and (min-width: 48em){
.onehome .hero{min-height:405px;padding-top:132px}
.onehome .hero .message{font-size:67px;font-size:6.7rem}
.onehome .hero .subtext{font-size:0.44776em}
.onehome .features-2up .slot-1,.onehome .features-2up .slot-2{width:50%}
.onehome .features-2up .slot-1{border-right:2px solid #FFF}
.onehome .features-3up .slot-1{width:100%;border-bottom:2px solid #FFF}
.onehome .features-3up .slot-2{border-right:2px solid #FFF}
.onehome .features-3up .slot-2,.onehome .features-3up .slot-3{width:50%}
.onehome .features-4up .slot-1,.onehome .features-4up .slot-2,.onehome .features-4up .slot-3,.onehome .features-4up .slot-4{width:50%}
.onehome .features-4up .slot-1,.onehome .features-4up .slot-3{border-right:2px solid #FFF}
.onehome .features-5up .slot-1{width:100%;border-right:none}
.onehome .features-5up .slot-2,.onehome .features-5up .slot-3,.onehome .features-5up .slot-4,.onehome .features-5up .slot-5{width:50%}
.onehome .features-5up .slot-2,.onehome .features-5up .slot-4{border-right:2px solid #FFF}
.onehome .features-6up .slot-1,.onehome .features-6up .slot-2,.onehome .features-6up .slot-3,.onehome .features-6up .slot-4,.onehome .features-6up .slot-5,.onehome .features-6up .slot-6{width:50%}
.onehome .features-6up .slot-1,.onehome .features-6up .slot-3,.onehome .features-6up .slot-5{border-right:2px solid #FFF}
.onehome .feature .headline{font-size:18px;font-size:1.8rem}
.onehome .features-3up .feature,.onehome .features-5up .feature,.onehome .features-6up .feature{height:480px}
.onehome .features-3up .feature .flag,.onehome .features-5up .feature .flag,.onehome .features-6up .feature .flag{bottom:110px}
.onehome .features-3up .feature .headline-link,.onehome .features-5up .feature .headline-link,.onehome .features-6up .feature .headline-link{position:relative}
.onehome .features-3up .feature .headline-link span,.onehome .features-5up .feature .headline-link span,.onehome .features-6up .feature .headline-link span{bottom:20px;position:absolute;padding-right:20px}
.onehome .features-3up .feature.has-hover:hover .headline-link span,.onehome .features-5up .feature.has-hover:hover .headline-link span,.onehome .features-6up .feature.has-hover:hover .headline-link span{bottom:30px}
.onehome .features-3up .feature.has-social .flag,.onehome .features-5up .feature.has-social .flag,.onehome .features-6up .feature.has-social .flag{bottom:100px}
.onehome .features-3up .feature.has-social.has-hover:hover .headline-link span,.onehome .features-5up .feature.has-social.has-hover:hover .headline-link span,.onehome .features-6up .feature.has-social.has-hover:hover .headline-link span{bottom:40px}
.onehome .features-3up .feature.has-social.has-hover:hover .share,.onehome .features-5up .feature.has-social.has-hover:hover .share,.onehome .features-6up .feature.has-social.has-hover:hover .share{bottom:20px}
.onehome .features-3up .feature.video-wrapper:hover .share,.onehome .features-5up .feature.video-wrapper:hover .share,.onehome .features-6up .feature.video-wrapper:hover .share{bottom:20px}
.onehome .features-3up .feature.video-wrapper:hover .headline-link span,.onehome .features-5up .feature.video-wrapper:hover .headline-link span,.onehome .features-6up .feature.video-wrapper:hover .headline-link span{bottom:60px}
.onehome .mission{white-space:nowrap;font-size:23px;font-size:2.3rem;margin-bottom:0}
.onehome .mission a{padding-bottom:22px;padding-top:22px}
.onehome .mission a .hicon-arrow_03{font-size:20px;font-size:2rem;top:0;left:5px}
}
@media only screen and (min-width: 60em){
.onehome .mission{font-size:40px;font-size:4rem}
.onehome .features-2up .feature{height:484px}
.onehome .features-2up .feature .flag{bottom:110px}
.onehome .features-2up .feature .headline-link{position:relative}
.onehome .features-2up .feature .headline-link span{bottom:20px;position:absolute;padding-right:20px}
.onehome .features-2up .feature.has-hover:hover .headline-link span{bottom:30px}
.onehome .features-2up .feature.has-social .flag{bottom:100px}
.onehome .features-2up .feature.has-social.has-hover:hover .headline-link span{bottom:40px}
.onehome .features-2up .feature.has-social.has-hover:hover .share{bottom:20px}
.onehome .features-2up .feature.video-wrapper:hover .share{bottom:20px}
.onehome .features-2up .feature.video-wrapper:hover .headline-link span{bottom:60px}
.onehome .features-3up .feature{height:242px}
.onehome .features-3up .feature .flag{bottom:110px}
.onehome .features-3up .feature .headline-link{position:relative}
.onehome .features-3up .feature .headline-link span{bottom:20px;position:absolute;padding-right:20px}
.onehome .features-3up .feature.has-hover:hover .headline-link span{bottom:30px}
.onehome .features-3up .feature.has-social .flag{bottom:100px}
.onehome .features-3up .feature.has-social.has-hover:hover .headline-link span{bottom:40px}
.onehome .features-3up .feature.has-social.has-hover:hover .share{bottom:20px}
.onehome .features-3up .feature.video-wrapper:hover .share{bottom:20px}
.onehome .features-3up .feature.video-wrapper:hover .headline-link span{bottom:60px}
.onehome .features-3up .slot-1{height:484px}
.onehome .features-3up .slot-1 .flag{bottom:110px}
.onehome .features-3up .slot-1 .headline-link{position:relative}
.onehome .features-3up .slot-1 .headline-link span{bottom:20px;position:absolute;padding-right:20px}
.onehome .features-3up .slot-1.has-hover:hover .headline-link span{bottom:30px}
.onehome .features-3up .slot-1.has-social .flag{bottom:100px}
.onehome .features-3up .slot-1.has-social.has-hover:hover .headline-link span{bottom:40px}
.onehome .features-3up .slot-1.has-social.has-hover:hover .share{bottom:20px}
.onehome .features-3up .slot-1.video-wrapper:hover .share{bottom:20px}
.onehome .features-3up .slot-1.video-wrapper:hover .headline-link span{bottom:60px}
.onehome .features-3up .slot-1{width:66.66%;border-right:2px solid #FFF}
.onehome .features-3up .slot-2,.onehome .features-3up .slot-3{width:33.33%;border-right:0px}
.onehome .features-5up .feature{height:242px}
.onehome .features-5up .feature .flag{bottom:110px}
.onehome .features-5up .feature .headline-link{position:relative}
.onehome .features-5up .feature .headline-link span{bottom:20px;position:absolute;padding-right:20px}
.onehome .features-5up .feature.has-hover:hover .headline-link span{bottom:30px}
.onehome .features-5up .feature.has-social .flag{bottom:100px}
.onehome .features-5up .feature.has-social.has-hover:hover .headline-link span{bottom:40px}
.onehome .features-5up .feature.has-social.has-hover:hover .share{bottom:20px}
.onehome .features-5up .feature.video-wrapper:hover .share{bottom:20px}
.onehome .features-5up .feature.video-wrapper:hover .headline-link span{bottom:60px}
.onehome .features-5up .slot-1 {
  height: 484px;
  padding: 0;
}
.onehome .features-5up .slot-1 .flag{bottom:110px}
.onehome .features-5up .slot-1 .headline-link{position:relative}
.onehome .features-5up .slot-1 .headline-link span{bottom:20px;position:absolute;padding-right:20px}
.onehome .features-5up .slot-1.has-hover:hover .headline-link span{bottom:30px}
.onehome .features-5up .slot-1.has-social .flag{bottom:100px}
.onehome .features-5up .slot-1.has-social.has-hover:hover .headline-link span{bottom:40px}
.onehome .features-5up .slot-1.has-social.has-hover:hover .share{bottom:20px}
.onehome .features-5up .slot-1.video-wrapper:hover .share{bottom:20px}
.onehome .features-5up .slot-1.video-wrapper:hover .headline-link span{bottom:60px}
.onehome .features-5up .feature{border-right:2px solid #FFF;width:33.333%}
.onehome .features-5up .slot-3,.onehome .features-5up .slot-5{border-right:0px}
.onehome .features-5up .slot-1 .bg-video{width:auto;height:484px}
.onehome .features-6up .slot-1,.onehome .features-6up .slot-2,.onehome .features-6up .slot-3,.onehome .features-6up .slot-4,.onehome .features-6up .slot-5,.onehome .features-6up .slot-6{width:33.33%}
.onehome .features-6up .slot-1,.onehome .features-6up .slot-2,.onehome .features-6up .slot-4,.onehome .features-6up .slot-5{border-right:2px solid #FFF}
.onehome .features-6up .slot-3,.onehome .features-6up .slot-6{border-right:0}
}
@media only screen and (min-width: 64em){.onehome .masthead .header-secondary ul{margin-left:118px}
.onehome .factivist{width:calc(50% - 1px)}
.onehome .mission a .hicon-arrow_03{font-size:30px;font-size:3rem;top:-3px;left:5px}
.onehome .feature .headline{font-size:22px;font-size:2.1rem}
.onehome .features-1up .feature{height:720px}
.onehome .features-1up .feature .flag{bottom:110px}
.onehome .features-1up .feature .headline-link{position:relative}
.onehome .features-1up .feature .headline-link span{bottom:20px;position:absolute;padding-right:20px}
.onehome .features-1up .feature.has-hover:hover .headline-link span{bottom:30px}
.onehome .features-1up .feature.has-social .flag{bottom:100px}
.onehome .features-1up .feature.has-social.has-hover:hover .headline-link span{bottom:40px}
.onehome .features-1up .feature.has-social.has-hover:hover .share{bottom:20px}
.onehome .features-1up .feature.video-wrapper:hover .share{bottom:20px}
.onehome .features-1up .feature.video-wrapper:hover .headline-link span{bottom:60px}
.onehome .features-1up .video-wrapper.feature{height:720px}
}
@media only screen and (min-width: 80em){.onehome .masthead .nav-main li{margin:0 36px 0 0}
.onehome .masthead .nav-main li a{font-size:21px;font-size:2.1rem}
}
@media only screen and (min-width: 90em){.onehome .feature .headline{font-size:20px;font-size:2rem}
.onehome .mission{font-size:48px;font-size:4.8rem}
.onehome .mission a .hicon-arrow_03{font-size:35px;font-size:3.5rem;top:-5px;left:1px}
.onehome .features-5up .feature{height:270px}
.onehome .features-5up .feature .flag{bottom:110px}
.onehome .features-5up .feature .headline-link{position:relative}
.onehome .features-5up .feature .headline-link span{bottom:20px;position:absolute;padding-right:20px}
.onehome .features-5up .feature.has-hover:hover .headline-link span{bottom:30px}
.onehome .features-5up .feature.has-social .flag{bottom:100px}
.onehome .features-5up .feature.has-social.has-hover:hover .headline-link span{bottom:40px}
.onehome .features-5up .feature.has-social.has-hover:hover .share{bottom:20px}
.onehome .features-5up .feature.video-wrapper:hover .share{bottom:20px}
.onehome .features-5up .feature.video-wrapper:hover .headline-link span{bottom:60px}
.onehome .features-5up .slot-1{height:540px}
.onehome .features-5up .slot-1 .flag{bottom:110px}
.onehome .features-5up .slot-1 .headline-link{position:relative}
.onehome .features-5up .slot-1 .headline-link span{bottom:20px;position:absolute;padding-right:20px}
.onehome .features-5up .slot-1.has-hover:hover .headline-link span{bottom:30px}
.onehome .features-5up .slot-1.has-social .flag{bottom:100px}
.onehome .features-5up .slot-1.has-social.has-hover:hover .headline-link span{bottom:40px}
.onehome .features-5up .slot-1.has-social.has-hover:hover .share{bottom:20px}
.onehome .features-5up .slot-1.video-wrapper:hover .share{bottom:20px}
.onehome .features-5up .slot-1.video-wrapper:hover .headline-link span{bottom:60px}
.onehome .features-5up .slot-1 .bg-video{width:auto;height:540px}
.onehome .footer-inner{font-size:12px;font-size:1.2rem}
.onehome .factivist .fact{padding:0 15%}
}
@media only screen and (min-width: 110em){.onehome .feature .headline{font-size:24px;font-size:2.4rem}
.onehome .mission a .hicon-arrow_03{font-size:41px;font-size:4.1rem;top:0;left:1px}
.onehome .features-5up .feature{height:300px}
.onehome .features-5up .feature .flag{bottom:110px}
.onehome .features-5up .feature .headline-link{position:relative}
.onehome .features-5up .feature .headline-link span{bottom:20px;position:absolute;padding-right:20px}
.onehome .features-5up .feature.has-hover:hover .headline-link span{bottom:30px}
.onehome .features-5up .feature.has-social .flag{bottom:100px}
.onehome .features-5up .feature.has-social.has-hover:hover .headline-link span{bottom:40px}
.onehome .features-5up .feature.has-social.has-hover:hover .share{bottom:20px}
.onehome .features-5up .feature.video-wrapper:hover .share{bottom:20px}
.onehome .features-5up .feature.video-wrapper:hover .headline-link span{bottom:60px}
.onehome .features-5up .slot-1{height:600px}
.onehome .features-5up .slot-1 .flag{bottom:110px}
.onehome .features-5up .slot-1 .headline-link{position:relative}
.onehome .features-5up .slot-1 .headline-link span{bottom:20px;position:absolute;padding-right:20px}
.onehome .features-5up .slot-1.has-hover:hover .headline-link span{bottom:30px}
.onehome .features-5up .slot-1.has-social .flag{bottom:100px}
.onehome .features-5up .slot-1.has-social.has-hover:hover .headline-link span{bottom:40px}
.onehome .features-5up .slot-1.has-social.has-hover:hover .share{bottom:20px}
.onehome .features-5up .slot-1.video-wrapper:hover .share{bottom:20px}
.onehome .features-5up .slot-1.video-wrapper:hover .headline-link span{bottom:60px}
.onehome .features-5up .slot-1 .bg-video{width:auto;height:600px}
}
@media only screen and (min-width: 120em){.onehome .feature .headline{font-size:28px;font-size:2.8rem}
.onehome .features-5up .feature{height:350px}
.onehome .features-5up .feature .flag{bottom:110px}
.onehome .features-5up .feature .headline-link{position:relative}
.onehome .features-5up .feature .headline-link span{bottom:20px;position:absolute;padding-right:20px}
.onehome .features-5up .feature.has-hover:hover .headline-link span{bottom:30px}
.onehome .features-5up .feature.has-social .flag{bottom:100px}
.onehome .features-5up .feature.has-social.has-hover:hover .headline-link span{bottom:40px}
.onehome .features-5up .feature.has-social.has-hover:hover .share{bottom:20px}
.onehome .features-5up .feature.video-wrapper:hover .share{bottom:20px}
.onehome .features-5up .feature.video-wrapper:hover .headline-link span{bottom:60px}
.onehome .features-5up .slot-1{height:700px}
.onehome .features-5up .slot-1 .flag{bottom:110px}
.onehome .features-5up .slot-1 .headline-link{position:relative}
.onehome .features-5up .slot-1 .headline-link span{bottom:20px;position:absolute;padding-right:20px}
.onehome .features-5up .slot-1.has-hover:hover .headline-link span{bottom:30px}
.onehome .features-5up .slot-1.has-social .flag{bottom:100px}
.onehome .features-5up .slot-1.has-social.has-hover:hover .headline-link span{bottom:40px}
.onehome .features-5up .slot-1.has-social.has-hover:hover .share{bottom:20px}
.onehome .features-5up .slot-1.video-wrapper:hover .share{bottom:20px}
.onehome .features-5up .slot-1.video-wrapper:hover .headline-link span{bottom:60px}
.onehome .features-5up .slot-1 .bg-video{width:auto;height:700px}
}
#featured img{width:100%; height:auto;}
#featured div{margin-bottom:30px;}
#community div#box {
  background: #afbd21 none repeat scroll 0 0;
  margin: -31px 0 0;
  padding: 23px;
  width: 100%;
  line-height: 1.3;
    margin: 0;/**/
}
.tag-box-v20.form-page > p {
  font-size: 14px !important;
}
body #community #box .tag-box-v20.form-page .text-right.closedate {
  font-size: 12px !important;
}
#community blockquote h2, #community blockquote p, #box h2, #box ol, #box ul {color:#000;}
#community .heading h2::before, #community .heading h2::after {
  border-color: #000;
  width: 28%;
}
#community h1 {
  font-size: 40px;
}
#community p {
  font-size: 17px;
  margin:0; padding:0;
}
#community .margin-bottom-40 {
  margin-bottom: 0;
  padding: 0;
}
#community .col-md-7 img {
  height: auto !important;
  width: 100% !important;
}
#community.jumbotron {
  padding: 30px 0;
}
#community blockquote h2 {
  font-size: 21px;
}
#community blockquote p {
  font-size: 16px;
}
.newsrightbar .headline {
  border-bottom: medium none;
}
.content .row.margin-bottom-40 {
  margin-bottom: 0;
}
.col-md-5 #box hr {
  margin: 15px 0;
}
.col-md-5 #box .heading.heading-v1 {
  margin-bottom: 30px;
  position: relative;
}
.col-md-5 #box a {
  color: #E66B2B;
  font-family: "eigerdals",sans-serif;
  font-weight: 400;
}
#box .tag-box-v20 h2,#box .tag-box-v20 h3,#box .tag-box-v20 h4,#box .tag-box-v20 h5,#box .tag-box-v20 h6,#box .tag-box-v20 p,#box .tag-box h2,#box .tag-box h3,#box .tag-box h4,#box .tag-box h5,#box .tag-box h6,#box .tag-box p {
  border-color: #555;
  color: #555;
}
#box .tag-box-v20,#box .tag-box {
  color: #555;
  margin-bottom: 0;
  padding: 20px 20px 0;
}
#box .headline {
  border-bottom: medium none;
}
.bg-color-white > .container {
  padding-bottom: 40px;
}
.col-md-7 p img {
  margin: 0px 30px 15px 0px;
}
/*
.col-md-7 p img {
  margin: 0px 30px 15px 15px;
}*/
.col-md-7 img {
  height: auto !important;
}
.tag-box {
  background: transparent none repeat scroll 0 0;
  border: medium none !important;
  box-shadow: none;
  padding: 0;
  
}
.form-page .radio input {
    margin: 6px 0 0 0;
}
.header-fixed-shrink .navbar.mega-menu {
    background: #fff;
}
@/media (max-width: 1199px) {
.navbar-brand .shrink-logo {
  height: auto;
  width: 220px;
}
}
@media (max-width: 991px) {
.col-md-7 p img {
  margin: 15px 30px 15px 15px;
}

#community.jumbotron {
    padding: 0px 0 30px 0;
}
.col-md-7 p img {
  margin: 15px 30px 15px 0;
}
#community , #community .col-md-5{
 height:auto !important;
}
#community .col-md-5 {
    margin-top: 1em;
}
#community div#box {
  margin: 0;
}
.topSearchBox form.navbar-form {
 top: 17px;
}
body .header-fixed-shrink .navbar-brand img {
  height: auto;
  width: 180px;
}
.dropdown-toggle.mobDrop {
  cursor: pointer;
  display: inline-block;
  height: 38px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
ul.nav > li.dropdown {
    position: relative !important;
}
.onehome .bg-color-white {
  height: auto !important;
}
}
.item img {
   border: medium none;
    display: block;
    max-width: 100%;
	width: 100%;
    outline: medium none;
	padding: 0px 0px 10px 0px;
}
.item {
  background: #fff none repeat scroll 0 0;
  border:2px solid #f2f2f2;
  text-align: center;
  padding:0px 0px 0px 0px;
  margin:0 10px 20px;
  width:calc(33.3333% - 20px); 
}
#news{width:100%;}
blockquote ul, blockquote ol{
	margin: 10px 0;
}
blockquote li span, blockquote li {
    font-size: 16px;
	margin-bottom: 5px;
	font-family: Calibri, sans-serif !important;
	font-weight: 200;
}
blockquote p span,blockquote span{
	font-family:Calibri, sans-serif !important;
	 font-size: 16px;
	 color: #fff;
	 font-weight: 200;
}
body.LeadershipTeam .col-md-12 h4 {
    margin-top: 20px;
    margin-bottom: 0;
}
@media (max-width: 959px) {
	.onehome .features-3up .feature, .onehome .features-5up .feature, .onehome .features-6up .feature {
    /* height: 480px; */
    padding: 0;
}

}
@media (max-width: 768px) {
	 #news .item {
	  width:calc(50%  - 20px);
}
img {
    height: auto !important;
	float:none!important;
}
h5 img {
    margin: 10px 0;
}
}
@media (max-width: 767px) {
.feature.slot-2.col-md-4 {
    width: 100%!important;
}
.feature.slot-2.col-md-6 {
    width: 100%!important;
    /* height: auto; */
}
}

@media (max-width: 400px) {
	 #news .item {
	 width:calc(100%  - 20px);
}
ul.setPaginate li a {
  margin: 5px 0 0;
  padding: 6px 11px;
}
}
#demo-2 input {
	outline: none;
}
#demo-2 input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
#demo-2 input::-webkit-search-decoration,
#demo-2 input::-webkit-search-cancel-button {
	display: none; 
}

#demo-2 input[type=search] {
	border: 0 none;
	padding: 9px 10px 9px 32px;
	width: 55px;
	
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	background: transparent;
	position: absolute;
	z-index: 99;
}
#demo-2:before {
    content: "\f002";
    font: normal normal normal 14px / 1 FontAwesome;
    position: absolute;
    left: 3px;
    top: 1px;
    z-index: 9999;
    color: #7c8082;
	cursor: pointer;
}
#demo-2 input[type=search]:focus {
	width: 130px;
	background-color: #fff;
border: 1px solid #bbb;
border-radius:3px!important;
}


#demo-2 input:-moz-placeholder {
	color: #999;
}
#demo-2 input::-webkit-input-placeholder {
	color: #999;
}

/* Demo 2 */
#demo-2 input[type="search"] {
    color: transparent;
    cursor: pointer;
    padding: 0 0 0 16px;
    width: 0;
    z-index: 9999;
    position: absolute;
    right: 0;
}
#demo-2 input[type=search]:focus {
    width: 150px;
    padding-left: 0;
    color: #000;
    background-color: transparent;
    cursor: auto;
	border: 0;
	border-radius: 0;
    border-bottom: solid 1px #ccc;

}
#demo-2 input:-moz-placeholder {
	color: transparent;
}
#demo-2 input::-webkit-input-placeholder {
	color: transparent;
}
form#demo-2 {
  right: 0;
  position: relative;
  top: 0;
}
.topSearchBox {
    display: block;
    /* float: left; */
    left: 0;
    /* margin: 0 9px 0 0; */
    min-width: 16px;
    position: relative;
    top: 0px;
    min-height: 12px;
}
#demo-2 .btn.btn-default {
  border-radius:0 3px 3px 0!important;
  padding: 1px 3px;
}
.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
  margin-left:0!important;
  margin-right:0!important;
}
.newsheading{ color:#47AAB9 !important;
}
.bottombar{padding: 7px 0 0px;
background: url(../img/bar_newspage.gif) left top repeat;
}
.headSocial {
  float: left;
}
.header .topbar ul.loginbar {
  padding: 0;
}
.hfirstfa.fa-home::before {
  display: none;
}
.blogheading{ color:#ef6328 !important;}
.blogbtn {
    border: 0;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    padding: 6px 13px;
    position: relative;
    background: #ef6328;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
}
.blogbtn:hover {
    color: #fff;
	background: #aab340;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn.btn-primary:hover {
  background: #a9b240 none repeat scroll 0 0;
  color: #fff;
  text-decoration: none;
  border-color:#a9b240;
}
body .btn-primary,body .btn-primary:active,body .btn-primary:focus{
background-color: #47AAB9;
border-color: #47AAB9;	
}
.bottomblogbar {
    padding: 7px 0 0px;
    background: url(../img/bar_BlogPage_2.gif) left top repeat;
}
body .content-sm {
  padding-top: 20px;
}
.news-v3 img {
  margin: 15px 20px 15px 0;
}
.redmark{ color:#FF0000 !important;}
navbar-default.navbar {
  margin-bottom: 0;
}
#community .tag-box-v20,#community .tag-box {
  padding: 0;
}
#community .tag-box-v20 aside, #community .tag-box-v3 aside {
  margin-bottom: 10px;
}
.footer-v2 {
  clear: both;
}
.onehome .container.content {
  padding-top: 20px;
}
body .acc-v1 .panel-heading a {
	font-weight: normal;
}
body .btn-u:hover,body .btn-u:focus,body .btn-u:active,body .btn-u.active,body .open .dropdown-toggle.btn-u {
	background: #a9b240;
}
body .headline {
	border-bottom: none;
}
form[name="donate_options"] p.text-right {
	text-align: left;
}
form[name="donate_options"] input.btn-u.pull-right {
    float: left!important;
    margin-top: 10px;
}
html .header-fixed.no-fixed-height .col-md-8,html .header-fixed.no-fixed-height .col-md-7,html .header-fixed.no-fixed-height .bg-color-white {
    height: auto !important;
}
<!---------edited by vinay----------->
.newspaging{ margin:10px !important;}
ul.setPaginate li.setPage{
	padding:15px 10px !important;
	font-size:14px !important;
	}

	ul.setPaginate{
	margin:0px;
	padding:0px;
	height:100%;
	/*overflow:hidden;*/
	font:12px 'Tahoma';
	list-style-type:none; float:right;	
	
	}  

	ul.setPaginate li.dot{padding: 30px 0;}

	ul.setPaginate li{
	float:left;
	margin:0px;
	padding:0px;
	margin-left:5px;
	}



	ul.setPaginate li a
	{
	background: none repeat scroll 0 0 #777777;
	border: 1px solid #cccccc;
	color: #fff;
	display: inline-block;
	font: 15px/25px Arial,Helvetica,sans-serif;
	margin: 5px 3px 0 0;
	padding: 0 5px;
	text-align: center;
	text-decoration: none;
	}	

	ul.setPaginate li a:hover,
	ul.setPaginate li a.current_page
	{
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #777777;
	color: #000;
	text-decoration: none;
	}

ul.setPaginate li a {
  color: #fff;
  display: block;
  font: 13px/23px "HelveticaNeueLT-LightExt",sans-serif !important;
  margin: 5px 2px 0;
  padding: 6px 11px;
  text-decoration: none;
}
body .tag-box-v2 {
  background: #fafafa none repeat scroll 0 0;
}
.col-md-12.newspaging {
  text-align: center;
}
ul.setPaginate {
  display: inline-block;
  float: none;
}
@media (max-width: 400px) {
	 #news .item {
	 width:calc(100%  - 20px);
}
ul.setPaginate li a {
  margin: 5px 0 0;
  padding: 6px 11px;
}
}
@media (min-width: 768px) {
.onehome .features-5up .residential .feature,.onehome .features-5up .family .feature {
  height:400px;
  width: 50%;
}
.onehome .features-5up .feature.slot-2.col-md-6 {
  height: 472px;
}
}
.currentactive{
    background: #e7e7e7 !important;
    padding: 15px;
    margin: 0 !important;
}
./navbar .navbar-collapse.collapse {
  padding-left: 0;
}

body .nav.navbar-nav li:last-of-type > a:first-child {
  padding-right: 15px;
}

.feature.slot-2.col-md-6 {
  padding: 0;
  width: 50%;
}
.feature.slot-2.col-md-4 {
  padding: 0;
  width: 33.333%;
}
.tag-box.tag-box-v1 {
  margin-bottom: 0;
  padding: 2px 0 6px;
}
.tag-box.tag-box-v1 .btn.btn-primary.btn-u-sm,.btn-u {
  margin: 0 14px 10px 0;
}
.tag-box.tag-box-v1 .btn.btn-primary.btn-u-sm:last-child {
  margin-right: 0;
}
.tab-pane.fade.active.in {
  border-bottom: 2px solid #47AAB9;
  margin-bottom: 10px;
}
.tab-pane.fade.active.in  .alert {
  margin-bottom: 13px;
}
.about-me .headline {
  border-bottom: medium none;
}
.about-me .panel-default > .panel-heading {
  border: medium none transparent;
}
./about-me .panel {
  box-shadow: none;
}
.about-me .headline.margin-bottom-10 > h3 {
  margin-bottom: 12px;
}
.about-me .table-striped > tbody > tr:first-child {
  border: 1px solid #ddd;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.about-me .table-striped > tbody > tr:first-child td {
  padding: 9px 8px;
}
form[name="updatepassword"].sky-form {
    margin-bottom: 30px;
}
form[name="frmFeedback"] {
    margin-bottom: 30px;
}
@/media (min-width: 1200px) {
.container-features.features-5up.clearfix {
  margin-top: -20px;
}
}
@/media (max-width: 590px) {
.onehome #banner {
  padding-top: 0 !important;
}
.onehome nav.navbar {
  margin-top: 214px;
}
}
.onehome .navbar {
  margin-bottom: 0;
}
/*Jean added*/
img {
    margin: 15px;
}

.jumbotron {
    padding-top: 0;
    padding-bottom: 0;
}
/*.header-fixed .header.header-fixed-shrink {
    height: 86px !important;
}*/
nav.navbar.navbar-default a{color:#FFF;}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
 color: #FFF;
}
.navbar-header .navbar-brand.active, nav.navbar.navbar-default a:hover {
    background: rgb(255,255,255, 0.25) !important;
    padding: 15px;
    margin: 0 !important;
}
.rightreadmore::before {
    content: "\f111";
    font-family: FontAwesome;
    font-size: 6px;
    position: absolute;
    left: 2px;
    top: 5px;
}
.rightreadmore {
    position: relative;
    display: inline-block;
    padding-left: 15px;
}
.closedate {
    padding-left: 15px!important;
    margin-bottom: 15px!important;
}
.col-md-7 blockquote{
background: #f2f2f2 url(../img/quote.png) no-repeat scroll 20px 20px;
padding: 20px 20px 20px 100px;
margin: 20px 0;
background-color: #f2f2f2;
color: #434b9f;
border-left: 0;
} 
.col-md-7 blockquote > p {
font-family: 'Rufina', serif;
font-size: 16px;
color: #434b9f;
font-weight: 700;
letter-spacing: 0;
}
.col-md-7 blockquote > p em {
font-family:Calibri, sans-serif!important;
font-style:normal;
font-weight:400;
color:#000;
font-size:14px;
}
.col-md-7 blockquote:hover, blockquote.text-right:hover {
    border-color: none;
    transition: none;
    border: 0;
}
body .reg-page {
    border: none;
    box-shadow: 0 0 3px #f2f2f2;
}
body .reg-header {
    margin-bottom: 20px;
    border-bottom:none;
}
.recReg .timeline-v2 li {
    list-style: none;
}
.recReg input[name=terms_condition] {    
float:left;
} 
.summary tbody {
    border: 1px solid #ddd;
}
.summary > tbody > tr > th {
    padding: 10px 6px 10px 6px;
    border: 1px solid #ddd;
}
.summary > tbody > tr > td {
    border: 1px solid #ddd;
    padding: 5px 6px 5px 6px;
    line-height: normal;
}

.totalPrice {
    float: left;
    margin-right: 10px;
    margin-top: 4px;
}
.selectContnt h3 {
    color: #47AAB9;
    font-weight: normal;
    font-size: 16px;
    padding-left: 0;
}
.selectContnt .panel-heading {
    cursor: pointer;
}
.selectContnt h3 {
    margin-bottom: 0;
    position: relative;
left: 0px;
}
.selectContnt {
    border: 1px solid #ddd;
    padding: 0px 12px 4px 22px;
    margin-bottom: 20px;
    position:relative;
}
.SupportPerson {
    width: 210px;
    margin: 10px 0 0 0;
}
.recReg .col-md-12 .panel-group {
    margin-bottom: 14px;
}
#programid {
    position: absolute;
    left: -11px;
    top: 1px;
}
.selectContnt .cbp_tmtime span {
    font-weight: normal;
    margin-bottom: 0;
    display: inline-block;
    font-family: Arial;
    text-align: center;
    line-height: 15px;
    font-size: 12px;
    background: #aaa;
    padding: 2px 5px;
    color: #fff;
    margin: 0 0 0 15px;
}
.sPrsn .radio {
    margin-top: 5px !important;
}
.sPrsn > strong {
    position: relative;
    top: 1px;
}
.mandatryField{
font-size: 13px;
float: right;    
}
.required {
    color: red;
}
.xtraChg {
    font-size: 12px;
    margin-left: 5px;
}
.recReg .panel.panel-default {
    border-bottom: 0;
}
.recReg .panel-body {
    padding: 15px 15px 0px 26px;
}
.impMsg {
    margin-bottom: 15px;
}
.loginBorderBox {
    clear: both;
    border: 1px solid #ddd;
    padding: 15px;
}
.alertmsg span,.alertmsg {
    color: red;
}
@media (min-width: 992px) {
/.breadcrumbs h1 {
    padding-left: 15px;
}
.navbar-collapse {
    padding-left: 0px;
}
body .nav > li > a.donateIcon > img {
    top: -43px;
    left: -15px;
}
body .navbar-brand {
    padding: 7px 0 8px 5px;
}
}
@media (max-width: 448px) {.sPrsn > strong {
    position: relative;
    top: 1px;
    display: block;
    margin-bottom: 3px;
}
}
@media (max-width: 578px) {
.selectContnt .cbp_tmtime span {
    margin: 0 0 0 0;
}
}
.dclsportrait {
    width: 60%;  
   	margin-right:5px;
	margin-top:7px !important;
}
.dclssquare {
    width: 80%;   
   	margin-right:5px;
	margin-top:7px !important;
}
.juicer-feed.white li.feed-item.j-twitter .j-message, .juicer-feed.user li.feed-item.j-twitter .j-message, .juicer-feed.juicer-widget li.feed-item.j-twitter .j-message, .juicer-feed.colors li.feed-item.j-twitter .j-message, .juicer-feed.gray li.feed-item.j-twitter .j-message, .juicer-feed.modern li.feed-item.j-twitter .j-message, .juicer-feed.polaroid li.feed-item.j-twitter .j-message {
    font-weight: normal !important;
    font-size: 16px;
    line-height: 20px;
}
.juicer-feed h1.referral, .juicer-feed.white li.feed-item.juicer, .juicer-feed.user li.feed-item.juicer, .juicer-feed.juicer-widget li.feed-item.juicer, .juicer-feed.colors li.feed-item.juicer, .juicer-feed.gray li.feed-item.juicer, .juicer-feed.modern li.feed-item.juicer, .juicer-feed.polaroid li.feed-item.juicer {
    display: none !important;
}
div#donateNow {
    position: fixed;
    left: 0;
    bottom: 0;
}
div#donateNow img {
    margin: 5px;
    max-width: 70px;
}
#box .box-overlay {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    /* transform: rotate(180deg); */
    height: 120px;
    overflow: hidden;
}
#box .box-overlay svg {
    position: absolute;
    bottom: 0;
    left: -1px;
    width: 101%;
}
#community div#box {
    background: #fff none repeat scroll 0 0;
    position: relative;
    /* margin-bottom: 150px; */
    padding: 66px 23px 23px;
}
.navbar-default {
    background-color: #0993af;
    border-color: #0993af;
}
.jumbotron {
    background-color: #f2f2ef;
}
.navbar-default .navbar-nav>li>a.currentactive {
    background: rgb(255 255 255 / 28%) !important;
	color: #fff;
}
.navbar-brand img{
	transition: all 0.5s ease;
}

body .header {
    z-index: 99;
    background: #ffffff;
    position: fixed;
    border-bottom: solid 1px #ffffff;
    width: 100%;
    top: 0;
	padding: 10px 0;
}
.slider-inner {
	background: #ffffff;
}
/*
	.module-grid > div:first-child {
    border-radius: 0 128px 0 0 !important;
}
.module-grid > div {
    border-radius: 128px 0 0 !important;
}
*/

.module-grid .feature{
	isolation: isolate;
	border-radius: 20px !important;
}
.module-grid .feature:hover{
	background-blend-mode: multiply;
}

.module-grid .feature:first-child:hover{
	background-color: rgba(71, 170, 185, 0.5);
}
.module-grid .feature:nth-of-type(2):hover {
	background-color: rgba(230, 107, 43, 0.5);
}
.module-grid .feature:nth-of-type(3):hover{
	background-color: rgba(245, 154, 0, 0.5);
}
.module-grid .feature:nth-of-type(4):hover{
	background-color: rgba(251, 186, 0, 0.5);
}
.module-grid .feature:nth-of-type(5):hover{
	background-color: rgba(203, 203, 44, 0.5);
}
.module-grid .feature:nth-of-type(6):hover{
	background-color: rgba(153, 204, 51, 0.5);
}
.onehome .navbar {
    border-left: 0;
    border-right: 0 !important;
}
.breadcrumbs h1 {
    margin: 0;
	font-size: 28px;
}
.breadcrumbs ul.pull-right.breadcrumb {
    margin: 0;
	top: 0;
}
div#banner {
    padding: 15px 0 0;
}
.containerfoot {
    width: 100%;
    overflow: hidden;
}
.cTop {
    background: #47abb7;
    padding: 20px;
    border-radius: 0 100px 0 0 !important;
    overflow: hidden;
}
.footWrap {
    max-width: 550px;
    float: right;
	width: 100%;
}
.cTop h4{
	color: #fff;
}
.cTop a{
	color: #000;
}
.cBottom {
    background: #31828c;
	padding: 10px 20px;
	color:#fff;
	overflow: hidden;
}
.cBottom a {
    color: #fff;
    font-size: 20px;
    position: relative;
    top: 3px;
    margin: 0 5px;
}
.cBottom a:hover{
	text-decoration: none;
}
.cBottom a.footlink {
    font-size: 14px;
    top: 0;
}
.footWrap.footLogo {
    float: none;
    margin: 75px 0 0;
    text-align: right;
}
.footWrap.footLogo img {
    margin: 0;
    max-width: 400px;
    width: 100%;
}

.footWrap.footLogo  p.text-left {
    text-align: right;
    margin: 0;
    padding: 26px 0 0;
}

@media screen and (min-width: 1200px) {
	.header{
		min-height:150px;
	}
	.header.header-fixed-shrink {
		min-height: 30px;
	}
}
body .footer-v2 .footer {
    padding: 0;
    background: #fff;
    border-top: 0;
}
.embed-responsive.embed-responsive-14by3 {
    min-height: 420px;
}
div#box {
    border-radius: 0 0 0 20px !important;
}
div#banner {
    padding: 2px 0 0;
}
}
.footer-v2 {
    margin-top: 0px !important;
}
.tweetHead {
    width: 100%;
    overflow: hidden;
}
.tweetHead h2 {
    background: #47AAB9;
    color: #fff;
    padding: 50px 70px;
    border-radius: 0 0  0 100px !important;
    margin: 0;
    font-size: 32px;
}
.header .col-md-7 li a{
	color: #47AAB9;
}
.pageContent blockquote p span, .pageContent blockquote span {
    color: #000;
}
@media (max-width: 991px) {
.header .navbar-toggle {
	z-index: 9;
}
.header .topbar {
	clear: right;
	float: none;
	width: 100%;
	display: flex;
	justify-content: center;
}
a.donateIcon img {
	position: fixed;
	right: 6px;
	top: 75px;
	z-index: 9999;
}
.footWrap.footLogo {
	margin: 50px 0 0;
	text-align: center;
	width: 100%;
	max-width: 100%;
}
.footWrap.footLogo p.text-left {
	text-align: center;
	padding: 26px 0 10px;
}
.footWrap {
	float: none;
	margin: auto;
}
.cTop,.cBottom {
	text-align: center;
}
.navbar-brand {
	z-index: 9999999;
	position: relative;
}
}
@media (max-width: 590px) {
body .navbar-brand img {
	width: 100%;
	max-width: 210px;
}
body .topbar .hoverSelector {
	display: none !important;
}
body .topSearchBox {
	left: 0px;
}
.navbar.mega-menu .col-md-1 {
	text-align: right;
}
body a.donateIcon img {
	position: relative;
	top: 0;
	max-width: 65px;
	left: auto;
}

	
}

a.donateIcon:hover img {
    filter: grayscale(1);
}




