/* CUSTOM STYLES */

@import url('https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');


h1, h2, h3, h4, h5, h6{margin:0px;}/* elements */
p{margin:0px;}


body
{
font-family: 'Raleway', Helvathika, Arial sans-serif;
}

a {
    color: inherit;
}
a:hover {
    color: inherit;
    text-decoration: none;
}
a:visited {
    color: inherit;
    text-decoration: none;
}
.header-head-fs-1
{
color:#f3f3f3;
font-size:50px;
font-weight:400;
line-height:58px;
letter-spacing:2px;
margin-bottom:20px;
text-shadow: 2px 2px #000000;
}
.header-description
{
color:#f3f3f3;
font-size:15px;
font-weight:500;
line-height:24px;
letter-spacing:1px;
margin-bottom:0;
}
.header-head-fs-2
{
color:#f3f3f3;
font-size:36px;
font-weight:400;
line-height:44px;
letter-spacing:2px;
margin-bottom:20px;
}


.sub-heading-fs
{
color:#333333;
font-size:16px;
font-weight:600;
line-height:20px;
letter-spacing:1px;
margin-bottom:20px;
}


.h2-bottom{margin-bottom:20px;}



.image-center {margin:0 auto;}

.center {
	text-align:center;
}

.left {
	text-align:left;
}

.right {
	text-align:right;
}


.btn
{	
	background-color:#3598db;
	padding:6px 15px 6px 15px;
	color:#ffffff;
	font-size:13px;
	font-weight:700;
	letter-spacing:1px;
	border:0;
	border-radius:0;
	padding:10px 24px 10px 24px ;
}

.btn-top{margin-top:30px;}

.btn:hover, .btn:focus{
	color:#ffffff;
}
.logo-bottom{margin:0 0 20px 0;}
.uline-bottom{margin:0 0 10px 0;}
.image-bottom{margin:0 0 40px 0;}
.uline-height{height:1px;}
.column-center{float:none; margin:0 auto;}
.no-padding{padding:0;}
.no-margin{margin:0;}

.image-hoverable {
	box-shadow:0 ;
	transition: box-shadow .55s;  
}

.image-hoverable:hover {
	box-shadow:0 0 20px rgba(255, 255, 255, 0.6) ;
	transition: box-shadow .45s;  
}

/*========================================== HEADER START ===========================================*/

.header-bgimage
	{background-image: url("../../images/bgimage.jpg"); background-attachment:fixed; background-size:cover; background-position:center; background-repeat:no-repeat;  height: 100%; } 
	

.header-bgcolor {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
}

.header-space{padding:180px 0 180px 0;}
.contact-icon {
    list-style: none;
    display: inline-block;
}
.contact-right-pad {
    padding-right: 20px;
}
/*========================================== HEADER END ===========================================*/

/*========================================== DEMO START ===========================================*/

.demo-bgcolor {
    background-color:#ffffff;
}

.demo-space{padding:80px 0 40px 0;}

 
.demo-rel {
  position: relative;
  display:table;
  margin:0 auto;
}

.demo-image {
  display: block;
  width: 100%;
  height: auto;
}

.demo-overlay {
	background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  width: 0;
  opacity: 0;
  transition: .5s ease;
  
}
.demo-rel:hover .demo-overlay {
  opacity: 1;
  height: 100%;
  width: 100%;
}

.demo-text {
	
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  width:90%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  
}
.demo .col-md-6{padding:0 30px 0 30px;}
.products .col-md-6{padding:0 15px 0 15px !important;}
.demo-row-bottom{margin-bottom:60px;}
.arrow {
    -webkit-animation: mover 0.7s infinite  alternate;
    animation: mover 0.7s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
	
	0% { -webkit-transform: translateY(0); }
    100% { -webkit-transform: translateY(-10px); }
	
	0% { -ms-transform: translateY(0); }
    100% { -ms-transform: translateY(-10px); }
	
	
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
	
	 0% { -webkit-transform: translateY(0); }
    100% { -webkit-transform: translateY(-10px); }
	
	 0% { -ms-transform: translateY(0); }
    100% { -ms-transform: translateY(-10px); }
	
}

