/*------------------------------------------------------------------
    IMPORT FONTS
-------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900');

/*------------------------------------------------------------------
    IMPORT FILES
-------------------------------------------------------------------*/

@import url(animate.css);
@import url(superslides.css);
@import url(baguetteBox.min.css);

/*------------------------------------------------------------------
    SKELETON
-------------------------------------------------------------------*/

body {
    color: #666666;
    font-size: 15px;
    font-family: 'Rubik', sans-serif;
    line-height: 1.80857;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: 120% !important;
    color: #1f1f1f;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    opacity: .8
}

a {
    color: #1f1f1f;
    text-decoration: none;
    outline: none;
}

a, .btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
} /* NOT USED */

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
} /* NOT USED */

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
} /* NOT USED */

ul, li, ol{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

button:focus{
	outline: none;
}

.form-control::-moz-placeholder {
    color: #2a2a2a;
    opacity: 1;
}

/*------------------------------------------------------------------
    LOADER 
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
    HEADER
-------------------------------------------------------------------*/

.top-navbar{
	position: relative;
	z-index: 10;
}

.top-navbar .navbar{
	padding: 0px 0px;
	position: fixed;
	width: 100%;
    border-radius: 0px 0px 60px 60px;
    -webkit-border-radius: 0px 0px 60px 60px;
	-moz-border-radius: 0px 0px 60px 60px;
	-ms-border-radius: 0px 0px 60px 60px;
    transition: height .3s ease-out, background .3s ease-out, box-shadow .3s ease-out;
    -webkit-transition: height .3s ease-out, background .3s ease-out, box-shadow .3s ease-out;
	-moz-transition: height .3s ease-out, background .3s ease-out, box-shadow .3s ease-out;
	-webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
	-webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
	box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
	z-index: 100;
    transition: all 0.5s;
}

.top-navbar .scrollUp{
    transition: all 0.5s;
    transform: translateY(-80px);
}

.top-navbar .navbar-light .navbar-nav .nav-link{
	color: #010101;
	font-size: 16px;
	padding: 10px 20px;
	border-radius: 4px;
	text-transform: uppercase;
}

.top-navbar .navbar-light .navbar-nav .nav-item .nav-link:hover{
	background: #3467ff;
	color: #ffffff;
}

.top-navbar .navbar-light .navbar-nav .nav-item.active .nav-link{
	background: #3467ff;
	color: #ffffff;
	border-radius: 4px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu{
	border: none;
	border-radius: 0px;
	padding: 10px;
	box-shadow: 2px 5px 6px rgba(0,0,0,0.5);
}

.navbar-expand-lg .navbar-nav .dropdown-menu a{
	padding: 10px 10px;
	text-transform: uppercase;
}

.navbar-expand-lg .navbar-nav .dropdown-menu a.dropdown-item:hover{
	background: #3467ff;
	color: #ffffff;
}

.navbar-light .navbar-toggler:hover{
	background: #3467ff;
}

.navbar-brand{
	height: 82px;
	width: 147px;
	background-image: url("../images/brand/frosty-logo.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	color: #ffffff
	}




/*------------------------------------------------------------------
    SLIDER
-------------------------------------------------------------------*/

.cover-slides{
	height: 100vh;
}

.slides-navigation a {
	background: #3467ff;
    position: absolute;
    height: 50px;
    width: 50px;
    top: 50%;
    font-size: 20px;
    display: block;
    color: #fff;
	border-radius: 4px;
	line-height: 63px;
	text-align: center;
    transition: all .3s ease-in-out;
}

.slides-navigation a i{
	font-size: 40px;
}

.slides-navigation a:hover {
	background: #010101;
}

.cover-slides .container{
	height: 100%;
	position: relative;
	z-index: 2;
}

.cover-slides .container > .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.cover-slides .container > .row {
    height: 100%;
}

.btn{
	text-transform: uppercase;
	padding: 19px 36px;
}

.btn{
	display: inline-block;
	font-weight: 600;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 2px solid transparent;
	padding: 12px 30px;
	font-size: 16px;
	line-height: 1.5;
	border-radius: .1875rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-outline-new-white {
    color: #fff;
    background-color: #3467ff;
    background-image: none;
    border-color: #3467ff;
}

.btn-outline-new-white:hover {
    color: #ffffff;
    background-color: #333333;
    border-color: #333333;
}

.overlay-background {
    background: #333;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
	opacity: 0.5;
}

.cover-slides h1{
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
	font-size: 64px;
	color: #fff;
}

.cover-slides p{
	font-size: 18px;
	color: #fff;
}

.slides-pagination a{
	border: 2px solid #ffffff;
}

.slides-pagination a.current{
	background: #3467ff;
	border: 2px solid #3467ff;
}

/*------------------------------------------------------------------
    ABOUT
-------------------------------------------------------------------*/

.about-section-box{
	padding: 50px 0px;
	background-size: cover;
}

.about-section-box .img-fluid{
	box-shadow: 10px 10px 0px #3467ff;
}

.about-img .img-fluid{
	width: auto;
	position: left;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.inner-column{
	text-align: left;
}

.inner-column h1{
	font-family: 'Rubik', sans-serif;
	font-size: 30px;
	color: #010101;
	font-weight: 500;
}

.inner-column h1 span{
	color: #3467ff;
}

.inner-column h4{
	font-size: 16px;
	font-weight: 500;
}

.inner-column p{
	font-size: 18px;
	color: #222222;
}

.inner-column .btn-outline-new-white{
	color: #fff;
}

.inner-column .btn-outline-new-white:hover{
	color: #ffffff;
}

/*------------------------------------------------------------------
    QT
-------------------------------------------------------------------*/

.qt-background{
	background: url(../images/qt-bg.jpg) no-repeat;
	background-size: cover;
	padding: 100px 0;
	background-attachment: fixed;
	background-position: center center;
	position: relative;
} 

.qt-background p {
    font-size: 35px;
    font-weight: 300;
    line-height: 44px;
    color: #fff;
	font-family: 'Rubik', sans-serif;
	margin-bottom: 20px;
} 

.qt-background span {
    color: #fff;
    font-size: 28px;  
	font-weight: 600;	
} 


/*------------------------------------------------------------------
    MENU
-------------------------------------------------------------------*/

.menu-box{
	padding: 70px 0px;
}

.heading-title{
	margin-bottom: 50px;
}

.heading-title h2{
	color: #010101;
	font-size: 28px;
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
}

.heading-title p{
	font-size: 18px;
	font-weight: 200;
	margin: 0px;
}

.inner-menu-box .nav-pills .nav-link.active{
	background: #3467ff;
}

.inner-menu-box .nav-pills .nav-link{
	font-size: 18px;
}

.inner-menu-box .nav-pills .nav-link:hover{
	background: #3467ff;
	color: #ffffff;
}

/* Modify icons in product selection according to screen size */
#v-pills-all-tab::after{
    font-family: 'Font Awesome 5 Free';
    font-weight: 300;
    content: " Mostrar Todo";
}

@media only screen and (max-width: 811.98px){
    #v-pills-all-tab::after{
        font-size: x-large;
        font-family: 'Font Awesome 5 Free';
        font-weight: 300;
        content: "";
        text-align: center;
    }
    .nav-pills{
        text-align: center;
    }  
}

#v-pills-icecream-tab::after{
    font-family: 'Font Awesome 5 Free';
    font-weight: 300;
    content: " Helados";
}

@media only screen and (max-width: 811.98px){
    #v-pills-icecream-tab::after{
        font-size: x-large;
        font-family: 'Font Awesome 5 Free';
        font-weight: 300;
        content: "";
        text-align: center;
    }
}

#v-pills-veggie-tab::after{
    font-family: 'Font Awesome 5 Free';
    font-weight: 300;
    content: " Frutas y Verduras";
}

