@charset "utf-8";
/* itsthedeal*/

/* TABLE OF CONTENTS

1.	Body

2.	Font

3.	Header

4.	Animations

5. Banners

6.	Footer


*/
@font-face {
	font-family: 'Raleway';
	src: url('../fonts/font2/Raleway-Regular.eot');
	src: url('../fonts/font2/Raleway-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/font2/Raleway-Regular.woff') format('woff'),
		url('../fonts/font2/Raleway-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
/*================== general-css ==========================*/
body {
	font-size: 14px;
	font-family: 'Raleway';
	padding: 0;
	margin: auto;
	line-height: 1.55;
	overflow-x: hidden !important;
}

a: hover{
	color:#EF2B2D;
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #333;
}
a:focus {
	color: #333;
}
ul, ol {
	padding: 0px;
	margin: auto;
	list-style: none;
}
legend {
	display: none;
}
html {
	-webkit-font-smoothing: antialiased;
	letter-spacing: .1em;}

textarea {
	resize:none;}
	

/*================== header-css ==========================*/

.btn-success:focus {
  background-color: #000;
  color: #ffffff;
}
.aisle-btn {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #029aa2;
    border-radius: 0px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1.6px;
    padding: 16px 28px;
    margin-top: 22px;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    text-transform: uppercase;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border: 0px;
}
.aisle-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.aisle-btn:hover, .aisle-btn:focus, .aisle-btn:active {
  color: #029aa2;
  border:1px solid #029aa2;
  padding: 15px 27px;
}
.aisle-btn:hover:before, .aisle-btn:focus:before, .aisle-btn:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}




/*---------------------------------------
    Preloader section              
-----------------------------------------*/
.page-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    overflow: hidden;
    background-color: #fff;
}
.loader {
    height: 14px;
    left: 50%;
    margin: auto;
    position: absolute;
    top: 50%;
    width: 80px;
}
.dot {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 100%!important;
    background: #1B1D1F;
    position: absolute;
}
.dot_1 {
    animation: animateDot1 1.5s linear infinite;
    left: 16px;
    background: #ff072a;
}
.dot_2 {
    animation: animateDot2 1.5s linear infinite;
    animation-delay: 0.5s;
    left: 28px;
}
.dot_3 {
    animation: animateDot3 1.5s linear infinite;
    left: 16px;
}
.dot_4 {
    animation: animateDot4 1.5s linear infinite;
    animation-delay: 0.5s;
    left: 28px;
}
@keyframes animateDot1 {
0% {
transform: rotate(0deg) translateX(-12px);
}
25% {
transform: rotate(180deg) translateX(-12px);
}
75% {
transform: rotate(180deg) translateX(-12px);
}
100% {
transform: rotate(360deg) translateX(-12px);
}
}
@keyframes animateDot2 {
0% {
transform: rotate(0deg) translateX(-12px);
}
25% {
transform: rotate(-180deg) translateX(-12px);
}
75% {
transform: rotate(-180deg) translateX(-12px);
}
100% {
transform: rotate(-360deg) translateX(-12px);
}
}
@keyframes animateDot3 {
0% {
transform: rotate(0deg) translateX(12px);
}
25% {
transform: rotate(180deg) translateX(12px);
}
75% {
transform: rotate(180deg) translateX(12px);
}
100% {
transform: rotate(360deg) translateX(12px);
}
}
@keyframes animateDot4 {
0% {
transform: rotate(0deg) translateX(12px);
}
25% {
transform: rotate(-180deg) translateX(12px);
}
75% {
transform: rotate(-180deg) translateX(12px);
}
100% {
transform: rotate(-360deg) translateX(12px);
}
}



