@import url(//fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700&subset=latin,cyrillic-ext);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,800,600&subset=latin,cyrillic-ext);
body {
	background: #ffffff;
	font: 13px 'Tahoma', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.428571429;
	color: #adaeaf;
	min-width: 320px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
	background: none;
}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}
textarea, input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
	-webkit-appearance: none;
	-moz-appearance: caret;
}
p {
	margin-bottom: 12px;
	font-weight: 300;
	line-height: 18px;
}
.row > div {position: inherit;}
h1.navbar-brand_ {
	margin: 0;
	padding: 0;
	overflow: hidden;
	float: none;
	position: absolute;
	top: 25%;
	width: 100%;
	text-align: center;
	z-index: 100;
}
h1.bg-logo.navbar-brand_ {
	position: relative;
	top: 0;
	background: url(../img/header-bg.jpg) no-repeat center top/cover;
	padding: 40px 0;

}
h1.bg-logo.navbar-brand_ img {float: left; margin-right: 20px;}
h1.navbar-brand_ a {
	font-family: 'Open Sans Condensed'; 
	display: inline-block;
	font-size: 31px;
	line-height: normal;
	font-weight: 300;
	color: #fff;
	overflow: hidden;
}
h1.navbar-brand_ strong {
	font-family: 'Open Sans';
	font-size: 60px;
	display: block;
	font-weight: 800;
}
h1.navbar-brand_ span {
	text-transform: uppercase;
	display: block;
	margin-top: -5px;
}
.slogan-logo {
	float: left; 
	margin-top: -18px;
}
.footer-logo a {
	font-family: 'Open Sans Condensed';
	font-size: 20px; 
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
}
.footer-logo a:hover {
	color: inherit;
}
.footer-logo strong {
	font-family: 'Open Sans';
	font-size: 43px;
	font-weight: 800;
	display: block;
	margin-bottom: -5px;
}
.footer-logo .slogan-logo {
	margin-top: -10px;
}
.footer-logo img {
	float: left;
	margin-right: 25px;
}
h2 {
	font: 200 40px/50px 'Open Sans Condensed'; 
	color: #111;
	margin: 0 0 13px 0;
	border-bottom: 1px solid #d4d6d7;
	padding-bottom: 12px;
}
h3 {
	font: 900 20px/20px 'Open Sans';
	color: #111;
	margin: 0 0 7px 0;
}
.extra-wrap {
	overflow: hidden;
}
.main {
	position: relative;
}
.global {
	padding: 67px 0 15px 0;
	background: #ffffff;
}
.global.indent {
	padding: 57px 0 0 0;
}
.center {
	text-align: center;
}
/*-----menu-----*/
.menuBox {
	padding: 0;
	float: left;
}
.tm_navbar {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	min-height: 0;
	display: inline-block;
	text-align: right;
}
.uMenuRoot {
	padding: 0;
	margin: 0;
}
.tm_navbar li {
	float: left;
	font-size: 13px;
	line-height: 18px;
	padding: 0;
	position: relative;
	margin: 0 48px 0 0;
	list-style: none;
}
.uMenuV .uMenuRoot  > li {
}
.uMenuV .uMenuRoot  > li > a {
}
.tm_navbar li:last-child {
	margin-right: 0;
}
.tm_navbar > li >  strong {
	width: 1px;
	height: 9px;
	background: #ccc;
	position: absolute;
	right: -8px;
	bottom: 30px;
}
.tm_navbar li a {
	position: relative;
	padding: 0;
	text-transform: uppercase;
	font: 300 22px 'Open Sans Condensed';
	color: #363636;
	background: none;
}
.tm_navbar li > a.uMenuItemA {
	color: #2392e8;
	background: none;
}
.tm_navbar li > a:hover {
	color: #2392e8;
	background: none;
}
.tm_navbar .sfHover > a {
	color: #2392e8;
	background: none;
}
.tm_navbar li strong {
	height: 4px;
	background: url(../img/menu-marker.png) right 0 no-repeat;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 13px;
	right: -18px;
}
/*-----subMenu1-----*/
.tm_navbar .uWithSubmenu > ul {
	position: absolute;
	display: none;
	width: 135px;
	left: -20px;
	top: 29px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #e4e7e9;
	padding: 8px 0;
	margin: 0;
	text-align: center;
}
.tm_navbar .uWithSubmenu > ul li {
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0 0 6px 0;
	padding: 0;
	display: block;
	float: none;
}
.tm_navbar .uWithSubmenu > ul li a {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
	font: 13px 'Tahoma';
	color: #adaeaf;
	text-transform: none;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.tm_navbar .uWithSubmenu > ul li strong {
	display: inline-block;
	background: url(../img/menu-marker2.png) no-repeat;
	width: 6px;
	height: 7px;
	position: relative;
	left: 9px;
	top: 1px;
}
.tm_navbar .uWithSubmenu > ul li a:hover {
	text-decoration: none;
	color: #2392e8 !important;
	background: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.tm_navbar .uWithSubmenu > ul li.sfHover > a {
	text-decoration: none;
	color: #2392e8 !important;
	background: none !important;
}
/*-----subMenu2-----*/
.tm_navbar .uWithSubmenu ul ul {
	position: absolute;
	display: none;
	width: 135px;
	left: 136px;
	top: -8px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #f1f3f4;
	padding: 8px 0;
	margin: 0;
	text-align: center;
}
.tm_navbar .uWithSubmenu ul ul li a {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
	font: 13px 'Tahoma';
	color: #adaeaf;
	text-transform: none;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.tm_navbar .uWithSubmenu > ul li > ul li a:hover {
	text-decoration: none;
	color: #2392e8 !important;
	background: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.select-menu {
	display: none !important;
}
/*-----content-----*/
header {
	padding: 25px 0 21px 0;
	position: relative;
	z-index: 11;
	top: 0;
	left: 0;
	right: 0;
	background: #f1f3f4;
	border-top: 1px solid #d1d3d4;
	border-bottom: 1px solid #d1d3d4;
}
.follow_icon {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}
.follow_icon li {
	float: left;
	margin-left: 6px;
}
.follow_icon li a {
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.follow_icon li a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
footer {
	padding: 46px 0 25px 0;
	background: url(../img/foo_bg.jpg) no-repeat center top;
	background-size:cover;
}
footer p {
	font: 13px 'Tahoma', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	display: block;
	float: right;
}
footer figure {
	float: left;
}
footer .box {
	float: right;
	overflow: hidden;
}
footer a {
	font: 13px 'Tahoma', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
footer a:hover {
	color: #2392e8;
}
footer em {
	font-style: normal;
}
footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-top: -5px;
	overflow: hidden;
	margin-bottom: 30px;
}
footer ul li {
	float: left;
	margin-left: 49px;
}
footer ul li:first-child {
	margin-left: 0;
}
footer ul li.active a {
	color: #2392e8;
}
footer ul li a {
	text-transform: uppercase;
	font: 300 22px 'Open Sans Condensed'; 
	color: #ffffff;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
footer ul li a:hover {
	color: #2392e8;
}
.servicesBox hr {
	margin: 29px 0 56px 0;
	border: none;
	height: 2px;
	width: 100%;
	background: url(../img/border.png) repeat-x;
}
.newsBox {
	margin-bottom: 57px;
	position: relative;
}
.newsBox time a {
	font: bold 13px 'Tahoma', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 13px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.newsBox time a:hover {
	color: #819e6f;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.newsBox article {
	margin-bottom: 18px;
}
.newsBox:after {
	width: 1px;
	height: 100%;
	background: none;
	background: #d1d7bb;
	position: absolute;
	z-index: 1;
	display: inline-block;
	top: 0;
	right: -49px;
	content: ' ';
	z-index: 10;
}
.welcomeBox {
	margin-top: -6px;
}
.welcomeBox hr {
	border-top: none;
	border-bottom: 1px solid #ebeced;
	margin: 27px 0 65px 0;
}
.testimonialsBox {
	margin-top: 69px;
	margin-bottom: 69px;
}
.aboutBox {
	margin-bottom: 37px;
}
.gallBox {
	overflow: hidden;
	margin-bottom: 51px;
}
.gallBox hr {
	margin: 7px 0 0 0;
	border-top: 1px solid #f5f5f5;
}
.joinBox {
	padding-bottom: 45px;
}
.joinBox .box {
	float: left;
}
.joinBox .box .title {
	font: 300 80px/80px 'Open Sans';
	color: #e74c3c;
	text-transform: uppercase;
	margin-bottom: 6px;
}
.joinBox .box .description {
	font: 300 30px/30px 'Open Sans';
	color: #3e454c;
	text-transform: uppercase;
	margin-bottom: 0;
}
.joinBox > a {
	float: right;
}
.centerBox {
	padding-bottom: 25px;
	overflow: hidden;
}
.centerBox h2 {
	float: left;
}
.centerBox .btn2 {
	float: right;
	margin-top: 7px !important;
}
.centerBox hr {
	border-bottom: none;
	border-top: 1px solid #f8f8f8;
	margin: 0 0 56px 0;
}
.bannerBox {
	overflow: hidden;
}
.bannerBox article {
	text-align: center;
	margin-bottom: 42px;
}
.bannerBox article figure {
	width: 171px;
	height: 171px;
	border-radius: 171px;
	overflow: hidden;
	display: inline-block;
	margin-bottom: 12px;
}
.bannerBox article figure a:hover img {
	margin-top: -171px;
}
.bannerBox article .title {
	font: 900 20px 'Tahoma', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
}
.bannerBox article .caption {
	padding: 0 35px;
}
.testBox {
	padding: 74px 0 0 0;
	margin-top: 27px;
	background: #f5f6f6;
}
.teamBox {
	margin-bottom: 30px;
}
.teamBox article {
	margin-bottom: 27px;
}
.treatmentsBox {
	background: #f5f6f6;
	padding: 74px 0 55px 0;
}
.treatmentsBox figure {
	margin-bottom: 15px;
}
.treatmentsBox figure img {
	width: 100%;
}
.worksBox .title {
	font: 600 30px/30px 'Open Sans';
	color: #2c3e50;
	text-transform: uppercase;
	margin-bottom: 3px;
}
.worksBox .descrip {
	font: 300 20px 'Open Sans';
	color: #2c3e50;
	text-transform: uppercase;
	margin-bottom: 34px;
}
.who-box, .history-box, .trainers-box {
	margin-bottom: 40px;
}
.galleryBox {
	padding: 60px 0;
	margin: 64px 0 74px 0;
	min-height: 517px;
	background: url(../img/page1_bg1.jpg) no-repeat center top;
	background-size:cover;
}
.galleryBox h2 {
	color: #ffffff;
	margin: 0 0 11px 0;
	padding: 0;
	border-bottom: none;
}
.galleryBox .gall1 {
	padding: 0;
	margin: 0;
	list-style: none;
}
.galleryBox .gall1 li {text-align: center;}
.galleryBox .gall1 li img {
	max-width: 100%;
}
.galleryBox .thumbs {
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
}
.galleryBox .thumbs li {
	float: left;
	cursor: pointer;
	margin-right: 20px;
	margin-bottom: 22px;
	border: 4px solid transparent;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	width: 78px;
}
.galleryBox .thumbs li:nth-child(6n) {margin-right: 0;}
.galleryBox .thumbs li img {max-width: 100%;}
.galleryBox .thumbs li._active {
	border-color: #1b1b1b;
	border-radius: 3px;
}
.galleryBox .thumbs li:hover {
	border-color: #1b1b1b;
	border-radius: 3px;
}
.galleryBox .thumbs li.marg {
	margin-right: 0;
}
.bgPic {
	overflow: hidden;
}
.bgPic figure {
	max-height: inherit;
	position: relative;
	text-align: center;
}
.bgPic figure figcaption {
	position: absolute;
	top: 30%;
	left: 0;
	right: 0;
}
.bgPic figure .title {
	font: 900 49px/49px 'Roboto';
	letter-spacing: 2px;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 41px;
}
.bgPic figure .description {
	top: 0;
	left: 0;
	right: 0;
	font: 900 21px/21px 'Roboto';
	letter-spacing: 2px;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 73px;
}
.partnerBox .description {
	font: bold 18px/30px 'Tahoma', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #8c8b8b;
	margin-top: 10px;
	margin-bottom: 46px;
}
.clientsBox {
	background: url(../img/page1_pic8.jpg) no-repeat;
	padding: 56px 0 105px 0;
	margin-top: 40px;
}
.clientsBox h3 {
	color: #ffffff;
}
.clientsBox hr {
	background: url(../img/title_bg2.png) 0 bottom repeat-x;
}
.clientsBox article {
	text-align: center;
}
.testimonials-box {
	margin-bottom: 50px;
}
.banner-box {
	margin-bottom: 52px;
}
.banner-box > div {
	background: #272727;
}
.banner-box > div .caption {
	position: relative;
	padding: 36px 10px 10px 10px;
}
.banner-box > div .caption .badge {
	padding: 0;
	margin: 0;
	box-shadow: none;
	text-shadow: none;
	border: none;
	border-radius: 0;
	background: #cd8626;
	width: 36px;
	height: 37px;
	font: 900 14px/15px 'Tahoma', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #272727;
	text-align: center;
	padding-top: 4px;
	position: absolute;
	top: 0;
	right: 10px;
}
.banner-box figure img {
	width: 100%;
}
.banner-box .title1 {
	font: 300 16px/16px 'Tahoma', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	margin-bottom: 0;
}
.banner-box .title2 {
	font: 900 20px 'Tahoma', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	margin-bottom: 12px;
}
.sub_pic {
	position: relative;
	top: 0;
	overflow: hidden;
	width: 100%;
	max-height: 90px;
}
.privacyBox {
	margin-bottom: 48px;
}
/*-----gallery-----*/
#gallery .gall1 {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
	margin-right: 10px;
	background: #f5f5f5;
	min-width: 270px;
	min-height: 229px;
}
#gallery .thumbs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}
#gallery .thumbs li {
	cursor: pointer;
	margin-bottom: 10px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/*-----carousel-----*/
.list_carousel1.responsive {
	width: auto;
	position: relative;
	margin: 0;
	padding: 0;
}
.list_carousel1 #foo1 {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	cursor: default;
}
.list_carousel1 #foo1 > li {
	padding: 16px 16px 0 16px;
	float: left;
	cursor: default;
	margin-right: 0;
	background: #f1f3f4;
	border: 1px solid #d1d3d4;
	border-radius: 7px;
}
.list_carousel1 #foo1 > li figure {
	margin: 0;
	border-radius: 100px;
	float: left;
	margin-right: 28px;
	margin-bottom: -15px;
}
.list_carousel1 #foo1 > li figure img {
	border-radius: 100px;
}
.list_carousel1 #foo1 > li a {
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	font: 900 20px 'Open Sans';
	color: #111;
	position: relative;
	top: 9px;
}
.list_carousel1 #foo1 > li a:hover {
	color: #2392e8;
}
.list_carousel1.responsive .caroufredsel_wrapper {
	cursor: default !important;
	width: 100% !important;
	height: 146px !important;
}
.carousel-box {
	padding-top: 48px;
	margin-bottom: 65px;
}
.foo-btn {
	position: absolute;
	width: 43px;
	top: -60px;
	right: 0;
}
.foo-btn .prev {
	width: 16px;
	height: 28px;
	background: url(../img/prev2.png) 0 top no-repeat;
	float: left;
}
.foo-btn .next {
	width: 16px;
	height: 28px;
	background: url(../img/next2.png) 0 top no-repeat;
	float: right;
}
.foo-btn .next:hover {
	background: url(../img/next2.png) 0 bottom no-repeat;
}
.foo-btn .prev:hover {
	background: url(../img/prev2.png) 0 bottom no-repeat;
}
.clientBox {
	background: #edf3f3;
	padding-top: 21px;
	padding-bottom: 21px;
	border-bottom: 4px solid #d5dada;
}
.clientBox .title {
	font: 900 14px 'Roboto';
	color: #535b60;
	text-transform: uppercase;
	margin-bottom: 10px;
	width: 100%;
	text-align: center;
}
.moreBox {
	text-align: center;
	padding-top: 73px;
	margin-bottom: 83px;
}
.moreBox hr {
	margin: 82px 0 0 0;
	border-color: #e1e3e5;
}
.moreBox p {
	font: 80px 'Sail';
	color: #414141;
	letter-spacing: -4px;
	margin-bottom: 16px;
}
.allBox {
	margin-bottom: 85px;
}
.allBox h2 {
	margin-bottom: 27px;
}
.trainers-box h3 {
	margin-bottom: 17px;
}
.overviewBox h3 {
	margin: 0 0 26px 0;
}
.testimBox {
	padding: 0 0 52px 0;
}
.testimBox hr {
	margin: 0 0 58px 0;
	border: none;
	height: 2px;
	width: 100%;
	background: url(../img/border.png) repeat-x;
}
.testimBox a {
	color: #2c3e50;
	font: 18px 'Open Sans';
	text-transform: uppercase;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.testimBox a:hover {
	color: #e74c3c;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.videoBox {
	position: relative;
	margin-top: 20px;
}
.videoBox figure a {
	position: relative;
	display: inline-block;
	width: 100%;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.videoBox figure a img {
	width: 100%;
}
.videoBox figure a:hover em {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.videoBox figure em {
	width: 100%;
	height: 100%;
	background: url(../img/play.png) center center no-repeat;
	display: block;
	position: absolute;
	top: 0;
}
.packagesBox {
	background: #fcfcfc url(../img/page3_pic2.jpg) no-repeat;
	padding: 25px 26px 22px 0;
	border: 1px solid #e8e8e8;
	overflow: hidden;
}
.packagesBox h3 {
	color: #2d2d2d;
	margin: 0 0 17px 0;
	font-size: 20px;
	line-height: 22px;
}
.packagesBox div {
	float: right;
}
.error-box {
	margin-top: -14px;
	padding-bottom: 27px;
}
.errorBox {
	text-align: center;
}
.errorBox1 {
	padding-top: 20px;
}
.errorBox1 h2 {
	margin-bottom: 24px;
	font-size: 40px;
	line-height: 48px;
}
.formBox {
	padding: 51px 0 0 0;
}
.searchBox {
	padding-bottom: 60px;
}
#toTop {
	display: none;
	width: 24px;
	height: 24px;
	background: url(../img/top.png) no-repeat;
	position: fixed;
	margin-right: -640px !important;
	right: 50%;
	bottom: 120px;
	z-index: 999;
}
#toTop:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.servBox {
	padding-bottom: 61px;
}
.blogBox h2 {
	margin-bottom: 27px;
}
.logosBox {
	margin-top: 2px;
	margin-bottom: 61px;
}
.logosBox ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.logosBox ul li {
	float: left;
	border-right: 1px solid #dcdddd;
}
.logosBox ul li img {
	width: 100%;
}
.logosBox ul li:last-child {
	border-right: none;
}
.trainerBox a {
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.trainerBox a:hover {
	opacity: 0.8;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.trainerBox {
	margin-bottom: 30px;
}
.trainerBox figure {
	margin: 0;
}
.trainerBox figure img {
	width: 100%;
}
.trainerBox a {
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.trainerBox a:hover {
	opacity: 0.8;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.unlockBox {
	padding-top: 66px;
	background: url(../img/pattern.png) repeat;
	padding-bottom: 11px;
	-webkit-box-shadow: inset 1px 0px 2px 0 rgba(0, 0, 0, 0.3);
	box-shadow: inset 1px 2px 2px 0 rgba(0, 0, 0, 0.3);
}
.unlockBox.colorBox {
	background: #302f46;
	box-shadow: none;
}
.unlockBox.colorBox h2 {
	color: #dbdaed;
}
.unlockBox.colorBox p {
	color: #dbdaed;
}
.classesBox {
	padding-top: 76px;
	background: url(../img/pattern3.png) repeat;
	padding-bottom: 98px;
}
.hundredBox {
	margin-top: 30px;
}
.hundredBox strong {
	font: bold 60px/47px 'Open Sans';
	color: #ffffff;
	margin-bottom: 0;
	display: block;
}
.hundredBox p {
	font: 600 24px/29px 'Open Sans';
	color: #ffffff;
}
.projectBox {
	padding: 0;
	background: url(../img/pattern2.png) repeat;
}
.projectBox article > .caption {
	margin: 0;
	padding: 0;
	background: #ffffff;
	position: relative;
	margin-bottom: 89px;
	overflow: hidden;
}
.projectBox .lnk {
	position: absolute;
	top: 42px;
	background: #ffffff;
	text-align: right;
	width: 77px;
	height: 77px;
	border-radius: 77px;
	right: -92px;
	padding-top: 24px;
	padding-right: 22px;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.projectBox .lnk:hover {
	background: rgba(255, 255, 255, 0.5);
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.projectBox .box1 {
	width: 630px;
	text-align: right;
	padding: 47px 0 0 50px;
	float: left;
	position: relative;
}
.projectBox .box1 .title1 {
	font: 48px 'Cabin';
	color: #278f94;
	margin-bottom: 27px;
}
.projectBox .box1 .title2 {
	font: 14px/22px 'Open Sans';
	color: #7d7d7d;
}
.projectBox figure {
	margin: 0;
	float: right;
}
/*-----thumbs-----*/
.pad1Box {
	background: #f8f8f8;
	padding: 62px 0 61px 0;
	position: relative;
}
.pad1Box em {
	display: inline-block;
	width: 100%;
	height: 17px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/shadow.png) center top no-repeat;
}
.thumb-pad1 {
	overflow: hidden;
	padding: 0;
}
.thumb-pad1.marg {
	padding-bottom: 80px;
}
.thumb-pad1 .thumbnail {
	position: relative;
	background: none;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	overflow: hidden;
}
.thumb-pad1 .thumbnail figure {
	margin-bottom: 24px;
}
.thumb-pad1 .thumbnail figure img {
	width: 100%;
}
.thumb-pad1 .thumbnail p {
	margin-bottom: 23px;
}
.thumb-pad1 .thumbnail .title {
	font: 25px/25px 'Open Sans';
	color: #8fbf4d;
	text-transform: uppercase;
	margin-bottom: 2px;
}
.thumb-pad1 .thumbnail .descrip {
	font: 600 15px/18px 'Open Sans';
	color: #3e454c;
	text-transform: uppercase;
}
.thumb-pad1 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
	color: #adaeaf;
}
.thumb-pad1 .thumbnail .caption .title1 {
	font: 300 40px/40px 'Open Sans';
	color: #7ecefd;
	text-transform: uppercase;
	margin-bottom: 3px;
}
.thumb-pad1 .thumbnail .caption .title2 {
	font: 300 20px/20px 'Open Sans';
	color: #2185c5;
	text-transform: uppercase;
	margin-bottom: 28px;
}
.iconBox {
	background: #f8f9fa;
	padding: 79px 0 35px 0;
	margin-bottom: 92px;
}
.thumb-pad2 {
	margin: 0 0 62px 0;
	padding: 0;
	overflow: hidden;
}
.thumb-pad2 .thumbnail {
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad2 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad2 .thumbnail .caption p {
	margin-bottom: 34px;
}
.thumb-pad2 figure {
	margin: 0;
	margin-bottom: 35px;
}
.thumb-pad2 figure img {
	width: 100%;
}
.thumb-pad2-2 {
	margin-bottom: 45px;
}
.thumb-pad2-2 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad2-2 .thumbnail .caption {
	padding: 0;
	color: #adaeaf;
	overflow: hidden;
}
.thumb-pad2-2 figure {
	margin: 0;
	margin-bottom: 24px;
	border: 1px solid #f5f5f5;
}
.thumb-pad2-2 figure img {
	width: 100%;
}
.thumb-pad2-2 .thumbnail .caption a {
	color: #333745;
	font: 20px 'Open Sans';
	display: inline-block;
	text-transform: uppercase;
	margin-bottom: 11px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad2-2 .thumbnail .caption a:hover {
	color: #e74c3c;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad3 {
	overflow: hidden;
	margin-bottom: 40px;
}
.thumb-pad3 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.thumb-pad3 .thumbnail .caption {
	padding: 15px 14px 14px 14px;
	color: #adaeaf;
	border: 1px solid #d1d3d4;
	border-top: none;
	background: #f1f3f4;
}
.thumb-pad3 .thumbnail .caption a {
	color: #111;
	font: 900 20px/23px 'Open Sans';
	margin: 0 0 34px 0;
	text-transform: none;
	margin-bottom: 14px;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad3 .thumbnail .caption a:hover {
	color: #2392e8;
}
.thumb-pad3 figure {
	margin: 0;
}
.thumb-pad3 figure a {
	display: block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad3 figure a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.thumb-pad3 figure img {
	width: 100%;
}
.thumb-pad4 {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.thumb-pad4 .thumbnail {
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad4 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad4 .thumbnail .caption a {
	font: 900 20px 'Open Sans';
	color: #111;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad4 .thumbnail .caption a:hover {
	color: #2392e8;
}
.thumb-pad4 figure {
	margin: 0;
	margin-bottom: 13px;
}
.thumb-pad4 figure img {
	width: 100%;
}
.thumb-pad5 {
	overflow: hidden;
}
.thumb-pad5 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	padding: 4px;
	background: #dbdad8;
}
.thumb-pad5 .thumbnail .caption {
	padding: 0;
	color: #adaeaf;
	position: absolute;
	bottom: 24px;
	left: 0;
	padding: 9px 23px;
	background: #242424;
}
.thumb-pad5 .thumbnail .caption .title {
	font: bold 13px 'Roboto';
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 0;
}
.thumb-pad5 figure {
	margin: 0;
	position: relative;
}
.thumb-pad5 figure em {
	background: #dbdad8 url(../img/plus.png) center center no-repeat;
	opacity: 0.7;
	filter: alpha(opacity=70);
	width: 100%;
	height: 100%;
	position: absolute;
	top: -450px;
	left: 0;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad5 figure img {
	width: 100%;
}
.thumb-pad5 figure:hover em {
	top: 0;
}
.blogBox {
	margin-bottom: 54px;
}
.thumb-pad6 {
	margin-bottom: 26px;
	padding-bottom: 22px;
	border-bottom: 1px solid #d4d6d7;
}
.thumb-pad6 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad6 .thumbnail .badgeBox {
	overflow: hidden;
	margin-bottom: 15px;
}
.thumb-pad6 .thumbnail .badgeBox p {
	text-transform: none;
	margin-bottom: 0;
}
.thumb-pad6 .thumbnail .badgeBox p.lnk1 {
	font: 13px 'Tahoma', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #adaeaf;
	text-transform: none;
	float: left;
}
.thumb-pad6 .thumbnail .badgeBox p.lnk1 a {
	font: 13px 'Tahoma', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #adaeaf;
	text-transform: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad6 .thumbnail .badgeBox p.lnk2 {
	float: right;
}
.thumb-pad6 .thumbnail .badgeBox p.lnk2 a {
	font: 13px 'Tahoma', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #adaeaf;
	text-transform: none;
	float: left;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad6 .thumbnail .badgeBox p.lnk2 em {
	display: inline-block;
	width: 26px;
	height: 18px;
	float: left;
	margin-left: 6px;
	background: url(../img/blog_icon.png) no-repeat;
}
.thumb-pad6 .thumbnail .badgeBox p.lnk1 a:hover {
	color: #2392e8;
}
.thumb-pad6 .thumbnail .badgeBox p.lnk2 a:hover {
	color: #2392e8;
}
.thumb-pad6 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
	color: #adaeaf;
}
.thumb-pad6 figure {
	position: relative;
	z-index: 1;
	margin: 0;
	float: left;
	margin-right: 29px;
}
.thumb-pad6 figure > img {
	width: 100%;
}
.thumb-pad6 .thumbnail .badgeBox a.tl {
	color: #111;
	font: 900 20px 'Open Sans';
	position: relative;
	top: -4px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad6 .thumbnail .badgeBox a.tl:hover {
	color: #2392e8;
}
.thumb-pad7 {
	padding-bottom: 60px;
}
.thumb-pad7 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad7 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad7 .thumbnail figure {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	margin-right: 29px;
}
.thumb-pad7 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad7 .thumbnail .caption p {
	margin-bottom: 23px;
}
.thumb-pad7 .thumbnail .caption .lnk {
	overflow: hidden;
	font: 300 28px/28px 'Open Sans';
	text-transform: uppercase;
	color: #e74c3c;
	margin-bottom: 5px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad7 .thumbnail .caption .lnk:hover {
	color: #2c3e50;
}
.thumb-pad7 .thumbnail .caption time {
	color: #2c3e50;
	font: 14px 'Open Sans';
	float: left;
}
.thumb-pad7 .thumbnail .caption .tl {
	display: block;
	overflow: hidden;
	margin-bottom: 13px;
}
.thumb-pad7 .thumbnail .caption .tl a {
	color: #2c3e50;
	font: 14px 'Open Sans';
	float: right;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad7 .thumbnail .caption .tl a:hover {
	color: #e74c3c;
}
.thumb-pad9 {
	padding-bottom: 64px;
	overflow: hidden;
}
.thumb-pad9:hover .thumbnail {
	background: #f5f5f5;
}
.thumb-pad9 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	overflow: hidden;
	padding: 38px 38px 25px 38px;
	background: #ffffff;
	border: 1px solid #f5f5f5;
}
.thumb-pad9 figure {
	margin: 0;
	margin-bottom: 24px;
}
.thumb-pad9 figure img {
	width: 100%;
}
.thumb-pad9 .thumbnail .caption {
	padding: 0;
	color: #adaeaf;
}
.thumb-pad9 .thumbnail .caption a {
	font: 20px 'Open Sans';
	color: #333745;
	display: inline-block;
	margin-bottom: 11px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad9 .thumbnail .caption a:hover {
	color: #e74c3c;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad10 {
	overflow: hidden;
}
.thumb-pad10 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
	overflow: hidden;
}
.thumb-pad10 figure {
	margin: 0 0 26px 0;
}
.thumb-pad10 figure img {
	width: 100%;
}
.thumb-pad10 .thumbnail .caption {
	padding: 0;
	color: #adaeaf;
	overflow: hidden;
}
/*-----btn-----*/
.btn-default.btn1 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 0;
	font: 13px 'Tahoma', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	text-shadow: none;
	color: #2392e8;
	border: none;
	background: none;
	border-radius: 0;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn1 > span {
	font-size: 12px;
	font-family: 'Open Sans Condensed';
}
.btn-default.btn1:hover {
	color: #adaeaf;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn2 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 17px 0;
	width: 234px;
	font: 900 16px 'Tahoma', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	text-shadow: none;
	color: #ffffff;
	border: none;
	background: url(../img/more_pattern.png) repeat;
	border-radius: 2px;
	border: 2px solid #ffffff;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn2:hover {
	color: #272727;
	background: #ffffff;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn3 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 5px 0;
	width: 173px;
	font: 900 16px 'Tahoma', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	text-align: center;
	text-shadow: none;
	color: #ffffff;
	border: none;
	background: url(../img/more_pattern2.png) repeat;
	border-radius: 2px;
	border: 2px solid #ffffff;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn3:hover {
	color: #272727;
	background: #ffffff;
	border-color: #ffffff;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn4 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 4px 35px;
	border: none;
	font: 600 24px 'Tahoma', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 0;
	text-shadow: none;
	color: #ffffff;
	background: #a2c9c2;
	display: inline-block;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.btn-default.btn4:hover {
	color: #6c9295;
	background: #e9e9e9 !important;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/*-----list-----*/
.events-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.events-list li {
	margin-bottom: 43px;
}
.events-list li time a {
	font: bold 13px 'Tahoma', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 13px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.events-list li time a:hover {
	color: #819e6f;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1-1 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	padding-top: 17px;
	margin-bottom: 17px;
}
.list1-1 li {
	font-size: 13px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 12px;
	padding-left: 22px;
	background: url(../img/list_arrow.png) left 5px no-repeat;
}
.list1-1 li p {
	margin: 14px 0 0 0;
}
.list1-1 li.marg {
	margin-bottom: 31px;
}
.list1-1 li a {
	font: 13px 'Tahoma', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #202326;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1-1 li a span {
	color: #ffffff;
	font: 300 16px/19px 'Tahoma', "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1-1 li a:hover {
	color: #cd8626;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1-1 li a:hover span {
	color: #cd8626;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list1 li {
	font-size: 13px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 1px;
}
.list1 li figure {
	float: left;
	margin-right: 18px;
	margin-top: 7px;
	background: #000000;
	width: 70px;
}
.list1 li figure a {
	position: relative;
	display: block;
}
.list1 li figure a img {
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	max-width: 100%;
}
.list1 li figure a:hover em {
	opacity: 1;
	filter: alpha(opacity=100);
}
.list1 li figure a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.list1 li figure em {
	width: 100%;
	height: 100%;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	background: url(../img/plus.png) center center no-repeat;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1 li .title {
	font: 900 20px 'Open Sans';
	color: #111;
	margin-bottom: 3px;
}
.list1 li .badge {
	padding: 0;
	margin: 0;
	box-shadow: none;
	text-shadow: none;
	border: none;
	border-radius: 3px;
	background: #2392e8;
	width: 70px;
	height: 57px;
	font: 16px/22px 'Open Sans Condensed';
	color: #ffffff;
	text-align: center;
	padding: 6px;
	white-space: normal;
	float: left;
	margin-right: 18px;
	margin-top: 7px;
}
.list3-2 {
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
}
.list3-2 li {
	padding: 16px 16px 0 16px;
	float: left;
	cursor: default;
	margin-right: 0;
	background: #f1f3f4;
	border: 1px solid #d1d3d4;
	border-radius: 7px;
	margin-bottom: 45px;
}
.list3-2 li figure {
	margin: 0;
	border-radius: 100px;
	float: left;
	margin-right: 28px;
	margin-bottom: -15px;
}
.list3-2 li figure img {
	border-radius: 100px;
}
.list3-2 li a {
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	font: 900 20px 'Open Sans';
	color: #111;
	position: relative;
	top: 9px;
}
.list3-2 li a:hover {
	color: #2392e8;
}
.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list2 article {
	font-size: 13px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 30px;
}
.list2 article a {
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list2 article a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.list2 article a img {
	width: 100%;
}
.list2-1 {
	margin: 0;
	padding: 0;
	margin-bottom: 49px;
	list-style: none;
}
.list2-1 li {
	font-size: 13px;
	line-height: 1.428571429;
	overflow: hidden;
}
.list2-1 li p {
	margin-top: 2px;
	margin-bottom: 0;
}
.list2-1 li .badge {
	padding: 0;
	margin: 0;
	box-shadow: none;
	text-shadow: none;
	font: 30px/45px 'Open Sans Condensed';
	text-align: center;
	color: #ffffff;
	background: #2392e8;
	width: 50px;
	height: 47px;
	border-radius: 3px;
	float: left;
	margin-right: 28px;
	margin-top: 7px;
}
.list2-1 li a {
	font: 900 20px 'Open Sans';
	color: #111;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list2-1 li a:hover {
	color: #2392e8;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list3 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list3 li {
	font-size: 13px;
	line-height: 1.428571429;
	margin-bottom: 5px;
	padding-left: 20px;
	background: url(../img/list_arrow.png) left 8px no-repeat;
}
.list3 li a {
	font: 13px 'Tahoma', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #2392e8;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list3 li a:hover {
	color: #adaeaf;
}
.list3-1 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	margin-top: -5px;
}
.list3-1 li {
	font-size: 13px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 20px;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 18px;
}
.list3-1 li a {
	font: 15px 'Open Sans';
	color: #3e454c;
	margin-bottom: 15px;
	display: inline-block;
}
.list3-1 li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.list3-1 li > img {
	float: left;
	margin-right: 19px;
	margin-top: 6px;
}
.list3-1 li p {
	margin-bottom: 0;
}
.list4 {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 48px;
	padding-bottom: 13px;
	margin-top: -3px;
	border-bottom: 1px solid #d1d7bb;
}
.list4 li {
	font-size: 13px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 30px;
}
.list4 li .badge {
	padding: 0;
	margin: 0;
	border-radius: 51px;
	box-shadow: none;
	text-shadow: none;
	font: 30px 'Six Caps';
	text-align: center;
	color: #ffffff;
	background: url(../img/pattern1.png) repeat;
	width: 51px;
	height: 51px;
	float: left;
	margin-right: 29px;
	margin-top: 3px;
	padding-top: 6px;
}
.list4 li a {
	font: bold 13px/18px 'Tahoma', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000;
	margin-bottom: 6px;
	display: inline-block;
	text-transform: uppercase;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list4 li a:hover {
	color: #819e6f;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list5 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list5 li {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 32px;
}
.list5 li .title {
	color: #000000;
	text-transform: uppercase;
}
.list5 li a {
	text-decoration: underline;
	color: #adaeaf;
}
.list5 li a:hover {
	text-decoration: none;
}
.list5 li img {
	float: left;
	margin-right: 17px;
}
.list6 {
	margin: 0;
	padding: 0;
	margin-top: -6px;
	list-style: none;
}
.list6 li {
	font-size: 13px;
	line-height: 1.428571429;
	margin-bottom: 19px;
}
.list6 li .badge {
	padding: 0;
	margin: 0;
	box-shadow: none;
	text-shadow: none;
	border: none;
	border-radius: 0;
	background: #cd8626;
	width: 36px;
	height: 37px;
	font: 900 14px/15px 'Tahoma', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #272727;
	text-align: center;
	margin-top: 3px;
	padding-top: 9px;
	float: left;
	margin-right: 17px;
}
.list6 li a {
	color: #e74c3c;
	font: 20px/25px 'Open Sans';
	margin: 0 0 9px 0;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 16px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list6 li a:hover {
	color: #2c3e50;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list8 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list8 li {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 17px;
}
.list8 li p {
	margin-bottom: 0;
}
.list9 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list9 li {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 30px;
}
/*-----search-----*/
#search-404 {
	position: relative;
	margin: 0;
	margin-top: 10px;
	overflow: hidden;
}
#search-404 input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	width: 100%;
	outline: none;
	border: 1px solid #d1d3d4;
	background: #f1f3f4;
	border-radius: 7px;
	font: 13px 'Tahoma', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #adaeaf;
	padding: 9px 15px;
	height: 39px;
	resize: none;
	margin-bottom: 15px;
}
#search {
	margin: 0;
	position: relative;
	float: right;
	margin-left: 27px;
	overflow: hidden;
}
#search a {
	position: absolute;
	top: 3px;
	right: 10px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
#search a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#search input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: none;
	border: 1px solid #a29f9b;
	margin: 0;
	width: 128px;
	outline: none;
	font: 300 13px 'Tahoma', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #000000;
	background: transparent;
	height: 29px;
	padding: 4px 30px 5px 10px;
	resize: none;
	float: left;
	margin-right: 2px;
}
/*-----map-----*/
.map {
	margin: 0 0 16px 0;
	width: 100%;
	line-height: 0;
}
.map iframe {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 382px;
	border: none;
	line-height: 0;
}
.info {
	margin-bottom: 19px;
	padding-top: 11px;
}
.info p {
	margin-bottom: 18px;
}
.info p > span {
	width: 142px;
	display: inline-block;
}
.info p a {
	color: #cd8626;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.info p a:hover {
	color: #adaeaf;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/*-----subscribeForm-----*/
.newsletterBox {
	padding: 28px 0;
	background: url(../img/page1_bg.jpg) repeat-y;
}
.newsletterBox h2 {
	font: 900 46px 'Tahoma', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	float: left;
	text-transform: none;
	margin-right: 30px;
	margin-bottom: 0;
}
.newsletterBox p {
	font: 300 16px 'Tahoma', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 0;
}
#newsletter {
	position: relative;
	margin: 13px 0 0 0;
	float: right;
}
#newsletter label {
	position: relative;
	float: left;
	margin-right: 26px;
}
#newsletter input {
	background: none;
	box-shadow: none;
	border: 1px solid #ffffff;
	border-radius: 0;
	font: 13px 'Tahoma', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #ffffff;
	background: rgba(255, 255, 255, 0.1);
	height: 37px;
	width: 391px;
	padding: 8px 11px 9px 11px;
	margin: 0;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
#newsletter input:focus {
	outline: none;
	border-color: #ccc;
}
#newsletter .error {
	position: absolute;
	top: 0;
	right: 3px;
	text-align: right;
	display: block;
	overflow: hidden;
	height: 0px;
	font-size: 10px;
	color: #cd8626;
	font-size: 11px;
	text-transform: none;
	font-weight: normal;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
#newsletter label.invalid .error {
	height: 19px;
}
#newsletter .success {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	border: 1px solid #ffffff;
	padding: 8px 11px 9px 11px;
	font: 13px 'Tahoma', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #272727;
	border: none;
	text-align: center;
	background: #ffffff;
	height: 37px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*-----form-----*/
.touchBox {
	padding: 59px 0 9px 0;
	overflow: hidden;
	text-align: center;
}
.touchBox .description {
	font: bold 18px/30px 'Roboto';
	color: #8c8b8b;
}
.touchBox .description > span {
	color: #404040;
}
#contact-form {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 52px;
}
#contact-form label {
	position: relative;
	display: block;
	min-height: 63px;
	margin: 0;
	font-weight: normal;
	font: 13px 'Tahoma', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #7a7a7a;
}
#contact-form label span {
	margin-bottom: 2px;
	display: block;
	color: #7a7a7a;
}
#contact-form .holder {
	overflow: hidden;
}
.form-div-1, .form-div-2, .form-div-3 {
	float: left;
	width: 242px;
	margin-right: 20px;
}
.form-div-3 {
	margin-right: 0;
}
#contact-form span {
	display: block;
}
#contact-form ._placeholder {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: text;
	padding: 9px 15px;
	border-radius: 0;
	display: block;
}
#contact-form ._placeholder.focused {
	opacity: 0;
	filter: alpha(opacity=0);
	box-shadow: none;
}
#contact-form ._placeholder.hidden {
	display: none;
}
#contact-form input, #contact-form textarea {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	width: 100%;
	outline: none;
	border: 1px solid #d1d3d4;
	background: #f1f3f4;
	border-radius: 7px;
	font: 13px 'Tahoma', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #adaeaf;
	padding: 9px 15px;
	height: 39px;
	resize: none;
}
#contact-form textarea {
	height: 201px;
	margin-bottom: 15px;
}
#contact-form .error-message, #contact-form .empty-message {
	height: 0;
	overflow: hidden;
	font: 10px 'Arial';
	color: #2392e8;
	-webkit-transition: 0.3s ease-in height;
	transition: 0.3s ease-in height;
	position: absolute;
	right: 5px;
	top: 2px;
}
#contact-form .invalid .error-message, #contact-form .empty .empty-message {
	height: 20px;
}
#contact-form .success-message {
	line-height: 48px;
	position: absolute;
	overflow: hidden;
	height: 0;
	left: 0;
	top: 0;
	box-sizing: border-box;
	box-shadow: none;
	border-radius: 0;
	background: #fff;
	z-index: 10;
	width: 100%;
	text-align: center;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
	padding: 0;
}
#contact-form.success .success-message {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	width: 100%;
	outline: none;
	border: 1px solid #d1d3d4;
	background: #f1f3f4;
	border-radius: 7px;
	font: 13px 'Tahoma', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #adaeaf;
	padding: 9px 15px;
	height: 39px;
	resize: none;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.btns .btn1 span {
	display: inline-block !important;
}
.btns p {
	float: left;
	margin-top: 8px;
	margin-left: 21px;
	color: #ffffff;
}