@media only screen and (max-width: 811.98px){
    #v-pills-veggie-tab::after{
        font-size: x-large;
        font-family: 'Font Awesome 5 Free';
        font-weight: 300;
        content: "";
        text-align: center;
    }
}

#v-pills-meat-tab::after{
    font-family: 'Font Awesome 5 Free';
    font-weight: 300;
    content: " Carnes";
}

@media only screen and (max-width: 811.98px){
    #v-pills-meat-tab::after{
        font-size: x-large;
        font-family: 'Font Awesome 5 Free';
        font-weight: 300;
        content: "";
        text-align: center;
    }
}

#v-pills-seafood-tab::after{
    font-family: 'Font Awesome 5 Free';
    font-weight: 300;
    content: " Pescados y Mariscos";
}

@media only screen and (max-width: 811.98px){
    #v-pills-seafood-tab::after{
        font-size: x-large;
        font-family: 'Font Awesome 5 Free';
        font-weight: 300;
        content: "";
        text-align: center;
    }
}

.special-grid{
	-webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
			animation: fadein 1s;
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

.gallery-single::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(15deg, #7c7e80c2, #ffffff);
	opacity: 0.15;
	z-index: 1;
}

.gallery-single{
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
	margin-bottom: 30px;
	opacity: 1;
	z-index: 2;
}

.gallery-single::after{
	content: "";
	background: url("../images/brand/frosty-logo.png");
	background-repeat: no-repeat;
	background-size: 40%;
	position: absolute; left: 0px ; top: 0px;
	padding: 0px;
	margin: 10px;
	width: 150px;
	height: 40px;
	z-index: 3;
}

.why-text{
    position: absolute;
    left: 0;
    bottom: -100%;
    right: 0;
    height: 100%;
    background: rgba(70, 135, 231, 0.9);
    padding: 12px 12px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
	z-index: 4;
}

.why-text h4{
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	font-family: 'Rubik', sans-serif;
}

.why-text p{
	color: #ffffff;
	font-size: 13px;
	border-bottom: 1px dashed #010101;
	margin: 0px;
	padding-bottom: 15px;
	margin-top: 0px;
	margin-bottom: 15px;
}

.why-text h5{
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
}

.gallery-single:hover .why-text{
	bottom: 0px;
}


/*------------------------------------------------------------------
    GALLERY
-------------------------------------------------------------------*/

.gallery-box{
	padding: 70px 0px;
}

.tz-gallery{
	margin-top: 30px;
}

.tz-gallery .lightbox img {
    width: 100%;
    transition: 0.2s ease-in-out;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}

.tz-gallery .lightbox img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(0,0,0,0.3);
}

