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

*:not(i) {
	font-family: "ploni" !important;
}


html,
body,
.body {
	direction: rtl;
}

body {
	margin-bottom: 209px;
}

/* footer=height+border+some margin */
body th {
	text-align: right;
}

#footer {
	position: absolute;
	height: 209px;
	width: 100%;
	bottom: 0;
	left: 0;
	border-top: 0;
}

.mb-1 {
	margin-bottom: 1rem;
}

.select2-container,
#subjectectDropDown {
	text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
	background-color: #0088cc;
	border-color: #0088cc;
	display: inline-block;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	max-width: 220px;
}

.select2-container--default .select2-selection--single {
	border-color: transparent;
	background-color: transparent;
}

span.select2-selection.select2-selection--single:focus {
	outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #fff transparent;
	margin-top: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #fff;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #fff transparent;
	border-width: 0 4px 5px 4px;
	margin-top: 2px;
}

.select2-container--default .select2-results__option .select2-results__option {
	white-space: break-spaces;
}

textarea.form-control {
	margin-top: 1rem;
}

.text-center {
	text-align: center;
}

.width100 {
	width: 100%;
}

.margin5 {
	margin: 5px;
}

/*@font-face {
    font-family: 'anka_clmbold';
    src: url('/assets/fonts/ankaclm/ankaclm-bold-webfont.eot');
    src: url('/assets/fonts/ankaclm/ankaclm-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/assets/fonts/ankaclm/ankaclm-bold-webfont.woff') format('woff'),
         url('/assets/fonts/ankaclm/ankaclm-bold-webfont.ttf') format('truetype'),
         url('/assets/fonts/ankaclm/ankaclm-bold-webfont.svg#anka_clmbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'Noto Sans Hebrew';
  font-style: normal;
  font-weight: 400;
  src: url('/assets/fonts/notosans/NotoSansHebrew-Regular.eot');
  src: url('/assets/fonts/notosans/NotoSansHebrew-Regular.eot?#iefix') format('embedded-opentype'),
       url('/assets/fonts/notosans/NotoSansHebrew-Regular.woff2') format('woff2'),
       url('/assets/fonts/notosans/NotoSansHebrew-Regular.woff') format('woff'),
       url('/assets/fonts/notosans/NotoSansHebrew-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Noto Sans Hebrew';
  font-style: normal;
  font-weight: 700;
  src: url('/assets/fonts/notosans/NotoSansHebrew-Bold.eot');
  src: url('/assets/fonts/notosans/NotoSansHebrew-Bold.eot?#iefix') format('embedded-opentype'),
       url('/assets/fonts/notosans/NotoSansHebrew-Bold.woff2') format('woff2'),
       url('/assets/fonts/notosans/NotoSansHebrew-Bold.woff') format('woff'),
       url('/assets/fonts/notosans/NotoSansHebrew-Bold.ttf') format('truetype');
}*/

@font-face {
	font-family: 'Droid_Sans';
	src: url('/assets/fonts/Droid_Sans/DroidSans.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: 'Droid_Sans';
	src: url('/assets/fonts/Droid_Sans/DroidSans-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: 'ktav-yad';
	src: url('/assets/fonts/ktav-yad/KtavYadCLM-MediumItalic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: 'ktav-yad';
	src: url('/assets/fonts/ktav-yad/KtavYadCLM-BoldItalic.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: 'Alef';
	src: url('/assets/fonts/Alef/Alef-Bold.eot');
	src: url('/assets/fonts/Alef/Alef-Bold.eot?#iefix') format('embedded-opentype'),
		url('/assets/fonts/Alef/Alef-Bold.woff') format('woff'),
		url('/assets/fonts/Alef/Alef-Bold.ttf') format('truetype'),
		url('/assets/fonts/Alef/Alef-Bold.svg#alefbold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: 'Alef';
	src: url('/assets/fonts/Alef/Alef-Regular.eot');
	src: url('/assets/fonts/Alef/Alef-Regular.eot?#iefix') format('embedded-opentype'),
		url('/assets/fonts/Alef/Alef-Regular.woff') format('woff'),
		url('/assets/fonts/Alef/Alef-Regular.ttf') format('truetype'),
		url('/assets/fonts/Alef/Alef-Regular.svg#alefregular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "Flaticon";
	src: url("/assets/fonts/flaticon.eot");
	src: url("/assets/fonts/flaticon.eot#iefix") format("embedded-opentype"),
		url("/assets/fonts/flaticon.woff") format("woff"),
		url("/assets/fonts/flaticon.ttf") format("truetype"),
		url("/assets/fonts/flaticon.svg") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
	font-family: Flaticon;
	font-style: normal;
}

.flaticon-crowd:before {
	content: "\e000";
}

.flaticon-educational18:before {
	content: "\e001";
}

.flaticon-first31:before {
	content: "\e002";
}

.flaticon-graduate6:before {
	content: "\e003";
}

.flaticon-graduation10:before {
	content: "\e004";
}

.flaticon-location2:before {
	content: "\e005";
}

.flaticon-magnifier12:before {
	content: "\e006";
}

.flaticon-mail46:before {
	content: "\e007";
}

.flaticon-mail57:before {
	content: "\e008";
}

.flaticon-male226:before {
	content: "\e009";
}

.flaticon-man316:before {
	content: "\e00a";
}

.flaticon-open136:before {
	content: "\e00b";
}

.flaticon-review3:before {
	content: "\e00c";
}

.flaticon-speech34:before {
	content: "\e00d";
}

.flaticon-star138:before {
	content: "\e00e";
}

.flaticon-talk9:before {
	content: "\e00f";
}

.flaticon-verified9:before {
	content: "\e010";
}

@font-face {
	font-family: 'icomoon';
	src: url('/assets/fonts/icomoon.eot?6nrxri');
	src: url('/assets/fonts/icomoon.eot?6nrxri#iefix') format('embedded-opentype'),
		url('/assets/fonts/icomoon.ttf?6nrxri') format('truetype'),
		url('/assets/fonts/icomoon.woff?6nrxri') format('woff'),
		url('/assets/fonts/icomoon.svg?6nrxri#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap
}

[class^="icomoon-"],
[class*=" icomoon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icomoon-uniF201:before {
	content: "\f201";
}

.icomoon-iconmonstr-award-17-icon:before {
	content: "\e900";
}

.icomoon-iconmonstr-shield-27-icon:before {
	content: "\e901";
}

.icomoon-profile:before {
	content: "\e902";
}

.icomoon-bubbles3:before {
	content: "\e903";
}

.modal-title {
	color: #0088cc;
	font-size: 1.4em;
	font-weight: 400;
	letter-spacing: normal;
}

#lightbox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	display: none;
	z-index: 100;

	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	/* Netscape */
	-moz-opacity: 0;
	/* Safari 1.x */
	-khtml-opacity: 0;
	/* Good browsers */
	opacity: 0;
}

#lightBoxContentContainer {
	position: fixed;
	display: none;
	z-index: 101;
	width: 535px;
	height: 516px;
	top: 50%;
	left: 50%;
	margin-top: -258px;
	margin-left: -267px;
}

.loading {
	display: block;
	margin: 0 auto;
	width: 160px;
	height: 24px;
}

.profilePage .loading {
	margin: 5px auto;
}

.loading.small {
	display: block;
	margin: 0 auto;
	width: 26px;
	height: 20px;
}

.centeredSiteLayout {
	width: 970px;
	margin: 0 auto;
}

.t2dForm .textInputDiv .c,
.t2dForm .textareaInputDiv .c,
.t2dForm .submitButton .c,
.t2dForm .selectInputDiv .c {
	background-image: url("/assets/images/ReplicateV.png");
}



/**
 * 	RTL and general changes for skin and plugins
 */

body,
.btn {
	font-family: 'Droid_Sans', arial, sans-serif;
}



#header {
	font-family: 'Droid_Sans', arial, sans-serif;
	border-top: 0;
	position: relative;
	z-index: 2;
}

#header .logo {
	line-height: 44px;
	font-size: 3.2em;
}

.logo .version {
	display: block;
	position: absolute;
	right: 5px;
	bottom: -5px;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #035682;
	letter-spacing: 0px;
}

#header .nav-main.mega-menu {
	width: 100%;
}

.nav-pills>li {
	float: right;
}

.nav-pills>li.iconMenu,
.nav-pills>li.mega-menu-signin,
.nav-pills>li.leftMenu {
	float: left;
}

.nav-pills .icon-flag,
.nav-pills .icon-envelope,
.nav-pills .icon-users,
.nav-pills .icon-gear {
	font-size: 20px;
	line-height: 0;
}

.nav-pills .icon-user {
	font-size: 18px;
	line-height: 0;
}

#header nav.mega-menu ul.nav-main .mega-menu-signin .dropdown-menu {
	right: auto;
	left: 5px;
}

#header nav ul.nav-main li ul .userMenuProfileLink {
	font-weight: bold;
}

#header nav.mega-menu ul.nav-main .mega-menu-signin.logged .user-avatar .img-thumbnail {
	float: right;
	margin-right: 0;
	margin-left: 15px;
}

#header nav.mega-menu ul.nav-main .mega-menu-signin.logged .user-avatar p {
	text-align: right;
}

#header nav.mega-menu ul.nav-main .mega-menu-signin.logged .list-account-options {
	padding-right: 0;
	margin: 0 0 0 0 !important;
}

#header .list-account-options li.bottomSep {
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 3px;
}

#header nav ul.nav-main li a {
	font-size: 14px;
	padding: 6px 13px;
}

#header nav ul.nav-main li.urgent a {
	color: #F33;
}

#header nav ul.nav-main li.urgent a:hover {
	color: #D11;
}

#header .userProfileImg {
	width: 55px;
	height: 55px;
	overflow: hidden;
	border-radius: 50%;
	border: 2px solid #08C;
	float: right;
	margin-left: 15px;
}

#header .userImg {
	width: 100%;
	height: 100%;
}

#footer {
	padding-top: 0;
	margin-top: 0;
}

#footer .footer-copyright {
	margin-top: 0;
	padding-bottom: 30px;
	border-top-color: #015581;
}

#footer h4 {
	text-shadow: none;
	font-family: 'Alef', arial, sans-serif;
	line-height: 27px;
	margin: 0 0 14px 0;
	font-size: 1.8em;
	font-weight: 400;
}

#footer .footer-copyright nav {
	float: none;
	font-size: 14px;
}

#footer .footer-copyright nav ul li {
	display: block;
	line-height: normal;
	border-left: 0;
}

#footer .col-fb-like-box {
	text-align: left;
}

.page-top {
	text-align: right;
}

.featured-box h4 {
	letter-spacing: normal;
}

.btn-responsive-nav {
	right: auto;
	left: 20px;
}

#header .nav-main ul.nav-main {
	margin-right: 0;
	margin-left: -10px;
}

#header nav.mega-menu ul.nav-main .mega-menu-signin .dropdown-menu {
	border-radius: 0 6px 6px 6px;
}

.scroll-to-top {
	right: auto;
	left: 10px;
}

#header nav.mega-menu ul.nav-main .mega-menu-signin {
	margin-right: 0;
}

.radio-inline,
.checkbox-inline {
	padding-left: 0;
	padding-right: 20px;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
	float: right;
	margin-left: 0;
	margin-right: -20px;
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
	margin-left: 0;
	margin-right: 10px;
}

.radio,
.checkbox {
	padding-right: 20px;
	padding-left: 0;
}

.close {
	float: left;
}

.modal-header button.close {
	font-size: 32px;
}

.categoriesForm .modal-footer,
.reviewForm .modal-footer {
	text-align: left;
}

.registerForm .modal-footer,
.loginForm .modal-footer {
	text-align: center;
}

.loginForm .forgotPasswordLink {
	float: right;
	font-size: 1.1em;
	padding-right: 5px;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
	border-radius: 4px 0 0 4px;
	border: 1px solid #CCC;
	border-right: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
	border-radius: 0 4px 4px 0;
}


.tabs .nav-tabs {
	padding-right: 0;
}

.nav-tabs.nav-justify {
	padding-right: 0;
	padding-left: 0;
}

.nav-tabs.nav-justify li:first-child a,
.nav-tabs.nav-justify li:first-child a:hover {
	border-radius: 0 5px 0 0;
}

.nav-tabs.nav-justify li:last-child a,
.nav-tabs.nav-justify li:last-child a:hover {
	border-radius: 5px 0 0 0;
}

.topReviewsStrip .owl-carousel {
	direction: ltr;
}

.testimonialsStrip .owl-carousel {
	direction: ltr;
}

.owl-carousel .owl-item

/*, .owl-carousel .owl-controls*/
	{
	direction: rtl;
}

#header {
	min-height: inherit;
}

#header>.container {
	height: auto;
}

body.sticky-menu-active #header {
	top: -5px;
}

#header .logo a {
	top: -8px;
}

body.sticky-menu-active #header .logo a {
	top: -3px;
}

#header nav ul.nav-main ul.dropdown-menu,
#header nav ul.nav-main li.dropdown.open .dropdown-toggle,
#header nav ul.nav-main li.active a,
#header nav ul.nav-main li>a:hover,
#header nav ul.nav-main li.dropdown:hover a {
	background-color: transparent !important;
	color: #015581;
}

#header nav ul.nav-main li.dropdown.iconMenu:hover .dropdown-toggle,
#header nav ul.nav-main li.iconMenu>a:hover,
#header nav ul.nav-main li.dropdown.logged:hover .dropdown-toggle,
#header nav ul.nav-main li.logged>a:hover {
	background-color: #015581 !important;
	color: #FFF;
	padding: 6px 13px;
}

#header nav ul.nav-main li>a.teacherRegisterButton,
#header nav ul.nav-main li.dropdown a.teacherRegisterButton {
	padding: 6px 13px;
	text-align: right;
	margin-top: -2px;
}

#header nav ul.nav-main li>a.teacherRegisterButton:hover,
#header nav ul.nav-main li.dropdown:hover a.teacherRegisterButton {
	background-color: #47A447 !important;
	color: #FFF;
}

#header nav ul.nav-main li>a.registerBtn,
#header nav ul.nav-main li.dropdown a.registerBtn {
	margin-left: 17px;
}

#header nav ul.nav-main>li+li {
	margin-left: 0;
}

/*#header nav.mega-menu .dropdown.mega-menu-item.iconMenu#myMsgsIcon>a.dropdown-toggle { color: #AAA; cursor: default; }
#header nav.mega-menu .dropdown.mega-menu-item.iconMenu#myMsgsIcon:hover>a.dropdown-toggle { background: transparent !important; color: #AAA; }*/
.page-top {
	background-color: #08c;
	border-top: 5px solid #017DBB;
}

section.page-top h2 {
	border-bottom-color: #015581;
}

section.page-top h1 {
	border-bottom: 5px solid #CCC;
	color: #FFF;
	display: inline-block;
	margin: 0 0 -25px;
	min-height: 37px;
	padding: 0 0 17px;
	position: relative;
	font-size: 2.6em;
	font-weight: 200;
	line-height: 46px;
	border-bottom-color: #015581;
}

.breadcrumb>li a {
	color: #BBE8FF;
}

.breadcrumb>.active {
	color: #FFF;
}

#footer {
	background: #015581;
	border-top-color: #015581;
}

#footer .navCol {
	position: static;
}

#footer .container .row>div {
	margin-bottom: 0;
}

#footer .footer-copyright {
	background: #015581;
	padding-top: 20px;
	padding-bottom: 20px;
}

#footer .footer-copyright p {
	color: #999;
}

#footer .footer-copyright p.copyrightText {
	padding: 20px 0;
}

#header nav.mega-menu ul.nav-main li.mega-menu-item ul.dropdown-menu {
	border-top-color: #015581;
}

.featured-box-primary .box-content {
	border-top-color: #D66F63;
}

.featured-box-quartenary .box-content {
	border-top-color: #F6A811;
}

.featured-box-tertiary .box-content {
	border-top-color: #559004;
}

.featured-box-primary h4 {
	color: #D66F63;
}

.featured-box-quartenary h4 {
	color: #F6A811;
}

.featured-box-tertiary h4 {
	color: #559004;
}

.pagination>li>a,
.pagination>li>span {
	float: right;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	border-radius: 0 4px 4px 0;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-radius: 4px 0 0 4px;
}

.iconMenu .nav-list.primary {
	padding: 0;
}

#header nav ul.nav-main .iconMenu li a {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}

article.post-large {
	margin-left: 0;
	margin-right: 83px;
}

.homepage article.post-large {
	margin-right: 0;
}

article.post-large .post-image,
article.post-large .post-date {
	margin-left: inherit;
	margin-right: -83px;
}

article.post .post-date {
	float: right;
	margin-left: 10px;
	line-height: normal;
}

article.post .attachment-post-thumbnail {
	width: 100%;
	height: auto;
	margin-bottom: 24px;
}

article.post.post-short .attachment-post-thumbnail {
	float: right;
	width: 40%;
	margin: 10px 0 35px 20px;
}

article ol {
	margin: 0;
	padding: 0;
}

article.post-large h2 {
	font-size: 3.2em;
	line-height: 44px;
	margin: 0 0 15px 0;
}

article.post-large h3 {
	margin: 15px 0 0 0;
	font-size: 1.5em;
	line-height: 35px;
}

article.post-large.post-short h2 {
	font-size: 2.6em;
	line-height: 42px;
	margin: 0 0 15px 0;
}

article.post .post-meta {
	overflow: hidden;
	margin: 25px 0 20px 0;
}

article.post .post-meta>span {
	float: left;
}

article.post.post-short .post-meta>span,
.homepage article.post .post-meta>span {
	float: none;
}

article.post .shareRow {
	float: right;
	padding: 0;
}

article.post .shareRow .shareBtn.gplus {
	position: relative;
	top: 1px;
}

article.post .post-meta i {
	margin-right: 0;
	margin-left: 3px;
}

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

.selectize-control.rtl.single .selectize-input:after {
	left: 6px;
}

.selectize-control.single .selectize-input:after {
	border-width: 6px 3px 0 3px;
}

.selectize-control.single .selectize-input.dropdown-active:after {
	border-width: 0 3px 6px 3px;
}

.selectize-control.single.noCursor .selectize-input:after,
.selectize-control.single.noCursor .selectize-input.dropdown-active:after {
	display: none;
}

.form-control.selectize-control {
	line-height: 0;
}

.has-error .form-control .selectize-input {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control .selectize-input {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
	cursor: default;
}

.selectize-control.single.noCursor .selectize-input,
.selectize-control.single.noCursor .selectize-input input {
	cursor: text;
}

.selectize-dropdown .optgroup-header {
	font-size: inherit;
	line-height: normal;
	font-weight: bold;
}

.selectize-control.multi .selectize-input>div {
	padding-left: 8px;
	background: #EEE;
}

.selectize-control.multi .fa-times {
	margin-left: 5px;
	font-size: 0.9em;
}

.selectize-dropdown .option:hover,
.selectize-dropdown .option.active {
	background: #EEE;
}


.main hr:first-child {
	margin-top: 0;
	width: 100%
}


.breadcrumb>li+li:before {
	content: '/';
}

.specialSelectField label.error {
	display: block;
	margin-top: -4px;
}

.scroll-to-top,
.scroll-to-top.visible {
	display: none;
}

@media (min-width: 992px) {
	#header nav ul.nav-main {
		padding-right: 250px;
	}

	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
		float: right;
	}

	#header nav.mega-menu #myMsgsIcon .dropdown-menu {
		left: 49px;
	}

	#header nav.mega-menu #myNotifsIcon .dropdown-menu {
		left: 101px;
	}

	#header nav.mega-menu .iconMenu .mega-menu-content {
		padding: 0;
	}

	#header nav.mega-menu ul.nav-main .iconMenu a,
	#header nav.mega-menu ul.nav-main .mega-menu-signin a {
		color: #444;
	}

	body #header nav.mega-menu .iconMenu ul.dropdown-menu li a {
		color: #0088cc;
	}

	body #header nav.mega-menu .iconMenu ul.dropdown-menu:hover li:hover li:hover a {
		color: #FFF;
	}

	.siteNavLink.backToSearchLink {
		position: absolute;
		top: auto;
		right: 50%;
		margin-right: -93px;
	}

	.siteNavLink.onlineHeader {
		right: 30%;
	}
}

@media (max-width: 991px) {

	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
		float: right;
	}

	#header .nav-main ul ul {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	#header nav.mega-menu ul.nav-main .mega-menu-signin a .icon-angle-down {
		display: block !important;
	}

	#header nav ul.nav-main li a i.icon-angle-down {
		right: auto;
		left: 5px;
	}

	.btn-responsive-nav {
		top: 15px;
	}

	#header .nav-main-collapse {
		background: #015581;
	}

	#header .nav-main ul li {
		border-bottom-color: #08c;
	}

	#header nav ul.nav-main ul.dropdown-menu,
	#header nav ul.nav-main li.dropdown.open .dropdown-toggle,
	#header nav ul.nav-main li.active a,
	#header nav ul.nav-main li>a:hover,
	#header nav ul.nav-main li.dropdown:hover a {
		color: #AAA;
	}

	#header .icon-gear:after {
		content: '+ אפשרויות משתמש';
		font-family: 'Droid_Sans', arial, sans-serif;
		font-size: 14px;
		font-weight: bold;
	}

	#header .icon-envelope:after {
		content: '+ ההודעות שלי';
		font-family: 'Droid_Sans', arial, sans-serif;
		font-size: 14px;
		font-weight: bold;
	}

	#header .icon-flag:after {
		content: '+ ההתראות שלי';
		font-family: 'Droid_Sans', arial, sans-serif;
		font-size: 14px;
		font-weight: bold;
	}

	#header .icon-gear:before,
	#header .icon-envelope:before,
	#header .icon-flag:before {
		display: none;
	}

	#footer .col-fb-like-box {
		margin-top: 20px;
		padding: 0;
		margin-right: 10px;
	}

	article.post-large {
		margin-right: 0;
	}

	article.post .post-date {
		display: none;
	}

	article.post h1 {
		font-size: 2.4em;
	}

	article.post-large.post-short h2 {
		font-size: 2em;
	}
}

/*
 */

.highlight {
	background-color: #FF0;
}

.textareaLengthControl {
	float: left;
	margin-top: 0;
	font-size: 11px;
	margin-left: 0;
	border: 1px solid #EEE;
	line-height: normal;
	border-radius: 5px;
	padding: 0 2px;
}

.has-error .textareaLengthControl {
	margin-top: -28px;
}

.headerRow .userArea {
	float: left;
	width: 250px;
	height: 100%;
}

.headerLoginRegisterArea {
	margin: 30px 0 0 20px;
	text-align: left;
}

.headerLoginRegisterArea .userNaVLink,
.headerLoginRegisterArea .userNaVLink:link,
.headerLoginRegisterArea .userNaVLink:active,
.headerLoginRegisterArea .userNaVLink:visited {
	text-decoration: none;
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #424046;
	margin: 0 12px;
	position: relative;
	z-index: 2;
}

.headerLoginRegisterArea .userNaVLink:hover {
	color: #3074C2;
}

header .menuItem,
header .menuItem:link,
header .menuItem:active,
header .menuItem:visited {
	clear: both;
	display: block;
	width: 234px;
	border-bottom: 1px solid #DDD;
	text-decoration: none;
	font-size: 13px;
	color: #424046;
	height: 24px;
	padding-top: 5px;
}

header .menuItemText {
	display: block;
	float: right;
	margin: 0 9px 0 0;
}

#header nav ul.nav-main li ul a.bottomMenuItem {
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}

header .notifItem,
header .notifItem:link,
header .notifItem:active,
header .notifItem:visited,
header .msgItem,
header .msgItem:link,
header .msgItem:active,
header .msgItem:visited {
	overflow: hidden;
	height: auto;
	padding-top: 3px;
}

header .menuItem .flat-icon,
header .menuItem .icon {
	float: right;
	margin-right: 5px;
}

header ul.nav-list.primary>li.notRead {
	background: #EEE;
}

header .menuItem .icon {
	font-size: 15px;
	line-height: normal;
}

header .notifItemText,
header .msgItemText {
	display: block;
	font-size: 12px;
	font-weight: bold;
	float: right;
	margin-right: 10px;
	width: 170px;
	overflow: hidden;
}

header .msgItemText .msgShort,
header .notifItemText {
	font-weight: normal;
}

header div.noNotifFoundItem,
header div.noMsgFoundItem {
	padding: 6px 0 28px 0;
}

header div.noNotifFoundItem .menuItemText,
header div.noMsgFoundItem .menuItemText {
	float: none;
	text-align: center;
	margin: 0;
}

header .taskText {
	font-weight: normal;
}

header .notifItemDate,
header .msgItemDate {
	display: block;
	width: 32px;
	text-align: center;
	float: left;
	margin: 0 0 0 4px;
	font: 9px Arial, Helvetica, sans-serif;
}

header .unreadCount,
header .comingSoon {
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
	background: #FF0000;
	border-radius: 3px;
	color: #FFF;
	font: bold 10px Arial, Helvetica, sans-serif;
	padding: 0 3px;
	height: 13px;
	border-bottom: 1px solid #910000;
}

header .comingSoon {
	background: #ffff00;
	border-bottom: 1px solid #caca00;
	color: #000;
	right: -3px;
}

header .icon-user.newLeadsIcon {
	display: block;
	position: absolute;
	top: 25px;
	right: 5px;
	color: #08C;
	text-shadow: 0 1px 1px #000;
	font-size: 14px;
}

.floatingContactUsForm {
	position: fixed;
	margin: 0;
	bottom: -252px;
	left: 0;
	border-left: 1px solid #08c;
	border-right: 1px solid #08c;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	width: 250px;
	transition: all 1s;
	box-shadow: 0 0 5px #777;
	z-index: 100;
}

.floatingContactUsForm.contactUs_VerifMail {
	bottom: -176px;
}

.floatingContactUsForm.open {
	bottom: 0;
}

.floatingContactUsForm .box-content {
	padding: 5px 10px 10px 10px;
	border-top-width: 2px;
}

