/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: flexible
Description: The default skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
*/

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
	margin-bottom:10px;
	-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
	-moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
	box-shadow: 0px 1px 5px 0px #4a4a4a;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	position:absolute;
	left:50%;
	bottom:-42px;
    margin-left:-40px; /* Tweak this to center bullets */
}
.theme-default .nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}
.borderDots img{
	float: left;
	margin: 0 47px;
}
.borderDots{
	margin-bottom: 70px;
}
.front-boxes .col-lg-4{
	padding: 0 2px;
}
.front-boxes .box{
	min-height: 400px;
}
.margin0{
	margin: 0;
}
.padding0{
	padding: 0;
}
button.navbar-toggle span{
	background: #000;
}
.navbar{
	margin-bottom: 0;
	min-height: 30px;
}
.team-boxes .col-lg-4{
	padding: 0 2px;
}
.team-boxes .col-lg-4 img{
	float: left;
	margin: 0 5px 5px 0;
}
.team-boxes .col-lg-4 p{
	line-height: 15px;
}
.team-boxes .col-lg-4 .box{
	min-height: 500px;
	margin-bottom: 4px;
}
p {
	margin: 10px 0;
}
.testemonials .col-lg-12{
	margin-bottom: 2px;
}
.testemonials .col-lg-12 img{
	float: right;
	margin: 10px;
}
.contact-box .col-lg-6{
	padding: 0 2px;
}
.contact-box  .box{
	min-height: 550px;
}
.contact-box  iframe{
	max-width: 100%;
}
.footer-menu{
	display: table;
	margin: 0 auto;
}
.footer-menu li{
	float: left;
	list-style: none;
	padding: 0;

}
.footer-menu .menu-item-119 span{
	display: none;
}
.img-centered{
	margin: 0 auto;
	display: block;
}
.gallery-box .box{
	min-height: 470px;
}
.gallery-box .box img{
	width: auto;
}
.gallery-box .col-lg-4{
	padding: 0 2px;
}
.grid-padding{
	padding: 0 2px;
}
.page-template-reclads-php .gallery-box .col-lg-4:first-child .box{
	min-height: 340px;
}
.page-template-small-alternations .gallery-box .col-lg-4:first-child .box img{
	width: 151px;
}
.page-template-small-alternations .gallery-box .col-lg-4 .box{
	min-height: 335px;
}
/*.page-template-small-alternations .gallery-box .col-lg-4:nth-last-child(-n+3) .box{
	min-height: 335px;
}*/
.page-template-services .box{
	min-height: 277px;
}
input{
	max-width: 100%;
}
textarea{
	max-width: 100%;
}
#lightbox, #outerImageContainer, #lightbox img, #imageDataContainer{
	max-width: 100% !important;
}
@media only screen and (max-width : 768px) {
	ul.MenuBarHorizontal li{
		float: none;
	}
	.navbar-collapse.in {
		overflow-y: visible;
	}
	ul.MenuBarHorizontal ul.MenuBarSubmenuVisible{
		left: 100%;
	}
}
@media only screen and (max-width : 1200px) {
	.team-boxes .col-lg-4 .box{
		min-height: inherit;
	}
	.front-boxes .box{
		min-height:initial;
	}
}
@media only screen and (max-width : 992px) {
	.borderDots img{
		float: none;
		margin: 0 auto;
		margin-bottom: 20px;
	}	
}