ol, ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
a {
	-webkit-transition: color 1000ms, background-color 1500ms;
	-moz-transition: color 1000ms, background-color 1500ms;
	-o-transition: color 1000ms, background-color 1500ms;
	transition: color 1000ms, background-color 1500ms;
}
a, a:hover, a:focus {
	text-decoration: none;
	outline: none;
}
.back-to-top {
	position: fixed;
	bottom: 80px;
	right: 1%;
	width: 42px;
	height: 46px;
	z-index: 1000;
	display: none;
	text-decoration: none;
	color: #fff;
	font-size: 20px;
	background: #5aa3ce;
	padding: 8px;
	border: 1px solid #fff;
}
.back-to-top:hover {
	color: #5aa3ce;
	background: #fff;
	border: 1px solid #5aa3ce;
}


section {
	margin-bottom:20px;
}




/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
 100% {
 top: -12px;
 right: -12px;
 bottom: -12px;
 left: -12px;
 opacity: 0;
}
}
@keyframes hvr-ripple-out {
 100% {
 top: -12px;
 right: -12px;
 bottom: -12px;
 left: -12px;
 opacity: 0;
}
}
.hvr-ripple-out {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
}
.hvr-ripple-out:before {
	content: '';
	position: absolute;
	border: #5aa3ce solid 6px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}
.hvr-ripple-out:hover:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:active:before {
	-webkit-animation-name: hvr-ripple-out;
	animation-name: hvr-ripple-out;
}
.overlay {
	display: block;
	position: absolute;
	z-index: 20;
	background: rgba(0,0,0,.5);
	overflow: hidden;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.overlay p {
	margin: 0 0 10px;
	padding: 5px;
	background-color: transparent;
	color: #232323;
	border: 0;
	font-weight: 600;
	text-transform: uppercase;
}
.expand {
	border: 1px solid #fff;
	color: #232323;
	display: block;
	font-size: 13px;
	font-weight: 300;
	height: 214px !important;
	line-height: 20px;
	padding: 10px;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 100;
}
.expand p {
	color: #fff;
}
.expand p:first-child {
	margin-top: 40px;
}
.effects .overlay {
	border-radius: 100%;
	bottom: 0;
	height: 238px;
	left: 0;
	margin: 12px;
	opacity: 0;
	right: 0;
	top: 0;
	width: auto;
}
.effects .overlay .expand {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.effects .img-items:hover .overlay {
	opacity: 1;
}
.effects .img-items:hover .overlay .expand {
	width: 90%;
	height: 83%;
}



/* =========== Header ===========   */

/* Header Top */
.topbar{
	background:#393e74;
	padding:10px 0;
	width:100%;
}
.topbar a,
.topbar a:link,
.topbar a:active {
	color: #FFF !important;
}
ul.contactinfo li, ul.shop-menu li{
	display:inline-block;
	margin-left:15px;
}
ul.contactinfo li:first-child{
	margin-left:0;
}
ul.contactinfo li a, ul.shop-menu li a{
	font-size: 12px;
	color: #fff;
}
ul.contactinfo li a i {
	margin-right: 3px;
}
ul.shop-menu li a i {
	margin-right: 3px;
}
/* -------- Header bottom --------- */
header.navigation {
  background: #fff;
  position: relative;
  padding:15px 0;
  width: 100%;
  z-index:999;
  -moz-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
header.navigation.affix {
  background-color:fff;
  box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  padding:0;
  
  -moz-transition: all 0.9s ease 0s;
  -ms-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  transition: all 0.9s ease 0s;
}

header .navbar-brand {
	height: auto;
	padding: 0;
	float: none;
}
header .navbar-brand > img{
	max-width: 300px;
}
header .navbar-brand > img{
	max-width: 200px;
}
header .navbar {
	margin-bottom: 0;
	min-height: auto;
}
header .navbar-default {
	border: none;
}
header .navbar-default .navbar-nav > li {
	margin: 17px 0 17px 5px;
}
header .navbar-default .navbar-nav > li a {
	border: 1px solid transparent;
	color: #5aa3ce;
	font-size: 16px;
	padding: 7px 18px !important;
	position: relative;
}


header .navbar-nav > li > .dropdown-menu {

}
header .navbar-nav > li > .dropdown-menu li a {

}
header .navbar-nav > li > .dropdown-menu li a:after {

}
header .navbar-nav > li > .dropdown-menu li a:hover {

}
header .navbar-default .navbar-nav > .active > a {

}
header .navbar-default .navbar-nav > li a:hover::after {

}
header .navbar-default .navbar-nav > .active > a::after, header .navbar-default .navbar-nav > .active > a:focus::after, header .navbar-default .navbar-nav > .active > a:hover::after {

}
header .navbar-default .navbar-nav > li a:hover {

}
header .navbar-default .navbar-nav > .active > a, header .navbar-default .navbar-nav > .active > a:focus, header .navbar-default .navbar-nav > .active > a:hover {

}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {

}
.navbar-default .navbar-toggle {

}
.navbar-default .navbar-toggle .icon-bar {

}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {

}
/* --------Booking popup  --------- */
.modal .close {
	color: #fff !important;
}
.booking .fa {
	font-size: 15px;
	margin-right: 10px;
}
.booking a.btn-booking {
	background: #5aa3ce;
	color: #fff;
	display: block;
	font-size: 15px;
	line-height: 24px;
	margin-top: 15px;
	padding: 7px 18px;
}
.booking a.btn-booking:hover {
	background: #5aa3ce;
	color: #fff;
}
.modal-header {
	background: #5aa3ce;
	border-bottom: 1px solid #eee;
	text-align: center;
}
.large-heading h2 {
	color: #fff;
	font-size: 30px;
}
.large-heading h2 small {
	color: #fff;
	display: block;
	font-size: 40px;
	font-weight: 800;
	line-height: 0.9;
}
.form h4, .form .cd-label {
	margin-bottom: 10px;
}
.form .cd-labe2 {
	font-family: 'courgetteregular';
	color: #5aa3ce;
	font-size: 25px;
}
.form .cd-label {
	color: #222;
	display: block;
}
.form ul.inline li {
	display: inline-block;
	margin-right: 15px;
}
.form input[type="radio"] + label::before, .form input[type="checkbox"] + label::before {
	background:#ffffff;
	border:1px solid #e2e2e2;
}
.form input[type="radio"] + label::after, .form input[type="checkbox"] + label::after {
	background-color: #ea397f;
	background-position: center center;
	background-repeat: no-repeat;
	display: none;
}
.form input[type="radio"] + label, .form input[type="checkbox"] + label {
	padding-left: 24px;
}
input, select, textarea {
	background:transparent;
	border: 1px solid #f0f0f0;
	color: #999;
	font-family: inherit;
	font-size: 13.4px;
	font-weight: 700;
	padding: 9px 15px 8px;
	position: relative;
}
.form input[type="radio"] + label::after, .form input[type="checkbox"] + label::after {
	background-color: #ea397f;
	background-position: center center;
	background-repeat: no-repeat;
	display: none;
}
.modal-footer {
	background-color: #eee;
	padding: 20px 40px;
}
.hidden {
	display: none !important;
}
.button, button, input[type="submit"], input[type="button"], input[type="reset"] {
	background: #5aa3ce;
	border: 1px solid transparent;
	color: #fff;
	display: inline-block;
	padding: 7.5px 25px;
	text-decoration: none;
	transition: all 0.2s ease-in-out 0s;
}
.button:hover, .button:focus, button:hover, button:focus, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:focus, input[type="button"]:focus, input[type="reset"]:focus {
	background:transparent;
	color: #5aa3ce;
	cursor: pointer;
	outline: medium none;
	border: 1px solid #5aa3ce;
}
/* ================================= */
/*  Main Slider  */
/* ================================= */

#main-slider {
	position: relative;
	padding: 0;
	margin:0;
}
.no-margin {
	margin: 0;
	padding: 0;
}
#main-slider .carousel .carousel-content {
	margin: 10% 0;
	color: #fff;
	background-color: rgba(255, 255, 255, 0.53);
	padding:20px;
}
#main-slider .carousel h2 {
	color: #fff;
	position: relative;
	display: inline-block;
}
#main-slider .carousel h2:before, #main-slider .carousel h2:after {
	content: "";
	background: #fff;
	height: 2px;
	width: 150px;
	display: block;
	position: absolute;
	top: 23px;
}
#main-slider .carousel h2:before {
	left: -156px;
}
#main-slider .carousel h2:after {
	right: -156px;
}
#main-slider .carousel h1 {
	font-size: 50px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 40px 0;
	padding: 0 16%;
}
#main-slider .carousel .btn-slide {
	padding: 8px 30px;
	background: #5aa3ce;
	color: #fff;
	display: inline-block;
	font-size: 22px;
}
#main-slider .carousel .btn-slide:hover {
	background: #5aa3ce;
	color: #fff;
}
#main-slider .carousel .item {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	left: 0 !important;
	opacity: 0;
	top: 0;
	position: absolute;
	width: 100%;
	display: block !important;
	-webkit-transition: opacity ease-in-out 500ms;
	-moz-transition: opacity ease-in-out 500ms;
	-o-transition: opacity ease-in-out 500ms;
	transition: opacity ease-in-out 500ms;
}
#main-slider .carousel .item:first-child {
	top: auto;
	position: relative;
}
#main-slider .carousel .item.active {
	opacity: 1;
	-webkit-transition: opacity ease-in-out 500ms;
	-moz-transition: opacity ease-in-out 500ms;
	-o-transition: opacity ease-in-out 500ms;
	transition: opacity ease-in-out 500ms;
	z-index: 1;
}
#main-slider .prev, #main-slider .next {
	position: absolute;
	top: 50%;
	border: 1px solid #000000;
	color: #fff;
	display: inline-block;
	margin-top: -25px;
	height: 40px;
	line-height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	z-index: 5;
}
#main-slider .prev:hover, #main-slider .next:hover {
	background-color: #5aa3ce;
	border: 1px solid #5aa3ce;
}
#main-slider .prev {
	left: 10px;
}
#main-slider .next {
	right: 10px;
}
#main-slider .active .animation.animated-item-1 {
	-webkit-animation: fadeInUp 1600ms linear 1600ms both;
	-moz-animation: fadeInUp 1600ms linear 1600ms both;
	-o-animation: fadeInUp 1600ms linear 1600ms both;
	-ms-animation: fadeInUp 1600ms linear 1600ms both;
	animation: fadeInUp 1600ms linear 1600ms both;
}
#main-slider .active .animation.animated-item-4 {
	-webkit-animation: bounceInLeft 1000ms linear 1000ms both;
	-moz-animation: bounceInLeft 1000ms linear 1000ms both;
	-o-animation: bounceInLeft 1000ms linear 1000ms both;
	-ms-animation: bounceInLeft 1000ms linear 1000ms both;
	animation: bounceInLeft 1000ms linear 1000ms both;
}
#main-slider .active .animation.animated-item-5 {
	-webkit-animation: bounceInRight 1400ms linear 14000ms both;
	-moz-animation: bounceInRight 1400ms linear 1400ms both;
	-o-animation: bounceInRight 1400ms linear 1400ms both;
	-ms-animation: bounceInRight 1400ms linear 1400ms both;
	animation: bounceInRight 1400ms linear 1400ms both;
}
/* ================================= */
         /* ABOUT */