.floatingContactUsForm .contactUsTitle {
	font-size: 1.1em;
	line-height: normal;
	border-bottom: 1px solid;
	padding-bottom: 5px;
	cursor: pointer;
	font-weight: bold;
	color: #08c;
	letter-spacing: normal;
	margin: 0 0 14px 0;
}

.floatingContactUsForm .form-group {
	text-align: right;
}

@media (max-width: 991px) {
	.floatingContactUsForm {
		display: none;
	}
}

a.connectWithFacebook,
a.connectWithFacebook:link,
a.connectWithFacebook:hover,
a.connectWithFacebook:active,
a.connectWithFacebook:visited {
	display: block;
	width: 260px;
	height: 45px;
	text-decoration: none;
	margin: 30px auto 15px auto;
	font: bold 24px Arial, Helvetica, sans-serif;
	color: #FFF;
	padding: 10px 15px 0 0;

	background: rgb(81, 124, 209);
	/* Old browsers */
	background: -moz-linear-gradient(top, rgba(81, 124, 209, 1) 0%, rgba(59, 89, 152, 1) 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(81, 124, 209, 1)), color-stop(100%, rgba(59, 89, 152, 1)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(81, 124, 209, 1) 0%, rgba(59, 89, 152, 1) 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(81, 124, 209, 1) 0%, rgba(59, 89, 152, 1) 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(81, 124, 209, 1) 0%, rgba(59, 89, 152, 1) 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, rgba(81, 124, 209, 1) 0%, rgba(59, 89, 152, 1) 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#517cd1', endColorstr='#3b5998', GradientType=0);
	/* IE6-9 */
	border-radius: 7px;
	box-shadow: 0 0 5px #AAA;
}

.connectWithFacebook .fb_f_icon {
	display: block;
	float: left;
	background-position: -23px -1060px;
	width: 14px;
	height: 45px;
	border-right: 2px solid #FFF;
	padding-right: 15px;
	margin: -6px 0 0 20px;
}

.footerRow {
	background: #dceef7;
	/* Old browsers */
	background: -moz-linear-gradient(top, #dceef7 0%, #f2fcff 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dceef7), color-stop(100%, #f2fcff));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #dceef7 0%, #f2fcff 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #dceef7 0%, #f2fcff 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #dceef7 0%, #f2fcff 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #dceef7 0%, #f2fcff 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dceef7', endColorstr='#f2fcff', GradientType=0);
	/* IE6-8 */
	box-shadow: 0 0 10px #FFF inset;
	border-top: 1px solid #E0E0E0;
}

.footerContent {
	overflow: hidden;
}

.facebookLikeBox {
	float: left;
	margin: 30px 0 0 25px;
	overflow: hidden;
	width: 235px;
	height: 150px;
}

.fb_iframe_widget iframe {
	right: 0;
}

.footerRightArea {
	float: right;
	margin: 22px 40px 0 0;
}

.footerLinks {
	height: 98px;
	width: 100%;
}

.footerLinksCol {
	float: right;
}

.footerLinksCol a,
.footerLinksCol a:link,
.footerLinksCol a:active,
.footerLinksCol a:visited {
	display: block;
	font: 13px Arial, Helvetica, sans-serif;
	color: #424046;
	text-decoration: none;
	margin-top: 5px;
	margin-left: 75px;
}

.footerLinksCol a:hover {
	text-decoration: underline;
}

.footerLinksCol a::before {
	content: '- ';
}

.footerIconsArea {
	float: right;
	margin: 10px 0 0 0;
	width: 245px;
}

.footerIconsArea .trustIcons,
.footerIconsArea .joinUsIcons {
	overflow: hidden;
}

.footerIconsArea .trustIcons a {
	display: block;
	margin: 5px 10px 0 0;
	float: right;
}

.footerIconsArea a.paypalIcon {
	background-position: -635px -508px;
	width: 110px;
	height: 40px;
}

.footerIconsArea .joinUsIconsTitle,
.footerIconsArea .trustIconsTitle {
	text-align: right;
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #21528A;
	font-style: italic;
	text-shadow: 2px 0 5px #AAA;
	padding: 10px 20px 2px 0;
}

.footerIconsArea .joinUsIcons {
	margin-right: 10px;
}

.footerIconsArea .joinUsIcons a {
	float: right;
	margin: 5px;
	width: 48px;
	height: 48px;
}

.footerIconsArea a.googlePlusIcon {
	background-position: -642px -342px;
}

.footerIconsArea a.facebookIcon {
	background-position: -588px -342px;
}

.footerIconsArea a.linkedInIcon {
	background-position: -588px -392px;
}

.footerIconsArea a.catIcon {
	background-position: -642px -392px;
}

.copyrightArea {
	font: 13px Arial, Helvetica, sans-serif;
	color: #424046;
	padding: 20px 16px 20px 0;
}

.partnersDiv {
	margin-top: 9px;
}

.partnersDiv a img {
	display: block;
	width: 114px;
	height: 36px;
}

/*******************************
 * 	Common Page Elements
 *******************************/
.pageTitleRow {
	height: 105px;
}

.pageTitle {
	padding: 34px 0 0 0;
	font: bold 30px Arial, Helvetica, sans-serif;
	color: #424046;
}

.commonDecoRow {
	height: 40px;
	border-top: 2px solid #FAFAFA;

	background: #f3f3f3;
	/* Old browsers */
	background: -moz-linear-gradient(top, #f3f3f3 0%, #fcfdfd 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3f3f3), color-stop(100%, #fcfdfd));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f3f3f3 0%, #fcfdfd 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f3f3f3 0%, #fcfdfd 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f3f3f3 0%, #fcfdfd 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #f3f3f3 0%, #fcfdfd 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#fcfdfd', GradientType=0);
	/* IE6-8 */

}

.pageBodyRow {
	background: #FCFDFD;
	overflow: hidden;
}

.pageBody {
	font: 16px Arial, Helvetica, sans-serif;
	color: #424046;
	padding-bottom: 40px;
	line-height: 26px;
}

.mainContent {
	float: right;
	width: 680px;
	margin-left: 60px;
}

.notfoundLinks {
	overflow: hidden;
}

.notfoundLink {
	width: 50%;
	float: right;
}

.sideContent {
	float: right;
	width: 230px;
}

.sideContentTitle {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #424046;
	margin-bottom: 20px;
	text-align: center;
}

.socialNetworksSideArea {
	width: 255px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

.socialNetworkIcon,
.socialNetworkIcon:link,
.socialNetworkIcon:hover,
.socialNetworkIcon:active,
.socialNetworkIcon:visited {
	float: right;
	width: 47px;
	height: 47px;
	margin: 8px;
	text-decoration: none;
}

.socialNetworkIcon.disabled {
	cursor: default;
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=33)";
	/* Netscape */
	-moz-opacity: 0.33;
	/* Safari 1.x */
	-khtml-opacity: 0.33;
	/* Good browsers */
	opacity: 0.33;
}

.facebookIcon {
	background-position: -495px -338px;
}

.twitterIcon {
	background-position: -484px -37px;
}

.linkedinIcon {
	background-position: -495px -390px;
}

.youtubeIcon {
	background-position: -484px -90px;
}

.confirmTermsForm {
	font: 16px Arial, Helvetica, sans-serif;
	color: #424046;
	padding-top: 20px;
	text-align: center;
}

/**
 * 	Friendly Msg Box
 */
.friendlyMsgBox,
.completeFieldsBox {
	margin: 20px auto 10px auto;
	width: 930px;
	padding: 20px;
	box-shadow: 0 0 3px #DDD;
	background: #FFF;
	overflow: hidden;
	text-align: center;
	display: none;
	position: relative;
	color: #424046;
}

.friendlyMsgBox.dashboardMsgBox {
	display: block;
	text-align: right;
}

.friendlyMsgBox .closeButton,
.completeFieldsBox .closeButton {
	height: 26px;
	width: 26px;
	background-position: -15px -40px;
	position: absolute;
	top: 4px;
	left: 7px;
	cursor: pointer;
}

.friendlyMsgBox .text {
	font: bold 16px Arial, Helvetica, sans-serif;
}

.friendlyMsgBox.dashboardMsgBox .text {
	font: 16px Arial, Helvetica, sans-serif;
}

.friendlyMsgBox .submitButton,
.completeFieldsBox .fieldContainer .submitButton,
.friendlyMsgBox .button,
.friendlyMsgBox .button:link,
.friendlyMsgBox .button:visited {
	display: inline-block;
	margin: 0 10px;
	padding: 5px 10px;
	background: #0072d6;
	/* Old browsers */
	background: -moz-linear-gradient(top, #0072d6 0%, #21528a 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0072d6), color-stop(100%, #21528a));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0072d6 0%, #21528a 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0072d6 0%, #21528a 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #0072d6 0%, #21528a 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #0072d6 0%, #21528a 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0072d6', endColorstr='#21528a', GradientType=0);
	/* IE6-9 */
	border: none;
	border-radius: 5px;
	box-shadow: 0 0 2px #AAA;
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #FFF;
	cursor: pointer;
	outline: none;
}

.friendlyMsgBox .button:hover {
	text-decoration: none;
}

.friendlyMsgBox .link,
.friendlyMsgBox .link:link,
.friendlyMsgBox .link:visited {}

.friendlyMsgBox form {
	margin-top: 20px;
	display: inline-block;
}

.friendlyMsgBox .inputArea {
	background: #FFFFFF;
	border: 1px solid #AAAAAA;
	border-radius: 4px;
	height: 28px;
	padding: 0 10px 0 0;
	float: right;
}

.friendlyMsgBox .inputArea .text_input {
	border: 0;
	outline: none;
	width: 350px;
	background: transparent;
	font: 16px Arial, Helvetica, sans-serif;
	color: #424046;
	display: block;
	margin-top: 3px;
}

.friendlyMsgBox .inputArea .text_input.defVal {
	color: #929290
}

.friendlyMsgBox .submitButton,
.completeFieldsBox .fieldContainer .submitButton {
	display: block;
	float: right;
	margin-right: 10px;
	width: auto;
	height: auto;
}

.completeFieldsBox .numFieldsRemainingBox {
	position: absolute;
	top: 7px;
	right: 10px;
	font: 14px Arial, Helvetica, sans-serif;
	color: #777;
}

.completeFieldsBox .title {
	font: bold 16px Arial, Helvetica, sans-serif;
	padding-bottom: 20px;
}

.completeFieldsBox .skipFieldLink,
.completeFieldsBox .skipFieldLink:link,
.completeFieldsBox .skipFieldLink:active,
.completeFieldsBox .skipFieldLink:visited {
	position: absolute;
	bottom: 10px;
	left: 13px;
	font: 14px Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

.completeFieldsBox .fieldContainer {
	display: inline-block;
}

.completeFieldsBox .fieldContainer .field {
	margin-left: 0;
}

.completeFieldsBox .fieldContainer .field .label {
	width: auto;
}

.completeFieldsBox .fieldContainer .genderSelect,
.completeFieldsBox .fieldContainer .genderSelect select {
	width: 111px;
}

.completeFieldsBox .fieldContainer .genderSelect .c {
	width: 103px;
}

.completeFieldsBox .fieldContainer .genderSelect .selectLabel {
	width: 69px;
}

/* --- general styled form --- */
.fieldError .genericSelect {
	border: 1px solid red;
}

.genericSelect {
	background: #FFF;
	border-radius: 5px;
	border: 1px solid #AAA;
	overflow: hidden;
	cursor: pointer;
	position: relative;
	width: 200px;
	height: 29px;
}

.genericSelect .sep {
	height: 22px;
	width: 1px;
	border-right: 1px solid #424046;
	margin-top: 4px;
	float: right;
}

.genericSelect .arrow {
	float: right;
	margin-top: 11px;
	margin-right: 8px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 8px solid #424046;
}

.genericSelect select {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 29px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-appearance: none;
	z-index: 2;
}

.genericSelect .selectLabel {
	width: 157px;
	padding: 5px 10px 0 0;
	font: 16px Arial, Helvetica, sans-serif;
	color: #424046;
	text-align: right;
	float: right;
}

.t2dForm {
	padding: 0;
	margin: 0;
}

.t2dForm .formTitle {
	margin: 0 0 20px 0;
	padding: 0;
	font: bold 18px Arial, Helvetica, sans-serif;
}

.t2dForm .fieldRow {
	overflow: hidden;
	clear: both;
	padding-bottom: 20px;
	position: relative;
}

.t2dForm .label {
	font: bold 15px Arial, Helvetica, sans-serif;
	color: #424046;
	width: 50px;
	float: right;
	text-align: left;
	padding: 5px 0 0 10px;
}

.t2dForm .inputArea {
	width: 350px;
	float: right;
}

.t2dForm .errorLabel,
.t2dForm .commentLabel {
	position: absolute;
	top: 30px;
	right: 65px;
	font: 12px Arial, Helvetica, sans-serif;
	color: red;
	display: none;
}

.t2dForm .commentLabel {
	color: #424046;
}

.t2dForm .fieldError .errorLabel,
.t2dForm .commentLabel {
	display: block;
}

.t2dForm .textInputDiv .r,
.t2dForm .textInputDiv .l,
.t2dForm .textInputDiv .c,
.t2dForm .selectInputDiv .r,
.t2dForm .selectInputDiv .l,
.t2dForm .selectInputDiv .c {
	float: right;
	height: 100%;
}

.t2dForm .textInputDiv .r,
.t2dForm .selectInputDiv .r {
	width: 4px;
	background-position: -123px -41px;
}

.t2dForm .textInputDiv .l,
.t2dForm .selectInputDiv .l {
	width: 4px;
	background-position: -115px -41px;
}

.t2dForm .textInputDiv .c,
.t2dForm .selectInputDiv .c {
	background-position: 0 -4px;
}

.t2dForm .fieldError .textInputDiv .r,
.t2dForm .fieldError .selectInputDiv .r {
	background-position: -155px -41px;
}

.t2dForm .fieldError .textInputDiv .l,
.t2dForm .fieldError .selectInputDiv .l {
	background-position: -147px -41px;
}

.t2dForm .fieldError .textInputDiv .c,
.t2dForm .fieldError .selectInputDiv .c {
	background-position: 0 -162px;
}

.t2dForm .textInputDiv {
	width: 100%;
	height: 30px;
}

.t2dForm .textInputDiv .text_input {
	border: 0;
	outline: none;
	width: 340px;
	margin-top: 5px;
	background: transparent;
	font: 16px Arial, Helvetica, sans-serif;
	color: #424046;
}

.t2dForm .selectInputDiv .sep {
	height: 22px;
	width: 1px;
	border-right: 1px solid #424046;
	margin-top: 4px;
	float: right;
}

.t2dForm .selectInputDiv .arrow {
	width: 12px;
	height: 8px;
	float: right;
	background-position: -98px -48px;
	margin-top: 11px;
	margin-right: 8px;
}

.t2dForm .selectInputDiv {
	width: 300px;
	height: 30px;
	cursor: pointer;
	position: relative;
}

.t2dForm .selectInputDiv .c {
	width: 292px;
}

.t2dForm .selectInputDiv select {
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 30px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-appearance: none;
	z-index: 2;
}

.t2dForm .selectInputDiv .selectLabel {
	width: 259px;
	padding: 5px 5px 0 0;
	font: 16px Arial, Helvetica, sans-serif;
	color: #424046;
	text-align: right;
	float: right;
}

.t2dForm .textareaInputDiv {
	width: 100%;
	height: 120px;
}

.t2dForm .textareaInputDiv.small {
	height: 91px;
}

.t2dForm .textareaInputDiv .r,
.t2dForm .textareaInputDiv .l,
.t2dForm .textareaInputDiv .c {
	float: right;
	height: 100%;
}

.t2dForm .textareaInputDiv .r {
	width: 4px;
	background-position: -139px -41px;
}

.t2dForm .textareaInputDiv .l {
	width: 4px;
	background-position: -131px -41px;
}

.t2dForm .textareaInputDiv .c {
	background-position: 0 -38px;
}

.t2dForm .textareaInputDiv.small .r {
	width: 4px;
	background-position: -156px -76px;
}

.t2dForm .textareaInputDiv.small .l {
	width: 4px;
	background-position: -146px -76px;
}

.t2dForm .textareaInputDiv.small .c {
	background-position: 0 -572px;
}

.t2dForm .fieldError .textareaInputDiv .r {
	background-position: -171px -41px;
}

.t2dForm .fieldError .textareaInputDiv .l {
	background-position: -162px -41px;
}

.t2dForm .fieldError .textareaInputDiv .c {
	background-position: 0 -196px;
}

.t2dForm .textareaInputDiv .textArea_input {
	border: 0;
	outline: none;
	width: 342px;
	padding: 3px 0 0 0;
	height: 117px;
	background: transparent;
	font: 16px Arial, Helvetica, sans-serif;
	color: #424046;
	resize: none;
	overflow: auto;
}

.t2dForm .textareaInputDiv .textArea_input.defVal {
	color: #929290;
}

.t2dForm .textareaInputDiv.small .textArea_input {
	height: 88px;
}

.t2dForm .submitButton {
	cursor: pointer;
	margin: 20px auto 0 auto;
	width: 208px;
	height: 30px;
}

.t2dForm .submitButton .r,
.submitButton .c,
.submitButton .l {
	float: right;
	height: 30px;
}

.t2dForm .submitButton .r {
	width: 4px;
	background-position: -123px -75px;
}

.t2dForm .submitButton .l {
	width: 4px;
	background-position: -115px -75px;
}

.t2dForm .submitButton .c {
	width: 200px;
	color: #FFF;
	font: bold 16px Arial, Helvetica, sans-serif;
	background-position: 0px -470px;
	text-align: center;
	padding-top: 4px;
	height: 26px;
}




.uploadPage {
	background: transparent;
}

.uploadPage .uploadForm {
	position: relative;
}

.uploadPage .uploadFormAttachment {
	width: 115px;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-appearance: none;
	z-index: 2;
	margin: 0;
	padding: 0;
	height: 20px;
}

.uploadPage .uploadButton {
	cursor: default;
	font: 15px Arial, Helvetica, sans-serif;
	color: #21528A;
}

.uploadPage .uploadForm:hover .uploadButton {
	text-decoration: underline;
}

.uploadPage .uploadButton .uploadIcon {
	background-position: -431px -419px;
	float: right;
	width: 14px;
	height: 14px;
	margin: 3px 5px 0 5px;
}

.uploadPage .uploadLoading {
	margin: 75px 7px 0 0;
	display: none;
}

.shareRow {
	overflow: hidden;
	margin: 0;
	padding: 5px 0;
}

.shareRow .shareBtn {
	display: block;
	float: right;
	overflow: hidden;
	width: 68px;
}

.shareRow .shareBtn.facebookLike {
	width: 100px;
}

.shareRow .shareBtn.facebookShareLike {
	width: 130px;
}

.shareRow .shareBtn.facebook {
	width: 95px;
}

.whatsappicon {
	width: 25px;
	height: 25px;
}

/*.shareRow .shareBtn.gplus { position: relative; top: 1px; }*/

/**
*  Dashboard Page
*/
.dashboardPage .mainDashboardArea {
	height: 545px;
	border-left: 1px solid #EEE;
}

.dashboardPage .topDashboardArea {
	height: 31%;
}

.dashboardPage .bottomDashboardArea {
	height: 69%;
}

.dashboardPage .bottomDashboardArea .col-md-6 {
	height: 100%;
}

.dashboardPage .welcomeText {
	font-size: 15px;
}

.dashboardPage .msgsBox {
	margin-top: 0;
}

.dashboardPage .nav-list {
	padding-right: 0;
}

.dashboardPage .lastReviewRating .icon-star {
	color: #F6A811;
}

.dashboardPage .lastReviewRating .icon-star.noStar {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=33)";
	opacity: 0.33;
}

/*.dashboardPage .completeProfileArea, .dashboardPage .promoteProfileArea { height: 50%; }*/
.dashboardPage .promoteProfileArea ul {
	padding-top: 5px;
}

.dashboardPage .bottomDashboardArea .areaTitle {
	border-bottom: 1px solid #EEE;
	margin: 0;
	padding: 0;
	font-size: 1.4em;
}

.dashboardPage .graphsArea .tab-content {
	text-align: center;
}

.improveLinksArea ul {
	list-style-type: none;
	padding-right: 0;
}

.improveLinksArea li a,
.improveLinksArea li span {
	display: block;
}

.improveLinksArea li a.blocked {
	cursor: not-allowed;
}

.improveLinksArea li .addPoints {
	display: block;
	float: left;
	font-weight: bold;
}

.dashboardPage .promoteLinkTitle {
	font-size: 18px;
	display: block;
	margin-bottom: 2px;
}

.dashboardPage .promoteLinkSubTitle {
	display: block;
	color: #777;
}

.dashboardPage .promoteProfileLinks .pointsSection {
	float: left;
	display: block;
}

.dashboardPage .pointsVal {
	font-size: 18px;
	color: #000;
	display: block;
}

.dashboardPage .pointsValDesc {
	color: #777;
	display: block;
	text-align: center;
	font-size: 12px;
}

.dashboardPage .promotionTypeModal {
	font-size: 16px;
}

.dashboardPage .promotionTypeModal .modal-title {
	font-size: 1.2em;
}

.dashboardPage #up_likes_Modal .fb-like {
	position: relative;
	top: -2px;
	right: 5px;
}

.dashboardPage #up_shares_Modal ul {
	padding-top: 10px;
	padding-bottom: 15px;
}

.dashboardPage .form-control.sharingUrl[readonly] {
	cursor: text;
	direction: ltr;
	width: 335px;
	display: inline-block;
	margin-right: 5px;
}

.dashboardPage #ur_count_Modal .modal-body {
	text-align: center;
}

.dashboardPage #up_gp_shares_Modal .step1 {
	position: relative;
	top: -15px;
}

/**
 * 	Homepage
 */
.page_homePage.bodyLoggedOut #header,
.page_tutorLanding #header {
	position: relative;
	z-index: 5;
	margin-bottom: -68px;
	border: 0;
	background: transparent;
}

.page_homePage.bodyLoggedOut #header a,
.page_tutorLanding #header a,
.page_homePage.bodyLoggedOut #header a:link,
.page_tutorLanding #header a:link,
.page_homePage.bodyLoggedOut #header a:active,
.page_tutorLanding #header a:active,
.page_homePage.bodyLoggedOut #header a:visited,
.page_tutorLanding #header a:visited {
	color: #FFF;
}

.page_homePage.bodyLoggedOut #header a:hover {
	color: #08C;
}

.page_tutorLanding #header nav ul.nav-main li>a:hover {
	color: #08C;
}

.page_homePage.bodyLoggedOut .logo .version,
.page_tutorLanding .logo .version {
	color: #FFF;
}

.page_homePage.bodyLoggedOut #header .findTutorLink {
	display: none;
}

.homepage {
	position: relative;
}

.homepage .logo .version {
	color: #FFF;
}

.homepage .mainStrip,
.errorPage .mainStrip {
	height: 650px;
	font-family: 'Droid_Sans', arial, sans-serif;
	position: relative;
	background: url("/assets/images/girlStudyLaptopLong.jpg") center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/girlStudyLaptopFlipped.jpg', sizingMethod=scale);
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/girlStudyLaptopFlipped.jpg', sizingMethod='scale')";
}

.errorPage .mainStrip {
	margin-top: -35px;
	padding-top: 160px;
}

.homepage .mainStripContainer {
	position: relative;
	height: 100%;
}

.homepage .mainStripContainer .logo {
	position: absolute;
	top: 5px;
	right: 30px;
	height: 53px;
	padding-top: 16px
}

.homepage .mainStripContainer .tutorBtnsArea {
	position: absolute;
	top: 25px;
	left: 0;
}

.bodyLoggedIn .homepage .mainStripContainer .tutorBtnsArea,
.bodyLoggedIn .homepage .mainStripContainer .logo {
	display: none;
}

.homepage .mainStripContainer .tutorBtnsArea .btn {
	margin: 0 5px 10px 0;
	padding: 6px 13px;
	font-weight: bold;
}

.homepage .mainStripContainer .tutorBtnsArea .registerBtn {
	margin-left: 10px;
	margin-right: 1px;
}

.homepage .mainStripContainer .tutorBtnsArea .loginBtn,
.homepage .mainStripContainer .tutorBtnsArea .registerBtn {
	color: #FFF;
	background-color: transparent;
	border-color: transparent;
}

.homepage .mainStripContainer .tutorBtnsArea .loginBtn:hover,
.homepage .mainStripContainer .tutorBtnsArea .registerBtn:hover {
	color: #30B8FC;
}

.homepage .mainStripTitle,
.errorPage .mainStripTitle {
	position: absolute;
	font: 50px 'ktav-yad', arial, sans-serif;
	line-height: 70px;
	color: #FFF;
	bottom: 33%;
	z-index: 1;
	word-spacing: -5px;
	width: 100%;
	text-align: center;
	margin-right: -10px;
	transform: translateY(-10px);
}

.errorPage .mainStripTitle {
	bottom: -35px;
}

.findTutorFormRow {
	position: absolute;
	bottom: 38%;
	left: 0;
	height: 100px;
	width: 100%;
	text-align: center;
}

.errorPage .findTutorFormRow {
	position: relative;
	top: 0;
}

.findTutorForm {
	background: rgba(0, 0, 0, 0.65);
	display: inline-block;
	text-align: center;
	padding-top: 105px;
	padding-right: 30px;
	padding-left: 30px;
	border-radius: 5px;
}

.findTutorForm .fieldCol {
	padding-left: 10px;
	height: 45px;
	margin-bottom: 6px;
	float: right;
}

.findTutorForm label {
	color: #FFF;
	font-size: 16px;
	position: relative;
	top: -15px;
	padding-left: 3px;
}

.findTutorForm ::-webkit-input-placeholder {
	color: #666;
}

.findTutorForm :-moz-placeholder {
	color: #666;
}

.findTutorForm ::-moz-placeholder {
	color: #666;
}

.findTutorForm :-ms-input-placeholder {
	color: #666;
}

