/* ==================================================================
Media Queries
================================================================== */

/* ==================================================================
Desktop
================================================================== */
@media only screen and (min-width: 979px) {
	/* ==================================================================
	ScrollBar
	================================================================== */

	::-webkit-scrollbar {
 width: 8px;
}
	 
	::-webkit-scrollbar-track {
 -webkit-box-shadow: none;
 -webkit-border-radius: 0px;
 border-radius: 0px;
}
	 
	::-webkit-scrollbar-thumb {
 -webkit-border-radius: 0px;
 border-radius: 0px;
 background: rgba(180,180,180,0.8);
 -webkit-box-shadow: none;
}

	::-webkit-scrollbar-thumb:window-inactive {
 background: rgba(180,180,180,0.4);
}
}

/* ==================================================================
Tablet Portrait size to Tablet Landscape (devices and browsers)
================================================================== */
@media only screen and (min-width: 768px) and (max-width: 979px) {
/* ==================================================================
	Portfolio
	================================================================== */

.portfolio .portfolio-item {
	height: 149px;
}
}

/* ==================================================================
All Mobile Sizes (devices and browsers)
================================================================== */
@media only screen and (max-width: 767px) {
#quote {
	font-weight: 400;
	color: #696969;
	font-size: 24px;
	line-height: 31px;
	text-align: center;
	letter-spacing: -1px;
}
.fixed {
	position: relative !important;
	width: inherit;
	height: inherit;
	background: none
}
img#mobile {
	display: block !important;
}
img#no-mobile {
	display: none !important;
}
body {
	overflow: visible;
}
section {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 50;
	overflow: visible;
	float: left;
}
#fb-widget {
	width: 100%;
	height: 240px;
	margin-top: 10px;
	background: #fff;
}
#verticalTab .content-holder {
	padding: 0 0 10px 0 !important;
	border: 0 !important;
	margin-right: 25px;
	margin: 0;
}
a.fancybox {
	width: 29%;
}
section .container {
	padding-top: 40px;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
section .container .row {
	padding: 0 25px !important;
}
section .container .row .row {
	padding: 0 !important;
}
section > .container {
	padding-bottom: 40px;
	min-height: 0 !important;
}
h1.title {
	font-size: 23px
}
#portfolio {
	overflow: hidden;
}

table#fixtures-mobile { display:block }
table.fixtures, table.fixtures.two, table.fixtures.main { display:none }

/* ==================================================================
	Main Navigation
	================================================================== */
	
nav#main-nav {
	height: auto !important;
	width: 100%;
	overflow-x: hidden;
	background: rgba(0,0,0,0.7);
}
nav#main-nav ul {
	display: none;
	clear: both;
}
nav#main-nav > ul {
	display: none;
	background: #333333;
	width: 100%;
	height: auto;
	margin-right: 0px;
}
nav#main-nav h1 {
	display: none
}
nav#main-nav a.logo {
	margin: 7px 5px 2px 7px;
}
nav#main-nav a.logo img {
	max-height: 35px;
}
nav#main-nav > ul li {
	width: 100%;
	float: left;
	position: relative;
	border-top: 1px solid #3d3d3d;
	background: #222;
}
nav#main-nav > ul li a {
	color: #ffffff;
	padding: 15px 20px;
	width: 100%;
}
nav#main-nav ul li a.active {
	color: #ffffff;
}
nav#main-nav .padd, #copyright, nav hr {
	display: none
}
/* ==================================================================
	Responsive Navigation
	================================================================== */

#main-nav #responsive-nav {
	display: block;
}
/* ==================================================================
	Intro
	================================================================== */
.container {
	margin-right: auto !important;
	margin-left: auto !important;
	margin-top: 30px;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
.container:before {
	padding-top: 20px !important;
}
#intro {
	padding-top: 0px;
}
#intro .container {
	padding-top: 50px;
}
/* ==================================================================
	Services
	================================================================== */

.features .feature-box .box-content {
	margin-bottom: 30px;
}
.features-list {
	margin-bottom: 30px;
}
/* ==================================================================
	Portfolio
	================================================================== */

.single-portfolio .image-container,  .single-portfolio .video-container,  .single-portfolio .gallery-container {
	margin-bottom: 30px;
}
.single-portfolio .gallery-container {
	min-height: 200px;
}
/* ==================================================================
	Contacts
	================================================================== */
.contact-form, .contact-info {
	margin-bottom: 20px;
}
}

/* ==================================================================
Mobile Landscape Size to Tablet Portrait (devices and browsers)
================================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.container {
	width: 460px;
}
/* ==================================================================
	Portfolio
	================================================================== */
.portfolio .portfolio-item {
	height: 300px;
}
}

/* ==================================================================
Mobile Portrait Size to Mobile Landscape Size (devices and browsers)
================================================================== */
@media only screen and (max-width: 479px) {
.container {
	width: 300px;
}
/* ==================================================================
	Portfolio
	================================================================== */
.portfolio .portfolio-item {
	height: 196px;
}
}
 @media only screen and (max-width: 1239px) and (min-width: 768px) {
a.logo img {
	width: 100%
}
}
@media only screen and (max-width: 1366px) and (min-width: 769px) {
section {
	width: 77%;
}
}