#contact-form .btn-default {
	float: left; 
    clear: left;
    margin-top: 5px; 
  }
/*-----*/
#contact-form2 {
	width: 100%;
	position: relative;
	padding-bottom: 54px;
	margin-top: 21px;
	text-align: left;
}
#contact-form2 label {
	position: relative;
	display: block;
	min-height: 75px;
	margin: 0;
	font-weight: normal;
	font: 14px 'Tahoma', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 22px;
	color: #8d8981 !important;
}
#contact-form2 label span {
	margin-bottom: 2px;
	display: block;
	color: #8d8981 !important;
}
#contact-form2 .form-div-1, #contact-form2 .form-div-2, #contact-form2 .form-div-3 {
	float: none;
	width: 100%;
}
#contact-form2 .form-div-4 {
	margin-bottom: 12px;
}
#contact-form2 .form-div-3 {
	margin-right: 0;
}
#contact-form2 span {
	display: block;
}
#contact-form2 ._placeholder {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: text;
	padding: 19px 14px 16px 14px;
	border-radius: 0;
	display: block;
}
#contact-form2 ._placeholder.focused {
	opacity: 0;
	filter: alpha(opacity=0);
	box-shadow: none;
}
#contact-form2 ._placeholder.hidden {
	display: none;
}
#contact-form2 input, #contact-form2 textarea {
	box-shadow: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: none;
	margin: 0;
	width: 100%;
	outline: none;
	border: 1px solid #404040;
	border-radius: 0;
	background: #ffffff;
	font: 300 15px 'Roboto';
	line-height: 22px;
	color: #7a7a7a !important;
	padding: 19px 14px 16px 14px;
	height: 59px;
	resize: none;
}
#contact-form2 textarea {
	height: 187px;
	width: 100%;
	float: none;
}
#contact-form2 .error-message, #contact-form2 .empty-message {
	height: 0;
	overflow: hidden;
	font: 12px 'Tahoma', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ff3400 !important;
	-webkit-transition: 0.3s ease-in height;
	transition: 0.3s ease-in height;
	position: absolute;
	right: 5px;
	top: 2px;
}
#contact-form2 .invalid .error-message, #contact-form2 .empty .empty-message {
	height: 20px;
}
#contact-form2 .success-message {
	line-height: 48px;
	position: absolute;
	overflow: hidden;
	height: 0;
	left: 0;
	top: 0;
	box-sizing: border-box;
	box-shadow: none;
	border-radius: 0;
	background: #ffffff;
	z-index: 10;
	width: 100%;
	text-align: center;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
	padding: 0;
}
#contact-form2.success .success-message {
	box-shadow: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	width: 100%;
	outline: none;
	border: 1px solid #404040;
	background: #ffffff;
	font: 300 15px 'Roboto';
	line-height: 18px;
	border-radius: 0;
	color: #7a7a7a !important;
	padding: 19px 14px 16px 14px;
	height: 59px;
	resize: none;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
