/*-------------------------------------------------
 =  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
/*-------------------------------------------------------*/

.header-extras .fa-map-marker,
.header-extras .fa-phone {
	color:#ea9c00;
    font-size: 34px !important;
}
.header-extras {
    float: right;
    margin: 40px 0 0;
}

.header-extras li {
    float: left;
    margin-left: 20px;
    height: 40px;
    overflow: hidden;
    list-style: none;
	color:#fff;
}

.header-extras li {
    margin-left: 30px;
    padding-left: 30px;
	border-left: 1px dashed #ea9c00;
}

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

.header-extras li i {
    margin-top: 0 !important;
	float:left;
}

.header-extras li .he-text {
    padding-left: 15px;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    color: #000;
    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: #fff;
}
.header-extras li .he-text a {
    font-weight: 600;
    text-transform: none;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
	display:block;
	color: #000;
	text-decoration:none !important;
}
.header-extras li .he-text a:hover {
	color:#333;	
}
.pull-right {
	text-align:justify;
}
.pull-right a {
	color:#333;
}
.sideservice {
	border: 1px solid #bbb;
    padding: 15px;
}
ol, ul {
	font-size: 14px;
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 1.5em;
    margin: 0 0 10px;
}
/*-----------------------------------------------------------------------------

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
-----------------------------------------------------------------------------*/
.boxedcontainer {
  max-width: 1170px;
  margin: auto;
  padding: 0px 30px;
}
.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;
}
.navbar-default {
  background: #fff;
  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 {
  padding: 14px 0 20px 0;
  background: #f8f8f8;
  border-bottom: 1px solid #f0f0f0;
  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 {
  background: #b62d4a;
  border-bottom: 1px solid #f0f0f0;
  padding: 7px 0;
  text-align:center;
}
.top-line-info p{ 
	color:#fff;
}
.top-line-logo {  
  background: #f1f1f1;
  border-bottom: 4px double #ea9c00;
}
.grey_border1 {
    left: 3px;
    right: 3px;
    border: 4px double #ea9c00;
    content: '';
    display: block;
    z-index: 2;
	margin: 10px 15px 0;
}
.grey_border2 {
    left: 3px;
    right: 3px;
    border: 4px double #ea9c00;
    content: '';
    display: block;
    z-index: 2;
	margin: 10px 15px 20px;
	border-top:none;
}
.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: #666666;
}
.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: #000 !important;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  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 #000;
  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;
}
.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: #000;
}
.navbar-nav li.drop ul.dropdown li:first-child {
  border-top: none;
}
.navbar-nav li.drop:hover ul.dropdown {
  opacity: 1;
  visibility: visible;
}
.real_menu { background: #ea9c00;
    margin-bottom: 1px;
}

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: #000 !important;
  padding: 15px 15px;
}
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;
}
.main-section h2 {
	color:#ea9c00;
}
#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 20px;
}
h1, h2, h3 { margin:0 0 20px; }

