/*!
 * Help v.1.0.0
 * Copyright 2013 
 * 
 */

.tp-bar {
    color:#ebb135;
	padding:5px 0;
	background-color:#fff;
	/*background-image:url(../images/tp-bg.png);
	background-position:top center;
	background-repeat:no-repeat;
	position:relative;*/
}
.tp-bar:before {
	/*width:100%;*/
	height:100%;
	content:'';
  opacity:0.1;
  filter:alpha(opacity=10);
	z-index:1;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
	
	position:absolute;
	top:0px;
	left:0px;
}
.tp-bar > .container {
	position:relative;
	z-index:2;
}
.logo {
	float:left;
}
.logo a,
.logo img {
	display:block;
	float:left
}
.logo .slogan {
        margin-top: 30px;
            font-weight: bold;
    font-size: 38px;
	padding-left:10px;
	margin-left:5px;
	line-height:43px;
	/*color:#fff;*/
	display:block;
	float:left;
	
	background:url(../images/sprites.png) 0px 11px no-repeat;
}

.tp-right {
	width:575px;
	float:right;
}
.social-links > ul {
	text-align:right;
}
.social-links ul li,
.social-links li a {
	display:inline-block;
}
.social-links ul li {
	margin-left:10px;
}
.tweets {
	margin:10px 0 0 0;
	font-size:10px;
	color:#fff;
	text-align:right;
	position:relative;
}
.tweets:before {
	width:16px;
	height:12px;
	display:inline-block;
	content:'';
	background:url(../images/sprites.png) 0 -319px no-repeat;
	position:absolute;
	left:0px;
	top:5px;
}
.tweets > ul {
	height:20px;
	margin-left:30px;
	overflow:hidden;
}
.tweets li a {
	color:#fff;
}
.tweets li a:hover {
	text-decoration:underline;
}


/*** Main Menu 
/////////////////////////////// ***/
.menu-bar {
	display:;
	background:#222222;
}
.menu-bar .menu {
	display:inline-block;
}
.menu {
	list-style:none;
}
.menu li {
	position:relative;
}
.menu > li {
	display:inline-block;
}
.menu > li > a {
	padding:15px 22px;
	font-size:15px;
	color:#fff;
	text-transform:uppercase;
	display:inline-block;
}
.menu li:hover > a {
	background:#000;
}