#contact-form2 > .btns a {
	background: #f4a805;
	font: 900 15px 'Roboto';
	color: #ffffff;
	text-transform: uppercase;
	padding: 20px 63px;
	letter-spacing: 2px;
	display: inline-block;
	border-radius: 0;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
#contact-form2 > .btns a:hover {
	color: #01b0cd;
	background: #404040;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.mail {
	font-size: 13px;
	color: #adaeaf;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.mail:hover {
	color: #2392e8;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

/* style ucoz */

.sidebar-left div {text-align: left !important;}
.sidebar-left li {list-style: none;}
.sidebar-left ul {padding-left: 0;}
.publ > #allEntries {margin: 0 -15px; overflow: hidden;}

.searchForm {
 overflow:hidden;
}
.schQuery {
 float:left;
 width:65%;
}
.schQuery input {
	border: 1px solid #d4d6d7;
	height: 32px;
	padding: 2px 10px;
}
.schBtn {
	 width:34%;
	 float:left;
	 text-align: center;
}
.schQuery input, .schBtn input {
 width:100%;
}
.schBtn input,
.pollButton input {
	font-family: 'Open Sans Condensed';
	font-weight: 300;
	background: #2392e8;
	border: 0;
	height: 32px;
	color: #fff;
	font-size: 18px;
	line-height: 28px;
}
.schBtn input:hover,
.pollButton input:hover {
	background: #E3E3E3;
	color: #000;
}
.sidebar_block h2 {
 margin-bottom:15px;
}
/* РѕРїСЂРѕСЃ -- pollBlock
----------------------------- */ 
.pollBlock {}
.pollBlock .pollQue {font-family:'Open Sans Condensed';  font-size: 20px !important; margin-bottom: 7px;}
.pollBlock .answer {margin-bottom: 4px;}
.pollBlock .answer label {margin: 2px 0 0 4px; font-size: 16px; color: #111111;}
.pollBlock .pollButton { padding: 10px 0 5px;}

/* РљР°Р»РµРЅРґР°СЂСЊ 
----------------------------- */ 
.calTable { 
 border-collapse:collapse; 
 font-family: Tahoma;
} 

.calMonth { 
	 text-align:center; 
	 font-weight: bold; 
	 padding: 5px 0px 5px 0px; 
	 background: #2392e8; 
	 font-size: 16px;
} 

.calWday, 
.calWdaySe, 
.calWdaySu { 
 background:#ddd;
 padding: 4px 0;
} 

.calMday { 
	font-size: 14px;
	border:1px solid #ddd; 
	padding: 11px; 
} 


.calMdayA { 
 font-weight:bold; 
 padding:4px;
 border:1px solid #ddd; 
 color: #000;
} 
.calMdayIs, 
.calMdayIsA { 
	 font-weight:bold; 
	 background:#F9F9F9; 
} 

a.calMonthLink:link, 
a.calMonthLink:visited, 
a.calMonthLink:active { 
 text-decoration:none; 
 color:#fff; 
} 

a.calMonthLink:hover { 
 text-decoration:underline; 
 color:#FFF; 
} 

a.calMdayLink:link, 
a.calMdayLink:visited, 
a.calMdayLink:active { 
 text-decoration:none; 
 color: #000; 
} 

a.calMdayLink:hover { 
 text-decoration:none; 
 } 
/* -------------------------- */

/* Forums Styles */
.gTable {background: none;}
.gTable td {border: 1px solid #ddd;padding: 5px 7px;}
td.gTableTop {font-size:14px;padding: 5px 10px;border: none;}
td.gTableSubTop, td .postTdTop {
background:#fafafa;
line-height:30px;
color: #000;
padding: 3px 10px;}
td.gTableSubTop a, td .postTdTop a {color: #fff;}



/* forum Titles & other */
.forumDescr,.forumModer {font-size:11px;color:#585858}
/* forum Page switches */
.switches {}
td.pagesInfo, td.switch, td.switchActive {background: #ffffff; border: 1px solid #dcdbe0; padding-left: 5px; padding-right: 5px;-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;}
td.switch, td.switchActive { background: #CCCCCC;border:1px solid #CCCCCC; color: #FFF;-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;}
td.switch a {color: #4c4c4c;}
.threadDescr {font-size:11px;color:#585858}
.postPoll td {border: 0px !important;}
.postFirst {border: 0px !important;}
.postRest1 {border: 0px !important;}
.postRest2 {border: 0px !important;}
.postSeparator {border: 0px !important}
.postBottom td {border: 0px;padding: 0px 5px !important;}
.postBottom img {vertical-align: middle;}
.postTdInfo {text-align: center;}
.posttdMessage {text-align: justify;padding: 8px !important;line-height: 18px;}
.smilesPart td {border: 0px !important;}

.forumContent select {
background: #fff;
border: 1px solid #dad7d7;
color: #000000;
padding: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 2px;
border-radius: 2px;
}

.forumContent input[type=text], .forumContent input[type=password], .forumContent textarea {
background: #fff;
border: 1px solid #dad7d7;
color: #000000;
padding: 5px;
-webkit-border-radius: 2px;
-moz-border-radius: 5px;
border-radius: 2px;} 

.forumContent input[type=submit], .forumContent input[type=button], .forumContent input[type=reset] {
background: #fff;
border: 1px solid #dad7d7;
color: #000000;
padding: 5px;
cursor: pointer;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.forumContent input[type=submit], .forumContent input[type=button], .forumContent input[type=reset] {
background: #fff;
border: 1px solid #dad7d7;
color: #000000;
padding: 5px;
box-shadow: 0px 1px 2px #b3b3b3;
cursor: pointer;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

#thread_search_button {
 margin-top:0px;
}
#thread_search_form {
 overflow:hidden;
}
#frmButns83 {
 margin-bottom:15px;
}
.gDivLeft {
 margin-bottom:15px;
}
/* ----------------- */
/* ====== forum End ====== */
.block-title {
	margin-bottom: 20px;
}
.sidebar-block {
	margin-bottom: 40px;
}
.sidebar-block hr {display: none;}

.blog-style {
 width: 100%;
}
.figure-left {
 float: left;
 width: 24%; 
 margin-right: 4%;
}
.mini-info-post {
 overflow: hidden; 
 border-bottom: 2px solid #CCD4E2; 
 margin: 0 0 4px;
 padding: 0 0 4px; 
 font-size: 14px;
}
.usern-info {
 float: left;
}
.usern-info a {
 margin-right: 5px;
}
.comment-info {
 float: right;
}
.img-info {
 float: left; 
 width: 30%; 
 margin: 0 15px 15px 0; 
}
.img-info img {
 width: 100%;
}
.eTitle {
 color: #111111;
 font: 800 16px/21px 'Open Sans';
 text-transform: capitalize;
 margin-bottom: 10px;
}

.forumContent {
	border:1px solid #ddd; 
	padding: 10px; 
	margin-bottom: 15px;
}
.forumContent > table {
	border-bottom:1px solid #ddd; 
	margin-bottom: 10px;
}
.forumContent > table:last-child {border-bottom-width: 0;}
#allEntries table td {
	 border:1px solid #D8D8D8; 
	 padding: 10px !important;
}
#acform {
	background: #ececec;
	padding: 20px;
}
#acform .commFl,
#acform textarea {
 	width: 100%;
 	moz-box-sizing:border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	 box-sizing: border-box;
	 border: 1px solid #ececec;
	 padding: 6px;
	 margin-bottom: 8px;
	 resize:none;
}
#acform .commSbmFl {
	background: #e3e3e3;
	border: 1px solid #bababa;
	padding: 8px 14px;
	float: left;
	margin-top: 5px;
}
#acform .commSbmFl:hover {
	background: #ddd;
}
#acform .securityCode {width: auto; border: 1px solid #ececec;}
#acform select {margin: 6px 0;}
#mchatIfm2 {padding: 5px; background: #F9F9F9;}
.row > div {position: inherit; overflow: hidden;}

#MCaddFrm > table {
	margin-bottom: 5px;

}
#MCaddFrm textarea {
	border: 1px solid #D4D6D7;
	padding: 5px;
}