.findTutorForm .subjectField,
.findTutorForm .areaField {
	background: #FFF;
	border: 1px solid transparent;
	padding: 10px 18px;
	width: 280px;
	font: 16px 'Droid_Sans', arial, sans-serif;
	border-radius: 4px;
	direction: rtl;
	color: #333;
	outline: none;
}

.findTutorForm .subjectField.ltr,
.findTutorForm .areaField.ltr {
	direction: ltr;
}

.findTutorForm .subjectField.tt-hint,
.findTutorForm .areaField.tt-hint {
	color: #777;
}

.findTutorForm .error .tt-hint {
	border: 1px solid red !important;
	box-shadow: 0 0 10px rgba(255, 0, 0, 0.75) !important;
}

.tt-menu {
	width: 100%;
	text-align: right;
	padding: 0;
	position: absolute;
	font: 15px 'Droid_Sans', arial, sans-serif;
	height: auto;
	margin: 2px 0 0 0;
	z-index: 1000;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	color: #333;
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 200px;
}

.tt-menu .tt-suggestion {
	padding: 5px 12px;
	cursor: pointer;
	overflow: hidden;
	font-weight: normal;
}

.tt-menu .tt-suggestion.tt-cursor {
	background: #EEE;
	color: #262626;
}

.tt-menu .tt-suggestion .tt-highlight {
	background: rgba(255, 237, 40, 0.4);
	border-radius: 1px;
	font-weight: normal;
}

.findTutorForm .btn.findTutorSubmit {
	font-size: 16px;
	padding-top: 1px;
	padding-bottom: 0;
	height: 40px;
}

.homepage .commonSubjectsStrip {
	background: #F4F4F4;
	padding: 30px 0;
}

.homepage .commonSubjectsStrip .btn {
	width: 100%;
	margin: 15px 0;
	white-space: normal;
}

.homepage .topSearchesCol {
	padding-bottom: 15px;
}

.homepage .topSearchesTitle {
	text-align: center;
	font-size: 2.4em;
	margin-bottom: 20px;
}

.homepage .benefitsStrips {
	padding: 45px 0 30px 0;
}

.homepage .benefitsStrips .stripRow {
	min-height: 190px;
	font-size: 18px;
	font-family: 'Alef', arial, sans-serif;
	text-align: center;
}

.homepage .benefitsStrips .stripRow,
.homepage .benefitsStrips .stripRow h3 {
	/*color: #FFF;*/
}

.homepage .benefitsStrips .stripTitle {
	margin-top: 30px;
	margin-bottom: 20px;
	color: #000;
}

.homepage .benefitsStrips .stripIconContainer {
	border-radius: 50%;
	width: 135px;
	height: 135px;
	margin: 0 auto;
	display: table;
	border: 1px solid #0085CA;
}

.homepage .benefitsStrips .stripIcon {
	margin-top: 30px;
	font-size: 75px;
	line-height: normal;
	display: block;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	transition: all 1s;
	-webkit-transition: all 1s;
	-webkit-transform: rotate(0deg) scale(0);
	/* Chrome, Opera 15+, Safari 3.1+ */
	-ms-transform: rotate(0deg) scale(0);
	/* IE 9 */
	transform: rotate(0deg) scale(0);
}

.homepage .benefitsStrips .in-view .stripIcon {
	-webkit-transform: rotate(360deg) scale(1);
	/* Chrome, Opera 15+, Safari 3.1+ */
	-ms-transform: rotate(360deg) scale(1);
	/* IE 9 */
	transform: rotate(360deg) scale(1);
}

.homepage .benefitsStrips .bestTutorsRow {
	/*background: #F2AA20; box-shadow: 0 3px 10px #A3741B inset; border-top: 2px solid #A3741B;*/
}

.homepage .benefitsStrips .tutorVarietyRow {
	/*background: #0085CA; box-shadow: 0 3px 10px #016CA3 inset; border-top: 2px solid #016CA3;*/
}

.homepage .benefitsStrips .comfortRow {
	/*background: #47a447; box-shadow: 0 3px 12px #337133 inset; border-top: 2px solid #337133;*/
}

.homepage .benefitsStrips .bestTutorsRow .stripIconContainer {
	border-color: #F2AA20;
}

.homepage .benefitsStrips .tutorVarietyRow .stripIconContainer {
	color: #0085CA;
}

.homepage .benefitsStrips .comfortRow .stripIconContainer {
	border-color: #47a447;
}

.homepage .benefitsStrips .bestTutorsRow .stripIcon {
	/*color: #F2AA20;*/
	color: #F2AA20;
}

.homepage .benefitsStrips .tutorVarietyRow .stripIcon {
	color: #0085CA;
}

.homepage .benefitsStrips .comfortRow .stripIcon {
	/*color: #47a447;*/
	color: #47a447;
}

.homepage .tutorBenefitsStrip {
	font-family: 'Alef', arial, sans-serif;
	font-size: 20px;
	padding: 40px 0;
	margin: 20px 0 0 0;
	background: #47a447;
	color: #FFF;
	text-align: center;
}

.homepage .tutorBenefitsStrip h3 {
	color: #FFF;
}

.homepage .tutorBenefitsStrip .tutorBenefitCol {
	margin: 10px auto;
	float: none;
	position: relative;
}

.homepage .tutorBenefitsStrip .tutorBenefitBullet {
	border: 1px solid #FFF;
	border-radius: 30px;
	position: relative;
	padding: 10px;
	z-index: 2;
	background: #47a447;
}

.homepage .tutorBenefitsStrip .connectorLeft,
.homepage .tutorBenefitsStrip .connectorRight {
	border-radius: 50%;
	width: 68px;
	height: 68px;
	position: absolute;
	top: 20px;
	border: 1px solid #FFF;
}

.homepage .tutorBenefitsStrip .connectorLeft {
	left: -18px;
	border-right-color: #47a447;
}

.homepage .tutorBenefitsStrip .connectorRight {
	right: -18px;
	border-left-color: #47a447;
}

.homepage .tutorBenefitsStrip .btnCol {
	text-align: center;
	font-family: 'Droid_Sans', arial, sans-serif;
	margin-top: 30px;
}

.homepage .tutorBenefitsStrip .btn-default {
	background-color: #FFF;
	color: #3c853c;
	border-color: #3c853c;
	font-weight: bold;
	transition: all 0.2s;
}

.homepage .tutorBenefitsStrip .btn-default:hover {
	color: #FFF;
	background-color: transparent;
	border-color: #FFF;
}


.topReviewsStrip {
	font-size: 16px;
	font-family: 'Alef', arial, sans-serif;
	/*background: #F4F4F4;*/
	padding: 60px 0 0 0;
	color: #000;
}

.tutorLanding .topReviewsStrip,
.packagesPage .topReviewsStrip {
	position: relative;
	top: 54px;
}

.packagesPage .topReviewsStrip .owl-carousel {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.topReviewsStrip .topReviewsTitle {
	text-align: center;
	margin: 38px 0;
}

.topReviewsStrip .reviewItem {
	padding: 10px 0 40px 0;
	/*overflow: hidden;    background: #F4F4F4; */
}

.topReviewsStrip .reviewItem .userProfileImg {
	/*float: right;
    overflow: hidden;
    border: 2px solid #08c;*/
	border-radius: 50%;
	/*margin-right: 2px;*/
	width: 70px;
	height: 70px;
	background-size: 100%;
	position: absolute;
	z-index: 1;
	top: -35px;
	left: 23px;
}

.topReviewsStrip .reviewItem .reviewDetailsArea {

	background: #F4F4F4;
	border-radius: 16px;
	border: 1px solid #C2C2C2;
	padding: 12px;
	/*float: right;*/
	margin-right: 10px;
	width: 225px;
	height: 250px;
	position: relative;
	min-height: 100px;
	box-shadow: 0px 0px 3px 2px #C2C2C2;
	margin: 0 auto;
}

.topReviewsStrip .reviewItem .reviewMainDetails {
	overflow: hidden;
}

.topReviewsStrip .reviewItem .ratingStars {
	display: inline-block;
	position: relative;
	top: 1px;
	color: #F6A811;
	font-size: 18px;
}

.topReviewsStrip .reviewItem .icon-star {
	margin-left: 4px;
}

.topReviewsStrip .reviewItem .icon-star.noStar {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=33)";
	opacity: 0.33;
}

.topReviewsStrip .reviewItem .reviewerName {
	font-weight: bold;
}

.topReviewsStrip .reviewItem .reviewText {

	/*	min-height: 100px;
    margin-top: 0;*/
	overflow-y: auto;
	width: 100%;
	height: 54%;
	overflow-x: hidden;
	padding: 3px;
}

.topReviewsStrip .reviewItem .userActivityTimeAgo {
	margin-top: 5px;
	font-size: 14px;
	color: #555;
}

.topReviewsStrip .reviewItem .reviewMeta {
	/*position: absolute; bottom: -5px; right: 0;  */
}

.topReviewsStrip .reviewItem .reviewMeta a {
	font-weight: bold;
}

.topReviewsStrip .reviewItem .rating {
	font-size: 12px;
	color: #F6A811;
}

.topReviewsStrip .reviewItem .rating .noStar {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=33)";
	opacity: 0.33;
}

.topReviewsStrip .reviewItem .writtenBy {
	font-size: 12px;
	color: #999;
	position: absolute;
	bottom: 0;
	right: 16px;
}

.topReviewsStrip .reviewItem .writtenAbout {
	margin-top: -5px;
}

.topReviewsStrip .reviewItem .writtenAbout p {
	margin: 0;
}

.topReviewsStrip .reviewItem .commas {
	position: absolute;
	bottom: -7px;
	left: 36px;
	width: 20px;
}


.testimonialsStrip {
	font-size: 16px;
	font-family: 'Alef', arial, sans-serif;
	background: #F4F4F4;
	padding: 40px 0 10px 0;
	color: #000;
}

.tutorLanding .testimonialsStrip {
	position: relative;
	margin-top: 54px;
}

.tutorLanding.ver11 .testimonialsStrip {
	margin-top: 44px;
}