.tz-gallery .lightbox{
	border: 3px solid #3467ff;
	display: inline-block;
	margin-bottom: 30px;
}


/*------------------------------------------------------------------
    CUSTOMER REVIEWS
-------------------------------------------------------------------*/

.customer-reviews-box{
	padding: 70px 0px;
}

.carousel-inner .carousel-item .img-box{
	width: 135px;
	height: 135px;
}

.carousel-control-prev{
	left: -100px;
}

.carousel-control-next{
	right: -100px;
}

.carousel-indicators{
	top: 320px;
}

.text-warning{
	color: #3467ff !important;
	font-size: 24px;
}

@media (min-width: 320px) and (max-width: 640px) {
	.carousel-inner .carousel-item p{
		font-size: 14px;
	}
	
	.carousel-control-prev{
		left: -5px;
	}
	
	.carousel-control-next{
		right: -5px;
	}
	
 	.carousel-indicators{
		top: 400px;
	}
}

#reviews .carousel-control-prev{
	background: #3467ff;
	color: #ffffff;
	display: block;
	position: absolute;
	width: 8%;
	height: 50px;
	top: 50%;
	border-radius: 4px;
	font-size: 28px;
	opacity: 1;
}

#reviews .carousel-control-prev:hover{
	background: #010101;
	color: #ffffff;
}

#reviews .carousel-control-next{
	background: #3467ff;
	color: #ffffff;
	display: block;
	position: absolute;
	width: 8%;
	height: 50px;
	top: 50%;
	border-radius: 4px;
	font-size: 28px;
	opacity: 1;
}

#reviews .carousel-control-next:hover{
	background: #010101;
	color: #ffffff;
}


/*------------------------------------------------------------------
    CONTACT INFO
-------------------------------------------------------------------*/

.contact-info-box{
    background: #3467ff;
    padding: 30px 0;
    border-radius: 60px;
}

@media only screen and (max-width: 575.98px){
    .contact-info-box{
        border-radius: 20px;
    }
}

.overflow-hidden {
    overflow: hidden;
}

.contact-info-box i{
	display: block;
	float: left;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #fff;
	color: #3467ff;
	font-size: 30px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	margin-right: 20px;
}

.contact-info-box h4 {
    margin: 0px;
    margin-top: 5px;
	color: #ffffff;
	font-size: 20px;
	padding: 0px;
	font-weight: 500;
	line-height: 24px;
}