/*--------------------desing Gallery-----------*/
.blog #uEntriesList {
	margin: 0 -15px;
}
.blog #uEntriesList .uEntryWrap {
	width: 25%;
}
.blog #uEntriesList .entryBlock {
	width: 100%;
	padding: 0 15px 20px;
	position: relative;
}
.blog #uEntriesList .ph-wrap {
	width: auto;
	height: auto;
}
.blog .ph-wrap img {
	max-width: 100%;
}
.blog #uEntriesList .ph-data {
	padding: 15px 10px;
}
.blog #uEntriesList .photo-title {
	font-family:'Open Sans Condensed';
	font-size: 16px;
	padding: 0;
	color: #000;
	margin-bottom: 4px;
	white-space:normal;
}
.blog #uEntriesList .ph-date {
	font-size: 11px;
	padding: 0;
	margin-bottom: 3px;
}
.blog #uEntriesList .ph-date:before {
	content: "\f073";
	margin-right: 5px;
	vertical-align: top;
}
.blog #uEntriesList .ph-descr {
	padding: 0;
}
.ph-tc-custom {
}
.photo-block-custom {

}

/*--------------------desing post-----------*/
.blog .e-category .ed-title:before,
.blog .e-add .ed-title:before,
.blog .e-reads .ed-title:before,
.blog .e-tags .ed-title:before,
.blog .e-rating .ed-title:before,
.blog .e-comments .ed-title:before,
.block-comments .myWinError:before,
.blog .e-author .ed-title:before,
.blog #uEntriesList .ph-date:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0 !important;
}
.blog-dsc {
	overflow: hidden;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	padding: 12px 0;
	margin-bottom: 10px;
	margin-top: 15px;
}
.blog-dsc .uStarRating2 {
	margin-top: 3px;
	margin-left: 10px;
}
.blog .ed-title {
	font-size: 0;
	text-indent: -777777px;
}
.blog .e-category .ed-title:before,
.blog .e-add .ed-title:before,
.blog .e-reads .ed-title:before,
.blog .e-tags .ed-title:before,
.blog .e-rating .ed-title:before,
.blog .e-comments .ed-title:before,
.blog .e-author .ed-title:before {
	content: "\f00a";
	font-size: 14px;
	color: #11ace6;
	margin-right: 3px;
}
.blog .e-add .ed-title:before,
.blog .e-author .ed-title:before {
	content: "\f040";
}
.blog .e-reads .ed-title:before {
	content: "\f06e";
}
.blog .e-tags .ed-title:before{
	content: "\f02c";
}
.blog .e-comments .ed-title:before{
	content: "\f075";
}
.blog .e-rating .ed-title:before{
	content: "\f012";
}
.blog .blog-dsc .ed-sep {
	font-size:inherit;
	display: inline;
	text-indent: -777777px;
	overflow: hidden;
	width: 4px;
	margin: 0 10px;
}
.blog .ed-value a {
	color: #000;
}
.blog .ed-value a:hover {
	color:#428BCA;
}
.block-comments {
	margin-top: 10px;
}
.block-comments #allEntries div > table {
}
.block-comments .cTop {
	border-bottom: 1px solid #eee;
	margin-bottom: 8px;
	padding-bottom: 4px;
}
.block-comments .myWinError:before {

}
.moder-panel-custom {
	display: inline-block;
	overflow: hidden;
	margin: -4px 0 0 10px;
	height: 19px;
}
.moder-panel-custom a {
	display: inline-block;
	float: right;
	margin: 3px 1px !important;
}
.thumb-pad3 .thumbnail .moder-panel-custom {
	position: absolute;
	bottom: 5px;
	left: 0;
}
/* ******** popup info user  ******* */

.pt-inside {
	font: 300 25px/30px 'Open Sans Condensed';
	color: #000;
}

.popup-bg {
	padding: 10px; 
}
.popup-bg .popup {
	border: 1px solid #EEEEEE;
	padding: 15px;
}
.popup-bg .udtb {
	padding: 5px;
}
.popup-bg .udtlb {
	font-weight: bold;
	color: #000;
}
.popup-bg .pb-inside > div > div {
	background: #fafafa;
	float: none !important;
	padding: 5px 10px;
	margin: 8px 0;
	text-align: left !important;
	border: 1px solid #EEEEEE;
}
.popup-bg .uSearchFl {
	border: 1px solid #D4D6D7;
    height: 24px;
    padding: 2px 10px; 
}