.packagesPage .testimonialsStrip .owl-carousel {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.testimonialsStrip .testimonialsTitle {
	text-align: center;
}

.testimonialsStrip .testimonialItem {
	padding: 10px 40px 0 40px;
	overflow: hidden;
	margin: 0 50%;
	transform: translateX(50%);
}

.testimonialsStrip .testimonialItem .userProfileImg {
	overflow: hidden;
	border: 2px solid #08c;
	border-radius: 50%;
	margin: 0 auto;
	width: 130px;
	height: 130px;
	background-size: 100%;
}

.testimonialsStrip .testimonialItem .teacherName {
	padding: 10px 0 9px 0;
	font-size: 24px;
	border-bottom: 1px solid #BBB;
	text-align: center;
	margin-bottom: 12px;
}

.testimonialsStrip .testimonialItem .testimonialsDetailsArea {
	position: relative;
	min-height: 100px;
	padding-bottom: 40px;
	text-align: center;
}

.testimonialsStrip .testimonialItem .testimonialsText {
	margin-top: 0;
}

.testimonialsStrip .testimonialItem .testimonialPackageSince {
	padding-bottom: 7px;
	color: #777;
}


.homepage .aboutUsCol,
.homepage .blogCol {
	text-align: justify;
	font-size: 15px;
	font-family: 'Droid_Sans', arial, sans-serif;
	margin-top: 40px;
}

.homepage .aboutUsCol h2,
.homepage .blogCol h2 {
	font-family: 'Alef', arial, sans-serif;
}

.homepage .blogCol h3 {
	font-size: 1.6em;
	margin-bottom: 22px;
}

@media (min-width: 992px) {

	.homepage .tutorVarietyRow .col-md-6,
	.homepage .tutorVarietyRow .col-md-5,
	.homepage .tutorVarietyRow .col-md-1 {
		float: left;
	}

	.homepage .topSearchesCol .row {
		margin: 0;
	}
}

@media (max-width: 768px) {
	.dashboardPage .mainDashboardArea {
		height: auto;
	}

	.dashboardPage .bottomDashboardArea .col-md-6 {
		margin-top: 20px;
	}

	.homepage .topSearchesCol .btn {
		font-size: 17px;
	}
}

@media (max-width: 600px) {
	.onlineFilter {
		background-color: #444444;
		padding-right: 13px;
		border-radius: 10px;
	}

	.onlineFilter label {
		padding-right: 22px;
		padding-bottom: 14px;
		margin-top: -7px;
		padding-bottom: 12px
	}

	.homepage .topSearchesCol .btn {
		min-height: 66px;
	}

	.page_homePage.bodyLoggedOut .main {
		min-height: 640px;
		background: #FFF;
	}

	.page_tutorLanding.bodyLoggedOut .main {
		background: #FFF;
	}

	.page_homePage.bodyLoggedOut,
	.page_tutorLanding.bodyLoggedOut {
		background: #015581;
	}

	.homepage .mainStrip {
		height: 512px;
		background: #444;
	}

	.homepage .mainStripContainer .logo {
		display: none;
	}

	.homepage .mainStripContainer {
		background: url("/assets/images/25785298_m.jpg") right -40px no-repeat;
		background-size: cover;
		height: 386px;
	}

	.homepage .mainStripContainer .tutorBtnsArea {
		top: 18px;
	}

	.homepage .mainStripContainer .tutorBtnsArea .btn {
		margin: 0 5px 5px 0;
	}

	.homepage .mainStripContainer .tutorBtnsArea .registerBtn {
		margin-right: 0;
		margin-left: 6px;
		padding: 1px 5px 1px 5px;
		border-right: 1px solid #AAA;
		border-radius: 0;
	}

	.homepage .mainStripContainer .tutorBtnsArea .loginBtn {
		margin-right: 0;
	}

	.homepage .mainStripContainer .tutorBtnsArea .teacherRegisterButton {
		margin: 0 0 0 0;
		padding: 6px 10px;
	}

	.findTutorFormRow {
		height: auto;
		bottom: auto;
		top: 238px;
	}

	.homepage .findTutorForm {
		display: block;
		padding-right: 10px;
		padding-left: 10px;
		padding-top: 120px;
		font-size: 0;
		line-height: 0;
		background: none;
	}

	.findTutorForm .fieldCol {
		width: 100%;
		padding-left: 0;
	}

	.findTutorForm .fieldCol+.fieldCol {
		padding-right: 0;
		margin-top: 0;
	}

	.findTutorForm label {
		width: 100%;
		top: 0;
	}

	.findTutorForm .selectize-control {
		width: 100%;
		position: static;
		font-size: 0;
		line-height: 0;
	}

	.findTutorForm .selectize-input,
	.findTutorForm .twitter-typeahead,
	.findTutorForm .fieldCol input {
		width: 100%;
	}

	.findTutorForm .btn.findTutorSubmit {
		width: 100%;
		top: 0;
		margin: 0;
	}

	.homepage .mainStripTitle,
	.errorPage .mainStripTitle {
		font-size: 36px;
		line-height: 40px;
		bottom: auto;
		top: -35px;
		right: 10px;
		padding: 50px 0 20px 0;
	}

	.homepage .mainStripTitle {
		font-size: 40px;
		top: 196px;
		background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 50%, rgba(0, 0, 0, 0.35) 100%);
		/* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 50%, rgba(0, 0, 0, 0.35) 100%);
		/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	}

	.homepage .benefitsStrips .row {
		margin: 0;
	}

	.homepage .benefitsStrips .stripRow+.stripRow {
		padding-top: 60px;
	}

	.homepage .tutorBenefitsStrip .connectorLeft,
	.homepage .tutorBenefitsStrip .connectorRight {
		display: none;
	}

	.topReviewsStrip .reviewItem {
		border-bottom: 1px solid #CCC;
		margin-bottom: 10px;
		height: 290px;
	}

	.topReviewsStrip .reviewItem .userProfileImg {
		float: none;
		width: 100px;
		margin: 0 auto;
	}

	.topReviewsStrip .reviewItem .reviewDetailsArea {
		float: none;
		text-align: center;
		width: 100%;
		margin-right: 0;
	}

	.topReviewsStrip .reviewItem .reviewMeta {
		right: 50%;
		margin-right: -80px;
	}

	.topReviewsStrip .reviewItem .reviewText {
		max-height: 130px;
		overflow: hidden;
	}

	.testimonialsStrip .testimonialItem {
		border-bottom: 1px solid #CCC;
		margin-bottom: 10px;
		height: 420px;
		padding-left: 0;
		padding-right: 0;
	}

	.testimonialsStrip .testimonialItem .userProfileImg {
		float: none;
		width: 100px;
		height: 100px;
		margin: 0 auto;
	}

	.testimonialsStrip .testimonialItem .testimonialsDetailsArea {
		float: none;
		text-align: center;
		width: 100%;
		margin-right: 0;
	}

	.testimonialsStrip .testimonialItem .testimonialsMeta {
		right: 50%;
		margin-right: -80px;
	}

	.testimonialsStrip .testimonialItem .testimonialsText {
		overflow: hidden;
	}

	.homepage .counters .col-xs-6 {
		margin: 10px 0;
	}
}

/**
 * 	Tutor Landing Page
 */
.tutorLanding {
	position: relative;
}

.tutorLanding .mainStrip {
	height: 650px;
	font-family: 'Droid_Sans', arial, sans-serif;
	position: relative;
	background: url("/assets/images/hipsterNTutor.jpg") center 10% no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/girlStudyLaptopFlipped.jpg', sizingMethod=scale);
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/girlStudyLaptopFlipped.jpg', sizingMethod='scale')";
}

.tutorLanding .mainStripContainer {
	position: relative;
	height: 100%;
	text-align: center;
}

.tutorLanding.ver11 .mainStripContainer {
	height: auto;
}

.tutorLanding .mainStripContainer .logo {
	position: absolute;
	top: 5px;
	right: 30px;
	height: 53px;
	padding-top: 16px
}

.tutorLanding .mainStripTitle {
	margin: 320px 0 0 0;
	font: 50px 'Droid_Sans', arial, sans-serif;
	color: #FFF;
	letter-spacing: 0;
	/*word-spacing: -5px;*/
}

.tutorLanding.ver11 .mainStripTitle {
	margin-top: 182px;
}

.tutorLanding .mainStripSubTitle {
	margin: 0 0 0 0;
	font: 26px 'Droid_Sans', arial, sans-serif;
	color: #FFF;
	letter-spacing: 0;
}

.tutorLanding .mainStripBtn {
	margin-top: 65px;
	font-weight: bold;
	font-size: 26px;
	padding: 12px 24px;
}

.tutorLanding .mainStripBtnLabelText {
	color: #FFF;
}

.tutorLanding .howItWorksStrips {
	margin-top: 20px;
}

.tutorLanding .howItWorksStripRow {
	font-family: 'Alef', arial, sans-serif;
	padding: 40px 0;
}

.tutorLanding .howItWorksStripRow .imgCol,
.tutorLanding .howItWorksStripRow .textCol {
	padding: 0 60px;
}

.tutorLanding .howItWorksStripRow.row_2 .imgCol,
.tutorLanding .howItWorksStripRow.row_2 .textCol,
.tutorLanding .howItWorksStripRow.row_2 .col-md-2 {
	float: left;
}

.tutorLanding .howItWorksStripRow .imgCol img {
	box-shadow: 0 0 50px #DDD;
}

.tutorLanding .howItWorksTitle {
	margin-bottom: 15px;
}

.tutorLanding .howItWorksSubTitle {
	color: #000;
	font-size: 1.2em;
	line-height: normal;
}

.tutorLanding .row_1 .howItWorksTitle {
	margin-top: 40px;
}

.tutorLanding .row_2 .howItWorksTitle {
	margin-top: 44px;
}

.tutorLanding .row_3 .howItWorksTitle {
	margin-top: 50px;
}

.tutorLanding .howItWorksChangingStripRow .imagesCol {
	position: relative;
	text-align: left;
	height: 305px;
	margin-top: 30px;
}

.tutorLanding .howItWorksChangingStripRow .imagesCol img {
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	transition: opacity 0.5s;
	margin: 0 auto;
	width: 100%;
}

.tutorLanding .howItWorksChangingStripRow .imagesCol img:first-child {
	margin-top: 30px;
	width: 93%;
}

.tutorLanding .howItWorksChangingStripRow .imagesCol img:nth-child(2) {
	top: -15px;
}

.tutorLanding .howItWorksChangingStripRow .imagesCol img.active {
	opacity: 1;
}

.tutorLanding .howItWorksChangingStripRow .textsCol {
	padding-top: 65px;
}

.tutorLanding .howItWorksChangingStripRow .howItWorksItem {
	margin-bottom: 40px;
}

.tutorLanding .howItWorksChangingStripRow .howItWorksItem .howItWorksTitle {
	margin-bottom: 5px;
	font-size: 1.3em;
}

.tutorLanding .howItWorksChangingStripRow .howItWorksItem .howItWorksSubTitle {
	font-size: 1.1em;
}

.tutorLanding .howItWorksChangingStripRow .howItWorksItem.active .howItWorksTitle {
	font-weight: bold;
}

.tutorLanding .joinNowStrip {
	background: #DDD;
	padding: 50px 0;
	text-align: center;
}

.tutorLanding .joinNowStrip .btn {
	font-weight: bold;
	font-size: 26px;
	padding: 12px 24px;
}

.tutorLanding .contactUsStrip {
	padding: 40px 0;
	background: #47a447;
}

.tutorLanding .contactUsStrip .contactUsStripTitle {
	text-align: center;
	color: #FFF;
	padding-top: 60px;
	font-size: 30px;
	line-height: normal;
}

.tutorLanding .contactUsStrip .contactUsForm {
	color: #FFF;

}

.contactUsForm {
	width: 90%;
	padding-right: 0.5rem;
}


.tutorLanding .contactUsStrip .btn-default {
	background-color: #FFF;
	color: #3c853c;
	border-color: #3c853c;
	font-weight: bold;
	transition: all 0.2s;
}

.tutorLanding .contactUsStrip .btn-default:hover {
	color: #FFF;
	background-color: transparent;
	border-color: #FFF;
}


.tutorLanding .tutorStats {
	position: relative;
	top: 54px;
	border: 0;
	margin-bottom: 0;
}

.tutorLanding.ver11 .tutorStats {
	background-color: rgba(255, 255, 255, 0.15) !important;
}

.tutorLanding.ver11 .tutorStats .downArrow {
	position: absolute;
	display: block;
	bottom: 15px;
	left: 50%;
	margin-left: -18px;
	font-size: 100px;
	color: #FFF;
	transform: rotate(-90deg);
	font-style: normal;
}

.homepage .tutorStats {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
}

.tutorLanding .tutorStats label,
.homepage .tutorStats label {
	font-family: 'Droid_Sans', arial, sans-serif;
}

.homepage hr {
	border: 0;
	border-top: 3px solid #FAC917;
	width: 27%;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background-image: none;
}

.tutorsBenefitsStrip {
	margin-top: 60px;
	padding: 40px 0 55px 0;
	background: #47a447;
}

.tutorsBenefitsStrip .stripTitle {
	text-align: center;
	color: #FFF;
}

.tutorsBenefitsStrip .bulletIcon {
	text-align: center;
	font-size: 72px;
	height: 135px;
	color: #FFF;
	width: 135px;
	margin: 0 auto 20px auto;
	border: 2px solid #FFF;
	border-radius: 50%;
	padding-top: 31px;
}

.tutorsBenefitsStrip .referralBullet .bulletIcon,
.tutorsBenefitsStrip .profileBullet .bulletIcon {
	font-size: 68px;
}

.tutorsBenefitsStrip .bulletTitle {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	padding: 5px 0 20px 0;
}

.tutorsBenefitsStrip .bulletText {
	text-align: center;
	font-size: 18px;
	color: #FFF;
}

@media (max-width: 600px) {
	.tutorLanding .mainStrip {
		height: 430px;
		background: #015581;
	}

	.tutorLanding.ver11 .mainStrip {
		height: auto;
	}

	.tutorLanding.ver11 .mainStripTitle {
		margin-top: 100px;
	}

	.tutorLanding.ver11 section.tutorStats {
		top: 0;
		padding: 20px 0 55px 0;
	}

	.tutorLanding.ver11 section.tutorStats .col-xs-12 {
		margin-bottom: 10px;
	}

	.tutorLanding .howItWorksStripRow .imgCol,
	.tutorLanding .howItWorksStripRow .textCol {
		padding: 0 15px;
	}

	.tutorLanding .logo {
		display: none;
	}

	.tutorLanding .mainStripContainer .navBtnsArea {
		right: 0;
	}

	.tutorLanding .mainStripTitle {
		font-size: 46px;
		margin: 110px 0 20px 0;
	}

	.tutorLanding .mainStripBtn {
		margin-top: 40px;
	}

	.tutorLanding section.highlight {
		padding: 0;
	}

	.tutorLanding section.highlight .col-md-4 {
		margin: 30px 0;
	}

	.tutorsBenefitsStrip .stripBullet {
		padding: 20px 0;
	}

	.tutorsBenefitsStrip .bulletText {
		padding: 0;
	}

	.homepage .tutorStats {
		padding: 25px 0 20px 0;
	}

	.homepage .tutorStats .col-xs-12 {
		margin-bottom: 15px;
	}
}

/**********************************
/* Packages Page
/**********************************/
.tutorLanding .packagesPage {
	padding-top: 40px;
}

.packagesPage {
	padding-bottom: 30px;
}

.packagesPage .packagesTable h1 {
	color: #08c;
	text-align: center;
	font-size: 48px;
	font-weight: 300;
	line-height: 42px;
	margin: 0;
}

.packagesPage h4 {
	color: #08C;
	text-align: center;
	margin-bottom: 60px;
}

.packagesPage .priceForPeriod {
	padding: 5px 0 25px 0;
	position: relative;
	top: 60px;
	width: 18%;
}

.packagesPage .priceForPeriod label {
	font-size: 16px;
	margin-left: 7px;
}

.packagesPage .pricePeriodSwitch {
	display: inline-block;
	width: 162px;
	border-radius: 20px;
	border: 1px solid #08C;
	overflow: hidden;
	position: relative;
	top: 11px;
}

.packagesPage .switchOption,
.packagesPage .switchOption:link,
.packagesPage .switchOption:active,
.packagesPage .switchOption:hover,
.packagesPage .switchOption:visited {
	display: block;
	float: right;
	width: 50%;
	border-left: 1px solid #08C;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #08C;
	padding: 5px 0;
	cursor: pointer;
	text-decoration: none;
}

.packagesPage .switchOption:last-child {
	border-left: 0;
}

.packagesPage .switchOption.active {
	background: linear-gradient(to bottom, #08C, #00689c);
	color: #FFF;
}

.packagesPage .packagesTable {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: 20px;
	margin: 0 auto;
	font-family: 'Droid_Sans', arial, sans-serif;
}

.packagesPage .labelsCol {
	width: 18%;
}

.packagesPage .packageCol {
	/*gittit*/
	width: 26%;
	text-align: center;
	z-index: 99
}

.packagesPage .packageCol:last-child {
	border-left: 1px solid #FFF;
}

.packagesPage .packageCol.featured {
	width: 28%;
}

.packagesPage .featureLabels {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 18%;
	font-weight: bold;
}

@media screen and (max-width:800px) {

	.packagesPage .featureLabels {
		overflow-x: scroll;
	}
}


.packagesPage .featureLabel {
	height: 50px;
	background: #FFF;
	color: #444;
	display: table;
	width: 100%;
	min-width: 8rem;
	border-bottom: 1px solid #EEE;
	font-family: 'Droid_Sans', arial, sans-serif;
}

.packagesPage .featureLabel.feature_add_points {
	height: 60px;
}

.packagesPage .featureLabel:first-child {
	border-top: 1px solid #EEE;
}

.packagesPage .featureLabel.featureSoon {
	font-style: italic;
}

.packagesPage .featureLabel label {
	display: table-cell;
	vertical-align: middle;
	line-height: normal;
	padding: 0 10px;
}

@media screen and (max-width: 800px) {
	.packagesPage .featureLabel label {
		font-size: 10px;
	}
}


.packagesPage .titleCell {
	background: #08C;
	border-right: 1px solid #FFF;
	height: 80px;
	padding-top: 15px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-radius: 5px 5px 0 0;
}

.packagesPage .featured .titleCell {
	background: #5CB85C;
	position: relative;
	margin-top: -15px;
	height: 95px;
	padding-top: 25px;
}

.packagesPage .ribbonWrapper {
	height: 88px;
	overflow: hidden;
	position: absolute;
	left: -5px;
	top: -5px;
	width: 100px;
}

.packagesPage .ribbon {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background-image: -webkit-linear-gradient(top, #F2AA20, #C78200);
	background-image: linear-gradient(to bottom, #F2AA20, #C78200);
	background-color: #F2AA20;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
	color: #FFF;
	font-size: 14px;
	padding: 5px 0;
	position: relative;
	text-align: center;
	text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
	width: 120px;
	left: -11px;
	margin-top: 9px;
}

.packagesPage .ribbon:before {
	left: 0;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	bottom: -3px;
	content: "";
	position: absolute;
}

.packagesPage .ribbon:after {
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	bottom: -3px;
	content: "";
	position: absolute;
	right: 0;
}

.packagesPage .titleCell h2 {
	margin-bottom: 0;
	color: #FFF;
	font-weight: bold;
	font-size: 1.6em;
	letter-spacing: normal;
	line-height: 24px;
}

.packagesPage .titleCell h3 {
	margin: 0;
	color: #FFF;
	font-size: 1.3em;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 27px;
	text-align: center;
}

.packagesPage .featured .titleCell h2 {
	margin-top: 10px;
	font-size: 1.8em;
}

.packagesPage .priceCell,
.packagesPage .descCell,
.packagesPage .featureCell,
.packagesPage .buttonCell {
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	background: #F7F7F7;
}

.packagesPage .featured .priceCell,
.packagesPage .featured .descCell,
.packagesPage .featured .featureCell,
.packagesPage .featured .buttonCell {
	background: #FFF;
}

.packagesPage .priceCell {
	height: 80px;
	padding-top: 25px;
	position: relative;
	font-size: 1.1em;
}

.packagesPage .priceCell .leadLimit {
	display: block;
	padding-top: 3px;
	color: #b90000;
}

.packagesPage .priceCell .price {
	font-size: 1.75em;
}

.packagesPage .priceCell .price .currency {
	font-size: 0.6em;
}

.packagesPage .priceCell .unitName {
	font-size: 1.25em;
}

.packagesPage .priceCell .insteadOf {
	position: absolute;
	top: 2px;
	right: 10px;
	text-decoration: line-through;
}

.packagesPage .descCell {
	height: 80px;
	display: table;
	width: 100%;
}

.packagesPage .descCell .desc {
	display: table-cell;
	vertical-align: middle;
	padding: 5px 10px;
}

.packagesPage .buttonCell {
	padding: 10px;
	height: 65px;
}

.packagesPage .buttonCell.activated {
	background: #CFFFCF;
	padding-top: 20px;
	color: #000;
	font-size: 18px;
}

.packagesPage .packageCol_1 .buttonCell.activated {
	background: #F7F7F7;
	font-size: 16px;
}

.packagesPage .packageCol_1 .buttonCell.activated strong {
	font-weight: normal;
}

.packagesPage .buttonCell .packageStatus {
	font-size: 13px;
	line-height: normal;
}

.packagesPage .buttonCell .btn {
	width: 110px;
}

.packagesPage .buttonCell .btn-md {
	margin-top: 5px;
}

.packagesPage .featureCell {
	height: 50px;
	padding: 9px 5px 0 5px;
	color: #5CB85C;
	font-weight: 600;
}

.packagesPage .featureCell.featureCellGold {
	color: gold;
}

.packagesPage .titleCell.featureCellGold h2 {
	color: gold;
	font-size: 1.8em;
}

.packagesPage .featureCell.feature_add_points {
	height: 60px;
}

.packagesPage .featureCell .fa {
	font-size: 28px;
}

.packagesPage .packageCol_1 .featureCell {
	color: #b90000;
}

.packagesPage .featureCell.hovered {
	background: #EEE;
}

.packagesPage .featureCell .satisfactionIcon {
	position: relative;
	font-size: 42px;
	top: -5px;
	width: 42px;
	display: inline-block;
}

.packagesPage .featureCell .satisfactionIcon .numDays {
	position: absolute;
	top: 12px;
	right: 14px;
	color: #FFF;
	font-size: 12px;
	font-family: 'Droid_Sans';
}

.packagesPage .featureCell .satisfactionText {
	position: relative;
	top: -20px;
}

.packagesPage .payFor6MoreMonths {
	display: none;
	text-align: center;
	font-size: 15px;
	text-decoration: underline;
}

.packagesPage.period_6 .payFor6MoreMonths {
	display: block;
}

.packagesPage.period_6 .buttonCell.activated {
	padding-top: 15px;
}

.packagesPage .secureStrip {
	padding: 10px 0 0 0;
	overflow: hidden;
	font-family: 'Droid_Sans';
	text-align: center;
}

.packagesPage .secureStrip i {
	color: #5CB85C;
	display: inline-block;
	font-size: 42px;
	position: relative;
	top: 12px;
}

.packagesPage .secureStrip label {
	display: inline-block;
	font-size: 20px;
	color: #444;
	font-weight: normal;
}

.packagesPage .faqStrip {
	padding-top: 30px;
	width: 90%;
	margin: 0 auto;
}

.packagesPage .faqStrip h2 {
	margin-bottom: 20px;
	font-size: 1.8em;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 24px;
	color: #0088cc;
}

.packagesPage .faqStrip .questionRow {
	padding: 10px 0;
	font-size: 14px;
}

.packagesPage .faqStrip .question {
	display: block;
	font-size: 16px;
}

@media (max-width: 1024px) {
	.page_packages {
		padding-bottom: 260px;
	}

	.page_packages .packagesPage .container {
		width: auto;
	}

	.page_packages .packagesPage .packagesTable {
		width: auto;
	}

	.page_packages .packagesPage .testimonialsStrip .owl-carousel {
		width: auto;
	}

	.page_packages {
		position: relative;
	}

	.page_packages .packagesPage .faqStrip {
		font-size: 1rem;
		line-height: normal;
		width: auto;
	}

	.page_packages .packagesPage .faqStrip .questionRow {
		font-size: 1em;
	}

	.page_packages .packagesPage .faqStrip .question {
		font-size: 1.1em;
	}

	.packagesPage .buttonCell .btn {
		width: 80px;
	}

	.packagesPage .featured .titleCell {
		background: #5CB85C;
		position: relative;
		margin-top: -15px;
		height: 165px;
		padding-top: 25px;
	}

	.packagesPage .titleCell {
		background: #08C;
		border-right: 1px solid #FFF;
		height: 150px;
		padding-top: 15px;
		border-top: 1px solid #FFF;
		border-bottom: 1px solid #FFF;
		border-radius: 5px 5px 0 0;
	}

	.tutorsBenefitsStrip .bulletIcon {
		text-align: center;
		font-size: 55px;
		height: 110px;
		color: #FFF;
		width: 110px;
		margin: 0 auto 20px auto;
		border: 2px solid #FFF;
		border-radius: 50%;
		padding-top: 31px;
	}

	.tutorsBenefitsStrip .referralBullet .bulletIcon,
	.tutorsBenefitsStrip .profileBullet .bulletIcon {
		font-size: 55px;
	}

	.packagesPage .featureLabel {
		height: 62px;
		background: #FFF;
		color: #444;
		display: table;
		width: 100%;
		border-bottom: 1px solid #EEE;
		font-family: 'Droid_Sans', arial, sans-serif;
	}

	.packagesPage .featureCell {
		height: 68px;
		padding: 9px 5px 0 5px;
		color: #5CB85C;
		font-weight: bold;
	}

	.packagesPage .priceCell {
		height: 100px;
		padding-top: 25px;
		position: relative;
		font-size: 1.1em;
	}

	.packagesPage .packageCol {
		/*gittit*/
		width: 26%;
		min-width: 83px;
		text-align: center;
		z-index: 99
	}
}

/** *********************
 * Promote Profile Page
 * **********************/
.promoteProfilePage .promoteProfilePageTitle {
	text-align: right;
	font-size: 2em;
	font-family: 'Droid_Sans', arial, sans-serif;
}

.promoteProfilePage .promoteProfileLinks {
	list-style-type: none;
	line-height: normal;
	padding-right: 0;
}

.promoteProfilePage .promoteProfileLinks .promotionLi a {
	display: block;
	overflow: hidden;
	line-height: normal;
	border-bottom: 1px solid #EEE;
	padding: 15px 70px 15px 10px;
	position: relative;
}

.promoteProfilePage .promoteProfileLinks .promotionLi:first-child a {
	border-top: 1px solid #EEE;
}

.promoteProfilePage .promoteProfileLinks .promotionLi a:hover {
	background: #EEE;
}

.promoteProfilePage .promoteProfileLinks .promoteIcon {
	float: right;
	display: block;
	font-size: 32px;
	width: 70px;
	text-align: center;
	margin-top: 5px;
	position: absolute;
	top: 15px;
	right: 0;
}

.promoteProfilePage .promoteProfileLinks .promoteIcon.icon-thumbs-o-up {
	color: #577395;
}

.promoteProfilePage .promoteProfileLinks .promoteIcon.icon-facebook {
	color: #3B579D;
}

.promoteProfilePage .promoteProfileLinks .promoteIcon.icon-google-plus {
	color: #B92D12;
}

.promoteProfilePage .promoteProfileLinks .promoteIcon.icon-star {
	color: #F6A811;
}

.promoteProfilePage .promoteProfileLinks .promoteIcon.icon-keyboard-o {
	color: #47a447;
}

.promoteProfilePage .promoteProfileLinks .textSection {
	float: right;
	display: block;
}

.promoteProfilePage .promoteLinkTitle {
	font-size: 18px;
	display: block;
	margin-bottom: 2px;
}

.promoteProfilePage .promoteLinkSubTitle {
	display: block;
	color: #777;
}

.promoteProfilePage .promoteProfileLinks .pointsSection {
	float: left;
	display: block;
}

.promoteProfilePage .pointsVal {
	font-size: 18px;
	color: #000;
	display: block;
}

.promoteProfilePage .pointsValDesc {
	color: #777;
	display: block;
	text-align: center;
	font-size: 12px;
}

.promoteProfilePage .promotionTypeModal {
	font-size: 16px;
}

.promoteProfilePage .promotionTypeModal .modal-title {
	font-size: 1.2em;
}

.promoteProfilePage #up_likes_Modal .fb-like {
	position: relative;
	top: -2px;
	right: 5px;
}

.promoteProfilePage #up_shares_Modal ul {
	padding-top: 10px;
	padding-bottom: 15px;
}

.promoteProfilePage .form-control.sharingUrl[readonly] {
	cursor: text;
	direction: ltr;
	width: 335px;
	display: inline-block;
	margin-right: 5px;
}

.promoteProfilePage #ur_count_Modal .modal-body {
	text-align: center;
}

.promoteProfilePage #up_gp_shares_Modal .step1 {
	position: relative;
	top: -15px;
}

@media (max-width: 768px) {
	.promoteProfilePage .promoteProfileLinks .pointsSection {
		margin-top: 5px;
	}
}

/** **************
 * 	Profile Page
* ****************/
.profilePage {
	color: #424046;
	position: relative;
	font-family: 'Droid_Sans', arial, sans-serif;
	line-height: 20px;
	padding-bottom: 30px;
}

/*.profilePage a, .profilePage a:link, .profilePage a:active, .profilePage a:visited { color: #0AF; }*/
.profilePage .topProfileArea {
	background: url("/assets/images/profileTopRow.jpg") center center no-repeat;
	height: 348px;
	border-bottom: 5px solid #CCC;
}

.profilePage .topProfileAreaContainer {
	height: 100%;
	color: #FFF;
	position: relative;
	font-size: 16px;
}

.profilePage .topProfileAreaRow {
	height: 100%;
}

.profilePage .topProfileAreaRow label.error {
	color: #FF8888;
}

.profilePage .topProfileAreaContainer h2 {
	color: #FFF;
}

.profileSettingsPage .profilePic {
	overflow: hidden;
	border-radius: 50%;
	border: 3px solid #FFF;
	padding: 0;
	margin: 61px 15px 0 0;
	height: 200px;
    width: 200px;
}
.profilePage .profilePic {
	overflow: hidden;
	border-radius: 50%;
	border: 3px solid #FFF;
	padding: 0;
	margin: 61px 15px 0 0;
}
.profilePage .profileImgHolder,
.profileSettingsPage .profileImgHolder {
	position: static;
	overflow: hidden;
}

.profilePage .profileImg,
.profileSettingsPage .profileImg {
	width: 100%;
	height: auto;
	aspect-ratio: 1;
}

.profilePage .profileImageArea,
.profileSettingsPage .profileImageArea {
	position: absolute;
	top: 0;
	lefT: 0;
	width: 100%;
	height: 100%;
	float: right;
	overflow: hidden;
}

.profilePage .actionAreaCol {
	float: left;
	position: relative;
	top: 41px;
}

.profilePage .actionAreaCol.improveLinksCol {
	top: 11px;
}

.profilePage .profileMainDetails {
	height: 100%;
	padding-top: 60px;
	padding-right: 42px;
}

.profilePage h1.teacherName {
	font-size: 52px;
	font-weight: normal;
	color: #FFF;
}

.profilePage h1.teacherName.longName {
	font-size: 44px;
}

.profilePage .keySentenceField {
	margin-top: 14px
}

.profilePage .contactTeacherBox {
	width: 260px;
	color: #444;
	transition: all 0.5s;
	margin-right: 0;
	min-height: 50px;
}

.profilePage .contactTeacherBox .box-content {
	transition: all 0.5s;
}

.profilePage .featured-box.contactTeacherBox .box-content,
.profilePage .featured-box.scheduelBox .box-content {
	padding: 5px 10px 10px 10px;
}

.profilePage .contactTeacherForm .topContactRow {
	margin-right: -21px;
	margin-left: -21px;
}

.profilePage .contactTeacherForm .contactTeacherDetails {
	overflow: hidden;
	height: 0;
	transition: all 0.5s;
}

.profilePage .contactTeacherForm .topContactRowDetails {
	overflow: hidden;
	padding: 5px 0;
}

.profilePage .contactTeacherForm .contactProfilePic {
	float: right;
	width: 70px;
	height: 70px;
	overflow: hidden;
	border-radius: 50%;
	margin: 3px 20px;
}

.profilePage .contactTeacherForm .contactProfileImg {
	width: 100%;
	height: 100%;
}

.profilePage .contactTeacherForm .contactProfileName {
	float: right;
	font-size: 22px;
	margin-top: 25px;
}

.profilePage .contactTeacherForm .priceText {
	font-size: 16px;
	float: right;
}

.profilePage .contactTeacherForm .showPhoneLink,
.profilePage .contactTeacherBox .phone {
	float: left;
}

.profilePage .contactTeacherForm .phone {
	font-weight: bold;
}

.profilePage .contactTeacherForm .showPhoneLink,
.profilePage .contactTeacherForm .showPhoneLink:link,
.profilePage .contactTeacherForm .showPhoneLink:active,
.profilePage .contactTeacherForm .showPhoneLink:visited {
	text-decoration: underline;
	font-size: 1.2em;
}

.profilePage .clickPhoneShareModal .modal-body {
	text-align: center;
}

.profilePage .clickPhoneFeedbackForm .btnContainer {
	text-align: center;
}

.profilePage .clickPhoneFeedbackForm .form-group label {
	display: block;
	font-size: 16px;
	text-align: left;
	padding-top: 5px;
}

.profilePage .improveLinksArea {
	width: 260px;
	color: #444;
	transition: all 0.5s;
	margin-right: 0;
	text-align: right;
	font-size: 14px;
	font-family: arial;
}

.profilePage .improveLinksArea .box-content {
	transition: all 0.5s;
	overflow: hidden;
	height: 248px;
}

.profilePage .featured-box.improveLinksArea .box-content {
	padding: 5px 15px 10px 15px;
}

.profilePage .improveLinksAreaTitle {
	border-bottom: 1px solid #EEE;
	margin: 0 0 5px 0;
	padding: 5px 0;
	font-size: 1.4em;
}

.profilePage .improveLinksArea ul {
	margin-top: 5px;
}

.profilePage .improveLinksArea li.done,
.profilePage .improveLinksArea li.done a {
	color: #47a447;
	text-decoration: line-through;
	display: none;
}

.profilePage .scheduelTable {
	width: 100%;
}

.profilePage .scheduelTable th {
	text-align: center;
	width: 28px;
}

.profilePage .scheduelTable thead th {
	border-bottom: 1px solid #CCC;
}

.profilePage .scheduelTable tbody th {
	border-left: 1px solid #CCC;
}

.profilePage .scheduelTable td {
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.profilePage .scheduelTable td.actv {
	background: #E6FDC6;
}

.profilePage .editProfileButtonContainer {
	position: absolute;
	bottom: 7%;
	right: 42px;
}

.profilePage .progressBarArea {
	margin-top: 20px;
}

.profilePage .shareRow {
	position: absolute;
	bottom: 10px;
	left: 10px;
}

.profilePage .editableField,
.profilePage .profilePic {
	position: relative;
}

.profilePage .editableField.empty,
.profilePage .editableField .empty {
	color: #999;
}

.profilePage.publicProfile .editableField.empty,
.profilePage.publicProfile .editableField .empty {
	display: none;
}

.profilePage .topProfileArea .editableField.empty,
.profilePage .topProfileArea .editableField .empty {
	color: #DDD;
}

.profilePage .editableField.empty .form-control,
.profilePage .editableField .empty .form-control {
	color: #424046;
	font-style: normal;
}

.profilePage .editableField.empty .btn,
.profilePage .editableField .empty .btn {
	font-style: normal;
}

.profilePage .editableField .fa-pencil {
	position: absolute;
	top: 5px;
	right: -21px;
	color: #08c;
	cursor: pointer;
	font-size: 16px;
}

.profilePage .editableField .fa-pencil.disabled,
.profilePage .fieldTitle .fa-pencil.disabled {
	opacity: 0.25;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
}

.profilePage .fieldTitle .fa-pencil {
	color: #08c;
	cursor: pointer;
	font-size: 0.6em;
	margin-right: 10px;
	width: auto;
	font-family: 'FontAwesome', 'Droid_Sans', arial, sans-serif;
	border-bottom: 1px solid #08C;
	padding-bottom: 1px;
	position: relative;
	top: -3px;
}

.profilePage .editableField .editForm {
	display: none;
}

.profilePage .editableField .editForm .inputArea {
	font-size: 14px;
	float: right;
	width: 64%;
	margin: 0 0 0 14px;
}

.profilePage .profileMainDetails .editableField .editForm .inputArea {
	width: 55%;
}

.profilePage .editableField .editForm .form-control.phoneCode,
.profilePage .editableField .editForm .form-control.phoneNum {
	display: inline-block;
}

.profilePage .editableField .editForm .form-control.phoneCode {
	width: 42%;
}

.profilePage .editableField .editForm .form-control.phoneNum {
	width: 55%;
}

.profilePage .editableField.teacherName .editForm .inputArea {
	margin-top: 7px;
}

.profilePage .editableField .editForm .inputArea label.error {
	display: block;
	margin-top: 9px;
	line-height: 0;
}

.profilePage .editableField.phoneNumber .editForm .inputArea label.error {
	position: absolute;
	top: 42px;
	margin: 0;
}

.profilePage .teacherName .fa-pencil {
	top: 15px;
}

.profilePage .residenceCity {
	margin-top: 0;
}

.profilePage .phoneNumber {
	margin: 10px 0;
}

.profilePage .residenceCity .fa-pencil,
.profilePage .phoneNumber .fa-pencil {
	top: 3px;
}

.profilePage .chosenCitiesSummeryArea {
	margin: 5px 26px 0 0;
}

.profilePage .chosenCitiesSummeryArea .chosenCitiesSummery {
	font-size: 16px;
}

.profilePage .chosenCitiesSummery a,
.profilePage .chosenCitiesSummery a:link,
.profilePage .chosenCitiesSummery a:active,
.profilePage .chosenCitiesSummery a:visited {
	text-decoration: underline;
}

.profilePage.publicProfile .residenceCity .icon-map-marker {
	font-size: 24px;
	position: relative;
	top: 2px;
}

.profilePage #experienceForm .btn-primary,
.profilePage #prefMeetPlaceForm .btn-primary {
	margin-right: 20px;
}

.profilePage .contactTeacherForm {
	padding: 0 10px;
}

.profilePage .contactTeacherForm .displayPhoneButton {
	width: 100%;
}

.profilePage .contactTeacherForm .sendMsgArea {
	margin: 10px 0 0 0;
}

.profilePage .contactTeacherForm .sendMsgArea .whatsappicon {
	margin-top: 5px;
}

.profilePage .contactTeacherForm .sendMsgArea .submitRow {
	font-size: 13px;
	margin-top: 5px;
}

.profilePage .contactTeacherForm .sendMsgArea .sendMsgButton {
	width: 100%;
	margin-top: 5px;
}

.profilePage .basicProfileDetails .editableField {
	margin-right: 25px;
}

.profilePage.publicProfile .basicProfileDetails .editableField {
	margin-right: 0;
}

.profilePage .fieldArea {
	margin-top: 20px;
	overflow: hidden;
}

.profilePage .sideBox .fieldArea {
	margin-top: -15px;
	text-align: right;
}

.profilePage .fieldArea#activeCities {
	overflow: visible;
}

.profilePage .sideBox.featured-box {
	min-height: 0;
}

.profilePage .fieldTitle {
	font-size: 26px;
	margin-bottom: 10px;
	line-height: 20px;
}

.profilePage .fieldTitle .flaticon-graduation10,
.profilePage .fieldTitle .icon {
	width: 26px;
	text-align: left;
}

.profilePage .fieldTitle .flaticon-graduation10 {
	font-size: 36px;
	line-height: 0;
	position: relative;
	top: 5px;
	margin: 0 -5px 0 -6px;
}

.profilePage .fieldText {
	margin-right: 45px;
	font-size: 15px;
	padding-top: 4px;
}

.profilePage .fieldText .categoryRow {
	padding-bottom: 5px;
}

.profilePage .fieldText .categoryRow .lvl1 {
	font-size: 16px;
	font-weight: bold;
}

.profilePage .fieldText .categoryRow .lvl2 {
	font-weight: bold;
}

.profilePage.publicProfile .fieldText {
	margin-right: 40px;
	word-break: break-word;
}

.profilePage .editableField .experienceField,
.profilePage .editableField .prefMeetPlaceField,
.profilePage .editableField .priceTypefield {
	float: right;
	margin-left: 20px;
}

.profilePage .priceTypesField .priceCheckbox,
.profileSettingsPage .priceTypesField .priceCheckbox {
	margin: 10px 0 5px 0;
}

.profilePage .editableField .priceTypeRow {
	margin: 0;
}

.profilePage .rating,
.reviewForm .rating {
	color: #F6A811;
	font-size: 22px;
	margin: 20px 3px 7px 0;
}

.profilePage .rating .icon-star,
.reviewForm .rating .icon-star {
	padding: 0 3px;
}

.reviewForm .rating .icon-star {
	font-size: 22px;
	cursor: pointer;
}

.profilePage .rating .noStar,
.reviewForm .rating .noStar {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=33)";
	opacity: 0.33;
}

.profilePage .numRaters,
.profilePage .numRaters:link,
.profilePage .numRaters:active,
.profilePage .numRaters:visited {
	text-decoration: underline;
	position: relative;
	top: 1px;
	right: -2px;
	font-size: 16px;
}

.profilePage .ratingController .icon-star {
	cursor: pointer;
	font-size: 22px;
}

.reviewForm .rating .chosenRating {
	font-size: 16px;
	color: #000;
}

.reviewForm .rating {
	margin-top: 0;
	font-size: 15px;
}

