/* Colorbox styles */
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
	padding-bottom: 10px;
}
#cboxLoadedContent {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
  opacity: 0.9;
}
#colorbox {
  outline: 0;
}
#cboxContent {
  margin-top: 20px;
  /*background: #000;*/
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent {
  background: #fff;
  border-radius: 7px;
  overflow-x: hidden !important;
  border: none;
}
#cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
  color: #ccc;
}
#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0px;
  color: #ccc;
}
#cboxLoadingGraphic {
  background: url(../../images/loading.gif) no-repeat center center;
}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}
#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff;
}
#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -32px;
  background: url(../../images/controls.png) no-repeat top left;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}
#cboxPrevious:hover {
  background-position: bottom left;
}
#cboxNext {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -32px;
  background: url(../../images/controls.png) no-repeat top right;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}
#cboxNext:hover {
  background-position: bottom right;
}
/*#cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(images/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}*/
#cboxClose {
  position: absolute;
  top: 10px;
  right: 30px;
  display: block;
  background: url("../../images/close.png") no-repeat top center;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
}
/*End of color box*/

.p {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;              /* "overflow" value must be different from "visible" */

  text-overflow: ellipsis;
}
.bgc{
background-color: #F9F9F9 !important;
}
.lowercase_toplink{
text-transform: inherit !important;
}
.details_hl{
color:#666 !important;
}
.margintop_f{
    /*margin-top: -160px;*/
}
.margin_headingblock{
    margin-top: 20px !important;
    margin-bottom: 30px !important;
}
.feature-box1 {
	position: relative;
	margin-top: 20px;
	padding: 0 0 0 80px;
}

.feature-box1:first-child { margin-top: 0; }

.feature-box1 .fbox-icon1 {
	display: block;
	position: absolute;
	width: 64px;
	height: 64px;
	top: 0;
	left: 0;
}
@media (max-width: 540px)
{
    .feature-box1 .fbox-icon1 a,
.feature-box1 .fbox-icon1 i,
.feature-box1 .fbox-icon1 img {
	display: block;
	position: relative;
	width: 65px;
	height: 65px;
	color: #FFF;
}

}

.feature-box1 .fbox-icon1 a,
.feature-box1 .fbox-icon1 i,
.feature-box1 .fbox-icon1 img {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	color: #FFF;
}

.feature-box1 .fbox-icon1 i,
.feature-box1 .fbox-icon1 img {
/*	border-radius: 50%;*/
	background-color: #1ABC9C;
}

.feature-box1 .fbox-icon1 i {
	font-style: normal;
	font-size: 28px;
	text-align: center;
	line-height: 64px;
}
@media (max-width: 540px)
{
    .feature-box1 h3 {
	font-size: 12px!important;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 0;
	color: #333;
}
}

}
.feature-box1 h3 {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 0;
	color: #333;
}

.feature-box1 p {
	margin: 8px 0 0 0;
	color: #999;
}

.feature-box1 .before-heading { font-size: 14px; }


/* Feature Box - Icon Large
-----------------------------------------------------------------*/

.feature-box1.fbox-large { padding: 0 0 0 115px; }

.feature-box1.fbox-large .fbox-icon1 {
	width: 96px;
	height: 96px;
}

.feature-box1.fbox-large .fbox-icon1 i {
	font-size: 42px;
	line-height: 96px;
}


/* Feature Box - Icon Outline
-----------------------------------------------------------------*/

.feature-box1.fbox-outline .fbox-icon1 {
	border: 1px solid #1ABC9C;
	border-radius: 50%;
	padding: 3px;
}

.feature-box1.fbox-outline .fbox-icon1 i { line-height: 56px; }


/* Feature Box - Icon Outline Large
-----------------------------------------------------------------*/

.feature-box1.fbox-outline.fbox-large .fbox-icon1 { padding: 4px; }

.feature-box1.fbox-outline.fbox-large .fbox-icon1 i { line-height: 86px; }


/* Feature Box - Icon Rounded
-----------------------------------------------------------------*/

.feature-box1.fbox-rounded .fbox-icon1 { border-radius: 3px !important; }

