/* ==========================================================================
   1-General Styles
   ========================================================================== */
body {
	font-family: 'Lato', sans-serif;
	/* background-color: #f5f5f5;*/
	font-size: 15px;
	line-height: 23px;
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
	overflow: visible !important;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
.parallax {
	background-color: #ccc;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.is-box {
	background: url(../img/basic/box-patern.png) repeat;
}
.boxed-layout {
	background: white;
	margin: 40px auto;
	width: 90%;
	max-width: 1250px;
	overflow: hidden;
	border: 1px solid white;
	border-color: rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.3), 0px 0px 50px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.3), 0px 0px 50px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.3), 0px 0px 50px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.boxed-layout, .boxed-layout .container {
	max-width: 1200px !important;
	margin: 0 auto;
}
.section-heading, .section-heading a {
	font-size: 40px;
	line-height: 45px;
	color: #272727;
	font-weight: 300;
	text-align: center;
	text-decoration: none;
	transition: All .6s ease;
	-webkit-transition: All .6s ease;
	-moz-transition: All .6s ease;
	-o-transition: All .6s ease;
}
.section-heading a:hover {
	color: #f54444;
}
.section-subheading {
	font-size: 24px;
	line-height: 30px;
	color: #000000;
	font-weight: 300;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 20px;
}
/*social icons*/
.social {
	margin: 0;
	margin-top: 10px;
	padding: 0;
	text-align: center;
}
.social li {
	display: inline-block !important;
	margin: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-image: url(../img/basic/social/sprite_social.png);
	border: 1px solid #629e9a;
	margin-bottom: 5px;
}
.social li a {
	width: 40px;
	height: 40px;
}
.social li a {
	outline: none;
	display: block;
	text-indent: -999999px;
}
.facebook {
	background-position: 0 0;
}
.facebook:hover {
	background-position: 0 -40px;
}
.twitter {
	background-position: 280px 0;
}
.twitter:hover {
	background-position: 280px -40px;
}
.linkedin {
    background-position: 120px 0;
}
.linkedin:hover{
	background-position: 120px -40px;
}
a.btn-custom {
	padding: 7px 19px;
	border-radius: 1px;
	font-size: 14px;
	text-decoration: none;
	transition: All .6s ease;
	-webkit-transition: All .6s ease;
	-moz-transition: All .6s ease;
	-o-transition: All .6s ease;
}
a.btn-custom1 {
	padding: 4px 20px;
	background: #FFFFFF;
	color: #000000;
	border-radius: 1px;
	font-size: 14px;
	text-decoration: none;
	transition: All .6s ease;
	-webkit-transition: All .6s ease;
	-moz-transition: All .6s ease;
	-o-transition: All .6s ease;
	border: thin solid #E2E2E2;
}
.section-heading-lg {
	font-size: 28px;
	line-height: 30px;
	color: #000;
	text-align: center;
}
.section-icon {
	height: 60px;
	width: 60px;
	color: #e74c3c;
	border: 1px solid #d3d3d3;
	border-radius: 50%;
	margin: 0 auto;
	text-align: center;
	font-size: 30px;
	margin-bottom: 15px;
	line-height: 55px;
}
/*================================
2-Navigation
================================*/
header {
	background: #FFF;
}
header .nav-toggle {
	color: #FFF;
	background: #1c1b2d;
	border: none;
}
header .nav-toggle.active {
	color: #FFF;
	background: #1c1b2d;
}
nav.main > ul > li > a {
	font-size: 16px;
	font-weight: 400;
	color: #FFF;
}
nav.main > ul > li > a:hover, nav.main > ul > li.active > a {
	color: #FFF;
}
/* lvl 2 */
nav.main > ul > li > ul li {
	border-color: #ededed;
}
nav.main > ul > li > ul a {
	color: #7f949c;
}
nav.main > ul > li > ul a:hover {
	color: #1c1b2d;
	background: #fff;
}
header {
	min-height: 60px;/*border-bottom: 7px solid transparent;*/
}
.fixed-header header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}
header .header-inner {
	position: relative;
	padding: 0 30px;
}
header .branding {
	position: absolute;
	top: 0px;
}
header .branding a {
	max-width: 170px;
	max-height: 42px;
	color: #fff;
	font-size: 50px;
	text-decoration: none;
}
header .nav-toggle {
	display: none;
	position: relative;
	float: right;
	margin-top: 20px;
	width: 60px;
	height: 60px;
	text-align: center;
}
header .nav-toggle i {
	font-size: 21px;
}
nav.main {
	position: relative;
	float: right;
}
nav.main select {
	display: none;
	border-radius: 5px;
	border: 0;
	cursor: pointer;
}
nav.main > ul {
	position: relative;
	z-index: 30;
}
nav.main > ul > li {
	float: left;
	position: relative;
	list-style: none;
}
nav.main > ul > li > a {
	display: block;
	margin-bottom: -7px;
	padding: 0 35px;
	height: 68px;
	outline: 0;
}
nav.main > ul > li > a span {
	position: relative;
	top: 19px;
}
nav.main > ul > li > a:hover {
	text-decoration: none;
}
/* lvl 2 */
nav.main > ul > li > ul {
	margin: 0;
	padding: 0;
	background: #292a2c;
	opacity: .95;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
	filter: alpha(opacity=95);
	display: none;
	position: absolute;
	left: 0px;
	font-size: 0.9em;
}
nav.main > ul > li > ul li {
	border-top: 1px solid transparent;
	list-style: none;
}
nav.main > ul > li > ul li:first-child {
	border: 0;
}
nav.main > ul > li > ul a {
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	color: #777777;
	display: block;
	padding: 7px 40px;
	white-space: nowrap;
}
nav.main > ul > li > ul a:hover {
	text-decoration: none;
	color: #E74C3C;
}
nav.main > ul > li > a {
	transition: All .4s ease;
	-webkit-transition: All .4s ease;
	-moz-transition: All .4s ease;
	-o-transition: All .4s ease;
}
nav.main > ul > li > a:hover, .branding a:hover {
	color: #E74C3C;
}
/*===============================
 3-Home header Section
 ================================*/
#home {
	position: relative;
	background: #FFF;
	transition: All 1s ease;
	-webkit-transition: All 1s ease;
	-moz-transition: All 1s ease;
	-o-transition: All 1s ease;
}
.fixed-home {
	padding-top: 100px;
	transition: All 1s ease;
	-webkit-transition: All 1s ease;
	-moz-transition: All 1s ease;
	-o-transition: All 1s ease;
}
#home .flexslider {
	overflow: hidden;
}
#home .flex-control-nav {
	bottom: 20px;
}
#home .flex-control-paging li a {
	background: #323232;
	height: 14px;
	width: 14px;
}
#home .flex-control-paging li a.flex-active {
	background: #a6c2c2;
}
#home .flex-control-nav li {
	margin: 0;
	margin-right: 10px;
}
#home .flex-caption {
	margin-top: 98px;
}
.flex-caption {
	text-align: center;
	position: absolute;
	bottom: 38px;
	width: 100%;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}
.flex-caption h1 {
	font-size: 35px;
	line-height: 45px;
	background-color: rgba(255, 255, 255, 0.3);
	color: #fff;
	text-align: center;
	max-width: 900px;
	margin: 0 auto;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
	animation-duration: 3s;
	-webkit-animation-duration: 3s;
	-moz-animation-duration: 3s;
	-o-animation-duration: 3s;
}
.flex-caption p {
	font-size: 22px;
	color: #000000;
	max-width: 690px;
	line-height: 22px;
	margin: 0 auto;
	padding-bottom: 10px;
	margin-bottom: 10px;
	animation-duration: 3s;
	-webkit-animation-duration: 3s;
	-moz-animation-duration: 3s;
	-o-animation-duration: 3s;
}
.flex-buttons {
	margin: 0;
	padding: 0;
	padding-left: 25px;
	display: block;
	text-align: center;
	animation-duration: 2s;
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-o-animation-duration: 2s;
}
.flex-buttons li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}
.flex-buttons li a {
	padding: 10px 57px;
	display: block;
	border-radius: 3px;
	font-size: 22px;
	text-decoration: none;
	transition: All .4s ease;
	-webkit-transition: All .4s ease;
	-moz-transition: All .4s ease;
	-o-transition: All .4s ease;
}
.flex-buttons li a:hover {
	background: #fff;
	color: #000;
}
.flex-caption h2 {
	font-size: 24px;
	line-height: 35px;
	color: #ffffff;
	text-align: center;
	max-width: 900px;
	margin: 0 auto;
}
.flex-control-nav {
	margin: 0;
}
/*=============================
4-About US
 ==============================*/