.reviewForm .label.error {
	width: 100%;
}

.profilePage .shareReviewWindow .greeting {
	font-size: 16px;
}

.profilePage .shareReviewWindow .sharedReviewBox {
	padding-bottom: 20px;
}

.profilePage .shareReviewWindow .reviewRow,
.profilePage .shareReviewWindow .reviewRow.first {
	border: 0;
}

.profilePage .shareReviewWindow .buttonsRow,
.renewOldPkgModal .buttonsRow {
	text-align: center;
	padding-bottom: 20px;
}

.profilePage .shareReviewWindow .buttonsRow button {
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 10px;
	margin-right: 10px;
}

.profilePage .editableField .userEduRow {
	position: relative;
}

.profilePage .editableField .userEduRow .deleteButton {
	position: absolute;
	top: 8px;
	right: -25px;
	cursor: pointer;
	color: #08c;
}

.profilePage .editableField .userEduRow .deleteButton:hover {
	color: #0099E6;
}

.profilePage .editableField .editForm .userEduRow .inputArea {
	position: relative;
	width: auto;
}

.profilePage .editableField .editForm .userEduRow .institutionInputArea {
	width: 192px;
}

.profilePage .editableField .editForm .userEduRow .departmentInputArea {
	width: 258px;
}

.profilePage .eduFormControls {
	overflow: hidden;
	width: 75%;
}

.profilePage .eduFormControls .buttons {
	float: left;
}

.profilePage .userEduRow {
	position: relative;
}

.profilePage .userEduRow .loadingArea {
	position: absolute;
	z-index: 2;
	background: rgba(255, 255, 255, 0.75);
	text-align: center;
	width: 100%;
	height: 100%;
}

.profilePage .userEduRow select.form-control {
	display: inline-block;
	width: auto;
}

.profilePage #userEduTpls {
	display: none;
}

.profilePage #priceForm {
	padding-top: 5px;
}

.profileSettingsPage .noticeNewCats {
	margin-bottom: 10px;
}

.profileSettingsPage .noticeNewCats strong {
	text-decoration: underline;
}

.profilePage .subjectsForm .modal-footer {
	margin-top: 0;
}

.profilePage .subjectsForm .modal-body {
	overflow-y: auto;
}

.profilePage .subjectOptions .hasChildren,
.profileSettingsPage .subjectOptions .hasChildren,
.updateSubjectsForm .subjectOptions .hasChildren {
	cursor: pointer;
}

.profilePage .subjectOptions .hasChildren:hover,
.profileSettingsPage .subjectOptions .hasChildren:hover,
.updateSubjectsForm .subjectOptions .hasChildren:hover {
	color: #08C;
}

.profilePage .subjectOptions,
.profileSettingsPage .subjectOptions,
.updateSubjectsForm .subjectOptions {
	display: none;
}

.profilePage .subjectOptions.lvl_0,
.profileSettingsPage .subjectOptions.lvl_0,
.updateSubjectsForm .subjectOptions.lvl_0 {
	display: block;
}

.profilePage .subjectOptions,
.profileSettingsPage .subjectOptions,
.updateSubjectsForm .subjectOptions {
	list-style: none;
	padding-right: 20px;
}

.profilePage .showContactFormLink {
	display: none;
	font-weight: bold;
	text-decoration: underline;
}

.profilePage .externalReviewsRow {
	text-decoration: underline;
	font-size: 16px;
	padding: 20px 0;
}

@media (max-width: 1024px) {

	.profilePage .profilePic,
	.profileSettingsPage .profilePic {
		margin-right: 0;
	}
}

@media (max-width: 992px) {
	.profilePage .topProfileArea {
		margin-bottom: 20px;
		background-size: cover;
		height: 410px;
	}

	.profilePage .profilePic {
		width: 150px;
		height: 150px;
		margin-top: 10px;
		margin-right: 10px;
		z-index: 2;
	}

	.profilePage .profileMainDetails {
		padding-right: 15px;
		margin-top: -210px;
		line-height: 18px;
	}

	.profilePage h1.teacherName,
	.profilePage h1.teacherName.longName {
		font-size: 35px;
		padding-right: 50%;
		text-align: center;
		height: 150px;
		line-height: 38px;
	}

	.profilePage .profileMainDetails .rating {
		margin: 10px 3px 65px 0;
		text-align: right;
	}

	.profilePage .numRaters,
	.profilePage .numRaters:link,
	.profilePage .numRaters:active,
	.profilePage .numRaters:visited {
		display: inline-block;
		top: -2px;
		right: 0;
	}

	.profilePage .actionAreaCol {
		position: absolute;
		top: 200px;
		left: 0;
		width: 100%;
	}

	.profilePage .contactTeacherBox {
		min-height: 0;
		width: 100%;
		margin: 0;
	}

	.profilePage .mobileContactForm {
		padding-top: 5px;
	}

	.profilePage .mobileContactForm .btn.btn-md {
		font-weight: bold;
		color: #FFF;
		text-decoration: none;
		font-size: 16px;
	}

	.profilePage .residenceCity {
		display: none;
	}

	.profilePage .showContactFormLink {
		display: block;
	}

	.profilePage .contactTeacherForm {
		display: none;
	}

	.profilePage .contactTeacherForm .contactTeacherDetails {
		height: auto;
	}

	.profilePage .contactTeacherForm .sendMsgArea {
		margin: 0;
	}

	.profilePage .contactTeacherForm .sendMsgArea .submitRow {
		font-size: 14px;
	}

	.profilePage .numRaters {
		display: block;
		right: 0;
	}

	.profilePage .shareRow {
		bottom: -42px;
	}

	/*.profilePage .editableField, .profilePage .profilePic, .profilePage .profileImgHolder, .profileSettingsPage .profileImgHolder { position: static; }*/
	.profilePage .contactTeacherForm {
		padding: 0;
	}

	.profilePage .contactTeacherForm .showPhoneLink,
	.profilePage .contactTeacherForm .phone {
		font-size: 16px;
		float: left;
	}

	.contactTeacherModal button.close {
		font-size: 30px;
	}

	.profilePage .actionArea.affix {
		position: static;
	}

	.profilePage .improveLinksArea {
		display: none;
	}

	.profilePage .editProfileButtonContainer {
		position: absolute;
		bottom: auto;
		top: 254px;
		right: 30px;
	}

	.profilePage .profileMainDetails .fa-pencil {
		font-size: 18px;
		background: rgba(255, 255, 255, 0.75);
		padding: 5px 7px;
		border-radius: 5px;
	}

	.profilePage .teacherName .fa-pencil {
		right: 50%;
		margin-right: -18px;
		top: 9px;
	}

	.profilePage.editProfile .editProfileButtonContainer {
		top: 220px;
		right: auto;
		left: 30px;
	}

	.profilePage.editProfile .profileMainDetails div.editableField {
		font-size: 20px;
		padding: 6px 15px;
		margin: 10px;
	}

	.profilePage.editProfile .profileMainDetails div.editableField.phoneNumber .valueLabel {
		display: block;
		width: 60%;
	}

	.profilePage.editProfile .residenceCity {
		display: block;
	}

	.profilePage .profileMainDetails .editableField.teacherName .editForm .inputArea {
		width: 100%;
	}

	.profilePage .profileMainDetails .editableField.teacherName .editForm .form-group {
		font-size: 0;
	}

	.profilePage .editableField.teacherName .editForm input[type="submit"] {
		width: 48%;
		margin: 3px 0 0 2%;
	}

	.profilePage .editableField.teacherName .editForm input[type="button"] {
		width: 48%;
		margin: 3px 2% 0 0;
	}

	.profilePage.editProfile .profileMainDetails div.editableField .form-group {
		margin: 0 0 0 -25px;
	}

	.profilePage .profileMainDetails .keySentenceField .editForm .inputArea {
		width: 100%;
		padding-left: 50px;
	}

	.profilePage .keySentenceField .editForm .inputArea textarea {
		height: 69px;
	}

	.profilePage .keySentenceField .editForm input[type="submit"],
	.profilePage .keySentenceField .editForm input[type="button"] {
		position: absolute;
		top: 5px;
		left: -19px;
		width: 56px;
	}

	.profilePage .keySentenceField .editForm input[type="button"] {
		top: 41px;
	}

	.profilePage .shortEducation {
		margin-top: 102px;
	}
}

@media (min-width: 992px) {
	.profilePage .actionArea.affix {
		position: static;
	}

	.profilePage.publicProfile .actionArea.affix {
		position: fixed;
		top: 49px;
		z-index: 2;
	}

	.profilePage .actionArea.affix .improveLinksArea {
		position: fixed;
		top: 49px;
		z-index: 2;
	}

	.profilePage .actionArea.affix .improveLinksArea .box-content {
		height: 275px;
	}

	.profilePage .actionArea.affix .contactTeacherBox {
		width: 288px;
		margin-right: -15px;
	}

	.profilePage .actionArea.affix .contactTeacherBox,
	.profilePage .actionArea.affix .contactTeacherBox .box-content,
	.profilePage .actionArea.affix .improveLinksArea,
	.profilePage .actionArea.affix .improveLinksArea .box-content {
		border-top-right-radius: 0;
		border-top-left-radius: 0;
	}

	.profilePage .actionArea.affix .contactTeacherDetails {
		height: 83px;
	}

	.profilePage .actionArea.affix .progressBarArea {
		margin-top: 51px;
		width: 288px;
		margin-right: -13px;
	}
}

.profilePage .addReviewLink:link,
.profilePage .addReviewLink:link,
.profilePage .addReviewLink:visited,
.profilePage .addReviewLink:active {
	color: #FFF;
	font-size: 18px;
	padding-left: 17px;
}

.profilePage .fieldTitle .addReviewLink {
	margin-right: 15px;
}

.profilePage .reviewAlreadyWrittenText {
	font-size: 16px;
	margin-right: 10px;
	color: #5CB85C;
	font-weight: bold;
}

.profilePage .bottomAddReviewLinkRow {
	padding: 10px 5px;
}

.profilePage a.addReviewLink .fa-pencil {
	text-decoration: underline;
	position: static;
	color: #FFF;
	font-size: 0.8em;
	margin-right: 0;
}

.profilePage .userActivityRow {
	overflow: hidden;
	padding: 10px 0;
	border-bottom: 1px solid #EEEEEE;
}

.profilePage .userActivityRow.first {
	border-top: 0;
}

.profilePage .userActivityRow.last {
	border-bottom: 0;
}

.profilePage .userActivityRow .userProfileImg {
	float: right;
	width: 55px;
	height: 55px;
	overflow: hidden;
	border: 1px solid #FFFFFF;
	border-radius: 10%;
	box-shadow: 0 0 3px #AAAAAA;
	margin-right: 2px;
}

.profilePage .userActivityRow .userProfileImg .userImg {
	width: 55px;
	height: 55px;
	float: right;
}

.profilePage .userActivityRow .userActivityDetailsArea {
	/*float: right;
	margin-right: 10px;
	width: 165px;*/
	padding: 0 5px;
}

.profilePage .userActivityRow .userActivityDetails {
	overflow: hidden;
}

.profilePage .userActivityRow .userActivityOwnerDetails {
	font: 14px Arial, Helvetica, sans-serif;
}

/*.profilePage .userActivityRow .userActivityOwnerDetails a { font-weight: bold; }*/
.profilePage .userActivityRow .userActivityTimeAgo {
	margin-top: 5px;
	font: 13px Arial, Helvetica, sans-serif;
	color: #636363;
}

/*.profilePage .userActivityRow .userActivityTimeAgo .timeNum { font-weight: bold; }*/
/*.profilePage .userActivityRow .userActivityText
{
	font: 15px Arial, Helvetica, sans-serif;
}*/

.profilePage .reviewRow,
.profilePage .recommRow {
	overflow: hidden;
	padding: 10px 0;
	border-bottom: 1px solid #EEEEEE;
}

.profilePage .reviewRow.first,
.profilePage .recommRow.first {
	border-top: 0;
}

.profilePage .reviewRow.last,
.profilePage .recommRow.last {
	border-bottom: 0;
}

.profilePage .hiddenReviews {
	position: relative;
}

.profilePage .hiddenReviewsMsg {
	content: '';
	display: block;
	position: absolute;
	z-index: 10;
	font-size: 16px;
	font-weight: bold;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.6);
	padding-top: 35px;
	text-align: center;
	padding-right: 200px;
}

.profilePage .reviewRow .userProfileImg,
.profilePage .recommRow .userProfileImg {
	float: right;
	overflow: hidden;
	border: 2px solid #08c;
	border-radius: 50%;
	margin-right: 2px;
}

.profilePage .reviewRow .userProfileImg .userImgWrapper,
.profilePage .recommRow .userProfileImg .userImgWrapper {
	overflow: hidden;
	border-radius: 50%;
}

.profilePage .reviewRow .userProfileImg .userImg,
.profilePage .recommRow .userProfileImg .userImg {
	width: 65px;
	height: 65px;
	float: right;
}

.profilePage .reviewRow .reviewDetailsArea,
.profilePage .recommRow .recommDetailsArea {
	float: right;
	margin-right: 10px;
	width: 70%;
}

.profilePage .reviewRow .reviewMainDetails,
.profilePage .recommRow .recommMainDetails {
	overflow: hidden;
}

.profilePage .reviewRow .ratingStars {
	display: inline-block;
	position: relative;
	top: 1px;
	color: #F6A811;
	font-size: 18px;
}

.profilePage .reviewRow .icon-star {
	margin-left: 4px;
}

.profilePage .reviewRow .icon-star.noStar {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=33)";
	opacity: 0.33;
}

.profilePage .reviewRow .reviewerName {
	font-weight: bold;
}

.profilePage .reviewRow .reviewText,
.profilePage .recommRow .recommText {
	margin-top: 3px;
}

.profilePage .reviewRow .userActivityTimeAgo,
.profilePage .recommRow .userActivityTimeAgo {
	margin-top: 5px;
	font-size: 14px;
	color: #555;
}

@media (max-width: 992px) {

	.profilePage .reviewRow.first,
	.profilePage .recommRow.first {
		position: relative;
	}

	.profilePage .reviewRow .userProfileImg,
	.profilePage .recommRow .userProfileImg {
		position: absolute;
		margin-right: 0;
	}

	.profilePage .reviewRow .reviewDetailsArea,
	.profilePage .recommRow .recommDetailsArea {
		margin-right: 0;
		position: relative;
		padding-top: 2px;
		width: 100%;
	}

	.profilePage .reviewRow .reviewMainDetails,
	.profilePage .recommRow .recommMainDetails {
		padding-right: 81px;
	}

	.profilePage .reviewRow .ratingStars {
		display: block;
		padding-bottom: 3px;
		margin-right: -2px;
	}

	.profilePage .reviewRow .reviewText,
	.profilePage .recommRow .recommText {
		padding-top: 30px;
	}

	.profilePage .reviewRow .userActivityTimeAgo,
	.profilePage .recommRow .userActivityTimeAgo {
		position: absolute;
		top: 41px;
		right: 80px;
	}

	.profilePage .fieldTitle .addReviewLink {
		margin-top: 13px;
		margin-right: 40px;
	}

	.profilePage .hiddenReviewsMsg {
		padding-right: 0;
		background: rgba(255, 255, 255, 0.85);
	}
}

/*
* Tasks Search Page
*/
.tasksSearchPage h1 {
	font-size: 2.2em;
	line-height: normal;
	margin-bottom: 24px;
}

.tasksSearchPage .newTaskForm {
	border: 1px solid #DDD;
	border-radius: 5px;
	padding: 10px;
}

.tasksSearchPage .newTaskForm h3 {
	line-height: normal;
	margin-bottom: 15px;
}

.tasksSearchPage .newTaskForm ul {
	font-size: 16px;
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 10px 0 0 0;
}

.tasksSearchPage .newTaskForm li+li:before {
	content: '\2193';
	display: block;
}

.tasksSearchPage .newTaskForm .formCol {
	padding-left: 0;
}

.tasksSearchPage .newTaskForm .input-group .input-group-addon {
	background: #FFF;
}

.tasksSearchPage .newTaskForm .input-group .form-control {
	border-left: 0;
}

.tasksSearchPage .newTaskForm .submitBtnRow {
	text-align: left;
	padding-right: 0;
}

.tasksSearchPage .newTaskForm .descriptionCol {}

.tasksSearchPage .taskRows {
	margin-top: 20px;
}

.tasksSearchPage .taskRows .row {
	display: block;
}

.tasksSearchPage .taskRow,
.tasksSearchPage .taskRow:link,
.tasksSearchPage .taskRow:active,
.tasksSearchPage .taskRow:visited,
.tasksSearchPage .taskRow:hover {
	overflow: hidden;
	border-bottom: 1px solid #BBB;
	padding: 10px 0;
	display: block;
	text-decoration: none;
	color: #444;
	cursor: pointer;
	position: relative;
}

.tasksSearchPage .taskRow.locked {
	opacity: 0.5;
}

.tasksSearchPage .taskRow:hover {
	background: #EEE;
	transition: all 0.4s;
}

.tasksSearchPage .taskRow .post-date {
	text-align: center;
	padding: 0;
}

.tasksSearchPage .taskRow .post-date .day {
	color: #08C;
	font-weight: bold;
	background: #F4F4F4;
	display: block;
	padding: 10px;
}

.tasksSearchPage .taskRow .post-date .month {
	color: #F4F4F4;
	background: #08C;
	display: block;
}

.tasksSearchPage .taskRow .taskRowMain {
	padding: 0;
}

.tasksSearchPage .taskRow .taskTitleCombined {
	font-size: 16px;
	margin-bottom: 5px;
}

.tasksSearchPage .taskRow .profilePic {
	overflow: hidden;
	border: 2px solid #08c;
	border-radius: 50%;
	display: block;
}

.tasksSearchPage .taskRow .profilePic .profileImgWrapper {
	overflow: hidden;
	border-radius: 50%;
}

.tasksSearchPage .taskRow .profilePic .profileImg {
	width: 100%;
	height: auto;
}

.tasksSearchPage .taskRow .taskLocation,
.tasksSearchPage .taskRow .taskRequestedPrice {
	font-size: 16px;
	margin: -5px 0 5px;
}

.tasksSearchPage .taskRow .showTaskBtn {
	margin-top: 10px;
}

.tasksSearchPage .taskRow .btnCol {
	text-align: center;
}

@media (max-width: 767px) {

	.tasksSearchPage .taskRow .taskLocation,
	.tasksSearchPage .taskRow .taskRequestedPrice {
		font-size: 14px;
		padding-top: 5px;
	}

	.tasksSearchPage .taskRow .btnCol {
		text-align: center;
	}
}

/**
* Task Page
*/

.taskPage {
	color: #444;
}

.taskPage h1 {
	font-size: 2.2em;
	line-height: normal;
	margin: 0 0 24px 0;
}

.taskPage .post-date {
	text-align: center;
	padding: 0;
	margin-bottom: 10px;
}

.taskPage .post-date .day {
	color: #08C;
	font-weight: bold;
	background: #F4F4F4;
	display: block;
	padding: 10px;
}

.taskPage .post-date .month {
	color: #F4F4F4;
	background: #08C;
	display: block;
}

.taskPage .taskLocation,
.taskPage .taskRequestedPrice {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}

.taskPage .taskDetails {
	border-left: 1px solid #DDD;
}

.taskPage .taskDetails h3 {
	margin: 20px 0 0 0;
	line-height: normal;
	border-bottom: 1px solid #08C;
}

.taskPage .taskDetails h4 {
	margin: 20px 0 5px 0;
}

.taskPage .taskDescription {
	font-size: 15px;
	max-width: 600px;
}

.taskPage .contactStudentForm .profilePic {
	overflow: hidden;
	border: 2px solid #08c;
	border-radius: 50%;
	display: block;
}

.taskPage .contactStudentForm .profilePic .profileImgWrapper {
	overflow: hidden;
	border-radius: 50%;
}

.taskPage .contactStudentForm .profilePic .profileImg {
	width: 100%;
	height: auto;
}

.taskPage .contactStudentForm .snedMsgTitle {
	font-weight: bold;
	font-size: 18px;
}

.taskPage .contactStudentForm .btn {
	float: right;
	width: 50%;
}

.taskPage .contactStudentForm .form-group {
	margin-bottom: 5px;
}

.taskPage .contactStudentForm .showPhoneLink,
.taskPage .contactStudentForm .phone {
	display: block;
	float: right;
	width: 50%;
	text-align: center;
	padding-top: 5px;
	font-size: 16px;
	text-decoration: underline;
}

.taskPage .contactStudentForm .phone {
	text-decoration: none;
	font-weight: bold;
}

.taskPage .commentRow {
	padding: 10px 0;
	border-top: 1px solid #CCC;
	margin: 0;
}

.taskPage .commentRow:first-child {
	border-top: 0;
}

.taskPage .commentRow .profilePic {
	overflow: hidden;
	border: 2px solid #08c;
	border-radius: 50%;
	display: block;
}

.taskPage .commentRow .profilePic .profileImgWrapper {
	overflow: hidden;
	border-radius: 50%;
}

.taskPage .commentRow .profilePic .profileImg {
	width: 100%;
	height: auto;
}

.taskPage .commentRow .commentText {
	font-size: 15px;
	line-height: normal;
}

.taskPage .commentRow .commentMeta {
	color: #777;
	margin-top: 5px;
	font-size: 13px;
}

@media (max-width: 767px) {
	.taskPage .taskDetails {
		border-left: 0;
	}

	.taskPage .contactStudentForm {
		border-top: 1px solid #CCC;
		margin-top: 20px;
		padding-top: 20px;
	}

	.taskPage .contactStudentForm .phone {
		font-size: 14px;
		text-decoration: underline;
		font-weight: normal;
	}
}

/**
 * 	Register and login
 */

@media (min-width: 450px) {

	.loginBox,
	.registerBox {
		width: 300px;
		margin: 0 auto;
	}

	.registerForm .modal-dialog,
	.loginForm .modal-dialog,
	.verifyMailModal .modal-dialog,
	.profileSettingsPage .verifyMailBox {
		width: 450px;
	}
}

.loginForm .loginWithFBRow,
.registerForm .loginWithFBRow {
	text-align: center;
}

.loginForm .callbackError {
	text-align: center;
	color: #C10000;
}

.loginForm .icon-facebook,
.registerForm .icon-facebook {
	position: relative;
	top: 2px;
}

.loginForm .inputArea,
.registerForm .inputArea {
	margin-top: 5px;
}

.loginForm .submitRow,
.registerForm .submitRow {
	text-align: left;
	margin-top: 5px;
}

.registerForm .greeting {
	font-size: 22px;
	font-weight: bold;
}

.registerForm .confirmTermsRow {
	padding-top: 15px;
	padding-bottom: 20px;
	position: relative;
}

.registerForm .confirmTermsRow label.error {
	position: absolute;
	bottom: 2px;
	right: 21px;
}

.verifyMailBox .modal-body {
	text-align: center;
}

.verifyMailBox .mailBoxLinkBtn {
	display: block;
	overflow: hidden;
	text-align: center;
}

.verifyMailBox .greeting {
	text-align: right;
}

.verifyMailBox .envelopeIcon {
	position: relative;
	width: 100px;
	display: block;
	margin: 0 auto;
}

.verifyMailBox .icon-envelope {
	font-size: 100px;
}

.verifyMailBox .number {
	position: absolute;
	top: 0;
	right: -15px;
	background: #D66F63;
	font-size: 36px;
	padding: 10px;
	color: #FFF;
	border-radius: 50%;
}

.verifyMailBox .explanation {
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0;
}

.verifyMailBox .helpText {
	font-size: 13px;
}

/**
 * 	Payment Details Page
 */
.paymentDetailsPage .paymentDetailRow {
	font-size: 16px;
}

.paymentDetailsPage .paymentIframeContainer {
	margin-top: 20px;
	overflow: hidden;
}

.paymentDetailsPage .paymentIframe {
	width: 370px;
	height: 455px;
	position: relative;
	border: none;
	overflow: hidden;
}

.paymentDetailsPage .badDetailsError {
	color: red;
	padding: 10px;
	display: none;
	font-size: 12px;
}

.paymentHistoryPage .changePkgStatusLink,
.paymentHistoryPage .changePkgStatusLink:active,
.paymentHistoryPage .changePkgStatusLink:visited {
	float: left;
	font-size: 15px;
	line-height: 10px;
	text-decoration: underline;
}

.paymentHistoryPage .changePkgStatusLink.bad,
.paymentHistoryPage .changePkgStatusLink.bad:active,
.paymentHistoryPage .changePkgStatusLink.bad:visited {
	color: red;
}

.paymentHistoryPage .changePkgStatusLink.good,
.paymentHistoryPage .changePkgStatusLink.good:active,
.paymentHistoryPage .changePkgStatusLink.good:visited {
	color: #47a447;
	font-weight: bold;
	font-size: 16px;
}

/***
 * Profile Settings
 */
.page_profileSettings #myMsgsIcon,
.page_profileSettings #myNotifsIcon,
.page_profileSettings .siteNavLink {
	display: none;
}

.profileSettingsPage {
	width: 970px;
}

.profileSettingsPage .steps {
	overflow: hidden;
	font: 18px arial;
	color: #000;
}

.profileSettingsPage .step {
	float: right;
	width: 25%;
	position: relative;
}

.profileSettingsPage .step .fillerLine {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 10px;
	top: 0;
	height: 100%;
	right: 9px;
	background: #EEE;
}

.profileSettingsPage .step+.step+.step+.step .fillerLine {
	border-radius: 10px 0 0 10px;
	width: 95%;
}

.profileSettingsPage .stepNumber,
.profileSettingsPage .stepText {
	position: relative;
	z-index: 2;
}

.profileSettingsPage .stepNumber {
	font-weight: bold;
	background: #CCC;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	padding-top: 2px;
	display: inline-block;
	margin-left: 10px;
	text-align: center;
}

.profileSettingsPage .step.active {
	font-weight: bold;
}

.profileSettingsPage .active .stepNumber,
.profileSettingsPage .completed.active .stepNumber {
	background: #08c;
	color: #FFF;
}