.zoom-area {
    overflow: hidden;
}
.find-image {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.demo-rel:hover .find-image {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.find-image-products {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.find-image-products:hover {
   -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/*========================================== DEMO END ===========================================*/

/*========================================== OUR FEATURED PRODUCTS START ===========================================*/

.products-bgcolor {
    background-color:#f6f6f6;
}

.products-space{padding:80px 0 40px 0;}

.products-heading-fs
{
color:#333333 !important;
font-size:32px;
font-weight:600;
line-height:40px;
letter-spacing:1px;
margin-bottom:40px;
}

.products-sub-heading
{
color:#333333;
font-size:16px;
font-weight:700;
line-height:20px;
letter-spacing:1px;
margin-bottom:20px;
}
/*========================================== OUR FEATURED PRODUCTS END ===========================================*/
/*========================================== EMAIL SUBSCRIBE START ===========================================*/
.column-center-1 {
    display: table;
    margin: 0 auto;
}
.subscribe-bg {
	background-color: #f6f6f6; 
}
.subscribe-space{
	padding:40px 0 40px 0;
}
.sub-btn-top {
	position: absolute;
	right: 1px;
	top: 1px;
}
.sub-btn-top .btn {
	border-radius: 0 3px 3px 0;
	font-size: 20px;
	padding: 10px 20px;
}
.subs-top {
	margin-top: 15px;
}
.contact-icon {
    list-style: none;
    display: inline-block;
}
.contact-right-pad {
    padding-right: 20px;
}
.suscribe-heading-fs {
	font-size:32px;
	font-weight:600;
	line-height:40px;
	letter-spacing:1px;
	margin-bottom:20px;
}
.suscribe-description {
	font-size:15px;
	font-weight:500;
	line-height:24px;
	letter-spacing:1px;
	margin-bottom:40px;
}
.result-msg {
	text-align: center;
	width: 100%;
    padding-top: 10px;
}
.email-success {
	color: #0fa80f;
    letter-spacing: 1px;
}
.email-failure {
	color: #ff0000;
    letter-spacing: 1px;
}

.subscribe-bgcolor {
    background-color:#f6f6f6;
}
.pad-top20 {
	padding-top: 20px;
}
.offer_common .form_input {
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    color: #111111;
    letter-spacing: 1px;
    height: 52px;
    padding-left: 15px;
    padding-right: 30px;
    width: 100%;
    transition: all 0.4s ease-in-out 0s;
}

.offer_common .form_input:focus {
	background-color: #f3f3f3;
}
.offer_common::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    
    color: #f0f0f0;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    opacity: 0.1;
}
.offer_common::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #f0f0f0;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    opacity: 0.1;
}
.offer_common:-ms-input-placeholder {
    /* IE 10+ */
    
    color: #f0f0f0;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
}
.offer_common:-moz-placeholder {
    /* Firefox 18- */
    
    color: #f0f0f0;
    font-size: 14px;
    font-weight: 300;
}
.offer_common label.error:not(.captcha-error) {
    display: none !important;
}
.offer_common label.captcha-error {
    display: none;
    color: #ff0000;
    font-size: 13px;
    font-weight: 400;
}
.offer_common label {
	margin-bottom: 0;
	margin-top: 5px;
}
.offer_common input.place_error.errorClass {
	color: #ff0000;
}

/*========================================== EMAIL SUBSCRIBE END ===========================================*/

/*========================================== OUR POPULAR PRODUCTS START ===========================================*/
.popular-bgcolor {
    background-color:#ffffff;
}
.popular-space{
	padding:80px 0 80px 0;
}
#popular_product .owl-dot, 
#popular_product .owl-nav .owl-next, 
#popular_product .owl-nav .owl-prev {
    -moz-user-select: none;
    cursor: pointer;
}
#popular_product .owl-prev {
    left: 0;
}
#popular_product .owl-next {
    right: 0;
}
#popular_product .owl-next, 
#popular_product .owl-prev {
    background-color: #3598db;
    border-radius: 0;
    color: #ffffff;
    font-size: 22px;
    height: 32px;
    line-height: 32px;
    position: absolute;
    text-align: center;
    top: 35%;
    width: 32px;
	border-radius: 50%;
	opacity: 0;
	transition: all 300ms ease-in;
}
#popular_product:hover .owl-next,
#popular_product:hover .owl-prev {
	opacity: 1;
	transition: all 300ms ease-in;
}
#popular_product .owl-dots {
	margin: 0 auto;
	display: table;
	padding-top: 20px;
}
#popular_product .owl-dot {
	background-color: #3598db;
	opacity: 0.5;
}
#popular_product .owl-dot.active {
	opacity: 1;
}
#popular_product {
	padding: 0 20px;
	border-radius: 5px;
}
#popular_product .item {
	background-color: #f5f5f5;
	display: table;
	margin: 0 auto;
	padding: 10px;
}
#popular_product img{
box-shadow:0 0 5px rgba(0, 0, 0, 0.4) ;
transition: box-shadow .55s;  
}
#popular_product .owl-item {
    position: relative;
}
.fa-angle-left{
	margin-left: 0;
}
.fa-angle-right{
	margin-left: 5px;
} 
.col-center {
	margin: 0 auto;
	float: none;
}
/*========================================== OUR POPULAR PRODUCTS END ===========================================*/