.menu-bar li ul {
	width:172px;
	height:0px;
	padding:0;
	background:#000;
	z-index:201;
	overflow:hidden;
	display:block;
	opacity:0;
  filter:alpha(opacity=0);
	position:absolute;
	left:0px;
	top:50px;
	
	border-radius:0px 3px 3px 3px;
	-moz-border-radius:0px 3px 3px 3px;
	-webkit-border-radius:0px 3px 3px 3px;

	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
}
.menu li li a {
	padding:10px 12px;
	font-size:14px;
	color:#fff;

	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.menu-bar li li {
	display:none
}
.menu-bar li:hover li {
	display:block
}
.menu-bar li li a {
	display:block;
}
.menu-bar li li:hover > a {
	background:#222;
}
.menu-bar li:hover > ul {
	overflow:visible;
	padding:8px;
}
.menu-bar li:hover > ul {
	height:auto;
	opacity:1;
  filter:alpha(opacity=100);
}
.menu-bar li > ul ul {
	height:auto;
	margin-left:8px;
	margin-top:-8px;
	left:100%;
	top:0px;
}
.menu-bar li li:hover > ul {
	opacity:1;
	top:0px;
}

























.tablet-menu {
	width:20px;
	height:18px;
	padding:5px;
	z-index:10;
	display:none;

	/*background:url(../images/sprites.png) 7px -540px no-repeat;*/
	
	position:absolute;
	left:20px;
	top:20px;
	
	box-shadow:0 0 4px 3px rgba(255, 255, 255, 0.3);
	-moz-box-shadow:0 0 4px 3px rgba(255, 255, 255, 0.3);
	-webkit-box-shadow:0 0 4px 3px rgba(255, 255, 255, 0.3);
}
.tablet-menu:hover {
	box-shadow:0 0 4px 3px rgba(255, 255, 255, 0.15);
	-moz-box-shadow:0 0 4px 3px rgba(255, 255, 255, 0.15);
	-webkit-box-shadow:0 0 4px 3px rgba(255, 255, 255, 0.15);
}

.user-controls {
	float:right;
}
.user-controls a {
	width:46px;
	height:30px;
	padding:10px 0;
	float:left;
	display:inline-block;
	background:#000 url(../images/sprites.png) 16px -344px no-repeat;

	transition:background-color 0.5s ease-in;
}
.user-controls a:hover {
	background-color:#111111;
}
.user-controls a.user-search {
	background-position:12px -391px;
}


.events {
	margin-bottom:25px;
}
.events-list > li + li {
	margin-top:10px;
}
.event-box {
	border:1px solid #dddddd;

	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMGYwZjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(240,240,240,0) 0%, rgba(240,240,240,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,240,240,0)), color-stop(100%,rgba(240,240,240,1)));
	background: -webkit-linear-gradient(top,  rgba(240,240,240,0) 0%,rgba(240,240,240,1) 100%);
	background: -o-linear-gradient(top,  rgba(240,240,240,0) 0%,rgba(240,240,240,1) 100%);
	background: -ms-linear-gradient(top,  rgba(240,240,240,0) 0%,rgba(240,240,240,1) 100%);
	background: linear-gradient(to bottom,  rgba(240,240,240,0) 0%,rgba(240,240,240,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f0f0f0', endColorstr='#f0f0f0',GradientType=0 );

}
.event-box .image {
	width:110px;
	margin:0px;
	float:left;
	overflow:hidden;
}
.event-box .image img {
	width:100%;
	display:block;
}
.event-box .detail {
	padding:11px 20px 8px 20px;
	margin-left:110px;
	color:#8d8c8c;
	font-size:12px;
}
.event-box .detail li span {
	display:inline-block;
	margin-right:10px;
}
.event-box .detail li span + span:before {
	padding-right:10px;
	content:'|';
	display:inline-block;
	position:relative;
	top:-1px;
}
.event-box .detail [class^="icon-"] {
  opacity:0.5;
  filter:alpha(opacity=50);
}

.event-box-featured {
	background:none;
	border:0px;
}
.event-box-featured .image {
	width:auto;
	float:none;
	margin-bottom:10px;
	position:relative;
}
.event-box-featured .image:before {
	padding:0 10px;
	display:inline-block;
	color:#fff;
	/*content:'Featured Event';*/
	background:rgb(0,0,0);
	background:rgba(0,0,0,0.5);

	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	position:absolute;
	right:20px;
	bottom:20px;
}
.event-box-featured .detail {
	padding:10px 0 15px 0;
	margin-left:0px;
}
.event-box-featured .detail h5 {
	font-size:18px;
	color:#3f3f3f;
}
.event-box-featured .detail li {
	display:inline-block;
}

.events .pagination {
	margin-bottom:20px;
}

.bg-placeholder{
      visibility:hidden;
      position: absolute;
}

/**** Donate styles ***/
.donate {
	margin-bottom:25px;
}
.donate-box {
	color:#fff;
	background:#222222;
}
.donate-detail {
	padding:20px;
	text-align:center;
}
.donate-detail h3 {
	color:#ebb135;
}
.donate-detail .progress {
	margin-bottom:0px;
}
.ratio {
	font-size:11px;
	line-height:31px;
}
.donate-box ul li {
	padding:13px 20px;
	text-transform:uppercase;
	background:#171717;
}
.donate-box ul li:nth-child(odd) {
	background:#1d1d1d;
}
.donate-box ul li span {
	display:inline-block;
	float:right;
	font-size:20px;
	font-weight:bold;

}


/*** tweet box ***/
.twitter {
	margin-bottom:25px;
}
.tweets-box {
	padding:20px;
	margin-bottom:15px;
	color:#fff;
	background-color:#2cb9e1;
}
.tweets-list {
	height:225px;
}
.tweets-box li + li {
	margin-top:20px;
}
.tweets-box h6,
.tweets-box a {
	color:#fff;
}
.tweets-box a:hover {
	text-decoration:underline;
}
.tweets-box p:last-child {
	margin-bottom:0px;
}
.follow-twitter {
	padding-left:60px;
	line-height:30px;
	font-size:14px;
	color:#41a8d3;
	background:url(../images/sprites.png) 0 -716px no-repeat;
}

/*** event-countdown ***/

.event-countdown {
	padding:20px;
	background:#ebb135;	
}
.event-countdown h3 {
	margin-bottom:15px;
	color:#fff;
	text-align:center;
}
.event-countdown ul.list li {
	font-size:12px;
}
.event-countdown ul.list li span {
	display:inline-block;
	margin-right:8px;
}
.event-countdown ul.list li span + span:before {
	padding-right:8px;
	content:'|';
	display:inline-block;
	position:relative;
	top:-1px;
}
.event-countdown > p {
	margin-bottom:5px;
}

.counter {
	padding:15px 20px 12px 20px;
	margin:0 -20px 12px -20px;
	background:#000;
	color:#fff;
}
.count-down {
	width:164px;
	margin:auto;
	overflow:hidden;
}
.countDays,
.countHours,
.countMinutes,
.countSeconds {
	width:22px;
	float:left;
}
.counter span.position {
	width:11px;
	height:22px;
	margin-bottom:5px;
	float:left;
	font-size:20px;
	font-weight:bold;
	line-height:1.1em;
	display:inline-block;
	position:relative;
}
.position > span {
	position:absolute;
	top:0px;
	left:0px;
}
.counter span.boxName {
	font-size:10px;
	text-align:center;
	clear:both;
	display:block;
}
span.points {
	width:12px;
	float:left;
	margin:0 6px;
	font-size:24px;
	font-weight:bold;
	line-height:0.8em;
	text-align:center;
	display:block;
}

/*** testimonials ***/
.testimonials {
	padding:65px 0 30px 0;
	background:#eaeaea;
}
.testimonials .testimonial-detail {
	width:700px;
	margin:auto;
	text-align:center;
}
.testimonials .testimonial-detail .name {
	font-size:20px;
	line-height:36px;
}

.bx-viewport {
	margin-bottom:15px;
}
.testimonials .bx-controls-direction {
	display:none;
}



.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display:inline-block;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	width:21px;
	height:21px;
	text-indent:-9999px;
	display:inline-block;
	background:url(../images/sprites.png) 4px -771px no-repeat;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background-position:0 -816px;
}


