/*-------------------------------------------------
 =  Table of Css

 1.Isotope
 1.KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT
 3.Header
 4.General
 5.content - home sections
 6.home 2
 7.home 3
 8.home 4
 9.about page
 10.services page
 11.projects page
 12.blog pages
 13.single project page
 14.contact page
 15.error page
 16.underconstruction page
 17.tables page
 18.Shop
 19.single-product
 20.footer
 21.Responsive part
-------------------------------------------------*/
/*-------------------------------------------------------*/
/* 1. Isotope filtering
/*-------------------------------------------------------*/
.sideservice {
	border: 1px solid #ddd;
    padding: 15px;
}
.sideservice h2{
	margin-top:0;
}
.sideservice ul {
	list-style-type:none;
	padding-left:15px;
	font-size:15px;
}
.sideservice li {
	border-bottom:1px dashed #bbb;
	padding:15px 0;
}
.sideservice li:first-child {
	border-top:1px dashed #bbb;
}

.portfolio-section {
	padding:60px 0;
	text-align:center;
}
.portfolio-section h3 { 
	text-align:center; 
	text-transform:uppercase; 
	letter-spacing:2px;
	margin-top:0;
}
/*-----------------------------------------------------------------------------

KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT

Screen Stylesheet

version:    1.0
date:       07/27/11
author:     themepunch
email:      support@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/

img { max-width:100%; }

body { 
	font-family: Roboto, Helvetica, Arial, sans-serif;
	background:#fff url('../images/bg02.jpg') repeat-x top center;
	background-attachment:fixed;
}

.container { background:#fff; }

.boxedcontainer {
  max-width: 1170px;
  margin: auto;
  padding: 0px 30px;
}

.row { margin:0 20px; }
/*********************************************
    -   SETTINGS FOR BANNER CONTAINERS  -
**********************************************/
.tp-banner-container {
  width: 100%;
  position: relative;
  padding: 0;
}
.tp-banner {
  width: 100%;
  position: relative;
}
.tp-banner-fullscreen-container {
  width: 100%;
  position: relative;
  padding: 0;
}
/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/
.navbar-default {
  background: none;
  border: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin: 0;
}
.navbar-brand {
  display: inline-block;
  height: auto;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin: 0 0 30px;
  text-transform: uppercase;
  margin: 0;
  color: #222222 !important;
  font-size: 26px;
  text-transform: capitalize;
  padding: 40px 15px 36px;
  letter-spacing: 2.5px;
}
.navbar-brand span {
  color: #ffba00 !important;
}
.top-line {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  overflow: hidden;
}

.top-line-info {
  padding:5px 0;
  border-bottom: 1px solid #ddd;
  letter-spacing:2px;
}

.top-line-logo {
  padding:5px 0 10px 0;
  border-radius:10px 10px 0 0;
}

.top-line p {
  margin-bottom: 0;
}
.top-line p span,
.top-line p a {
  margin-right: 20px;
}
.top-line p span i,
.top-line p a i {
  font-size: 13px;
  color: #ffba00;
  margin-right: 10px;
}
.top-line p a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #fff;
}
.top-line ul.social-icons {
  margin: 0;
  padding: 0;
  text-align: right;
}
.top-line ul.social-icons li {
  display: inline-block;
  margin-left: 9px;
}
.top-line ul.social-icons li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 14px;
  color: #aaa;
}
.top-line ul.social-icons li a:hover {
  color: #ffba00;
}
.top-line .info { text-align:right; letter-spacing:5px; }

.top-line .intro {
	font-family: 'Dancing Script', cursive;
	font-size:30px;
}

.logo { margin:20px 0; }

.header-extras {
    float: right;
    margin: 20px 0 0;
}

.header-extras li {
	display:inline-block;
    list-style: none;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #ddd;
	vertical-align:top;
}

.header-extras .address { text-align:right; line-height:25px; font-weight:500; }

.header-extras .address span { color:#0f75bd; display:block; }

.header-extras li:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
}

.header-extras li i {
    background-color: #0f75bd;
    width: 25px;
    padding:4px 0;
    text-align: center;
    color: #fff;
	margin-right:10px;
}

.header-extras li .he-text {
    padding-left: 15px;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 1px;
	float:left;
}

.header-extras li .he-text span {
    font-weight: 600;
    text-transform: none;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
	display:block;
	color: #F18052;
}