/* ================================= */
#about {
	padding-bottom: 0;
}
#about .btn-slide_about {
	background:#5aa3ce;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	margin-top: 17px;
	padding: 6px 25px;
	border: 1px solid transparent;
}
#about .btn-slide_about:hover {
	background: #5aa3ce;
	color: #fff;
}
#about .aboutImg {
	margin-bottom: 3em;
	margin-top: 90px;
	overflow: hidden;
	position: relative;
}
.shadow {
	top: auto;
	right: auto;
	bottom: 0;
	left: auto;
}
/**** Shortcode: Icon-Boxes.less ****/
.page-block h3 {
	font-family: 'courgetteregular';
	padding-bottom: 20px;
}
.text-theme-colored.font-playball.text-lowercase.font-28.letter-space-4 {
	color: #222222;
	font-size: 20px;
}
.icon-box {
	padding: 40px 17px;
}
.icon-box .icon {
	display: inline-block;
	height: 64px;
	margin-bottom: 20px;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 64px;
}
.icon-box .icon i {
	line-height: 64px;
}
.icon-box .icon.icon-gray {
	background-color: #eeeeee;
	color: #555555;
}
.icon-box .icon.icon-gray:hover {
	background-color: #d5d5d5;
	color: #bbbbbb;
}
.icon-box .icon.icon-gray.icon-bordered {
	background-color: transparent;
	border: 2px solid #eeeeee;
}
.icon-box .icon.icon-gray.icon-bordered:hover {
	background-color: #eeeeee;
	color: #555555;
}
.icon-box .icon.icon-dark {
	background-color: #5aa3ce;
	color: #fff;
}
.icon-box .icon.icon-dark:hover {
	color: #fff;
}
.icon-box .icon.icon-dark.icon-bordered {
	background-color: transparent;
	border: 2px solid #111111;
	color: #111111;
}
.icon-box .icon.icon-dark.icon-bordered:hover {
	background-color: #111111;
	border-color: #111111;
	color: #fff;
}
.icon-box .icon.icon-white {
	background-color: #fff;
	color: #333333;
}
.icon-box .icon.icon-white:hover {
	background-color: #b3b3b3;
	color: #000000;
}
.icon-box .icon.icon-white.icon-bordered {
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff;
}
.icon-box .icon.icon-white.icon-bordered:hover {
	background-color: #fff;
	border-color: #fff;
	color: #111111;
}
.icon-box .icon.icon-white.icon-border-effect {
	position: relative;
}
.icon-box .icon.icon-white.icon-border-effect::after {
	box-shadow: 0 0 0 3px #fff;
}
.icon-box .icon.icon-bordered {
	border: 1px solid #777777;
}
.icon-box .icon.icon-bordered:hover {
	background-color: #777777;
	color: #fff;
}
.icon-box .icon.icon-rounded {
	border-radius: 3px;
}
.icon-box .icon.icon-circled {
	border-radius: 50%;
}
.icon-box .icon.icon-xs {
	height: 30px;
	width: 30px;
}
.icon-box .icon.icon-xs i {
	font-size: 18px;
	line-height: 30px;
}
.icon-box .icon.icon-sm {
	height: 50px;
	width: 50px;
}
.icon-box .icon.icon-sm i {
	font-size: 30px;
	line-height: 45px;
}
.icon-box .icon.icon-md {
	height: 75px;
	width: 75px;
}
.icon-box .icon.icon-md i {
	font-size: 36px;
	line-height: 75px;
}
.icon-box .icon.icon-lg {
	height: 90px;
	width: 90px;
}
.icon-box .icon.icon-lg i {
	font-size: 48px;
	line-height: 90px;
}
.icon-box .icon.icon-xl {
	height: 120px;
	width: 120px;
}
.icon-box .icon.icon-xl i {
	font-size: 60px;
	line-height: 120px;
}
.icon-box .icon.icon-border-effect {
	position: relative;
}
.icon-box .icon.icon-border-effect::after {
	border-radius: 50%;
	box-shadow: 0 0 0 3px #5aa3ce;
	box-sizing: content-box;
	content: "";
	height: 100%;
	left: -4px;
	opacity: 0;
	padding: 4px;
	top: -4px;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
	pointer-events: none;
	position: absolute;
	width: 100%;
}
.icon-box .icon.icon-border-effect.effect-flat::after {
	border-radius: 0;
}
.icon-box .icon.icon-border-effect.effect-rounded::after {
	border-radius: 3px;
}
.icon-box .icon.icon-border-effect.effect-circled::after {
	border-radius: 50%;
}
.icon-box .icon.icon-border-effect.icon-gray::after {
	box-shadow: 0 0 0 3px #eeeeee;
}
.icon-box .icon.icon-top {
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: -32px;
}
.icon-box i {
	display: inline-block;
	font-size: 40px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.icon-box i[class*="pe-7s-"] {
	vertical-align: text-bottom;
}
.icon-box.left {
	text-align: left;
}
.icon-box.left a {
	margin-right: 30px;
	padding: 0;
}
.icon-box.iconbox-border {
	border: 1px solid #dcdcdc;
}
.icon-box.iconbox-bg {
	background-color: #fafafa;
}
.icon-box.iconbox-bg.iconbox-bg-dark {
	background-color: #333333;
}
.icon-box .icon-box-title {
	margin-bottom: 15px;
}
.icon-box .icon-border-effect:hover::after, .icon-box:hover .icon-border-effect::after {
	opacity: 1;
	transform: scale(1);
}




/* ============ MISC ============ */
.category_title:hover{
	background-color: rgba(0, 0, 0, 1);
}
.category_title,
.category_title_no_link {
	position: absolute;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #FFF !important;
    margin: 1% 8%;
    margin-top: 60%;
    z-index: 1;
    border-radius: 10px;
    width: 72%;
}




/* ============ Treatments ============ */

#footer-top {
	padding: 10px;
	margin-top: 100px;
}
#footer-top .image img {
	padding-top:20%;
}
section p.padding, section p.padding-top {
	margin-top: 30px;
}
section p.padding:after, section p.padding-top:after {
	content: "";
	display: block;
	height: 2px;
	margin: 20px auto 50px;
	width:230px;
}
section p.padding:after {
	background: #5aa3ce;
}
section p.padding-top:after {
	background: #fff;
}
.treatment-box {
	margin-top: 20px;
}
.treatment-box h3 {
	margin: 25px 0;
}
.treatment-box p {
	font-size: 14px;
	padding: 0 9px;
}
.treatment-box a {
	color: #5aa3ce;
}
.img-items img::after {
	border: 10px solid rgba(255, 255, 255, 0.5);
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.5;
	position: absolute;
	right: 0;
	top: 0;
}
.effects .img-items {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.effects .img-items img {
	display: block;
	height: auto;
	max-width: 100%;
	border-radius:100%;
}
.team_block {
	min-height: 300px;
}
.team_block img {
	width: 100%;
	padding: 12px;
}
.img-items a.btn {
	color: #fff;
	background-color: #5aa3ce;
	border-radius: 0;
	margin-top: 25px;
}
/* ================================= */
/* parallax  Section */
/* ================================= */

#parallax .effect_3 {
	padding: 0;
}
.effect_3 {
	background: rgba(0, 0, 0, 0.3);
	height: 100%;
	padding: 100px 0;
	z-index: 1;
}
#parallax {
	text-align: center;
}
#parallax {
	background-attachment: fixed;
	background-image: url("../images/parallax3.jpg");
	background-position: left bottom;
	background-repeat: no-repeat !important;
	background-size: cover;
	height: auto;
	text-align: center;
	width: 100%;
}
.effect_3 {
	background: rgba(0, 0, 0, 0.3);
	height: 100%;
	padding: 100px 0;
	z-index: 1;
}
.para_img {
	display: inline-block !important;
}
.double-box {
	background:#cacac8;
	padding: 50px 0;
}
#parallax h4.txt-discount {
	color: #333;
	font-family: 'PTSans-Regular';
	font-size: 40px;
	font-weight: 300;
	margin-top: 20px;
}
.txt-discount a {
	background:#5aa3ce;
	color: #fff;
	margin-top: 25px;
	padding: 10px 20px;
}
/* ================================= */
/*  Wellness Treatment Section  */
/* ================================= */
.nav-tabs>li {
	margin-bottom: 0px;
	margin-right: 45%;
}
.pull-left {
	float: none !important;
}
.nav-tabs {
	border-bottom: transparent;
	border-right: 1px solid #6f6f6f;
}
.nav-tabs>li>a {
	color: #666;
	border: 1px solid #fff;
	margin-right: 0;
	padding: 4px 0 3px 23px;
	font-size: 16px;
}
.nav-tabs li:last-child {
	border-bottom: 0 none;
}
.nav-stacked>li+li {
	margin-top: 0;
}
.nav-tabs>li>a:hover {
	background: #5aa3ce;
	color: #fff;
	border-radius: 0;
	border: 1px solid #fff;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	border: 1px solid #fff;
	color: #fff;
	background: #5aa3ce;
	position: relative;
	border-radius: 0;
	border: 1px solid #fff;
}
.nav-tabs>li.active>a:after {
	position: absolute;
	content: "";
	width: auto;
	height: auto;
	border-style: solid;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 14px solid #6f6f6f;
	right: -163px;
	top: 17;
}
.btn-slide {
	margin-bottom: 12px;
	margin-top: 31px;
}
.btn-slide a {
	background:#5aa3ce;
	color: #fff;
	padding: 12px 60px;
	font-family: 'courgetteregular';
	font-size: 22px;
	border: 1px solid transparent;
	cursor: pointer;
}
.btn-slide a:hover , .btn-slide a:focus{
	background: #5aa3ce;
	color: #fff;
}
.tab-wrap {}
.wellness_text > p , .wellness_dicount .wln_time,.wellness_dicount .wln_discount{
	font-size: 14px;
}
.wellness_text {
	border: 1px solid #6f6f6f;
	padding: 27px 34px 18px;
}
.wellness_text > h2 {
	font-size: 28px;
	margin-bottom: 20px;
}
.wellness_dicount .wln_time {
	background: #5aa3ce;
	color: #fff;
	padding: 12px 8px;
	margin-right: -4px;
}
.wellness_dicount .wln_discount {
	background: #000;
	color: #fff;
	padding: 12px 8px;
}
.wellness_dicount {
	margin-top: 52%;
}
.tab-content h2 {
	margin-top: 0;
}
.tab-content img {}