.profileSettingsPage .completed .stepNumber {
	background: #015581;
	color: #FFF;
}

.profileSettingsPage .active .fillerLine,
.profileSettingsPage .completed.active .fillerLine {
	background: rgba(0, 136, 204, 0.25);
}

.profileSettingsPage .completed .fillerLine {
	background: rgba(1, 85, 129, 0.25);
}

.profileSettingsPage .stepBackwardsLink {
	float: right;
	padding-top: 10px;
	display: block;
}

.profileSettingsPage .generalControls {
	float: left;
	overflow: hidden;
	padding-top: 10px;
}

.profileSettingsPage .generalControls .skipRegisterLink,
.profileSettingsPage .generalControls .nextstagebutton {
	float: right;
	display: block;
}

.profileSettingsPage .generalControls .skipRegisterLink {
	width: 150px;
	margin-right: 10px;
	font-size: 15px;
	text-align: center;
}

.profileSettingsPage .stepBox,
.profileSettingsPage .verifyMailBox {
	display: none;
	border: 1px solid #DDD;
	border-radius: 5px;
	margin-top: 20px;
	padding: 20px 10px;
	position: relative;
}

.profileSettingsPage .needToChoosePackageNotice {
	position: absolute;
	background: rgba(255, 255, 255, 0.85);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	display: none;
}

.profileSettingsPage .needToChoosePackageNotice .contentArea {
	position: absolute;
	top: 50%;
	width: 100%;
	left: 0;
	margin-top: -140px;
	color: #000;
}

.profileSettingsPage .needToChoosePackageNotice .noticeTitle {
	font-size: 22px;
	padding: 30px 0 35px 0;
	color: #08A;
}

.profileSettingsPage .needToChoosePackageNotice .noticeDesc {
	font-size: 22px;
	color: #08A;
}

.profileSettingsPage .needToChoosePackageNotice .noticeDesc .strong {
	font-weight: bold;
	text-decoration: underline;
}

.profileSettingsPage .stepExplanation {
	margin-bottom: 15px;
}

.profileSettingsPage .stepBox.active {
	display: block;
}

.profileSettingsPage .stepBox_1 .mainDetailsRow {
	margin: 0;
	position: relative;
}

.profileSettingsPage .profilePic {
	margin: 0;
}

.profileSettingsPage .profileImgWrapper {
	position: relative;
}

.profileSettingsPage .profileImageArea {
	border-radius: 50%;
}

.profileSettingsPage .userEduRows {
	padding-top: 5px;
}

.profileSettingsPage .userEduRow {
	position: relative;
	padding-top: 5px;
}

.profileSettingsPage #userEduTpls {
	display: none;
}

.profileSettingsPage .userEduRow .deleteButton {
	position: absolute;
	top: 9px;
	right: -3px;
	cursor: pointer;
	color: #08c;
}

.profileSettingsPage .userEduRow .col-md-5+.col-md-5+.col-md-5 {
	margin-top: 5px;
}

.profileSettingsPage .userEduRow .has-error+.institutionCol {
	padding-bottom: 28px;
}

.profileSettingsPage .userEduRow .yearContainer,
.profileSettingsPage .userEduRow .yearContainer {
	width: 49%;
	float: right;
	margin-left: 1%;
}

.profileSettingsPage .userEduRow .yearContainer+.yearContainer {
	margin-left: 0;
	margin-right: 1%;
}

.profileSettingsPage .addLoginMethodRow {
	overflow: hidden;
	padding: 30px 15px 10px 15px;
}

.profileSettingsPage .addLoginMethodRow .explanation {
	font-size: 13px;
	line-height: 17px
}

.profileSettingsPage .addLoginMethodRow .form-group .explanation {
	padding-top: 7px;
}

.profileSettingsPage .addLoginMethodRow .loginWithFbButton {
	float: left;
	margin: 0 15px;
}

.profileSettingsPage .fieldArea {
	margin-bottom: 10px;
	overflow: hidden;
}

.profileSettingsPage .fieldArea#activeCities {
	overflow: visible;
}

.profileSettingsPage .fieldTitle {
	font-size: 18px;
}

.profileSettingsPage .fieldText {
	margin-right: 45px;
	font-size: 15px;
	padding-top: 4px;
}

.profileSettingsPage .fieldText .form-group {
	margin: 0;
}

.profileSettingsPage .stepBox_1 .profilePicErrorBox {
	position: absolute;
	bottom: -20px;
	left: 0;
	height: auto;
	width: 230px;
}

.profileSettingsPage .exitRegisterWindow .greeting {
	padding-bottom: 10px;
}

.profileSettingsPage .exitRegisterWindow .explanation {
	fontsize: 15px;
	font-weight: bold;
}

.profileSettingsPage .exitRegisterWindow .buttonsRow {
	text-align: center;
}

.profileSettingsPage .exitRegisterWindow .buttonsRow .btn {
	width: 190px;
	margin: 20px 12px;
	white-space: normal;
}

.notifWindowModal .unsubscribeLink {
	display: none !important;
}

.customModal {
	display: none;
	position: fixed;
	z-index: 1050;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 0.5s;
}

.customModal.active {
	display: block;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.otherInputModal {
	overflow: hidden;
}

.otherInputForm {
	position: absolute;
	overflow: hidden;
	z-index: 1051;
}

.otherInputForm .buttonsRow {
	text-align: left;
}

.otherInputForm .btn {
	margin: 5px 5px 0 0;
}

.profileSettingsPage .categoryOptions {
	overflow-y: auto;
}

@media (min-width: 450px) {
	.profileSettingsPage .verifyMailBox {
		margin: 20px auto;
	}
}

@media (max-width: 767px) {

	.profileSettingsPage .col-xs-4,
	.profileSettingsPage .col-xs-5,
	.profileSettingsPage .col-xs-6,
	.profileSettingsPage .col-xs-12 {
		padding: 0 5px;
	}

	.profileSettingsPage .userEduRow .col-xs-12+.col-xs-12 {
		margin-top: 5px;
	}

	.profileSettingsPage .userEduRow .deleteButton {
		right: -7px;
	}

	.profileSettingsPage .prefMeetPlaceField .checkbox-inline+.checkbox-inline+.checkbox-inline {
		width: 100%;
	}

	.profileSettingsPage .generalControls {
		width: 55%;
	}

	.profileSettingsPage .generalControls .nextstagebutton {
		width: 100%;
	}

	.profileSettingsPage .stepBackwardsLink {
		font-size: 1.2em;
	}

	.profileSettingsPage .generalControls .skipRegisterLink {
		margin: 5px auto 0 auto;
		float: none;
	}
}

@media (min-width: 767px) {
	.profileSettingsPage .stepBox .form-group .col-md-5 {
		padding-left: 0;
	}
}

@media (max-width: 992px) {
	.profileSettingsPage {
		width: 100%;
	}

	.profileSettingsPage .step {
		display: none;
	}

	.profileSettingsPage .addLoginMethodRow {
		display: none;
	}

	.profileSettingsPage .profilePicWrapper {
		width: 100%;
	}

	.profileSettingsPage .profilePic {
		width: 50%;
		margin: 0 auto;
	}

	.profilePage .categoryOptions,
	.profilePage .fatherCategoryOptions,
	.profilePage .childCategoryOptions,
	.profilePage .grandChildCategoryOptions,
	.profileSettingsPage .categoryOptions,
	.profileSettingsPage .fatherCategoryOptions,
	.profileSettingsPage .childCategoryOptions,
	.profileSettingsPage .grandChildCategoryOptions {
		padding-right: 10px;
		font-size: 18px;
	}

	.profilePage .categoryOptions,
	.profileSettingsPage .categoryOptions {
		padding-right: 0;
	}

	.profilePage .categoryOptions li,
	.profilePage .fatherCategoryOptions li,
	.profilePage .childCategoryOptions li,
	.profilePage .grandChildCategoryOptions li,
	.profileSettingsPage .categoryOptions li,
	.profileSettingsPage .fatherCategoryOptions li,
	.profileSettingsPage .childCategoryOptions li,
	.profileSettingsPage .grandChildCategoryOptions li {
		line-height: 28px;
	}

	.profileSettingsPage .checkbox-inline {
		font-size: 18px;
		line-height: 30px;
	}

	.profileSettingsPage .checkbox-inline input[type="checkbox"] {
		width: 22px;
		height: 22px;
		margin-top: 5px;
		margin-right: -28px;
	}

	.profileSettingsPage .categoryOptions .checkbox-inline input[type="checkbox"] {
		margin-top: 6px;
	}

	.profileSettingsPage .fieldText {
		margin-right: 25px;
	}

	.profileSettingsPage .experienceField .checkbox-inline {
		display: block;
		margin-right: 0;
	}

	.profileSettingsPage .experienceField .checkbox-inline+.checkbox-inline,
	.profileSettingsPage .priceTypesField .checkbox-inline+.checkbox-inline {
		margin-right: 0;
	}

	.profileSettingsPage .experienceField .checkbox-inline.checkbox-trainer,
	.profileSettingsPage .experienceField .checkbox-inline.checkbox-lecturer,
	.profileSettingsPage .prefMeetPlaceField .checkbox-inline,
	.profileSettingsPage .prefMeetPlaceField .checkbox-inline+.checkbox-inline {
		float: left;
		margin: 0;
		width: 50%;
	}

	.profilePage .editableField .experienceField,
	.profilePage .editableField .prefMeetPlaceField,
	.profilePage .editableField .priceTypefield,
	.profileSettingsPage .editableField .priceTypefield {
		width: 100%;
		margin: 0;
	}

	.profileSettingsPage .editableField .priceTypefield .form-group {
		margin-top: 5px;
	}
}

.uploadProfilePicPage {
	padding: 0;
	margin: 0;
	overflow: hidden;
	width: 100%;
	height: 145px;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (min-width: 180px) {
	.uploadProfilePicPage {
		padding: 0;
		margin: 0;
		overflow: hidden;
		width: 100%;
		height: 185px !important;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}


.uploadProfilePicPage .profilePic {
	width: 100%;
	height: 100%;
	position: relative;
}

.uploadProfilePicPage .profilePic .icon-camera {
	position: absolute;
	z-index: 3;
	bottom: 5%;
	left: 50%;
	margin-left: -14px;
	color: #08c;
	cursor: pointer;
	font-size: 18px;
	padding: 5px;
	background: rgba(255, 255, 255, 0.75);
	border-radius: 5px;
	transition: all 0.5s;
}

.uploadProfilePicPage .profilePic .picHoverLabel {
	position: absolute;
	z-index: 2;
	bottom: -10%;
	left: 0;
	width: 100%;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	font-family: 'Droid_Sans', arial, sans-serif;
	background: rgba(0, 0, 0, 0.5);
	height: 0;
	overflow: hidden;
	transition: all 0.5s;
}

.uploadProfilePicPage .profilePic .picHoverLabelText {
	position: absolute;
	z-index: 3;
	top: 14%;
	right: 39%;
}

.uploadProfilePicPage:hover .profilePic .picHoverLabel,
.uploadProfilePicPage_hover .profilePic .picHoverLabel {
	height: 40%;
}

.uploadProfilePicPage:hover .profilePic .icon-camera,
.uploadProfilePicPage_hover .profilePic .icon-camera {
	background: rgba(255, 255, 255, 1);
	left: 72%;
	bottom: 12%;
}

.uploadProfilePicPage .profilePic .profileImg {
	width: 100%;
	height: 100%;
}

.uploadProfilePicPage .uploadForm {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	cursor: pointer;
}

.uploadProfilePicPage .uploadFormAttachment {
	width: 100%;
	height: 100%;
	z-index: 5;
	cursor: pointer;
}

.changeEmailForm .emailRecordRow {
	font-size: 16px;
}

.changeEmailForm .emailRecordRow .statusText {
	font-size: 14px;
}

.changeEmailForm .emailRecordRow .icon-check {
	color: #5cb85c;
}

.notifSettingsForm .fieldLabelCol {
	text-align: left;
	padding-top: 4px;
}

.notifSettingsForm .submitBtnRow {
	text-align: center;
}

.deleteUserForm .deleteBtnRow {
	text-align: left;
}

/***
 * Profile Settings
 */
.postRegisterPage2 {
	padding: 10px 0 20px 0;
}

.postRegisterPage2 .box {
	width: 500px;
	margin: 0 auto;
	box-shadow: 0 0 3px #DDD;
	background: #FFF;
}

.postRegisterPage2.userSettingsPage .editProfileForm {
	width: auto;
}

.userSettingsPage.postRegisterPage2 .inputWrapper {
	background: #F8FBFF;
	border-color: #AAA;
}

.userSettingsPage.postRegisterPage2 .text_input,
.userSettingsPage.postRegisterPage2 .textArea_input {
	width: 332px;
}

.userSettingsPage.postRegisterPage2 .phoneField .text_input {
	width: 220px;
}

.userSettingsPage.postRegisterPage2 .phoneField .genericSelect {
	width: 100px;
	float: right;
	margin-right: 10px;
}

.userSettingsPage.postRegisterPage2 .phoneField .genericSelect .selectLabel {
	width: 57px;
}

.userSettingsPage.postRegisterPage2 .phoneField .genericSelect select {
	width: 100px;
}

.postRegisterPage2 .pageTitle {
	font: bold 20px Arial, Helvetica, sans-serif;
	color: #F56F00;
	padding: 10px 20px 15px 0;
	font-style: italic;
}

.postRegisterPage2 .pageSubTitle {
	font: bold 22px Arial, Helvetica, sans-serif;
	color: #424046;
	text-align: center;
	padding: 10px 0 20px 0;
}

.postRegisterPage2 .getRecommsBox {
	padding: 5px 15px;
	border-radius: 10px;
	background: #F5FAFB;
	margin: 5px 15px;
}

.postRegisterPage2 .getRecommsTitle {
	font: 18px Arial, Helvetica, sans-serif;
	text-align: right;
	padding: 10px 0;
}

.postRegisterPage2 .getRecommsSubTitle {
	font: bold 20px Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 10px 0;
}

.postRegisterPage2 .getRecommsButtons {
	overflow: hidden;
	padding: 10px 0 20px 0;
	width: 400px;
	margin: 0 auto;
}

.postRegisterPage2 .getRecommsButton {
	float: right;
	width: 40%;
	margin: 0 5%;
	font: bold 20px Arial, Helvetica, sans-serif;
	color: #FFF;
	padding: 6px 0 8px 0;
	border-radius: 5px;
	box-shadow: 0 0 3px #AAA;
	text-align: center;
	cursor: pointer;
}

.postRegisterPage2 .getRecommsButton.fb {
	background: #4061A4;
}

.postRegisterPage2 .getRecommsButton.mail {
	background: #3EA14E;
}

.postRegisterPage2.userSettingsPage .submitButton {
	box-shadow: 0 0 3px #AAAAAA;
	font: bold 20px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	border-radius: 5px;
	padding: 8px 0 10px 0;
	height: auto;
	position: relative;
	top: -20px;
	margin-top: 40px;
	border: 0;

	background: rgb(44, 106, 183);
	/* Old browsers */
	background: -moz-linear-gradient(top, rgba(44, 106, 183, 1) 0%, rgba(33, 82, 138, 1) 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(44, 106, 183, 1)), color-stop(100%, rgba(33, 82, 138, 1)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(44, 106, 183, 1) 0%, rgba(33, 82, 138, 1) 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(44, 106, 183, 1) 0%, rgba(33, 82, 138, 1) 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(44, 106, 183, 1) 0%, rgba(33, 82, 138, 1) 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, rgba(44, 106, 183, 1) 0%, rgba(33, 82, 138, 1) 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c6ab7', endColorstr='#21528a', GradientType=0);
	/* IE6-9 */
}

/**
 * 	User Settings Page
 */
.userSettingsPage {
	color: #424046;
	margin-top: 20px;
	clear: both;
}

.userSettingsPage.userSettingsArea {
	margin-top: 50px;
	padding: 10px;
	background: #FFF;
	box-shadow: 0 0 2px #CCC;
}

.userSettingsPage.userSettingsArea .genericSelect {
	background: #F8FBFF;
	width: 241px;
}

.userSettingsPage.userSettingsArea .genericSelect select {
	width: 241px;
}

.userSettingsPage.userSettingsArea .genericSelect .selectLabel {
	width: 198px;
}

.userSettingsPage .userSettingsNavRow {
	height: 20px;
	border-bottom: 1px solid #21528A;
	padding: 8px 0;
	position: relative;
}

.userSettingsPage .profileImgWrapper {
	float: right;
	height: 100px;
	width: 100px;
	border: 2px solid #FFFFFF;
	border-radius: 10px;
	box-shadow: 0 0 5px #AAAAAA;
	position: relative;
	top: -50px;
	z-index: 2;
	overflow: hidden;
}

.userSettingsPage .ProfileImg {
	height: 100px;
	width: 100px;
	float: right;
	display: block;
}

.userSettingsPage .userSettingsNavItem,
.userSettingsPage .userSettingsNavItem:link,
.userSettingsPage .userSettingsNavItem:active,
.userSettingsPage .userSettingsNavItem:visited {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #21528A;
	width: 160px;
	text-align: center;
	float: right;
	cursor: pointer;
	text-decoration: none;
	display: block;
}

.userSettingsPage .userSettingsNavItem.profileLink,
.userSettingsPage .userSettingsNavItem.profileLink:hover {
	color: #3074C2;
	text-decoration: underline;
}

.userSettingsPage .userSettingsNavItem.on,
.userSettingsPage .userSettingsNavItem:hover {
	text-decoration: none;
}

.userSettingsPage .tabTracker {
	width: 160px;
	background: #21528A;
	height: 5px;
	font-size: 0;
	position: absolute;
	bottom: 0;
	right: 0;
}

.userSettingsPage .userSettingsContent {
	padding: 20px 20px 20px 20px;
	margin: 0 20px 20px 0;
}

.userSettingsPage .saveStatus {
	height: 32px;
}

.saveStatus .saveSuccess,
.saveStatus .saveError {
	width: 670px;
	margin: 0 auto;
	text-align: center;
	font: bold 15px Arial, Helvetica, sans-serif;
	padding: 5px 0;
	display: none;
	margin-top: 20px;
}

.userSettingsPage .saveStatus .saveSuccess,
.userSettingsPage .saveStatus .saveError {
	margin-top: 0;
}

.saveStatus .saveSuccess {
	background: #D9F8D9;
	border: 1px solid #B2E0B2;
}

.saveStatus .saveError {
	background: #FDE2E2;
	border: 1px solid #E2BABA;
}

.saveStatus .saveSuccess.visible,
.saveStatus .saveError.visible {
	display: block;
}

#msgResponse {
	padding-top: 15px;
	font-weight: bold;
}

.userSettingsPage .editProfileForm {
	width: 800px;
	margin: 10px auto 20px auto;
}

.userSettingsPage .fieldRow,
.profileSettingsForm .fieldRow {
	padding-bottom: 20px;
	overflow: hidden;
}

.userSettingsPage .errorLabel,
.userSettingsPage .commentLabel,
.profileSettingsForm .errorLabel,
.profileSettingsForm .commentLabel,
.profileSettingsPage #postRegisterForm .commentLabel,
.profileSettingsPage #postRegisterForm .errorLabel {
	right: 0;
	top: 30px;
}

.userSettingsPage .fieldError .commentLabel {
	display: none;
}

.userSettingsPage .selectField .errorLabel,
.userSettingsPage .selectField .commentLabel {
	right: 120px;
}

.profileSettingsPage .errorLabel,
.profileSettingsPage .commentLabel {
	right: 185px;
	top: 36px;
}

.postRegisterPage2 .fieldError .commentLabel {
	display: none;
}

.profileSettingsPage .bottomSettings .errorLabel,
.profileSettingsPage .bottomSettings .commentLabel {
	right: 142px;
}

.userSettingsPage .field,
.profileSettingsForm .field {
	float: right;
	margin-left: 30px;
	position: relative;
}

.userSettingsPage .label,
.profileSettingsForm .label,
.profileSettingsPage #postRegisterForm .label {
	width: 110px;
	padding: 5px 0 0 10px;
}

#postRegisterForm {
	overflow: hidden;
}

.profileSettingsPage .fieldRow {
	padding: 5px 0 15px 0;
}

.profileSettingsPage .box.narrow .fieldRow {
	float: right;
	clear: none;
}

.profileSettingsPage .fieldRow.departmentRow {
	display: none;
}

.profileSettingsPage .label {
	width: 164px;
	font-size: 16px;
	padding: 5px 0 0 18px;
}

.profileSettingsPage .bottomSettings .label {
	width: 120px;
}

.profileSettingsPage .genericSelect {
	background: #F8FBFF;
	width: 300px;
}

.profileSettingsPage .genericSelect .selectLabel {
	width: 257px;
}

.profileSettingsPage .genericSelect select {
	width: 300px;
}

.profileSettingsPage .bottomSettings .genericSelect {
	background: #F8FBFF;
	width: 236px;
}

.profileSettingsPage .bottomSettings .genericSelect .selectLabel {
	width: 193px;
}

.profileSettingsPage .bottomSettings .genericSelect select {
	width: 236px;
}

.profileSettingsPage .loading {
	margin: 5px auto;
}

.userSettingsPage .userSettingsSeperator {
	height: 2px;
	width: 800px;
	margin: 0 auto;
	background: #FFFFFF;
	box-shadow: 0 1px 5px #AAAAAA;
}

.userSettingsPage .changeEmailForm .btn,
.userSettingsPage .changePasswordForm .btn,
.userSettingsPage .notifSettingsForm .btn {
	margin-top: 27px;
}

.userSettingsPage .fieldDescription {
	line-height: normal;
}

.userSettingsPage .connectedAccountItem {
	width: 300px;
	margin-right: 20px;
	cursor: pointer;
	display: table;
}

.userSettingsPage .connectedAccountItem.active {
	cursor: default;
}

.userSettingsPage .connectedAccountItem .accountIcon {
	display: table-cell;
	width: 48px;
	height: 48px;
	opacity: 0.3;
}

.userSettingsPage .connectedAccountItem.active .accountIcon {
	opacity: 1;
}

.userSettingsPage .connectedAccountItem.facebook .accountIcon {
	background-position: -588px -342px;
}

.userSettingsPage .connectedAccountItem .accountTitle {
	display: table-cell;
	font-weight: bold;
	fpnt-size: 15px;
	padding: 0 10px 0 0;
	text-decoration: underline;
	color: #3074C2;
	vertical-align: middle;
}

.userSettingsPage .connectedAccountItem.active .accountTitle {
	text-decoration: none;
	color: #424046;
}

.userSettingsPage .mailingSettingsForm {
	width: 800px;
	margin: 30px auto 20px auto;
}

.userSettingsPage .subTitle {
	border-bottom: 1px solid #CCC;
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #777;
	margin: 15px 15px;
	padding: 0 5px;
}

.userSettingsPage .trustBadgesList {
	padding-top: 20px;
}

.userSettingsPage .trustBadgesList .trustBadgeRow {
	padding: 20px 200px 20px 0;
	overflow: hidden;
}

.userSettingsPage .trustBadgesList .trustBadgeIcon {
	width: 30px;
	height: 30px;
	float: right;
	margin-top: 9px;
}

.userSettingsPage .trustBadgesList .trustBadgeIcon.facebookOff {
	background-position: -117px -435px;
}

.userSettingsPage .trustBadgesList .trustBadgeIcon.studentOff {
	background-position: -152px -436px;
}

.userSettingsPage .trustBadgesList .trustBadgeIcon.phoneOff {
	background-position: -187px -436px;
}

.userSettingsPage .trustBadgesList .trustBadgeIcon.payDetailsOff {
	background-position: -222px -437px;
}

.userSettingsPage .trustBadgesList .trustBadgeIcon.recommendsOff {
	background-position: -256px -437px;
}

.userSettingsPage .trustBadgesList .trustBadgeIcon.facebookOn {
	background-position: -292px -438px;
}

.userSettingsPage .trustBadgesList .trustBadgeIcon.studentOn {
	background-position: -327px -439px;
}

.userSettingsPage .trustBadgesList .trustBadgeIcon.phoneOn {
	background-position: -362px -439px;
}

.userSettingsPage .trustBadgesList .trustBadgeIcon.payDetailsOn {
	background-position: -397px -440px;
}

.userSettingsPage .trustBadgesList .trustBadgeIcon.recommendsOn {
	background-position: -431px -440px;
}

.userSettingsPage .trustBadgesList .trustBadgeTitle {
	float: right;
	font: 22px Arial, Helvetica, sans-serif;
	margin: 9px 20px 0 0;
	width: 105px;
}

.userSettingsPage .trustBadgesList .addFBAccount,
.userSettingsPage .trustBadgesList .addFBAccount:link,
.userSettingsPage .trustBadgesList .addFBAccount:active,
.userSettingsPage .trustBadgesList .addFBAccount:visited,
.userSettingsPage .trustBadgesList .sendStudentConfMailBtn,
.userSettingsPage .updatePhoneForm .savePhoneButton {
	background: #21528A;
	border: 2px solid #FFFFFF;
	box-shadow: 0 0 5px #AAAAAA;
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	border-radius: 5px;
	padding-top: 4px;
	margin: 8px 0 0 0;
	height: 23px;
	display: block;
	float: right;
	width: 200px;
	cursor: pointer;
}

.userSettingsPage .trustBadgesList .addFBAccount:hover {
	text-decoration: none;
}

.userSettingsPage .trustBadgesList .userSettingsSeperator {
	width: 650px;
}

.userSettingsPage .studentMailForm {
	float: right;
}

.userSettingsPage .studentMailForm .fieldRow {
	margin-top: -10px;
	padding-bottom: 15px;
	overflow: visible;
}

.userSettingsPage .studentMailForm .errorLabel {
	right: 0;
	width: 250px;
}

.userSettingsPage .studentMailForm .label {
	width: 100px;
	float: none;
	text-align: right
}

.userSettingsPage .studentMailForm .inputWrapper {
	padding: 3px 7px;
	border: 1px solid #BBC0C9;
	border-radius: 5px;
	background: #FFFFFF;
	position: relative;
}