.header-extras li a { color:#333; font-weight:500; }

.header-extras li a:hover { color:#dc7418; }

.header-extras li p { margin-bottom:5px; }

.navbar-nav {
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}


.navbar-nav > li > a {
  color: #fff !important;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  padding: 40px 15px 38px;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a.active {
  color: #000 !important;
}


.navbar-nav li.drop {
  position: relative;
}
.navbar-nav li.drop ul.dropdown {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 220px;
  background: #ffffff;
  border-top: 2px solid #ffba00;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  z-index:10000;
}
.navbar-nav li.drop ul.dropdown li {
  display: block;
  border-bottom: 1px inset;
}
.navbar-nav li.drop ul.dropdown li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  color: #222222;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px 20px;
}
.navbar-nav li.drop ul.dropdown li a:hover {
  color: #ffba00;
}
.navbar-nav li.drop ul.dropdown li:first-child {
  border-top: none;
}
.navbar-nav li.drop:hover ul.dropdown {
  opacity: 1;
  visibility: visible;
}
header.active .navbar-default {
  box-shadow: 0 0 2px #dddddd;
  -webkit-box-shadow: 0 0 2px #dddddd;
  -moz-box-shadow: 0 0 2px #dddddd;
  -o-box-shadow: 0 0 2px #dddddd;
}
header.active .top-line {
  height: 0;
  padding: 0;
}
header.active .navbar-brand {
  color: #222222 !important;
  padding: 23px 15px;
}
header.active .navbar-nav > li > a {
  color: #fff !important;
  padding: 25px;
}
header.active .navbar-nav a.open-search {
  padding: 25px 15px;
}
header.active .navbar-nav a.open-search i {
  color: #666666;
}
header.active .navbar-nav > li > a:hover,
header.active .navbar-nav > li > a.active {
  color: #000 !important;
}
/*-------------------------------------------------*/
/* =  General
/*-------------------------------------------------*/
#container {
  
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#container.active {
  opacity: 1;
}
p {
  font-size: 14px;
  color: #333;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 1.5em;
  margin: 0 0 10px;
}

h1, h2, h3 { margin-bottom:20px; }
/*-------------------------------------------------*/
/* =  content - home sections
/*-------------------------------------------------*/

#home-section .tp-caption.small_text {
  position: absolute;
  color: #fff;
  text-shadow: 1px 2px 3px #000;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  font-family: 'Roboto', sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}
#home-section .tp-caption.small_text.center-align {
  text-align: center;
}
#home-section .tp-caption.medium_thin_grey {
  font-size: 36px;
  text-shadow: 1px 2px 3px #000;
  color: #222222;
  font-family: 'Dancing Script', cursive;
  color: #fff;
  font-weight: 700;
}
#home-section .tp-caption.medium_thin_grey span {
  color: #ffba00;
}
#home-section .tp-caption.medium_thin_grey.center-align {
  text-align: center;
}
#home-section .tp-caption.finewide_medium_white {
  color: #fff;
  text-shadow: 1px 2px 3px #000;
  font-size: 46px;
  line-height: 48px;
  font-weight: 900;
  font-family: 'Roboto', sans-serif;
  background-color: none;
  text-decoration: none;
  text-transform: uppercase;
  border-width: 0px;
  border-color: transparent;
  border-style: none;
  text-align: left;
}
#home-section .tp-caption.finewide_medium_white span.color-skin {
  color: #ffba00 !important;
}
#home-section .tp-caption.finewide_medium_white span.thin-skin {
  font-weight: 700 !important;
}
#home-section .tp-caption.finewide_medium_white.center-align {
  text-align: center;
}
#home-section .tp-caption a.trans-btn {
  color: #ffffff;
  background: transparent;
  font-size: 12px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  border: 2px solid #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 0.8em 4em;
}
#home-section .tp-caption a.trans-btn:hover {
  color: #ffba00;
  background: #ffffff;
}
#home-section .tp-caption a.trans-btn2 {
  font-size: 12px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  border: 2px solid #ffba00;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 0.8em 4em;
  color: #ffffff;
  background: #ffba00;
}
#home-section .tp-caption a.trans-btn2:hover {
  color: #ffba00;
  background: transparent;
}
#home-section .slotholder:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#home-section .tp-bannertimer {
  display: none !important;
}
#home-section.slider2 .slotholder:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
a.button-one {
  color: #ffffff;
  background: transparent;
  font-size: 12px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  border: 2px solid #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 10px 35px;
}
.banner-section {
  padding: 50px 0;
  background: #ffba00;
  text-align: center;
}
.banner-section h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  margin-bottom: 0;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
}
.banner-section h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin-left: 60px;
}
.services-offer-section {
  padding: 50px 0 30px 0;
  background-image: url('../images/bg01.jpg');
  background-size: cover;
}