/* ================================= */
/*  Some fun facts Section  */
/* ================================= */
#facts {
	background: #fff;
}
.facts .devider:before, .facts .devider:after {
	color: #737C85;
}
.facts .devider i {
	color: #fff;
}
.parallax-overlay {
}
.counters-item {
	color: #6f6f6f;
}
.counters-item i {
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	height: 120px;
	margin: 0 0 35px;
	padding: 37px 0 0;
	width: 120px;
	background: #5aa3ce;
}
.counters-item strong {
	display: block;
	font-size: 60px;
	font-weight: 600;
	line-height: 60px;
	font-family: 'PTSans-Regular';
}
.counters-item p {
	font-size: 18px;
	line-height: 24px;
	margin-top: 15px;
	text-transform: uppercase;
	color: #5aa3ce;
}


/* ========== Pricing Table ========== */

#pricing_table {
	background: url(../images/pricing_bg.jpg);
	background-attachment: fixed;
	background-size: cover;
}
#pricing_table h2 {
	color: #fff;
}
#pricing_table p {
	color: #fff;
}
#pricing_table .col-md-3 {
	padding: 4px;
}
.pricemid {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: 1px solid #444;
	margin: 10% auto 0 auto;
	text-align: center;
}
.infos {
	margin-top: 10%;
}
.pricefooter {
	width: 100%;
	height: 65px;
	margin-top: 10%;
	background: #000000;
}
.pricetab {
	background:#f8f7f7;
}
/*--- Pricing Table Typo -----*/ 
.title {
	color: #fff;
	font-size: 38px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	margin: auto;
}
.pricetab h1 {
	border-radius: 50%;
	color: #5aa3ce;
	font-size: 24px;
	font-weight: bold;
	margin: 23px 75px;
	padding: 18% 0;
	text-align: center;
	box-shadow: 0 0 6px #5aa3ce;
	font-family: 'PTSans-Regular';
}
.heading_pricing {
	background:#5aa3ce;
}
.heading_pricing > img {
	margin-top: -12px;
}
.pricetab h2 {
	color: #fff;
	display: inline-block;
	font-size: 30px;
	margin: 18px auto 0 10px;
	text-align: center;
}
sub {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}
.pricetab p {
	border-bottom: 1px solid;
	color: #555 !important;
	font-size: 15px;
	font-weight: normal;
	line-height: 2;
	margin: 5px 45px;
	text-align: center;
}
.button_price a {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	line-height: 4;
}
.buttonmid a {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	line-height: 4;
}
.credit {
	font-family: arial;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	margin-left: 5%;
	line-height: 1.3;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
/*---- Pricing Table Buttons ----*/ 
.button_price {
	width: 50%;
	height: 65px;
	margin: 0 auto 0 auto;
	background: #5aa3ce;
	text-align: center;
	cursor: pointer;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.button_price:hover {
	width: 100%;
}
.buttonmid {
	width: 100%;
	height: 65px;
	margin: 0 auto 0 auto;
	background: #333;
	text-align: center;
	cursor: pointer;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.buttonmid:hover {
	width: 60%;
}


/* ===============  Our Services ===============  */

#Services {}
#our_services h2, #our_services h5, {
 color: #5aa3ce;
}
.fancybox-effects-c:hover {
	color: #fff;
}
.our_services-filter #filters li:hover::before {
	left: 8px;
	opacity: 1;
	top: -12px;
	color: #fff;
}
.our_services-filter #filters li::before {
	border-left: 2px solid;
	border-top: 2px solid;
	left: 20px;
	top: -5px;
}
.our_services-filter #filters li::before, .our_services-filter #filters li::after {
	content: "";
	display: block;
	height: 9px;
	opacity: 0;
	position: absolute;
	transition: all 0.3s ease 0s;
	width: 9px;
}
.our_services-filter #filters li:hover::after {
	bottom: -12px;
	opacity: 1;
	right: 8px;
	color: #fff;
}
.our_services-filter #filters li::after {
	border-bottom: 2px solid;
	border-right: 2px solid;
	bottom: -5px;
	right: 20px;
}
.our_services-filter #filters li::before, .our_services-filter #filters li::after {
	content: "";
	display: block;
	height: 9px;
	opacity: 0;
	position: absolute;
	transition: all 0.3s ease 0s;
	width: 9px;
}
.our_services-filter #filters li:hover {
	border-color:transparent;
	color: #fff;
}
.our_services-filter #filters li {
	border-left: 2px solid #fff;
	color: #fff;
	display: inline-block;
	font-weight: 500;
	line-height: 10px;
	padding: 0 25px;
	position: relative;
	cursor: pointer;
}
.our_services-filter #filters li:first-child {
	border-left-width: 0;
}
#our_services ul {
	background:#5aa3ce;
	margin-bottom: 40px;
	padding: 20px 0;
}
#portfoliolist {
	margin: -18px;
}
#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width: 23%;
	margin: 1%;
	display: none;
	float: left;
	overflow: hidden;
}
.portfolio-wrapper {
	overflow: hidden;
	position: relative !important;
}
.portfolio img {
	max-width: 100%;
}
#services1 .item {
	padding:50px 0px;
	margin: 5px;
	text-align: center;
}
#services2 .item {
	padding: 10px 0px;
	margin: 5px;
	text-align: center;
	cursor: pointer;
}
#services2 .item h1 {
	font-size: 18px;
}
#services2 .synced .item .round_img img {
	border: 10px solid transparent;
	border-radius: 50%;
	box-shadow: 0 0 2px #5aa3ce;
}
.item .round_img img {
	border: 10px solid transparent;
	border-radius: 50%;
	box-shadow: 0 0 1px #cccccc;
}
.img_border img {
	border: 5px solid #f0f0f0;
}
.colr {
	color: #6f6f6f;
	font-size: 14px;
	margin-bottom: 20px;
}
.tab_text > h2 {
	font-size: 28px;
	margin-bottom: 12px;
	margin-top: 0;
}
.services-link > li {
	list-style: url(../images/navigation.png);
	margin-bottom: 4px;
	padding-left: 7px;
}
.services-link li a {
	color: #6f6f6f;
	font-size: 15px;
}
.services-link li a:hover {
	color: #5aa3ce;
}
.services-link {
	margin-left: 20px;
}
.package {
	background: #5aa3ce;
	padding-bottom: 24px;
}
.pack_col {
	background: #b12154;
	color: #fff;
	font-size: 26px;
	padding: 20px 70px;
}
.package > h4{
	font-size: 20px;
	font-family: 'courgetteregular';
	padding-top: 20px;
}
.package > h2{
	font-size: 40px;
	color: #fff;
	margin-bottom: 64px;
}
.buy_btn > a{
	background: #404040;
	color: #fff;
	font-size: 20px;
	padding: 9px 20px;
	font-family: 'courgetteregular';
}
.buy_btn > a:hover,.buy_btn > a:focus{
	background:#fff;
	color: #5aa3ce;
}
.owl-theme .owl-controls {
	margin-top: -15px;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
	background: #5aa3ce;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
	background: #5aa3ce;
}