.userSettingsPage .studentMailForm .fieldError .inputWrapper {
	border-color: red;
}

.userSettingsPage .studentMailForm .text_input {
	border: 0;
	outline: none;
	background: transparent;
	width: 200px;
	font: 16px Arial, Helvetica, sans-serif;
	padding: 0;
}

.userSettingsPage .trustBadgesList .sendStudentConfMailBtn {
	margin: 12px 20px 0 0;
	width: 160px;
}

.userSettingsPage .updatePhoneForm {
	float: right;
}

.userSettingsPage .updatePhoneForm .textField {
	float: right;
	margin-top: 8px;
}

.userSettingsPage .updatePhoneForm .phonecodeSelectDiv {
	margin-top: 9px;
}

.userSettingsPage #updatePhoneForm .errorLabel {
	right: 0;
	color: red;
}

.userSettingsPage .updatePhoneForm .inputWrapper {
	padding: 3px 7px;
	border: 1px solid #BBC0C9;
	border-radius: 5px;
	background: #FFFFFF;
	position: relative;
}

.userSettingsPage .updatePhoneForm .fieldError .inputWrapper {
	border-color: red;
}

.userSettingsPage .updatePhoneForm .text_input {
	border: 0;
	outline: none;
	background: transparent;
	width: 113px;
	font: 16px Arial, Helvetica, sans-serif;
	padding: 0;
	direction: ltr;
	height: 23px;
}

.userSettingsPage .updatePhoneForm .savePhoneButton {
	margin: 8px 20px 0 0;
	width: 70px;
}

.userSettingsPage .degreeFieldRow,
.userSettingsPage .departmentField {
	display: none;
}

.userSettingsPage .experienceFieldRow .field {
	margin-left: 15px;
}

.userSettingsPage .experienceFieldRow .genericSelect,
.userSettingsPage .experienceFieldRow .genericSelect select {
	width: 74px;
}

.userSettingsPage .experienceFieldRow .genericSelect .selectLabel {
	width: 33px;
}

.userSettingsPage .learning_disordersField .label {
	padding-top: 0;
	margin-top: -4px;
}

/**
 * 	Verify Mail Meessege
 */
.verifyMailMsgBox {
	width: 370px;
	margin: 20px auto;
}

.verifyMailMsgBox .topArea {
	background: #FFF;
	color: #424046;
	overflow: hidden;
	box-shadow: 0 0 3px #DDD;
	text-align: center;
	padding-bottom: 20px;
}

.verifyMailMsgBox .verifyMailMsgTitle {
	font: bold 24px Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 15px 0 10px 0;
}

.verifyMailMsgBox .verifyMailMsgText {
	font: 18px Arial, Helvetica, sans-serif;
	padding: 0 20px 10px 20px;
	text-align: center;
}

.verifyMailMsgBox .mailBoxLinkBtn {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	border-radius: 5px;
	border-bottom: 2px solid #6C970E;
	padding: 10px 20px 0 20px;
	height: 30px;
	margin: 20px 0 10px 0;
	display: inline-block;
	text-decoration: none;

	background: rgb(172, 219, 63);
	/* Old browsers */
	background: -moz-linear-gradient(top, rgba(172, 219, 63, 1) 2%, rgba(129, 181, 17, 1) 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(2%, rgba(172, 219, 63, 1)), color-stop(100%, rgba(129, 181, 17, 1)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(172, 219, 63, 1) 2%, rgba(129, 181, 17, 1) 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(172, 219, 63, 1) 2%, rgba(129, 181, 17, 1) 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(172, 219, 63, 1) 2%, rgba(129, 181, 17, 1) 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, rgba(172, 219, 63, 1) 2%, rgba(129, 181, 17, 1) 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#acdb3f', endColorstr='#81b511', GradientType=0);
	/* IE6-8 */
}

.verifyMailMsgBox .topAreaSep {
	height: 25px;
	border-bottom: 2px solid #FFFFFF;

	background: #f7f8f9;
	/* Old browsers */
	background: -moz-linear-gradient(top, #f7f8f9 0%, #e7ebf1 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f8f9), color-stop(100%, #e7ebf1));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f7f8f9 0%, #e7ebf1 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f7f8f9 0%, #e7ebf1 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f7f8f9 0%, #e7ebf1 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #f7f8f9 0%, #e7ebf1 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f8f9', endColorstr='#e7ebf1', GradientType=0);
	/* IE6-8 */
}

.verifyMailMsgBox .bottomAreaSep {
	height: 20px;

	background: #ececec;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ececec 0%, #ffffff 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ececec), color-stop(100%, #ffffff));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ececec 0%, #ffffff 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ececec 0%, #ffffff 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ececec 0%, #ffffff 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #ececec 0%, #ffffff 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececec', endColorstr='#ffffff', GradientType=0);
	/* IE6-8 */
}

.verifyMailMsgBox .bottomArea {
	background: #FFFFFF;
	border-radius: 0 0 10px 10px;
	border: 1px solid #FFF;
	border-top: 0;
	font: bold 16px Arial, Helvetica, sans-serif;
	font-style: italic;
	line-height: 26px;
	color: #8B8B8B;
	height: 100px;
	position: relative;
	text-align: center;
	direction: ltr;
	box-shadow: 0 2px 5px #CCC;
}

.verifyMailMsgBox .quote {
	margin-top: 10px;
}

.verifyMailMsgBox .quoteAuthor {
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
}

.verifyMailMsgBox .quoteLeft,
.verifyMailMsgBox .quoteRight {
	width: 30px;
	height: 24px;
	position: absolute;
}

.verifyMailMsgBox .quoteLeft {
	background-position: -560px -7px;
	top: 25px;
	left: 30px;
}

.verifyMailMsgBox .quoteRight {
	background-position: -599px -7px;
	bottom: 39px;
	right: 30px;
}

/*
 * Notifications page
 */

.notifsPage .notifTitle {
	display: block;
}

.notifsPage .notifTitle .taskText {
	font-weight: bold;
}

.notifsPage .notifDate {
	display: block;
	text-align: left;
	font: 14px Arial, Helvetica, sans-serif;
}

/*
 * Messages page
 */
.msgsPage .pageTitleRow {
	height: 74px;
}

.msgsPage .pageTitle {
	padding-top: 20px;
	font-size: 26px
}

.msgsPage .msgsList {
	background: #FAFAFA;
	box-shadow: 0 0 3px #CCC;
}

.msgsPage .msgItem,
.msgsPage .msgItem:link,
.msgsPage .msgItem:active,
.msgsPage .msgItem:visited {
	display: block;
	font: bold 17px Arial, Helvetica, sans-serif;
	color: #424046;
	text-decoration: none;
	overflow: hidden;
	border-top: 1px solid #CCC;
	padding: 7px 12px;
}

.msgsPage .msgItem.first,
.msgsPage .msgItem.first:link,
.msgsPage .msgItem.first:active,
.msgsPage .msgItem.first:visited {
	border-top: 0;
}

.msgsPage .msgItem.notRead,
.msgsPage .msgItem.notRead:link,
.msgsPage .msgItem.notRead:active,
.msgsPage .msgItem.notRead:visited {
	background: #FFF;
}

.msgsPage .msgItem:hover,
.msgsPage .msgItem.first:hover,
.msgsPage .msgItem.notRead:hover {
	background: #F2FAFF;
}

.msgsPage .msgItem .msgTitle {
	display: block;
	float: right;
	padding: 0 10px 0 0;
}

.msgsPage .msgItem .msgTitle .taskLink {
	color: #3074C2;
	text-decoration: none;
	cursor: pointer;
}

.msgsPage .msgItem .msgTitle .taskLink:hover {
	text-decoration: underline;
}

.msgsPage .msgItem .msgTitle .msgShort {
	font-weight: normal;
	font-size: 15px;
}

.msgsPage .msgItem .msgDate {
	display: block;
	float: left;
	width: 45px;
	font: 14px Arial, Helvetica, sans-serif;
	color: #828086;
	text-align: center;
	padding-top: 3px;
}

.msgsPage .userProfileImg {
	display: block;
	float: right;
	width: 45px;
	height: 45px;
	overflow: hidden;
	border: 1px solid #FFFFFF;
	border-radius: 10%;
	box-shadow: 0 0 2px #AAAAAA;
	margin: 2px;
}

.msgsPage .userProfileImg .userImg {
	width: 45px;
	height: 45px;
	float: right;
}

/*
 * conversationPage
 */
.conversationPage .msgListCol {
	border-right: 1px solid #EEE;
}

.conversationPage .inboxTitle,
.conversationPage .convTitle {
	border-bottom: 1px solid #EEE;
	margin: 0 10px 10px 0;
	padding: 0 10px 10px 0;
}

.conversationPage .convTitleRow {
	overflow: hidden;
}

.conversationPage .convTitle {
	font-size: 1.8em;
	line-height: 24px;
	display: block;
}

.conversationPage .backIcon {
	display: none;
	float: right;
	width: 15%;
}

.conversationPage .msgRow {
	overflow: hidden;
	padding: 10px 0;
	width: 100%;
	display: table;
}

.conversationPage .msgRow.notRead {
	background: #EEE;
}

.conversationPage .msgRow .senderProfileImgContainer {
	width: 49px;
	display: table-cell;
	vertical-align: top;
	padding: 0 5px;
}

.conversationPage .msgRow .senderProfileImg {
	width: 45px;
	height: 45px;
	overflow: hidden;
	border-radius: 50%;
	border: 2px solid #999;
}

.conversationPage .msgRow.otherUser .senderProfileImg {
	border-color: #08C;
}

.conversationPage .msgRow .senderProfileImg .senderImg {
	width: 100%;
	height: 100%;
}

.conversationPage .msgRow .msgDetails {
	display: table-cell;
	vertical-align: top;
	padding: 0 5px;
}

.conversationPage .msgRow .msgText {
	color: #000;
	word-break: break-word;
}

.conversationPage .msgRow .senderName,
.conversationPage .msgRow .senderName:link,
.conversationPage .msgRow .senderName:active,
.conversationPage .msgRow .senderName:visited,
.conversationPage .msgRow .senderName:hover {
	font-weight: bold;
}

.conversationPage .msgRow span.senderName {
	color: #000;
}

.conversationPage .msgRow .sentTime {
	float: left;
	color: #AAA;
	font-size: 12px;
	direction: ltr;
}

.conversationPage .msgRow .readTime {
	color: #777;
	font: 12px Arial, Helvetica, sans-serif;
	padding: 10px 2px;
}

.conversationPage .convListCol {
	padding: 0;
}

.conversationPage .convList {
	margin-right: 10px;
	height: 492px;
	overflow: auto;
	position: relative;
}

.conversationPage .msgList {
	height: 348px;
	overflow: auto;
	position: relative;
}

.conversationPage .convRow,
.conversationPage .convRow:link,
.conversationPage .convRow:active,
.conversationPage .convRow:visited,
.conversationPage .convRow:hover {
	overflow: hidden;
	padding: 10px 15px;
	width: 100%;
	display: table;
	border-bottom: 1px solid #EEE;
	text-decoration: none;
}

.conversationPage .convRow.notRead {
	background: #EEE;
}

.conversationPage .convRow:hover {
	background: #08c;
}

.conversationPage .convRow.active {
	background: #015581;
}

.conversationPage .convRow .senderProfileImgContainer {
	width: 54px;
	display: table-cell;
	vertical-align: top;
	padding: 0 5px;
}

.conversationPage .convRow .senderProfileImg {
	display: block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	border-radius: 50%;
	border: 2px solid #08C;
}

.conversationPage .convRow .senderProfileImg .senderImg {
	width: 100%;
	height: 100%;
}

.conversationPage .convRow .msgDetails {
	display: table-cell;
	vertical-align: top;
	padding: 0 5px;
}

.conversationPage .convRow .msgDetailsHeader {
	display: block;
}

.conversationPage .convRow .msgText {
	display: block;
	color: #777;
}

.conversationPage .convRow .senderName {
	font-weight: bold;
	color: #000;
}

.conversationPage .convRow .sentTime {
	float: left;
	color: #AAA;
	font-size: 12px;
	direction: ltr;
}

.conversationPage .convRow.active .senderName,
.conversationPage .convRow:hover .senderName,
.conversationPage .convRow.active .msgText,
.conversationPage .convRow:hover .msgText,
.conversationPage .convRow.active .sentTime,
.conversationPage .convRow:hover .sentTime {
	color: #FFF;
}

.conversationPage .convRow.active .senderProfileImg,
.conversationPage .convRow:hover .senderProfileImg {
	border-color: #FFF;
}

@media (max-width: 991px) {
	.conversationPage .convListCol {
		display: none;
	}

	.conversationPage .msgList,
	.conversationPage .convList {
		height: auto;
		overflow: visible;
	}

	.conversationPage .convTitle {
		cursor: pointer;
		float: right;
		width: 75%;
		margin-right: 5%;
	}

	.conversationPage .backIcon {
		display: block;
		font-size: 1.6em;
		color: #08c;
		padding: 0.1em 0;
	}

	.conversationPage.currMsg_0 .convListCol {
		display: block;
	}

	.conversationPage.currMsg_0 .msgListCol {
		display: none;
	}

	.conversationPage.currMsg_0 .convRow.active {
		background: none;
	}

	.conversationPage.currMsg_0 .convRow.active .senderName {
		color: #08c;
	}

	.conversationPage.currMsg_0 .convRow.active .msgText {
		color: #777;
	}

	.conversationPage.currMsg_0 .convRow.active .sentTime {
		color: #AAA;
	}

	.conversationPage.currMsg_0 .convRow.active .senderProfileImg {
		border-color: #08C;
	}
}

.conversationPage .formArea {
	display: table;
	width: 100%;
}

.conversationPage .sendUserMsgForm {
	border-top: 1px solid #EEE;
	padding-top: 10px;
	margin-top: 10px;
}

.conversationPage .sendUserMsgForm .btn {
	float: left;
}


/**
 * 	MyTasks Page
 */

.homepage .myTasksContentArea {
	margin-top: 20px;
	padding-bottom: 20px;
}

.tabsArea {
	border-bottom: 1px solid #21528A;
	padding: 8px 0;
	overflow: hidden;
	position: relative;
}

.tabsArea .tab,
.tabsArea .tab:link,
.tabsArea .tab:active,
.tabsArea .tab:visited,
.tabsArea .tab:hover {
	font: bold 15px Arial, Helvetica, sans-serif;
	color: #21528A;
	width: 120px;
	text-align: center;
	float: right;
	cursor: pointer;
	text-decoration: none;
}

.homepage .myTasksContentArea .tabsArea .tab,
.homepage .myTasksContentArea .tabsArea .tabTracker {
	width: 165px;
}

.homepage .myTasksContentArea .tabsArea .tab.constantLink {
	background: #21528A;
	color: #FFF;
	padding: 7px 0;
	margin-top: -14px;
	position: relative;
	top: 8px;
	width: 170px;
	float: left;
	border-radius: 0 15px 15px 0;
}

.tabsArea .tabTracker {
	width: 120px;
	background: #21528A;
	height: 5px;
	font-size: 0;
	position: absolute;
	bottom: 0;
	right: 0;
}

.myTasksContentArea .tabcontentsArea {
	padding-top: 10px;
}

.homepage .myTasksContentArea .tabcontentsArea {
	/*overflow-y: auto;
	max-height: 343px;
	overflow-x: hidden;*/
}

.myTasksContentArea .noResultsMessege {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #424046;
	text-align: center;
	padding-top: 7px;
}

.myTasksContentArea .taskRow,
.myTasksContentArea .taskRow:link,
.myTasksContentArea .taskRow:active,
.myTasksContentArea .taskRow:visited {
	margin: 5px 3px;
	padding: 10px 10px 10px 14px;
	overflow: hidden;
	background: #FFF;
	box-shadow: 0 0 3px #DDD;
	display: block;
	text-decoration: none;
}

.myTasksContentArea .taskRow:hover {
	text-decoration: none;
	box-shadow: 0 0 5px #AAA;
}

.myTasksContentArea .taskTitle {
	display: block;
	font: bold 17px Arial, Helvetica, sans-serif;
	color: #424046;
	padding: 0 0 4px 0;
	overflow: hidden;
}

.myTasksContentArea .taskRowOwnerPic {
	display: block;
	float: right;
	width: 45px;
	height: 45px;
	overflow: hidden;
	border: 1px solid #FFFFFF;
	border-radius: 10%;
	box-shadow: 0 0 3px #AAAAAA;
	margin: 0 0 0 10px;
}

.myTasksContentArea .taskRowOwnerPic .taskRowOwnerImg {
	width: 45px;
	height: 45px;
	float: right;
	display: block;
}

.myTasksContentArea .taskRowLocationNumber {
	float: right;
	margin-right: 40px;
	margin-top: 4px;
	position: relative;
	width: 18px;
	height: 26px;
	background-position: -275px -41px;
	cursor: pointer;
}

.myTasksContentArea .taskRowLocationNumber .taskRowLocationNumberText {
	position: absolute;
	top: 3px;
	width: 15px;
	text-align: center;
	left: 1px;
	z-index: 2;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #FFF;
}

.myTasksContentArea .taskRowAddress,
.myTasksContentArea .taskPublishedOn {
	font: 14px Arial, Helvetica, sans-serif;
	color: #424046;
}

.myTasksContentArea .taskRowAddress {
	padding-right: 20px;
}

.myTasksContentArea .taskRowRemainingDays {
	float: right;
	font: 15px Arial, Helvetica, sans-serif;
	color: #424046;
	margin-top: 9px;
}

.myTasksContentArea .taskRowRemainingDaysNumber {
	font: bold 18px Arial, Helvetica, sans-serif;
}

.myTasksContentArea .taskRowStatusText {
	float: left;
	display: block;
	padding: 14px 0 0 40px;
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #424046;
	overflow: hidden;
}

.myTasksContentArea .taskRowStatusText.sendBid {
	color: #FA7100;
}

.myTasksContentArea .taskRowStatusText .chooseBid {
	color: #81B511;
}

.myTasksContentArea .taskRowChosenBidder {
	float: left;
	display: block;
	padding: 2px 0 0 40px;
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #424046;
	overflow: hidden;
	height: 40px;
}

.myTasksContentArea .taskRowBidderPic {
	display: inline-block;
	width: 25px;
	height: 25px;
	overflow: hidden;
	border: 1px solid #FFFFFF;
	border-radius: 10%;
	box-shadow: 0 0 2px #AAAAAA;
	margin: 0 8px 0 4px;
	position: relative;
	top: 7px;
}

.myTasksContentArea .taskRowBidderPic .taskRowBidderImg {
	width: 25px;
	height: 25px;
	float: right;
	display: block;
}

.myTasksContentArea .taskRowBidderName {
	color: #2191C0;
	font-size: 18px;
}

/**
 * 	Simple Form
 */

.simpleForm {
	margin: 0;
	padding: 0;
}

.simpleForm .label {
	font: bold 15px Arial, Helvetica, sans-serif;
	color: #424046;
	width: 50px;
	float: right;
	text-align: left;
	padding: 5px 0 0 10px;
}

.simpleForm .inputArea {
	float: right;
	position: relative;
	padding-bottom: 10px;
}

.simpleForm .errorLabel {
	position: absolute;
	top: 30px;
	right: 3px;
	font: 12px Arial, Helvetica, sans-serif;
	color: red;
	display: none;
}

.simpleForm .fieldError .errorLabel {
	display: block;
}

.simpleForm .textareaInputDiv,
.simpleForm .textInputDiv {
	background: #FFF;
	border: 1px solid #BBC0C9;
	border-radius: 5px;
	padding: 5px;
}

.simpleForm .fieldError .textareaInputDiv,
.simpleForm .fieldError .textInputDiv {
	border-color: red;
}

.simpleForm .textInputDiv {
	padding: 2px 5px;
}

.simpleForm .textArea_input,
.simpleForm .text_input {
	border: 0;
	outline: none;
	width: 100%;
	background: transparent;
	font: 16px Arial, Helvetica, sans-serif;
	color: #424046;
}

.simpleForm .textArea_input {
	resize: none;
	overflow: auto;
	height: 75px;
}

.simpleForm .textArea_input.defVal,
.simpleForm .text_input.defVal {
	color: #929290;
}

.simpleForm .submitButton {
	border-bottom: 2px solid #005DA3;

	background: rgb(0, 133, 216);
	/* Old browsers */
	background: -moz-linear-gradient(top, rgba(0, 133, 216, 1) 0%, rgba(0, 89, 158, 1) 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 133, 216, 1)), color-stop(100%, rgba(0, 89, 158, 1)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0, 133, 216, 1) 0%, rgba(0, 89, 158, 1) 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0, 133, 216, 1) 0%, rgba(0, 89, 158, 1) 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0, 133, 216, 1) 0%, rgba(0, 89, 158, 1) 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, rgba(0, 133, 216, 1) 0%, rgba(0, 89, 158, 1) 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0085d8', endColorstr='#00599e', GradientType=0);
	/* IE6-9 */

	font: bold 16px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	border-radius: 5px;
	padding: 4px 20px 0 20px;
	height: 23px;
	float: right;
	cursor: pointer;
}

/**
 * 	t2dTopTeamPage
 */
.t2dTopTeamPage {
	overflow: hidden;
}

.t2dTopTeamPage .box {
	overflow: hidden;
	float: right;
	margin: 10px;
	padding: 10px;
	background: #F7F8F9;
	border: 1px solid #FFFFFF;
	box-shadow: 0 0 1px #AAAAAA;
	width: 280px;
	height: 130px;
}

.t2dTopTeamPage .box.joinTeamBox {
	cursor: pointer;
}

.t2dTopTeamPage .box.joinTeamBox:hover {
	box-shadow: 0 0 5px #AAA;
}

.t2dTopTeamPage .memberArea {
	float: right;
	margin-left: 10px;
}

.t2dTopTeamPage .memberProfileImg {
	width: 100px;
	height: 100px;
	overflow: hidden;
	border: 1px solid #FFFFFF;
	border-radius: 10%;
	box-shadow: 0 0 3px #AAAAAA;
	position: relative;
}

.t2dTopTeamPage .memberProfileImg .memberImg {
	width: 100px;
	height: 100px;
	float: right;
}

.t2dTopTeamPage .joinTeamBox .memberProfileImg .memberImg {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=33)";
	-moz-opacity: 0.33;
	-khtml-opacity: 0.33;
	opacity: 0.33;
}

.t2dTopTeamPage .memberName {
	display: block;
	text-align: center;
	font: bold 16px Arial, Helvetica, sans-serif;
	padding-top: 5px;
}

.t2dTopTeamPage .joinTeamBox .memberName {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=33)";
	-moz-opacity: 0.33;
	-khtml-opacity: 0.33;
	opacity: 0.33;
}

.t2dTopTeamPage .categoryRow {
	overflow: hidden;
	font: 15px Arial, Helvetica, sans-serif;
	margin-bottom: 8px;
}

.t2dTopTeamPage .categoryIcon {
	float: right;
	width: 20px;
	height: 19px;
	margin-left: 7px;
}

.t2dTopTeamPage .teamBadge {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 30px;
	height: 30px;
	background-position: -48px -437px;
}

.t2dTopTeamPage .plusIcon {
	position: absolute;
	top: 16px;
	right: 18px;
	background-position: -640px 0;
	width: 62px;
	height: 62px;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}

.t2dTopTeamPage .joinTeamLink {
	font: bold 28px Arial, Helvetica, sans-serif;
	color: #3074C2;
	text-align: center;
	padding-top: 20px;
	text-shadow: 0 0 25px #3074C2;
}

.joinTeamForm .label {
	width: 90px;
}

.joinTeamForm .inputWrapper,
.joinTeamForm .phoneInputDiv,
.joinTeamForm .phonecodeSelectDiv {
	float: right;
	padding: 3px 7px;
	border: 1px solid #BBC0C9;
	border-radius: 5px;
	background: #FFFFFF;
	position: relative;
}

.joinTeamForm .fieldError .inputWrapper,
.joinTeamForm .fieldError .textInputDiv,
.joinTeamForm .fieldError .phonecodeSelectDiv {
	border-color: red;
}

.joinTeamForm .text_input {
	border: 0;
	outline: none;
	background: transparent;
	width: 225px;
	font: 16px Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 2px 0;
}

.joinTeamForm .phoneInputDiv {
	width: 137px;
	float: right;
	height: auto;
}

.joinTeamForm .phoneInputDiv .text_input {
	width: 136px;
	direction: ltr;
	text-align: left;
	margin: 2px 0;
}

.joinTeamForm .phonecodeSelectDiv {
	height: 29px;
	position: relative;
	cursor: pointer;
	margin-right: 4px;
	width: 82px;
	float: right;
	padding: 0;
}

.joinTeamForm .customSelect .selectLabel {
	font: 16px Arial, Helvetica, sans-serif;
	color: #424046;
	float: right;
	margin: 5px 10px 0 0;
	width: 38px;
}

.joinTeamForm .phonecodeSelectDiv select {
	position: absolute;
	top: 0;
	left: 0;
	height: 30px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-appearance: none;
	z-index: 2;
	width: 80px;
}

.joinTeamForm .customSelect .sep {
	height: 20px;
	width: 1px;
	border-right: 1px solid #424046;
	margin-top: 5px;
	float: right;
}

.joinTeamForm .customSelect .arrow {
	width: 12px;
	height: 8px;
	float: right;
	background-position: -98px -48px;
	margin-top: 10px;
	margin-right: 8px;
}

.joinTeamForm .errorLabel {
	right: 104px;
}

.joinTeamForm .sliderBox {
	margin-right: 100px;
}

.joinTeamForm .phoneComment {
	font: 14px Arial, Helvetica, sans-serifl;
	color: #424046;
	padding: 0 0 20px 0;
	text-align: right;
	margin-top: -5px;
}

.joinTeamForm .noSubmitTitle {
	font: bold 15px Arial, Helvetica, sans-serifl;
	color: #424046;
	padding: 20px 0 10px 0;
	text-align: center;
}