.feature-box1.fbox-rounded .fbox-icon1 i,
.feature-box1.fbox-rounded .fbox-icon1 img { border-radius: 3px !important; }


/* Feature Box - Icon Rounded & Large
-----------------------------------------------------------------*/

.feature-box1.fbox-rounded.fbox-large .fbox-icon1 { border-radius: 4px !important; }

.feature-box1.fbox-rounded.fbox-large .fbox-icon1 i,
.feature-box1.fbox-rounded.fbox-large .fbox-icon1 img { border-radius: 4px !important; }


/* Feature Box - Light Background
-----------------------------------------------------------------*/

.feature-box1.fbox-light1.fbox-outline .fbox-icon1 { border-color: #E5E5E5; }

.feature-box1.fbox-light1 .fbox-icon1 i,
.feature-box1.fbox-light1 .fbox-icon1 img {
/*	border: 1px solid #E5E5E5;*/
	background-color: #FFF;
	color: #444;
}

.feature-box1.fbox-light1 .fbox-icon1 i { line-height: 62px; }

.feature-box1.fbox-light1.fbox-outline .fbox-icon1 i { line-height: 54px; }

.feature-box1.fbox-light1.fbox-large .fbox-icon1 i { line-height: 96px; }

.feature-box1.fbox-light1.fbox-outline.fbox-large .fbox-icon1 i { line-height: 84px; }


/* Feature Box - Dark Background
-----------------------------------------------------------------*/

.feature-box1.fbox-dark.fbox-outline .fbox-icon1 { border-color: #444; }

.feature-box1.fbox-dark .fbox-icon1 i,
.feature-box1.fbox-dark .fbox-icon1 img { background-color: #333; }


/* Feature Box - Border
-----------------------------------------------------------------*/

.feature-box1.fbox-border .fbox-icon1 {
	border: 1px solid #1ABC9C;
	border-radius: 50%;
}

.feature-box1.fbox-border .fbox-icon1 i,
.feature-box1.fbox-border .fbox-icon1 img {
	border: none;
	background-color: transparent !important;
	color: #1ABC9C;
}

.feature-box1.fbox-border .fbox-icon1 { padding: 0; }

.feature-box1.fbox-border .fbox-icon1 i { line-height: 62px !important; }

.feature-box1.fbox-border.fbox-large .fbox-icon1 i { line-height: 94px !important; }


/* Feature Box - Border - Light
-----------------------------------------------------------------*/

.feature-box1.fbox-border.fbox-light1 .fbox-icon1 { border-color: #E5E5E5; }

.feature-box1.fbox-border.fbox-light1 .fbox-icon1 i,
.feature-box1.fbox-border.fbox-light1 .fbox-icon1 img { color: #888; }


/* Feature Box - Border - Dark
-----------------------------------------------------------------*/

.feature-box1.fbox-border.fbox-dark .fbox-icon1 { border-color: #333; }

.feature-box1.fbox-border.fbox-dark .fbox-icon1 i,
.feature-box1.fbox-border.fbox-dark .fbox-icon1 img { color: #444; }


/* Feature Box - Plain
-----------------------------------------------------------------*/

.feature-box1.fbox-plain .fbox-icon1 {
	border: none !important;
	height: auto !important;
}

.feature-box1.fbox-plain .fbox-icon1 i,
.feature-box1.fbox-plain .fbox-icon1 img {
	border: none !important;
	background-color: transparent !important;
	color: #1ABC9C;
	border-radius: 0;
}

.feature-box1.fbox-plain .fbox-icon1 i {
	font-size: 48px;
	line-height: 1 !important;
}

.feature-box1.fbox-plain .fbox-icon1 img { height: 64px; }

.feature-box1.fbox-plain.fbox-image .fbox-icon1 { width: auto; }

.feature-box1.fbox-plain.fbox-image .fbox-icon1 img {
	width: auto;
	display: inline-block;
}

.feature-box1.fbox-plain.fbox-small { padding-left: 42px; }

.feature-box1.fbox-plain.fbox-small .fbox-icon1 { width: 28px; }

.feature-box1.fbox-plain.fbox-small h3 {
	font-size: 15px;
	line-height: 26px;
	margin-bottom: 10px;
}

.feature-box1.fbox-plain.fbox-small p { margin-left: -42px; }

.feature-box1.fbox-plain.fbox-small .fbox-icon1 i { font-size: 28px; }

.feature-box1.fbox-plain.fbox-small .fbox-icon1 img { height: 28px; }

.feature-box1.fbox-plain.fbox-large .fbox-icon1 i { font-size: 72px; }

.feature-box1.fbox-plain.fbox-large .fbox-icon1 img { height: 96px; }

.feature-box1.fbox-plain.fbox-light1 .fbox-icon1 i,
.feature-box1.fbox-plain.fbox-light1 .fbox-icon1 img { color: #888; }

.feature-box1.fbox-plain.fbox-dark .fbox-icon1 i,
.feature-box1.fbox-plain.fbox-dark .fbox-icon1 img { color: #444; }


/* Feature Box - Center
-----------------------------------------------------------------*/

.feature-box1.fbox-center1 {
	padding: 0;
	text-align: center;
}

.feature-box1.fbox-center1.fbox-small { padding-left: 0 !important; }

.feature-box1.fbox-center1 .fbox-icon1 {
	position: relative;
	width: 76px;
	height: 76px;
	margin: 0 auto 30px;
}

.feature-box1.fbox-center1 .fbox-icon1 i {
	font-size: 42px;
	line-height: 96px;
}

.feature-box1.fbox-center1.fbox-outline .fbox-icon1 i { line-height: 88px; }

.feature-box1.fbox-center1 p {
	font-size: 14px;
	margin-top: 15px;
}


/* Feature Box - Center & Large Icons
-----------------------------------------------------------------*/

.feature-box1.fbox-center1.fbox-large .fbox-icon1 {
	width: 128px;
	height: 128px;
}

.feature-box1.fbox-center1.fbox-large .fbox-icon1 i {
	font-size: 70px;
	line-height: 128px;
}

.feature-box1.fbox-center1.fbox-large.fbox-outline .fbox-icon1 i { line-height: 118px; }

.feature-box1.fbox-center1.fbox-light11 .fbox-icon1 i { line-height: 94px; }

.feature-box1.fbox-center1.fbox-light1.fbox-outline .fbox-icon1 i { line-height: 86px; }

.feature-box1.fbox-center1.fbox-light1.fbox-outline.fbox-large .fbox-icon1 i { line-height: 114px; }

.feature-box1.fbox-center1.fbox-border .fbox-icon1 i { line-height: 94px !important; }

.feature-box1.fbox-center1.fbox-large.fbox-border .fbox-icon1 i { line-height: 126px !important; }

.feature-box1.fbox-center1.fbox-plain .fbox-icon1 i { font-size: 84px; }

.feature-box1.fbox-center1.fbox-plain .fbox-icon1 img { height: 96px; }

.feature-box1.fbox-center1.fbox-large.fbox-plain .fbox-icon1 i { font-size: 112px; }

.feature-box1.fbox-center1.fbox-large.fbox-plain .fbox-icon1 img { height: 128px; }


/* Feature Box - Center & Large Icons
-----------------------------------------------------------------*/

.feature-box1.fbox-center1.fbox-small .fbox-icon1 {
	width: 64px;
	height: 64px;
}

.feature-box1.fbox-center1.fbox-small .fbox-icon1 i {
	font-size: 28px;
	line-height: 64px;
}

.feature-box1.fbox-center1.fbox-small.fbox-outline .fbox-icon1 i { line-height: 58px; }

.feature-box1.fbox-center1.fbox-light1.fbox-outline.fbox-small .fbox-icon1 i { line-height: 54px; }

.feature-box1.fbox-center1.fbox-small.fbox-border .fbox-icon1 i { line-height: 62px !important; }

.feature-box1.fbox-center1.fbox-small.fbox-plain .fbox-icon1 i { font-size: 56px; }

.feature-box1.fbox-center1.fbox-small.fbox-plain .fbox-icon1 img { height: 64px; }

.feature-box1.fbox-center1.fbox-small p {
	font-size: 14px;
	margin-top: 10px;
}

.feature-box1.fbox-center1.fbox-plain.fbox-small p { margin-left: 0; }


/* Feature Box - Right
-----------------------------------------------------------------*/

.feature-box1.fbox-right {
	padding: 0 80px 0 0;
	text-align: right;
}

.feature-box1.fbox-right.fbox-large { padding-right: 115px; }

.feature-box1.fbox-right .fbox-icon1 {
	left: auto;
	right: 0;
}

.feature-box1.fbox-right.fbox-plain.fbox-small { padding: 0 42px 0 0; }

.feature-box1.fbox-right.fbox-plain.fbox-small p { margin: 0 -42px 0 0; }


/* Feature Box - Subtitle
-----------------------------------------------------------------*/

.feature-box1 h3 + .fbox-icon1 { margin-top: 20px !important; }

.feature-box1 h3 span.subtitle {
	display: block;
	margin-top: 5px;
	color: #444;
	font-weight: 300;
	text-transform: none;
}

.feature-box1.fbox-center1:not(.fbox-bg) h3:after {
	content: '';
	display: block;
	margin: 20px auto;
	width: 30px;
	border-top: 2px solid #555;
	-webkit-transition: width .3s ease;
	-o-transition: width .3s ease;
	transition: width .3s ease;
}

.feature-box1.fbox-center1:not(.fbox-bg):hover h3:after { width: 50px; }

.feature-box1.fbox-center1.noborder:not(.fbox-bg) h3:after,
.feature-box1.fbox-center1.nobottomborder:not(.fbox-bg) h3:after { display: none; }

.feature-box1.fbox-center1.fbox-italic p {
	font-style: italic;
	font-family: 'Lato', sans-serif;
}


/* Feature Box - Background
-----------------------------------------------------------------*/

.feature-box1.fbox-bg.fbox-center1 {
	margin-top: 68px;
	padding: 68px 30px 30px;
	background-color: #FFF;
	border: 1px solid #E5E5E5;
	border-radius: 5px;
}

.feature-box1.fbox-bg.fbox-center1:first-child { margin-top: 48px; }

.feature-box1.fbox-bg.fbox-center1.fbox-large {
	margin-top: 84px;
	padding-top: 84px;
}

.feature-box1.fbox-bg.fbox-center1.fbox-large:first-child { margin-top: 64px; }

.feature-box1.fbox-bg.fbox-center1 .fbox-icon1 {
	position: absolute;
	top: -48px;
	left: 50%;
	margin: 0 0 0 -48px;
}

.feature-box1.fbox-bg.fbox-center1.fbox-large .fbox-icon1 {
	top: -64px;
	left: 50%;
	margin-left: -64px;
}

.feature-box1.fbox-bg.fbox-center1.fbox-plain .fbox-icon1,
.feature-box1.fbox-bg.fbox-center1.fbox-border .fbox-icon1,
.feature-box1.fbox-bg.fbox-center1.fbox-outline .fbox-icon1 { background-color: #FFF; }


/* Animated Icon Hovers
-----------------------------------------------------------------*/

.fbox-effect1 .fbox-icon1 i { z-index: 1; }

.fbox-effect1 .fbox-icon1 i:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.fbox-rounded.fbox-effect1 .fbox-icon1 i:after { border-radius: 3px; }

.fbox-effect1 .fbox-icon1 i {
	-webkit-transition: background-color 0.3s, color 0.3s;
	-o-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}

.fbox-effect1 .fbox-icon1 i:after {
	top: -3px;
	left: -3px;
	padding: 3px;
	box-shadow: 0 0 0 2px #333;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-webkit-transform: scale(.8);
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	transition: transform 0.3s, opacity 0.3s;
	transform: scale(.8);
	opacity: 0;
}

.fbox-effect1 .fbox-icon1 i:hover,
.fbox-effect1:hover .fbox-icon1 i {
	background-color: #333;
	color: #FFF;
}

.fbox-effect1.fbox-dark .fbox-icon1 i:after { box-shadow: 0 0 0 2px #1ABC9C; }

.fbox-effect1.fbox-dark .fbox-icon1 i:hover,
.fbox-effect1.fbox-dark:hover .fbox-icon1 i { background-color: #1ABC9C; }

.fbox-effect1 .fbox-icon1 i:hover:after,
.fbox-effect1:hover .fbox-icon1 i:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/* Icon Effects - Bordered
-----------------------------------------------------------------*/

.fbox-border.fbox-effect1 .fbox-icon1 i {
	-webkit-transition: color 0.5s, box-shadow 0.5s, background-color 0.5s;
	-o-transition: color 0.5s, box-shadow 0.5s, background-color 0.5s;
	transition: color 0.5s, box-shadow 0.5s, background-color 0.5s;
}

.fbox-border.fbox-effect1 .fbox-icon1 i:after {
	top: -2px;
	left: -2px;
	padding: 2px;
	z-index: -1;
	box-shadow: none;
	background-image: url('images/icons/iconalt.svg');
	background-position: center center;
	background-size: 100% 100%;
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s, background-color 0.5s;
	-o-transition: -moz-transform 0.5s, opacity 0.5s, background-color 0.5s;
	transition: transform 0.5s, opacity 0.5s, background-color 0.5s;
}

.fbox-border.fbox-rounded.fbox-effect1 .fbox-icon1 i:after { border-radius: 3px; }

.fbox-border.fbox-effect1 .fbox-icon1 i:hover,
.fbox-border.fbox-effect1:hover .fbox-icon1 i {
	color: #FFF;
	box-shadow: 0 0 0 1px #333;
}

.fbox-border.fbox-effect1 .fbox-icon1 i:after {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 0;
	background-color: #333;
}

.fbox-border.fbox-effect1.fbox-dark .fbox-icon1 i:hover,
.fbox-border.fbox-effect1.fbox-dark:hover .fbox-icon1 i { box-shadow: 0 0 0 1px #1ABC9C; }

.fbox-border.fbox-effect1.fbox-dark .fbox-icon1 i:after { background-color: #1ABC9C; }

.fbox-border.fbox-effect1 .fbox-icon1 i:hover:after,
.fbox-border.fbox-effect1:hover .fbox-icon1 i:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}


/* Media Featured Box
-----------------------------------------------------------------*/

.feature-box1.media-box { padding: 0; }

.feature-box1.media-box .fbox-media { margin: 0 0 25px; }

.feature-box1.media-box .fbox-media,
.feature-box1.media-box .fbox-media a,
.feature-box1.media-box .fbox-media img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}

.feature-box1.media-box .fbox-media iframe { display: block; }

.feature-box1.media-box p { margin-top: 17px; }

.feature-box1.media-box.fbox-bg .fbox-media { margin: 0; }

.feature-box1.media-box.fbox-bg .fbox-desc {
	padding: 25px;
	background-color: #FFF;
	border: 1px solid #E5E5E5;
	border-top: 0;
	border-radius: 0 0 5px 5px;
}

.feature-box1.media-box.fbox-bg .fbox-media img { border-radius: 5px 5px 0 0; }

.mgntop{
margin-top: 15px !important;
}
/*
.ellipsis{
text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 110%;
}*/


.testi-meta:before {
  content: '' !important;
}


.circles {
  text-align: center;
  position: relative;
  height: 104px;
    margin-bottom: 40px;
}

.circle-1 {
  width: 104px;
  height: 104px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background: rgba(238, 232, 226, .8);
  position: absolute;
  left: 50%;
  margin-left: -95px;
  z-index: 3;
}

.circle-2 {
  width: 104px;
  height: 104px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background: rgba(251, 250, 250, .5);
  position: absolute;
  right: 50%;
  margin-right: -95px;
  z-index: 2;
}

.leave-it:first-child, .like-it:first-child {
  margin-top: 23px;
}

.like-it {
  text-transform: uppercase;
  color: #E5A22A;
  font-weight: bold;
}

.leave-it {
  font-weight: bold;
  text-transform: uppercase;
}

.icon-plus{
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    font-size: 20px;
}

.icon-heart{
    font-size: 20px;
    color: #E5A22A;
}

#header, #header-wrap, #logo img, #primary-menu:not(.style-2), #primary-menu:not(.style-2) > ul{
height: 70px;
}

#primary-menu ul li a{
line-height: 70px;
}

#top-cart .top-cart-content{
top: 45px;
    width: 380px;
}

#primary-menu ul ul, #primary-menu ul li .mega-menu-content{
top: 70px;
}

#top-bar{
height: 30px;
  line-height: 34px;
}

.top-links ul li{
  height: 30px;
}

.top-links ul ul, .top-links ul div.top-link-section{
top: 30px;
}

/* Serach auto suggestion */
#primary-menu #top-search ul li {
    position: relative;
    float: none !important;
    margin-left: 2px;
}

#primary-menu #top-search ul li a {
    height: 20px;
    font-size: 12px;
    width: auto;
    line-height: 20px;
}

#primary-menu #top-search ul {
    list-style: none;
    height: auto;
    margin: 0;
    border-radius: 0 !important;
    padding: 5px;
}

#top-search .dropdown-menu > .active > a,
#top-search .dropdown-menu > .active > a:hover,
#top-search .dropdown-menu > .active > a:focus {
    color: #ffffff !important;
    text-decoration: none !important;
    outline: 0 !important;
    background-color: #E94F35 !important;
}

#aprt_search .dropdown-menu > .active > a,
#aprt_search .dropdown-menu > .active > a:hover,
#aprt_search .dropdown-menu > .active > a:focus {
    color: #ffffff !important;
    text-decoration: none !important;
    outline: 0 !important;
    background-color: #E94F35 !important;
}
/* End serach auto suggestion */

form#signup {
  margin: 10px 0;
}

form#signup select,
form#signup input {
    margin-bottom: 10px;
}