/* ======= Our Services Details =======  */

#services-details {
	width: 100%;
}
.services-details {
}
aside {
	margin-bottom: 40px;
}
aside h2 {
	font-size: 28px;
	margin: 0;
}
.red {
	background: #5aa3ce;
	height: 1px;
	width: 100%;
	margin: 25px 0;
	position: relative;
	display: block;
}
.red:before {
	background: #5aa3ce;
	content: "";
	display: inline-block;
	height: 14px;
	left: 5%;
	position: absolute;
	top: -7px;
	width: 30px;
	-moz-transform: skew(-40deg);
	-webkit-transform: skew(-40deg);
	-o-transform: skew(-40deg);
	-ms-transform: skew(-40deg);
	transform: skew(-40deg);
}
.services-details h1 {
	margin: 0 0 30px;
	font-family: 'courgetteregular';
	color: #5aa3ce;
	font-size: 35px;
}
.services-details p {
	color: #35383e;
	line-height: 26px;
	margin-bottom: 25px;
	font-size: 16px;
}
.services-details ul, .work-detail ul {
	margin-bottom: 40px;
	padding-left: 30px !important;
}
.services-details ul li {
	margin-bottom: 10px;
	font-size: 16px;
	color: #35383e;
}
.services-details ul li a {
	color: #35383e;
}
.services-details ul li a:hover {
	color: #5aa3ce;
}
.services-details ul#list li:before, aside ul li a:before, .work-detail ul li:before {
	content: '\f101';
	font-family: FontAwesome;
	display: inline-block;
	width: 15px;
	margin-left: -20px;
	font-size: 16px;
	color: #35383e;
}
​ aside ul li {
	padding-left: 20px;
	margin-bottom: 15px;
}
.clients-bg {
	background: url(../images/clients-bg.jpg) left top no-repeat;
	min-height: 438px;
	height: 100%;
	padding-top: 7%;
	position: relative;
	color: #fff;
}
.clients-bg .carousel-control {
	background: transparent;
	font-size: 40px;
	opacity: 1;
	top: 25%;
	text-shadow: 0 0;
	width: 5%;
}
.clients-bg .carousel-control:hover, .clients-bg .carousel-control:focus {
	color: #5aa3ce;
}
.clients-bg .clients .pic {
	-moz-transform: skew(-35deg);
	-webkit-transform: skew(-35deg);
	-o-transform: skew(-35deg);
	-ms-transform: skew(-35deg);
	transform: skew(-35deg);
}
.clients-bg .clients .pic > img {
	-moz-transform: skew(25deg);
	-webkit-transform: skew(25deg);
	-o-transform: skew(25deg);
	-ms-transform: skew(25deg);
	transform: skew(25deg);
}
.clients-bg .clients p {
	font-size: 18px;
	margin-bottom: 0;
	margin-top: 5px;
}
.clients-bg .clients span {
	color: #5aa3ce;
	font-size: 14px;
}
.clients-bg blockquote {
	background: #ebebeb;
	position: relative;
	color: #35383e;
	padding: 7% 5% 7% 2%;
	-moz-transform: skew(-20deg);
	-webkit-transform: skew(-20deg);
	-o-transform: skew(-20deg);
	-ms-transform: skew(-20deg);
	transform: skew(-20deg);
}
.clients-bg blockquote span {
	-moz-transform: skew(20deg);
	-webkit-transform: skew(20deg);
	-o-transform: skew(20deg);
	-ms-transform: skew(20deg);
	transform: skew(20deg);
}
.clients-bg blockquote:before {
	content: "";
	position: absolute;
	right: 100%;
	top: 40%;
	width: 0;
	height: 0;
	border-top: 13px solid transparent;
	border-right: 26px solid #ebebeb;
	border-bottom: 13px solid transparent;
}
.clients-bg blockquote:after {
	content: url(../images/blockquote.png);
	position: absolute;
	left: 15px;
	top: 15px;
	z-index: -1;
}
/* ================================= */
  /*  Our Work Details Page Css  */
/* ================================= */

#work-details {
}
.work-detail {
	padding-bottom: 50px;
}
.work-detail .dark-grey {
	background: #5aa3ce;
	padding: 52px;
	color: #fff;
}
.work-detail .dark-grey span {
	display: block;
	margin-bottom: 15px;
}
.work-detail .dark-grey span > .fa {
	margin-right: 10px;
}
.work-detail h1 {
	margin: 5% 0 3%;
	font-family: 'courgetteregular';
	color: #5aa3ce;
}
.work-detail p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 30px;
}
.work-detail ul {
	margin-bottom: 0;
}
.work-detail ul li {
	font-size: 12px;
}
.work-detail .owl-carousel .owl-wrapper-outer {
	height: 314px;
}



/* ======== background image with button ======== */
#slogan {
	background: url(../images/bg-banner.jpg) no-repeat;
	background-attachment: fixed;
	background-size: cover;
	padding: 36px 0;
	color: #fff;
}
#slogan h2 {
	color: #fff;
	font-size: 32px;
	margin-top: 20px;
}
#slogan .btn-appointment {
	background: #5aa3ce;
	color: #fff;
	font-size: 22px;
	padding: 15px 30px;
}
#slogan .btn-appointment:hover {
	background: #5aa3ce;
	color: #fff;
}
.padnig {
	margin-top:10px;
}


   /* ============== Our Staff ============== */
#our_staff .item {
	margin: 3px;
}
#our_staff .item img {
	display: block;
	width: 100%;
	height: auto;
}
/*----  Staff details ----*/
.our_staff {}
.our_staff_1 {
	padding-top: 8%;
	padding-bottom: 3%;
	background: url(../images/about_page_bg.jpg);
	background-size: cover;
	background-attachment: fixed;
}
.our_staff_1 p {
	color: #fff;
}
.our_staff_1 h2 {
	color: #fff;
}
#staff-slider .item img {
	display: block;
	width: 100%;
	height: auto;
}
.staf_social > li {
	display: inline-block;
}
.staf_social > li a {
	color: #fff;
	margin: 5px;
}
.owl-theme .owl-controls .owl-page span {
	background:transparent;
	border: 1px solid #5aa3ce;
	height: 14px;
	margin: 50px 0 10px 10px;
	width: 14px;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	opacity: 1;
	background:#5aa3ce;
}
/*------overlay our staff------*/ 
.view-fifth img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.view-fifth .mask {
	background-color: #5aa3ce;
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-o-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.view-fifth h2 {
	color: #fff;
	font-size: 27px;
	margin-top: 10px;
	padding: 5px 0;
}
.staf_social {
	margin-top: 30px;
}
.view-fifth p {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	color: #fff;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	font-size: 14px;
	padding: 0 6px;
}
.read_more {
	margin-top: 25px;
}
.read_more > a {
	background:#fff;
	color: #5aa3ce;
	padding: 6px 15px;
	border: 1px solid #fff;
}
.read_more > a:hover {
	background:#5aa3ce;
	color: #fff;
	padding: 6px 15px;
	border: 1px solid #fff;
}
.view-fifth:hover .mask {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
.view-fifth:hover p {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.view {
	width: auto;
	height: 100%;
	margin: 10px;
	float: left;
	position: relative;
	text-align: center;
}
.view .mask, .view .content {
	height: 100%;
	left: 0;
	margin-right: -1px;
	overflow: hidden;
	position: absolute;
	top: 44%;
	width: 100%;
}
.view img {
	display: block;
	position: relative;
	width: 100%;
}
/* ================================= */
/* -------- Testinomial slider ----- */
/* ================================= */

#testinomial {
	background: url(../images/bg-testinomial.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
	z-index: 1;
}
#testinomial h2 {
	color: #fff;
}
#testinomial-slider .item {
	display: block;
	width: 100%;
	height: auto;
}
#testinomial-slider .item img {
	border: 1px solid #fff;
	border-radius: 100%;
	margin-bottom: 20px;
}
#testinomial-slider .testinomial-content {
	background: #ffffff;
	padding: 25px 15px;
	border-radius: 5px;
	margin: 1% 30%;
	position: relative;
}
#testinomial-slider .testinomial-content::before {
	border-bottom: 20px solid #fff;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	content: " ";
	height: 0;
	left: 50%;
	margin-left: -20px;
	position: absolute;
	right: 50%;
	top: -20px;
	width: 0;
}
#testinomial-slider .testinomial-content p {
	color: #6f6f6f;
	font-size: 14px;
}
#testinomial-slider .item h4 {
	font-size: 18px;
	margin-bottom: 0;
}
#testinomial-slider .item span {
	font-size: 16px;
}
/* ================================= */
/* client_bg Css */
/* ================================= */
.client_bg {
	background: url(../images/bg-logos.jpg);
	padding: 25px 10px;
}
/* ================================= */
/*  Footer Top Section  */
/* ================================= */