.services-offer-section img {
	width:100%;
	border-radius:5px;
}

.services-offer-section .service-box { margin-bottom:20px; text-align:center; }

.services-offer-section .service-box h3 { margin-bottom:10px; }

.content-section {
  padding: 50px 0 60px;
  background:#fff;
}

.content-section img { max-width:100%; }

.content-section .fa { margin-right:10px; }

/* .testimonial-section {
  padding: 40px 0 50px 0;
  margin:0 30px;
  position: relative;
  background: url('../images/bg03.jpg') fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  color:#fff;
  text-align:center;
  border-radius:10px 0 10px 0;
}

.testimonial-section h2 {
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0,0,0,.15);
	font-weight:300;
	margin-top:0;
}

.testimonial-section .container { 
	box-shadow:none; 
	background:none; 
  	position: relative;
  	z-index: 2;
	width:auto;
}
.testimonial-section .testimonial-box {
  text-align: center;
  padding-bottom: 2px;
}
.testimonial-section .testimonial-box ul.bxslider {
  margin: 0;
  padding: 0;
}
.testimonial-section .testimonial-box ul.bxslider li {
  overflow: hidden;
}
.testimonial-section .testimonial-box p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  max-width: 700px;
  margin: 0 auto;
}
.testimonial-section .testimonial-box h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  color: #ffba00;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.testimonial-section hr {
    border-style: inset;
    border-top: 1px dashed rgba(255,255,255,.25);
}

.testimonial-section .testimonial-box span {
  font-size: 13px;
  color: #666666;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  margin: 0 0 25px;
  color: #ffffff;
  font-size: 12px;
  display: inline-block;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #ffba00;
  border-color: #ffba00;
}
.testimonial-section:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.7);
}
.faqs-section {
  padding: 40px 0 60px;
  overflow: hidden;
} */
.pull-right h2 {
	margin-top:15px;
}
/*-------------------------------------------------*/
/* =  Footer
/*-------------------------------------------------*/
footer {
  background: #222222;
  border-radius:10px 10px 0 0;
}

footer a { color:#fff; }
footer a:hover { color:#fff; }

footer .up-footer {
  padding: 50px 0 40px;
}
footer .up-footer h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #ffffff;
}
footer .up-footer p {
  color: #ffffff;
}
footer .up-footer img {
  /*margin-top: 20px;*/
}
footer .up-footer ul.navigation {
  margin: 0;
  padding: 0;
}
footer .up-footer ul.navigation li {
  list-style: none;
  margin-bottom: 5px;
}
footer .up-footer ul.navigation li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-family: 'Roboto', sans-serif;
  color: rgba(255, 255, 255, 0.9);
}
footer .up-footer ul.navigation li a:hover {
  color: #fc5503;
}

footer .up-footer .info-widget p {
  margin-bottom: 5px;
}
footer .up-footer .info-widget p i {
  color: #fc5503;
  margin-right:5px;
}
footer .up-footer .info-widget p.first-par {
  margin-bottom: 20px;
}
footer p.copyright {
  padding: 25px 0;
  background: #111111;
/*  text-transform: uppercase;*/
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  text-align: center;
  margin: 0;
}
footer p.address {
	display:flex;
}
.logo-wrapper {
  overflow: hidden;
}

.logo-in {
  padding: 5px 2px 5px 18px;
}


.logo img { max-width:100%; }

.logo-text {
	font-size: 40px;
    color: #222222 !important;
    font-family: Roboto;
    font-weight: 300;
	text-align:center;
	display:block;
	text-decoration:none;
	margin:5px 0;
}