/*---------------------------------------
    Navigation section           
-----------------------------------------*/
nav.navbar.bootsnav.no-background.white ul.nav > li > a {
    color: #ddd;
	z-index:1!important;
}
nav.navbar ul.nav li.scroll.active > a{
    color: #029aa2;
}
/*---------------------------------------
    Hero section          
-----------------------------------------*/
.hero_full_screen {
    height: 100vh;
    min-height: 500px;
}
.hero_parallax {
    position: relative;
    display: table;
    width: 100%;
}
.bg-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: #000;
}
.opacity-6 {
    opacity: 0.6 !important;
}
.hero_parallax_inner {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.hero h1 {
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    text-transform: capitalize;
    margin-bottom: 15px;
    font-weight: 400;
}
.parallax-window{
    background: url('../img/background/bg1.jpg') no-repeat fixed;
    background-size: cover;
}











/*================== slider-css ==========================*/
.slider{
	float:left;
	width:100%;}
.carousel-control.left{
	background-image:none;}
.carousel-control.right{
	background-image:none;}
.carousel-indicators .active {
	border:1px solid #003363;
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #003363;
}
.best-offers .col-sm-12{
	padding:0;}
.best-offers .col-sm-7{
	padding:0 7px;}
.best-offers .col-sm-5{
	padding:0 7px;}
.best-offers .margin{
	margin-bottom:15px;}
	
	
	.banner-image
	{
	background-image: url("/images/banner25.jpg");
	
	}
	
.special-pack-banner
{
  float:left;
  width:100%;	
  color:#fff;
  padding:100px 0;
  font-size:13px;	
  background-image: url('../images/special-package.jpg');	
  background-repeat:no-repeat;
}	
	
	.about-banner
	{
		float:left;
  width:100%;	
  color:#fff;
  padding:100px 0;
  font-size:13px;	
  background-image: url('../images/about-banner.jpg');	
  background-repeat:no-repeat;
		
		
	}
	
	
	.destination-banner
	{
		float:left;
  width:100%;	
  color:#fff;
  padding:100px 0;
  font-size:13px;	
  background-image: url('../images/destination-banner.jpg');	
  background-repeat:no-repeat;
		
		
	}
	
	
	
	
	.about-head
	{
		color:#0E93C6;
	}
	
	.about-paragraph
	{
		font-size:14px;
		padding:6% 0% 6% 0%;
	}
	
	.about-us
	{
		padding:3% 0% 3% 0%;
	}
	
	
	section.cta {
  /*position: relative;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
 -o-background-size: cover;
  /*background-position: center;*/
  background-image: url('../images/banner26.jpg');
  background-repeat:no-repeat;
  padding: 250px 0;
}
section.cta .cta-content {
  position: relative;
  z-index: 1;
}
section.cta .cta-content h2 {
  margin-top: 0;
  margin-bottom: 25px;
  color: white;
  max-width: 450px;
  font-size: 50px;
}
@media (min-width: 768px) {
  section.cta .cta-content h2{
    font-size: 80px;
  }
}
section.cta .overlay {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
	
	
	
	div.shadow {
	width: 300px;
	margin: 20px;
	background-color:white;

	}

div.shadow:hover {
	-moz-box-shadow: 0  6px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.5);
	 /*box-shadow: 0 0 6px rgba(0,0,0,0.5);*/
	
	box-shadow: 0 16px 30px rgba(0,0,0,0.25), 0 11px 11px rgba(0,0,0,0.22);
	}
	
	
	
	
	
	.card {
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  height: 300px;
  margin: 1rem;
  position: relative;
  width: 300px;
}

.card-1 {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.card-1:hover {
  box-shadow: 0 16px 30px rgba(0,0,0,0.25), 0 11px 11px rgba(0,0,0,0.22);
}


	
	.about-destination
	{
	padding:54% 0% 3% 0%;
		
		background-color:#e7f1fb;
		
	}
	
	
@media screen and (max-width: 768px) {	
	.about-destination{
	padding: 174% 0% 3% 0%;
	}
	}
	
	
	
	.package1
	{
		padding:3% 0% 3% 0%;
	}
	
	.fh5co-tours
	{
  margin-bottom: 30px;
}
.fh5co-tours > div {
  display: block;
  color: #000;
  position: relative;
  bottom: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.fh5co-tours > div img {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.fh5co-tours > div:after {
  opacity: 1;
  visibility: visible;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 8;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.fh5co-tours > div .desc {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  z-index: 12;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.fh5co-tours > div .desc h3
 {
  color: #fff;
  margin: 0;
  padding: 0;
  opacity: 1;
  font-size: 30px;
  font-weight: 400;
  visibility: visible;
  margin-bottom: 5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.fh5co-tours > div .desc span {
  display: block;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 5px;
}
.fh5co-tours > div .desc .price 
{
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
.fh5co-tours > div .desc .btn 
{
  opacity: 1;
  border: 2px solid #fff !important;
  color: #fff !important;
  letter-spacing: 1px !important;
  font-weight: 400 !important;
}
.fh5co-tours > div .desc .btn:hover, .fh5co-tours > div .desc .btn:focus, .fh5co-tours > div .desc .btn:active {
  border: 2px solid #F78536 !important;
  background: #F78536 !important;
  color: #fff !important;
}
.fh5co-tours > div:hover {
  -webkit-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
}
.fh5co-tours > div:hover:after {
  opacity: 1;
  visibility: visible;
  -webkit-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  -ms-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  -o-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  background: rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .fh5co-tours > div:hover:after {
    opacity: 0;
    visibility: hidden;
  }
}
.fh5co-tours > div:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .fh5co-tours > div:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
	
		

#fh5co-destination {
  width: 100%;
  padding: 0;
  margin: 0;
}

#fh5co-destination-list {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  float: left;
  padding: 0 !important;
  margin: 0 !important;
  width: 100%;
}
#fh5co-destination-list li {
  display: table;
  padding: 0;
  margin: 0;
  list-style: none;
  min-height: 220px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  float: left;
  clear: left;
  position: relative;
}
@media screen and (max-width: 480px) {
  #fh5co-destination-list li {
    margin-left: 0;
  }
}
#fh5co-destination-list li .title-bg {
  min-height: 220px;
  padding: 2em;
  position: relative;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  background: #00AD7C;
  z-index: 12;
}
#fh5co-destination-list li .title-bg h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 40px;
}
#fh5co-destination-list li .title-bg span {
  text-transform: uppercase;
  letter-spacing: 2px;
}
#fh5co-destination-list li .title-bg span a {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  border: 1px solid #fff;
  padding: 5px 7px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  #fh5co-destination-list li .title-bg h2 {
    font-size: 24px;
  }
}
#fh5co-destination-list li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 8;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-destination-list li > a {
  min-height: 220px;
  padding: 2em;
  position: relative;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  z-index: 12;
}
#fh5co-destination-list li > a:after {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  content: "";
  border: 2px solid rgba(255, 255, 255, 0.8);
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#fh5co-destination-list li > a .case-studies-summary {
  width: auto;
}
@media screen and (max-width: 768px) {
  #fh5co-destination-list li > a .case-studies-summary {
    bottom: 1em;
    left: 1em;
    right: 1em;
  }
}
#fh5co-destination-list li > a .case-studies-summary span {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}
#fh5co-destination-list li > a .case-studies-summary h2 {
  color: #fff;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
@media screen and (max-width: 768px) {
  #fh5co-destination-list li > a .case-studies-summary h2 {
    font-size: 24px;
  }
}
#fh5co-destination-list li:hover:after {
  -webkit-box-shadow: inset 0px 0px 91px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px 0px 91px 0px rgba(0, 0, 0, 0.75);
  -ms-box-shadow: inset 0px 0px 91px 0px rgba(0, 0, 0, 0.75);
  -o-box-shadow: inset 0px 0px 91px 0px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 0px 91px 0px rgba(0, 0, 0, 0.75);
  background: rgba(0, 0, 0, 0.3);
}
#fh5co-destination-list li:hover > a:after {
  opacity: 1;
}
#fh5co-destination-list li:hover > a .case-studies-summary h2 {
  margin-top: -5px;
}
#fh5co-destination-list li.two-third {
  width: 65.6%;
}
@media screen and (max-width: 768px) {
  #fh5co-destination-list li.two-third {
    width: 49%;
  }
}
@media screen and (max-width: 480px) {
  #fh5co-destination-list li.two-third {
    width: 100%;
  }
}
#fh5co-destination-list li.one-third {
  width: 32.3%;
}
@media screen and (max-width: 768px) {
  #fh5co-destination-list li.one-third {
    width: 49%;
  }
}
@media screen and (max-width: 480px) {
  #fh5co-destination-list li.one-third {
    width: 100%;
  }
}
#fh5co-destination-list li.one-forth {
  width: 25%;
}
@media screen and (max-width: 768px) {
  #fh5co-destination-list li.one-forth {
    width: 49%;
  }
}
@media screen and (max-width: 480px) {
  #fh5co-destination-list li.one-forth {
    width: 100%;
  }
}
#fh5co-destination-list li.one-half {
  width: 50%;
}
@media screen and (max-width: 480px) {
  #fh5co-destination-list li.one-half {
    width: 100%;
  }
}	
	
	
.specialpackage-banner
{
	color:black;
}	
	
	
	
	
	
#fh5co-contact {
  padding: 7em 0;
}
@media screen and (max-width: 768px) {
  #fh5co-services,
  #fh5co-about,
  #fh5co-contact {
    padding: 4em 0;
  }
}

#fh5co-services .fh5co-number {
  font-size: 30px;
  color: #F78536;
  position: relative;
  padding-top: 10px;
  font-style: italic;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#fh5co-services .fh5co-number:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  top: 0;
  left: 0;
  background: #F78536;
}
#fh5co-services .fh5co-icon {
  margin-bottom: 30px;
  margin-top: 50px;
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
@media screen and (max-width: 768px) {
  #fh5co-services .fh5co-icon {
    margin-top: 0px;
    float: none;
  }
}
#fh5co-services .fh5co-icon i {
  font-size: 200px;
  color: #F78536;
}
@media screen and (max-width: 768px) {
  #fh5co-services .fh5co-icon i {
    font-size: 100px;
  }
}