#footer-top {
	color: #6f6f6f;
	/*background:url(../images/footer_bgd-1.jpg);*/
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}
.white_bg {
	background: rgba(255, 255, 255, 0.9);
	padding: 20px;
}
#footer-top h4 {
	font-size: 26px;
	color: #5aa3ce;
	margin-bottom: 25px;
	padding: 0 50px 10px 0;
	border-bottom: 1px solid #5aa3ce;
	display: inline-block;
}
#footer-top .footer-about p {
	font-size: 14px;
}
#footer-top ul.footer-links li, #footer-top ul.news li {
	border-bottom: 1px solid #c6c6c6;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#footer-top ul {
	padding: 0;
	margin: 0;
}
#footer-top ul.footer-links li:before {
	content: "\f105";
	font-family: 'FontAwesome';
	margin-right: 10px;
}
#footer-top ul.footer-links li a, #footer-top ul.news li a {
	color: #6f6f6f;
}
#footer-top ul.footer-links li a:hover, #footer-top ul.footer-links li a:focus, #footer-top ul.news li a:hover, #footer-top ul.news li a:focus {
	color: #5aa3ce;
}
#footer-top .footer-contact p {
	border-bottom: 1px solid #c6c6c6;
	font-size: 14px;
	padding-bottom: 10px;
	font-family: 'PTSans-Regular';
}
#footer-top .footer-contact span, #footer-top .footer-contact a {
	color: #5aa3ce;
}
#footer-top .item {
	padding:30px;
}
.footer-contact a {
	color: #6f6f6f !important;
}
footer ul.social {
}
footer ul.social li {
	display: inline-block;
}
footer ul.social li a {
	background:#8f0537;
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 3px;
	text-align: center;
	width: 50px;
	color: #fff;
}
footer ul.social li a > .fa {
	font-size: 18px;
}
footer ul.social li a:hover, footer ul.social li a:focus {
	background: #fff;
	color: #8f0537 !important;
}
footer {
	background: #5aa3ce;
	color: #fff;
	padding: 5px 0;
}
footer p {
	font-size: 14px;
	margin: 0;
	padding: 16px 0;
	font-family: 'PTSans-Regular';
}
/*********** HOME PAGE ENDS **************/

/* ================================= */
/* ------- Other Pages Styling ------*/
/* ================================= */



/* ================================= */
/* ------- About US Inner Page ----- */
/* ================================= */
#page-heading {
	background:url(../images/bg-banner.jpg);
	background-size:cover;
	color: #fff;
	padding:20px 0;
	margin:0;
}
#page-heading h4 {
	font-size: 22px;
	margin: 0;
}
#page-heading a {
	color: #fff;
}
#about-slider .item {
	text-align: center;
}
#about-slider .item img {
	display: inline-block;
	text-align: center;
    width: auto;
    height: 100%;
    max-width: 100%;
    max-height: 300px;
}
#about-slider .owl-controls .owl-buttons div, #staff-slider .owl-controls .owl-buttons div {
	background: transparent;
	border: 2px solid #5aa3ce;
	border-radius: 0;
	font-size: 20px;
	opacity: 1;
}
#about-slider .owl-controls .owl-buttons div {
	padding: 10px 20px;
}
#about-slider .owl-controls .owl-buttons div:hover, #staff-slider .owl-controls .owl-buttons div:hover {
	background: #5aa3ce;
	border: 2px solid #5aa3ce;
}
#about-slider .owl-controls .owl-prev, #about-slider .owl-controls .owl-next {
	position: absolute;
	top: 40%;
}
#about-slider .owl-controls .owl-prev {
	left: 10px;
}
#about-slider .owl-controls .owl-next {
	right: 10px;
}
#about-main h3 {
	margin-top: 0;
	font-size: 35px;
}
#about-main h4 {
	font-size: 22px;
	color: #35383e;
	margin-bottom: 35px;
}
#about-main p {
	font-size: 16px;
	color: #35383e;
}
#about-main a {
	background: #5aa3ce;
	color: #fff;
	font-size: 18px;
	padding: 8px 20px;
	display: inline-block;
	margin-top: 30px;
	border: 1px solid transparent;
}
/* ================================= */
/* ---------- Services page -------- */
/* ================================= */
#our_services {}
.effect img {
	width: 100%;
	border: 10px solid transparent;
	box-shadow: 0 0 2px #5aa3ce;
}
.shape {
	height: 1px;
	background: #35383e;
	width: 40%;
	margin: 10px auto;
	position: relative;
	display: block;
}
.border {
	font-size: 0px;
	line-height: 0%;
	width: 0px;
	border-top: 10px solid #35383e;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	position: relative;
	margin: auto;
	display: block;
}
/*------ Previous button  ------*/
.greybox .carousel-control.left {
	left: 45%;
	margin-right: 5px;
}
/*------- Next button  --------*/
.greybox .carousel-control.right {
	margin-left: 5px;
	right: 45%;
}
.quote-carousel .carousel-inner img {
	height: auto;
	max-width: 100%;
	width: 100%;
}
.effect {
	border: 1px solid #fff;
	height: auto;
	max-width: 100%;
	position: relative;
	margin-bottom: 30px;
}
.overlay-effect {
	background: rgba(0, 0, 0, 0.8);
	width: 100%;
	padding: 15px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	z-index: 33;
	font-family: 'courgetteregular';
}
.button-effect {
	position: absolute;
	z-index: 41;
	bottom: -34px;
	right: 9px;
}
/*------- General button style -------*/
a.red-button {
	text-align: center;
	font-size: 18px;
	color: #fff !important;
	font-family: 'Oswald-Light';
	padding: 5px 10px;
	display: inline-block;
	margin-bottom: 10px;
	margin-top: 20px;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	width: 130px;
	-moz-transform: skew(-25deg);
	-webkit-transform: skew(-25deg);
	-o-transform: skew(-25deg);
	-ms-transform: skew(-25deg);
	transform: skew(-25deg);
}
a.red-button span {
	display: block;
	-moz-transform: skew(25deg);
	-webkit-transform: skew(25deg);
	-o-transform: skew(25deg);
	transform: skew(25deg);
}
.btn-4 {
	overflow: hidden;
	background: #5aa3ce;
}
.btn-4:hover {
	background: #5aa3ce;
	color: #5aa3ce;
}
.btn-4:before {
	position: absolute;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
/*--------- Button 4c --------*/
.btn-4c:before {
	content: "\f105";
	left: 70%;
	opacity: 0;
	top: 7px;
	font-family: FontAwesome;
	font-size: 18px;
}
.btn-4c:hover:before {
	left: 85%;
	opacity: 1;
}
.btn-4d:before {
	content: "\f104";
	right: 70%;
	opacity: 0;
	top: 7px;
	font-family: FontAwesome;
	font-size: 18px;
}
.btn-4d:hover:before {
	right: 90%;
	opacity: 1;
	margin-right: 2px;
	margin-left: 3px;
}
/* ================================= */
/* --------- Blog-1  Page -----------*/
/* ================================= */
.page-content {
	background-color: #faf9fb;
}
#sidebar-content #content {
}
.pad-top-80 {
}
#sidebar .widget {
	background-color: #fff;
	border-top: 2px solid #ea397f;
	margin-bottom: 30px;
	padding: 30px;
}
#sidebar .widget .widget-title {
	border-bottom: 1px solid #f8f8f8;
	margin: 0 -30px 30px;
	padding: 0 30px 30px;
}
#sidebar .widget ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
#sidebar .widget ul li {
	border-bottom: 1px solid #f8f8f8;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#sidebar .widget ul li a {
	color: #6f6f6f;
}
.recent-post-content h4 a {
	color: #5aa3ce !important;
}
#sidebar .widget ul li a:hover {
	color: #5aa3ce;
}
#sidebar .recent-posts ul li .recent-post-image {
	float: left;
	width: 60px;
}
#sidebar .recent-posts ul li .recent-post-image img {
	height: auto;
	width: 100%;
}
#sidebar .recent-posts ul li .recent-post-content {
	padding-left: 80px;
}
.entry-item {
	margin-bottom: 40px;
}
.entry-item .entry-wrap-content {
	background-color: #fff;
	padding: 40px;
}
.entry-item .entry-title {
	margin-bottom: 0;
	font-size: 25px;
	color: #5aa3ce;
}
.entry-item h2.entry-title a {
	color: #5aa3ce;
}
.entry-item .entry-info {
	font-size: 13px;
	margin-bottom: 20px;
}
.entry-item .entry-meta {
	border-top: 1px solid #eee;
	font-size: 13px;
	margin-top: 30px;
	padding-top: 30px;
}
.entry-item .entry-info span.title {
	font-size: 13px;
	color: #6f6f6f;
}
.entry-item .entry-meta span.title, .entry-item .entry-info span.title {
	font-weight: 700;
	font-size: 13px;
	color: #6f6f6f;
}
.entry-item .entry-meta .fa {
  color: #5aa3ce;
}
.desc > a {
	color: #6f6f6f;
}
span.title .btn-slide {
	background:#5aa3ce;
	color: #fff;
	display: inline-block;
	padding: 8px 30px;
	margin: -8px 0;
}
.entry-item .entry-media iframe {
	height: 400px;
	width: 100%;
}
.entry-item.quotes-format .quotes-info {
	background-color: #5aa3ce;
	color: #eee;
	font-size: 18px;
	font-weight: 300;
	line-height: 27px;
	padding: 60px;
}
.top-60 {
	margin-top: 60px;
}
.pagenavi ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.pagenavi ul li {
	display: inline-block;
	margin: 0 5px;
}
.pagenavi ul li a, .pagenavi ul li span {
	background-color: #222;
	border-radius: 50%;
	color: #fff;
	display: block;
	min-height: 50px;
	min-width: 50px;
	padding: 12px 0 0;
	text-align: center;
	line-height: 23px;
}
.pagenavi ul li span {
	background-color: #ea397f;
}
.pagenavi ul li.next a, .pagenavi ul li.prev a {
	border-radius: 50px;
	padding: 12px 25px 0;
}

/* --------- Blog-2  Page -----------*/
.entry-item .entry-wrap-content {
	background-color: #fff;
	padding: 40px;
}
.img-responsive {
	    display: inline-block;
	height: auto;
	max-width: 100%;
}

/* ------- Blog-single-1  Page ------*/