/**** Widgets
//////////////////////////////  ***/

.footer .widget {
	width:220px;
	float:left;
	margin-left:20px;
	min-height:1px;	
}

.posts-list {
	padding:10px 20px;
	margin-bottom:30px;
	background:#ffffff;
}
.footer .posts-list {
	padding:0px;
	margin-bottom:0px;
	background:none;
}
.posts-list ul {
	list-style:none;
}
.posts-list li + li {
	margin-top:25px;
}
.posts-list li img {
	float:left;
	display:block;
}
.posts-list li .post-text {
	margin-left:70px;
}
.posts-list li .post-text p {
	font-size:12px;
}


/*** gallery-thumbs ***/
.gallery-thumbs ul {
	margin-left:-8px;
	list-style:none;
}
.footer .gallery-thumbs ul {
	margin-bottom:5px;
}
.gallery-thumbs li {
	width:25%;
	float:left;
	margin-bottom:8px;
	padding-left:8px;
	
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	
}
.gallery-thumbs li a,
.gallery-thumbs li img {
	width:100%;
	float:left;
}

.widget-text {
	font-size:12px;
}
.widget-text > a {
	display:block;
	margin-bottom:10px;
}
.widget-text p:last-child {
	margin-bottom:0px;
}


.widget_newsletter p {
	margin-bottom:20px;
}

/*** Footer styles ***/

.footer {
	padding:35px 0 30px 0;
	color:#868686;
	background:#3a3a3a;	
}
.footer h2,
.footer h5,
.footer a {
	color:#fff;
}