#about-wrapper {
	position: relative;
	padding-top: 5px;
	padding-bottom: 15px;
}
.enlarge-text p {
	font-size: 24px;
	line-height: 34px;
	color: #000000;
	text-transform: uppercase;
}
.about-visual {
	padding-top: 80px;
}
.about-visual img {
	width: 100%;
	height: auto;
}
.small-text p {
	font-size: 16px;
	line-height: 27px;
	color: #000000;
}
.features .section-heading {
	font-size: 30px;
	line-height: 35px;
	padding-top: 30px;
	padding-bottom: 55px;
}
.service-detail {
	padding-top: 60px;
}
.services-list {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}
.services-list li {
	list-style: none;
	border-bottom: 1px solid #dadada;
	line-height: 38px;
	font-size: 16px;
	color: #000000;
}
.services-list li span {
	padding: 5px;
	font-size: 12px;
	line-height: 22px;
	color: #fff;
	background: #e74c3c;
	margin-right: 10px;
	transition: All .6s ease;
	-webkit-transition: All .6s ease;
	-moz-transition: All .6s ease;
	-o-transition: All .6s ease;
}
.services-list li:hover span {
	background: #F8D713;
}
/*=============================
 FAQ 
 ==============================*/
#faq-wrapper {
	position: relative;
	background: #ededed;
	padding-top: 40px;
	padding-bottom: 40px;
}
#faq-wrapper h1 {
	font-size: 30px;
	line-height: 45px;
	color: #000000;
	font-weight: 300 !important;
	font-family: 'Lato', sans-serif !important;
	text-align: center;
	margin-top: 0;
	margin-bottom: 40px;
}
.faq {
	margin-bottom: 40px;
}
.faq-q {
	position: relative;
	margin-bottom: 20px;
}
.q-icon, .ans-icon {
	border-radius: 50%;
	height: 28px;
	width: 28px;
	display: inline-block;
	text-align: center;
	font-size: 20px;
}
.ans-icon {
	background: #e74c3c;
}
.question {
	font-size: 24px;
	line-height: 26px;
	color: #000000;
	margin-left: 37px;
	margin-top: -29px;
	display: table;
}
.answer {
	font-size: 16px;
	line-height: 29px;
	color: #000000;
	margin-left: 37px;
	margin-top: -30px;
	display: table;
}
/*=============================
7-Breadcrumbs/Inner Pages header
 ==============================*/
#page-head {
	position: relative;
}
.head-image {
	height: 170px;
	background-image: url(../../img/parallax/6.jpg);
}
.head-image.BG2 {
	background-image: url(../../img/parallax/6.jpg) !important;
}
.head-image.BG3 {
	background-image: url(../../img/parallax/6.jpg) !important;
}
.head-image.BG4 {
	background-image: url(../../img/parallax/6.jpg) !important;
}
.head-image.BG5 {
	background-image: url(../../img/parallax/6.jpg) !important;
}
.breadcrumbs {
	min-height: 50px;
}
.breadcrumbs ul {
	margin: 0;
	padding: 0;
	padding-top: 15px;
}
.breadcrumbs li {
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #fff;
	list-style: none;
	display: inline-block;
}
.breadcrumbs li:last-child {
	border-right: none;
}
.breadcrumbs li a {
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	line-height: 22px;
}
.page-line {
	background-image: url(../img/basic/PageHeadBG.jpg);
	padding-top: 30px;
	text-align: center;
	padding-bottom: 50px;
}
.page-title {
	font-size: 46px;
	line-height: 50px;
	color: #fff;
	text-transform: capitalize;
}
.page-info {
	padding-top: 20px;
	font-size: 22px;
	line-height: 30px;
	color: #000000;
}
/*=============================
8-Services
 ==============================*/
#service-wrappper {
	position: relative; /* background:#ECECEC url(../../img/bg.png) repeat ;*/;
	background: #D4D4D4;
	padding-top: 50px;
	padding-bottom: 20px;
}
.service {
	position: relative;
	text-align: center;
	color: #000000;
}
/* Effect a */
.service-icon {
	display: inline-block;
	font-size: 0px;
	margin: 15px 30px;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #000;
}
.service-icon:after {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
}
.service-icon:before {
	speak: none;
	font-size: 48px;
	line-height: 90px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
	line-height: 50px;
	font-size: 25px;
	margin: 0 auto;
}
.service-hover .service-icon {
	-webkit-transition: box-shadow 0.2s;
	-moz-transition: box-shadow 0.2s;
	transition: box-shadow 0.2s;
}
.service-hover .service-icon:after {
	top: 0;
	left: 0;
	padding: 0;
	box-shadow: 0 0 0 1px #fff;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
}
#about-wrapper .service-hover .service-icon:after {
	box-shadow: 0 0 0 1px #ccc;
}
.service:hover .service-icon:after {
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	-ms-transform: scale(0.85);
	transform: scale(0.85);
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}
.service:hover .service-icon {
	box-shadow: 0 0 0 10px rgb(236, 236, 236);
}
#about-wrapper .service:hover .service-icon {
	box-shadow: 0 0 0 10px rgba(51,51,51,1);
	color: #333333;
}
/* Effect b */
.service-hover-b .service-icon:hover:after {
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	-ms-transform: scale(0.85);
	transform: scale(0.85);
}
.service-hover-b .service-icon:hover {
	box-shadow: 0 0 0 10px rgba(255,255,255,0.4);
	color: #fff;
}
.service .head {
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
	padding-top: 5px;
	padding-bottom: 10px;
}
.service p {
	font-weight: 300;
	font-size: 16px;
	line-height: 25px;
}
.carousel {
	position: relative;
}
.btn-hover {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	background: #fff;
	transition: All .3s ease;
	-webkit-transition: All .3s ease;
	-moz-transition: All .3s ease;
	-o-transition: All .3s ease;
}
.btn-hover span {
	color: #F54444 !important;
}
/*=============================
10-promotions
 ==============================*/
.promotion {
	background: #141323;
	padding-top: 80px;
	padding-bottom: 80px;
	text-align: center;
}
.promotion .heading {
	font-size: 40px;
	line-height: 45px;
	color: #ffffff;
	font-weight: 300;
}
.promotion p {
	font-size: 20px;
	line-height: 27px;
	color: #5a5a5a;
	padding: 5px 0;
}
.promotion .link {
	margin-top: 20px;
}
.promotion a {
	padding: 10px 57px;
	background: #e74c3c;
	color: #fff;
	border-radius: 50px;
	font-size: 22px;
	text-decoration: none;
	transition: All .3s ease;
	-webkit-transition: All .3s ease;
	-moz-transition: All .3s ease;
	-o-transition: All .3s ease;
}
.promotion a:hover {
	background: #ddb839;
}
.der {
	background: #fff;
/*  -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
  box-shadow: 1px 1px 2px rgba(0,0,0,0.2);*/
	padding: 10px;
	min-height: 176px;
	margin-bottom: 15px;
	border: 1px solid #ECECEC;
}
.der1 {
	background: #fff;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	padding: 10px;
	border: 1px solid #ECECEC;
	margin-bottom: 15px;
}
/*=============================
12-Testimonial
 ==============================*/
#testimonial-wrapper {
	position: relative;
	padding-top: 30px;
	/*background-image: url(../img/basic/testimoialBG.jpg);*/
	padding-bottom: 70px;
}
.testi-holder {
	position: relative;
	padding-top: 15px;
}
.testimonial {
	position: relative;
	text-align: center;
}
.testimonial .quots {
	color: #fff;
	font-size: 35px;
}
.testimonial p {
	font-size: 19px;
	line-height: 27px;
	color: #000000;
}
.testimonial a {
	font-size: 19px;
	line-height: 30px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
#testimonial-wrapper .flex-control-paging li a {
	background: #fff;
	height: 14px;
	width: 14px;
}
#testimonial-wrapper .flex-control-paging li a.flex-active {
	background: #323232;
}
#testimonial-wrapper .flex-control-nav li {
	margin: 0;
	margin-right: 10px;
}
/*=============================
14-Contact
 ==============================*/