form#signup .remember.float-left {
  font-size: 10px;
}

.mouse-hand {
    cursor: pointer;
}

.content-wrap {
  padding-bottom: 0px;
}

.form-errors{
    color: #a94442;
}
.testi-meta span{
        padding-left: 3px;
    }

form#forgot input {
  margin: 10px 0px;
}


.portfolio-overlay a.left-icon{
left: 55% !important;
}

.portfolio-overlay a.right-icon{
left:45% !important;
}


#slide-number{
    display: none !important;
}


/* Small device */
@media only screen and (max-width: 767px) {
	.login-box .sign-up-cta-text {
	    margin: 0px;
        font-size: 14px;
	}

    .mob-align{
        padding-top: 16px;
    }
    .mob-login-align{
        margin-left: 108px;
    }

	.login-box .sign-up-cta-text span {
	    display: inline !important;
	}

	#cart-items span.WebRupee,
	#cart-items span.top-cart-item-price {
		display: inline !important;
	}

     .aboutkal-top-strip {
         width: 50%;
         height: 13%;
         /*  line-height: 250%;*/
         padding-left: 10%;
         font-size: 0.7rem;
         color: #ffffff;
         background: rgba(118, 118, 118, 0.8);
         position: absolute;
         bottom: 7%;
         right: 0px;
     }

    .addons .info-wrapper {
        display: none;
	}

    #select-price {
        /* width:120px; */
        width: 95%;
    }

	.checkout #new-signup .checkout-go-back {
		display: block;
	}

	#primary-menu #top-search ul li {
	  height: 30px;
	}

	#primary-menu #top-search ul li a {
	  line-height: 30px !important;
	  height: 30px !important;
	  display: block;
	  width: 100%;
	  margin: 0;
	  padding: 0 5px;
	  left: 0;
	}
}