.bottom {
	padding:33px 0;
	font-size:12px;
	color:#fff;
	background:#ebb135;
}
.bottom a {
	color:#fff;
}
.bottom a:hover {
	text-decoration:underline;
}
.bottom .bottom-left,
.bottom .bottom-left p {
	float:left;
}
.bottom .bottom-left p {
	margin-bottom:0px;
}
.bottom .bottom-left ul {
	margin-left:46px;
	float:left;
	position:relative;
}
.bottom .bottom-left ul:before {
	width:0px;
	height:100%;
	display:inline-block;
	content:'|';
	position:absolute;
	left:-24px;
	top:0px;
}
.bottom .bottom-left li,
.bottom .bottom-left li a {
	display:inline-block;
	position:relative;
}
.bottom .bottom-left li + li {
	margin-left:15px;
}
.bottom .bottom-left li + li:before {
	padding-right:17px;
	content:'-';
	display:inline-block;
}

.bottom .social-links {
	float:right;
}



/*** Events page ***/
.banner {
    background-color:#3a3a3a;
	height:220px;
	margin-bottom:30px;
	position:relative;
	
	background-position:0 0;
	background-repeat:no-repeat;
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;	
}
.banner h1 {
	padding:13px 25px;
	margin:55px 0 20px 0;
	color:#fff;
	display:inline-block;
	background:#dea732;
}
.banner h1,
.banner .bread-bar {
	position:relative;
	z-index:2;
}
.blog-box {
	color:#7d7d7d;
	margin-bottom:25px;
}

iframe {
	width:100%;
	max-width:100%;
	border:0px;
	display:block;
}
.location-map {
	margin-bottom:20px;
}
.location-map iframe {
	height:285px;
}
.banner .location-map {
	width:100%;
	min-height:260px;
	z-index:1;
	position:absolute;
	left:0px;
	top:0px;
}
.banner .location-map iframe {
	height:260px;
}


.blog-box .image  img {
	width:100%;
	display:block;
}
.details,
.blog-details,
.details h6 {
    line-height: 24px;
}
.details h4 {
	margin-bottom:7px;
	font-weight:bold;	
}
.details h6 {
	font-size:13px;
	color:#494949;
}
.details ul.list {
	margin-bottom:20px;
}
.details ul.list li {
	margin-right:10px;
	display:inline-block;
}
.details ul.list li,
.details ul.list li a {
	color:#8c8c8c;
}
.details ul.list li a {
	display:inline-block;
}
.details ul.list li [class^="icon-"] {
  opacity:0.5;
  filter:alpha(opacity=50);
}
.details p {
	margin-bottom:20px;
}
.details blockquote p {
	margin-bottom:0px;
}

.author-box {
	padding:30px;
	border:1px solid #eaeaea;
	background:#eeeeee;
}
.snap {
	width:78px;
	height:78px;
	border:3px solid #fff;
	overflow:hidden;
	
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}
.author-box .snap {
	float:left;
}
.author-box .auth-details {
	margin-left:100px;
	line-height:22px;
}
.author-box .auth-details p {
	margin-bottom:0px;
}

.comment-area {
	margin-bottom:30px;
}
.comment-area:last-child {
	margin-bottom:40px;
}
.left-marg {
	margin-left:10px;	
}

.user-comments .comment-box {
	padding:30px 30px 15px 120px;
	color:#8c8c8c;
	border:1px solid #eaeaea;
	background:#fbfbfb;
	position:relative;
}
.comment-box .snap {
	position:absolute;
	top:20px;
	left:20px;
}
.comment-box .comment-tp {
	margin-bottom:10px;		
}
.comment-box .comment-tp strong {
	font-size:18px;
	font-weight:normal;
	color:#3f3f3f;
}
.comment-box .comment-tp p {
	display:inline-block;
	margin-left:5px;
	margin-bottom:0px;
	font-size:12px;
}
.comment-box .comment-tp p:before {
	padding-right:10px;
	display:inline-block;
	content:'//';
}
.comment-box .reply-link {
	padding:4px 15px 4px 35px;
	font-size:12px;
	color:#8c8c8c;
	display:none;
	border-left:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
	background:#fff url(../images/sprites.png) 15px -1003px no-repeat;
	position:absolute;
	top:0px;
	right:0px;
}
.comment-box:hover .reply-link {
	display:inline-block;
}
.comment-box .reply-link:hover {
	color:#676767;
	background-position:15px -1043px;
}

.user-comments li + li {
	margin-top:25px;
}

.user-comments ul > li li {
	margin-top:25px;
	margin-left:0px;
}
.user-comments li li li {
	margin-top:10px;
	margin-left:30px;
}