#contact-wrapper {
	position: relative;
	padding-top: 60px;
	overflow: hidden;
}
#contact-wrapper .address-detail {
	padding-top: 60px;
}
#contact-wrapper .section-subheading {
	color: #000000;
}
#contact-wrapper form {
	padding-top: 40px;
}
#contact-wrapper input, #contact-wrapper textarea {
	border: 1px solid #d3d3d3;
	color: #666666;
	font-size: 20px;
	line-height: 50px;
	height: 52px;
	padding-left: 15px;
	margin-top: 10px;
	width: 100%;
}
#contact-wrapper button {
	border: none;
	color: #fff;
	font-size: 20px;
	line-height: 45px;
	height: 52px;
	margin-top: 10px;
	background-color: #e74c3c;
	text-align: center;
	width: 100%;
	transition: All .6s ease;
	-webkit-transition: All .6s ease;
	-moz-transition: All .6s ease;
	-o-transition: All .6s ease;
}
#contact-wrapper button span {
	display: block;
}
#contact-wrapper button:hover {
	background: #f8d713;
	color: #000;
}
#our-location {
	padding-top: 60px;
}
#contact-map {
	width: 100%;
	height: 525px;
	margin-top: 30px;
}
.send-icons {
	top: 0;
	left: 0;
	position: absolute;
	height: 100%;
	width: 95%;
	margin: 0 auto;
	background: url(../img/basic/send_button.png) no-repeat center center;
	z-index: 999;
	transition: All .6s ease;
	-webkit-transition: All .6s ease;
	-moz-transition: All .6s ease;
	-o-transition: All .6s ease;
}
#contact-wrapper button:hover .send-icons {
	background-position: right;
}
.send-text {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	line-height: 70px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	transition: All .6s ease;
	-webkit-transition: All .6s ease;
	-moz-transition: All .6s ease;
	-o-transition: All .6s ease;
}
#contact-wrapper button:hover .send-text {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}
#contact-wrapper .social {
	margin-top: 20px;
	margin-bottom: 20px;
}
#contact-wrapper .social li {
	background-color: #ccc;
	border: none;
}
.response-message {
	margin: 50px 0 0;
	display: none;
}
.response-errors {
	cursor: pointer !important;
	display: none;
	margin: 50px 0 0;
	width: 100%;
	text-align: center;
}
.section-heading {
	display: block;
	text-decoration: none !important;
}
/*=============================
 15-Footer
 ==============================*/
