/* Theme Name: Sonovision Design 5
Theme URI:Author:Sean Canlas
Author URI:Description:A custom made theme for Sonovision Group. It uses Bootstrap and is responsive so it is also mobile ready.
Version:1.0
License:GNU General Public License v2 or later
License URI:http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:sonovision

This theme, like WordPress, is licensed under the GPL.
It is a custom made theme for Sonovision Group. */

/* @import url("bootstrap/css/bootstrap.css");
*/
body {
	background: #f5f5f5;
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	margin-top: -15px;
	height: 100% !important;
}

html {
	overflow-x: hidden;
}


img {-ms-interpolation-mode: nearest-neighbor;}

/* Start of 767px Section */
@media (max-width:767px) {
	.logo {
		padding: 7px;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background: white;
	}
	.navbar-toggle:hover {
		background: white !important;
	}
	.navbar-toggle:hover .icon-bar {
		background: #009fe3;
	}
	.navbar-toggle:active {
		background: white !important;
	}
	.navbar-toggle:active .icon-bar {
		background: #009fe3;
	}
	.navbar-toggle:focus {
		background: white !important;
	}
	.navbar-toggle:focus .icon-bar {
		background: #009fe3;
	}
	.navbar-toggle {
		border: 0;
	}
	.navbar {
		background: #f5f5f5;
	}
	.navbar-sonovision {
		color: white;
		background: #009fe3;
	}
	.navbar-default .navbar-nav > li > a {
		color: white;
		font-weight: 300;
	}
	#wpgmza_map {
		width: 100% !important;
	}
	.carousel-caption h1 {
		font-size: 48px !important;
	}
	.right-col {
		padding-left: 0;
		padding-right: 0;
	}
	.left-col {
		padding-left: 0;
		padding-right: 0;
	}
	.footer {
		color: white;
		margin-top: 130px;
		height: 440px;
		width: 100%;
		background: #009fe3;          /* #009fe3 THE BLUE TO USE AS WELL */
		padding-top: 18px;
		text-align: center;
		font-weight: 200;
		font-size: 14px;
	}
	.copyright-footer {
		padding-top: 10px;
		height: 40px;
		width: 100%;
		text-align: center;
		background: #0079ad;
		color: white;
		font-weight: 200;
		font-size: 14px;
	}
	/* End of the 767px Section */
}

/* Start of the 768px Section */
@media (min-width:768px) {
	.right-col {
		padding-left: 0;
		padding-right: 0;
	}
	.left-col {
		padding-right: 0;
		padding-left: 0;
	}
	.logo {
		margin-top: -7px;
		padding-bottom: 7px;
	}
	.navbar {
		height: 60px;
		font-size: 16px;
		border-radius: 0;
		border-color: none;
	}
	.navbar .navbar-nav {
		padding-top: 3px;
	}
	.navbar .navbar-collapse {
		text-align: center;
	}
	.menu-row {
		margin-top: 20px;
	}
	.navbar-sonovision {
		margin-top: 20px;
		color: white;
		background: #009fe3;
	}
	.navbar-sonovision a {
		color: white;
		font-weight: 300;
	}
	.navbar-default .navbar-nav > li > a {
		color: white;
		transition: all .11s ease-in;
		-webkit-transition: all .11s ease-in;
		-moz-transition: all .11s ease-in;
		-o-transition: all .11s ease-in;
	}
	.navbar-default .navbar-nav > li > a:hover {
		color: #a0a0a0;
	}
	.col-md-4 {
		padding-left: 0;
	}
	.footer {
		color: white;
		margin-top: 130px;
		height: 420px;
		width: 100%;
		background: #009fe3; /* THE BLUE TO USE AS WELL */
		padding-top: 18px;
		text-align: center;
		font-weight: 200;
		font-size: 14px;
	}
	.copyright-footer {
		padding-top: 10px;
		height: 40px;
		width: 100%;
		text-align: center;
		background: #0079ad;
		color: white;
		font-weight: 200;
		font-size: 14px;
	}

	/* End of the 768px Section */
}

/* Start of the 992px Section */
@media (min-width:992px) {
	body {
		font-size: 17px;
		font-weight: 400;
	}
	p {
		font-family: "Helvetica", Arial, sans-serif;
	}
	.news-feed {
		height: 600px;
		border: 1px solid;
		border-color: #ddd;
		border-color: rgba(0, 0, 0, 0.05);
		background: white;
		overflow: hidden;
		font-size: 16px;
	}
	.news-feed-articles {
		overflow: auto;
		height: 520px;
		width: 275px;
		padding-right: 30px;
	}
	.news-feed-articles p {
		font-size: 16px;
	}
	.text > h4 {
		font-weight: bold;
	}
	.main-content {
		min-height: 850px;
	}
	.menu-btn {
		font-size: 13px;
	}
	.social {
		background: white;
		padding-top: 10px;
		border: 1px solid;
		border-color: #ddd;
		border-color: rgba(0, 0, 0, 0.05);
		height: 120px;
	}
	.right-col {
		padding-left: 10px;
		padding-right: 0;
	}
	.left-col {
		padding-right: 10px;
	}
	.footer {
		color: white;
		margin-top: 130px;
		height: 220px;
		width: 100%;
		background: #009fe3; /* THE BLUE TO USE AS WELL */
		padding-top: 18px;
		text-align: left;
		font-weight: 200;
		font-size: 14px;
	}
	.copyright-footer {
		padding-top: 10px;
		height: 40px;
		width: 100%;
		text-align: center;
		background: #0079ad;
		color: white;
		font-weight: 200;
		font-size: 14px;
	}

	/* End of the 992px Section */
}