/* other device */
@media only screen and (min-width: 768px) {
    body.top-search-open #top-search form {
        background: #fff;
    }
     .aboutkal-top-strip {
         width: 50%;
         height: 13%;
         line-height: 250%;
         padding-left: 10%;
         font-size: 20px;
         color: #ffffff;
         background: rgba(118, 118, 118, 0.8);
         position: absolute;
         bottom: 7%;
         right: 0px;
     }

     #select-price {
         /* width:120px; */
         width: 27%;
     }
}

/* Small device */
@media only screen and (max-width: 991px) {
	.logo-1 img {
    height: 60px !important;
    margin-top: 15px;
    margin-bottom: 23px;
    margin-left: 36px;
	}

	 .logo-2 {
		 display: none !important;
	 }
}

/* other device */
@media only screen and (min-width: 992px) {
    /* Desktop logo */
    .logo-2 {
        position: none;
        z-index: 1;
        background-color: #fff;
    }
    .logo-1 img{display: none;} 
    .logo-2 img {
        height: 75px !important;
        margin-top: 10px;
        margin-left: 22px;
    }

    .logo-1 {
      position: absolute !important;
    }
}

/* Selected heart */
.fa-heart:before {
  color: #E94F35;
}

/*Product page color selection */
.mainImageGalleryColourText {
	margin-top: 12px;
	margin-left: 2px;
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 110%;
}