.comment .avatar {
	float: left;
	width: 70px;
}
.comment .comment-text {
	background: #fff;
	margin: 0 0 0 90px;
	padding: 30px;
	position: relative;
}
.comment ul {
	list-style: outside none none;
	margin: 30px 0;
	padding: 0 0 0 90px;
}
.entry-author {
	background-color: #ea397f;
	color: #eee;
	margin-top: -40px;
	padding: 40px;
}
.entry-author .entry-author-avatar {
	float: left;
	height: 100px;
	width: 100px;
}
.entry-author .entry-author-content {
	padding-left: 120px;
}
.comment .comment-text .author {
	margin-bottom: 5px;
	margin-top: 1px;
}
.comment .comment-text .author span {
	display: block;
	line-height: 0.6;
	margin-bottom: 5px;
}
.comment .comment-text .author time, .comment .comment-text .author time a {
	color: #bebebe;
	font-size: 12px;
}
.comment .comment-text {
	background: #fff;
	margin: 0 0 0 90px;
	padding: 30px;
	position: relative;
}
.comment .comment-text .author time a::before {
	color: #bebebe !important;
	content: "•";
	margin: 0 5px;
}
.comment .comment-text .author {
	margin-bottom: 5px !important;
	margin-top: 1px !important;
}
.entry-author-content > h3 {
	color: #fff;
	margin-bottom: 15px;
}
/****** Form ********/
/*
.form.full {
	max-width: 100%;
}
.form input[type="text"], .form input[type="email"], .form textarea, .form select {
	background-color: #ffffff;
	border: 1px solid #e2e2e2;
	padding: 7.5px 20px;
}
.form input[type="text"], .form input[type="email"], .form textarea, .form select, .form legend {
	-moz-appearance: none;
	display: block;
	width: 100%;
}
.form input[type="text"], .form input[type="email"], .form textarea, .form select, .form legend {
	-moz-appearance: none;
	display: block;
	width: 100%;
}
.form input[type="text"], .form input[type="email"], .form textarea, .form select {
	background-color: #ffffff;
	border: 1px solid #e2e2e2;
	padding: 7.5px 20px;
	border-radius: 0;
	box-shadow: none;
}
*/
.bottom-40 {
	margin-bottom: 40px;
}
.bottom-20 {
	margin-bottom: 20px;
}
/* ================================= */
/* --------- Product Page 1 ---------*/
/* ================================= */

.category-products {
	border: 1px solid #F7F7F0;
	margin-bottom: 35px;
	padding-bottom: 20px;
	padding-top: 15px;
}
.left-sidebar h2, .brands_products h2 {
	color: #5aa3ce;
	font-size: 18px;
	font-weight: 700;
	margin: 0 auto 30px;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	z-index: 3;
}
.left-sidebar h2:after, h2.title:after {
	content: " ";
	position: absolute;
	border: 1px solid #f5f5f5;
	bottom: 8px;
	left: 0;
	width: 100%;
	height: 0;
	z-index: -2;
}
.left-sidebar h2:before {
	content: " ";
	position: absolute;
	background: #fff;
	bottom: -6px;
	width: 130px;
	height: 30px;
	z-index: -1;
	left: 50%;
	margin-left: -65px;
}
h2.title:before {
	content: " ";
	position: absolute;
	background: #fff;
	bottom: -6px;
	width: 220px;
	height: 30px;
	z-index: -1;
	left: 50%;
	margin-left: -110px;
}
.panel-default > .panel-heading .badge {
	background-color: #5aa3ce;
	border-radius: 0;
	color: #fff;
	padding: 9px;
}
.category-products .panel {
	background-color: #FFFFFF;
	border: 0px;
	border-radius: 0px;
	box-shadow: none;
	margin-bottom: 0px;
}
.category-products .panel-default .panel-heading {
	background-color: #FFFFFF;
	border: 0 none;
	color: #FFFFFF;
	padding: 5px 20px;
}
.category-products .panel-default .panel-heading .panel-title a {
	color: #6f6f6f;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
	border-top: 0 none;
}
.category-products .badge {
	background: none;
	border-radius: 10px;
	color: #696763;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	min-width: 10px;
	padding: 3px 7px;
	text-align: center;
	vertical-align: baseline;
	white-space: nowrap;
}
.panel-body ul {
	padding-left: 20px;
}
.panel-body ul li a {
	color: #696763;
	font-size: 12px;
	text-transform: uppercase;
}
.brands-name {
	border: 1px solid #F7F7F0;
	padding-bottom: 20px;
	padding-top: 15px;
}
.brands-name .nav-stacked li a {
	background-color: #FFFFFF;
	color: #696763;
	font-size: 14px;
	padding: 5px 25px;
	text-decoration: none;
	text-transform: uppercase;
}
.brands-name .nav-stacked li a:hover {
	background-color: #fff;
	color: #696763;
}
.shipping {
	background-color: #5aa3ce;
	margin-top: 40px;
	overflow: hidden;
	padding-top: 20px;
	position: relative;
}
.price-range {
	margin-top: 30px;
}
.well {
	background-color: #FFFFFF;
	border: 1px solid #F7F7F0;
	border-radius: 4px;
	box-shadow: none;
	margin-bottom: 20px;
	min-height: 20px;
	padding: 35px;
}
.tooltip-inner {
	background-color: #5aa3ce;
	border-radius: 4px;
	color: #FFFFFF;
	max-width: 200px;
	padding: 3px 8px;
	text-align: center;
	text-decoration: none;
}
.tooltip.top .tooltip-arrow {
	border-top-color: #5aa3ce;
	border-width: 5px 5px 0;
	bottom: 0;
	left: 50%;
	margin-left: -5px;
}
.padding-right {
	padding-right: 0;
}
.features_items {
	overflow: hidden;
}
h2.title {
	color: #5aa3ce;
	font-family: 'courgetteregular';
	font-size: 18px;
	font-weight: 700;
	margin: 0 15px;
	text-transform: uppercase;
	margin-bottom: 30px;
	position: relative;
}
.product-image-wrapper {
	border: 1px solid #F7F7F5;
	overflow: hidden;
	margin-bottom: 30px;
}
.single-products {
	position: relative;
}
.new, .sale {
	position: absolute;
	top: 0;
	right: 0;
}
.productinfo h2 {
	color: #5aa3ce;
	font-size: 24px;
	font-weight: 700;
}
.product-overlay h2 {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
}
.productinfo p {
	font-size: 14px;
	font-weight: 400;
	color: #696763;
}
.productinfo img {
	width: 100%;
	margin-bottom: 20px;
}
.productinfo {
	position: relative;
}
.product-overlay {
	background: #5aa3ce;
	top: 0;
	display: none;
	height: 0;
	position: absolute;
	transition: height 500ms ease 0s;
	width: 100%;
	display: block;
 opacity:;
}
.single-products:hover .product-overlay {
	display: block;
	height: 100%;
}
.product-overlay .overlay-content {
	bottom: 0;
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
}
.product-overlay .add-to-cart {
	background: #fff;
	border: 0 none;
	border-radius: 0;
	color: #5aa3ce;
	font-size: 15px;
	margin-bottom: 25px;
}
.product-overlay .add-to-cart:hover {
	background: #fff;
	color: #5aa3ce;
}
.product-overlay p {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
}
.add-to-cart {
	background: #F5F5ED;
	border: 0 none;
	border-radius: 0;
	color: #696763;
	font-size: 15px;
	margin-bottom: 25px;
}
.add-to-cart:hover {
	background: #5aa3ce;
	border: 0 none;
	border-radius: 0;
	color: #FFFFFF;
}
.add-to {
	margin-bottom: 10px;
}
.add-to-cart i {
	margin-right: 5px;
}
.add-to-cart:hover {
	background: #5aa3ce;
	color: #FFFFFF;
}
.choose {
	border-top: 1px solid #F7F7F0;
}
.choose ul li a {
	color: #B3AFA8;
	font-size: 13px;
	padding-left: 0;
	padding-right: 0;
}
.choose ul li a i {
	margin-right: 5px;
}
.choose ul li a:hover {
	background: none;
	color: #5aa3ce;
}
.category-tab {
	overflow: hidden;
}
.category-tab ul {
	background: #40403E;
	border-bottom: 1px solid #5aa3ce;
	list-style: none outside none;
	margin: 0 0 30px;
	padding: 0;
	width: 100%;
}
.category-tab ul li a{
	border: 0 none;
	border-radius: 0;
	color: #B3AFA8;
	display: block;
	font-size: 14px;
	text-transform: uppercase;
}
.category-tab ul li a:hover,.category-tab ul li a:focus,
.category-tab ul li.active a{
	background: #5aa3ce;
	color: #fff;
}
.nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs li.active a:focus {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #5aa3ce;
	border: 0px;
	color: #FFFFFF;
	cursor: default;
	margin-right: 0;
	margin-left: 0;
}
.nav-tabs li a {
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 0;
	line-height: 1.42857;
	margin-right: 0;
}
.recommended_items {
	overflow: hidden;
}
#recommended-item-carousel .carousel-inner .item {
	padding-left: 0;
}
.recommended-item-control {
  margin-top:-96px;
  position: absolute;
  top: 50%;
}
.recommended-item-control i {
	background: none repeat scroll 0 0 #5aa3ce;
	color: #FFFFFF;
	font-size: 20px;
	padding: 4px 10px;
}
.recommended-item-control i:hover {
	background: #ccccc6;
}
.left.recommended-item-control{
	left:0;
}
.right.recommended-item-control{
	right:0;
}
.recommended_items h2 {
}
.our_partners {
	overflow: hidden;
}
.our_partners ul {
	background: #F7F7F0;
	margin-bottom: 50px;
}
.our_partners ul li a:hover {
	background: none;
}
/* ================================= */
/* --------- Shop-Css -----------*/
/* ================================= */