.user-comments ul > li li .comment-box {
	background:#fff;
}
.user-comments li li li .comment-box {
	background:#f8f8f8;
}
.user-comments li li li li .comment-box {
	background:#eeeeee;
}
.user-comments li li li .comment-box:before {
	width:15px;
	height:61px;
	content:'';
	display:block;
	background:url(../images/sprites.png) 0 -1093px no-repeat;
	position:absolute;
	left:-16px;
	top:-11px;
}


/*** Blog page ***/
.blog-box .image {
	margin-bottom:25px;
	border:1px solid #cecece;
}
.blog-box .image {
	display:block;
}
.blog-info {
	margin-bottom:40px;
}
.blog-left {
	width:155px;
	padding-right:25px;
	float:left;
	text-align:right;
	border-right:1px dotted #dadada;
  *zoom:1;
}
.blog-left .snap {
	margin-bottom:10px;
	display:inline-block;
	
	box-shadow:0px 2px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0px 2px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:0px 2px 3px rgba(0, 0, 0, 0.1);
}
.blog-left a {
	margin-bottom:5px;
	display:block;
	color:#dea732;
	font-weight:bold;
}
.blog-left p {
	margin-bottom:5px;
	font-size:12px;
}

.blog-details {
	margin-left:200px;
	position:relative;
}
.blog-details h4 {
	font-weight:bold;
}
.blog-details p {
	font-size:14px;
}
.blog-details p.date {
	font-size:12px;
	line-height:14px;
	margin-bottom:15px;
	color:#999;
}
.readmore {
	padding-left:18px;
	color:#b9b9b9;
	font-size:12px;
	display:inline-block;
	background:url(../images/sprites.png) 0 -1175px no-repeat;	
	
	transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-webkit-transition:all 0.2s ease;
}
.readmore:hover {
	color:#9d9d9d;
	background-position:3px -1175px;
}


/*** Gallery page ***/
.gallery .image {
	margin-bottom:20px;
	position:relative;
}
.gallery .image a,
.gallery .image img {
	display:block;
}
.gallery .image img {
	width:100%;
}
.gallery .image img {
  position: relative;
  z-index: 4;
  max-width: 100%;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.gallery .image .image-info {
	width:100%;
	height:100%;
	font-weight:bold;
	color:#fff;
  opacity:0;
  filter:alpha(opacity=0);
	display:block;
	background:rgb(0,0,0);
	background:rgba(0,0,0,0.5);
  z-index: 11;
	overflow:hidden;
	
	position:absolute;
	left:0px;
	top:0px;

  -webkit-transition:all 0.5s ease-out;
  -moz-transition:all 0.5s ease-out;
  -o-transition:all 0.5s ease-out;
  transition:all 0.5s ease-out;
	
}
.gallery .image:hover .image-info {
  opacity:1;
  filter:alpha(opacity=100);
}
.gallery .image .image-info p {
	width:100%;
	text-align:center;
	position:absolute;
	top:50%;
	left:0px;

  transform:scale3d(2, 2, 1) translate3d(0, 70%, 0);
  -moz-transform:scale3d(2, 2, 1) translate3d(0, 70%, 0);
  -o-transform:scale3d(2, 2, 1) translate3d(0, 70%, 0);
  -webkit-transform:scale3d(2, 2, 1) translate3d(0, 70%, 0);
  
  -webkit-transition:all 0.5s ease-out;
  -moz-transition:all 0.5s ease-out;
  -o-transition:all 0.5s ease-out;
  transition:all 0.5s ease-out;
}
.gallery .image:hover .image-info p {
  -moz-transform:scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform:scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform:scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform:scale3d(1, 1, 1) translate3d(0,0,0);
}
.gallery .image .imageMirror {
	width:100%;
	height:100%;
	display:block;
	z-index:10;
	overflow:hidden;
	position:absolute;
	left:0px;
	top:0px;
	
}
.gallery .image .imageMirror img {
	transform:scale(2);
	-moz-transform:scale(2);
	-webkit-transform:scale(2);
}

.contact-box {
	font-size:18px;
	line-height:30px;
	color:#8c8c8c;
}
.contact-box p {
	margin-bottom:20px;
}
ul.contact-list li {
	padding:7px 0;
	margin-bottom:15px;
	font-size:20px;
	line-height:1.1;
}
ul.contact-list li a {
	color:#8c8c8c;
}
ul.contact-list li[class^="list-"] {
	position:relative;
	padding-left:60px;
}
ul.contact-list li[class^="list-"]:before {
	width:37px;
	height:37px;
	margin-right:10px;
	content:'';
	display:block;
	background:url(../images/sprites.png) 0 -1303px no-repeat;

	position:absolute;
	top:0px;
	left:0px;
}
ul.contact-list li.list-email:before {
	background-position:0 -1370px;
}
ul.contact-list li.list-email:before {
	background-position:0 -1370px;
}
ul.contact-list li.list-facebook:before {
	background-position:0 -1437px;
}
ul.contact-list li.list-twitter:before {
	background-position:0 -1504px;
}


/** facebook like box style ***/

/* To fill the container and nothing else */
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
width: 100% !important;
}