.mainImageGalleryAlsoAvail.selected div {
	border: 2px solid #4ED757;
	border-radius: 6px;
	width: 37px;
}

.mainImageGalleryAlsoAvail.selected div img {
	border: none !important;
	width: 33px!important;
	height: 31px!important;
}

.mainImageGalleryColourText.selected {
	color: #4ED757 !important;
}

.no-padding {
	padding: 0 !important;
}

.hl-like {
  cursor: pointer;
}
#currently-available {
    width:80%;
    margin-left: 10%;
    text-align: center;
}

#primary-menu #top-search ul.typeahead {
	  top: 70px !important;
	  left: 15px  !important;
 }
 /* Small device */
    @media only screen and (max-width: 480px) {
	.social-wrapper .button-wrapper2 {

	  margin-left: 175px;

	}
}

/* other device */
@media only screen and (min-width: 768px) and (max-width: 900px){
    /* Desktop logo */
    .social-wrapper .button-wrapper2 {
          margin-left: 240px;
    }
}

.popup-body {
	font-size: 14px;
	text-align: center;
	background: #f4f3ee;
	padding: 10px;
}

.login-wrapper {
  margin-top: 10px;
	max-height: 450px;
	width:350px;
	/*overflow-y:auto;*/
	margin: auto;
}

