@import url(../css/font-opensans.css);

body {
	font-family: 'Open Sans', sans-serif;
	background:#FFF;
	padding:0 30px;
	color:#333;
	font-size:13px;
	line-height:24px;
	margin:0;
	padding: 0;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
	  position:relative;
	  min-height:100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
  padding:0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #8a0c0d;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #000;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  width: 100%;
  box-sizing:border-box;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  color:#000;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top:0px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 30px;
}
h2,
.h2 {
  font-size: 26px;
}
h3,
.h3 {
  font-size: 22px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
.page-sm-footer {
	padding-bottom:50px !important;
}

.bg-orange { background:#d99b06 !important;}
.bg-green { background:#019700 !important;}
.bg-red { background:#8a0c0d !important;}
.bg-cream { background:#fbf9d6 !important;}
.bg-gray-light { background:#f2f2f2 !important;}
.bg-blue-light { background:#e9edfd !important;}
.txt-green { color:#0fbc62 !important;}
.txt-red { color:#8a0c0d !important;}
.txt-gray { color:#999 !important;}
.txt-gray-light { background:#f2f2f2 !important;}


/*----------------------------------------------*/
/*                    LAYOUT                    */
/*----------------------------------------------*/

/**/
/* clearfix */
/**/
.clearfix:after {
	content: '';
	display: table;
	clear: both;
}

.container {width:1024px; margin:0 auto;}

/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  GROUPING  ============================================================================= */


.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

/*  GRID COLUMN SETUP   ==================================================================== */

.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%
}

.col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */


/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}


/*  GRID OF TWO   ============================================================================= */


.span_2_of_2 {
	width: 100%;
}

.span_1_of_2 {
	width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_2_of_2 {
		width: 100%; 
	}
	.span_1_of_2 {
		width: 100%; 
	}
}

/*  GRID OF THREE   ============================================================================= */

	
.span_3_of_3 {
	width: 100%; 
}

.span_2_of_3 {
	width: 66.13%; 
}

.span_1_of_3 {
	width: 32.26%; 
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_3_of_3 {
		width: 100%; 
		box-sizing:border-box;
		
	}
	.span_2_of_3 {
		width: 100%; 
		box-sizing:border-box;
	}
	.span_1_of_3 {
		width: 100%;
		box-sizing:border-box;
	}
}

/*  GRID OF FOUR   ============================================================================= */

	
.span_4_of_4 {
	width: 100%; 
}

.span_3_of_4 {
	width: 74.6%; 
}

.span_2_of_4 {
	width: 49.2%; 
}

.span_1_of_4 {
	width: 23.8%; 
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_4_of_4 {
		width: 100%; 
	}
	.span_3_of_4 {
		width: 100%; 
	}
	.span_2_of_4 {
		width: 100%; 
	}
	.span_1_of_4 {
		width: 100%; 
	}
}
/*  GRID OF FIVE   ============================================================================= */

	
.span_5_of_5 {
	width: 100%; 
}
.span_4_of_5 {
	width: 79.5%; 
}
.span_3_of_5 {
	width: 59%; 
}
.span_2_of_5 {
	width: 38.5%; 
}
.span_1_of_5 {
	width: 18%; 
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 767px) {
	.span_5_of_5 {
		width: 100%; 
	}
	.span_4_of_5 {
		width: 100%; 
	}
	.span_3_of_5 {
		width: 100%; 
	}
	.span_2_of_5 {
		width: 100%; 
	}
	.span_1_of_5 {
		width: 100%; 
	}
}

.sec-left {
}
.sec-main {
}
.sec-right {
}

.block {
	padding:4%;
	margin:10px 0;
	clear:both;
	
}
.block:after {
	content:" ";
	display:table;
	clear:both;
}
.block-sm {
	padding:1%;
}

.block h2 {
	font-weight:normal;
	margin:0 0 10px 0;;
}
.block h3 {
	font-weight:normal;
	margin:0 0 10px 0;;
}
.block p {
}
.block ul {
	padding-left:20px;
}
.block .block-head {
	border-bottom:solid 1px #CCC;
	padding:10px 10px;
	margin:-10px -10px 0 -10px;
}
.block .block-body {
	padding:10px 10px;
	margin:0px -10px 0 -10px;
}
.block-head h1, .block-head h2, .block-head h3, .block-head h4{
	margin-bottom:0;
}
.block-head h1 {
	text-transform:none;
	display:inline-block;
}
.block-default {
	background:#FFF;
	border:solid 1px #CCC;
}
.block-cream {
	background:#fbf9d6;
	border:solid 1px #f1edb0;
}
.block-cream {
	background:#fbf9d6;
	border:solid 1px #f1edb0;
}
.block-result {
    background: #fff;
    border: 1px solid #5BC0DE;
    border-top: 5px solid #5BC0DE;
}
.block-cream .block-head {
	background:#dfdfa3;
}
.label {
	font-size:11px;
	color:#000;
	text-transform:uppercase;
	display:inline-block;
	padding:0px 7px;
	line-height:14px;
}



/* ////////////////////////////////////////////////////////////////
page loading animation
/////////////////////////////////////////////////////////////////*/

.um_shadow { display:none; }
.um_shadow.active {
	display:block;
	background:rgba(21,21,21,0.9);
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:9999;
}

.um_loading {
    border:3px solid #e2b55d;
    border-radius:30px;
    height:45px;
    left:50%;
    margin:-22.5px 0 0 -22.5px;
    opacity:0;
    position:absolute;
    top:50%;
    width:45px;
    
	-webkit-animation: pulsate 1s ease-out infinite;
	-moz-animation:    pulsate 1s ease-out infinite;
	-o-animation:      pulsate 1s ease-out infinite;
	animation:         pulsate 1s ease-out infinite;
}

@-webkit-keyframes pulsate {
	0% {
      -webkit-transform:scale(.1);
      opacity: 0.0;
    }
    50% {
      opacity:1;
    }
    100% {
      -webkit-transform:scale(1.2);
      opacity:0;
    }
}

@-moz-keyframes pulsate {
	0% {
      -moz-transform:scale(.1);
      opacity: 0.0;
    }
    50% {
      opacity:1;
    }
    100% {
      -moz-transform:scale(1.2);
      opacity:0;
    }
}
@-o-keyframes pulsate {
	0% {
      -o-transform:scale(.1);
      opacity: 0.0;
    }
    50% {
      opacity:1;
    }
    100% {
      -o-transform:scale(1.2);
      opacity:0;
    }
}

@keyframes pulsate {
    0% {
      transform:scale(.1);
      opacity: 0.0;
    }
    50% {
      opacity:1;
    }
    100% {
      transform:scale(1.2);
      opacity:0;
    }
}
/* page loading animation END */

/* Animation */

.animated.um_in {
	-webkit-animation-name: um_in;
	-moz-animation-name: um_in;
	-o-animation-name: um_in;
	animation-name: um_in;
}

@-webkit-keyframes um_in {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes um_in {
	0% {
		opacity: 0;
		-moz-transform: scale(.3);
	}

	50% {
		opacity: 1;
		-moz-transform: scale(1);
	}

	
}
@-o-keyframes um_in {
	0% {
		opacity: 0;
		-o-transform: scale(.3);
	}

	50% {
		opacity: 1;
		-o-transform: scale(1);
	}


}
@keyframes um_in {
	0% {
		opacity: 0;
		transform: scale(.3);
	}

	50% {
		opacity: 1;
		transform: scale(1);
	}
}

/**/
/* FORM */
/**/


label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  color:#333;
  padding-top:5px;
}

.form-group {
  margin-bottom:7px;
  position:relative;
}
.form-group:before {
    display: table;
    content: " ";
}
.form-group:after {
    clear:both;
	display: table;
    content: " ";
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.checkbox-inline, .radio-inline {
	position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}
.checkbox-inline:first-child, .radio-inline:first-child {
	padding-left:0;
}
.form-control {
  display: block;
  width:100%;
  padding:5px 5px;
  font-size: 13px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius:3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
input .form-control {
	height:54px !important;
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal {
}
.form-inline {
}
.form-inline label {
	display:inline-block;
}
.form-inline .form-group {
	display:inline-block;
}
.form-inline .form-control {
	display:inline-block;
	width:auto;
}

.btn {
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    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;
	-webkit-box-shadow: inset 0 -4px 6px rgba(0,0,0,0.3);
	box-shadow: inset 0 -4px 6px rgba(0,0,0,0.3);
	text-transform:uppercase;
	transition:background 0.5s;
		  
}
.btn:hover {
	text-decoration:none;
}
.btn-block {
    display: block;
    width: 100%;
	box-sizing:border-box;
}
.btn-lg {
	padding: 10px 25px;
    font-size: 18px;
    line-height: 1.3333333;
    /*border-radius: 6px */;
}
.btn-xs {
	padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-sm {
}

.btn-group {
    position:relative;
}
.btn-group a {
	margin:0;
}
.btn-group a:first-child {
	border-top-right-radius:0;
	border-bottom-right-radius:0;
	margin-right:-3px;
}
.btn-group a:last-child {
	margin-left:10px;
}
.btn-group-center {
	text-align:center;
	margin:40px 0;
}
.btn-red {
	background:#ac0f10;
	color:#FFF;
}
.btn-red:hover {
	background:#c01819;
}
.btn-green {
	background:#339933;
	border:solid 1px #1b6d1b;
	color:#FFF;
	margin-left: 5px;
	margin-right: 5px;
}
.btn-green:hover {
	background:#258425;
	color:#FFF;
}
.btn-gray {
	background:#CCC;
	color:#000;
}

.btn-gray:hover {
	background:#999;
}
.btn-gray-light {
	background:#f1f1f1;
	color:#000;
	padding: 3px 10px;
	line-height: 17px;
}
.btn-gray-light:hover {
	background:#f8f8f8;
	color:#000;
}
.btn-blue {
	background:#3b5998;
	border:solid 1px #2b457b;
	color:#FFF;
}
.btn-blue-new {
	background:#34495e;
	border:solid 1px #2b457b;
	color:#FFF;
}

.btn-blue:hover {
	background:#2f4b87;
	color:#FFF;
}
.btn-default {
	background:#FFF;
	border:solid 1px #CCC;
	color:#333;
}
.btn-default:hover {
	background:#EEE;
	color:#333;
}

.pagination {display:inline-block;padding-left:0;margin:0;border-radius:4px}
.pagination>li{display:inline}
.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#8a0c0d;text-decoration:none;background-color:#fff;border:1px solid #ddd}
.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}
.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}
.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{color:#23527c;background-color:#eee;border-color:#ddd}
.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:2;color:#fff;cursor:default;background-color:#8a0c0d;border-color:#8a0c0d}
.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}
.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}
.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}
.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}
.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}
.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}
.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}

.pagination-arrow {}
.pagination-arrow a { color:#CCC; /* margin:0 5px;*/}
.pagination-arrow a:hover { color:#333; transition:all 0.3s;}

.label{//display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}
a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}
.label:empty{display:none}
.btn .label{position:relative;top:-1px}
.label-default{background-color:#777}
.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}
.label-blue{background-color:#337ab7}
.label-blue[href]:focus,.label-blue[href]:hover{background-color:#286090}
.label-green{background-color:#339933}
.label-green[href]:focus,.label-green[href]:hover{background-color:#207320}
.label-blue-light{background-color:#5bc0de}
.label-blue-light[href]:focus,.blue-light[href]:hover{background-color:#31b0d5}
.label-orange{background-color:#f0ad4e}
.label-orange[href]:focus,.label-orange[href]:hover{background-color:#ec971f}
.label-red{padding:0px 7px;line-height: 1.5;background-color:#8a0c0d}
.label-red[href]:focus,.label-red[href]:hover{background-color:#8a0c0d}

.icon { width:24px; height:24px; display:inline-block; //text-indent:-9999px;}
.icon-sm { width:18px; height:18px;}
.icon-md { width:30px; height:30px;}
.icon-lg { width:42px; height:42px;}



/****************************
			Header
****************************/
#header { background: #8a0c0d;border-bottom: solid 5px #71090a;}
.logo { display:inline-block; padding:5px 0;}
.navbar { background:#71090a;}
.navbar:after { content:" "; display:table; clear:both;}
.nav{padding-left:0;margin-bottom:0;list-style:none; text-transform:uppercase; }
.nav>li{position:relative;display:inline-block;}
.nav>li>a{position:relative;display:block;padding:5px 15px; color:#FFF; font-size:16px;}
.nav>li>a:focus,.nav>li>a:hover,.nav>li.active{text-decoration:none;background-color:#8a0c0d;}
.nav>li.active a { color:#ec840a;}
.nav>li.disabled>a{color:#777}
.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#ec840a;text-decoration:none;cursor:not-allowed;background-color:transparent}
.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#8a0c0d;border-color:#337ab7}
.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}
.nav>li>a>img{max-width:none}
.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-right:4px solid transparent;border-left:4px solid transparent}
.caret-up {width: 0; height: 0; border-left: 4px solid rgba(0, 0, 0, 0); border-right: 4px solid rgba(0, 0, 0, 0); border-bottom: 4px solid; display: inline-block; margin-left: 2px; vertical-align: middle;}
.dropdown,.dropup{position:relative}
.dropdown-toggle:focus{outline:0}
.dropdown-menu>ul{list-style: none;padding: 0;}
.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}
.dropdown-menu .pull-right{right:0;left:auto}
.dropdown-menu .divider{height:1px;margin:0;overflow:hidden;background-color:#e5e5e5}
.dropdown-menu>ul>li>a, .mybtnstyle>li>a{display:block;padding:7px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333 !important;white-space:nowrap}
.dropdown-menu>ul>li>a:focus, .dropdown-menu>ul>li>a:hover, .mybtnstyle>li>a:hover{color:#262626;text-decoration:none;background-color:#EEE;}
.dropdown-menu>ul>.active>a, .dropdown-menu>ul>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}
.dropdown-menu>ul>.disabled>a, .dropdown-menu>ul>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}
.dropdown-menu>ul>.disabled>a:focus, .dropdown-menu>ul>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}
.open>.dropdown-menu{display:block}
.open>a{outline:0}
.dd-call { color:#666; text-transform:none; font-size:12px; padding:5px 15px; line-height:18px;}
.nav-help { margin-top:5px;}
.nav-help a { padding:3px 10px !important;}

.top-links { float:right; margin-top:20px;}
.top-links .links { list-style:none;}
.top-links .dropdown-click { float:left; margin:0 0 0 30px;}
.link-notification { margin-top:10px !important; position:relative;}
.link-notification i { color:#ccc; font-size:22px;}
.notification-count { background: #fa3e3e none repeat scroll 0 0;border-radius: 50%;color: #fff;font-weight: 600; position:absolute; top:-8px; right:-8px; padding:0 5px; line-height:18px; z-index:9;}
.link-notification .dropdown-menu ul{min-width:275px; padding:0;max-height: 255px; overflow: auto; overflow-y: scroll;}
.link-notification .dropdown-menu ul li { font-size:12px; width:100%; box-sizing:border-box; display:block;float:left; border-bottom:dashed 1px #CCC;}
.link-notification .dropdown-menu ul li:last-child { border-bottom:none;}
.link-notification .dropdown-menu ul li a { padding:5px 10px; float:left; width:100%; box-sizing:border-box;}
.noti-hd { font-weight:bold; background:#F6F7F8; padding:3px 10px !important; border-bottom:solid 1px rgba(100,100,100,.3);margin:0;}
.noti-img { width:40px; height:40px; float:left; margin-right:5px;}
.noti-content { width:185px; float:left; white-space:pre-wrap;}
.link-login-user {}
.link-login-user .login-user-photo { width:40px; height:40px; float:left; margin:0 5px 0 0;}
.link-login-user .login-user-photo img { width:100%; border-radius:50%;}
.link-login-user .login-user-content { float:left; line-height:20px;font-size: 15px;color: #fff;}
.link-login-user .dropdown-toggle ul{ color:#FFF; font-size:15px; display:block;}
.link-login-user .dropdown-toggle ul:hover { text-decoration:none;}
.link-login-user .dropdown-toggle small { display:block; color:#CCC;} 
.seeAll {
    background: #e9eaed;
    font-size: 12px;
    font-weight: 700;
    border-top: solid 1px rgba(100,100,100,.3);
    text-align: center;
}

/****************************
			Footer
****************************/
#footer { background:#e9d192; clear:both;  width: 100%;}
#footer:after {content: ''; display: table; clear: both;}
#footer .footer-top { padding:15px 0;}
#footer .footer-top:after {content: ''; display: table; clear: both;}
#footer h3 { color:#333333; text-transform:none; margin-bottom:15px;}
#footer .col { border-left:solid 1px #d6bf83; min-height:200px; margin-left:-1px; padding-left:50px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
#footer .col:first-child { border-left:none;}
#footer .col ul { margin:0; padding:0 0 0 0px; list-style:none;}
#footer .col ul li {}
#footer .col ul li a { color:#333; text-decoration:none; padding:2px 10px; margin-left:-10px;}
#footer .col ul li a:hover { color:#a13d2e; background:#e4cb89; }
.col-quick-contact {}
.col-quick-contact a { color:#a13d2e; text-decoration:underline;}
.col-quick-contact a:hover { color:#000;}
.footer-bottom { background:#c9b379; color:#666; clear:both; font-size:11px;}
.footer-bottom:after {content: ''; display: table; clear: both;}
.copyright { float:left;}
.designed { float:right;position:relative;}

#main { padding:0px 0;}
#main:after { content:" "; display:table; clear:both;}

/****************************
			Home Page
****************************/

.block-head {
	border-bottom:solid 1px #CCC;
	padding-bottom:10px;
	margin-top:20px;
}
.block-head:after {
	content:" ";
	display:table;
	clear:both;
}
.banner-sec { position:relative;}
.banner {}
.banner img { width:100%;}

/**/
/* register / login */
/**/
.block-register { position:absolute; top:-50px; right:20px; width:360px; background:url(../images/bg-register.jpg) repeat-x top #FFF; border-top:solid 3px #c9b47e; text-align:left; border:solid 1px #eaeaea; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .30);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .30);}
.block-register label {
	font-size:12px;
	text-align:left;
}
.block-register .small {
	font-size:11px;
	line-height:14px;
}
.block-register ul {
	display: none;
	margin-left:0px;
	padding:0;
}
.block-register li {
	display: inline-block;
	vertical-align: top;
	width:100%;
	padding:3%;
	box-sizing: border-box;
}
.block-register li h3 {
	margin:15px 0;
	text-transform: uppercase;
	color: #000;
	transition: color 0.3s;
}
.block-register li p {
	padding-bottom:15px;
	border-bottom: 1px solid #ecf0f1;
	line-height:18px;
	font-size:12px;
	color:#666;
}

.block-register ul.active {
	display: block;
}
.block-register .tabs {
	text-align: center;
	text-transform: uppercase;
	background:#e9d192;
}
.block-register .tabs a {
	display: block;
	padding:10px 0;
	text-decoration: none;
	transition: border-color 0.3s, background-color 0.3s, color 0.3s;
	color:#878787;
}
.block-register .tabs a:hover {
	background:#c9b47e;
	color: #d5150c;
}
.block-register .tabs a h3 {
	font-weight:normal;
	margin:0;
	color:#666;
}
.block-register .tabs div {
	display: inline-block;
	vertical-align: top;
	width:50%;
	padding-left:0px;
	box-sizing: border-box;
}
.block-register .tabs .active a,
.block-register .tabs .active a:hover {
	background:url(../images/bg-register.jpg) repeat-x top;
	color: #d5150c;
	cursor: default;
}
.block-register .tabs .active a h3 ,
.block-register .tabs .active a h3:hover {
	color: #d5150c;
}


.dvider-or {
	background:url(../images/or-dvider.png) no-repeat center;
	width:100%;
	text-align:center;
	height:28px;
	clear:both;
	margin:15px 0;
	display:inline-block;
}
.dvider-or-vertical {
	border-left:solid 1px #CCC;
	min-height:200px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	position:absolute;
	left:50%;
	margin-left:-15px;
}
.dvider-or-vertical span {
	font-size:18px;
	padding:10px 0;
	background:#FFF;
	margin-left:-10px;
	
}
.form-login {
	margin-bottom:20px;
}
.login-bottom {
	margin:20px 0;
	text-align:center;
}

.highlight-points {
	display:inline-block;
	width:100%;
	background:#FFF;
	border:solid 1px #EEE;
	 -webkit-box-shadow: inset 0 -60px 40px rgba(0, 0, 0, .075);
          box-shadow: inset 0 -60px 40px rgba(0, 0, 0, .075);
}
.highlight-points ul {
	margin:0;
	width:58%;
}
.highlight-points .icon {
	border:solid 3px #b2b2b2;
	color:#5d5c5c;
	background:#FFF;
	width:35px;
	margin:0 auto;
	display:block;
	padding:12px 8px;
	border-radius:30px;
	font-size:24px;	
}
.highlight-points ul {
	text-align:center;
}
.highlight-points ul li {
}
.highlight-points ul li h4 {
	text-transform:uppercase;
	color:#666;
	margin-bottom:0;
}
.block-find-someone {
	margin:30px 0;
}
.block-find-someone h2 {
	text-transform:uppercase;
	margin: 0 0 10px 0;
}
.block-find-someone form {
	font-size:14px;
}
.block-find-someone form .form-group {
	margin:0 20px 0 0;
}
.block-find-someone form .form-group:last-child {
	margin-right:0;
}
.block-find-someone form .form-control {
	background:#f4f1b8;
	border:solid 1px #e0dda4;
	height:36px;
	font-size:14px;
}
.find-gender {
	font-size:16px;
}


.find-mothertounge-caste .form-control {
	width:220px;
}
.block-find-someone form .btn-red {
	font-size:24px;
	padding:0px 20px;
}
.block-about {
	font-size:13px;
	 margin-bottom: 30px;
}

.block-success-stories {
    margin-bottom: 30px;
}
.block-success-stories h3 {
	float:left;
}
.block-success-stories .story-img {
	display:block;
}
.block-success-stories .story-content a {
	margin:0 0 10px 10px;
	font-weight:bold;
	text-transform:uppercase;
}
.block-success-stories .story-content p {
	margin-left:10px;
	line-height:18px;
	color:#666;
}

/** Featured Members **/
.block-featured-members {
	padding:0;
	margin:30px 0;
	width:100%;
}
.featured-members-carousel {
	background:#f5f5f5;
	border:solid 1px #DDD;
	padding:15px 30px;
	clear:both;
	position:relative;
	min-height: 107px;
}
.featured-members-carousel .item{
	background:#FFF;
	padding:0px 0px;
	margin:0 10px;
	color: #FFF;
	border:solid 1px #DDD;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	position:relative;
}
.featured-members-carousel .item:hover {
	border:solid 1px #CCC;
	background:#f7f7f7;
	transition:background 0.8s;
	transition:border 0.3s;
}
.featured-members-carousel .customNavigation{
	text-align: center;
}
.featured-members-carousel .customNavigation a {

	font-size:44px;
	font-weight:normal;
	cursor:pointer;
	padding:5px;
	position:absolute;
	top:32%;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.featured-members-carousel .customNavigation .prev {
	left:7px;
}
.featured-members-carousel .customNavigation .next {
	right:7px;
}
.item-featured-member {
	display:inline-block;
}

.item-featured-member-img {
	float:left;
	width:125px;
}
.item-featured-member-img img{width:125px;}
.item-featured-member-content {
	float:left;
	width:150px;
	padding:5px 10px;
	text-align:left;
	color:#666;
	line-height:18px;
}
.item-featured-member-content h4 {
	font-size:15px;
	font-family: 'Open Sans', sans-serif;
	margin:10px 0 10px 0;
	text-transform:none;
}
.item-featured-member-content p {
	margin-bottom:0;
}
.item-featured-member .label {
	position:absolute;
	top:0;
	right:0;
}


.box-thank-you {
	text-align:center;
	font-size:14px;
	margin:80px 0;
}
.box-thank-you h1 {
	margin-bottom:40px;
}
.box-thank-you .btn, .button {
	margin-top:40px;
}
.block-registration-steps {
	margin:0px 0;
}


.form-profile {
}
.form-profile .col {
	 margin-top:2px;
	 margin-bottom:2px;
}
.form-profile .control-label {
	position:relative;
	color:#666;
}
.form-profile .control-label:after {
	content:":";
	position:absolute;
	right:0;
}

.view-profile {
}
.view-profile .form-group {
	margin:0;
	line-height:20px;
}
.view-profile .col {
	 margin-top:5px;
	 margin-bottom:2px;
}
.view-profile .control-label {
	position:relative;
	color:#666;
	margin:0 !important;
}
.view-profile .control-label:after {
	content:":";
	position:absolute;
	right:0;
}
.view-profile .block-profile .block-head {
	margin-bottom:10px;
}

@-webkit-keyframes myanimation {
  from {
    left: 0%;
  }
  to {
    left: 50%;
  }
}

.checkout-wrap {
  color: #444;
  font-family: 'Open Sans Condensed', sans-serif;
  margin: 40px auto;
  max-width: 1200px;
  position: relative;
}
.checkout-wrap:after {
	content:".";
	display:table-cell;
	clear:both;
}
ul.checkout-bar li {
  color: #ccc;
  display: block;
  font-size:22px;
  padding: 14px 20px 14px 80px;
  position: relative;
}
ul.checkout-bar li:before {
  -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
  background: #ddd;
  border: 2px solid #FFF;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  left: 20px;
  line-height: 37px;
  height: 35px;
  position: absolute;
  text-align: center;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  top: 4px;
  width: 35px;
  z-index: 999;
}
ul.checkout-bar li.active {
  color: #8bc53f;
  font-weight: bold;
}
ul.checkout-bar li.active:before {
  background: #8bc53f;
  z-index: 99999;
}
ul.checkout-bar li.visited {
  background: #ECECEC;
  color: #ec840a;
  z-index: 99999;
}
ul.checkout-bar li.visited:before {
  background: #ec840a;
  z-index: 99999;
}
ul.checkout-bar li:nth-child(1):before {
  content: "1";
}
ul.checkout-bar li:nth-child(2):before {
  content: "2";
}
ul.checkout-bar li:nth-child(3):before {
  content: "3";
}
ul.checkout-bar li:nth-child(4):before {
  content: "4";
}
ul.checkout-bar li:nth-child(5):before {
  content: "5";
}
ul.checkout-bar li:nth-child(6):before {
  content: "6";
}
ul.checkout-bar a {
  color: #ec840a;
  text-decoration: none;
  /*font-size: 16px;
  font-weight: 600;*/
}

@media all and (min-width: 800px) {
  .checkout-bar li.active:after {
    -webkit-animation: myanimation 3s 0;
    background-size: 35px 35px;
    background-color: #8bc53f;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    content: "";
    height: 15px;
    width: 100%;
    left: 50%;
    position: absolute;
    top: -50px;
    z-index: 0;
  }

  .checkout-wrap {
    margin:35px auto 65px auto;
  }

  ul.checkout-bar {
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    background-size: 35px 35px;
    background-color: #EcEcEc;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
    border-radius: 15px;
    height: 15px;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    width: 100%;
  }
  ul.checkout-bar:before {
    background-size: 35px 35px;
    background-color: #ec840a;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    content: " ";
    height: 15px;
    left: 0;
    position: absolute;
    width: 10%;
  }
  ul.checkout-bar li {
    display: inline-block;
    margin: 50px 0 0;
    padding: 0;
    text-align: center;
    width: 19%;
  }
  ul.checkout-bar li:before {
    height: 45px;
    left: 40%;
    line-height: 45px;
    position: absolute;
    top: -65px;
    width: 45px;
    z-index: 99;
  }
  ul.checkout-bar li.visited {
    background: none;
  }
  ul.checkout-bar li.visited:after {
    background-size: 35px 35px;
    background-color: #ec840a;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    content: "";
    height: 15px;
    left: 50%;
    position: absolute;
    top: -50px;
    width: 100%;
    z-index: 99;
  }
}


.upload-img { background:#e7e7e7 url(../images/user-upload-img.png) no-repeat center; background-size:70%; border:solid 1px #CCC; height:200px; width:200px;}
.box-upload { padding-left:20px; box-sizing:border-box; text-align:center;}
.box-upload h2 { margin-bottom:35px; text-align:left;}
.photo-guidline { min-height:280px;}
.photo-guidline h3 { margin-bottom:30px; margin-top:10px;}
.photo-guidline ul { font-size:15px; color:#666;}
.photo-guidline ul li { margin:10px 0;}
.upload-photo-helpfulline { background:#CCC; padding:15px; font-size:30px;margin-bottom: 20px;}
.upload-photo-helpfulline ul { list-style:none; margin:0; padding:0; display:table; width:100%; font-family: 'Open Sans Condensed', sans-serif;}
.upload-photo-helpfulline ul li { display:table-cell;}
.upload-photo-helpfulline ul li i { font-size:30px;}
.sec-get-stated { text-align:center;}
.sec-get-stated h2 { font-size:30px; color:#8a0c0d; margin-bottom:20px;}
.sec-get-stated .block { padding-bottom:10%; padding-top:10%;}
.sec-get-stated p { margin-bottom:60px;}
.sec-get-stated .dvider-or-vertical { margin-top:30px;}


.rsearch {
}
.rsearch-hd {
	border-bottom:solid 1px #eaeacd;
	font-weight:bold;
	padding:7px 0;
}
.rsearch-option {
}
.rsearch-option ul {
	list-style:none;
	margin:0;
	padding:0;
	line-height:20px;
}
.rsearch-option ul li {
	margin:0;
	padding:0;
}
.rsearch-option ul li label {
	color:#666;
	margin:0 0 0 7px;
}
.box-sort {
	padding:5px 5px;
	margin:20px 0;
	background:#EEE;
	border:solid 1px #DDD;
}
.view-setting {
	display:inline-block;
}
.view-setting a {
	font-size:18px;
	margin-left:10px;
	color:#CCC;
}
.view-setting .active {
	color:#000;
}

.sec-result {
}
.box-result {
	border:solid 1px #DDD;
	padding:15px;
	position:relative;
	margin:10px 0;
}
/*.box-result:hover {
	border:solid 1px #CCC;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .75);
	box-shadow: 0 0px 5px rgba(0, 0, 0, .50);
	-webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}*/
.box-result .result-profile-hd  {
	line-height:18px;
}
.box-result .result-profile-hd:after {
	content:" ";
	display:table;
	clear:both;
}
.box-result .result-profile-hd .result-profile-title {
	font-size:20px;
	float:left;
	color:#000;
}
.box-result .result-profile-hd .label {
	margin:0 0 0 15px;
	float:left;
}
.box-result .result-profile-hd .result-profile-activity {
	position:relative;
	text-align:center;
}
.box-result .result-profile-hd .result-profile-activity .link-view-profile {
	bottom: -25px;
    right: 3%;
    position: absolute;
}
.box-result .result-profile-photo {
	position:relative;
}
.box-result .result-profile-photo .profile-photo {
	border:solid 1px #CCC;
}
.box-result .result-profile-photo .profile-photo img {
	width:100%;
}
.box-result .result-profile-basic {
}
.box-result .result-profile-basic .col {
	margin-top:0;
	margin-bottom:0;
}
.box-result .result-profile-basic ul {
	list-style:none;
	margin:0;
	padding:0;
	line-height:22px;
}
.box-result .result-profile-basic ul li {
}
.box-result .result-profile-basic ul li label {
	color:#777;
	width:32%;
	margin:0 5px 0 0;
	padding:0;
}
.box-result .result-profile-basic ul li label:after {
	content:":";
	float:right;
}
.box-result .result-profile-basic .result-profile-contet {
	line-height:16px;
	color:#666;
	font-size:12px;
	margin-top:10px;
	clear:both;
	display:inline-block;
}
.profile-ribbon {
	width:71px;
	height:73px;
	position:absolute;
	left:-7px;
	top:-8px;
}
.ribbon-featured {
	background:url(../images/profile-ribbon-featured.png) no-repeat;
}
.ribbon-premium {
	background:url(../images/profile-ribbon-premium.png) no-repeat;
}



.profile-activity {
}
.profile-activity i {
	margin:5px 10px 0 7px;
	float:left;
}
.profile-activity a {
	padding:5px 20px;
	margin:0 3px;
}
.block-result i {
    margin: 2px 6px 0 0px;
    float: left;
}
.block-result a
{
     padding: 5px 10px;
     float: right;
     margin-top: 10px;
}
.result-content
{
       padding: 10px;
    padding-top: 16px;
}
.basic-profile {
	margin-bottom:10px !important;
	position:relative;
}
.basic-profile .form-group {
	margin:0;
}
.profile-img {
	margin-right:10px;
}
.profile-img img {
	width:100%;
}
.profile-img .btn {
	border-radius:0;
	box-shadow:none;
}
.profile-print-share {
	position:absolute;
	top:0;
	right:0;
	font-size:24px;
	color:#CCC;
}
.profile-print-share a {
	color:#CCC;
	display:inline-block;
	margin:0 3px;
}
.profile-print-share a:hover {
	color:#333;
	transition:all 0.3s;;
}
@media print {
	.sec-right { display:none;}
	.basic-profile .btn-group { display:none;}
	.profile-activity {display:none;}
	.view-profile { width:100%;}
}

.user-list {
	margin:0;
	padding:0 !important;
	list-style:none;
}
.user-list li {
	border-bottom:dashed 1px #CCC;
	padding:5px 0;
}
.user-list li:after {
	content:" ";
	display:table;
	clear:both;
}
.user-list li:last-child {
	border-bottom:none;
}
.user-list li .user-content {
	line-height:18px;
	font-size:12px;
	padding-left:5px;
	box-sizing:border-box;
	color:#666;
}
.user-list li .user-content a {
	margin-bottom:5px;
	display:block;
}
.user-list li .user-content p {
	margin-bottom:0;
}

.trust-badge-list {
	list-style:none;
	padding:0 !important;
	margin:0;
}
.trust-badge-list li {
	font-size:16px;
	color:#999;
	margin:20px 0 0 0;
}
.trust-badge-list li:first-child {
	margin-top:0;
}
.trust-badge-list .active {
	color:#339933;
}
.trust-badge-list .active i {
	color:#FFF;
	background:#339933;
}
.trust-badge-list li i {
	font-size:20px;
	border:solid 1px #CCC;
	border-radius:50%;
	padding:10px;
	width:20px;
	height:20px;
	line-height:18px;
	text-align:center;
}
.badges-bottom-links {
	background:#f8f8f8;
	border-top:solid 1px #CCC;
	padding:15px 10px;
	margin:35px -9px -20px -10px;
}
.badges-bottom-links a {
	font-size:14px;
	color:#999;
	border-right:solid 1px #CCC;
	padding:0 12px;
}
.badges-bottom-links a:last-child {
	border-right:none;
}

.block-partner-preferences {
}
.block-partner-preferences .block-head {
	background:#CCC;
	padding:8px 10px;
}
.block-partner-preferences-top {
	margin-bottom:20px;
	display:inline-block;
	width:100%;
	text-align:center;
	position:relative;
}
.preference-count {
	font-size:14px;
	color:#000;
	background:#fffee7;
	border:solid 1px #d4d4d4;
	padding:3px 20px;
	border-radius:15px;
	margin-top:50px;
	display:inline-block;
}
.preference-count span {
	font-size:22px;
}
.preferences-info {
	position:relative;
}
.preferences-info:before {
	font-family: 'FontAwesome';
	content:"\f056";
	float:right;
	color:#CCC;
	font-size:20px;
	position:absolute;
	top:50%;
	right:70px;
	margin-top:-10px;
}
.result-match:before {
	color:#29c010;
	content:"\f058";
}
.preferences-info:after {
	content:" ";
	display:table;
	height:1px;
	width:80%;
	position:absolute;
	top:50%;
	border-bottom:dotted 1px #CCC;
}
.preferences-info .info-value {
	background:#FFF;
	z-index:9;
	position:relative;
	display:inline-block;
	padding-right:20px;
	margin-right:130px;
	
}
/*////////////////Amit CSS Start/////////////////////*/
 .big-txt{
    width: 268px;
    font-size: 18px;
    padding: 3px;
}  

.mybtnstyle{min-width: 118px;padding: 0;margin: 0;}

.msg-cont{margin-bottom: 12px;}
.send-btn{padding: 16px;
    float: right;
    width: 15.8%;
    background: teal;
    font-size: 24px;
}
.chat-box{    margin: 0px;
    width: 569px;
    height: 55px;
    padding: 5px;
    line-height: 18px;
    font-size: 16px;
}
.sender{border: 1px solid #ccc;margin-bottom: 10px;padding: 10px;background: #FBF9EF;width: 76.5%;}
.me{border: 1px solid #ccc;margin-bottom: 10px;padding: 10px;background: #FBF9EF;width: 76.5%;}
.time i {font-size: 14px;padding: 3px;}
.chat-avtar{float: left;margin: 2px 8px 0px 2px;}



.activty-box
{
padding: 5px 0;
margin: 2px 0 0;
text-align: left;
list-style: none;
border: 1px solid rgba(0,0,0,.15);
border-radius: 4px;
}
	
.activty-box-header {
    height: 36px;
    background: #f1f1f2;
    padding: 0 12px;
    font: normal 16px/36px arial;
    color: #72727d;
    position: relative;
	clear: both;
}
 .activty-box li a {
    padding: 5px 10px;
    float: left;
    width: 100%;
    box-sizing: border-box;
	font-weight: 400;
    line-height: 1.42857143;
    color: #333 !important;
}
.activty-box>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color:#F7F9FF;
}
.activty-content {
    width: 153px;
    float: left;
    white-space: pre-wrap;
    font-size: 12px;
}


.result-profile-title
{font-size: 16px;}
.shap {
	border:0;
	margin:0;
    border-bottom: solid 1px #DDD;
}


.inbox_widget {
    border: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin: 0 0 15px !important;
    box-shadow: 0 1px 2px rgba(43,59,93,0.29);
    border: 1px solid #e5e5e5\9;
    }
.inbox_widget ul {
    list-style: none;
	margin:0;
	padding:0;
     } 
	
.inbox_widget ul li {
    background: #f1f1f2;
    color: #72727d;
    font: bold 14px/32px arial;
    padding: 1px 0;
    position: relative;
	margin: 0;
}
.inbox_widget  li i{
padding: 10px;
    height: 20px;
    line-height: 18px;
    text-align: center;
	padding-right: 3px;
    
}
.inner_folders a {
    background: #fff;
    width: 194px;
    border: 0;
    height: 38px;
    line-height: 38px;
    padding: 0 15px 0 34px;
    position: relative;
    cursor: pointer;
    display: block;
    text-decoration: none;
	font-size: small;
}
.inner_folders a span.num {
    float: right;
    font: bold 12px/38px arial;
    width: 28px;
    color: #333;
    text-align: right;
    display: inline-block;
}


   
/** ios1-ios6 bubbles **/
.bubble {
  box-sizing: border-box;
  float: left;
  width: auto;
  max-width: 80%;
  position: relative;
  clear: both;
  
  background: #95c2fd;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.15, #bee2ff), color-stop(1, #95c2fd));
  background-image: -webkit-linear-gradient(bottom, #bee2ff 15%, #95c2fd 100%);
  background-image: -moz-linear-gradient(bottom, #bee2ff 15%, #95c2fd 100%);
  background-image: -ms-linear-gradient(bottom, #bee2ff 15%, #95c2fd 100%);
  background-image: -o-linear-gradient(bottom, #bee2ff 15%, #95c2fd 100%);
  background-image: linear-gradient(bottom, #bee2ff 15%, #95c2fd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#95c2fd', endColorstr='#bee2ff');
 
  border: solid 1px rgba(0,0,0,0.5);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;

  -webkit-box-shadow: inset 0 8px 5px rgba(255,255,255,0.65), 0 1px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: inset 0 8px 5px rgba(255,255,255,0.65), 0 1px 2px rgba(0,0,0,0.2);
  box-shadow: inset 0 8px 5px rgba(255,255,255,0.65), 0 1px 2px rgba(0,0,0,0.2);
  
  margin-bottom: 20px;
  padding: 6px 20px;
  padding-left: 9px;
  color: #000;
  text-shadow: 0 1px 1px rgba(255,255,255,0.8);
  word-wrap: break-word;
}

.bubble:before, .bubble:after {
  border-radius: 20px / 5px;
  content: '';
  display: block;
  position: absolute;
}
.bubble:before {
  border: 10px solid transparent;
  border-bottom-color: rgba(0,0,0,0.5);
  bottom: 0px;
  left: -7px;
  z-index: -2;
}
.bubble:after {
  border: 8px solid transparent;
  border-bottom-color: #bee2ff; /* arrow color */
  bottom: 1px;
  left: -5px;
}


.bubble-alt {
  float: right;
}
.bubble-alt:before {
  left: auto;
  right: -7px;
}
.bubble-alt:after {
  left: auto;
  right: -5px;
}

.bubble p {
    font-size: 14px;
    line-height: 20px;
    padding-top: 2px;
}

/* green bubble */
.green {
  background: #7acd47;
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.15, #ace44b),color-stop(1, #7acd47));
  background-image: -webkit-linear-gradient(bottom, #ace44b 15%, #7acd47 100%);
  background-image: -moz-linear-gradient(bottom, #ace44b 15%, #7acd47 100%);
  background-image: -ms-linear-gradient(bottom, #ace44b 15%, #7acd47 100%);
  background-image: -o-linear-gradient(bottom, #ace44b 15%, #7acd47 100%);
  background-image: linear-gradient(bottom, #ace44b 15%, #7acd47 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#7acd47', endColorstr='#ace44b');
}
.green:after {
  border-bottom-color: #ace44b;
}

/* white bubble */
.white {
  background: #7acd47;
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.15, #e5e5e5),color-stop(1, #dbdbdb));
  background-image: -webkit-linear-gradient(bottom, #e5e5e5 15%, #dbdbdb 100%);
  background-image: -moz-linear-gradient(bottom, #e5e5e5 15%, #dbdbdb 100%);
  background-image: -ms-linear-gradient(bottom, #e5e5e5 15%, #dbdbdb 100%);
  background-image: -o-linear-gradient(bottom, #e5e5e5 15%, #dbdbdb 100%);
  background-image: linear-gradient(bottom, #e5e5e5 15%, #dbdbdb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#dbdbdb', endColorstr='#e5e5e5');
}
.white:after {
  border-bottom-color: #e5e5e5;
}

/* yellow bubble */
.yellow {
  background: #7acd47;
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.15, #fcf3c3),color-stop(1, #f4e371));
  background-image: -webkit-linear-gradient(bottom, #fcf3c3 15%, #f4e371 100%);
  background-image: -moz-linear-gradient(bottom, #fcf3c3 15%, #f4e371 100%);
  background-image: -ms-linear-gradient(bottom, #fcf3c3 15%, #f4e371 100%);
  background-image: -o-linear-gradient(bottom, #fcf3c3 15%, #f4e371 100%);
  background-image: linear-gradient(bottom, #fcf3c3 15%, #f4e371 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f4e371', endColorstr='#fcf3c3');
}
.yellow:after {
  border-bottom-color: #fcf3c3;
}

/* red bubble */
.red {
  background: #7acd47;
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.15, #ea8378),color-stop(1, #e2675a));
  background-image: -webkit-linear-gradient(bottom, #ea8378 15%, #e2675a 100%);
  background-image: -moz-linear-gradient(bottom, #ea8378 15%, #e2675a 100%);
  background-image: -ms-linear-gradient(bottom, #ea8378 15%, #e2675a 100%);
  background-image: -o-linear-gradient(bottom, #ea8378 15%, #e2675a 100%);
  background-image: linear-gradient(bottom, #ea8378 15%, #e2675a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e2675a', endColorstr='#ea8378');
}
.red:after {
  border-bottom-color: #ea8378;
}

/* pink bubble */
.pink {
  background: #7acd47;
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.15, #ffbee3),color-stop(1, #f8a5ce));
  background-image: -webkit-linear-gradient(bottom, #ffbee3 15%, #f8a5ce 100%);
  background-image: -moz-linear-gradient(bottom, #ffbee3 15%, #f8a5ce 100%);
  background-image: -ms-linear-gradient(bottom, #ffbee3 15%, #f8a5ce 100%);
  background-image: -o-linear-gradient(bottom, #ffbee3 15%, #f8a5ce 100%);
  background-image: linear-gradient(bottom, #ffbee3 15%, #f8a5ce 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f8a5ce', endColorstr='#ffbee3');
}
.pink:after {
  border-bottom-color: #ffbee3;
}
.bg-unread{background-color:#F6F7F8}


.left-nav {
	list-style:none;
	margin:0;
	padding:0;
}
.left-nav a {
	position:relative;
	display:block;
	padding:8px 10px;
	border-bottom:dashed 1px #CCC;
}
.left-nav a:hover, .left-nav .active {
	background:#DDD;
	color:#8a0c0d;
	text-decoration:none;
}
.left-nav a:after {
	font-family: 'FontAwesome';
    content: "\f054";
    text-align: right;
    position: absolute;
    right:10px;
}