#home-section {
  margin-top: 180px;
}
#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;
  color: #222222;
  font-family: 'Dancing Script', cursive;
  color: #fff;
  font-weight: 700;
  text-shadow: 1px 2px 3px #000;
}
#home-section .tp-caption.medium_thin_grey span {
  /*color: #ea9c00; */
}
#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: 40px;
  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: #ea9c00 !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: #ea9c00;
  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 #ea9c00;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 0.8em 4em;
  color: #ffffff;
  background: #ea9c00;
}
#home-section .tp-caption a.trans-btn2:hover {
  color: #ea9c00;
  background: transparent;
}
#home-section .slotholder:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.3);
  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;
}
.main-section {
  padding: 20px 15px;
}
footer {
  background: #222222;
}
footer .up-footer {
  padding: 40px 0 0;
}
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: 30px;
  text-transform: uppercase;
  color: #ffffff;
}
footer .up-footer p {
  color: #ffffff;
}
footer .up-footer img {
  margin-bottom: 20px;
}
footer .up-footer ul.navigation {
  margin: 0;
  padding: 0;
}
footer .up-footer ul.navigation li {
  list-style: none;
  margin-bottom: 5px;
  padding: 8px 3px;
  border-top: 1px solid #505050;
}
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);
  font-size: 13px;
}
footer .up-footer ul.navigation li a:hover {
  color: #ea9c00;
}
footer .fa{
	color: #ea9c00;
}
footer .up-footer .info-widget p {
  margin-bottom: 5px;
}
footer .up-footer .info-widget p.first-par {
  margin-bottom: 20px;
}
footer p.copyright {
  padding: 25px 0;
  background: #111111;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  text-align: center;
  margin: 0;
}
footer a { color:#fff; }
footer a:hover { color:#fff; text-decoration:none;}

.logo-wrapper {
  overflow: hidden;
}

.logo-in {
  padding: 5px 2px 5px 18px;
}
#Container .mix{ display: none; }

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

.button {
    display: inline-block;
    cursor: pointer;
    outline: 0;
    white-space: nowrap;
    margin: 5px;
    padding: 0 22px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    background-color: #ea9c00;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
	border-radius: 3px;
    border-bottom: 3px solid rgba(0,0,0,.15);
}

.button:hover {
	color:#fff;
	text-decoration:none;
    opacity: .9;
}

.service { text-align:center; }
.service img { width:100%; border-radius:3px; margin-bottom:20px; }
.grey_border {
    left: 3px;
    right: 3px;
    border: 4px double #ea9c00;
    content: '';
    display: block;
    z-index: 2;
	padding:50px 0;
	 transition: all 2s ease;
}
.grey_border3 {
    left: 3px;
    right: 3px;
    border: 4px double #ea9c00;
    content: '';
    display: block;
    z-index: 2;
	padding:50px 0;
	 transition: all 2s ease;
}
.grey_border:hover {
    border: 4px double rgba(34,34,34,0.65);
	-webkit-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}

.service{
	margin:20px 0;
}

	.box_bordered {
		position: relative;
		margin: 0;
		overflow: hidden;
		min-height: 400px;
		padding: 0;
	}

	.content_box {
		position: relative;
		z-index: 1;
	}
	.border_hover a {
		position: absolute;
		display: block;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 3;
	}
	.content_box i:before {
		font-size: 80px;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.box_bordered:hover .content_box i:before  {
		font-size: 150px;
	}
	.content_box i {
		display: inline-block;
		margin-bottom: 0;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.box_bordered:hover .content_box i {
		margin-bottom: 0;
	}

	.border_hover:before {
		border: 15px solid rgba(234, 156, 0,0.5);
		content: "";
		display: block;
		top: 5px;
		bottom: 5px;
		left: 5px;
		right: 5px;
		position: absolute;
		z-index: 2;
		transition:1s all;
		opacity: 1;
	}

	.border_hover:hover:before {
		top: 5px;
		left: 5px;
		right: 5px;
		bottom: 5px;
		border: 1px solid rgba(234, 156, 0,0.9);
	}

	.border_hover:after {
		position: absolute;
		display: block;
		content: "";
		top: 35px;
		left: 35px;
		right: 35px;
		bottom: 35px;
		z-index: 1;
		opacity: 1;
		transition:0.3s all;
		border: 7px solid #fff;
	}

	.border_hover:hover:after {
		opacity: 0;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
	.border_hover:hover .box_content {
		opacity: 1;
	}
	.border_hover {
		color: #fff;
		padding: 0!important
	}
	.border_hover:hover h4 {
		opacity: 0;
		transform:translateY(100px)
	}
	.border_hover h4 {
		position: absolute;
		margin: auto;
		text-align: center;
		width: 100%;
		height: 100%;
		display: flex;
		transition:0.4s all;
		z-index: 2;
		display: none
	}
		.border_hover h4 span {
			margin: auto;
			display: inline-block;
			background: rgba(255,255,255,0.6);
			padding: 2px 10px;
			position: relative;	
			color: #000
		}
			.border_hover h4 span:before {
				content: "";
				display: block;
				position: absolute;
				border: 1px solid rgba(255,255,255,0.18);
				top: -5px;
				bottom: -5px;
				left: -5px;
				right: -5px;
				z-index: 0
			}
		.border_hover .content_box {
			position: absolute;
			left: 45px;
			right: 45px;
			top: 45px;
			bottom: 45px;
			z-index: 2;
			opacity: 1;
			transition:0.3s all;
			padding: 20px;
			text-align: center;
			color: #fff;

		}
	
		.title_line p {
			position: relative!important;
			font:italic 400 14px Playfair Display, Arial;
			text-transform: none;
			margin-top: 10px;
			margin-left: auto;
			margin-right: auto;
			margin-bottom:5px;
			padding-left: 20px;
			padding-right: 20px;
			color:#fff;
			text-shadow: 1px 2px 3px #000;
		}
		.img_hov:before {
			display: block;
			position: absolute;
			background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
			background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
			background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
			min-height: 250px;
			width: 100%;
			content: '';
			bottom: 0;
			opacity: 0;
			-webkit-transition: all 0.3s;
			-o-transition: all 0.3s;
			transition: all 0.3s;
		}
			.box_bordered:hover .img_hov:before {
				opacity: 1;
			}
		.title_line h3 {
			position: relative;
			color: #fff;
			font: 700 22px Dosis, Arial;
			margin-bottom: 0;
			text-shadow: 1px 2px 3px #000;
		}
		.title_line h2 {
			position: relative;
			font: 700 34px Dosis, Arial;
			margin-bottom: 30px;
		}
			.title_line h2:after {
				display: none;
			}

		.title_line {
			position: absolute;
			bottom: 0;
			width: 100%;
			left: 0;
		}
		.bordered_zoom .content_box .btn {
			position: relative;
			z-index: 3
		}
		.border_hover:hover .content_box p {
			opacity: 1
		}
		.border_hover:hover .content_box {
			left: 26px;
			right: 26px;
			top: 6px;
			bottom: 26px

		}
		.border_hover .img_hov {
			width: 100%;
			height: 100%;
			position: absolute;
			transform:scale(1.1);
			transition:1s all;
			background:#333;
			opacity:0.5;
		}
		.border_hover:hover .img_hov {
			transform:scale(1);
			opacity:0.5;
		}
		.border_hover:hover .title_line p {
			text-shadow:1px 2px 3px #000;
		}
		.border_hover:hover .title_line h3 {
			text-shadow:1px 2px 3px #000;
		}
.image_box1 {
	background:url('../images/company.jpg');
	background-repeat-x: no-repeat;
	background-repeat-y: no-repeat;
}
.image_box2 {
	background:url('../images/floor.jpg');
	background-repeat-x: no-repeat;
	background-repeat-y: no-repeat;
}
.image_box3 {
	background:url('../images/sand.jpg');
	background-repeat-x: no-repeat;
	background-repeat-y: no-repeat;
}
.image_box4 {
	background:url('../images/painting.jpg');
	background-repeat-x: no-repeat;
	background-repeat-y: no-repeat;
}

.tbox {
	border:2px solid #b62d4a;
	padding:20px 0;
}
.tbox ul{
	z-index:2;
	list-style-type:none;
	padding-left:0;
}
input[type="text"], input[type="email"], input[type="tel"], textarea, select {
	width:100%; margin-bottom:15px; border:1px solid #ccc; border-radius:3px; padding:5px 10px;	
}
#owl-example .item img {
    width: 100%;
    display: inline-block!important;
    margin: 10px 0;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}
textarea { height:100px; }
/*-------------------------------------------------*/
/* =  Responsive Part
/*-------------------------------------------------*/
@media (max-width: 767px){
	.logo-in {
    	text-align: center;
	}
	.hideatsmall {
		display:none;
	}
}

@media (min-width: 768px) {
  .logo-in {
    	text-align: right;
	}

  .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:12px 15px;
	    border-right: 1px dashed #ffebc4;
  }
  .navbar-nav > li:first-child > a {
   
	    border-left: 1px dashed #ffebc4;
  }
	
}

@media (max-width:1300px) {
  .carousel-content { top:15%; left:10%; right:10%; }
}

@media (max-width: 1199px) {
	
img { max-width:100%; }
	#home-section {
		margin-top: 240px;
	}
  .navbar-nav > li > a {
    padding: 17px 10px !important;
	    text-transform: inherit;
  }
}
@media (max-width: 991px) {
	
  .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

   .navbar-collapse.collapse.in {  /* NEW */
        display: block!important; 
    }
/*----------------------------*/
  .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;
  }
/*---------------------------*/

  .top-line,
  .top-line ul.social-icons {
	margin: 0;
    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;
  }
  .navbar-nav a.open-search {
    padding-left: 7px !important;
    padding-right: 15px;
  }
  #home-section {
    margin-top: 265px;
  }
	.header-extras li:first-child {
		margin-left: 30px;
		padding-left: 30px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
  .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
		float: left !important;
    }
    .navbar-nav {
        float: none!important;
		margin: 7.5px 0;
		height: 340px;
		width: 100%;
		overflow: scroll;
    }
    .navbar-nav>li {
        float: none;
		text-align:left;
		width: 100%;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
   .navbar-collapse.collapse.in {
        display: block!important; 
    }
}

@media (max-width: 767px) {
	.header-extras {
    float: none;
	}
  .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;
  }
  #home-section {
    margin-top: 380px;
  }
}
@media (max-width: 500px) {
	#home-section { 
	  margin-top: 430px;
	}
  h1 { font-size: 1.5em; }
  section { max-width: 100%; float: none; }
  .logo { width:90%; max-width:100%; }
}

@media (max-width: 371px){
	#home-section { 
	  margin-top: 400px;
	}
}
