/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{}
#sb-container{position:fixed;margin:0;padding:0;top:0;left:0;z-index:1200!important;text-align:left;visibility:hidden;display:none;}
#sb-overlay{position:relative;height:100%;width:100%;}
#sb-wrapper{position:absolute;visibility:hidden;width:100px;}
#sb-wrapper-inner{position:relative;border:1px solid #ccc;overflow:hidden;height:100px;}
#sb-body{position:relative;height:100%;}
#sb-body-inner{position:absolute;height:100%;width:100%;}
#sb-player.html{height:100%;overflow:auto;}
#sb-body img{border:none;}
#sb-loading{position:relative;height:100%;}
#sb-loading-inner{position:absolute;font-size:14px;line-height:24px;height:24px;top:50%;margin-top:-12px;width:100%;text-align:center;}
#sb-loading-inner span{background:url(shadowbox/loading.gif) no-repeat;padding-left:34px;display:inline-block;}
#sb-body,#sb-loading{background-color:#ffffff;}
#sb-title,#sb-info{position:relative; margin:0; padding:0; overflow:hidden;}
#sb-title,#sb-title-inner{color:#fff; padding:10px; font-family: 'Comfortaa', cursive; font-size:15px; height:100%; line-height:17px; width:100%}
#sb-title-inner{font-size: 1px;}
#sb-info,#sb-info-inner{height:50px;line-height:50px;}
#sb-info-inner{font-size:12px;}
#sb-nav{float:right;height:50px;padding:2px 0; width:45%;}
#sb-nav a{display:block;float:right;height:50px;width:57px;margin-left:3px;cursor:pointer;background-repeat:no-repeat;}
#sb-nav-close{background-image:url(shadowbox/close.png);}
#sb-nav-next{background-image:url(shadowbox/next.png);}
#sb-nav-previous{background-image:url(shadowbox/previous.png);}
#sb-nav-play{background-image:url(shadowbox/play.png);}
#sb-nav-pause{background-image:url(shadowbox/pause.png);}
#sb-counter{float:left;width:45%;}
#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}
#sb-counter a.sb-counter-current{text-decoration:underline;}
div.sb-message{font-size:12px;padding:10px;text-align:center;}
div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline;}
body{background-color: #000;}
body.inside-body{background-color:#000;}
a:focus {
    outline: none;
}
.modal-content {
    background-color: transparent;
}
.modal-header {
    border-bottom: none;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    background-color: transparent;
    color: #f09200;
}
.ekko-lightbox-nav-overlay {
    height:50px;
    top: unset;
    bottom:-50px;
}
.glyphicon .glyphicon-chevron-right{
    background: url('/ui/front/images/next.png') no-repeat;
}
/* Carousel Home modifications*/
#mycarousel{
    top: 0px;
    position: fixed;
    left: 0px;
    overflow: hidden;
    z-index: 0;
    height: 100%;
    width: 100%;
    display: block;
}
.full-screen {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.carousel-control .glyphicon-chevron-right:before {
    content: " ";
    display:block;
    background:url('/ui/front/images/carousel_next.png') no-repeat;
    width:30px;
    height:30px;
}
.carousel-control .glyphicon-chevron-left:before {
    content: " ";
    display:block;
    background:url('/ui/front/images/carousel_previous.png') no-repeat;
    width:30px;
    height:30px;
}
.carousel-control.left,.carousel-control.right{background:none;}
.carousel-indicators{display:none;}
.carousel-caption {
    width:200px;
    top:30%;
    right: 20%;
    left:unset;
}
/*
    -----------------------------------------------------------------------------------------------
                                       END of Carousel
    -----------------------------------------------------------------------------------------------
*/

/* HEADER Home*/
.home-page-container{
    position: relative;
    width: 100%;
    z-index: 1;
}
.header-top-strip{
    height:40px;
    background-color: #000;
}
.header-top-positioned{
    margin-top:40px;
    position:relative;
    z-index: 1;
}
.navbar-default {
    background-color: unset;
    border-color: transparent;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
}
.home-menu > li{border-right:1px solid #fff; min-height: 60px;}
.home-menu > li > a{font-size:16px;}
.home-logo-social-list{margin-top:5px;}
.home-logo-social-list > li > a > .social-img{max-width:20px;}
.nav.navbar-nav.home-menu li a {
    padding: 22px 10px;
    font-size: 15px;
}
.nav.navbar-nav.home-menu li a:hover {color:#99bee5;}
.logobox img{max-width:320px;}

/*
    -----------------------------------------------------------------------------------------------
                                      END of Header Home
    -----------------------------------------------------------------------------------------------
*/

/* Home Projects Container*/
.home-projects-container{
    margin-top: 140px;
}
.home-project-inside{
    /*background-color:rgba(0,0,0, 0.7);*/
    background-color:rgba(255,255,255, 0.7);
    padding:10px;
}
.home-projects-main-title{
    color: #fff;
    z-index: 9999;
    position: relative;
    left: 14px;
}
.home-projects-main-title a{color:#fff;}
.home-projects-main-title a:hover{color:#fff; text-decoration: none;}
.home-project-title{color:#f09200;margin-bottom:10px; min-height:40px;}
.home-project-descr{color:#fff;}
.home-project-more{margin-top:10px;}
/*
    -----------------------------------------------------------------------------------------------
                                      END of Home Projects Container
    -----------------------------------------------------------------------------------------------
*/

/* Home Footer Box*/
.footer-black{
    background-color: #000;
    padding:20px 0;
    /*margin-top:74px;*/
}
.powered-by-box{
    width:150px;
    float:right;
    position: relative;
    z-index: 999;
    color:#fff;
    font-size:10px;
    top:30px;
}
.newsletter-title{color:#fff;margin:20px 0;}
.footer-newsl-input{
    width:200px;
    float:left;
    border-radius: 0;
    background-color: #F0F0F0;
    color: #5d5d5d;
    min-height:40px;
}
.footer-newsl-submitbtn{
    border-radius: 0;
    background-color: #5d5d5d;
    color:#fff;
    margin-left:10px;
    min-height:40px;
}
/*
    -----------------------------------------------------------------------------------------------
                                      END of Home Footer Box
    -----------------------------------------------------------------------------------------------
*/

/*
    -----------------------------------------------------------------------------------------------
                                      PROJECTS TESTING BOXES
    -----------------------------------------------------------------------------------------------
*/
.left-sidebox{float:left; margin-left:80px; margin-top:0;}
.left-sidebox .heading{color:#fff}
.left-sidebox a{color:#fff}
.left-sidebox ul{list-style: none; padding:0;}
.left-sidebox ul li a{/*color:#f09200;*/color:#a8a9ad;}
.left-sidebox ul li a:hover{/*color:#fff*/color:#9dbee9; text-decoration: none;}
.projects-box-container{padding:0; margin-top:20px; float:right;}
.square-container{
    position: relative;
    float: left;
    min-width:260px;
    max-width:260px;
    min-height:260px;
    max-height:260px;
    background-color:#FFF;
    box-sizing: border-box; }
.vertical-container{
    position:relative;
    float:left;
    min-width:130px;
    max-width:130px;
    min-height:260px;
    max-height:260px;
    background-color:#FFF;
    box-sizing: border-box; }
.BS-box{box-sizing: border-box; border:2px solid #000; width:260px; height:260px; float:left; position: relative}
.SS-box{box-sizing: border-box; border:2px solid #000; width:130px; height:130px; float:left; position: relative}
.HR-box{box-sizing: border-box; border:2px solid #000; width:260px; height:130px; float:left; position: relative}
.VS-box{box-sizing: border-box; border:2px solid #000; width:130px; height:260px; float:left; position: relative}
.caption{
    position: absolute;
    bottom: 0;
    left: 5px;
}
.caption a{color:#fff;}

.no-color{
    -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
}
.single-product-image{overflow: hidden;}
.single-product-image img{min-height:100%; min-width: 100%;}
.inside-project-title{color:#f09200}
.sideprojecttext{color:#fff;}
.inside-project-container{margin-top:50px;}
.modal-dialog{text-align:center;width: auto; max-width: 60%;}
.modal-content{display:inline-block;}
.similarprojectsttl{color:#f09200; font-size:22px; margin:15px 0;}
.line-seperator{border-top:1px solid #fff; margin-top:20px;}
.nopad{padding: 0;}
.projects-list.active{color:#fff;}
/*
    -----------------------------------------------------------------------------------------------
                                      END of PROJECTS BOXES
    -----------------------------------------------------------------------------------------------
*/
#googleMaps{
    height:100%;
    width:100%;
    position: absolute;
    top:0;
    left:0;
    z-index: 0;
}
#googleMaps iframe{width:100%;height:100%;}
.background-black{background-color: #000;}
.contact-info-title{font-size:19px; color:#fff; margin-bottom:15px;}
.contact-main-title{font-size:22px; color:#fff; margin-bottom:20px;}
.category-text{margin-top:100px; color:#fff;}
.navbar-nav li a.currentpage{/*color:#f09200;*/color:#9dbee9;}
.navbar-nav li a.currentpage:hover{color:#9dbee9;}
.contact-container{margin-top:100px;}
.form-group label{color:#fff; float:left;}
.form-group input,.form-group textarea{border-radius: 0;}
.btn-grey{
    border-radius: 0;
    background-color: #333;
    border-color: #333;}
#contact-map {
    height: 100%;
    width: 100%;
    position:absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

@media (min-width:320px) and (max-width:767px)
{
    .home-project-title {
        margin-bottom: 10px;
        min-height: 20px;
    }
    .home-project-box{
        margin-bottom:10px;
    }
    .carousel-control.left, .carousel-control.right{display: none;}
    .projects-box-container{
        float:unset;
        margin-left:20px;
        clear:both;
    }
}
@media (min-width:768px) and (max-width:991px)
{
    .carousel-control.left, .carousel-control.right{display: none;}
}

@media (min-width:1200px) and (max-width:1440px)
{
    .projects-box-container{margin-right:20px;}
}

@media (min-width:1200px)
{
    .footer-black{
        position:fixed;
        bottom:0;
        width:100%;
    }
}

@media (min-width:1441px)
{
    .projects-box-container{margin-right:40px;}
}

@media (min-width:1800px)
{
    .projects-box-container{margin-right:200px;}
}

@media screen and (max-width:1169px){
    .left-sidebox{width:100%; margin-left:15px;}
    .left-sidebox ul{float:left; width:100%; text-align:left;}
    .left-sidebox ul li{display:inline-block; float:none; width:auto; margin:0 5px 5px 0;}
    .single-product-image{position:relative!important; top:auto; float:left; text-align:center; width:33.3333%; right:auto!important; left:auto!important; top:auto!important;}
    .single-product-image img{min-width:auto!important; min-height:auto!important; display:inline-block!important;}
}

@media screen and (max-width:480px){
    .single-product-image{width:50%}
}