#footer-wrapper {
	background: #88cac6;
	padding: 40px 0;
}
.goto ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
.goto li {
	list-style: none;
	display: inline-block;
	border-right: 1px solid #000;
	position: relative;
	margin-bottom: 20px;
}
.goto li:last-child {
	border-right: none;
}
.goto li a {
	text-decoration: none;
	color: #000;
	font-size: 18px;
	line-height: 20px;
	padding-left: 23px;
	padding-right: 23px;
	text-transform: uppercase;
	padding-bottom: 20px;
}
.goto a {
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}
.goto a::before {
	position: absolute;
	top: 100%;
	left: 50%;
	color: transparent;
	content: '';
	text-shadow: 0 0 transparent;
	font-size: 18px;
	-webkit-transition: text-shadow 0.3s, color 0.3s;
	-moz-transition: text-shadow 0.3s, color 0.3s;
	transition: text-shadow 0.3s, color 0.3s;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	pointer-events: none;
}
.goto a:hover::before, .goto a:focus::before {
	color: #fff;
	text-shadow: 10px 0 #fff, -10px 0 #fff;
}
.goto a:hover, .goto a:focus {
	color: #666;
}
.copyright {
	font-size: 18px;
	line-height: 35px;
	color: #629e9a;
	text-align: center;
	padding-top: 10px;
}
#elements-wrapper {
	position: relative;
	padding-top: 60px;
}
.panel-body p {
	font-size: 15px;
	line-height: 26px;
	color: #666666;
	font-weight: 400;
}
.panel-heading {
	padding: 0px;
}
.panel-title > a {
	line-height: 46px;
	display: block;
	text-decoration: none;
	font-size: 16px;
	color: #7f8c8d;
	background: #ecf0f1;
	padding: 0px 15px;
	font-weight: 400;
	outline: none;
}
.panel {
	border-color: #E4E4E4;
	box-shadow: 0 1px 0 #cfcfcf;
	border-radius: 3px;
}
.panel-default {
	border-color: #d0d0d0;
	border-top: none;
	border-bottom: none;
}
.panel-default:last-child {
	border-bottom: 1px solid #d0d0d0;
}
.panel-default:first-child {
	border-top: 1px solid #d0d0d0;
}
.panel-group .panel + .panel {
	margin: 0;
	padding-top: 1px;
}
.accordain-icon {
	margin-top: 15px;
	float: right;
}
/*Tabs*/
.nav-tabs > li {
	background: #bdc3c7;
	margin-right: 1px;
	padding: 0;
}
.nav-tabs > li a {
	color: #fff;
	display: block;
	font-size: 16px;
	border: none;
	line-height: 25px;
	font-weight: 400;
	background: none;
	outline: none;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	background: none;
	color: #fff;
	border: none;
}
.nav-tabs > li.active, .nav-tabs > li:hover a {
	background: #27ae60;
	color: #fff;
}
.tab-content p {
	font-size: 15px;
	line-height: 28px;
	color: #666666;
	font-weight: 400;
	padding-bottom: 10px;
}
.panel-title {
	font-size: 16px;
	line-height: 40px;
	font-weight: 400;
}
.tab-content > .active {
	border: 1px solid #d0d0d0;
	padding: 18px;
	padding-bottom: 10px;
}
.nav-tabs {
	border: none;
}
/*Alerts*/
.alert {
	font-size: 16px;
	font-weight: 400;
}
.alert-standard {
	background: #fff;
	color: #7f8c8d;
	border: 1px solid #e1e4e5;
}
.close {
	line-height: 16px;
	font-size: 16px;
}
.clsbutton
{
	font-size:31px;
}
/*buttons*/
#elements-wrapper .btn-custom {
	margin-right: 20px;
}
#elements-wrapper .row-height {
	margin-top: 40px;
	margin-bottom: 40px;
}
.btn-custom {
	padding: 0px 30px;
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	font-weight: 600;
	border: none;
	margin-bottom: 5px;
	margin-top: 5px;
	border-radius: 3px;
	text-transform: capitalize;
}
.btn-medium {
	padding: 2px 30px;
	font-size: 18px;
	line-height: 40px;
}
.btn-large {
	padding: 5px 55px;
	font-size: 18px;
	line-height: 40px;
}
.btn-custom.BG-color1 {
	border-bottom: 3px solid #c13636;
}
.btn-custom.BG-color2 {
	border-bottom: 0px solid #24a159;
}
.btn-custom.BG-color3 {
	border-bottom: 3px solid #117e69;
}
.color-option-box {
	width: 101px;
	height: 101px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
	float: left;
}
.boxed {
	padding: 25px 20px;
}
.columns-demo h4, .boxed h4 {
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
}
.columns-demo p, .boxed p {
	font-size: 15px;
	line-height: 28px;
	color: #7f8c8d;
	font-weight: 400;
}
.boxed h4, .boxed p {
	color: #fff;
}
.BG-color1 {
	background: #f54444;
}
.BG-color3 {
	background: #16a085;
}
.BG-color5 {
	background: #f39c12;
}
.BG-color6 {
	background: #34495e;
}
.BG-color7 {
	background: #e74c3c;
}
.BG-color8 {
	background: #27ae60;
}
.BG-color9 {
	background: #1c1c2e;
}
/*===============================
17-404 / comming soon
=================================*/
#wrapper-404 {
	position: relative;
	text-align: center;
	padding-top: 20px;
}
.head-404 {
	font-size: 170px;
	font-weight: 700;
	line-height: 230px;
	color: #EE3728;
}
.head-soon {
	font-size: 40px;
	font-weight: 700;
	color: #EE3728;
}
.tagline-404 {
	font-size: 18px;
	line-height: 36px;
	font-weight: 700;
}
#wrapper-404 p {
	font-size: 12px;
	line-height: 18px;
	color: #aaaaaa;
}
.input-404 {
	position: relative;
	width: 100%;
	margin: 0 auto;
	height: 43px;
	border: 1px solid #D4D4D4;
	border-radius: 6px;
}
.input-404 input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding-left: 2%;
	height: 41px;
	border: none !important;
	color: #cccccc;
	line-height: 42px;
}
.input-404 button {
	position: absolute;
	right: 0;
	height: 41px;
	width: 15%;
	border: none;
	font-size: 20px;
}
.form-404 {
    padding-bottom: 15px;
    padding-top: 32px;
    padding-right: 13px;
}
#page-head1 {
    border: 1px solid #666;
	display: none;
	font-size: 13px;
	height: auto;
	max-height: 200px;
	overflow: auto;
	padding: 0;
	text-align: left;
	width: 91.5% !important;
	z-index: 999999;
	left: 15px;
    top: 86px !important;
	background-color:#FFF;
}
@media (max-width: 360px) {
#page-head1{
	width: 88.5% !important;
}
}
@media (max-width: 360px) {
.home1 {
	padding-top: 151px;
}
}
@media (min-width: 361px) and (max-width: 640px) {
.home1 {
	padding-top: 190px;
}
}
/* Large desktop */
@media (min-width: 801px) {
.home1 {
	padding-top: 151px;
}
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 800px) {
.home1 {
	padding-top: 121px;
}
.boxed-layout, .boxed-layout .container {
	max-width: 960px !important;
	margin: 0 auto;
}
.navbar-nav {
	float: none;
}
.flex-caption h1 {
	font-size: 24px !important;
	max-width: 700px;
}
.dropdown-menu {
	position: relative;
}
ul.dropdown-menu {
	display: none;
	width: 97%;
	margin-bottom: 20px;
}
header {
	min-height: 70px;
	border: 0;
}
header .branding {
	top: 10px;
}
header .branding a {
	font-size: 40px;
}
header .branding img {
	max-width: 140px;
}
header .nav-toggle {
	display: block;
	margin-top: 10px;
	width: 50px;
	height: 50px;
}
nav.main {
	display: none;
	float: none;
	clear: both;
	padding: 0 0 30px 0;
	text-align: center;
}
nav.main > ul, nav.main .indicator {
	display: none;
}
nav.main select {
	display: inline-block;
	margin-top: 40px;
	padding: 10px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
}
@media (min-width: 768px) {
.top-b {
	padding-bottom: 28px;
}
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
.fixed-home {
	padding-top: 0px;
}
.wsmenu {
	top: 50px !important;
}
.fixed-home {
	padding-top: 0px;
}
#showcase-wrapper {
	padding-top: 15px;
}
.mar-top {
	margin-top: 30px;
}
.bio-row {
	width: 76%!important;
}
.modal-footer .footer-head {
	margin-bottom: 0px;
}
#service-wrappper {
	margin-top: -0px;
}
#home .flex-control-nav {
	bottom: 90px;
}
.navbar-nav {
	float: none;
}
.flex-caption {
	position: relative;
	padding-bottom: 40px;
}
.flex-caption h1 {
	font-size: 18px !important;
}
.flex-caption p {
	font-size: 14px;
}
.showcase-links-left, .showcase-links-right {
	text-align: center;
	margin-bottom: 40px;
}
.carousel-control.left {
	left: 0px;
}
.carousel-control.right {
	right: 0px;
}
.p-link {
	text-align: left;
	margin-top: 20px;
}
.member {
	text-align: center;
}
.dropdown-menu {
	position: relative;
}
ul.dropdown-menu {
	display: none;
	width: 97%;
	margin-bottom: 20px;
}
header {
	min-height: 70px;
	border: 0;
}
header .branding {
	top: 10px;
}
header .branding a {
	font-size: 30px;
}
header .branding img {
	max-width: 140px;
}
header .nav-toggle {
	display: block;
	margin-top: 10px;
	width: 50px;
	height: 50px;
}
nav.main {
	display: none;
	float: none;
	clear: both;
	padding: 0 0 30px 0;
	text-align: center;
}
nav.main > ul, nav.main .indicator {
	display: none;
}
nav.main select {
	display: inline-block;
	margin-top: 40px;
	padding: 10px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.flex-caption h1 {
	background: none;
	color: #000;
}
.card {
    padding-bottom: 54% !important;
    width: 49% !important;
}
}
/* Landscape phones and down */
@media (max-width: 480px) {
.head-image {
	display: none;
}
nav.main select {
	padding: 10px;
	width: 240px;
}
header .branding {
	top: 10px;
}
header .branding a {
	font-size: 30px;
}
.showcase-links-left, .showcase-links-right {
	text-align: center;
	margin-bottom: 40px;
}
.slides img {
	width: auto;
}
.promotion a, .showcase-links-left a, .showcase-links-right a, #promo-line a {
	padding: 15px 15px;
	font-size: 20px;
}
.head-404 {
	font-size: 80px;
	line-height: 150px;
}
.input-404 input {
	width: 78%;
	padding-left: 2%;
}
.input-404 button {
	width: 20%;
}
}
@media (max-width: 360px) {
.home1 {
	padding-top: 114px;
}
nav.main select {
	padding: 10px;
	width: 200px;
}
}
/*table colors*/
/*red*/
.red-table .plan-title {
	background: #f54444;
}
.red-table .plan-price {
	background: #e73b3b;
}
.red-table .plan-features {
	color: #e73b3b;
}
/*emerald*/
.emerald-table .plan-title {
	background: #26b161;
}
.emerald-table .plan-price {
	background: #2ecc71;
}
.emerald-table .plan-features {
	color: #18ad8f;
}
/*blue*/
.blue-table .plan-title {
	background: #2980b9;
}
.blue-table .plan-price {
	background: #2570a2;
}
.blue-table .plan-features {
	color: #2570a2;
}
/*purple*/
.purple-table .plan-title {
	background: #2a3c4e;
}
.purple-table .plan-price {
	background: #34495E;
}
.purple-table .plan-features {
	color: #34495E;
}
.modal-footer {
	font-family: arial;
	border-radius: 0;
	text-align: left;
	padding-top: 40px;
	box-shadow: none;
	margin-top: 0;
}
.modal-footer .footer-head {
	font-family: 'Droid Sans', sans-serif;
	margin-bottom: 11px;
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 35px;
}
.f-title:after {
    content: '';
    display: block;
    width: 78px;
    height: 2px;
    background: #b6b6b6;
    position: relative;
    margin: 6px 0;
}
.pad-r0 {
    padding-right: 0;
}
#sub-email {
	background: #ffffff;
	height: 38px;
	border-radius: 4px 0 0 4px;
	width: 240px;
	border: none;
	padding-left: 10px;
}
#sub {
	height: 38px;
	width: 44px;
	background-color: #e1472f;
	color: #ffffff;
	margin-top: -10px;
	margin-left: -5px;
	font-weight: bold;
	border: none;
	border-radius: 0 4px 4px 0;
}
.modal-footer .social {
	text-align: left;
}
.modal-footer ul {
	padding: 0px;
}
.social, .social2 {
	margin: 20px 0;
	text-align: center;
}
.footer-list a {
	text-decoration: none;
	color: #c3c3c3;
}
.footer-list li {
	line-height: 25px;
}
.footer-list {
	margin-left: -2px;
	list-style: none;
	margin-top: -5px;
	font-size: 12px;
}
.modal-footer .copyrights {
	margin-top: 20px;
	padding-top: 20px;
}
.modal-footer ul {
	padding: 0px;
	min-height: 125px;
}
.copyrights li {
	display: inline-block;
	list-style: none;
	margin-right: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
}
/*.cccc {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.4);
  
}*/
.listdesign {
	margin-left: 0px;
	margin-right: 0px;
	padding: 25px;
/* border: 1px solid #CCC; */margin-bottom: 15px;
	background-color: #fff; /*-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
  box-shadow: 1px 1px 2px rgba(0,0,0,0.2);*/;
	border: 1px solid #ddd;
}
.listdesign-1 {
	margin-left: 0px;
	margin-right: 0px;
	padding: 7px;
/* border: 1px solid #CCC; */margin-bottom: 0px;
	background-color: #fff;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	border-bottom: 1px solid #ddd;
}
.btn-custom1 {
    padding: 0px 10px;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    font-weight: 600;
    border: none;
    margin-bottom: 5px;
    margin-top: 0px;
    border-radius: 0px;
    text-transform: capitalize;
}
.btn-custom1:hover{
     color: #1D7BCE;
     font-weight: 600;  
     background: #fff;
     border: 1px solid;
}
.fona {
	font-size: 20px;
	color: #002E71;
}
.fona1 {
	font-size: 20px;
	color: #F00;
	font-weight: bold;
}
.fona2 {
	font-size: 20px;
	color: #002E71;
	margin-left: 60px;
}
.fs15 {
	font-size: 15px;
	color: #A5A5A5;
}
.fslist {
	color: #A5A5A5;
}
.fona_green {
	font-size: 20px;
	font-weight: bold;
}
img.color_flip {
	filter: url(filters.svg#grayscale); /* Firefox 3.5+ */;
	filter: gray; /* IE5+ */;
	-webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */;
	-webkit-transition: all .5s ease-in-out;
}
img.color_flip:hover {
	filter: none;
	-webkit-filter: grayscale(0);
	-webkit-transform: scale(1.1);
}
@media (max-width: 640px) {
.imglist {
    margin:16px 0px !important;
}
}
.imglist {
    padding: 8px;
    margin-top: 16px;
    border: 1px solid #E6E6E6;
    box-shadow: 1px 9px 21px -9px;
    margin: 40px 21px;
    color:#e6e6e6;
}
.fert {
	font-weight: bolder;
}
.off-head {
	color: #06C;
	font-size: 18px;
	font-weight: 700;
}
/*    --------------------------------------------------
	:: Login Section
	-------------------------------------------------- */
#login .form-wrap {
	width: 50%;
	margin: 0 auto;
}
#login h1 {
	color: #1fa67b;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	padding-bottom: 20px;
}
#login .form-group {
	margin-bottom: 25px;
}
#login .checkbox {
	margin-bottom: 20px;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