/*========================================== FOOTER START ===========================================*/
.footer-space{padding:60px 0 60px 0;}
.footer-bgcolor {
    background-color:#333333;
}
.footer-icon li {
    list-style: none;
    display: inline-block;
}
.footer-left-pad li {
    padding-left: 15px;
}
.footer-left-pad li:first-child {
    padding-left: 0;
}
.footer-br {
    border-bottom: 1px solid #555555;
    margin-top: 30px;
}
.footer-br-bottom {
    margin-bottom: 30px;
}
.copy-right{
	color:#f3f3f3;
	font-size:14px;
	font-weight:400;
	line-height:24px;
	letter-spacing:1px;
}
/*========================================== FOOTER END ===========================================*/

/*========================================== MEDIA QUERIES START ===========================================*/

@media (max-width: 767px) {
	.subscribe_form {
		margin-bottom: 20px;
	}
	.column-center-1 {
		display: block;
	}
	.offer_common label.captcha-error {
		display: table;
		margin: 5px auto 0 auto;
		text-align: center;
	}
}
@media (max-width: 575px) {
    
    #rc-imageselect,
    .g_recaptcha {
        transform:scale(0.9);
        -webkit-transform:scale(0.9);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
        max-width: 100% !important;
    }
}
@media only screen and (min-width:250px) and (max-width:480px) {
	.header-space {
		padding: 100px 0 100px 0;
	}
	.header-head-fs-1 {
		font-size: 40px;
		line-height: 48px;
	}
	.header-head-fs-2 {
		font-size: 30px;
		line-height: 38px;
	}
	.suscribe-heading-fs,
	.products-heading-fs {
		font-size: 24px;
		line-height: 32px;
	}
}
@media (max-width: 360px) {   
    #rc-imageselect,
    .g_recaptcha {
        transform:scale(0.8);
        -webkit-transform:scale(0.8);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
        max-width: 100% !important;
    } 
}
@media (max-width: 330px) {
    #rc-imageselect,
    .g-recaptcha {
        transform:scale(0.9);
        -webkit-transform:scale(0.9);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
        max-width: 100% !important;
    } 
}
/*========================================== MEDIA QUERIES END ===========================================*/