#advertisement {
	padding-bottom: 45px;
	padding-top: 45px;
}
#advertisement img {
	width: 100%;
}
.pagination {
	display: inline-block;
	margin-bottom: 25px;
	margin-top: 0;
	padding-left: 15px;
}
.pagination li:first-child a, .pagination li:first-child span {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	margin-left: 0;
}
.pagination li:last-child a, .pagination li:last-child span {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.pagination .active a, .pagination .active span, .pagination .active a:hover, .pagination .active span:hover, .pagination .active a:focus, .pagination .active span:focus {
	background-color: #5aa3ce;
	border-color: #5aa3ce;
	color: #FFFFFF;
	cursor: default;
	z-index: 2;
}
.pagination li a, .pagination li span {
	background-color: #f0f0e9;
	border: 0;
	float: left;
	line-height: 1.42857;
	margin-left: -1px;
	padding: 6px 12px;
	position: relative;
	text-decoration: none;
	margin-right: 5px;
	color: #000;
}
.pagination li a:hover {
	background: #5aa3ce;
	color: #fff;
}
/* ================================= */
/* ------ Product Details Css -------*/
/* ================================= */

.product-details {
	overflow: hidden;
}
#similar-product {
	margin-top: 40px;
}
#reviews {
	padding-left: 25px;
	padding-right: 25px;
}
.product-details {
	margin-bottom: 40px;
	overflow: hidden;
	margin-top: 10px;
}
.view-product {
	position: relative;
}
.view-product img {
	border: 1px solid #F7F7F0;
	height: 100%;
	width: 100%;
}
.view-product h3 {
	background: #5aa3ce;
	bottom: 0;
	color: #FFFFFF;
	font-weight: 700;
	margin-bottom: 0;
	padding: 8px 20px;
	position: absolute;
	right: 0;
}
#similar-product .carousel-inner .item {
	padding-left: 0px;
}
#similar-product .carousel-inner .item img {
	display: inline-block;
	margin-left: 15px;
}
.item-control {
	position: absolute;
	top: 35%;
}
.item-control i {
	background: #5aa3ce;
	color: #FFFFFF;
	font-size: 20px;
	padding: 5px 10px;
}
.item-control i:hover {
	background: #ccccc6;
}
.left.item-control{
	left:0;
}
.right.item-control{
	right:0;
}
.product-information {
	border: 1px solid #F7F7F0;
	overflow: hidden;
	padding-bottom: 60px;
	padding-left: 60px;
	padding-top: 60px;
	position: relative;
}
.newarrival {
	position: absolute;
	top: 0;
	left: 0
}
.product-information h2 {
	color: #363432;
	margin-top: 0;
}
.product-information p {
	color: #696763;
	margin-bottom: 5px;
}
.product-information span {
	display: inline-block;
	margin-bottom: 8px;
	margin-top: 18px;
}
.product-information span span {
	color: #5aa3ce;
	float: left;
	font-weight: 700;
	margin-right: 20px;
	margin-top: 0px;
}
.product-information span input {
	border: 1px solid #DEDEDC;
	color: #696763;
	font-weight: 700;
	height: 33px;
	outline: medium none;
	text-align: center;
	width: 50px;
}
.product-information span label {
	color: #696763;
	font-weight: 700;
	margin-right: 5px;
}
.share {
	margin-top: 15px;
}
.cart {
	background: #5aa3ce;
	border: 0 none;
	border-radius: 0;
	color: #FFFFFF;
	font-size: 15px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.shop-details-tab {
	border: 1px solid #F7F7F0;
	margin-bottom: 75px;
	margin-left: 15px;
	margin-right: 15px;
	padding-bottom: 10px;
}
.shop-details-tab .col-sm-12 {
	padding-left: 0;
	padding-right: 0;
}
#reviews ul {
	background: #FFFFFF;
	border: 0 none;
	list-style: none outside none;
	margin: 0 0 20px;
	padding: 0;
}
#reviews ul li {
	display: inline-block;
}
.nav.nav-tabs_2 > li {
	display: inline-block;
}
#reviews ul li a {
	color: #696763 !important;
	display: block !important;
	font-size: 14px !important;
	padding-right: 15px !important;
}
#reviews ul li a i {
	color: #5aa3ce;
	padding-right: 8px;
}
#reviews ul li a:hover {
	background: #fff;
	color: #5aa3ce;
}
#reviews p {
	color: #363432;
}
#reviews form span {
	display: block;
}
#reviews form span input {
	background: #F0F0E9;
	border: 0 none;
	color: #A6A6A1;
	font-size: 14px;
	outline: medium none;
	padding: 8px;
	width: 48%;
}
#reviews form span input:last-child {
	margin-left: 3%;
}
#reviews textarea {
	background: #F0F0E9;
	border: medium none;
	color: #A6A6A1;
	height: 195px;
	margin-bottom: 25px;
	margin-top: 15px;
	outline: medium none;
	padding-left: 10px;
	padding-top: 15px;
	resize: none;
	width: 99.5%;
}
#reviews button {
	background: #5aa3ce;
	border: 0 none;
	border-radius: 0;
	color: #FFFFFF;
	font-size: 14px;
}
/*=================================*/
/*********** Login CSS *************/
/*=================================*/
#form {}
.login-form h2, .signup-form h2 {
	color: #5aa3ce;
	font-size: 25px;
	font-weight: 300;
	margin-bottom: 30px;
}
.login-form form input, .signup-form form input {
	background: #F0F0E9;
	border: medium none;
	color: #696763;
	display: block;
	font-size: 14px;
	font-weight: 300;
	height: 40px;
	margin-bottom: 10px;
	outline: medium none;
	padding-left: 10px;
	width: 100%;
}
.login-form form span {
	line-height: 25px;
}
.login-form form span input {
	width: 15px;
	float: left;
	height: 15px;
	margin-right: 5px;
}
.login-form form button {
	margin-top: 23px;
}
.login-form form button, .signup-form form button {
	background: #5aa3ce;
	border: medium none;
	border-radius: 0;
	color: #FFFFFF;
	display: block;
	padding: 6px 25px;
}
.login-form label input {
	border: medium none;
	display: inline-block;
	height: 0;
	margin-bottom: 0;
	outline: medium none;
	padding-left: 0;
}
.or {
	background: #5aa3ce;
	border-radius: 40px;
	color: #FFFFFF;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	margin-top: 75px;
	text-align: center;
	width: 50px;
}
/*=================================*/
/*********** Cart CSS **************/
/*=================================*/
#do_action {
	margin-bottom: 50px;
	padding-top: 0;
}
#cart_items .cart_info {
	border: 1px solid #E6E4DF;
	margin-bottom: 50px;
	overflow-x: hidden;
}
#cart_items .cart_info .cart_menu {
	background: #5aa3ce;
	color: #fff;
	font-size: 16px;
	font-weight:bold;
}
#cart_items .cart_info .table.table-condensed tr {
	border-bottom: 1px solid#F7F7F0
}
.cart_info table tr  td {
	border-top: 0 none;
	vertical-align: inherit;
	padding:10px;
}