.joinTeamForm .submitButton {
	background: rgb(73, 123, 183);
	/* Old browsers */
	background: -moz-linear-gradient(top, rgba(73, 123, 183, 1) 0%, rgba(33, 82, 138, 1) 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(73, 123, 183, 1)), color-stop(100%, rgba(33, 82, 138, 1)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(73, 123, 183, 1) 0%, rgba(33, 82, 138, 1) 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(73, 123, 183, 1) 0%, rgba(33, 82, 138, 1) 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(73, 123, 183, 1) 0%, rgba(33, 82, 138, 1) 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, rgba(73, 123, 183, 1) 0%, rgba(33, 82, 138, 1) 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#497bb7', endColorstr='#21528a', GradientType=0);
	/* IE6-8 */

	cursor: pointer;
	margin: 20px auto;
	width: 200px;
	color: #FFF;
	font: bold 18px Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 3px;
	height: 28px;
	border: 2px solid #FFF;
	border-radius: 5px;
	box-shadow: 0 0 3px #AAA;
}

.joinTeamForm .submitButton.disabled {
	cursor: default;

	background: rgb(226, 226, 226);
	/* Old browsers */
	background: -moz-linear-gradient(top, rgba(226, 226, 226, 1) 0%, rgba(165, 165, 165, 1) 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(226, 226, 226, 1)), color-stop(100%, rgba(165, 165, 165, 1)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(226, 226, 226, 1) 0%, rgba(165, 165, 165, 1) 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(226, 226, 226, 1) 0%, rgba(165, 165, 165, 1) 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(226, 226, 226, 1) 0%, rgba(165, 165, 165, 1) 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, rgba(226, 226, 226, 1) 0%, rgba(165, 165, 165, 1) 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e2e2', endColorstr='#a5a5a5', GradientType=0);
	/* IE6-8 */
}

/**
 * 	InviteFriendsPage
 */
.inviteFriendsPage .stepsArea {
	font-size: 16px;
	margin-bottom: 20px;
}

.inviteFriendsPage .stepsArea .step {
	display: inline-block;
	padding: 0 10px 20px;
	position: relative;
}

.inviteFriendsPage .stepsArea .stepComment {
	position: absolute;
	bottom: 0;
	right: 0;
	font: 12px Arial, Helvetica, sans-serif;
}

.inviteFriendsPage .stepsArea.inStep2 .step {
	padding: 0 10px;
}

.inviteFriendsPage .stepsArea .step.active {
	font-weight: bold;
	color: #08C;
}

.inviteFriendsPage .providersBox {
	text-align: center;
}

.inviteFriendsPage .providerIcon {
	margin: 20px;
}

.inviteFriendsPage .gmailIcon,
.inviteFriendsPage .gmailIcon:hover {
	padding: 20px
}

.inviteFriendsPage .fbIcon,
.inviteFriendsPage .fbIcon:hover {
	font-size: 72px;
	color: #FFF;
	padding-left: 60px;
	padding-right: 30px;
}

.inviteFriendsPage .box {
	overflow: hidden;
	margin: 10px 3px;
	padding: 10px;
	background: #F7F8F9;
	border: 2px solid #FFFFFF;
	box-shadow: 0 0 5px #CCC;
}

.inviteFriendsPage .col {
	float: right;
	width: 450px;
	font: 14px Arial, Helvetica, sans-serif;
}

.inviteFriendsPage .col1 {
	border-left: 1px solid #AAAAAA;
}

.inviteFriendsPage .col2 {
	margin-right: 20px;
}

.inviteFriendsPage .friendsRows {
	height: 307px;
	overflow: auto;
}

.inviteFriendsPage .instructionTitle {
	font: bold 16px Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
}

.inviteFriendsPage .chooseAllRow {
	background: #015581;
	color: #FFF;
	font-weight: bold;
	padding: 5px;
}

.inviteFriendsPage .friendRow {
	border-top: 1px solid #EEE;
	background: #FAFAFA;
	padding: 5px;
}

.inviteFriendsPage .chooseAllFriendsCheckbox,
.inviteFriendsPage .chooseFriendCheckbox {
	position: relative;
	top: 2px;
}

.inviteFriendsPage .msgPreview {
	border: 1px dashed #AAAAAA;
	padding: 10px;
	height: 340px;
	background: #FFFFFF;
}

.inviteFriendsPage .textArea_input {
	height: 70px;
}

.inviteFriendsPage .textareaInputDiv {
	margin-bottom: 0;
}

.inviteFriendsPage .submitButton {
	margin-top: 20px;
}

/*
 * Forgot Password Page
 */

.forgotPasswordPage .greeting {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 15px;
}

.forgotPasswordPage input.email {
	direction: ltr;
}

/*
 * Site Map Page
 */

.siteMapPage {
	overflow: hidden;
	padding-bottom: 40px;
}

.siteMapPage li {
	font: bold 16px Arial, Helvetica, sans-serif;
	float: right;
	width: 300px;
}

.siteMapPage .subList li {
	font: 16px Arial, Helvetica, sans-serif;
	float: none;
}

.blockMissedPaymentTutor {
	text-align: center;
	font-size: 18px;
}

.blockMissedPaymentTutor .btnRows {
	text-align: center;
}

.blockMissedPaymentTutor .btnRows .btn {
	margin-top: 10px;
}

.blockOldTutorModal .btnRows {
	text-align: center;
}

.blockOldTutorModal .btnRows .btn {
	margin-top: 10px;
}

/*.blockOldTutorModal .updateSubjectsForm { display: none; }*/

/**
 * 	teacherSearchPage
 */
.teacherSearchPage .teacherSearchPageTitle {
	font-size: 2.2em;
	line-height: normal;
	margin-bottom: 0;
	padding: 10px;
}

.teacherSearchPage .searchDesc {
	color: #777;
	line-height: 24px;
	margin: 0 0 20px;
	background-color: #F4F4F4;
	padding: 10px;
}

.teacherSearchPage .categorySearchLabel {
	color: #000;
	font-weight: bold;
	margin-top: 10px;
}

.teacherSearchPage .categorySearchLabelFirst {
	margin-top: 0;
}

.teacherSearchPage .searchByHighEduCategoryLink,
.teacherSearchPage .searchByCategoryLink,
.teacherSearchPage .searchBySubjectLink {
	margin: 5px;
	text-decoration: underline;
}

/*.teacherSearchPage .topBarContainer { margin-bottom: 10px; }*/
.teacherSearchPage .topBarContainer {
	min-height: 46px;
}

.teacherSearchPage .topBar {
	border-radius: 4px;
	padding: 5px;
	background: #EEE;
	border: 1px solid #DDD;
	min-height: 46px;
}

.teacherSearchPage .topBar .twitter-typeahead {
	width: 100%;
}

.teacherSearchPage .topBar .subjectField,
.teacherSearchPage .topBar .areaField {
	background: #FFF;
	border: 1px solid #CCC;
	padding: 7px 15px;
	width: 100%;
	font: 15px 'Droid_Sans', arial, sans-serif;
	border-radius: 4px;
	direction: rtl;
	color: #333;
	outline: none;
}

.teacherSearchPage .topBar .subjectField.ltr,
.teacherSearchPage .topBar .areaField.ltr {
	direction: ltr;
}

.teacherSearchPage .topBar .subjectField.tt-hint,
.teacherSearchPage .topBar .areaField.tt-hint {
	color: #777;
}

.teacherSearchPage .topBar .error .tt-hint {
	border: 1px solid red !important;
	box-shadow: 0 0 10px rgba(255, 0, 0, 0.75) !important;
}

.teacherSearchPage .topBarContainer.thick {
	min-height: 68px;
}

.teacherSearchPage .thick .topBar {
	min-height: 68px;
}

.teacherSearchPage #searchTypeDropDownBtn.btn-link,
.teacherSearchPage #searchTypeDropDownBtn.btn-link:hover,
.teacherSearchPage #searchTypeDropDownBtn.btn-link:focus {
	font-size: 15px;
	color: #444;
	outline: none;
	text-decoration: none;
	background: none;
}

.teacherSearchPage .topBar .topBarLabel {
	padding: 5px;
}

.teacherSearchPage .topBar.thick .dropdown {
	margin-top: 20px;
}

.teacherSearchPage .dropdown-menu {
	left: auto;
	right: 5px;
	font-size: 15px;
	border-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background: #EEE;
	top: 106%;
}

.teacherSearchPage .dropdown-menu>li>a:hover,
.teacherSearchPage .dropdown-menu>li>a:focus {
	background: #DDD;
}

.teacherSearchPage .topBar .fieldCol {
	padding: 0 5px;
	position: relative;
}

.teacherSearchPage .topBar .instituteField,
.teacherSearchPage .topBar .departmentField {
	display: none;
}

.teacherSearchPage .topBar label {
	font-weight: bold;
	margin-bottom: 0;
}

.teacherSearchPage .topBar .selectize-input.focus {
	border-color: #FFA800;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 168, 0, 0.6)
}

.teacherSearchPage .topBar .searchBtn {
	float: right;
	margin: 0 4px 0 0;
}

.teacherSearchPage .topBar .searchByCategoryPart .searchBtn {
	margin: 22px 3px 0 0;
}

.teacherSearchPage .topRelatedSubjectsRow {
	padding: 5px 5px 15px 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #DDD;
	background: #FFF;
	line-height: normal;
}

/*.teacherSearchPage .topRelatedSubjectsRow:after{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 40px rgba(0,0,0,0.8);
    box-shadow:0 0 40px rgba(0,0,0,0.8);
    bottom:32px;
    left:10%;
    right:10%;
    width:80%;
    height:30%;
    -moz-border-radius:100%;
    border-radius:100%;
}*/
.teacherSearchPage .topRelatedSubjectsRow a {
	text-decoration: underline;
	margin: 0 7px;
	color: #444;
}

.teacherSearchPage .topRelatedSubjectsRow br+a {
	margin-right: 117px;
}

.teacherSearchPage .toggleFilterBoxLink {
	float: left;
	font-size: 16px;
	padding: 10px;
	margin-left: 0;
	text-decoration: underline;
}

.teacherSearchPage .filterBox {
	padding: 0 15px 15px 15px;
	color: #444;
}

.teacherSearchPage .filterBoxTitle {
	color: #000;
	line-height: normal;
	font-size: 18px;
}

.teacherSearchPage .teacherListCol {
	border-right: 1px solid #DDD;
}

.teacherSearchPage .numResultRow,
.teacherSearchPage .numResultRow h1 {
	padding: 0 5px 15px;
	font: 14px Arial, Helvetica, sans-serif;
	line-height: normal;
	margin: 0;
	text-align: right;
	color: #777;
	letter-spacing: normal;
}

.teacherSearchPage .numResultRow h1 {
	display: inline;
	padding: 0;
}

.teacherSearchPage .teacherRows {
	background: #FFF;
	text-align: right;
	margin: 0 -5px;
}

.teacherSearchPage .teacherRows .noResults {
	text-align: center;
	padding: 10px 0;
	font: bold 16px Arial, Helvetica, sans-serif;
}

.teacherSearchPage .teacherRow,
.teacherSearchPage .teacherRow:link,
.teacherSearchPage .teacherRow:active,
.teacherSearchPage .teacherRow:visited,
.teacherSearchPage .teacherRow:hover {
	overflow: hidden;
	border-bottom: 1px solid #DCDCDC;
	padding: 15px 10px;
	display: block;
	text-decoration: none;
	color: #444;
	cursor: pointer;
}

.teacherSearchPage .teacherRow:hover {
	background: #EEE;
	transition: all 0.4s;
}

.teacherSearchPage .teacherRow.first {
	border-top: 0;
}

.teacherSearchPage .teacherRow .profilePic {
	width: 125px;
	height: 125px;
	overflow: hidden;
	border: 2px solid #08c;
	border-radius: 50%;
	float: right;
	display: block;
}

.teacherSearchPage .teacherRow .profilePic .profileImgWrapper {
	overflow: hidden;
	border-radius: 50%;
}

.teacherSearchPage .teacherRow .profilePic .profileImg {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
}

.teacherSearchPage .teacherRow .teacherDetails {
	float: right;
	overflow: hidden;
	display: block;
	width: 85%;
}

.openCheckAskReviewModal .teacherSearchPage .teacherRow {
	padding: 10px;
}

.openCheckAskReviewModal .teacherSearchPage .teacherRow .profilePic {
	width: 12.5%;
}

.openCheckAskReviewModal .teacherSearchPage .teacherRow .teacherDetails {
	width: 87.5%;
}

.openCheckAskReviewModal .teacherSearchPage p {
	font-size: 16px;
	width: 85%;
}

.openCheckAskReviewModal .teacherSearchPage .teacherRow .teacherNameRow {
	font-size: 22px;
	line-height: 60px;
}

.teacherSearchPage .teacherRow.dummyRow h3 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.teacherSearchPage .teacherRow .teacherNameRow,
.teacherSearchPage .teacherRow .departmentInfo,
.teacherSearchPage .teacherRow .aboutMe {
	display: block;
	padding-right: 20px;
}

.teacherSearchPage .teacherRow .teacherNameRow {
	font-size: 20px;
	font-weight: bold;
}

.teacherSearchPage .teacherRow .teacherNameRow .teacherName {
	display: inline-block;
	width: 70%;
	font-weight: 600;
	font-size: 20px;
	margin: 0;
}

.teacherSearchPage .teacherRow .teacherNameRow .teacherName .points {
	font-weight: normal;
	font-size: 0.7em;
	margin-right: 15px;
}

.teacherSearchPage .teacherRow .rating {
	color: #F6A811;
	font-size: 16px;
	display: block;
}

.teacherSearchPage .teacherRow .rating .numRaters {
	color: #08C;
	font-size: 15px;
	font-weight: normal;
	display: inline-block;
	padding-right: 2px
}

.teacherSearchPage .teacherRow .departmentInfo {
	font-size: 15px;
	paddiמg-top: 5px;
	min-height: 22px;
}

.teacherSearchPage .teacherRow .aboutMe {
	font-size: 15px;
	padding-top: 25px;
	width: 70%;
	float: right;
	color: black;
}

.teacherSearchPage .teacherRow .showPhoneLink {
	float: left;
	background-color: #548CFF;
	border: none;
}

.teacherSearchPage .teacherRow .teacherMetaData {
	float: left;
	text-align: left;
	margin-top: -43px;
}

.teacherSearchPage .noEduTitle .teacherMetaData {
	margin-top: -25px;
}

.teacherSearchPage .teacherRow .price {
	display: block;
}

.teacherSearchPage .profilePicContainer {
	width: 15%;
	display: inline-block;
	float: right
}

.teacherSearchPage .teacherRow .online_lesson_tag {
	white-space: nowrap;
	overflow: hidden;
	font-size: 1.6vh;
	background-color: white;
	color: #08c;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	width: 100%;
	;
	border: 2px solid #08c;
	border-radius: 8px;
	position: relative;
	top: -20px;
	animation: glowing 2000ms infinite;
}

@keyframes glowing {
	5% {
		box-shadow: 0 0 3px #08c;
	}

	50% {
		box-shadow: 0 0 7px #08c;
	}

	95% {
		box-shadow: 0 0 3px #08c;
	}
}




.teacherSearchPage .filterBox label,
.teacherSearchPage .filterBox .priceRangeMirrors {
	font-weight: bold;
	display: block;
	overflow: hidden;
}

.teacherSearchPage .filterBox .priceRangeMirrorStart {
	float: left;
}

.teacherSearchPage .filterBox .priceRangeMirrorEnd {
	float: right;
}

.teacherSearchPage .filterBox .checkbox-inline {
	font-weight: normal;
}

.teacherSearchPage .filterBox .checkbox-inline+.checkbox-inline {
	margin-right: 0;
}

.teacherSearchPage .filterBox .sliderContainer {
	margin: 0 10px;
}

.teacherSearchPage .filterBox .slider.slider-horizontal {
	width: 100%;
}

.teacherSearchPage .filterBox .slider-handle {
	opacity: 1;
	border-radius: 5px;
	border: 1px solid #DDD;
	margin-top: -6px;

	background: #feffff;
	/* Old browsers */
	background: -moz-linear-gradient(top, #feffff 0%, #ededed 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #feffff), color-stop(100%, #ededed));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #feffff 0%, #ededed 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #feffff 0%, #ededed 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #feffff 0%, #ededed 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #feffff 0%, #ededed 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feffff', endColorstr='#ededed', GradientType=0);
	/* IE6-9 */
}

.teacherSearchPage .filterBox .slider.slider-horizontal .slider-selection {
	background: #0088cc;
	/* Old browsers */
	background: -moz-linear-gradient(top, #0088cc 0%, #015581 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0088cc), color-stop(100%, #015581));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0088cc 0%, #015581 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0088cc 0%, #015581 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #0088cc 0%, #015581 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #0088cc 0%, #015581 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#015581', GradientType=0);
	/* IE6-9 */
}

.teacherSearchPage .filterBox .prefMeetPlaceBox,
.teacherSearchPage .filterBox .experienceBox {
	margin-top: 20px
}

.teacherSearchPage .publishNewTaskPromotion {
	margin: 20px 0 20px 0;
	background: #D9EFFA;
	border-radius: 5px;
	padding: 10px 15px;
	color: #FFF;
}

.teacherSearchPage .teacherRows .publishNewTaskPromotion {
	margin: 0;
	border-radius: 0;
	border-bottom: 1px solid #DCDCDC;
	padding: 20px 15px 30px 15px;
}

.teacherSearchPage .secondaryColContainer .publishNewTaskPromotion h3,
.teacherSearchPage .teacherRows .publishNewTaskPromotion h3 {
	border-bottom: 0;
	color: #444;
	font-size: 1.4em;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 27px;
	margin: 0 0 7px 0;
}

.teacherSearchPage .secondaryColContainer .publishNewTaskPromotion a,
.teacherSearchPage .teacherRows .publishNewTaskPromotion a {
	text-decoration: underline;
	font-weight: bold;
	font-size: 16px;
}

.teacherSearchPage .secondaryColContainer h4 {
	border-bottom: 0;
	margin-bottom: 7px;
	font-size: 1.4em;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 27px;
	color: #0088cc;
}

.teacherSearchPage .relatedSearchesList,
.teacherSearchPage .citiesSearchesList {
	padding: 0;
	list-style: none;
}

.teacherSearchPage .relatedSearchesList a,
.teacherSearchPage .citiesSearchesList a {
	text-decoration: underline;
}

@media (min-width: 992px) {

	.teacherSearchPage .topBar .searchBySubjectPart,
	.teacherSearchPage .topBar .searchByCategoryPart {
		padding-right: 0;
		margin-right: -7px;
	}

	.teacherSearchPage .topBar .fieldCol {
		float: right;
		width: 22.7%;
	}

	.teacherSearchPage .topBar .searchBySubjectPart .subjectCol {
		width: 32.7%;
	}

	.teacherSearchPage .topBar.affix {
		position: fixed;
		top: 0;
		width: inherit;
		z-index: 100;
	}

	.teacherSearchPage .filterBox.affix {
		position: fixed;
		top: 0;
		width: 165px;
	}

	.teacherSearchPage .teacherRow .teacherDetails {
		width: 84%;
	}
}

@media (max-width: 991px) {
	.teacherSearchPage .topBar.affix {
		position: static;
	}

	.teacherSearchPage .filterBox.affix {
		position: static;
	}

	.teacherSearchPage .topBar .fieldCol {
		margin: 5px 0;
	}
}

@media (max-width: 768px) {
	.teacherSearchPage .topBar .searchBtn {
		margin-right: 5px;
		margin-top: 5px;
		padding: 8px;
	}

	.teacherSearchPage .topRelatedSubjectsRow br {
		display: none;
	}

	.teacherSearchPage .topRelatedSubjectsRow br+a {
		margin-right: 7px;
	}

	.teacherSearchPage .topRelatedSubjectsRow:empty {
		display: none;
	}

	.teacherSearchPage .filterBox {
		border-bottom: 1px solid #DDD;
	}
}

@media (max-width: 400px) {
	.teacherSearchPage {
		position: relative;
		padding-bottom: 360px;
	}

	.teacherSearchPage .searchDesc {
		position: absolute;
		bottom: -20px;
	}

	.teacherSearchPage .profilePicContainer {
		position: absolute
	}

	.teacherSearchPage .teacherRow {
		padding: 15px 0;
	}

	.teacherSearchPage .teacherRow .profilePic {
		top: auto;
		right: auto;
	}

	.teacherSearchPage .teacherRow .teacherDetails {
		width: 100%;
	}

	.teacherSearchPage .teacherRow .teacherNameRow {
		padding-right: 33%;
	}

	.teacherSearchPage .teacherRow .teacherNameRow .teacherName {
		width: 100%;
		font-size: 18px;
	}

	.teacherSearchPage .teacherRow .teacherMetaData {
		margin-top: 0;
		float: none;
		text-align: right;
		padding-right: 33%;
		display: block;
		height: 44px;
	}

	.teacherSearchPage .teacherRow .rating {
		padding-right: 0;
		margin-top: 5px;
	}

	.teacherSearchPage .teacherRow .price {
		float: none;
		top: 0;
		margin-top: 0px;
	}

	.teacherSearchPage .teacherRow .departmentInfo {
		display: none;
	}

	.teacherSearchPage .teacherRow .aboutMe {
		padding-right: 0;
		width: 65%;
	}

	.teacherSearchPage.ver2 .teacherRow .aboutMe {
		width: auto;
		float: none;
	}

}

.relative {
	position: relative;
}

.loadingSpinner {
	width: 20px;
	height: 20px;
	opacity: 0.8;
	border-radius: 50%;
	animation: loadingSpinner 0.7s infinite linear;
	-webkit-animation: loadingSpinner 0.7s infinite linear;
}

.loadingSpinner-default {
	border: 4px solid #fff;
	border-top-color: transparent;
	border-left-color: transparent;
}

.loadingSpinner-blue {
	border: 4px solid #2b58e6;
	border-top-color: transparent;
	border-left-color: transparent;
}

.loadingSpinner-big {
	border: 4px solid #030140;
	border-top-color: transparent;
	border-left-color: transparent;
	margin: auto;
	width: 60px;
	height: 60px;
	opacity: 0.8;
	border-radius: 50%;
	animation: loadingSpinner 0.7s infinite linear;
	-webkit-animation: loadingSpinner 0.7s infinite linear;
}

button .loadingSpinner {
	margin: auto;
}

@keyframes loadingSpinner {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes loadingSpinner {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}

.autocomplete-list {
	position: absolute;
}



/*homepage teachers*/
.teacherItem_profsCol {
	height: auto;
	display: inline-block;
	margin: 0 25px;
	vertical-align: middle;
}

.teacherItem_profsContent {
	margin: 25px 0;
	padding: 10px 0;
	position: relative;
}

.teacherItem_profsImg {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 100px;
	width: 100px;
	min-width: 130px;
	min-height: 130px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	position: relative;
	-webkit-filter: inherit;
	filter: inherit;
	-ms-filter: inherit;
	margin: 0 auto 8px;
}

.topReviewsStrip a {
	text-decoration: none;
	/*color: white;*/
}

.teacherItem_profHover:hover,
.teacherItem_profHover:hover .teacherItem_profAbsolute {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

.teacherItem_profHover {
	display: block;
	height: 100%;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: rgba(57, 57, 57, 0.7);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	-webkit-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.teacherItem_profAbsolute {
	position: absolute;
	left: 50%;
	top: 50%;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	-webkit-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.teacherItem_profHover * {
	display: inline-block;
}

.teacherItem_profName {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 20px;
}

.rating.rating-inline {
	display: inline-block;
	white-space: nowrap;
	margin-top: 0;
	margin-bottom: 0;
}

.rating [class^="star-"] {
	display: inline-block;
	margin-left: 4px;
	width: 12px;
	height: 12px;
	vertical-align: top;
	-webkit-background-size: contain;
	background-size: contain;
}

.rating .star-full {
	background-image: url(s1-7.svg#star-full);
}

.rating [class^="star-"] {
	margin-left: 0;
}

.rating [class^="star-"]:first-child {
	margin-left: 0;
}

.teacherItem_profHover .ratingAvis {
	list-style: none;
	display: inline-block;
	font-size: 13px;
	vertical-align: top;
	margin-top: -2px;
}

.teacherItem_profsHide {
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	bottom: 8px;
	line-height: 15px;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.circle-teacher {
	margin: 8px;
	float: none;
	display: inline-block;
}

.topReviewsStrip.teachers {
	text-align: center;
}

.circle-teacher hr {
	margin-bottom: 10px;
	margin-top: 15px;
}

.circle-enter {
	position: absolute;
	width: 30px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	bottom: 0;
	right: 15px;
	background: #47a447;
}

.circle-enter i {
	color: white;
	margin-top: 6px;
}

.teacherItem_profsContent.top-item {
	margin-bottom: 75px;
}

.error_border {
	position: relative;
	border: 1px solid red;
	outline: none;
}

.online_button_style {
	display: inline-block;
	margin-top: -8px;
	margin-bottom: -8px;
	width: 70px;
	height: 36px;
	line-height: 20px;
}

.footer-lm {
	height: 25px;
}

@font-face {
	font-family: "ploni";
	font-weight: 400;
	/*(regular)*/
	font-style: normal;
	src: url("../fonts/ploni-regular-aaa.woff2") format("woff2"), url("../fonts/ploni-regular-aaa.woff") format("woff");
}

@font-face {
	font-family: "ploni";
	font-weight: 600;
	/*(demibold)*/
	font-style: normal;
	src: url("../fonts/ploni-demibold-aaa.woff2") format("woff2"), url("../fonts/ploni-demibold-aaa.woff") format("woff");
}

@font-face {
	font-family: "ploni";
	font-weight: 800;
	/*(ultrabold)*/
	font-style: normal;
	src: url("../fonts/ploni-ultrabold-aaa.woff2") format("woff2"), url("../fonts/ploni-ultrabold-aaa.woff") format("woff");
}

.userProfile__answerSmall {
	font-size: 12px;
}