﻿/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
body{
	margin:0;
	font-family: 'Roboto', sans-serif;
	background: #fff;
}
body a{
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6{
	margin:0;	
	font-family: Cambria, Cochin, Georgia, Times, Times New Roman, serif;
}
p{
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}
/*--banner--*/
.banner {
   background:url(../images/banner0.jpg)no-repeat center;
   -webkit-background-size:cover;
    background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
   min-height:799px;
   position: relative;
}
.bannertour {
   background:url(../images/banner0.jpg)no-repeat center;
   -webkit-background-size:cover;
    background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
   min-height:100px;
   position: relative;
}
.bannerback {
   background: url(../images/banner2.jpg)no-repeat center;
    /*background-image: url('../images/banner2.jpg');*/
    -webkit-background-size: cover;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 300px;
    position: relative;
}
.logo h1 {
    font-size: 4em;
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    line-height: 1em;
}
.logo h1 a {
    color: #E3535D;
	text-decoration:none;
}
.logo h1 a:hover{
    color: #E3535D;
}
/*--top-nav--*/
.top-nav {
	padding-top: 1.5em;
}
nav.navbar.navbar-default {
    background-color: inherit;
    border: none;
    margin: 0;
}
ul.nav.navbar-right {
    margin-top: 0.3em;
}
.top-nav ul li {
    margin: 0 1em;
    display: inline-block;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .top-nav ul li  a.active:before {
    color: #5BD982;
}
/* Effect 11: text fill based on Lea Verou's animation http://dabblet.com/gist/6046779 */
.top-nav ul li a {
   text-decoration: none;
    letter-spacing: 0.1px;
    font-size: 1.5em;
	color:#217ec1;
	font-family: Cambria, sans-serif;
    font-weight:bold;
	position:relative;
	padding:0.5em;
}
.nav > li > a:hover, .nav > li > a:focus,.top-nav ul li a.active{
    background: none;
}
/* Shylock (by @benhanks040888) */
.menu__link {
	position: relative;
	-webkit-transition: color 0.4s;
	transition: color 0.4s;
	-moz-transition: color 0.4s;
}

.menu__item--current .menu__link,
.menu__item--current .menu__link:hover,
.menu__item--current .menu__link:focus {
	color: #d94f5c;
}

.menu__item--current .menu__link::after,
.menu__item--current .menu__link::before {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-moz-transform: scale3d(1, 1, 1);
	-o-transform: scale3d(1, 1, 1);
	-ms-transform: scale3d(1, 1, 1);
}

.menu__item--current .menu__link::before {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-moz-transition-delay: 0s;
}

.menu__link:hover,
.menu__link:focus {
	color: #fff;
}

.menu__link:hover::before,
 .menu__link:focus::before {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-moz-transform: scale3d(1, 1, 1);
	-o-transform: scale3d(1, 1, 1);
	-ms-transform: scale3d(1, 1, 1);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-moz-transition-delay: 0s;
}

.menu__link::before,
.menu__link::after {
	content: '';
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 100%;
	height: 3px;
	-webkit-transform: scale3d(0, 1, 1);
	transform: scale3d(0, 1, 1);
	-moz-transform: scale3d(0, 1, 1);
	-o-transform: scale3d(0, 1, 1);
	-ms-transform: scale3d(0, 1, 1);
	-webkit-transform-origin: center left;
	transform-origin: center left;
	-moz-transform-origin: center left;
	-ms-transform-origin: center left;
	-webkit-transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
	transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
	-moz-transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.menu__link::before {
	background: #d94f5c;
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
}
.menu__link::after {
	background: #d94f5c;
}
.top-nav ul li a.sign-in {
    padding: .5em 1.5em;
    color: #fff;
    background-color: #002B38;
    font-size: 1.2em;
    border-radius: 6px;
	outline: none;
}
.top-nav ul li a.sign-in:hover {
	background: #D94F5C;
}
/*--//top-nav--*/
.banner-text-info {
    width: 38%;
    margin: 6em auto 0 auto;
    text-align: center;
    padding: 4em 3em;
}
.banner-text h2.bnr-title,.banner-text h3.bnr-title{
    color: #fff;
    font-size: 3em;
    line-height: 1.2em;
}
.banner-text p {
    font-size: 1.1em;
    color: #fff;
    margin-top: 1em;
    letter-spacing: 1px;
    line-height: 1.8em;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
/*--Slider Part starts Here--*/
#slider2,
#slider3 {
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0 auto;
}
.callbacks_container {
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 63%;      /*slider indicator*/
    left: 17%;
    z-index: 3;
    opacity: .7;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 50px;
    width: 50px;
    background: url("../images/icons.png")#EA172B no-repeat 8px 8px;
	-webkit-border-radius: 32px;
    border-radius: 32px;
	-moz-border-radius: 32px;
	-webkit-transition:.5s all;
	transition:.5s all;
	-moz-transition:.5s all;
}
.callbacks_nav:hover{
	opacity: .9;
	-moz-opacity: .9;
}
.callbacks_nav.next {
    left: auto;
    background-position: -27px 8px;
    right: 18%;
}
.callbacks_nav:active {
	opacity: 1.0;
	-moz-opacity: 1;
}
.callbacks_tabs li{
	display: inline-block;
	margin: 0 .1em;
}
.callbacks_tabs {
    list-style: none;
    position: absolute;
    z-index: 999;
    bottom: 5%;
    left: 47%;
    padding: 0;
    margin: 0;
}
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    font-family: FontAwesome;
    visibility: visible;
    height: 11px;
    width: 11px;
    display: inline-block;
    background: #F6F6F6;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.callbacks_here a:after {
    background-color: #E3535D;
}
/*--//Slider part Ends Here --*/



/*--read-more--*/
.more a {
    font-size: 1.1em;
    color: #fff;
    background: #D94F5C;
    padding: 1em 1.8em;
    display: inline-block;
    margin-top: 1em;
    position: relative;
    text-align: center;
}
/* Tamaya */
.button-tamaya {
	overflow: hidden;
}
.button-tamaya::before,
.button-tamaya::after {
	content: attr(data-text);
	position: absolute;
	width: 100%;
	height: 50%;
	left: 0;
	background: #000;
	color: #fff;
	overflow: hidden;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-moz-transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	-moz-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button-tamaya::before {
	top: 0;
	padding-top: 1em;
}
.button-tamaya::after {
	bottom: 0;
	line-height: 0;
}
.button-tamaya > span {
	display: block;
	-webkit-transform: scale3d(0.2, 0.2, 1);
	transform: scale3d(0.2, 0.2, 1);
	-moz-transform: scale3d(0.2, 0.2, 1);
	-o-transform: scale3d(0.2, 0.2, 1);
	-ms-transform: scale3d(0.2, 0.2, 1);
	opacity: 0;
	-moz-opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-moz-transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	-moz-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button-tamaya:hover::before {
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	-o-transform: translate3d(0, -100%, 0);
	-moz-transform: translate3d(0, -100%, 0);
	-ms-transform: translate3d(0, -100%, 0);
}
.button-tamaya:hover::after {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-moz-transform: translate3d(0, 100%, 0);
	-o-transform: translate3d(0, 100%, 0);
	-ms-transform: translate3d(0, 100%, 0);
}
.button-tamaya:hover > span {
	opacity: 1;
	-moz-opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-moz-transform: scale3d(1, 1, 1);
	-o-transform: scale3d(1, 1, 1);
	-ms-transform: scale3d(1, 1, 1);
}
/*--//read-more--*/
/*--//banner--*/
/*----MODAL-----*/
.modal-dialog {
    margin: 11.5em auto 0;
}
.modal-body {
    padding: 2em;
}
.modal-header {
    padding: 22px;
}
.close {
    line-height: 0.2em;
    opacity: .5;
}
.booking-info h3 {
    font-size: 2em;
    color: #333;
}
/*---------*/
.register input[type="text"],.register input[type="password"],.book_date textarea {
 outline: none;
    font-size:1em;
    font-weight: 400;
    color: #b4b4b4;
    padding: 15px 10px 15px 15px;
	border:none;
    border-bottom: 1px solid #ccc;
    width: 95%;
    margin: 0em 0em 0em 0em;
    background: #f4f4f4;
}
.sign-up input[type="submit"] {
    background:#f7f7f7;
    color: #333;
    border: 1px solid #ccc;
    font-size: 1.1em;
    font-weight: 600;
    padding: 15px 10px 15px 15px;
    width: 100%;
    cursor: pointer;
    outline: none;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
	margin-top:1.5em;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.sign-up input[type="submit"]:hover{
	color: #fff;
    background: #d7634d;
}
/* start booking_room */
.booking-form {
    margin-top: 2em;
}
.reservation ul {
	padding: 0;
	margin: 0;
}
.reservation ul li{
    list-style: none;
    display: inline-block;
}
.reservation ul li.left{
    margin-left: 2em;
	width: 47%;
}
.reservation ul li.span1_of_1 {
    margin-bottom: 2em;
    width: 47%;
}
.reservation ul li.span1_of_2.left.adult {
    margin: 0;
}
li.span1_of_1.left.h-child {
    margin-right: 2em;
}
li.span1_of_1.left.w-child {
    margin-right: 2em;
}
li.span1_of_1.left.tab-children {
    margin-right: 13em;
}
.reservation ul li.span1_of_2{
	width: 31%;
}
.reservation ul li.desti{
    width: 47%;
}
.reservation ul li.desti:nth-child(2){
	margin-left: 2em;
}
.reservation h5 {
    font-size: 1.1em;
    color: #E3535D;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
select {
    color: #999!important;
    font-size: 1em;
    padding: 7px 33px 7px 10px;
    outline: none;
    border: 1px solid #999;
    background: url(../images/arrow.png) no-repeat 80% center;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -webkit-appearance: none;
    width: 71%;
}
select option{
	color:#999;
	outline: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.book_date input[type="text"],.book_date input[type="date"],.book_date textarea {
    width: 100% !important;
    color: #999;
    font-size: 1em;
    padding: 0.6em 1em 0.6em 2em;
    outline: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    position: relative;
    border: 1px solid #D2D2D2;
    height: inherit;
	line-height: inherit;
}
.book_date {
    position: relative;
}
.book_date span.glyphicon-calendar,.book_date span.glyphicon-map-marker,.book_date span.glyphicon-user  {
    color: #333;
    position: absolute;
    z-index: 999;
    top: 32%;
    left: 3%;
    font-size: 1em;
}
.book_date span.glyphicon-envelope,.book_date span.glyphicon-earphone,.book_date span.glyphicon-globe  {             
    color: #333;
    position: absolute;
    z-index: 999;
    top: 32%;
    left: 3%;
    font-size: 1em;
}
.form-control:focus {
    border-color: #fece00;
    outline: 0;
    -webkit-box-shadow: inset 1px 1px 0 rgba(254,206,0,0.75),1px 1px 0 rgba(254,206,0,0.75);
    box-shadow: inset 1px 1px 0 rgba(254,206,0,0.75),1px 1px 0 rgba(254,206,0,0.75);
}
.date_btn {
    margin: 2em 0 0 0;
}
.date_btn form input[type="submit"] {
    text-transform: capitalize;
    background: #E3535D;
    color: #FFFFFF;
    padding: .5em 2em;
    border: none;
    font-size: 1em;
    outline: none;
	-webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.date_btn form input[type="submit"]:hover{
    background:#217ec1;    
}
/*----//MODAL-----*/
/*--welcome--*/
.welcome,.skills,.services,.portfolio,.contact{
	padding:7em 0;
}
h3.title {
    font-size: 4em;
    text-align: center;
    color: #E3535D;
    font-family:'Adobe Caslon Pro';
}
.welcome h4 {
    font-size: 1.8em;
    text-align: center;
    line-height: 1.6em;
    color: #333;
    width: 75%;
    margin: 1em auto;
    border-bottom: 2px dashed #E0B5B8;
    padding-bottom: 1em;
}
p{
    font-size: 1em;
    color: #999;
    line-height: 1.8em;
}
p.w-text{
    width: 75%;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 1px;
}
.welcome-row {
    margin-top: 3em;
}
.welcome img {
    width: 100%;
}
.welcome-img{
    display: block;
    overflow: hidden;
	position:relative;
}
.welcome-text {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	-webkit-transition:.5s all;
	transition:.5s all;
	-moz-transition:.5s all;
	-moz-opacity: 0;
	opacity: 0;
}
.welcome-grids:hover .welcome-text{
	opacity: 1;
	-moz-opacity: 1;
}
.welcome-text h5 {
    font-size: 3.5em;
    color: #fff;
    text-align: center;
    margin-top: 1.6em;
}
img.zoom-img{
	-webkit-transform: scale(1, 1);
    transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
}
img.zoom-img:hover,.welcome-grids:hover img.zoom-img,.portfolio-grids:hover img.zoom-img{
	-webkit-transform: scale(1.8);
	transform: scale(1.8);
	-moz-transform: scale(1.8);
	-ms-transform: scale(1.8);
	-o-transform: scale(1.8);
	-webkit-transition-timing-function: ease-in-out;
	-webkit-transition-duration: 750ms;
	-moz-transition-timing-function: ease-in-out;
	-moz-transition-duration: 750ms;
	-ms-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	-ms-transition-duration: 750ms;
	-o-transition-duration: 750ms;
	overflow: hidden;
}
/*--//welcome--*/






/*--gallery--*/
.gallery{
    padding: 5em 0;
	background:#fff;
}
.gallery-grid {
    background: #FFF;
    padding: 1.5em;
    width: 23.4%;
    overflow: hidden;
    margin-bottom: 2em;
    height: 30.7em;
    border: 1px solid #FF590F;
}
.gallery-grid.gallery-grid1 {
    margin: 0 1.5em;
}
.gallery-grid.gallery-grid2 {
    margin-right: 1.5em;
}
/*--gallery-text--*/
.gallery-text {
    text-align: center;
    height: 4.2em;
}
.gallery-grid a img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
    transform: scale(1);
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	margin: 0 auto;
}
.gallery-grid:hover img {
	-webkit-transform: scale(.6);
	-moz-transform: scale(.6);
	-o-transform: scale(.6);
	-ms-transform: scale(.6);
    transform: scale(.6);
	margin-top: -2em;
}
.gallery-text h5 {
    font-size: 2em;
    margin: 1em 0 .3em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.gallery-text h5 a{
    color: #000;
}
.gallery-text p {
    font-size: 1.3em;
    color: #ff590f;
    font-weight: 700;
	margin-bottom: 1em;
}
.gallery-text h4.sizes {
    font-size: 1.4em;
    color: #000;
    margin: 0.3em 0 0.8em;
}
.gallery-text h4.sizes a{
    color: #000;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-transform: uppercase;
    font-size: .7em;
}
.gallery-text h4.sizes a:hover{
    color: #ff590f;
}
.gallery-text ul li {
    display: inline-block;
    width: 20%;
    text-align: center;
}
.gallery-text ul li a span.glyphicon {
    font-size: 1.2em;
    color: #33414E;
	-webkit-transition:.5s all;
	transition:.5s all;
	-moz-transition:.5s all;
}
.gallery-text ul li a span.glyphicon:hover{
    color: #ff590f;
}
.gallery-grid:hover .gallery-text {
    height: initial;
    margin-top: -3em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.gallery-grid:hover .gallery-text h5 {
    margin: .5em 0 .3em;
}
.gallery-grid:hover .gallery-text h5 a{
    color: #00a6d6;
}
.gallery-grid:hover .gallery-text p {
    margin-bottom: 0em;
}
/*--//gallery--*/
/*--trend--*/
.trend {
	padding: 5em 0;
	-webkit-box-shadow: 0px 0px 6px 1px #E6E6E6;
	-moz-box-shadow: 0px 0px 6px 1px #E6E6E6;
	box-shadow: 0px 0px 6px 1px #E6E6E6;
}
.trend-info {
    background: #00a6d6;
    padding: 4em 12em 3em 3em;
}
.trend-slider h4 {
    font-size: 2.8em;
    color: #000;
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
}

.trend-slider h4 span {
    margin-top: .4em;
    font-weight: 900;
    color: #fff;
}
.trend-slider h5 {
    font-size: 3em;
    color: #014A5F;
    margin-top: .5em;
    text-align: center;
    font-family: 'Raleway', sans-serif;
}
.trend-slider p {
    font-size: 1em;
    color: #fff;
    line-height: 2em;
    margin-top: 1.5em;
	font-weight: 400;
}
/*--//trend--*/


.button {
  display: inline-block;
  padding: 5px 10px;
  font-size: 18px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color:#E3535D;
  border: none;
  border-radius: 15px;
  box-shadow: 0 9px #999;
}

.button:hover {background-color: #217ec1}

.button:active {
  background-color: #217ec1;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
.button1 {
  display: inline-block;
  padding: 2px 5px;
  font-size: 12px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color:#E3535D;
  border: none;
  border-radius: 5px;
  box-shadow: 0 2px #999;
}
.button1:hover {background-color: #217ec1}

.button1:active {
  background-color: #217ec1;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

img {
    width: 100%;
    height: auto;
}
.destination h4 {
    font-size: 1.8em;
    text-align: center;
    line-height: 1.6em;
    color: #333;
    width: 100%;
    margin: 1em auto;
    border-bottom: 2px dashed #E0B5B8;
    padding-bottom: 1em;
}
imgText {
    float: right;
    margin: 0 0 10px 10px;
}



/*--new--*/
.new{
    padding: 5em 0 0;
	background:#fff;
}
.new-info {
    border-bottom: 7px double #9FA3AA;
    padding-bottom: 5em;
}
.new-bottom {
    padding: 1em;
    background:#fff;
}
.new-grid {
    width: 23.4%;
    padding: 0;
    overflow: hidden;
	border: 1px solid #217ec1;       /*grid color*/
}
.new-grid.new-mdl {
    margin: 0 1.5em;
}
.new-grid.new-mdl1 {
    margin-right:1.5em;
}
.new-bottom h5 {
    font-size: 1.8em;
    font-weight: 900;
    display: inline-block;
}
.new-bottom h5 a.name {
    color: #353f49;
}
.new-bottom h5 a.name:hover {
    color: #FF590F;
}
/*--ratings--*/
.rating {
	text-align: center;
	float: right;
}
.rating span {
    display: inline-block;
    position: relative;
    font-size: 1.3em;
    color: #555;
}
.rating span.on:before {
	content: "\2605";
	position: absolute;
	left: 0;
	color: #F07818;
}
.ofr p {
    font-size: 1.1em;
    color: #353F49;
    display: inline-block;
    margin-top: 1em;
    font-weight: 600;
}
.ofr p.pric1 {
    color: #999;
    margin-right: 5px;
    font-weight: 400;
}
.new-top {
    position: relative;
    padding: 1.5em;
    background: #fff;
}
.new-text {
    background: #00a6d6;      /*//view tour color*/
    padding: 1em;
    position: absolute;
    top: 16%;
    width: 70%;
    left: -100%;
    transition: .5s all;
    opacity:0.7;
}
.new-text ul li {
    display: block;
    text-align: center;
}
.new-text ul li:nth-child(2) {
    margin: 1em 0;
}
.new-text ul li a {
    border: 1px solid #FFF;
    padding: 0.8em 2em;
    display: block;
    text-decoration: none;
    color: #FFF;
    font-size: 1em;
    font-weight: 500;
}
.new-text ul li a:hover {
    color: #000;
    border-color: #000;
}
.new-grid:hover .new-text {
    left: 10%;
}
/*--//new--*/

/*--products-page--*/
.products,.related-products,.login-page,.contact,.cart-items,.about,.faq-info,.codes{
    padding: 5em 0;
}
.rsidebar {
    display: block;
    float: left;
    width: 22%;
	padding:0;
}
.rsidebar-top{
    border: 1px solid #E8E8E8;
    padding: 2em;
    -webkit-box-shadow: 0px 0px 5px 1px #777;
    -moz-box-shadow: 0px 0px 5px 1px #777;
    box-shadow: 0px 0px 5px 1px #777;
	box-shadow: 0px 0px 5px 1px #777;
}
.product-model-sec {
    float: right;
    padding: 0;
}
/*--products-left--*/
.product-grids {
    float: left;
    width: 31%;
    overflow: hidden;
	-webkit-box-shadow: 0px 0px 6px 1px #DEDEDE;
    -moz-box-shadow: 0px 0px 6px 1px #DEDEDE;
    box-shadow: 0px 0px 6px 1px #DEDEDE;
	margin-bottom: 2em;
}
.product-grids .new-top {
    padding: 1.5em 1.5em 0;
    top: 0px;
    left: 0px;
}
.product-grids.product-grids-mdl {
    margin: 0 2em;
}
.product-grids:hover .new-text {
    left: 10%;
}
input.item_quantity {
    background: none;
    border: 1px solid #fff;
    padding: 0.8em 1em;
    width: 100%;
    text-align: center;
    font-size: 1em;
	outline: none;
    color: #fff;
}
input.item_quantity:hover{
	border-color: #000;
}
/*--side-bar--*/
.sidebar-row {
    margin-top: 2em;
}
.rsidebar h4 {
    font-size: 1.2em;
    color: #353F49;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin-bottom: 1.2em;
}
.checkbox {
    position: relative;
    padding-left: 32px !important;
    cursor: pointer;
    line-height: initial;
    font-size: 1em;
    color: #353F49;
    font-weight: 500;
        margin: 0 0 1.5em;
}
.checkbox i {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 19px;
    height: 19px;
    outline: none;
    border: 2px solid #D8D8D8;
    background: #FFF;
}
.checkbox input + i:after,.radio input + i:after {
    position: absolute;
    opacity: 0;
    transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    -ms-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s;
}
.checkbox input:checked + i:after,.radio input:checked + i:after{
    opacity: 1;
}
.checkbox input,.radio input {
    position: absolute;
    left: -9999px;
}
.checkbox input + i:after {
    content: '';
    background: url("../images/images/tick.png") no-repeat 4px 3px;
    top: -1px;
    left: -1px;
    width: 17px;
    height: 17px;
    font: normal 12px/16px FontAwesome;
    text-align: center;
}
/*-- start scrollpane --*/
.scroll-pane.jspScrollable {
    outline: none;
}
.jspContainer{
	overflow: hidden;
	position: relative;
}
.jspPane{
	position: absolute;
	outline: none;
	padding:5px 20px 20px 10px !important;
}
.jspVerticalBar{
	position: absolute;
	top: 0;
	right:0px;
	width:3px;
	height: 100%;
}
.jspHorizontalBar{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}
.jspCap{
	display: none;
}
.jspHorizontalBar .jspCap{
	float: left;
}
.jspTrack{
	background: #B9B7B7;
	position: relative;
}
.jspDrag{
	background: #777777;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}
.jspHorizontalBar .jspTrack,.jspHorizontalBar .jspDrag{
	float: left;
	height: 100%;
}
.jspArrow{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}
.jspArrow.jspDisabled{
	cursor: default;
	background: #80808d;
}
.jspVerticalBar .jspArrow{
	height: 16px;
}
.jspHorizontalBar .jspArrow{
	width: 16px;
	float: left;
	height: 100%;
}
.jspVerticalBar .jspArrow:focus{
	outline: none;
}
.jspCorner{
	background: #eeeef4;
	float: left;
	height: 100%;
}
.scroll-pane {
    height: 160px;
}
input#amount {
    outline: none;
}
/*--faq--*/
.faq li {
    margin-top: 0.8em;
    display: block;
}
.faq > li > a {
    width: 100%;
    display: block;
    position: relative;
    color: #fff;
    font-size: 1em;
    font-weight: 400;
    text-decoration: none;
}
.faq > li > a:hover,.faq > li >a.active{
	color: #000;
}
.faq li a.active span {
	-webkit-transform: rotatex(180deg);
	transform: rotatex(180deg);
	-moz-transform: rotatex(180deg);
	-o-transform: rotatex(180deg);
	-ms-transform: rotatex(180deg);
}
.faq ul li a {
    line-height: 1.8em;
    display: block;
    position: relative;
    font-size: 1em;
    color: #999;
    text-decoration: none;
	font-weight: 400;
    padding-left: 1.5em;
}
.faq ul li a:hover{
    color: #ff590f;
}
.faq span.glyphicon {
    float: right;
}
/*--//faq--*/
.rsidebar .gallery-grid {
    width: 100%;
    height: 26.5em;
    margin-top: 2em;
}
.rsidebar .gallery-text h4.sizes {
    font-family: 'Raleway', sans-serif;
    font-size: 1.4em;
    color: #353F49;
    text-transform: inherit;
}
.rsidebar .gallery-grid  h6 {
    font-size: 1.2em;
    color: #353F49;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin-bottom: 1em;
    text-align: center;
}
/*--//products-page--*/
/*--contact--*/
.address {
    background: url(../images/images/1.jpg)no-repeat;
    background-size: cover;
    padding: 5em 0;
}
.address-grid {
    background-color:rgba(0, 166, 214, 0.7);
    padding: 4em;
}
.address-info {
    background-color:rgba(0, 166, 214, 0.7);
    padding: 3em 4em;
}
.address-info.address-mdl {
    margin: 2em 0;
}
.contact iframe {
    width: 100%;
    min-height: 400px;
    border: none;
}
.address h4 {
    font-size: 2.8em;
    color: #fff;
    margin-bottom: 0.7em;
}
.address-info h4 {
    margin-bottom: .4em;
}
.address input[type="text"] {
    width: 100%;
    color: #fff;
    background: none;
    outline: none;
    font-size: 1em;
    padding: .8em 1em;
    margin-bottom: 2em;
    border: solid 1px #fff;
    -webkit-appearance: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	border-radius: 3px;
}
.address textarea {
    resize: none;
    width: 100%;
    background: none;
    color: #fff;
    font-size: 1em;
    outline: none;
    padding: .6em 1em;
    border: solid 1px #fff;
    min-height: 12.3em;
    -webkit-appearance: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
}
.address input[type="submit"] {
    outline: none;
    color: #fff;
    padding: .8em 4em;
    font-size: 1em;
    margin: 1em 0 0 0;
    -webkit-appearance: none;
    background: #e3535d;
    border: solid 2px #e3535d;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.address input[type="submit"]:hover{
	background: none;
	color: #FF590F;
}
.address ::-webkit-input-placeholder{
	color:#fff !important;
}
.address ::-webkit-input-placeholder {
	color:#fff !important;
}
.address :-moz-placeholder { /* Firefox 18- */
	color:#fff !important;
}
.address ::-moz-placeholder {  /* Firefox 19+ */
	color:#fff !important;  
}
.address :-ms-input-placeholder {  
   color:#fff !important;
}
.address p {
    color: #fff;
    margin: 0;
    font-size: 1em;
    line-height: 1.8em;
    letter-spacing: 1px;
}
.address p a{
	color: #fff;
	-webkit-transition:.5s all;
	transition:.5s all;
	-moz-transition:.5s all;
}
.address p a:hover{
	color: #000;
}
/*--//contact--*/















/*--skills--*/
.skills{
    background: url(../images/bg3.jpg)no-repeat center fixed;
    -webkit-background-size: cover;
    background-size: cover;
    -moz-background-size: cover;
}
.skills-info {
    margin-top: 3em;
}
.bar-left {
    float: left;
    width: 45%;
    padding: 0;
}
.bar-right{
    float: right;
    width: 45%;
    padding: 0;
}
.b_label {
    font-size: 1.3em;
    color: #fff;
	margin-bottom: 6px;
}
.bar_group {
	position: relative;
    z-index: 0;
}
.bar_group__bar.thin::before, .bar_group__bar.thick::before {
	display: block;
	content: '';
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 8px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	background: #E4E4E4;
}
.bar_group__bar.thin {
	width: 0%;
	height: 8px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	background: red;
	margin-bottom: 2em;
	-webkit-transition: width 1s;
	transition: width 1s;
	-moz-transition: width 1s;
}
.bar_group__bar:nth-of-type(1) {
  background: #e68e25;
}
.bar_group__bar:nth-of-type(2) {
  background: #e6ae25;
}
.bar_group__bar:nth-of-type(3) {
  background: #e6cf25;
}
/*--//skills--*/
/*-- services --*/
.servc-grids ,.team-info{
    margin-top: 5em;
}
.servc-grid {
    padding: 0 5em;
	text-align: center;
}
.servc-grid.servc-grid-btm {
    margin-top: 4em;
}
.servc-grid span {
    font-size: 2.5em;
    color: #333;
    vertical-align: middle;
	-webkit-transition:.5s all;
	transition:.5s all;
	-moz-transition:.5s all;
}
.servc-grid ul li {
    display: inline-block;
}
.servc-grid h4 {
    font-size: 1.5em;
    margin-left:1em;
    color: #333;
    line-height: 1.5em;
}
.servc-grid p {
    margin-top: .5em;
    text-align: center;
}
.servc-grid:hover span {
    color: #E3535D;
	-webkit-transform: rotatey(360deg);
    transform: rotatey(360deg);
	-moz-transform: rotatey(360deg);
	-o-transform: rotatey(360deg);
	-ms-transform: rotatey(360deg);
}
/*-- //services --*/
/*--team--*/
.team {
    background: url(../images/bg3.jpg)no-repeat center fixed;
    -webkit-background-size: cover;
    background-size: cover;
    -moz-background-size: cover;
	position:relative;
	padding: 6em 0 8em;
}
.team p.w-text {
    margin-top: 1em;
}
.team-row {
    margin-top: 4em;
}
.team-grids {
    border: 10px solid #404040;
    padding: 4em 1.5em;
    width: 22.5%;
	background:#fff;
    position: relative;
    transition: .5s all;
	-webkit-transition: .5s all;
	-o-transition: .5s all;
	-moz-transition: .5s all;
	-ms-transition: .5s all;
    overflow: hidden;
	text-align: center;
}
.team-grids.team-mdl {
    margin: 0 2.5em;
}
.team-grids.team-mdl1 {
    margin-right: 2.5em;
}
.team-grids h5 {
    font-size: 1.8em;
    color: #333;
}
.team-grids p {
	margin-top: 1em;
}
.team-row .social-icons {
    margin: 1em 0 0;
}
.team-img{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
	transition: .9s all;
	-webkit-transition: .9s all;
	-moz-transition: .9s all;
}
.team-img img {
    width: 100%;
}
.team-grids:hover div.team-img {
	top:-110%;
}
/*--//team--*/
/*--portfolio--*/
/******** SAP ************/
.sap_tabs{
	clear:both;
	padding: 0;
}
.tab_box{
	background:#fd926d;
	padding: 2em;
}
.top1{
	margin-top: 2%;
}
.resp-tabs-list {
    list-style: none;
    padding: 4em 0 3em;
    margin: 0 auto;
    text-align: center;
}
.resp-tab-item {
    color: #333;
    font-size: 1em;
    font-weight: 500;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    text-align: center;
    list-style: none;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: uppercase;
    margin: 0 1.5em 0;
}
.resp-tab-active {
    text-shadow: none;
    color: #fc4f6b;
    border-bottom: 2px solid;
}
.resp-tabs-container {
	padding: 0px;
	clear: left;	
}
h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}
.resp-tab-content {
	display: none;
}
.resp-content-active, .resp-accordion-active {
   display: block;
}

.tab_img{
	padding:2em 0 0;
	display: inline-block;
}
.portfolio-grids a {
    display: block;
    overflow: hidden;
	position:relative;
}
.portfolio-grids img.img-responsive {
    width: 100%;
}
.b-wrapper {
    background: rgba(0, 0, 0, 0.58);
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -100%;
    left: 0;
	transition:.5s all;
}
.portfolio-grids a:hover .b-wrapper{
	bottom: 0%;
}
.b-wrapper h5 {
    font-size: 3.5em;
    color: #fff;
    text-align: center;
    margin-top: 2.5em;
}
/*--//portfolio--*/
/*--social-icons--*/
.social-icons {
    margin-top: 1em;
}
.social-icons ul{
	display:inline-block;
	padding: 0;
}
.social-icons ul li {
    position: inherit;
    display: inline-block;
    width: inherit;
}
.social-icons ul li:nth-child(2) {
    margin: 0 .5em;
}
.social-icons ul li a {
    background: url(../images/social-icons.png) no-repeat 0px 0px;
    display: block;
    height: 41px;
    width: 41px;
    background-color: #000;
	-webkit-transition: .5s all;
	transition: .5s all;
	-moz-transition: .5s all;
}
/*.social-icons ul li a:hover {
    background-color: #E3535D;
}*/
.social-icons ul li a.fb{
	background-position:0px -48px;
}
.social-icons ul li a.fb:hover{
	background-color: #3b5998;
}
.social-icons ul li a.in {
    background-position: 2px -95px;
}

.social-icons ul li a.in:hover{
	background-color: #d34836;
}
.social-icons ul li a.dott {
    background-position: 0px -144px;
}
.social-icons ul li a.dot:hover{
	background-color: #04e2f0;
}
/*--//social-icons--*/
/*--twitter--*/
.twitter {
    background: url(../images/bg2.jpg)no-repeat center fixed;
    -webkit-background-size: cover;
    background-size: cover;
    -moz-background-size: cover;
	padding:6em 0;
	text-align: center;
}
.twitter h4 {
    font-size: 1.5em;
    color: #D2D2D2;
    letter-spacing: 2px;
    margin-top: 1.5em;
    position: relative;
    padding-bottom: 1.5em;
}
.twitter h4:after {
    content: '';
    width: 65px;
    height: 2px;
    background: #949292;
    position: absolute;
    bottom: 0;
    left: 47.5%;
}
.twitter .social-icons {
    margin: 0;
}
.twitter .social-icons ul li{
    border: 2px solid #fff;
}
.twitter .social-icons ul li a {
    background-color: transparent;
    width: 50px;
    height: 50px;
    background-position: 5px 4px;
}
.twitter .social-icons ul li a:hover {
    background-color: #0084b4;
  
}
p.twit-text {
    color: #fff;
    font-size: 1em;
    width: 75%;
    margin: 2em auto 0;
    font-weight: 300;
    letter-spacing: 1px;
}
/*--//twitter--*/
/*--contact--*/
.contact-form {
    width: 60%;
    margin: 0 auto;
    text-align: center;
}
.contact-form h5 {
    font-size: 2em;
    color: #333;
}
.contact h4 {
    margin: 0 0 .5em;
}
.contact p a {
    color: #04B7B7;
}
.contact p a:hover{
    color: #999;
}
.info ul {
    padding: 0;
    list-style: none;
}
.faq li {
    margin-top: 0.5em;
}
.faq li:nth-child(1) {
    margin: 0;
}
.faq li a {
    padding: 1em;
    width: 100%;
    display: block;
    position: relative;
    color: #fff;
    font-size: 1.2em;
    text-decoration: none;
    background: #000;
    text-align: center;
}
.faq li a:hover,.faq li a.active{
	color: #fff;
	background:#002B38;
}
.faq span.glyphicon {
    margin-left: 1em;
    vertical-align: middle;
    font-size: 1.1em;
    top: 0;
}
.faq li a.active span.glyphicon {
	-webkit-transform: rotatex(180deg);
	transform: rotatex(180deg);
	-moz-transform: rotatex(180deg);
	-o-transform: rotatex(180deg);
	-ms-transform: rotatex(180deg);
}
.faq iframe {
    width: 100%;
    min-height: 25em;
    border: none;
}
/*--//faq--*/
.contact-form p {
    color: #999;
    margin: 1em 0 3em;
}
.form-left {
    padding-left: 0;
}
.form-right {
    padding-right: 0;
}
.contact input[type="text"] {
    width: 100%;
    color: #999;
    background: none;
    outline: none;
    font-size: 1em;
    padding: .8em 1em;
    margin-bottom: 2em;
    border: none;
    border-bottom: solid 1px #999;
    -webkit-appearance: none;
    display: inline-block;
}
.contact textarea {
    resize: none;
    width: 100%;
    background: none;
    color: #999;
    font-size: 1em;
    outline: none;
    padding: .6em .8em;
    border: none;
    border-bottom: solid 1px #999;
    min-height: 10em;
    -webkit-appearance: none;
}
.contact input[type="submit"] {
    outline: none;
    color: #fff;
    padding: 0.7em 5em;
    font-size: 1.1em;
    margin: 1em 0 0 0;
    -webkit-appearance: none;
    background: #E3535D;
    transition: 0.5s all;
    border: 2px solid #E3535D;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    -moz-transition: 0.5s all;
}
.contact  input[type="submit"]:hover {
    background: none;
    color: #E3535D;
}
::-webkit-input-placeholder{
	color:#999 !important;
}
.contact input[type="text"]:hover,.contact input[type="text"]:focus,.contact textarea:hover,.contact textarea:focus{
    border-color: #002B38;
}

/*--single-page--*/
.single-info{
	padding:5em 0;
}
.single-top {
    margin-left:5%;
    width: 34%;
}
.single-top-left h3 {
    text-transform: uppercase;
    font-size: 1.8em;
    font-weight: 900;
    color: #00a6d6;
}
/*--single-page--*/

/*--//contact--*/
/*--address--*/
.address {
    background: #E0E0E0;
    padding: 1.5em 0;
}
.address ul{
	padding:0;
	margin:0;
}
.address ul li {
    list-style-type: none;
    font-size: 1.3em;
    color: #333;
    display: inline-block;
    width: 33%;
    text-align: center;
}
.address ul li i.phon {
    font-size: 1.5em;
    color: #E3535D;
    font-family: 'Raleway', sans-serif;
	margin-right: 0.5em;
}
.address ul li i.glyphicon {
    font-size: 1em;
    color: #E3535D;
    margin-right: 0.5em;
}
.address ul li a{
	color:#333;
}
.address ul li a:hover{
	color:#E3535D;
}
/*--//address--*/
/*--footer--*/
.footer {
    padding: 5em 0;
    text-align: center;
    background: #232323;
}
.footer h3 {
    font-size: 4em;
}
.footer h3 a{
    color:#fff;
}
.footer p {
    color: #fff;
    margin: 1em 0 2em;
}
.footer p a{
    color: #E3535D;
}
.footer p a:hover{
    color: #fff;
}
.footer .social-icons ul li:nth-child(3) {
    margin-right:.5em;
}
.footer .social-icons ul li a:hover {
    border-radius: 32px;
}
/*--//footer--*/
/*--slider-up-arrow--*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 3%;
	right: 3%;
	overflow: hidden;
	width: 48px;
	height: 48px;
	border: none;
	text-indent: 100%;
	background: url("../images/move-up.png") no-repeat 0px 0px;
	z-index:999;
}
#toTopHover {
	width: 48px;
	height: 48px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*--//slider-up-arrow--*/
/*---- responsive-design -----*/
@media(max-width:1440px){
.banner-text-info {
	width: 42%;
	margin: 12em auto 0;
}
.banner {
    min-height: 725px;
}
}




.new {
    padding: 4em 0 0;
}
.new-grid,.gallery-grid{
    width: 23.85%;
}
.new-grid.new-mdl,.gallery-grid.gallery-grid1{
    margin: 0 1em;
}
.new-grid.new-mdl1,.gallery-grid.gallery-grid2{
    margin-right: 1em;
}
.new-bottom h5 {
    font-size: 1.5em;
}
.rating span {
    font-size: 1.1em;
    vertical-align: middle;
}
 .new-text {
    top: 14%;
    width: 90%;
}
.new-grid:hover .new-text {
    left: 5%;
}
.new-text ul li a {
    font-size: 0.9em;
}
.new-top {
    padding: 0.8em 1em;
}
.new-info {
    padding-bottom: 4em;
}
.gallery {
    padding: 4em 0;
}
.gallery-text h5 {
    font-size: 1.6em;
    margin: 0.5em 0 .3em;
}
.gallery-grid {
    height: 24.7em;
    margin-bottom: 1em;
}
.trend-info {
    padding: 3em 9em 2em 2em;
}
.trend-slider h4 {
    font-size: 2.5em;
}
.trend-slider h5 {
    font-size: 2.8em;
}
.products, .related-products, .login-page, .contact, .cart-items, .about, .faq-info, .codes {
    padding: 4em 0;
}
.login-page {
    width: 55%;
}
h3.title {
    font-size: 3.3em;
}
.title-info {
    margin-bottom: 3em;
}
.contact iframe {
    min-height: 340px;
}
.address p {
    letter-spacing: 0px;
}
.rsidebar-top {
    padding: 1.5em;
}
.rsidebar h4 {
    font-size: 1.1em;
}
.product-grids {
    width: 32%;
	margin-bottom: 1em;
}
.product-grids.product-grids-mdl {
    margin: 0 1em;
}
.single-top {
    margin-left: 13%;
}
.single-top-left h3 {
    font-size: 1.6em;
}
.single-top-left {
    padding: 0;
}
.single-info {
    padding: 5em 0 3em;
}



@media(max-width:991px){
.header-two-left ul li {
    font-size: 0.9em;
    margin-right: 1em;
}
.header-two-left ul li i.glyphicon {
    margin-right: .5em;
}
.header-two .navbar-nav {
    width: 33%;
}
.header-right.cart {
    margin-right: 0.5em;
    padding-right: 0.8em;
}
.header-two-left ul li {
    font-size: 0.9em;
    margin: 0.6em 0 0;
    display: block;
}
.logo h1 {
    font-size: 2.8em;
    margin: 0.6em 0 0.5em;
    font-weight: 900;
}
.header-two-left {
    margin-top: 2.1em;
}
.header-right.cart {
    margin-top: 2em;
}
.header-right.my-account {
    margin: 3.1em 0;
}
.social-icons ul li {
    margin-left: 0.8em;
}
.banner-left {
    padding: 0;
}
.banner h2 {
    font-size: 2.6em;
}
.banner-text h3 {
    margin: 1em auto;
}
ul#example li {
    padding: 1em;
    width: 29%;
}
ul#example li:nth-child(2) {
    margin: 0 0.5em;
}
.banner-right ul li h4 {
    left: 15%;
    font-size: 4.5em;
    bottom: 27%;
}
.banner-right {
    min-height: 260px;
    padding: 0 0 1em;
}
.banner {
    padding: 5em 0;
}
.new-grid, .gallery-grid {
    width: 23.5%;
    float: left;
}
.new-text {
    top: 12%;
    width: 100%;
    padding: 1em;
}
.new-grid:hover .new-text {
    left: 0%;
}
.navbar-default .navbar-nav > li > a {
    padding: 1.2em 0.8em;
}
.cd-header-buttons {
    right: 2%;
}
.new-bottom {
    text-align: center;
}
.rating {
    float: none;
}
.rating {
    margin-top: .4em;
}
.ofr p {
    font-size: 1em;
    margin-top: 0.5em;
}
.new-text ul li:nth-child(2) {
    margin: 0.5em 0;
}
.gallery {
    padding: 3em 0;
}
h3.title {
    font-size: 3em;
}
.gallery-grid {
    height: 20.5em;
    padding: 1em;
}
.trend-left {
    float: left;
    width: 40%;
}
.trend-right {
    float: right;
    width: 60%;
	padding: 0;
}
.flexslider.trend-slider .slides img {
    width: 100%;
}
.trend-slider h4 {
    font-size: 2em;
}
.trend-slider h5 {
    font-size: 2.4em;
}
.trend-slider p {
    font-size: 0.9em;
    margin-top: 1em;
}
.trend-info {
    padding: 2em 5em 1.5em 1em;
}
ul.dropdown-menu.multi-column {
    padding: 1.5em;
}
.multi-column-dropdown li a {
    font-size: 0.9em;
}
.row h4 {
    font-size: 0.9em;
}
.menu-grids.menulist1 ul {
    width: 46%;
}
.menu-grids {
    padding-right: 0;
}
ul.dropdown-menu.multi-column.multi-column1 .menu-grids:nth-child(3) {
    width: 25%;
    padding-left: 3em;
}
.new-add2 h6 {
    font-size: 1.6em;
}
.new-add h5 {
    font-size: 2.1em;
}
.contact iframe {
    min-height: 300px;
}
.address {
    padding: 4em 0;
}
.address h4 {
    font-size: 2.5em;
    margin-bottom: 0.6em;
}
.address-left {
    float: left;
    width: 50%;
    padding-left: 0;
}
.address-right {
    float: right;
    width: 50%;
    padding: 0;
}
.address .address-info h4 {
    margin-bottom: .3em;
}
.address p {
    font-size: 1em;
}
.address-info {
    padding: 2.5em;
}
.address-grid {
    padding: 2.5em;
}
.address input[type="text"] {
    padding: .6em 1em;
    margin-bottom: 1.5em;
}
.address-info.address-mdl {
    margin: 1.5em 0;
}
.address textarea {
    min-height: 14.5em;
}
.product-model-sec .new-text {
    width: 80%;
}
.rsidebar {
    width: 100%;
    margin: 1em auto 0;
}
.single-top {
    width: 50%;
}
.single-top-left h3 {
    margin-top: 1.5em;
}
.single-info h6 {
    font-size: 1.8em;
}
.single-info {
    padding: 4em 0 1em;
}
}


@media(max-width:800px){
.top-header p, .top-header h2 {
    letter-spacing: 0px;
}
.header-right a {
    font-size: 0.8em;
}
.header-two .navbar-nav {
    width: 32%;
}
.header-two-left {
    margin-top: 1.8em;
}
.cd-search input {
    font-size: 1.3em;
}
.banner-right {
    min-height: 280px;
    padding: 1em 0 0;
    background-position: 0px -15px;
}
.banner-right ul li h4 {
    bottom: 24%;
}
.new {
    padding: 3em 0 0;
}
.title-info p {
    font-size: 0.9em;
}
.trend {
    padding: 4em 0;
}
.products, .related-products, .login-page, .contact, .cart-items, .about, .faq-info, .codes {
    padding: 3em 0;
}
.login-page {
    width: 60%;
}
.product-grids .new-top {
    padding: 0 1em;
}
}
@media(max-width:767px){
.top-header .nav.navbar-nav {
    margin: 0;
    float: left;
}
.top-header .nav.navbar-nav.social-icons {
    float: right;
	margin-top: 0.5em;
}
.header-two .navbar-nav {
    width: 36%;
    float: left;
    margin: 0 0 0;
}
.header-two .navbar-nav.header-two-left {
    margin-top: 1.6em;
    width: 28%;
}
button.navbar-toggle {
    border-color: #F07818 !important;
    background-color: #F07818;
}
button.navbar-toggle {
    margin-right: 48%;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #F07818;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #F2F6F7;
}
.navbar-nav > li {
    display: block;
}
.navbar-nav {
    margin: 0;
}
div#bs-example-navbar-collapse-1 {
    padding: 0;
	overflow: inherit;
}
.navbar-default .navbar-nav > li > a {
    padding: 0.8em 0.8em;
	font-size: 1em;
}
.menu-grids {
    padding-right: 0;
    float: left;
    width: 25%;
}
ul.dropdown-menu.multi-column {
    padding: 1em;
}
.menu-grids.menulist1 ul {
    width: 100%;
    display: block;
}
.multi-column-dropdown li a {
    font-size: 0.85em;
}
ul.multi-column-dropdown:nth-child(3) {
    border: none;
}
ul.dropdown-menu.multi-column.multi-column1 .menu-grids:nth-child(3) {
    width: 25%;
    padding-left: 1em;
}
}
@media(max-width:768px){
.logo h1 {
    font-size: 2.5em;
}
.header-right.cart {
    margin-top: 1.6em;
}
.header-right.my-account {
    margin: 2.8em 0;
}
.header-two-left {
    margin-top: 1.8em;
}
.breadcrumbs {
    padding: 1.2em 0;
}
.banner {
    padding: 4.5em 0;
}
.new-text {
    top: 16%;
    width: 97%;
}
.new-grid:hover .new-text {
    left: 1%;
}
.new-text ul li a {
    padding: 0.8em 1em;
}
}
@media(max-width:640px){
.row h4 {
    margin-bottom: 0;
}
.menu-grids.new-add2 {
    padding: 0;
}
.new-add2 h6 {
    font-size: 1.4em;
}
.menu-two.multi-column3 .menu-grids:nth-child(2) {
    width: 74%;
}
.multi-column4 .menu-grids:nth-child(4) {
    padding: 0;
}
.new-add h5 {
    font-size: 2em;
}
.banner {
    padding: 3em 0;
}
.banner-text h3 {
    font-size: 1.3em;
    padding: .5em 1em;
}
ul#example li {
    width: 19%;
}
.banner-right {
    margin-top: 1.5em;
}
h3.title {
    font-size: 2.8em;
}
.title-info {
    margin-bottom: 2em;
}
.new-grid.new-mdl, .gallery-grid.gallery-grid1 {
    margin: 0 0.5em;
}
.new-grid.new-mdl1, .gallery-grid.gallery-grid2 {
    margin-right: 0.5em;
}
.new-grid, .gallery-grid {
    width: 24.1%;
    float: left;
}
.new-text ul li a {
    padding: 0.6em 1em;
}
.new-bottom {
    padding: 0.8em;
}
.ofr p {
    font-size: 0.9em;
}
.new-text {
    top: 9%;
}
.gallery-text h5 {
    font-size: 1.4em;
}
.gallery-grid {
    height: 17.9em;
    padding: 0.8em;
}
.gallery-text ul li a span.glyphicon {
    font-size: 1em;
}
.gallery {
    padding: 2.5em 0;
}
.trend {
    padding: 3em 0;
}
.trend-slider h4 {
    font-size: 1.8em;
}
.trend-slider h5 {
    font-size: 1.8em;
}
.trend-slider p {
    font-size: 0.85em;
}
.trend-info {
    padding: 2em 3em 1.5em 1em;
}
.flexslider.trend-slider ol.flex-control-nav {
    right: -5%;
}
.cart-item-info h4 {
    font-size: 1.8em;
}
.cart-item-info h4 span {
    font-size: 0.9em;
	margin-bottom: 0.5em;
}
ul.qty li p {
    font-size: 0.9em;
}
.delivery p {
    font-size: 0.9em;
}
.delivery span {
    font-size: 0.9em;
}
.delivery {
    margin-top: 1em;
}
.contact iframe {
    min-height: 250px;
}
.address-grid {
    padding: 2em;
}
.address h4 {
    font-size: 2em;
}
.address p {
    font-size: 0.9em;
}
.address-info {
    padding: 2em;
}
.address textarea {
    min-height: 9.6em;
}
.product-grids {
    width: 31.7%;
}
.new-text {
    top: 14%;
}
input.item_quantity {
    padding: 0.6em 1em;
}
.new-text {
    top: 17%;
}
.single-info h6 {
    font-size: 1.5em;
}
.single-info p {
    font-size: 0.9em;
}
.single-top-left ul h4 {
    font-size: 2em;
}
.panel-body {
    font-size: 0.9em;
}
}


@media(max-width:480px){
button.navbar-toggle {
    margin-right: 44%;
}
.top-header .nav.navbar-nav {
    float: none;
    text-align: center;
}
.top-header .nav.navbar-nav.social-icons {
    float: none;
    margin: 0.5em 0;
}
.header-two .navbar-nav.header-two-left {
    margin-top: 1em;
    width: 100%;
    text-align: center;
}
.header-two-left ul li {
    margin: 0 1em;
    display: inline-block;
}
.header-two .navbar-nav {
    width: 100%;
    float: none;
	margin: 0 0 1em;
}
.header-right {
    width: 47%;
}
.header-right.cart {
    margin-top: 0;
    margin-right: 0em;
    padding-right: 5em;
}
.header-right.my-account {
    margin: 1.3em 0;
}
.breadcrumb {
    margin-bottom: 0;
}
.logo h1 {
    margin: 0.5em 0;
}
.banner-text h3 {
    margin: 0.5em auto;
}
.banner-left h4 {
    font-size: 1.5em;
    margin-bottom: 0.5em;
}
ul#example li span {
    font-size: 1.5em;
    color: #fff;
    line-height: 0.6em;
}
ul#example li {
    width: 18%;
    padding: 0.8em;
}
.banner-right {
    min-height: 245px;
    background-position: 0px -10px;
}
.banner-right ul li h4 {
    left: 21%;
    font-size: 4em;
}
.title-info p {
    letter-spacing: 0px;
}
.new-grid, .gallery-grid {
    width: 49%;
}
.new-grid.new-mdl, .gallery-grid.gallery-grid1 {
    margin: 0 0 .5em .5em;
}
.gallery-grid {
    height: 18.9em;
    padding: 1em 3em;
	margin-bottom: 0.5em;
}
.new-info {
    padding-bottom: 3em;
    border-bottom: 3px double #9FA3AA;
}
h3.title {
    font-size: 2.5em;
}
.trend-left {
    float: none;
    width: 50%;
    margin: 0 auto;
}
.trend-right {
    float: none;
    width: 100%;
	text-align: center;
}
.trend-info {
    padding: 1.5em;
}
.trend-slider h4 {
    font-size: 1.5em;
}
.trend-slider h5 {
    font-size: 1.5em;
}
.navbar-default .navbar-nav > li > a {
    padding: 0.7em 0.8em;
}
.menu-grids {
    padding: 0;
    float: none;
    width: 100%;
    text-align: center;
}
ul.dropdown-menu.multi-column.multi-column1 .menu-grids:nth-child(3) {
    width: 100%;
    padding: 0;
}
.menu-two.multi-column3 .menu-grids:nth-child(2) {
    width: 100%;
}
.social-btn i {
    font-size: 0.9em;
	vertical-align: inherit;
}
.cart-items h3 {
    font-size: 1.8em;
}
.cart-item-info h4 {
    font-size: 1.6em;
}
.cart-item-info h4 span {
    font-size: 0.87em;
}
.alert-close, .alert-close1, .alert-close2 {
    top: 4px;
}
.cart-items {
    padding: 3em 0 0;
}
.address-grid {
    padding: 1em;
}
.address h4 {
    font-size: 1.8em;
}
.address input[type="text"] {
    padding: .6em 1em;
    margin-bottom: 1em;
    font-size: 0.9em;
}
.address-info {
    padding: 1em;
}
.address input[type="submit"] {
    padding: .6em 4em;
    font-size: 0.9em;
}
.address textarea {
    min-height: 9.9em;
    font-size: 0.9em;
}
.address {
    padding: 3em 0;
}
.about p {
    font-size: 0.9em;
}
.faq > li > a {
    font-size: 0.9em;
    line-height: 1.8em;
}
.faq-info .faq li p {
    font-size: 0.9em;
    padding-left: 1em;
}
.faq-info a {
    padding: 0.7em 0.8em;
}
.product-grids {
    width: 32.2%;
}
.product-grids.product-grids-mdl {
    margin: 0 0.5em;
}
.product-grids:hover .new-text {
    left: 0;
    width: 100%;
}
.imagezoom-view {
    display: none;
}
.single-top {
    margin-left: 18%;
    width: 75%;
}
.single-top-left h3 {
    font-size: 1.5em;
}
.single-rating {
    margin: 0.8em 0;
}
.single-info p {
    margin: 0.5em 0;
}
.collpse.tabs {
    padding-top: 0;
}
h4.panel-title a {
    font-size: 1.2em;
    padding: .5em 1em;
}
}
@media(max-width:414px){
.banner h2 {
    font-size: 2.4em;
}
ul#example li p {
    margin-top: 0.2em;
}
ul#example li {
    width: 24%;
}
.banner-right ul li h4 {
    font-size: 3.5em;
}
.banner-right {
    min-height: 215px;
}
.header-right.cart {
    padding-right: 3em;
}
.title-info p {
    font-size: 0.85em;
}
h3.title {
    font-size: 2.2em;
}
.title-info {
    margin-bottom: 1.5em;
}
.gallery-grid {
    padding: 0.5em 1.3em;
}
.product-grids.product-grids-mdl {
    margin: 0 1em 1em 0;
}
.product-grids {
    width: 46%;
    margin: 0 1em 1em 0;
}
.social-btn.sb-two {
    margin-left: 1em;
}
.social-btn a {
    padding: .7em 1.2em;
}
.login-page-bottom h5 {
    margin: 0.5em 0;
}
.address-left,.address-right{
    float: none;
    width: 100%;
    padding: 0;
}
.address-right {
    margin-top: 1em;
}
.delivery p,.delivery span {
    float: none;
}
.delivery span {
    margin-top: 0.5em;
}
.logo h1 {
    margin: 0.3em 0;
}
.faq-info .faq li p,.faq > li > a{
    font-size: 0.87em;
}
.faq li {
    margin-top: 0.5em;
}
}
@media(max-width:384px){
.new-grid, .gallery-grid {
    width: 48.9%;
}
.gallery-grid {
    height: 18em;
}
.product-grids {
    width: 45.8%;
}
}
@media(max-width:375px){
.banner-right {
    min-height: 190px;
    background-position: 0;
}
.new-grid, .gallery-grid {
    width: 48.8%;
}
.new-text {
    top: 9%;
}
.gallery-grid {
    height: 17.1em;
}
.trend-slider h4 {
    font-size: 1.3em;
}
.trend-slider h5 {
    font-size: 1.3em;
}
.trend-slider p {
    margin-top: 0.5em;
}
.login-page input[type="submit"] {
    margin: 0;
}
.social-btn i {
    font-size: 0.87em;
}
.social-btn a {
    padding: .6em 1em;
}
.social-btn.sb-two {
    margin-left: 0.5em;
}
}
@media(max-width:320px){
.top-header p, .top-header h2 {
    margin-top: .5em;
    font-size: 0.83em;
}
.top-header p a, .top-header h2 a {
    padding: 0 3px;
}
.top-header .nav.navbar-nav.social-icons {
    margin: 0.5em 0 .3em;
}
.header-two .navbar-nav.header-two-left {
    margin: 0.5em 0 0;
}
.header-two .navbar-nav {
    margin: 0 0 0.5em;
}
.header-two-left ul li {
    margin: 0 1.5em 0 0;
}
.logo h1 {
    font-size: 2em;
    margin: 0.5em 0 0;
}
span.tag {
    font-size: .35em;
    letter-spacing: 0px;
}
.cart-box p {
    padding: 4px 8px;
}
.banner h2 {
    font-size: 2.2em;
}
.header-right span.glyphicon {
    font-size: 1.3em;
}
.header-right.my-account {
    margin: 1em 0;
}
.header-right.cart {
    padding-right: 2em;
}
button.navbar-toggle {
    margin-right: 41%;
}
.navbar {
    min-height: 46px;
}
.navbar-toggle {
    padding: 7px 8px;
}
ul#example li {
    width: 25%;
    padding: 0.5em;
}
.banner-right {
    min-height: 170px;
    margin-top: 1em;
}
.banner {
    padding: 1.5em 0;
}
.banner-text h3 {
    font-size: 1.1em;
    padding: .4em 1em;
}
ul#example li span {
    font-size: 1.3em;
}
ul#example li p {
    font-size: 0.85em;
}

.new {
    padding: 2em 0 0;
}
.new-grid, .gallery-grid {
    width: 48.7%;
}
.new-bottom h5 {
    font-size: 1.3em;
}
.rating span {
    font-size: 1em;
}
.ofr p.pric1 {
    margin-right: 3px;
}
.ofr p {
    font-size: 0.85em;
}
.new-info {
    padding-bottom: 2em;
}
.gallery {
    padding: 2em 0;
}
.gallery-grid {
    padding: 0.5em 0.8em;
}
.gallery-grid {
    height: 16em;
}
.gallery-text p {
    font-size: 1.1em;
}
.gallery-text h5 {
    font-size: 1.3em;
}
.trend-left {
    width: 75%;
}
.flexslider.trend-slider ol.flex-control-nav {
    right: -1%;
    bottom: 71%;
}

.products, .related-products, .login-page, .contact, .cart-items, .about, .faq-info, .codes {
    padding: 2em 0;
}
.alert-close, .alert-close1, .alert-close2 {
    right: 0px;
}
.cart-item-info h4 span {
    margin-bottom: 0.5em;
}
ul.qty li {
    margin-right: 4%;
}
.cart-item-info h4 {
    margin-bottom: 0.4em;
}
.delivery {
    margin-top: 0.5em;
}
.cart-sec {
    margin-bottom: 1.5em;
}
.contact iframe {
    min-height: 170px;
}
.address {
    padding: 2em 0;
}
.address p {
    font-size: 0.87em;
}
.product-grids {
    width: 47.4%;
    margin: 0 0.5em 0.5em 0;
}
.product-grids.product-grids-mdl {
    margin: 0 0.5em 0.5em 0;
}
.new-bottom {
    padding: 0 0 1em;
}
.rsidebar .gallery-grid {
    height: 25.9em;
}
.single-top {
    margin-left: 18%;
    width: 85%;
    padding: 0;
}
.social-icons ul li {
    margin-left: 0.6em;
}
.social-icons ul li a {
    background-position:2px -2px;
    display: block;
    height: 17px;
    width: 17px;
    background-size: 125%;
}
.social-icons ul li a.pin {
    background-position: -1px -31px;
}
.social-icons ul li a.in {
    background-position: -4px -66px;
    background-size: 128%;
}
.social-icons ul li a.be {
    background-position: -3px -95px;
}
.social-icons ul li a.you {
    background-position: -4px -126px;
}
.social-icons ul li a.vimeo {
    background-position: -4px -158px;
}
.new-text ul li a {
    padding: 0.6em 0em;
}
}





@media(max-width:1366px){
.banner-text-info {
    width: 44%;
    margin: 11em auto 0;
}
.welcome, .skills, .services, .portfolio, .contact {
    padding: 6em 0;
}
.servc-grids, .team-info {
    margin-top: 4em;
}
.resp-tabs-list {
    padding: 4em 0 2em;
}
.twitter {
    padding: 5em 0;
}
.footer {
    padding: 4em 0;
}
}
@media(max-width:1280px){
.banner {
    min-height: 700px;
}
.banner-text-info {
    width: 47%;
}
.banner-text h2.bnr-title, .banner-text h3.bnr-title {
    font-size: 2.8em;
}
.top-nav ul li {
    margin: 0 1.5em;
}
.welcome, .skills, .services, .portfolio, .contact {
    padding: 5em 0;
}
.welcome h4 {
    font-size: 1.6em;
    width: 70%;
}
.team {
    padding: 5em 0 7em;
}
}
@media(max-width:1080px){
.top-nav ul li a.sign-in {
    padding: .5em 1em;
    font-size: 1.1em;
}
.top-nav ul li {
    margin: 0 1.2em;
}
.banner-text-info {
    width: 50%;
	margin: 9em auto 0;
}
.banner-text h2.bnr-title, .banner-text h3.bnr-title {
    font-size: 2.6em;
}
.banner-text p {
    font-size: 1em;
    margin-top: 0.5em;
}
.more a {
    font-size: 1em;
    padding: .9em 1.8em;
}
.button-tamaya::before {
    padding-top: 0.9em;
}
.modal-dialog {
    margin: 9em auto 0;
}
.callbacks_nav {
    left: 11%;
}
.callbacks_nav.next {
    right: 11%;
}
h3.title {
    font-size: 3.8em;
}
.banner {
    min-height: 650px;
}
.welcome-text h5 {
    margin-top: 1.4em;
}
.servc-grids, .team-info {
    margin-top: 3em;
}
.servc-grid {
    padding: 0 2em;
}
.team-grids.team-mdl {
    margin: 0 1.5em;
}
.team-grids.team-mdl1 {
    margin-right: 1.5em;
}
.team-grids {
    border: 8px solid #404040;
    padding: 2em 1.5em;
	width: 23%;
}
.team-grids p {
    margin-top: 0.6em;
}
.resp-tabs-list {
    padding: 3em 0 1em;
}
.twitter {
    padding: 4em 0;
}
.twitter h4 {
    margin-top: 1em;
    padding-bottom: 1em;
}
p.twit-text {
    margin: 1em auto 0;
    letter-spacing: 0px;
}
.address ul li {
    font-size: 1.2em;
}
.faq iframe {
    min-height: 20em;
}
.footer {
    padding: 3.5em 0;
}
}
@media(max-width:1024px){
.banner-text-info {
    width: 53%;
	margin: 8em auto 0;
}
.banner {
    min-height: 600px;
}
.contact-form {
    width: 70%;
}
}
@media(max-width:991px){
.logo h1 {
    font-size: 3.6em;
}
.top-nav {
    padding-top: 1em;
}
.top-nav ul li a {
    font-size: 1.3em;
}
.top-nav ul li {
    margin: 0 0.8em;
}
.top-nav ul li:nth-child(6) {
    margin-right: 0;
}
.banner-text h2.bnr-title, .banner-text h3.bnr-title {
    font-size: 2.4em;
}
.banner-text-info {
    width: 55%;
    padding: 2em;
}
.banner {
    min-height: 560px;
}
.welcome h4 {
    font-size: 1.4em;
    width: 80%;
}
p.w-text {
    width: 100%;
    letter-spacing: 0px;
}
.welcome-row {
    margin-top: 2em;
}
.welcome-grids {
    float: left;
    width: 33.33%;
    padding: 0 .5em;
}
.welcome, .skills, .services, .portfolio, .contact {
    padding: 4em 0;
}
.servc-grid {
    padding: 0 1em;
    float: left;
    width: 33.33%;
}
.servc-grid.servc-grid-btm {
    margin-top: 3em;
}
.team {
    padding: 4em 0 6em;
}
.team-grids {
    padding: 1.3em 1em;
    width: 23.8%;
    float: left;
    border: 5px solid #404040;
}
.team-grids.team-mdl {
    margin: 0 .8em;
}
.team-grids.team-mdl1 {
    margin-right: .8em;
}
.team-grids h5 {
    font-size: 1.6em;
}
.team-grids p {
    font-size: .9em;
}
.team .social-icons ul li a {
    background-position: 3px -66px;
    background-size: 110%;
    height: 30px;
    width: 30px;
}
.team .social-icons ul li a.fb {
    background-position: 1px -32px;
}
.team .social-icons ul li a.in {
    background-position: 1px -98px;
}
.team .social-icons ul li:nth-child(2) {
    margin: 0 .3em;
}
.welcome-text h5 {
    margin-top: 1.3em;
    font-size: 3em;
}
h3.title {
    font-size: 3.6em;
}
.servc-grids, .team-info {
    margin-top: 2em;
}
.callbacks_tabs {
    bottom: 8%;
}
.resp-tab-item {
    margin: 0 1em 0;
}
.portfolio-grids {
    float: left;
    width: 33.33%;
    padding: 0 .5em;
}
.portfolio-grids.portfolio-two {
    width: 66.67%;
}
.tab_img {
    padding: 0.5em 0 0;
}
.portfolio-grids.portfolio-three {
    width: 53%;
}
.b-wrapper h5 {
    font-size: 2.5em;
    margin-top: 2em;
}
p.twit-text {
    width: 100%;
}
.contact-form {
    width: 90%;
}
.form-left,.form-right  {
    float: left;
    width: 50%;
}
.contact-form p {
    margin: 1em 0 2em;
}
.address ul li {
    font-size: 1.1em;
    width: inherit;
}
.address ul li:nth-child(2) {
    margin: 0 2.5em;
}
.faq li a {
    font-size: 1.1em;
}
.footer {
    padding: 2.5em 0;
}
.footer h3 {
    font-size: 3.5em;
}
}
@media(max-width:800px){
.callbacks_nav {
    height: 40px;
    width: 40px;
    background-size: 174%;
}
.callbacks_nav.next {
    background-position: -16px 9px;
}
.banner-text h2.bnr-title, .banner-text h3.bnr-title {
    font-size: 2em;
}
.banner-text-info {
    width: 57%;
    padding: 2.5em;
	margin: 7em auto 0;
}
.more a {
    padding: .7em 1.8em;
}
.button-tamaya::before {
    padding-top: 0.7em;
}
.banner {
    min-height: 500px;
}
.callbacks_nav {
    top: 50%;
}
.b_label {
    font-size: 1.1em;
}
.contact input[type="submit"] {
    padding: 0.6em 4em;
}
.faq iframe {
    min-height: 17em;
}
.footer p {
    margin: 1em 0 1.5em;
}
}
@media(max-width:768px){
.welcome, .skills, .services, .portfolio, .contact {
    padding: 3em 0;
}
h3.title {
    font-size: 3.4em;
}
.welcome h4 {
    font-size: 1.3em;
	border-bottom: 1px dashed #E0B5B8;
}
.servc-grid span {
    font-size: 2em;
}
.servc-grid h4 {
    font-size: 1.3em;
    margin-left: 0.8em;
    line-height: 1em;
}
.team {
    padding: 3em 0 5em;
}
.twitter .social-icons ul li a {
    width: 45px;
    height: 45px;
    background-position: 3px 3px;
}
.twitter h4 {
    font-size: 1.4em;
}
.twitter h4:after {
    width: 70px;
    left: 45.5%;
}
.twitter {
    padding: 3.5em 0;
}
p.twit-text {
    width: 77%;
}
.contact input[type="text"] {
    margin-bottom: 1em;
}
.contact input[type="submit"] {
    padding: 0.6em 3em;
}
.footer h3 {
    font-size: 3em;
}
}
@media(max-width:767px){
.top-nav {
    margin: 0 2em;
}

button.navbar-toggle {
    background: #EB5963;
    border-color: #CEC8C8;
}
.navbar-toggle .icon-bar {
    background: #fff;
}
.top-nav ul li {
    display: block;
	margin: .5em 0;
}
.top-nav ul li a {
    padding: 5px 0;
}
div#bs-example-navbar-collapse-1 {
    background: #000;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 87%;
    z-index: 999;
}
ul.nav.navbar-right {
    text-align: center;
}
.navbar-right .dropdown-menu {
    min-width: 100%;
    position: relative;
	text-align:center;
}
.menu__link::before, .menu__link::after {
    height: 2px;
}
.top-nav ul li a.sign-in {
    padding: .5em 3em;
    display: inline-block;
}
}
@media(max-width:640px){
.banner-text h2.bnr-title, .banner-text h3.bnr-title {
    font-size: 1.8em;
}
.banner-text-info {
    width: 73%;
}
.callbacks_nav {
    left: 3%;
}
.callbacks_nav.next {
    right: 3%;
}
.banner-text-info {
    margin: 5.5em auto 0;
}
.banner {
    min-height: 450px;
}
.banner-text p {
    letter-spacing: 0px;
}
.welcome h4 {
    margin: 0.5em auto;
    line-height: 1.4em;
	width: 85%;	
}
.booking-info h3 {
    font-size: 1.8em;
}
.modal-dialog {
    margin: 8em auto 0;
	width: 80%;
}
.reservation ul li.desti,.reservation ul li.span1_of_1{
    width: 46%;
}
.reservation ul li.span1_of_2 {
    width: 30%;
}
.welcome-row {
    margin-top: 1.5em;
}
.welcome-grids {
    padding: 0 .2em;
}
.welcome-text h5 {
    margin-top: 1.2em;
    font-size: 2.5em;
}
.skills-info {
    margin-top: 1.5em;
}
.bar_group__bar.thin {
    margin-bottom: 1.5em;
}
.team-grids {
    padding: 3em 1em;
    width: 35.2%;
    margin: 0 3.5em;
}
.team-grids.team-mdl {
    margin: 0 .8em 1em;
}
.callbacks_tabs {
    bottom: 4%;
}
.resp-tabs-list {
    padding: 2em 0 1em;
}
.contact textarea {
    min-height: 8em;
}
.contact input[type="submit"] {
    font-size: 1em;
}
.address ul li {
    font-size: 0.9em;
}
.address ul li:nth-child(2) {
    margin: 0 2em;
}
#toTop {
    width: 35px;
    height: 35px;
    background-size: cover;
}
.faq span.glyphicon {
    font-size: 0.9em;
}
.team-grids {
    width: 39%;
    margin: 0 2.5em;
	padding: 2em 1em;
}
.team-grids:hover div.team-img {
    top: -130%;
}
.b-wrapper h5 {
    font-size: 2em;
}
.twitter {
    padding: 3em 0;
}
.address ul li {
    display: block;
}
.address ul li:nth-child(2) {
    margin: 1em 0;
}
.faq iframe {
    min-height: 13em;
}
.footer h3 {
    font-size: 2.8em;
}
.footer p {
    margin: 0.3em 0 1em;
}
select {
    width: 85%;
}
}
@media(max-width:600px){
.booking-info h3 {
    font-size: 1.7em;
}
.booking-form {
    margin-top: 1.5em;
}
select {
    width: 91%;
}
}
@media(max-width:480px){
.logo h1 {
    font-size: 3em;
}
.top-nav {
    margin: 0 1em;
}
button.navbar-toggle {
    margin: 5px 5px 0;
}
.banner-text h2.bnr-title, .banner-text h3.bnr-title {
    font-size: 1.6em;
}
.banner-text-info {
    width: 75%;
    padding: 2em 1em 1em;
}
.banner-text p {
    font-size: 0.9em;
}
.banner {
    min-height: 370px;
}
.banner-text-info {
    margin: 4em auto 0;
}
.modal-body {
    padding: 1.5em;
}
.booking-info h3 {
    font-size: 1.4em;
}
.book_date input[type="text"], .book_date input[type="date"] {
    font-size: 0.9em;
}
.reservation ul li.desti, .reservation ul li.span1_of_1 {
    width: 45%;
}
.reservation h5 {
    font-size: 1em;
}
.reservation ul li.span1_of_1 {
    margin-bottom: 1.5em;
}
.date_btn {
    margin: 1.5em 0 0 0;
}
.reservation ul li.left {
    margin-left: 1em;
}
select {
    width: 100%;
    font-size: 0.9em;
}
.callbacks_nav {
    height: 35px;
    width: 35px;
    background-size: 174%;
	background-position:7px 7px;
}
.callbacks_nav.next {
    background-position: -14px 7px;
}
h3.title {
    font-size: 3em;
}
.welcome, .skills, .services, .portfolio, .contact {
    padding: 2.5em 0;
}
.welcome h4 {
    width: 100%;
}
.welcome h4 {
    padding-bottom: 0.5em;
}
p {
    font-size: 0.9em;
}
.welcome-text h5 {
    font-size: 2em;
}
.b_label {
    font-size: 1em;
}
.bar_group__bar.thin {
    height: 5px;
}
.bar_group__bar.thin::before, .bar_group__bar.thick::before {
    height: 5px;
}
.bar_group__bar.thin {
    margin-bottom: 1em;
}
.servc-grid {
    width: 50%;
}
.servc-grid:nth-child(1),.servc-grid:nth-child(2){
    margin-bottom: 2em;
}
.servc-grid.servc-grid-btm:nth-child(4) {
    margin: 0;
}
.servc-grid.servc-grid-btm {
    margin-top: 2em;
}
.team-grids {
    width: 46%;
    margin: 0 0.8em;
}
.team-grids.team-mdl1 {
    margin-right: 0;
}
.team-grids.team-mdl {
    margin: 0 0 1em;
}
.resp-tab-item {
    margin: 0 0.8em 0;
    font-size: 0.9em;
}
.portfolio-grids {
    padding: 0 .2em;
}
.b-wrapper h5 {
    font-size: 1.6em;
}
.tab_img {
    padding: 0;
}
.resp-tabs-list {
    padding: 1.5em 0 1em;
}
p.twit-text {
    width: 100%;
    font-size: 0.9em;
}
.twitter h4 {
    padding-bottom: 0.5em;
	margin-top: 0.8em;
}
.twitter h4:after {
    width: 90px;
    left: 40.5%;
}
.contact-form {
    width: 100%;
}
.contact-form p {
    margin: 0.5em 0 1em;
}
.footer {
    padding: 2em 0;
}
.social-icons ul li a {
    background-position: 4px 4px;
    background-size: 100%;
    height: 35px;
    width: 35px;
}
.social-icons ul li a.fb {
    background-position: 1px -32px;
}
.social-icons ul li a.in {
    background-position: 5px -67px;
}
.social-icons ul li:nth-child(2) {
    margin: 0 .3em;
}
.social-icons ul li a.fb {
    background-position: 3px -32px;
}
.social-icons ul li a.dott {
    background-position: 3px -102px;
}
.callbacks_tabs {
    left: 43%;   
}
@media(max-width:414px){
button.navbar-toggle {
    margin: 3px 5px 0;
    padding: 8px 8px;
}
.banner-text h2.bnr-title, .banner-text h3.bnr-title {
    font-size: 1.5em;
}
.more a {
    font-size: 0.9em;
    margin-top: 0.5em;
}

.button-tamaya::before, .button-tamaya::after {
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -moz-transition: transform 0.6s;
}
.banner {
    min-height: 360px;
}
.welcome-grids {
    padding: 0;
    width: 80%;
    margin: 0 auto;
    float: none;
}
.welcome-grids:nth-child(2) {
    margin: 1em auto;
}
.welcome-text h5 {
    margin-top: 2.6em;
}
.servc-grid {
    padding: 0 0.5em;
}
.servc-grid:nth-child(1), .servc-grid:nth-child(2) {
    margin-bottom: 1.5em;
}
.servc-grid.servc-grid-btm {
    margin-top: 1.5em;
}
.team {
    padding: 2.5em 0 4em;
}
.team-grids p {
    font-size: .87em;
}
.team-grids {
    width: 49%;
    margin: 0 0.2em 0 0;
    padding: 1.2em 1em;
}
.team-grids.team-mdl {
    margin: 0 0 .5em;
}
.team-grids.team-mdl1 {
    margin-right: 0.2em;
}
.social-icons {
    margin-top: 0.5em;
}
.resp-tab-item {
    margin: 0 1em 0.5em;
}
.b-wrapper h5 {
    font-size: 1.3em;
}
.twitter {
    padding: 2.5em 0;
}
.twitter .social-icons ul li a {
    width: 40px;
    height: 40px;
    background-position: 4px 3px;
}
.twitter h4 {
    margin-top: 0.6em;
    font-size: 1.2em;
}
.twitter h4:after {
    left: 37%;
}
.form-left, .form-right {
    float: none;
    width: 100%;
	padding: 0;
}
.contact input[type="text"] {
    font-size: 0.9em;
	padding: .6em 1em;
}
.contact textarea {
    min-height: 6em;
}
.contact input[type="submit"] {
    font-size: 0.9em;
}
.footer h3 {
    font-size: 2.5em;
}
.modal-dialog {
    margin: 2em auto 0;
    width: 95%;
}
.booking-form {
    margin-top: 1em;
}
.reservation ul li.span1_of_1 {
    margin-bottom: 1em;
}
.reservation ul li.desti, .reservation ul li.span1_of_1 {
    width: 100%;
}
.reservation ul li.desti:nth-child(2) {
    margin-left: 0;
}
.booking-info h3 {
    font-size: 1.3em;
}
.reservation ul li.left {
    margin-left: 0;
}
select {
    width: 67%;
	padding: 5px 33px 5px 10px;
}
.reservation ul li.span1_of_2 {
    width: 40%;
}
.reservation ul li.span1_of_2.economy {
    width: 57%;
	margin-top: 1em;
}
.modal-header {
    padding: 14px;
}
.reservation h5 {
    margin-bottom: 5px;
	font-size: 0.9em;
}
.top-nav ul li a.sign-in {
    padding: .5em 2em;
}
.book_date span.glyphicon-calendar, .book_date span.glyphicon-map-marker {
    font-size: 0.9em;
}
.date_btn {
    margin: 1em 0 0 0;
}
}
@media(max-width:375px){
.banner-text p {
    font-size: 0.87em;
}
.banner-text-info {
    margin: 3em auto 0;
    padding: 1.5em 1em 1em;
}
.callbacks_nav {
    height: 30px;
    width: 30px;
}
.banner-text h2.bnr-title, .banner-text h3.bnr-title {
    font-size: 1.3em;
}
.more a {
    padding: .6em 1.5em;
}
.button-tamaya::before {
    padding-top: 0.6em;
}
.banner {
    min-height: 315px;
}
.welcome-grids {
    width: 100%;
}
.welcome-text h5 {
    margin-top: 3em;
}
.bar-left,.bar-right{
    float: none;
    width: 100%;
    padding: 0;
}
.servc-grid {
    width: 100%;
    float: none;
}
.servc-grid:nth-child(3){
    margin-bottom: 1.5em;
}
.servc-grids, .team-info {
    margin-top: 1em;
}
.team {
    padding: 2.5em 0 3em;
}
.team-grids {
    width: 77%;
    margin: 0 auto 0.5em;
    padding: 4em 1em;
    float: none;
}
.team-grids.team-mdl{
	 margin: 0 auto 0.5em;
}
.team-grids.team-mdl1 {
    margin-right: auto;
}
.callbacks_tabs {
    bottom: 1%;
    left: 41%;
}
.resp-tab-item {
    margin: 0 1.8em 0.8em;
}
}
@media(max-width:320px){
.logo h1 {
    font-size: 2.8em;
}
.banner-text h2.bnr-title, .banner-text h3.bnr-title {
    font-size: 1.1em;
}
.banner-text p {
    font-size: 0.85em;
}
.banner-text-info {
    padding: 1em 0.5em 0.5em;
    width: 80%;
}
.banner {
    min-height: 300px;
}
.callbacks_nav {
    left: 0%;
}
.callbacks_nav.next {
    right: 1%;
}
.welcome, .skills, .services, .portfolio, .contact {
    padding: 2em 0;
}
h3.title {
    font-size: 2.5em;
}
.welcome h4 {
    font-size: 1.2em;
}
p {
    font-size: 0.87em;
}
.servc-grid:nth-child(1), .servc-grid:nth-child(2) {
    margin-bottom: 1em;
}
.team {
    padding: 2em 0 3em;
}
.team-grids {
    width: 86%;
    padding: 3em 1em;
}
.callbacks_tabs {
    bottom: 1.5%;
    left: 39%;
}
.resp-tab-item {
    margin: 0 1.5em 0.8em;
}
.resp-tabs-list {
    padding: 1.5em 0 0.5em;
}
.portfolio-grids {
    padding: 0;
    margin-bottom: .5em;
	float: none;
    width: 100%;
}
.portfolio-grids.portfolio-two {
    width: 100%;
}
.b-wrapper h5 {
    font-size: 2em;
    margin-top: 4em;
}
.portfolio-grids.portfolio-two .b-wrapper h5 {
	 margin-top: 1.5em;
}
p.twit-text {
    font-weight: 400;
    font-size: 0.89em;
}
.contact input[type="text"] {
    margin-bottom: 0.5em;
}
.address ul li:nth-child(2) {
    margin: 0.8em 0;
}
.faq li a {
    font-size: 1em;
}
.faq span.glyphicon {
    font-size: 0.85em;
}
.footer h3 {
    font-size: 2.3em;
}
.top-nav ul li a.sign-in {
    padding: .4em 1.5em;
}
.modal-body {
    padding: 1em;
}
.reservation ul li.span1_of_2.economy {
    width: 69%;
}
}
/*--//responsive-design---*/