#login .checkbox.show:before {
	content: '\e013';
	color: #1fa67b;
	font-size: 17px;
	margin: 1px 0 0 3px;
	position: absolute;
	pointer-events: none;
	font-family: 'Glyphicons Halflings';
}
#login .checkbox .character-checkbox {
	width: 25px;
	height: 25px;
	cursor: pointer;
	border-radius: 3px;
	border: 1px solid #ccc;
	vertical-align: middle;
	display: inline-block;
}
#login .checkbox .label {
	color: #6d6d6d;
	font-size: 13px;
	font-weight: normal;
}
#login .btn.btn-custom {
	font-size: 14px;
	margin-bottom: 20px;
}
#login .forget {
	font-size: 13px;
	text-align: center;
	display: block;
}
/*    --------------------------------------------------
	:: Inputs & Buttons
	-------------------------------------------------- */
.form-control {
	color: #212121;
}
.btn-custom:hover, .btn-custom:focus {
	color: #fff;
}
/* Funky radio*/
.funkyradio div {
	clear: both; /*margin: 0 50px;*/;
	overflow: hidden;
}
.funkyradio label {
	/*min-width: 400px;*/
	width: 100%;
	border-radius: 3px;
	border: 1px solid #D1D3D4;
	font-weight: normal;
}
.funkyradio input[type=radio]:empty, .funkyradio input[type=checkbox]:empty {
	display: none;
}
.funkyradio input[type="radio"]:empty ~ label, .funkyradio input[type="checkbox"]:empty ~ label {
	position: relative;
	line-height: 2.5em;
	text-indent: 3.25em;
	margin-top: 2em;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.funkyradio input[type="radio"]:empty ~ label:before, .funkyradio input[type="checkbox"]:empty ~ label:before {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	content: '';
	width: 2.5em;
	background: #D1D3D4;
	border-radius: 3px 0 0 3px;
}
.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before, .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
	content: '\2714';
	text-indent: .9em;
	color: #C2C2C2;
}
.funkyradio input[type="radio"]:hover:not(:checked) ~ label, .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
	color: #888;
}
.funkyradio input[type="radio"]:checked ~ label:before, .funkyradio input[type="checkbox"]:checked ~ label:before {
	content: '\2714';
	text-indent: .9em;
	color: #333;
	background-color: #ccc;
}
.funkyradio input[type="radio"]:checked ~ label, .funkyradio input[type="checkbox"]:checked ~ label {
	color: #777;
}
.funkyradio input[type="radio"]:focus ~ label:before, .funkyradio input[type="checkbox"]:focus ~ label:before {
	box-shadow: 0 0 0 3px #999;
}
.funkyradio-default input[type="radio"]:checked ~ label:before, .funkyradio-default input[type="checkbox"]:checked ~ label:before {
	color: #333;
	background-color: #ccc;
}
.funkyradio-primary input[type="radio"]:checked ~ label:before, .funkyradio-primary input[type="checkbox"]:checked ~ label:before {
	color: #fff;
	background-color: #337ab7;
}
.funkyradio-success input[type="radio"]:checked ~ label:before, .funkyradio-success input[type="checkbox"]:checked ~ label:before {
	color: #fff;
	background-color: #5cb85c;
}
.funkyradio-danger input[type="radio"]:checked ~ label:before, .funkyradio-danger input[type="checkbox"]:checked ~ label:before {
	color: #fff;
	background-color: #d9534f;
}
.funkyradio-warning input[type="radio"]:checked ~ label:before, .funkyradio-warning input[type="checkbox"]:checked ~ label:before {
	color: #fff;
	background-color: #f0ad4e;
}
.funkyradio-info input[type="radio"]:checked ~ label:before, .funkyradio-info input[type="checkbox"]:checked ~ label:before {
	color: #fff;
	background-color: #5bc0de;
}
/* Number list*/
.terms {
	margin-left: 30px;
}
.terms ol li {
	list-style: circle;
	padding-bottom: 10px;
}
.sideh {
	margin-bottom: 0px;
	height: 60px;
	background: #FFF;
/*  -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
  box-shadow: 1px 1px 2px rgba(0,0,0,0.2);*/padding: 10px;
}
.sideha {
	color: #069;
	margin-top: 1px;
	margin-bottom: 3px;
}

.lobtn{
	background: #b02e2c !important;padding: 0px;color:#fff !important;
}