#fh5co-contact .contact-info {
  margin: 0;
  padding: 0;
}
#fh5co-contact .contact-info li {
  list-style: none;
  margin: 0 0 20px 0;
  position: relative;
  padding-left: 40px;
}
#fh5co-contact .contact-info li i {
  position: absolute;
  top: .3em;
  left: 0;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.3);
}
#fh5co-contact .contact-info li a {
  font-weight: 400 !important;
  color: rgba(0, 0, 0, 0.3);
}
#fh5co-contact .form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 18px;
  font-weight: 400;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
#fh5co-contact .form-control:focus, #fh5co-contact .form-control:active {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
#fh5co-contact input[type="text"] {
  height: 50px;
}
#fh5co-contact .form-group {
  margin-bottom: 30px;
}
	
	.fh5co-section-gray {
  background: rgba(0, 0, 0, 0.04);
}

	
	
	
	
	.bronze {
  background-color: #B0C4DE;
}

.bronze-text {
  color: #B0C4DE;
}

.silver {
  color: #fff;
  background-color: #C0C0C0;
 }
  
.gold {
  color: #fff;
  background-color: #FFD700;
 } 
 
.gold-text {
    color:#FFD700;    
}
  
.content .plan {
    /*position:relative;*/
    top:30px;
    background:rgba(255,255,255,1);
     /* padding-top:40px;*/
  padding-bottom:40px;
     /* border-radius:7px;*/
    color:#777;
     /*box-shadow:5px 5px 0 rgba(0,0,0,0.05);*/
    -webkit-transition:all .3s ease-out;
     /*transition:all .3s ease-out;*/
}

.content .plan.featured {
    top:0;
    padding-top:50px;
    padding-bottom:50px;
}

.content .plan:hover,
.content .plan.featured {
    background:#121213;
    color:#fff;
}

.content .plan h2 {
    font-size:28px;
    font-weight:700;
    margin-bottom:0;
    text-transform:uppercase;
}

.content .plan.featured h2 {
    margin-bottom:10px;
}

.content .plan p {
    margin-bottom:5px;
    font-weight:400;
}

.content .plan .icon {
    display:inline-block;
    margin-bottom:30px;
    width:120px;
    height:120px;
    border-radius:50%;
    font-size:48px;
    line-height:120px;
    -webkit-transition:all .3s ease-out;
    transition:all .3s ease-out;
}

.content .plan.featured .icon,
.content .plan:hover .icon{
    color:#5cc9df;
    background:#fff;
}

.content .plan .btn-pricing {
    margin-top:20px;
    margin-bottom:0;
    font-size:16px;
    padding:10px 20px;
}

.content .plan.featured .btn-pricing,
.content .plan:hover .btn-pricing {
    background: #fff;
    color:#5CC9DF;
}

.content .plan .price {
    font-size:48px;
    font-weight:100;
    line-height:48px;
    margin-bottom:30px;
}

.content .plan.featured .price {
    margin-bottom:40px;
}

	
	.packages1
	{
		padding:5% 0% 7% 0%;
	}
	
	
	
	
/*================== bestoffers-css ==========================*/

.best-offers{
	padding: 0;
	float:left;
	width:100%;}
.seperate-head{
	float:left;
	width:100%;
	    padding: 5px 0;}
.seperate-head span{
	    width: 10px;
    height: 10px;
    background-color: #cfc3b7;
    position: absolute;
    margin: 9px 12px 18px 8px;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);}
.right-span{
	    margin: 9px 14px 13px -27px !important;}
.seperate-head h3{
	color:#9997a4;
	text-transform: uppercase;
    font-size: 23px;}
.seperate-head h3:after{
	content: "";
    background-color: #ccc;
    width: 180px;
    height: 1px;
    position: absolute;
    margin-left: 23px;
    margin-top: 14px;
	/*transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);*/}
.seperate-head h3:before{
	    content: "";
    background-color: #ccc;
    width: 180px;
    height: 1px;
    position: absolute;
    margin-left: -200px;
    margin-top: 14px;
	/*transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);*/}
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover .overlay {
  background-color: rgba(170,170,170,0.4);
}

.hovereffect h2, .hovereffect img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect img {
  display: block;
  position: relative;
  width:100%;
}

.hovereffect:hover img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
}

.hovereffect a.info {
 display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    /* margin: 95px 0 0 0; */
    background-color: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-weight: normal;
    height: 79%;
    width: 92%;
    position: absolute;
    top: 20px;
    left: 0;
    padding: 5px;
    right: 0;
    margin: 0 auto;
}

.large-padding .hovereffect a.info {
 display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    /* margin: 95px 0 0 0; */
    background-color: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-weight: normal;
    height: 90%;
    width: 92%;
    position: absolute;
    top: 20px;
    left: 0;
    padding: 80px;
    right: 0;
    margin: 0 auto;
}