@media (min-width: 768px) {
	.col-md-offset-3 {
		margin-left: 18%;
	}
}
.kaleido{
    padding-bottom: 80px;
}
.form-inline .form-group {
    margin-right: 10px;
}
@media (min-width: 767px) and (max-width: 1200px) {
	.form-inline .form-control {
		width: 123px!important;
	}
}

@media (min-width: 1201px) {
	.form-inline .form-control {
		width: 150px!important;
	}
	.social-wrapper .button-wrapper2 {
		margin-left: 250px!important;
	}
}

@media (min-width: 990px)and (max-width: 1200px) {
	.social-wrapper .button-wrapper2 {
		margin-left: 180px!important;
	}
}

.padding-login {
  padding-top: 20px;
  padding-left: 0px;
  padding-right: 0px;
}

span.heart-counter-label {
  position: absolute;
  right: 0px;
  font-size: 9px;
  font-weight: bold;
  top: 15px;
  width: 45px;
}

.heart-box .hl-like {
  float: right;
  margin: 5px 13px 0px 4px;
  font-size: 16px;
  width: 20px;
}

.heart-box span.heart-counter-label {
  top: 11px;
}

.btn-danger {

    background-color: #E5A22A!important;
    border-color: #E5A22A!important;
}

 @media only screen and (min-width: 768px) and (max-width:995px) {
     .cart-in-tab {
     margin-left: 50%;
     }
 }

.no-margin {
    margin: 0 !important
}

#slide-height .slide{
    height: 100px !important;
}

@media (min-width: 480px)and (max-width: 767px){
.fmedright{
margin-right: 90px !important;
}
}

#search_apartment{
	float: right;
	line-height: 30px;
	width: 30%;
	margin: 0px 0px 40px 0px;
}

@media only screen and (max-width: 480px) {
	#search_apartment{
  	float: none;
  	line-height: 30px;
  	width: 100%;
	}
}