@media (max-width: 768px) {
	
.lobtn{
	padding:9px 32px 9px 17px !important;
}	
.head-image {
	height: 90px;
	background-image: url("../../img/parallax/6.jpg");
}
.resp {
	margin-top: 40px;
}
.ftr p {   
    font-size: 12px !important;
    line-height: 16px !important;
}
}
.cen {
	margin: 0 auto;
}
.pad3 {
	padding: 0 3px;
}
.pad10 {
	padding: 10px;
}
.fancy_bullets ul {
	padding: 0;
	list-style: none;
}
.fancy_bullets li {
	background: url("../../img/icon_sprite.png") no-repeat scroll -619px 2px transparent;
	margin-bottom: 10px;
	padding-left: 25px;
}
.btn-customa {
	padding: 0px 3px;
	font-size: 12px;
	line-height: 22px;
	color: #fff;
	font-weight: 600;
	border: none;
	margin-bottom: 5px;
	margin-top: 0px;
	border-radius: 3px;
	text-transform: capitalize;
}
.mgt10 {
	margin-top: 10px;
}
.mgb115 {
	margin-bottom: 90px;
}
.nbd {
	background-color: #F3F3F3;
	border-radius: 4px;
	border: 1px solid #ddd;
}
.imgbd {
	padding: 2px;
	border: 1px solid #ddd;
}
.navbar-default {
	background-color: #FFF;
	border-color: #e7e7e7;
}
.navbar-fixed-top {
	z-index: 999;
}
.profile-nav .user-heading {
	background: #FFF;
	color: #fff;
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	padding: 30px;
	text-align: center;
}
.profile-nav .user-heading h1 {
	font-size: 22px;
	font-weight: 300;
	margin-bottom: 5px;
	color: #666;
}
.profile-nav .user-heading p {
	font-size: 12px;
}
.bio-graph-heading {
	background: #FFF;
	color: #535353;
	border-bottom: thin solid #DDD;
	text-align: center;
	padding: 20px 15px;
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	font-size: 28px;
	font-weight: 300;
}
.bio-graph-heading1 {
	background: #FFF;
	color: #FF0000;
	border-bottom: thin solid #DDD;
	text-align: center;
	font-style: italic;
	padding: 15px 110px;
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	font-size: 16px;
	font-weight: 300;
}
.bio-row {
	width: 50%;
	float: left;
	margin-bottom: 10px;
	padding: 0 15px;
}
.bio-row p span {
	width: 110px;
	display: inline-block;
}
.bio-chart {
	width: 40%;
}
.bio-chart, .bio-desk {
	float: left;
}
.profile-nav ul > li > a {
	border-radius: 0;
	-webkit-border-radius: 0;
	color: #89817f;
	border-left: 5px solid #fff;
}
.bio-desk h4.reda {
	color: #e26b7f;
}
.bio-desk h4.terques {
	color: #4CC5CD;
}
.bio-desk h4.greena {
	color: #96BE4B;
}
.bio-desk h4.purplea {
	color: #4B253A;
}
.bio-desk h4.yellowa {
	color: #CC9900;
}
.bio-desk h4.browna {
	color: #996600;
}
.bio-desk h4 {
	font-size: 15px;
	font-weight: 400;
}
#canvas .circle {
	display: inline-block;
	margin: 1em;
}
.circles-decimals {
	font-size: .4em;
}
.profile-nav ul > li {
	border-bottom: 1px solid #ebeae6;
	margin-top: 0;
	line-height: 30px;
}
profile-nav ul > li > a:hover, .profile-nav ul > li > a:focus, .profile-nav ul li.active a {
	background: #f8f7f5 !important;
	border-left: 5px solid #428bca;
	color: #89817f !important;
}
.profile-nav ul > li > a > i {
	font-size: 16px;
	padding-right: 10px;
	color: #bcb3aa;
}
.profile-nav .user-heading a img {
	width: 152px;
	height: 152px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 5px solid #DDD;
}
.profile-nav .user-heading.round a {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 10px solid rgba(255,255,255,0.3);
	display: inline-block;
}
label {
	display: inline-block;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: 400;
	color: #89817f;
}
@media (max-width: 767px) {
.topf {
	margin-top: 30px;
	margin-bottom: 20px;
}
.card {
	padding-bottom: 54% !important;
	width: 49% !important;
}
}
@media (min-width: 768px) and (max-width: 979px) {
.topf {
	margin-top: 0px;
	padding-left: 30px;
}
}
.blue1 {
	background: #6597b2;
}
.card {
	position: relative;
	float: left;
	padding-bottom: 25%;
	width: 25%;
	text-align: center;
}
.card:nth-child(1) {
	margin-left: -3px;
	margin-right: 1px;
}
.card:nth-child(2), .card:nth-child(3) {
	margin-right: 1px;
}
/* card fronts and backs */
.card__front, .card__back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.card__front, .card__back {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.card__front {
	background-color: #fff;
	z-index: 998; 
}
.card__back {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}
/* card text */
.card__text {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	height: 20px;
	color: #000;
	line-height: 20px;
}
/* hover effect */
.card.effect__hover:hover .card__front {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}
.card.effect__hover:hover .card__back {
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
}
/* click effect */
.card.effect__click.flipped .card__front {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}
.card.effect__click.flipped .card__back {
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
}
/* random effect */
.card.effect__random.flipped .card__front {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}
.card.effect__random.flipped .card__back {
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
}
input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
::-moz-focus-inner {
	padding: 0;
	border: 0;
}
:-moz-placeholder {
	color: #999 !important;
}
::-webkit-input-placeholder {
	color: #999;
}
.scrollbar {
	width: 150px;
	height: 400px;
	background-color: lightgray;
	margin-top: 40px;
	margin-left: 40px;
	overflow-y: scroll;
	float: left;
}
.contentss {
	height: 450px;
}
@-moz-document url-prefix(http://), url-prefix(https://) {
scrollbar {
 -moz-appearance: none !important;
 background: rgb(0,255,0) !important;
}
thumb, scrollbarbutton {
 -moz-appearance: none !important;
 background-color: rgb(0,0,255) !important;
}
 thumb:hover, scrollbarbutton:hover {
 -moz-appearance: none !important;
 background-color: rgb(255,0,0) !important;
}
 scrollbarbutton {
 display: none !important;
}
 scrollbar[orient="vertical"] {
 min-width: 15px !important;
}
}
.containert {
	width: 15em;
	height: 12em;
	margin: 1em auto;
	overflow: hidden;
	background: white;
	position: relative;
	box-sizing: border-box;
}
.marquee {
	top: 6em;
	position: relative;
	box-sizing: border-box;
	animation: marquee 15s linear infinite;
}
.marquee:hover {
	animation-play-state: paused;
}
/* Make it move! */
@keyframes marquee {
 0% {
top:   8em
}
 100% {
top: -11em
}
}
/* Make it look pretty */
.microsoft .marquee {
	margin: 0;
	padding: 0 1em;
	line-height: 1.5em;
	font: 1em 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
}
.microsoft:before, .microsoft::before, .microsoft:after, .microsoft::after {
	left: 0;
	z-index: 1;
	content: '';
	position: absolute;
	pointer-events: none;
	width: 100%;
	height: 2em;
	background-image: linear-gradient(180deg, #FFF, rgba(255,255,255,0));
}
.microsoft:after, .microsoft::after {
	bottom: 0;
	transform: rotate(180deg);
}
.microsoft:before, .microsoft::before {
	top: 0;
}
/* Style the links */
.vanity {
	color: #333;
	text-align: center;
	font: .75em 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
}
.vanity a, .microsoft a {
	color: #1570A6;
	transition: color .5s;
	text-decoration: none;
}
.vanity a:hover, .microsoft a:hover {
	color: #F65314;
}
.dea li {
	padding-bottom: 30px;
}
/*----offer page sidebar-----*/
.anim750 {
	transition: all 750ms ease-in-out;
}
#Awesome {
	position: relative;
	width: 180px;
	height: 180px;
	margin: 0 auto;
	backface-visibility: hidden;
}
#Awesome .sticky {
	transform: rotate(45deg);
}
#Awesome:hover .sticky {
	transform: rotate(10deg);
}
#Awesome .sticky {
	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
	height: 180px;
}
#Awesome .reveal .circle {
	box-shadow: 0 1px 0px rgba(0, 0, 0, .15);
	font-family: 'helvetica neue', arial;
	font-weight: 200;
	line-height: 140px;
	text-align: center;
	cursor: pointer;
}
#Awesome .reveal .circle {
	background: #fafafa;
}
#Awesome .circle_wrapper {
	position: absolute;
	width: 180px;
	height: 180px;
	left: 0px;
	top: 0px;
	overflow: hidden;
}
#Awesome .circle {
	position: absolute;
	width: 140px;
	height: 140px;
	margin: 20px;
	border-radius: 999px;
}
#Awesome .back {
	height: 10px;
	top: 30px;
}
#Awesome:hover .back {
	height: 90px;
	top: 110px;
}
#Awesome .back .circle {
	margin-top: -130px;
	background-color: #fbec3f;
	background-image: -webkit-linear-gradient(bottom, rgba(251, 236, 63, .0), rgba(255, 255, 255, .8));
}
#Awesome:hover .back .circle {
	margin-top: -50px;
}
#Awesome .front {
	height: 150px;
	bottom: 0;
	top: auto;
	-webkit-box-shadow: 0 -140px 20px -140px rgba(0, 0, 0, .3);
}
#Awesome:hover .front {
	height: 70px;
	-webkit-box-shadow: 0 -60px 10px -60px rgba(0, 0, 0, .1);
}
#Awesome .front .circle {
	margin-top: -10px;
	background: #fbec3f;
	background-image: -webkit-linear-gradient(bottom, rgba(251, 236, 63, .0) 75%, #f7bb37 95%);
	background-image: -moz-linear-gradient(bottom, rgba(251, 236, 63, .0) 75%, #f7bb37 95%);
	background-image: linear-gradient(bottom, rgba(251, 236, 63, .0) 75%, #f7bb37 95%);
}
#Awesome h4 {
	font-family: 'helvetica neue', arial;
	font-weight: 200;
	text-align: center;
	position: absolute;
	width: 180px;
	height: 140px;
	line-height: 140px;
	transition: opacity 50ms linear 400ms;
}
#Awesome:hover h4 {
	opacity: 0;
	transition: opacity 50ms linear 300ms;
}
#Awesome:hover .front .circle {
	margin-top: -90px;
	background-color: #e2d439;
	background-position: 0 100px;
}
.note {
	position: relative;
	background: #FFF;
	overflow: hidden;
}
.note:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	border-width: 0 16px 16px 0;
	border-style: solid;
	border-color: rgb(227, 227, 227) rgb(219, 219, 219) transparent transparent;
	background: #ADADAC;
	display: block;
	width: 0; /* Optional: shadow; */;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
}
.note.red {
	background: #C93213;
}
.note.red:before {
	border-color: #fff #fff #97010A #97010A;
	background: #97010A;
}
.note.blue {
	background: #53A3B4;
}
.note.blue:before {
	border-color: #fff #fff transparent transparent;
	background: transparent;
}
.note.taupe {
	background: #999868;
}
.note.taupe:before {
	border-color: #fff #fff #BDBB8B #BDBB8B;
	background: #BDBB8B;
}
.note.rounded {
	-webkit-border-radius: 5px 0 5px 5px;
	-moz-border-radius: 5px 0 5px 5px;
	border-radius: 5px 0 5px 5px;
}
.note.rounded:before {
	border-width: 8px;
/* Triggers a 1px 'step' along the diagonal in Safari 5 (and Chrome 10) */border-color: #fff #fff transparent transparent;
/* Avoids the 1px 'step' in webkit. Background colour shows through */-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius: 0 0 0 5px;
	border-radius: 0 0 0 5px;
}
.navbar {
	min-height: 33px;
	margin-bottom: 5px;
	border: none;
}
.navbar-nav > li > a {
	padding-top: 8px;
	padding-bottom: 5px;
}
.input-404 input:focus {
	color: #333;
}
.input-404 input {
	color: #DDD;
}
@media (max-width: 360px) {
#home .flex-caption {
	display: none !important;
}
#page-head {
	display: none !important;
}
}
@media (max-width: 320px) {
#home .flex-caption {
	display: none !important;
}
#page-head {
	display: none !important;
}
.hidden-xss {
    display: none !important;
}
.panel-headingmob a
{
	font-size: 11px;
    line-height: 28px;
    padding: 0 5px;
}
.panel-headingmob span.iconplus
{
	font-size: 10px;
    margin-top: 9px;
}
.fons input{
	font-size:13px !important;
}
}
@media all and (min-width:360px) and (max-width:480px) {
.panel-headingmob a
{
	line-height:28px;
	font-size:13px;
}
.panel-headingmob span.iconplus
{
	font-size: 10px;
    margin-top: 9px;
}
#home .flex-caption {
	display: none !important;
}
.hidden-xss {
    display: none !important;
}
#page-head {
	display: none !important;
}
}
@media all and (min-width:481px) and (max-width:640px) {
#home .flex-caption {
	display: none !important;
}
#page-head {
	display: none !important;
}
}
.shad {
	box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
	padding: 22px;
}
.selected {
	padding: 15px 10px;
	background-color: #F0FFFF;
	cursor: pointer;
	font-weight: 600;
	border-bottom: 1px solid #ddd;
}
.selected img {
	width: 70px !important;
	float: left;
	padding: 0px 10px;
}
.unselected {
	padding: 15px 10px;
	border-bottom: 1px solid #ddd;
	border-radius: 3px;
	font-weight: 600;
}
.unselected span {
	font-weight: 600;
	
	font-size: 14px;
}
.selected span {
	font-weight: 600;
	
	font-size: 13px;
}
.unselected img {
	width: 70px !important;
	float: left;
	padding: 0px 10px;
}
.results {
	border-left: 1px solid #c8cee7;
	border-right: 1px solid #c8cee7;
	border-top: 1px solid #cbcfe2;
	border-bottom: 1px solid #c4c7d7;
	display: none;
	position: absolute;
	top: 45px;
	left: 0;
	right: 0;
	z-index: 10;
	padding: 0;
	margin: 0;
	border-radius: 3px;
	background-color: #fdfdfd;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	height: 300px;
	overflow-y: scroll;
	overflow-x: hidden;
	background-image: linear-gradient(top, #fdfdfd, #eceef4);
}
.unselected:nth-child(odd) {
	background: #E7E7E7;
}
#showcase-wrapper {
	position: relative;
	padding-top: 10px !important;
	padding-bottom: 30px;
	background-color: #fff;
}
#hotoffer {
	position: relative;
	padding-top: 10px !important;
	padding-bottom: 30px;
}
.product-sm {
	padding: 10px;
}
.product {
	-webkit-box-shadow: 0 3px 2px rgba(0,0,0,0.15) , 0 0 1px rgba(0,0,0,0.15);
	box-shadow: 0 3px 2px rgba(0,0,0,0.15) , 0 0 1px rgba(0,0,0,0.15);
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 10px;
	background: #fff;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	position: relative;
}
.product-sm .product-img-wrap {
	padding: 2px;
	margin: 0;
}
.product-img-wrap {
	position: relative;
	height: 100%;
	overflow: hidden;
	margin: 20px;
	margin-bottom: 10px;
}
.product-img-primary, .product-img-alt, .product-img {
	display: block;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	z-index: 1;
	margin: 0px auto;
}
.product-img {
	height: 60px;
	width: 120px;
}
.product-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 4;
	text-indent: 99999;
}
product-sm .product-caption {
	margin-top: 7px;
	padding: 0 5px;
}
.product-caption {
	padding: 5px 10px;
	position: relative;
}
.product-sm .product-caption-title {
	line-height: 1.25em;
	font-size: 13px;
	height: 70px;
	text-align: center;
}
}
.product-caption-title {
	font-weight: 400;
	font-family: 'Open Sans', arial, helvetica, sans-serif;
	margin-bottom: 6px;
	font-size: 16px;
	height: 40px;
	overflow: hidden;
	line-height: 1.3em;
	color: #0d0d0d;
}
.product-sm .product-caption-price {
	margin-top: 5px;
}
.product-caption-price {
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 12px;
}
.product-sm .product-caption-price > span {
	font-size: 14px;
}
.product-caption-price > span.product-caption-price-old {
	margin-right: 7px;
	color: #727272;
	text-decoration: line-through;
}
.product-caption-price > span {
	display: inline-block;
	font-size: 18px;
	line-height: 1em;
}
.product-caption-price > span.product-caption-price-new {
	color: #000;
	font-weight: 700;
}
.bttn a {
	width: 80px;
}
.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.product-caption-title {
	margin: 0 0px !important;
}
.widget-title::before {
	border-bottom: 2px solid #C5C5C5;
	left: 14px;
	position: absolute;
	top: 25px;
	width: 25%;
	padding-top: 10px;
}
.widget-title {
	color: #727272;
	padding: 0px 10px 0px 0px;
	margin-bottom: 10px;
	margin-top: 5px!important;
	width: 290px;
	border: 0px solid #C5C5C5;
}
.centre-line:before, .overlay:before, .widget-title::before {
	content: "";
}
.mgt10 {
	margin-top: 10px;
}
.bxw {
	padding: 10px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	position: relative;
	margin-bottom: 10px;
}
.bxw1 {
	background: rgba(175, 175, 175, 0.31) !important;
}
.voc {
	background-color: #FFFFFF;
	color: #707070;
	border: 1px dashed #9C9C9C;
	font-weight: bold;
	width: 140px;
}
.voc-i {
	padding-right: 15px;
}
.prod-cap {
	height: 15px!important;
}
.voc-exp {
	margin-top: 10px;
	border-radius: 3px;
	color: #F44336;
	font-weight: 600;
}
.red-off {
	color: #F44336 !important;
	font-weight: bold;
	font-size: 13px;
}
.pri-sy {
	padding-right: 2px;
	color: black;
}
.pri-cat {
	padding-right: 2px;
	color: brown;
}
.dash .product {
	border: 2px dashed #1d7bce;
}
.deals-sl h5 {
	font-weight: 600;
	color: #1D7BCE;
	font-size: 18px;
}
.deals-sl p {
	margin: 0 0 5px!important;
}
.revealbutton a {
	margin-top: 5px;
}
.deals-bor {
	border-color: #FFFFFF!important;
}
@media (max-width: 360px) {
.deals-list {
	border: 1px solid rgb(221, 221, 221);
	padding: 10px;
	width: 80%;
}
}
.deals-list {
	border: 1px solid rgb(221, 221, 221);
	padding: 10px;
}
h4, h5, h6 {
	margin-top: 5px!important;
	margin-bottom: 5px!important;
}
hr {
	margin-top: 5px!important;
	margin-bottom: 5px!important;
}
.h-title span {
	padding-bottom: 11px;
	border-bottom: 1px solid;
	font-weight: 500;
}
.h-title span {
	border-bottom-color: #1D7BCE;
}
.h-title {
	margin-bottom: 16px;
	padding-bottom: 7px;
	border-bottom: 1px solid #D6D6D6;
	font-weight: 300;
	font-size: 19px!important;
}
.miss-title h5 {
	height: 24px!important;
	font-weight: 600;
	color: #428bca;
	font-size: 16px !important;
}
.miss-title {
	height: 33px!important;
}
.dmiss {
	background-color: #fff;
	margin-bottom: 20px;
}
@media (min-width: 1280px) {
.dmiss {
	background-image: url('../img/dontmiss.png');
	background-color: #fff;
	background-position: top center;
	background-repeat: no-repeat;
}
}
@media (min-width: 1024px){
.modal-dialog {
    width: 950px !important;
}
}
.owl-wrapper-outer {
	height: 158px;
}
.oval-btn:focus {
    color: #fff;
    text-decoration: none;
}
.top-g ul li a {
	font-size: 12px;
	color: #787878 !important;
	font-weight:bold;
}
.top-g ul li a i {
	padding-right: 7px;
}
.user {
	font-weight: 600;
	color: #1d7bce;
	font-style: italic;
}
.menu-i {
	color: #1D7BCE;
	font-size: 13px;
	border: 1px solid #1D7BCE;
	padding: 4px;
	border-radius: 36px;
	width: 23px;
	height: 23px;
}
.list li a:hover, .list li a:focus {
	background-color: #1D7BCE;
	color: #fff!important;
}
.privacy{
	padding-top:20px;
}
.privacy ol {
	list-style: decimal;
	padding-left: 33px;
	font-size: 14px;
}
.privacy h4 {
	font-size: 19px;
	font-weight: 600;
	 color: #1d7bce;
}
.privacy p {
	color: #535353;
}
.modal-backdrop.in {
	opacity:0.5;
}
.select-drop{
 
 background-image:url('../img/sort.png');
  padding-right: 25px;
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.tooltip-inner {
   max-width: 250px;
   width: 250px;
}
@media (max-width: 640px) and (min-width: 480px){
.mob1login {
	margin-top: 10px !important;
}
.home1login {
	padding-top: 149px!important;
}
}
@media (max-width: 767px) and (min-width: 641px){
.mob1login {
	margin-top: 10px !important;
}
.home1login {
	padding-top: 149px!important;
}
}
@media (max-width: 1024px) and (min-width: 768px){
.mob1login {
	margin-top: 10px !important;
}
.home1login {
	padding-top: 109px!important;
}
}
@media (min-width: 768px){
.mob1login {
	margin-top: 10px !important;
}
.home1login {
	padding-top: 109px!important;
}
}
@media (max-width: 479px){
.home1login {
	padding-top: 116px!important;
}
}
@media (max-width: 479px){
.mob1login {
	margin-top: 10px !important;
}
}

#categorylistPanel #sample_1_filter label {
	padding-left:12px;
}
.iph ol {
    line-height: 28px;
    font-size: 14px;
    font-style: italic;
    list-style-type: disc;
}
.iph h4{
	font-size: 24px;
    font-weight: 600;
}
.iph h5{
	font-size: 20px;
    font-weight: 400;
}
.social-roll {
	height: 35px;
	width: 35px;
	margin: 5px;
	float: left;
	border-radius: 50%;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.social-roll:hover {
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
}
.twitter-roll, .google-roll, .facebook-roll, .linkedin-roll, .pinterest-roll, .instagram-roll, .tumblr-roll, .reddit-roll, .stumbleupon-roll {
}
.social-roll:hover {
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	transform:rotate(360deg);
}
.twitter-roll {
	background-image: url('../img/twitter-gray.png');
}
.twitter-roll:hover {
	background-image: url('../img/twitters.png');
}
.facebook-roll {
	background-image: url('../img/facebook-gray.png');
}
.facebook-roll:hover {
	background-image: url('../img/facebooks.png');
}
.linkedin-roll {
	background-image: url('../img/linkedin-gray.png');
}
.linkedin-roll:hover {
	background-image: url('../img/linkedins.png');
}
.clr-cash {
    background: none repeat scroll 0 0 #D2F7F1 !important;
    border: 1px solid #46a797;
    padding: 5px 10px !important;
}
@media (min-width: 768px) {
.ml0 {
    margin-left: 0px !important;
}
.mr0 {
    margin-right: 0px !important;
}
}
@media (max-width: 640px) {
.form-404 {
    padding-bottom: 5px!important;
    padding-top: 5px!important;
}
}
.closssbtn,.footer-list li a {
	cursor: pointer;
}
.oval-btn{  
	padding: 9px 20px;
    border-radius: 3px;
    font-size: 14px;
    text-decoration: none;
    transition: All .6s ease;
    -webkit-transition: All .6s ease;
    -moz-transition: All .6s ease;
    -o-transition: All .6s ease;
    text-transform: uppercase;
    color: white;
    font-weight: 600;
}    
.oval-btn:hover{
	color:#fff;
	text-decoration: none;
}
@media (max-width: 360px) { .oval-btn{ 
    padding: 7px 10px !important;
	font-size: 11px!important;}
}  
.mdf a{ 
	color:#2e9943;       
}
.mdf {
       font-size:17px;
}
 /*drop down menu 9.11.2016 */
 @media (min-width: 481px) and  (max-width: 767px){ 
.navbar-nav .open .dropdown-menu{
padding-bottom: 36px;
}}
.joinheader {
	background:none repeat scroll 0 0 hsl(300, 20%, 96%);
	border-bottom:1px solid hsl(120, 1%, 86%);
}
.btn-pink {
    color: #f8f8f8;
    background-color: #E81D62;
    border-color: #c51954;
}
.btn-pink:hover {
    color: #fff;
    background-color: #c51954;
    border-color: #c51954;
}
.joinmodal {
	border-radius:0px;
}
.authpop{
	width:600px !important;
}	
#msgbox{
    color: red;
    float: left;
    font-size: 12px;
    padding-left: 30px;
    width: 98%;
} 
.joinheader{
	background: #dedddd;
}
.auth{
	margin-bottom: 15px;
}
.authb{
	margin-bottom: 15px;
	border:0px;
}
.aut label{
	text-transform: uppercase; font-size: 15px; font-weight: 600;
}
.regmouse{
	cursor: pointer;
}
.authid{
	color:#000;
	font-size:14px;
	font-weight:bold;
}
.authcose {
	font-size:30px;
	font-weight:bold;
}
@media (max-width: 360px) {
 .mdf {  font-size: 11px;}
 .authpop{
	width:360px !important;
  }	
}
.medi h4 {
	display: inline;
	color: #1d7bce;
	text-transform: uppercase;
	font-weight: 600;
}
.medi img {
	vertical-align: middle;
	padding-right: 10px;
}
.medi p {
	padding-left: 43px;
	margin-top: 10px;
}
.medi h2 {
	font-weight: 600;
	margin-bottom: 30px;
}
.lad {
    background: #fff;
}
.ladb {
    padding: 15px;
    text-align: left;
}
.ladb h4 {
    text-align: left;
    font-size: 22px;
    text-transform: uppercase;
}
.ladb h5 {
    font-size: 17px;
    font-weight: 600;
    padding-bottom: 14px;
}
.ladb ul li {
    list-style-type: decimal;
    padding-bottom: 15px;
}
.ladb ul {
    padding-left: 20px;
}
.pab {
    background: #fff!important;
}
.lof {
    margin-left: 0px;
    margin-right: 0px;
    padding: 13px!important;
    margin-bottom: 15px;
    background-color: transparent !important;
    border: 1px solid #666666!important;
}
.lof div {
    text-align: left!important;
    margin-top: 0px !important;
}
.lof div h3 {
    margin: 0px;
    padding-top: 10px;
    color: #000;
    font-size:14px !important;
    font-weight:bold;
}
.lof div p {
    margin: 0px;
    color: #888888;
    padding-bottom: 20px;
}
.lcbg {
    background: #e8e8e8;
}
.val {
    background-color: #f5f5f5;
}
.val h5 {
    color: #505050;
    font-weight: 600;
    margin: 0px 15px;
    width: 100%;
    font-size: 13px;
    padding-bottom: 5px;
}
.val div {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.val span {
    background: #2b9440;
    padding: 11px;
    font-size: 13px;
    color: #fff;
    margin-left: -5px;
}
.val a {
    text-decoration: none;
}
.pd{
	padding: 2px 25px!important;
}
.pacj{
    padding: 24px;
    text-align: center;
}
.pac{      
	margin-bottom: 20px;
    background: #e8e8e8;
}
.pac img{ margin: 0 auto}
.pac p{ font-size:13px; }
@media (min-width: 320px) and (max-width: 360px) {
.pagination > li > a, .pagination > li > span{
	padding:6px 9px;
}
}