.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  background-color:rgba(0, 174, 238, .6);
}
.shop-now{
    background-color: #fff;
    color: #a19eac;
    border: 0;
    font-size: 13px;
    padding: 4px 19px;
    margin-top: 11px;
}
.shop-now:hover{
	color:#fff;
	background-color:#003363;}
/*.btn-cart:before {
    content: '\f07a';
    font-family: FontAwesome;
    background: #003363;
    color: #fff;
    font-size: 16px;
    padding:8px 13px;
    display: inline-block;
    border-radius: 50%;
	
}*/

.add_cart {
        margin: 0 24px;
    padding: 9px 0;
	border-top:1px solid #ccc;
}	
.item img {
    margin: 0 auto;
	width:63%;
}
.btn-cart span {
    display: inline-block;
    padding: 0px 15px;
}

.product-listing{
	padding-bottom: 100px;
	float:left;
	width:100%;
	background-color: whitesmoke;
	padding-top: 27px;}
.product-listing p{
	margin:1px 0;
	font-weight:600;}
.item{
	background-color:#fff !important;
	margin:0 10px;}
.ratings {
    font-size: 11px;
    line-height: normal;
    margin: 8px 0;
}
.ratings .rating-box {
    margin-right: 8px;
    display: inline-block;
}
.rating-box {
    width: 76px;
    height: 15px;
    font-size: 0;
    line-height: 0;
    background: url(../images/bkg_rating.png) 0 0 repeat-x;
    text-indent: -999em;
    overflow: hidden;
}
.rating-box .rating {
    float: left;
    height: 15px;
    background: url(../images/bkg_rating.png) 0 100% repeat-x;
}
.prize {
	font-size:13px;
    color: red;
}
.features{
	width: 60px;
    height: 60px;
    background-color: red;
    /* float: left; */
    position: absolute;
    /* text-align: left; */
    left: 10px;
    border-bottom-right-radius: 104px;
    color: #fff;
    font-weight: bold;
	    padding: 14px 7px 0 0px;
    /* border-radius: 50%; */}
.sale{
	width: 60px;
    height: 60px;
    background-color: #f9d302;
    /* float: left; */
    position: absolute;
    /* text-align: left; */
    left: 10px;
    border-bottom-right-radius: 104px;
    color: #fff;
    font-weight: bold;
	    padding: 14px 7px 0 0px;
    /* border-radius: 50%; */}

.btn-cart {
	    margin-right: 4px;
	 width: 34px;
    height: 34px;
   font-family: FontAwesome;
    background: #00aeee;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    border: 0;
    border-radius: 50%;
	-webkit-transition:all .6s ease-in-out;
	-moz-transition:all .6s ease-in-out;
	-o-transition:all .6s ease-in-out;
	-ms-transition:all .6s ease-in-out;
}
.btn-cart:hover{
	background-color:#003363;
	-webkit-transition:all .6s ease-in-out;
	-moz-transition:all .6s ease-in-out;
	-o-transition:all .6s ease-in-out;
	-ms-transition:all .6s ease-in-out;}
.product-listing .owl-pagination{
	display:none;}
	
/*===================== best-offers-list -css==============================*/
.best-offers-list{
	float:left;
	width:100%;
	padding:50px 0;}
	
	
#owl-demo-list .item{
  display: block;
  padding: 30px 0px;
  margin: 5px;

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
.owl-theme .owl-controls .owl-buttons div {
  padding: 5px 9px;
}
 
.owl-theme .owl-buttons i{
  margin-top: 2px;
}
 
 
.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
}
 
.owl-theme .owl-controls .owl-buttons .owl-prev{
        right: 22px;
    top: -36px; 
}
 
.owl-theme .owl-controls .owl-buttons .owl-next{
     right: -5px;
    top: -36px;
}
.owl-theme .owl-controls .owl-buttons div {
    background:#003363;
	    border-radius: 0;

}
.slider-offer-list {
    float: left;
    width: 100%;
    border-top:1px solid #999999;
    margin-top:-5px;
}
.owl-theme .owl-controls .owl-buttons div {
    color: #999;
    display: inline-block;
    zoom: 1;
    border: 1px solid #999;

    padding: 3px 8px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius:0;
    background: #fff;
	opacity:1;
	-webkit-transition:all .6s ease-in-out;
	-moz-transition:all .6s ease-in-out;
	-o-transition:all .6s ease-in-out;
	-ms-transition:all .6s ease-in-out;
}
.owl-theme .owl-controls .owl-buttons div:hover {
	-webkit-transition:all .6s ease-in-out;
	-moz-transition:all .6s ease-in-out;
	-o-transition:all .6s ease-in-out;
	-ms-transition:all .6s ease-in-out;
    background: #003363;
    border-radius: 0;
	color:#fff;
	border:1px solid #003363 ;
}
.text-part{
	padding: 50px;
    text-align: center;
    background-color: #f5f5f5;
    margin-bottom: 45px;
	    float: left;
}
.title-slider h3{}

/*========================= footer ========================*/
footer{
	float:left;
	width:100%;}
.best-offers-list .owl-page{
	display:none !important;}
.best-offers-list #owl-demo-list .item{
	border:1px solid #ccc;
	border-radius:0;
}
.best-offers-list #owl-demo-list .item {
    display: block;
    padding: 0;
    margin: 53px 9px;

    border-radius: 0px;
    text-align: center;
}
.best-offers-list .btn-cart {
    margin-right: 4px;
    width: 34px;
    height: 34px;
    font-family: FontAwesome;
    background: #b6b7b7;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    border: 0;
    border-radius: 50%;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
}
.best-offers-list .btn-cart:hover{
	background-color:#003363;}
.best-offers-list .features{
	    font-size: 12px;
		padding: 6px 7px 0 0px;
		    background-color: #003363;}
.title-slider h3 {
    margin: 6px 0;
    padding: 0;
}
/*.title-slider {
    border-top: 1px solid #999;}*/
	
/*===================== advertisements ===========================*/
.advertisements{
	float:left;
	width:100%;
	padding:63px 0;
	background-color:whitesmoke;}
.advertisements img{
	width:100%;}
.advertisements .bx-controls-direction,.advertisements .bx-pager{
	display:none !important;}

/*============================ subscription ===============================*/
.footer-main{
	background-color:black;
	background-attachment:fixed;
	float:left;
	width:100%;
	padding:50px 0;
	background-size:cover;}
.subscription input[type="text"] {
    width: 320px;
    display: inline-block;
    color: #555;
    line-height: 22px;
    background-color: #fff;
    border: none;
    font-size: 14px;
    border: none;
    font-weight: 500;
    padding: 11px;
}
.subscription button.subscribe {
    background:#00aeee;
    border: 0 none;
    overflow: hidden;
    padding: 12px 13px 11px !important;
    cursor: pointer;
    font-weight: normal;
    color: #fff;
    margin-left: -2px;
    font-family: "Raleway", serif;
    text-transform: uppercase;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
    margin-top: 1px;
}
button.subscribe:before {
    content: "\f0e0";
    font-family: FontAwesome;
    font-size: 13px;
    padding-right: 5px;
    font-weight: normal;
}
.subscription h4{
	font-weight:bold;
	color:#fff;}
.subscription p{
	color:#666;
	font-weight:bold;}

/*============================ footer ===============================*/
footer{

	padding:60px 0;
	float:left;
	width:100%;}
footer h4{
	color:#fff;
	padding-bottom:17px;}
.footer-bottom{
	color:#ccc;
	background-color:#000;
	float:left;
	width:100%;}
.footer-bottom p{
	font-size:13px;
	padding:15px 0;
	margin:0;}
.links ul li a:hover,.links ul li a:focus{
	color:#00aeee !important;}
.links ul li a{
	color:#ccc;}
.links ul li a i{
	padding-right:12px;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;}
.links ul li{
	padding-bottom:9px;
	}
.links ul li:hover i{
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
	padding-left:10px;
	padding-right:10px;
}
.social ul li{
	text-align:center;
	display:inline-block;
	height:35px;
	width:35px;
	background-color:#00aeee;
	padding-top:8px;
	border-radius:50%;
	color:#fff;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;}
.social ul li:hover{
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
	background-color:#fff;}
.social ul li:hover a{
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
	color:#00aeee;}
.social ul li a{
	color:#fff;}
.call-one p{
	color:#ccc;}
.call-one i{
	font-weight:bold;
	font-size:14px;
	margin-right:5px;
	border-radius:50%;
	border:1px solid #ccc;
	width:30px;
	height:30px;}
.call-one p i{
	text-align: center;
    padding-top: 5px;
    font-size: 19px;
	}
.social {
    margin-top: 5px;
    float: left;
}
.navbar-default .navbar-nav>li>a {
    font-size: 14px;
	    border-radius: 4px;
		   /* border: 1px solid #777;*/
}
.best-offers-list #owl-demo-list-1 .item {
    display: block;
    padding: 0;
    margin: 53px 9px;
    border-radius: 0px;
    text-align: center;
}
.best-offers-list #owl-demo-list-1 .item {
    border: 1px solid #ccc;
    border-radius: 0;
}
.best-offers-list #owl-demo-list-2 .item {
    display: block;
    padding: 0;
    margin: 53px 9px;
    border-radius: 0px;
    text-align: center;
}
.best-offers-list #owl-demo-list-2 .item {
    border: 1px solid #ccc;
    border-radius: 0;
}
div#owl-demo1 {
    margin-top: -89px;
}
div#owl-demo2 {
    margin-top: -89px;
}
.right-login {
    position: relative;
        margin-top: 20px;
}



#wrap {
	    margin-top: -18px;
  display: inline-block;
  position: relative;
/*  height: 60px;*/
  float: right;
  padding: 0;
  position: relative;
}

#wrap input[type="text"] {
	    float: right;
    margin-right: 102px;
    margin-top: 16px;
  height: 30px;
      font-size: 16px;
  display: inline-block;
  font-family: "Lato";
  font-weight: 100;
  border: none;
  outline: none;
     color: #3c3939;
  padding: 3px;
      padding-right: 28px;
      width: 709px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  z-index: 3;
  transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
  cursor: text;
  background-color:transparent;
   border: 1px solid #fff;
   background-color:#fff;
   border-radius:4px;
}

#wrap input[type="text"]:focus:hover {
  border-bottom: 1px solid #BBB;
}

#wrap input[type="text"]:focus {
  width: 700px;
  z-index: 1;
  border-bottom: 1px solid #BBB;
  cursor: text;
}
#wrap input[type="submit"] {
	    margin-right: 97px;
    margin-top: 18px;
	    border: 1px solid #fff;
      background-color: transparent;
     height: 35px;
    width: 35px;
  display: inline-block;
  color:red;
  float: right;
  background-image:url(../images/download.png);
  background-repeat:no-repeat;
  text-indent: -10000px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
      z-index: 3;
  cursor: pointer;
 /* opacity: 0.4;*/
  cursor: pointer;
  transition: opacity .4s ease;
}
#wrap input[type="submit"]:focus{
	outline:none;}