#cart_items .cart_info .cart_description h4 {
	margin-bottom: 0
}
#cart_items .cart_info .cart_description h4 a {
	color: #363432;
	font-size: 20px;
	font-weight: normal;
}
#cart_items .cart_info .cart_description p {
	color: #696763
}
#cart_items .cart_info .cart_price p {
	color: #696763;
	font-size: 18px
}
#cart_items .cart_info .cart_total_price {
	color: #5aa3ce;
	font-size: 24px;
}
.cart_product > a{
	display: block;
}
.cart_product > a > img{
	display: block;
}
.cart_quantity_button{
	width:105px;
}
.cart_quantity_button .input-number{
	width: 35px;
}
.cart_delete {}
.cart_delete a {
	background: #F0F0E9;
	color: #FFFFFF;
	padding: 5px 7px;
	font-size: 16px
}
.cart_delete a:hover {
	background: #5aa3ce
}
.bg h2.title {
	margin-right: 0;
	margin-left: 0;
	margin-top: 0;
}
.heading h3 {
	color: #363432;
	font-size: 20px;
}
.heading p {
	color: #434343;
	font-size: 16px;
	font-weight: 300;
}
#do_action .total_area {
	padding-bottom: 18px !important;
}
#do_action .total_area, #do_action .chose_area {
	border: 1px solid #E6E4DF;
	color: #696763;
	padding:30px;
	margin-bottom: 80px;
}
.total_area span {
	float: right;
}
.total_area ul li {
	background: #E6E4DF;
	color: #696763;
	margin-top: 10px;
	padding: 7px 20px;
}
.user_option label {
	color: #696763;
	font-weight: normal;
	margin-left: 10px;
}
.user_info {
	display: block;
	margin-bottom: 15px;
	margin-top: 20px;
	overflow: hidden;
}
.user_info label {
	color: #696763;
	display: block;
	font-size: 15px;
	font-weight: normal;
}
.user_info .single_field {
	width: 31%
}
.user_info .single_field.zip-field input {
	background: transparent;
	border: 1px solid#F0F0E9
}
.user_info > li {
	float: left;
	margin-right: 10px
}
.user_info > li > span {
}
.user_info input, select, textarea {
	background: #F0F0E9;
	border: 0;
	color: #696763;
	padding: 5px;
	width: 100%;
	border-radius: 0;
	resize: none
}
.user_info select:focus {
	border: 0
}
.chose_area .update {
	margin-left: 40px;
}
.update, .check_out {
	background: #5aa3ce;
	border-radius: 0;
	color: #FFFFFF;
	margin-top: 18px;
	border: none;
	padding: 5px 15px;
}
.update {
	margin-left: 40px;
}
.check_out {
	margin-left: 20px
}
/* ================================= */
/* -------- Chack out Page ----------*/
/* ================================= */
.step-one {
	margin-bottom: -10px
}
.register-req, .step-one .heading {
	background: none repeat scroll 0 0 #F0F0E9;
	color: #363432;
	font-size: 20px;
	margin-bottom: 35px;
	padding: 10px 25px;
}
.checkout-options_1 {
	padding-left: 20px
}
.checkout-options_1 h3 {
	color: #363432;
	font-size: 20px;
	margin-bottom: 0;
	font-weight: normal;
}
.checkout-options_1 p {
	color: #434343;
	font-weight: 300;
	margin-bottom: 25px;
}
.checkout-options_1 .nav li {
	float: left;
	margin-right: 45px;
	color: #696763;
	font-size: 18px;
	font-weight: normal;
}
.checkout-options .nav label {
	font-weight: normal;
}
.checkout-options_1 .nav li a {
	color: #5aa3ce;
	font-size: 18px;
	font-weight: normal;
	padding: 0
}
.checkout-options_1 .nav li a:hover {
	background: inherit;
}
.checkout-options_1 .nav i {
	margin-right: 10px;
	border-radius: 50%;
	padding: 5px;
	background: #5aa3ce;
	color: #fff;
	font-size: 14px;
	padding: 2px 3px;
}
.register-req {
	font-size: 14px;
	font-weight: 300;
	padding: 15px 20px;
	margin-top: 35px;
}
.register-req p {
	margin-bottom: 0
}
.shopper-info p, .bill-to p, .order-message p {
	color: #696763;
	font-size: 20px;
	font-weight: 300
}
.shopper-info .btn-primary {
	background: #5aa3ce;
	border: 0 none;
	border-radius: 0;
	margin-right: 15px;
	margin-top: 20px;
}
.form-two, .form-one {
	float: left;
	width: 47%
}
.shopper-info > form > input, .form-two > form > select, .form-two > form > input, .form-one > form > input {
	background: #F0F0E9;
	border: 0 none;
	margin-bottom: 10px;
	padding: 10px;
	width: 100%;
	font-weight: 300
}
.form-two > form > select {
	padding: 10px 5px
}
.form-two {
	margin-left: 5%
}
.order-message textarea {
	font-size: 12px;
	height: 335px;
	margin-bottom: 20px;
	padding: 15px 20px;
}
.order-message label {
	font-weight: 300;
	color: #696763;
	margin-left: 10px;
	font-size: 14px
}
.review-payment h2 {
	color: #696763;
	font-size: 20px;
	font-weight: 300;
	margin-top: 45px;
	margin-bottom: 20px
}
.payment-options {
	margin-bottom: 125px;
	margin-top: -25px
}
.payment-options span label {
	color: #696763;
	font-size: 14px;
	font-weight: 300;
	margin-right: 30px;
}
#cart_items .cart_info .table.table-condensed.total-result {
	margin-bottom: 10px;
	margin-top: 35px;
	color: #696763
}
#cart_items .cart_info .table.table-condensed.total-result tr {
	border-bottom: 0
}
#cart_items .cart_info .table.table-condensed.total-result span {
	color: #5aa3ce;
	font-weight: 700;
	font-size: 16px
}
#cart_items .cart_info .table.table-condensed.total-result .shipping-cost {
	border-bottom: 1px solid #F7F7F0;
}
/* ================================= */
/* --------- Contact Page -----------*/
/* ================================= */

body.page_contact #footer-top {
	margin-top:0;
}
.contact-us {
	background: url("../images/pricing_bg.jpg") no-repeat scroll center center;
	padding: 20px;
	padding-bottom:50px;
	margin:0;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}
.get-in-touch {
	padding-top: 0;
}
.heading {
	padding-bottom: 50px;
}
.contact-us h2 {
	color: #fff;
}
.contact-us p {
	padding: 0 24%;
	color: #fff;
	text-align: center;
}
.contact-info {
	text-align: center;
}
.contact-info a:hover {
	color: #5aa3ce;
}
.contact-icon {
	display: block;
	height: auto;
	width: auto;
	margin: 0 auto 20px;
	border: 0px solid #fff;
	border-radius: 83px;
	color: #fff;
}
.contact-icon i {
	line-height: 120px;
	font-size: 124px;
}
.contact-text {
	color: #000;
	letter-spacing: 1px;
}
.get-in-touch {
	background: #f5f5f5;
	position: relative;
}
.heading h2 {
/*  padding-bottom: 50px;*/
}
/*
.necessary-info input[type="text"], #email, #email1 {
	display: block;
	height: 46px;
	margin-bottom: 32px;
	width: 100%;
	font-size: 14px;
	padding: 0 15px;
	border: 1px solid #e5e5e5;
	color: #878787;
	background: transparent;
	-webkit-appearance: none;
	border-radius: 0;
}
.necessary-info input[type="text"]:focus, .message-send textarea:focus, #email:focus, #email1:focus {
	border: 1px solid #000;
}
*/
.message-send textarea {
	width: 100%;
	height: 204px;
	font-size: 14px;
	padding: 15px;
	border: 1px solid #e5e5e5;
	color: #878787;
	background: #ffffff;
	-webkit-appearance: none;
	border-radius: 0;
}
.form-area-wrap {
	background: #ffffff;
}
.form-area {
	overflow: hidden;
}
.submit-btn .btn-slide {
	background:#5aa3ce;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-size: 22px;
	padding: 6px 56px;
	border: 1px solid transparent;
}
.submit-btn {
	text-align: center;
}
.maps #us3 {
	height: 290px;
	width: 100%;
	margin-top: 7%;
}
/* ================================= */
/* ------ Contact us-2 page css -----*/
/* ================================= */



#map {
	height: 320px;
	width: 100%;
}
.contact-heading h4 strong {
	color: #5aa3ce;
	display: block;
	font-size: 42px;
	font-weight: 800;
	line-height: 0.9;
	font-family: 'courgetteregular';
}
.contact-heading h4 {
	color: #747474;
	font-size: 24px;
	margin-bottom: 0;
}
.bottom-40 {
	margin-bottom: 40px;
}
.top-40 {
	margin-top: 40px;
}
.subheading {
	font-style: italic;
}
.address-group ul li {
	border-bottom: 1px solid #f8f8f8;
	padding-bottom: 10px;
}
.address-group ul li i {
	color: #5aa3ce;
	display: inline-block;
	margin-right: 10px;
}
.address-group {
	margin-left: 30%;
}
.address-group h3 {
	margin-bottom: 15px;
}
/* ================================= */
/* --------- Responsive css ---------*/
/* ================================= */
@media only screen and (max-width: 1200px) {
.masonry-blog {
	height: auto !important;
}
.entry-item.column {
	position: relative !important;
	left: 0 !important;
	top: 0 !important;
}
.effects .overlay {
	height: 186px;
}
.expand {
	height: 166px !important;
}
.img-items a.btn {
	margin-top: -11px;
}
.expand p:first-child {
	margin-top: 28px;
}
.team_block img {
	margin: 0 auto;
	width: auto;
}
}
 @media only screen and (max-width: 800px) {
.masonry-blog {
	height: auto !important;
}
.entry-item.column {
	position: relative !important;
	left: 0 !important;
	top: 0 !important;
}
.effects .overlay {
	display: none;
}
.team_block img {
	margin: 0 auto;
	width: auto;
}
.row {
	margin-right: 0;
}
.navbar-right {
	margin-right: 0;
}
header .navbar-default .navbar-nav > .active > a::after, header .navbar-default .navbar-nav > .active > a:focus::after, header .navbar-default .navbar-nav > .active > a:hover::after {
	display: none;
}
header .navbar-default .navbar-nav > li a:hover::after {
	display: none;
}
}
 @media only screen and (max-width: 600px) {
	.masonry-blog {
		height: auto !important;
	}
	.entry-item.column {
		position: relative !important;
		left: 0 !important;
		top: 0 !important;
	}
	.address-group {
		margin-left: 0;
	}
	.row {
		margin-right: 0;
	}
	.navbar-right {
		margin-right: 0;
	}
}
 @media only screen and (max-width: 480px) {
	 
	 h1 {
		 font-size: .7em !important;
	 }
.masonry-blog {
	height: auto !important;
}
.entry-item.column {
	position: relative !important;
	left: 0 !important;
	top: 0 !important;
}
.address-group {
	margin-left: 0;
}
.modal {
	width: auto;
}
.btn-slide a {
	padding: 12px 27px;
}
.effects .overlay {
	display: none;
}
.team_block img {
	margin: 0 auto;
	width: auto;
}
.row {
	margin-right: 0;
}
.navbar-right {
	margin-right: 0;
}
header .navbar-default .navbar-nav > .active > a::after, header .navbar-default .navbar-nav > .active > a:focus::after, header .navbar-default .navbar-nav > .active > a:hover::after {
	display: none;
}
header .navbar-default .navbar-nav > li a:hover::after {
	display: none;
}
#main-slider .carousel h1 {
	font-size: 20px;
	margin: 0;
	padding: 0 16%;
}
#main-slider .carousel h2 {
	font-size: 15px;
	margin-bottom: 20px;
}
#main-slider .carousel h2::before, #main-slider .carousel h2::after {
	top: 7px;
}
}