.fb_iframe_widget iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* end of facebook responsive */


/*** jQuery UI Dialog
///////////////////////////////////////// ****/

.dialog-overlay {
	width:100%;
	height:100%;
	z-index:1000;
	position:fixed;
	top:0%;
	left:0px;
	display:none;
	opacity:0.8;
  filter: alpha(opacity=80);
	background-color:#000;
}

.ui-dialog {
	min-width:470px;
	min-height:150px;
	outline: 0;
	z-index:1001;
	
	position:absolute;
	top:0px;
	left: 0;
}
.ui-dialog .ui-dialog-titlebar {
	position: relative;
}
.ui-dialog .ui-dialog-title {
	display:none;
}
.ui-dialog .ui-dialog-titlebar-close {
	width:30px;
	height:30px;
	padding:0px;
	margin:0;
	border:0px;
	text-indent:-9999px;
	background-image:url(../images/sprites.png);
	background-position:7px -1564px;
	background-repeat:no-repeat;
	background-color:transparent;
	cursor:pointer;
	z-index:1002;

  opacity:0.5;
  filter:alpha(opacity=50);

	position:absolute;
	right:15px;
	top:15px;
	
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}
.ui-dialog .ui-dialog-titlebar-close:hover {
  opacity:0.8;
  filter:alpha(opacity=80);
}
.ui-dialog .ui-dialog-content {
	width:530px;
	margin:auto;
	overflow:hidden;

	background:#fff;
	background:rgba(255,255,255,0.95);

	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	overflow: auto;
}
.ui-dialog .ui-dialog-content:before,
.ui-dialog .ui-dialog-content:after {
	display:table;
	content:'';
}
.ui-dialog .ui-dialog-content:after {
	clear:both;
}
.ui-dialog .ui-dialog-content .heading {
	padding:20px 25px;
	font-size:20px;
	font-weight:bold;
	line-height:1.1em;
	color:#fff;
	text-align:left;
	background:#e7b03d;
}
.dialog-block {
	padding:30px 25px;
	position:relative;
}
.dialog-block .help-inline {
	padding-left:25px;
	line-height:30px;
}
.dialog-btm {
	padding:22px 25px;
	color:#9b9b9b;
	text-align:center;
	border-top:1px solid #fff;
	background:#f3f3f3;
}
.dialog-btm a {
	font-size:15px;
	font-weight:bold;
	color:#5f5f5f;
}
.dialog-block input[type="submit"],
.dialog-block input[type="button"] {
}

.ui-dialog-content textarea,
.ui-dialog-content input[type="text"],
.ui-dialog-content input[type="password"],
.ui-dialog-content input[type="datetime"],
.ui-dialog-content input[type="datetime-local"],
.ui-dialog-content input[type="date"],
.ui-dialog-content input[type="month"],
.ui-dialog-content input[type="time"],
.ui-dialog-content input[type="week"],
.ui-dialog-content input[type="number"],
.ui-dialog-content input[type="email"],
.ui-dialog-content input[type="url"],
.ui-dialog-content input[type="search"],
.ui-dialog-content input[type="tel"],
.ui-dialog-content input[type="color"],
.ui-dialog-content .uneditable-input {
	margin-bottom:25px;
}