#wrap input[type="submit"]:hover {
  opacity: 0.8;
}
/*==============================================
                  INNER PAGES
  ===========================================*/
.banner-innerpage{
	 float:left;
	 width:100%;
	 
    margin-top: 0px;}
.prduct-details{
	float:left;
	width:100%;
	    padding: 67px 0;}
#sync1 .item{
    padding:25px 0px 92px 0;
    margin: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}
#sync2 .item{

    padding: 10px 0px;
    margin: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}
#sync2 .item h1{
  font-size: 18px;
}

div#sync1 {
    margin-bottom: -93px;
}
.product{
	border:1px solid #ccc;
	float:left;
	width:100%;}
.prduct-details .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 0;
    top: 42%;
	width: 51px;
}
.prduct-details .owl-theme .owl-controls .owl-buttons .owl-next {
    right: 0;
    top: 42%;
}
#sync2 .item img{
	border:1px solid #ccc;
	width: 89%;
	}
.prduct-details .owl-item{
	/*background-color:whitesmoke;*/}
.prduct-details .item {
  /*  background-color: whitesmoke !important;*/
    margin: 0 10px;
}
.prize-inner h3{
	color:#f05928;}
.prize-inner a{
	background:#f05928;
    color: #fff;
    font-size: 11px;
    padding:4px 11px;
    border-radius: 0px;
	margin-left:30px;
/*    float: right;*/
/*	transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
	-ms-transition:all .5s ease-in-out;*/}
.bg{
	background-color:#f9f9f9;}
.product-list-content{
	float:left;
	width:100%;
	padding:15px;}
#sync1.item  {
            width:200px;
            margin: -193px 0 0 -100px;
            position:absolute;
            top: 50%;
            left: 50%;
        }
        #sync1.item img {
            max-width: 100%;
        }
.prduct-details .add_cart{
	padding:0;
	border-top:0;
	margin:0;}
.prduct-details .btn-cart{
	border-radius:0;
	width: 90px;
    height: 43px;
	font-size: 17px;}

.product-listing .item:hover{
	-webkit-box-shadow: -1px 0px 32px -4px rgba(0,0,0,0.64);
-moz-box-shadow: -1px 0px 32px -4px rgba(0,0,0,0.64);
box-shadow: -1px 0px 32px -4px rgba(0,0,0,0.64);}

/*==============================================
                  CETEGORIES-PAGE
  ===========================================*/
.categories-page{
	float:left;
	width:100%;
	padding:50px 0;
	background-color: whitesmoke;}

.left-category h3{
	background-color: #00aeee;
    padding:15px 26px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 17px;
}
.left-category .icon-category{
	float:right;}
.panel-default>.panel-heading {
    color: #333;
    background-color: transparent;
    border-color: #ddd;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
}
.panel-title span{
    color: #757575;
    padding-right: 13px;
}
.panel-title {
    color: #ada5a5;
}
.panel-title a:hover {
    color: #ada5a5;
}
.panel-heading{
	transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
	-ms-transition:all .5s ease-in-out;
	}
.panel-heading:hover {
	transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
	-ms-transition:all .5s ease-in-out;
	cursor: pointer;
    background-color: #003363;
}
.panel-heading:hover a,.panel-heading:hover span {
	color:#fff;
	transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
	-ms-transition:all .5s ease-in-out;}