.contact-info-box p {
    margin: 0px;
	color: #ffffff;
	font-weight: 300;
}


/*------------------------------------------------------------------
    FOOTER
-------------------------------------------------------------------*/

.footer-area{
	padding-top: 50px;
	padding-bottom: 0px;
}

.bg-f{
	background-image: url("../images/brand/footer-bg.png");
	background-attachment: scroll;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	height: 100%;
	max-height: 100%;
	width: 100%;
	max-width: 100%;
}

.bg-f::before {
    background: #010101;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
	opacity: 0.8;
}

.footer-area .container{
	position: relative;
	z-index: 1;
}

.footer-area h3{
	color: #ffffff;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 500;
	border-bottom: 2px solid rgba(207, 166, 113, 0.5);
	margin-bottom: 10px;
}

.footer-area p{
	font-size: 14px;
	color: rgba(255, 255, 255, 0.8);
	margin: 0;
	padding-bottom: 10px;
}

.footer-area p.lead{
	font-size: 19px;
	color: #ffffff;
	margin-bottom: 0px;
}

.arrow-right{
	position: relative;
}

.arrow-right::before {
    content: "\f101";
	font-family: 'Font Awesome 5 Free';	
	position: absolute;
	right: 0px;
	top: 0;
	color: #fff;
    font-size: 60px;
	line-height: 60px;
}

.footer-area p.lead a{
	color: #ffffff;
	margin-bottom: 15px;
}

.footer-area p.lead a:hover{
	color: #3467ff;
}

.footer-area p a{
	font-size: 14px;
	color: rgba(255, 255, 255, 0.8);
}

.footer-area p a:hover{
	color: #3467ff;
}

.subscribe {
    display: block;
    text-align: center;
    padding: 5px 0;
}