/* Start of 1200px Section */
@media (min-width:1200px) {
	.menu-btn {
		font-size: 16px;
	}

	/* End of 1200px Section */
}

/* Start of random global CSS that isn't media dependant */
.nav > li > a {
	padding: 15px 7px;
}
.dropdown-menu {
	color: black;
}
#carousel {
	height: 300px;
}
.item {
	height: 300px;
}
.carousel-caption {
	bottom: 60px;
	width: 100%;
	left: 0px !important;
	float: left;
	background: rgba(0, 0, 0, .7);
}
.carousel-caption h1 {
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-weight: 100;
	font-size: 50px;
	margin: 0 auto;
}
.carousel-caption p {
	font-weight: 300;
	font-size: 18px;
	font-family: "Helvetica Neue", Arial, sans-serif;
	margin: 0 auto;
}
.content-title {
	margin-top: 0;
}

.footer ul {
	list-style: none;
}

.footer a {
	color: white;
}

.list-group-item {
	border-color: rgba(0, 0, 0, 0.05);
}
.list-group-item:first-child {
	border-radius: 0;
}
.list-group-item:last-child {
	border-radius: 0;
}
ul.nav li.dropdown:hover ul.dropdown-menu {
	display: block;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background: none;
	color: #bebebe;
}
.menu-btn a:hover {
	background: none;
	color: #bebebe !important;
}


.lang-form {
	margin-top: 10px;
	border-radius: 0;
}
.lang-form select {
	background: #009fe3;
	border-radius: 0;
	border-color: #27527c;
	color: white;
	-webkit-appearance: none;
}
.row {
	margin-left: -8px;
	margin-right: -8px;
}
h1 small {
	color: #336699;
}
.page-header > h1 {
	color: #18324c;
}
.row h3 {
	color: #18324c;
}
.social img {
	height: 36px;
	width: 36px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0px;
}
.social a:hover {
	text-decoration: none;
}

/* .social img:hover {
	height: 38px;
	width: 38px;
	margin-bottom: 4px;
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 0px;
}
*/
.four-oh-four h1 {
	font-family: "Helvetica Neue", sans-serif;
	font-weight: 300;
	font-size: 48px;
}
.left-col {
	padding-left: 0;
}
.right-col {
	padding-right: 0;
}
.form-control {
	width: 100% !important;
}
#cntctfrm_contact_form > .col-md-12 {
	padding-left: 0 !important;
}
#cntctfrm_contact_form > div > label {
	color: #18324c !important;
	padding-top: 14px;
}
#cntctfrm_contact_form > div > input[type="submit"] {
	color: white;
	background: #009fe3;
}
#cntctfrm_contact_form > p > .form-control {
	width: 80% !important;
}
#cntctfrm_contact_form > div > textarea {
	min-height: 150px;
}
a.list-group-item {
	transition: all .11s ease-in;
	-webkit-transition: all .11s ease-in;
	-moz-transition: all .11s ease-in;
	-o-transition: all .11s ease-in;
}
a.list-group-item:hover {
	color: white;
	background: #009fe3 !important;
}
#cntctfrm_contact_attachment {
	height: 50px;
}
.news-thumb {
	width: 50%;
	height: 50%;
}
.text {
	padding-bottom: 18px;
	border-bottom: 1px solid;
	border-color: #e5e5e5;
}
.dropdown-menu > .menu-item a {
	transition: all .11s ease-in;
	-webkit-transition: all .11s ease-in;
	-moz-transition: all .11s ease-in;
	-o-transition: all .11s ease-in;
}
.dropdown-menu > .menu-item a:hover {
	color: white !important;
	background: #009fe3 !important;
}
.dropdown-menu > .active > a {
	color: white !important;
	background: #009fe3 !important;
}
@media(min-height:767px) {
	.four-oh-four {
		padding-top: 200px;
		height: 600px;
	}
}
@media(min-height:899px) {
	.four-oh-four {
		padding-top: 200px;
		height: 800px;
	}
}
@media(min-height:1079px) {
	.four-oh-four {
		padding-top: 200px;
		height: 900px;
	}
}

.badge {
	background: #009fe3 !important;
	margin-left: 3px !important;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: white;
	background: #009fe3;
}

.dropdown-menu {
	text-align: left !important;
}

.footer-link {
	color: white;
}

.footer-link:hover {
	color: white;
	text-decoration: underline;
}

.inquiries {
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	filter: progId:DXImageTransform.Microsoft.BasicImage(rotation=3);
	background: #009fe3;
	position: fixed;
	left: -82px;
	top: 45%;
	height: 26px;
	width: 190px;
	text-align: center;
	font-weight: 200;
	font-size: 16px;
	z-index: 100;
}

.dropdown-header {
    font-size: 14px !important;
    font-weight: 600;
}


/* End of the random global CSS that isn't media dependant */