.panel-heading a:focus {
    color: #ccc !important;
	text-decoration:none;
}
.panel-heading{
	 background-color: #003363;}
.right-content img{
	border:1px solid #ccc;}
.right-content .col-sm-4{
	margin-bottom:30px;}
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}
.option-product{
	    border: 1px solid #ccc;
    padding: 8px;
    margin-bottom: 22px;
    margin-top: 22px;
	    width: 77%;}
.serach-product{
	background-color: #003363;
    border: 0;
    padding: 8px 19px;
    color: #fff;}
.caption-style-2{
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		
	}

	.caption-style-2 li{
		float: left;
		padding: 0px;
		position: relative;
		overflow: hidden;
	}

	.caption-style-2 li:hover .caption{
		opacity: 1;
		transform: translateY(-300px);
		-webkit-transform:translateY(-300px);
		-moz-transform:translateY(-300px);
		-ms-transform:translateY(-300px);
		-o-transform:translateY(-300px);
		top:300px;
		-webkitpx-transition:all 0.60s ease-in-out;
		-moz-transition:all 0.60s ease-in-out;
		-o-transition:all 0.60s ease-in-out;
		-ms-transition:all 0.60s ease-in-out;
		transition:all 0.60s ease-in-out;
	}


	.caption-style-2 img{
		margin: 0px;
		padding: 0px;
		float: left;
		z-index: 4;
	}


	.caption-style-2 .caption{
	    opacity: 1;
        top: 289px;
		cursor: pointer;
		position: absolute;
		    border: 1px solid #00aeee;
		/* opacity: 0;
		top:300px; */
		-webkitpx-transition:all 0.30s ease-in-out;
		-moz-transition:all 0.30s ease-in-out;
		-o-transition:all 0.30s ease-in-out;
		-ms-transition:all 0.30s ease-in-out;
		transition:all 0.30s ease-in-out;

	}
	.caption-style-2 .blur{
		background-color: rgba(0, 0, 0, 0.67);
		height: 300px;
		width: 400px;
		z-index: 5;
		position: absolute;
	}

	.caption-style-2 .caption-text h1{
		font-weight:bold;
		text-transform: uppercase;
		font-size: 15px;
		    margin-bottom: 13px;
	}
	.caption-style-2 .caption-text{
		z-index: 10;
		color: #fff;
		position: absolute;
		width:250px;
		height: 300px;
		text-align: center;
		    padding:23px 15px;
		
	}
.serach-category {
    background-color: #00aeee;
    border: 0;
    padding: 8px 19px;
    color: #fff;
	    margin-top: 9px;
}

.caption-style-2  p{
	color:#d1cdcc;}
.panel-body ul li{
	    border-bottom: 1px solid #ccc;
    padding:11px 33px 10px  49px;}
.right-content img:hover {
    border: 1px solid #00aeee;
}
.panel-body {
    padding:0;
}
.panel-body span{
	    float: right;}
.panel-title .fa-angle-right{
	float:right;
	padding-right:15px;}

.caption-style-2 .features {
    left: 0px !important;
	z-index:9999;
	    padding: 14px 10px 0 6px !important;}
.caption-style-2 .sale{
	 left: 0px !important;
	z-index:9999;
	    padding: 14px 10px 0 6px !important;}


    .form-wrapper {
		margin-left: 3px;
            width:100%;       -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        -moz-box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
        -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
        box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
    }
    
    .form-wrapper input {
       /* width: 330px;*/
	    width: 100%;
        height: 43px;
        padding: 10px 5px;  
        font: bold 13px 'lucida sans', 'trebuchet MS', 'Tahoma';
        border: 0;
        background: #fff;
        -moz-border-radius: 3px 0 0 3px;
        -webkit-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;
		border: 1px solid #ccc;
		position:absolute;   
    }
    
    .form-wrapper input:focus {
        outline: 0;
        background: #fff;
        -moz-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
        -webkit-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
        box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
    }
    
    .form-wrapper input::-webkit-input-placeholder {
       color: #999;
       font-weight: normal;
       font-style: italic;
    }
    
    .form-wrapper input:-moz-placeholder {
        color: #999;
        font-weight: normal;
        font-style: italic;
    }
    
    .form-wrapper input:-ms-input-placeholder {
        color: #999;
        font-weight: normal;
        font-style: italic;
    }    
    
    .form-wrapper button {
		overflow: visible;
        position: relative;
        float: right;
        border: 0;
        padding: 0;
        cursor: pointer;
           height: 43px;
    width: 88px;
        font: bold  13px/31px 'lucida sans', 'trebuchet MS', 'Tahoma';
        color: #fff;
        text-transform: uppercase;
        background: #003363;
        -moz-border-radius: 0 3px 3px 0;
        -webkit-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;      
        text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
    }   
      
    .form-wrapper button:hover{		
        background:#e54040;
		transition:all .5s ease-in-out; 
		-webkit-transition:all .5s ease-in-out;
		-o-transition:all .5s ease-in-out;
		-moz-transition:all .5s ease-in-out;
		-ms-transition:all .5s ease-in-out;
    }	
      
    .form-wrapper button:active,
    .form-wrapper button:focus{   
        background: #e54040;
		transition:all .5s ease-in-out; 
		-webkit-transition:all .5s ease-in-out;
		-o-transition:all .5s ease-in-out;
		-moz-transition:all .5s ease-in-out;
		-ms-transition:all .5s ease-in-out;  
    }
    
    .form-wrapper button:before {
        content: '';
        position: absolute;
        border-width: 8px 8px 8px 0;
        border-style: solid solid solid none;
        border-color: transparent #003363 transparent;
        top: 13px;
        left: -6px;
    }
    
    .form-wrapper button:hover:before{
        border-right-color: #e54040;
    }
    
    .form-wrapper button:focus:before{
        border-right-color: #c42f2f;
    }    
    
    .form-wrapper button::-moz-focus-inner {
        border: 0;
        padding: 0;
    }
.similar-products{
	background-color:whitesmoke;
	float:left;
	width:100%;}
.best-offers-list #owl-demo-list-4 .item {
    display: block;
    padding: 0;
    margin: 53px 9px;
    border-radius: 0px;
    text-align: center;
}
.best-offers-list #owl-demo-list-4 .item {
    border: 1px solid #ccc;
    border-radius: 0;
}
/*==============================================
                 contact-login-by lijo
  ===========================================*/
  
.login-page{
	width:100%;
	float:left;
	background-color: aliceblue;
	padding-bottom: 55px;
}
.login-style{
	border: 1px solid;
    color: antiquewhite;
    background-color: #fff;
	padding: 4px 68px 16px 61px;
	float:left;
	width:100%;
	padding-top: 20px;
	box-shadow:-webkit-box-shadow: -1px 10px 19px 5px rgba(0,0,0,0.34);
-moz-box-shadow: -1px 10px 19px 5px rgba(0,0,0,0.34);
box-shadow: -1px 10px 19px 5px rgba(0,0,0,0.34);
}
.btn-login{
	color: white;
    background-color: #00aeee;
    font-size: 14px;
	height:45px;
}
.btn-login:hover{
	color:#fff;
	background-color:#003363;
}




/* LABEL ======================================= */
.login-page label                {
  color:#999; 
  font-size:18px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:5px;
  top:10px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}

/* active state */
.login-page input:focus ~ label, input:valid ~ label        {
  top:-20px;
  font-size:14px;
  color:#5264AE;
}

/* BOTTOM BARS ================================= */
.bar    { position:relative; display:block; width:300px; }
.bar:before, .bar:after     {
  content:'';
  height:2px; 
  width:0;
  bottom:1px; 
  position:absolute;
  background:#5264AE; 
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
.bar:before {
  left:50%;
}
.bar:after {
  right:50%; 
}


/* HIGHLIGHTER ================================== */
.highlight {
  position:absolute;
  height:60%; 
  width:100px; 
  top:25%; 
  left:0;
  pointer-events:none;
  opacity:0.5;
}

/* active state */
.login-page input:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
    from { background:#5264AE; }
  to    { width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
    from { background:#5264AE; }
  to    { width:0; background:transparent; }
}
@keyframes inputHighlighter {
    from { background:#5264AE; }
  to    { width:0; background:transparent; }
}
.login-style h3{
    font-size: 24px;
    color: black;
    text-align: center;
    padding-bottom: 10px;
}

.contact-us{
	float:left;
	width:100%;
}
.contact-us-help{
	float:left;
	width:100%;
	padding-bottom:50px;
}
.contact-us-help textarea{
	height: 150px;
    padding-top: 13px;
    resize: none;
}
.contact-us-help .button-default:hover {
    background: #003363 none repeat scroll 0 0;
    border: 0 none;
    padding: 8px 40px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-bottom: 20px;
	color:#fff;
}
.contact-us-help .button-default {
    background: #00aeee none repeat scroll 0 0;
    border: 0 none;
    padding: 8px 40px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-bottom: 20px;
	color:#fff;
}
.contact-us-help input, .contact-us-help textarea {
    background: #ffffff none repeat scroll 0 0;
    border: 0 none;
	border: 1px solid;
    border-color: #003363;
    color: black;
    font-size: 14px;
    height: 48px;
    margin-bottom: 23px;
    padding: 0 23px;
    text-transform: capitalize;
    width: 100%;
}
textarea.contact-us-textarea {
    height: 150px;
}
.contact-us h2{
	text-align:center;
	color: #003363;
}
.contact-us h1{
	color: #003363;
}
.contact-us-help h3{
	color: #003363;
}
.contact-us-address {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
}
.contact-us-cont{
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
    text-align: center;
}
.contact-us-help  p{
	padding-bottom:20px;
	padding-top:10px;
}
.c-icon{
	color:#003363;
	padding: 10px;
}






/*.nav-tabs {
    border-bottom: 1px solid #00aeee;
}*/
.right-text-text .btn-cart {
    border-radius: 0;
    width: 90px;
    height: 43px;
    font-size: 17px;
}
.right-text-text .add_cart {
    margin: 19px 2px;
    padding: 9px 0;
    border-top: 1px solid #ccc;
}
.nav-tabs>li .active a:before{
	    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #ccc;
    margin-top: 54px;}
.shop-col .owl-theme .owl-controls .owl-page span {
   
    background: #003363;
}

.tab-section .bx-next{
	content: "\f106";}
/*.tab-section .bx-wrapper .bx-next {
    right: 80px;
	    top: -6px;
    background: url(../images/controls.png) no-repeat -43px -32px;
}
.tab-section .bx-wrapper .bx-prev {
	    top: 110%;
    left: 88px;
    background: url(../images/controls.png) no-repeat 0 -32px;
}*/
.slide{
	border:1px solid #ccc;}
.slide .features {
    left: 0;}
.dropdown-menu {
    position: absolute;
    top: 45px  !important;}

/*==============================================
                 category-offers
  ===========================================*/
 .offers-category{
	 float:left;
	 width:100%;
	 padding:80px 0;
	 background-color:#f2f2f2;}
.select-option-offer{
	width:100%;
	height: 43px;
	padding: 11px;}
.category-seperate{
	padding:2px 15px;
	float:left;
	width:100%;
/*	border:1px solid #ccc;*/}
.category-seperate .col-sm-3{
	margin-bottom:30px;}
.title-category h3{
	    font-weight: bolder;
	background-color:#00aeee;
	color:#fff;
	padding:10px;
	margin-bottom:20px;}
  
.category-seperate img.img-responsive {
    border: 1px solid #ccc;
    padding: 4px;
}
.one-box-cateogory{
	    margin-bottom: 11px;
	float: left;
    width: 98%;
    background-color: #fff;
    padding: 22px 8px;
	    border: 1px solid #ccc;
	}
.one-box-cateogory .btn-cart {
    margin-right: 4px;
    width: 57px;
    height: 34px;
	border-radius:0;}
.one-box-cateogory .add_cart {
        margin: 0;
    padding: 8px 0;
    border-top: 1px solid #ccc;
}
.one-box-cateogory p{
    font-size: 13px;}
.name {
    font-size: 20px !important;
    color: #003363;
    font-weight: bold;
}
.one-box-cateogory .prize {
    font-size: 19px !important;
    color: red;
    margin-top: -8px;
}
.title-category {
    float: left;
    width: 100%;
	    padding-right: 13px;
}

/*==============================================
               all-store
  ===========================================*/

.all-store{
	float:left;
	width:100%;
	background-color:#f2f2f2;
	padding:80px 0;}
.all-store .col-sm-3{
	margin-bottom:30px;}
/*==============================================
              faq
  ===========================================*/	
	
.faq{
	float:left;
	width:100%;
	padding:80px 0;}
.faq .panel-faq{
	padding:15px;}
.panel-faq strong{
	margin-right:5px;}

.faq .panel-default>.panel-heading a{
	font-weight:bold;
	}
/*==============================================
               
  ===========================================*/		
	
.modal-header .close{
	    border: 3px solid #fff;
    /* padding: 14px; */
    border-radius: 51%;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 32px;
    padding-left: 3px;
    color: #fff;
    background-color: #00aeee;
    opacity: 1;
    margin-top: -35px;
    margin-right: -29px;
}
.modal-header {
    border-bottom: 0px solid #e5e5e5; */
}

.map{
	opacity:.6;}
	
#f1_container {
  position: relative;
  margin: 10px auto;
  width: 100%;
  height: 281px;
  z-index: 1;
}
#f1_container {
  perspective: 1000;
}
#f1_card {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: all 1.0s linear;
}
#f1_container:hover #f1_card {
  transform: rotateY(180deg);
  box-shadow: -5px 5px 5px #aaa;
}
.face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
.face.back {
  display: block;
  transform: rotateY(180deg);
  box-sizing: border-box;
  padding: 10px;
  color: white;
  text-align: center;
  background-color: #003363;
}
#f1_container img{
	border:1px solid #ccc;
	    height: 100%;
		width:100%;}
.back h3{
	font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
	padding-bottom: 9px;
	}
.text-shop {
	float: left;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    padding: 12px;
    background-color: rgba(0, 174, 238, 0.53);
    color: #fff;
}
.text-shop h4{
	padding-bottom:8px;
	font-weight:bold;
	margin:0;}
.text-shop p{
	border-top:1px solid #fff;
	margin:0;}
.shop-product{
	background-color:#f2f2f2;
	padding:80px 0;
	float:left;
	width:100%}
.offers{
	border: 1px solid #ccc;
	background-color:#fff;
	padding:25px 0;
	float:left;
	width:100%;
	margin-bottom: 15px;}
.images-offer{
	border-right:1px solid #ccc;}
.detail-offer{}
.detail-offer p{
	font-size:13px;
	color:#666;}
.detail-offer .add_cart {
     margin:0;
}
.features12{
	background-color: #003363;
    width: 146px;
    height: 39px;
    position: absolute;
    float: right;
    right: 17px;
    margin-top: -22px;
    border-bottom-left-radius: 30px;
	}
.features12 p{
	color: #fff;
    text-align: center;
    padding-top: 8px;
    font-weight: bolder;
    font-size: 15px;
	}
.tab-content>.active {
    display: table-row-group;
}
.tp-simpleresponsive .slotholder *, .tp-simpleresponsive img {
    height: 332px !important;
}
.tp-simpleresponsive >ul li {
    height: 326px !important;
}
#magik-slideshow {
    height: 332px;
}
.tp-leftarrow.default {
    top: 33% !important;
}
.tp-leftarrow.default, .tp-rightarrow.default {
    top: 33% !important;
}
li{
	list-style-type:none;}
.img-logo {
	float:left;}
#wrap {
    margin-top: -1px !important;
}
.dropdown span{
	font-size:10px;}
.categories-shop{
	border:1px solid #777;
	border-radius:4px;
	color:#fff !important;}
li.shop-category a{
	padding:2px 17px !important; 
	}
li.shop-category .dropdown-menu>li>a {
    padding: 9px 17px !important;
}



.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
ul.dropdown-menu.multi-level ul {
    margin-left: 202px;
	    top: -7px !important;
}
.dropdown-menu .dropdown-menu {
    top: -5px !important;
}

.prize p{
	    color: red;
    font-weight: bold;
    font-size: 19px;}
.prize span{
	color: #666;
    text-decoration: line-through !important;
    padding-right: 8px;
    border-right: 1px solid #ccc;
    margin-right: 9px;
}
.listing ul li a{
	    font-size: 12px;
    color: #948d8d;}
.listing ul li a i{
	color: #ffffff;
    background-color: #00aeee;
    padding: 3px;
    margin-right: 6px;
    border-radius: 15px;}
.listing {
    margin-bottom: 16px;
}
.listing ul li{
	    line-height: 25px !important;}
.detail-offer .btn-cart{
	    width: 88px;
		    border-radius:0;
}
.form1 form {
	    color: #848282;
    background-color: #fff;
    padding: 20px;
}
.form1 input[type="checkbox"] {
    margin: 2px;
}
.form1 h4{
	    border-bottom: 2px solid #00aeee;
    font-weight: bold;
    color: #003363;
    padding-bottom: 7px;}
.today-deal-1 .features {
    left: 25px;
	    padding: 7px 7px 0 0px;}
.today-deal-1 h3{
	 text-transform: uppercase;
    color: #003363;
    font-weight: bold;
    font-size: 19px;
    border-bottom: 1px solid #fff;
    padding-bottom: 9px;
    margin-bottom: 16px;}
.latest-best-offers{
	float:left;
	width:100%;
	margin-top:15px;}
.latest-best-offers .features {
    left: 25px;
    padding: 7px 7px 0 0px;
	background-color: #003363;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
    z-index: 99 !important;
}
.btn-info:hover {
    color: #fff;
    background-color: #00aeee;
    border-color: #00aeee;
}
.btn-info {
    color: #fff;
    background-color:  #00aeee;}
#wrap {
       margin-top: 13px !important;
    width: 62%;
    border-radius: 8px;
    margin-right: 15px;
}
input.form-control.autostyle.ui-autocomplete-input {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

/*==============================================
                  sign-up
  ===========================================*/
.sign-up{
	background-color:aliceblue;
	padding:30px 0;
	float:left;
	width:100%;}
.register{
	    background-color: #fff;
	float:left;
	width:100%;
	padding:25px 38px;}
.sign-up .form-control{
	border-radius:0;
	height:44px;}
.sign-up span{
	background-color:#003363;
	color:#fff;
	padding: 13px;
	border-radius:0;}
button.btn.register-btn {
    padding: 8px 37px;
    color: #fff;
    background-color: #00aeee;
    width: 100%;
    border-radius: 0;
}
.sign-up span i{
    width: 21px;}
.login-register ul li{
	display:inline;}
.login-register ul li a{
	border-right:1px solid #ccc;
    padding: 0 16px;}
.login-register ul li a:last-child{}


/*==============================================
                  @media query
  ===========================================*/
@media only screen and (max-width: 1024px) {
	.right-text-text .btn-cart {
    width: 72px;
}
	.nav-tabs>li a{
	transition:all .5s ease-in-out;
	padding: 10px 30px;
	    margin-bottom: 7px;}
.option-product {
    width: 72%;
}
.banner-innerpage {
    float: left;
    width: 100%;
    margin-top: 15px;
}
.form-wrapper input {
    /* width: 330px; */
    width: 90%;}
.one-box-cateogory {
    text-align: center;
}
.category-seperate img.img-responsive {
    margin: 0 auto;
	    margin-bottom: 20px;
}
div#sync2 {
    top: 0px;
}
#sync2 .item img {
    width: 100%;
}
.subscription input[type="text"] {
    width: 200px;
   
}
.owl-theme .owl-controls .owl-buttons div{
	background-color:#003363;
	color:#fff;
	}
.hovereffect{
	margin-bottom:15px;}
.footer-bottom p {
    font-size: 13px;
    padding: 1px 0;
    margin: 0;
    text-align: center;
}
.footer-bottom{
	    padding: 12px 0;}}
		


@media only screen and (max-width: 767px) {
.view-more ,.buy-btn{
	    margin-top: 15px !important;
    float: left !important;
}


@media screen and (max-width: 667px) and (min-width: 600px) {
.caption-style-2 .caption-text {
    width: 283px;
    padding: 44px 15px;
}
}




@media only screen and (max-width: 380px) {
	.nav-tabs>li a {
    transition: all .5s ease-in-out;
    padding: 5px 12px;
}
	.seperate-head h3:after {
	display:none;
	}
	.seperate-head h3:before {
	display:none;
	}
.view-more{
	float:left !important;
	  margin-top: 15px !important;}
.buy-btn{
	float:left;
	  margin-top: 15px !important;}

.view-more ,.buy-btn{
	    margin-top: 15px !important;
    float: left !important;
    padding: 7px 8px !important;
	    font-size: 9px !Important}
.right-content .col-xs-6{
	width:100%;}
.caption-style-2 .caption-text {
    width: 314px;
    padding: 49px 27px;}
.caption-style-2 .blur {
    height: 313px;
}
	}