.subscribe .form_input {
    display: block;
    background-color: rgba(0,0,0,0.9);
	border: 1px solid #ffffff;
    color: #fff;
    font-size: 14px;
    line-height: 50px;
    padding: 0 10px;
    float: left;
	font-weight: 300;
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.subscribe .submit {
    background-color: #3467ff;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 50px;
    display: inline-block;
    padding: 0 10px;
    width: 100%;
	border: none;
	cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.subscribe .submit:hover{
	background: #010101;
}

.f-social {
    padding-bottom: 10px;
    margin: 0px;
    margin-top: 20px;
}

.f-social li a {
    font-size: 18px;
    color: rgba(214, 81, 6);
	width: 38px;
	height: 38px;
	display: block;
	text-align: center;
	line-height: 38px;
	background: #ffffff;
	border-radius: 4px;
}

.copyright{
	margin-top: 20px;
	position: relative;
	display: block;
	background-color: #010101;
	border-top: 1px solid rgba(207, 166, 113);
	padding: 12px 0;
	z-index: 1;
}

.copyright .company-name{
	font-size: 16px;
	text-align: center;
}

.copyright .company-name a{
	font-size: 16px;
}

a[href^=tel] {
    text-decoration: inherit;
    color: inherit;
}

#back-to-top {
	position: fixed;
	bottom: 12px;
	left: 15px;
	z-index: 500;
	width: 52px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #3467ff;
	color: #ffffff;
	cursor: pointer;
	border: 0;
	border-radius: 4px;
	text-decoration: none;
	transition: opacity 0.2s ease-out;
	font-size: 30px;
	filter: opacity(0.85)
}

.btn-whatsapp {
	display: block;
	width: 80px;
	height: 70px;
    color: #fff;
	position: fixed;
	right: 15px;
	bottom: 20px;
	border-radius: 50%;
	line-height: 80px;
	text-align: center;
	z-index: 500;
}

.whatsapp-text {
	position: relative;
	top: -175px;
	bottom: 0px;
	left: 5px;
	right: 00px;
	height: 40px;
	width: 150px;
	font-family: "Comic Sans MS", sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #3467ff;
	text-align: center;
	padding: 0 0;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	z-index: 505;
}

.whatsapp-text {
    /* Start the shake animation and make the animation last for 0.5 seconds */
    animation: shake 0.5s;
    animation-delay: 10s; 
    
    /* When the animation is finished, start again */
    animation-iteration-count: 2; 
}
  
@keyframes shake {
    0% { transform: translate(1px, 1px) rotate(90deg); }
    10% { transform: translate(-1px, -2px) rotate(89deg); }
    20% { transform: translate(-3px, 0px) rotate(91deg); }
    30% { transform: translate(3px, 2px) rotate(90deg); }
    40% { transform: translate(1px, -1px) rotate(91deg); }
    50% { transform: translate(-1px, 2px) rotate(89deg); }
    60% { transform: translate(-3px, 1px) rotate(90deg); }
    70% { transform: translate(3px, 1px) rotate(89deg); }
    80% { transform: translate(-1px, -1px) rotate(91deg); }
    90% { transform: translate(1px, 2px) rotate(90deg); }
    100% { transform: translate(1px, -2px) rotate(89deg); }
}


/*------------------------------------------------------------------
    All Pages
-------------------------------------------------------------------*/

.page-breadcrumb{
    padding: 150px 0 100px;
    background-image: url(../images/brand/all-bg.jpg);
	background-repeat: repeat-y;
    background-attachment: fixed;
    background-position: 0 -35px;
    background-size: contain;
    position: relative;
	height: auto;
	width: 100%;
}

.all-page-title .container{
	position: relative;
	z-index: 2;
}

.all-page-title::before{
	background: #010101;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	max-width: 100%;
	z-index: 1;
	opacity: 0.6;	
}

.all-page-title h1{
	font-size: 38px;
	color: #ffffff;
	font-family: 'Rubik', sans-serif;
	padding: 20px;
	font-weight: 500;
}

.inner-pt{
	margin-top: 30px;
} /* NOT USED */

.inner-pt p{
	font-size: 18px;
} /* NOT USED */

.stuff-box{
	padding: 70px 0px;
} /* NOT USED */

.our-team{
    text-align: center;
    transition: all 0.5s ease 0s;
	margin-bottom: 30px;
} /* NOT USED */

.our-team:hover{
    box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
} /* NOT USED */

.our-team .pic{
    overflow: hidden;
    position: relative;
} /* NOT USED */

.our-team .pic:before, .our-team .pic:after{
    content: "";
    width: 200%;
    height: 80%;
    background: rgba(38,37,37,0.8);
    position: absolute;
    top: -100%;
    left: -4%;
    transform: rotate(45deg);
    transition: all 0.5s ease 0s;
} /* NOT USED */

.our-team .pic:after{
    background: rgba(214,81,6,0.8);
    top: auto;
    left: auto;
    bottom: -100%;
    right: -4%;
} /* NOT USED */

.our-team:hover .pic:before{ 
	top: 0; 
} /* NOT USED */

.our-team:hover .pic:after{ 
	bottom: 0; 
} /* NOT USED */

.our-team .pic img{
    width: 100%;
    height: auto;
} /* NOT USED */

.our-team .social{
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    bottom: 45%;
    left: 0;
    opacity: 0;
    z-index: 2;
    transition: all 0.5s ease 0.3s;
} /* NOT USED */

.our-team:hover .social{ 
	opacity: 1; 
} /* NOT USED */

.our-team .social li{ 
	display: inline-block; 
} /* NOT USED */

.our-team .social li a{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
    position: relative;
    transition: all 0.3s ease 0s;
} /* NOT USED */

.our-team .social li a:after{
    content: "";
    width: 100%;
    height: 100%;
    background: #3467ff;
    border-radius: 0 20px 20px 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
} /* NOT USED */

.our-team .social li a:hover:after{ 
	transform: rotate(180deg); 
} /* NOT USED */

.our-team .team-content{ 
	padding: 20px; 
} /* NOT USED */

.our-team .title{
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #3467ff;
    text-transform: uppercase;
    margin-bottom: 7px;
} /* NOT USED */

.our-team .post{
    display: block;
    font-size: 17px;
    font-weight: 600;
    color: #333333;
    text-transform: capitalize;
} /* NOT USED */

@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; }
} /* NOT USED */

.reservation-box{
	padding: 70px 0px;
}

.reservation-box h3{
	padding: 0px 15px;
	margin-bottom: 20px;
	font-weight: 600;
}

.help-block ul li{
	color: red;
}

.form-control[readonly]{
	background-color: #ffffff;
}

.form-control{
	border-radius: 0px;
	min-height: 50px;
}