.logo-text span { color:#fc5503 !important; font-size:60px; text-transform:uppercase; }

.logo-text:hover { text-decoration:none; }

.real_menu { background:#f1592a; }


.button {
    display: inline-block;
    cursor: pointer;
    outline: 0;
    margin: 5px;
    padding: 10px 15px;
    font-size: 14px;
    background-color: #0099cc;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
	border-radius:3px;
}

.button:hover {
    background-color: #444;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
	text-decoration:none;
	transition:0.5s;
}

.button-orange { background-color:#fc5503; }
.button-wine { background-color:#9e0b0f; }

.promo { 
	background:#e1e1e1;
	padding:35px 0;
	font-weight:500;
}

.promo h3 {
    font-weight: 600;
    margin: 0 0 7px;
	text-transform:uppercase;
	letter-spacing:3px;
	font-size:25px;
	color:#0099cc;
	text-shadow:0 1px 0 #fff;
}

.promo span {
    display: block;
    color: #444;
    font-size: 16px;
	font-style:italic;
	text-shadow:0 1px 0 #fff;
}

.promo .button { margin-top:10px; }

.portfolio-section .button {  }

.footer-map { border:0; width:90%; height:150px; margin-bottom:20px; }

.navbar-default .navbar-toggle .icon-bar { background-color:#fff; }

#Container .mix { display: none; }

.header-img {
    display: block;
    height: 400px;
    background-size:cover;
	background-image:url('../images/header01.jpg');
	background-position:center left;
}

input[type="text"], input[type="email"], input[type="tel"], textarea, select {
	width:100%; margin-bottom:15px; border:1px solid #ccc; border-radius:3px; padding:7px 10px;	
}

textarea { height:100px; }

.portfolio-section p {
	padding:20px 15%;
}
.services-offer-section p {
	text-align:justify;
}
.services-offer-section h3{
	color:#fc5503;
}
/*-------------------------------------------------*/
/* =  Responsive Part
/*-------------------------------------------------*/

@media (min-width:1200px) { .container { width:1200px; padding:0 20px; } }


@media (min-width: 768px) {
  
  .navbar-nav>li {
    float: none;
    display: inline-block;
  }

  .navbar-nav {
    margin:  0 auto;
    width: 95%;
    text-align: center;
  }
  
  .navbar-header{
	height:40px;
  }
  
  .navbar-nav > li > a {
    line-height: 20px;
    padding: 10px 12px;
  }
  
  header.active .navbar-nav > li > a { padding: 20px 10px; }
	
}

@media (max-width: 1199px) {

}
@media (max-width: 991px) {
  .top-line, .top-line .info,
  .top-line ul.social-icons {
    text-align: center;
  }
  .top-line p span {
    display: inline-block;
    margin-bottom: 7px;
  }
  .navbar-nav > li > a {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .footer-widget {
    margin-bottom: 30px;
  }
  .contact-info {
    margin-bottom: 30px;
  }
  .header-extras { float:none; }
  .header-extras { margin-left:0 !important; padding-left:0 !important; }
  .header-extras li { float:none; display:inline-block; margin-left:0; border-left:none; padding:0 10px; }
  .header-extras .address { display:none; }
  .header-extras li i { padding:0; background:none; color:#dc7418; margin-right:0; }
  .portfolio-item {
	  height: 150px;
	  width: 33%;
	}
	.top-line .intro { font-size:22px; }
	.top-line .info { letter-spacing:0; }
	  .logo { margin-bottom:0; }
}
@media (max-width: 767px) {

  .navbar-brand {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .navbar-default .navbar-toggle {
    margin-top: 13px;
  }
  .navbar-nav > li > a {
    padding: 5px 15px !important;
  }
  .navbar-nav > li.search {
    display: none;
  }
  .navbar-nav > li.drop ul.dropdown {
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
    padding: 0;
    border: none;
    visibility: visible;
    opacity: 1;
  }
  .navbar-nav > li.drop ul.dropdown li a {
    padding: 5px 20px;
    text-transform: inherit;
  }
  .header-img { height:200px; }

}
@media (max-width: 500px) {
  section { max-width: 100%; float: none;}
  .logo { width:100%; padding:0; }
  
  .logo-text { font-size:30px;}
  
  .promo h3 { letter-spacing:1px; }
  .header-img { height:150px; }
}

@media (max-width: 489px) {
.logo-text span { font-size:45px;}
/*#home-section { margin-top: 270px; }*/
}

@media (max-width: 390px) {
	.logo-text span { font-size:35px;}
	/*#home-section { margin-top: 250px; }*/
}

.servicesoffer a{
	text-decoration:none;
}