.form-control:focus{
	border: 1px solid #3467ff;
	box-shadow: none;
}

.form-group .picker__input.picker__input--active{
	border-color: #3467ff;
}

.btn .btn-common{
	color: #3467ff;
	background-color: transparent;
	background-image: none;
	border-color: #3467ff;
}

.btn .btn-common:hover{
	color: #ffffff;
	background-color: #333333;
	border-color: #333333;
}

.blog-box{
	padding: 70px 0px;
}

.blog-box-inner{
	position: relative;
	margin-bottom: 30px;
}

.blog-box-inner .blog-img-box{
	position: relative;
	display: block;
}

.blog-box-inner .blog-detail{
	position: absolute;
	top: 0;
	background: #fff;
	padding: 30px 25px;
	border: 1px solid #ddd;
	transition-duration: .5s;
	height: 100%;
}

.blog-detail h4 {
    font-size: 18px;
    font-weight: 500;
    color: #222222;
}

.blog-detail ul li {
    display: inline-block;
    padding: 0px 5px;
}

.blog-detail ul li span{
	color: #3467ff;
	cursor: pointer;
}

.blog-detail ul li span:hover{
	color: #010101;
}

.blog-detail ul li:first-child {
    padding-left: 0px;
}

.blog-detail p {
    padding: 10px 0px 0 0;
	margin: 0px;
	font-size: 13px;
}

.blog-detail a{
	color: #ffffff;
	margin-top: 20px;
}

.blog-box-inner .blog-detail:hover{
	background: rgba(255, 255, 255, .9);
} /* NOT USED */

.blog-inner-box {
    position: relative;
    margin: 0px 10px;
    margin-bottom: 30px;
} /* NOT USED */

.side-blog-img {
    box-shadow: 15px 15px 0px 0px rgba(214, 81, 6, 0.4);
    -webkit-transition: all 1s ease 0.01s;
    transition: all 1s ease 0.01s;
    position: relative;
} /* NOT USED */

.date-blog-up {
    position: absolute;
    right: 0px;
    top: 0px;
    background: #3467ff;
    font-size: 18px;
    color: #ffffff;
    padding: 5px 15px 5px 5px;
} /* NOT USED */

.inner-blog-detail {
    background: #ffffff;
    position: relative;
    padding: 30px 20px;
} /* NOT USED */

.inner-blog-detail h3 {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 15px;
} /* NOT USED */

.inner-blog-detail ul li {
    display: inline-block;
    padding: 0px 5px;
    color: #222222;
} /* NOT USED */

.inner-blog-detail ul li span {
    color: #3467ff;
} /* NOT USED */

.inner-blog-detail p {
    padding: 10px 0px;
} /* NOT USED */

.details-page blockquote {
    border-left: 5px solid #3467ff;
} /* NOT USED */

.details-page blockquote {
    padding: 20px;
} /* NOT USED */

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
} /* NOT USED */

.blog-inner-details-line {
    margin: 20px 0px;
    clear: both;
    float: left;
    width: 100%;
} /* NOT USED */

.line-left-social h5 {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 15px;
} /* NOT USED */

.line-left-social ul li {
    display: inline-block;
    margin-bottom: 5px;
} /* NOT USED */

.line-right-social ul li {
    display: inline-block;
} /* NOT USED */

.line-right-social ul li a {
    display: block;
    padding: 5px;
    background: #f5f5f5;
    border-radius: 6px;
    font-weight: 500;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 25px;
    font-size: 15px;
} /* NOT USED */

.line-left-social ul li a {
    display: block;
    padding: 5px 10px;
    background: #f5f5f5;
    border-radius: 6px;
    font-weight: 400;
    font-size: 12px;
} /* NOT USED */

.line-left-social ul li a:hover {
    background: #3467ff;
    color: #ffffff;
} /* NOT USED */

.line-right-social ul li a:hover {
    background: #3467ff;
    color: #ffffff;
} /* NOT USED */

.line-right-social h5 {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 15px;
} /* NOT USED */

.blog-comment-box {
    clear: both;
    margin: 20px 0px;
    float: left;
    width: 100%;
} /* NOT USED */

.blog-comment-box h3 {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 20px;
} /* NOT USED */

.comment-item {
    margin-bottom: 30px;
} /* NOT USED */

.comment-item-left {
    float: left;
    width: 90px;
    height: 90px;
} /* NOT USED */

.comment-item-left img {
    width: 100%;
    border-radius: 20px;
} /* NOT USED */

.comment-item-right {
    padding-left: 110px;
} /* NOT USED */

.comment-item-right a {
    font-size: 16px;
    font-weight: 500;
} /* NOT USED */

.des-l {
    display: inline-block;
    width: 100%;
} /* NOT USED */

.des-l p {
    font-size: 13px;
} /* NOT USED */

.comment-item-right a {
    font-size: 16px;
    font-weight: 500;
} /* NOT USED */

.right-btn-re {
    float: right;
    font-style: italic;
    text-align: right;
    font-size: 16px;
    padding: 5px 10px;
    background: #f5f5f5;
    border-radius: 6px;
} /* NOT USED */

.right-btn-re:hover {
    background: #3467ff;
    color: #ffffff !important;
} /* NOT USED */

.comment-respond-box {
    clear: both;
} /* NOT USED */

.blog-comment-box .children {
    margin-left: 70px;
} /* NOT USED */

.comment-item {
    margin-bottom: 30px;
} /* NOT USED */

.comment-item-right i {
    padding-right: 10px;
} /* NOT USED */

.comment-form-respond input {
    min-height: 38px;
    border: 1px solid #010101;
    border-radius: 0px;
    padding: 10px;
} /* NOT USED */

.comment-form-respond textarea {
    border: 1px solid #010101;
    border-radius: 0px;
    padding: 10px;
    min-height: 110px;
} /* NOT USED */

.right-side-blog h3 {
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 20px;
} /* NOT USED */

.blog-search-form {
    position: relative;
    border-bottom: 1px solid #010101;
    padding-bottom: 30px;
    margin-bottom: 20px;
} /* NOT USED */

.blog-search-form input {
    width: 100%;
    min-height: 40px;
    border: 1px solid rgba(214, 81, 6, 0.4);
    padding: 5px 40px 5px 10px;
    font-size: 15px;
    color: #222222;
} /* NOT USED */

.blog-search-form .search-btn {
    position: absolute;
    right: 0px;
    background: none;
    border: none;
    font-size: 20px;
    min-height: 40px;
    padding: 0px 15px;
} /* NOT USED */

.right-side-blog h3 {
    font-weight: 500;
    font-size: 18px;
    padding-bottom: 20px;
} /* NOT USED - DOUBLE */

.blog-categories {
    padding-bottom: 30px;
    margin-bottom: 20px;
} /* NOT USED */

.blog-categories ul li {
    line-height: 14px;
    padding: 10px 0px;
    border-top: 1px solid #f5f5f5;
} /* NOT USED */

.blog-categories ul li a {
    display: inline-block;
    text-transform: capitalize;
    width: 100%;
} /* NOT USED */

.blog-categories ul li a:hover{
	color: #3467ff;
} /* NOT USED */

.recent-box-blog {
    margin-bottom: 20px;
	display: inline-block;
} /* NOT USED */

.recent-img {
    float: left;
    position: relative;
} /* NOT USED */

.recent-img::before {
    position: absolute;
    content: '';
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #3467ff;
    opacity: 0.4;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
} /* NOT USED */

.recent-box-blog:hover .recent-img::before {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
} /* NOT USED */

.recent-info {
    display: table-cell;
    vertical-align: top;
    padding-left: 15px;
} /* NOT USED */

.recent-info ul li {
    display: inline-block;
    font-size: 11px;
    padding: 0px;
    color: #222222;
} /* NOT USED */

.recent-info h4 {
    font-size: 14px;
    padding: 0px;
    margin: 11px 0px;
    font-weight: 500;
} /* NOT USED */

.blog-tag-box ul li {
    display: inline-block;
    margin-bottom: 3px;
} /* NOT USED */

.blog-tag-box ul li a {
    padding: 5px 15px;
    display: block;
    background: #f5f5f5;
    color: #222222;
    border-radius: 6px;
} /* NOT USED */

.blog-tag-box ul li a:hover {
    color: #ffffff;
    background: #3467ff;
} /* NOT USED */

.contact-box{
	padding: 70px 0px;
}

.map-full{
    width: 100%;
    height: 550px;
    border-radius: 0px;
    margin: auto auto;
    text-align: center;
}