/*
.container-fluid{
    padding-left: 0;
    padding-right: 0;
}
*/
h1{
	font-size:24px;
}
h2{
    font-size: 20px;
    line-height: 1.2em;
}
h3{
	font-size: 19px;
    line-height: 1.2em;
}

/*[class*="span"]
{
    margin-left: 7px;
    margin-right: 7px;
}
*/
.about{
    background-color: #1a1a1a;
}
.underlinejs{

 padding-top: 40px;
 text-align: center;
}
.body{
    font: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
    font-size:16px;
}
a, a:visited{
    color:#ff6624;
}
a:hover{
    color:#FFA100;
}

#logo{
    margin-right: 20px;
}
.navbar{
    font-size: 13.5px;
    text-transform: uppercase;
}
.navbar-inverse .navbar-inner{
    background-image: none;
    background-color:#fff;
    border-width:0;
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
}
.nav-collapse{
    /*float: right;*/
    margin-top:40px;
}
.navbar-fixed-top{
    position: relative;
    -webkit-animation: fadeInDown 0.8s;
    animation: fadeInDown 0.8s;
}
.navbar-inverse .nav .active > a,.navbar-inverse .nav > li > a:hover
{
    background-color: #B3B3B3 !important;
    color: #fff;
     -webkit-animation: fadeIn 0.5s;
    animation: fadeIn 0.5s;
}
.navbar-inverse .nav > li > a{
    color:#000;
    text-shadow: 0 0 0 #fff;
}
.base-line{
    width:100%;
    //background-image: linear-gradient(to right,#000,#fff);
    //background-color: #1b1b1b;
	
	background: #1b1b1b;
    background: -webkit-gradient(linear, to right, from(#000), to(#fff));
    background: -webkit-linear-gradient(left, #000, #fff);
    background: -moz-linear-gradient(to right, #000, #fff);
    background: -ms-linear-gradient(to right, #000, #fff);
    background: -o-linear-gradient(to right, #000, #fff);
    background: linear-gradient(to right, #000, #fff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000', endColorstr='#fff',GradientType=0);
    zoom: 1;
	
}
.base-line h1
{
    margin:0;
    font-size: 12px;
    color: #000;
    text-align:center;
    line-height: 20px;
    height:auto;
    text-shadow: #A3A3A3 0px 1px 0,#424242 0 -1px 0;
}
.base-line-bottom{
    width:100%;
    height: 5px;
    //background-image: linear-gradient(to left,#000,#fff);
    //background-color: #1b1b1b;
	background: #1b1b1b;
    background: -webkit-gradient(linear, to left, from(#000), to(#fff));
    background: -webkit-linear-gradient(right, #000, #fff);
    background: -moz-linear-gradient(to left, #000, #fff);
    background: -ms-linear-gradient(to left, #000, #fff);
    background: -o-linear-gradient(to left, #000, #fff);
    background: linear-gradient(to left, #000, #fff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000', endColorstr='#fff',GradientType=0);
    zoom: 1;
}

/*contact*/
.contact{
    float:right;
    color: #ff6624;
    font-size:11px;
    font-stretch:ultra-expanded;
    min-width: 150px;
}
.contact span
{
    margin-top:10px;
    float: left;
    width: 100%;
    font-weight: normal;
    font-size:2.10em;
    font-stretch:normal;
}
.margin0{
    margin-left: 0px;
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
}
.margin15{
    margin:15px;
}

.camera_prev > span, .camera_prev,.camera_next > span,.camera_next
{
	background:none !important;
	height:139px !important;
	width:72px !important;

}
.camera_prev span, .slideplus-previous{
	background:url(../images/angle-left.png) no-repeat left  !important;
	margin-left:20px;
}
.camera_prev span:hover, .slideplus-previous:hover{
	background:url(../images/angle-left-light.png) no-repeat left !important;
}
.camera_next span, .slideplus-next{
	background:url(../images/angle-right.png) no-repeat right !important;
	margin-left:-20px;
}
.camera_next span:hover, .slideplus-next:hover{
	background:url(../images/angle-right-light.png) no-repeat right !important;
}
.camera_caption > div {
    //background: rgba(255, 102, 0, 0.6) !important;
	background:none!important;
	
}
.camera_caption > div>h3
{
	font-size:2.4em;
}

/*
.camera_prev:after
{
	content: "\f104";
	font-family: FontAwesome;
	font-size: 100px;
	color: lightblue;
	z-index: 1;
	margin-left:20px;
	font-weight: lighter;
	font-style: normal;
}
*/
.parent{
	float:left;
	margin:5px;

}
.parent>a{
	border-bottom: thin solid rgba(255, 102, 0,1);
	font-size: 16px;
	color:#000;
	font-weight:bold;
	margin-left:2px;
	font-weight:bold;
        padding:8px;
}
.parent>a:hover, .parent>ul>li>a:hover,.nav>li>a:hover{
	color:#fff;
	background-color: rgba(255, 102, 0,1);
}
.parent>ul>li>a
{
	font-size: 14px;
	color:#666;
	width:100%;
	margin-left: 7px;
	padding:6px;
	//float:left;
	text-decoration: none;
	line-height:1.8em;
	display: grid;
}
.camera_wrap{
	margin-bottom:5px !important;
}
.camera_pag{
	margin-top:-40px;
}

.dj-simple-contact-form.style-3 .inputbox
{
    height:50px !important;


}
.dj-simple-contact-form.style-3 textarea, .dj-simple-contact-form.style-3 .inputbox{
   background-color: #4D4D4D !important;
   border: 0;
   border-radius: 0;
}
.dj-simple-contact-form.style-3 .error-dj-simple-contact-form{
	color:#ff6624;
}
.dj-simple-contact-form.button{
  background: none !important;
  border:2px solid #ff6624 !important;
  color: #ff6624 !important;

}
.dj-simple-contact-form.button:hover{
    color:#fff !important;
    background-color:#ff6624 !important;
    border-color:#fff !important;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}
.button-box{
    text-align: center !important;
}
.fixed_menu{
    display: block;
    float: top;
    position: fixed;
    width: 100%;
    height: 100px;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-animation: fadeIn 0.8s;
    animation: fadeIn 0.8s;
}
.fixed_menu .nav-collapse{
    margin-top: 5px;
}
.fixed_menu .brand{
    padding:1px;
    margin:1px;
}
.fixed_menu img{
    max-width:70%;
}
.footer{
    background-color: #000;
    color:#fff;
    background-image: none;
}
.footer p
{
    margin:15px;
}
.sigplus-image > img {
    padding: 5px !important;
}
.offer-details{
    position: relative;
}


.offer-details img{
    width:100%;
}
.offer-details a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none; /* No underlines on the link */
    opacity: 0; /* Fix to make div clickable in IE */
    filter: alpha(opacity=1); /* Fix to make div clickable in IE */
}
.offer-label span
{
    border-top: solid 2px #666;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    height: 35px;
    background-color: rgba(255, 255, 255, 0.7);
    padding-top: 15px;
    color: #000;
    text-transform: uppercase;

}



.view {
    overflow: hidden;
    position: relative;
}

.view img {
    -webkit-transition: all 0.4s ease-in-out 0.5s;
    -moz-transition: all 0.4s ease-in-out 0.5s;
    -o-transition: all 0.4s ease-in-out 0.5s;
    -ms-transition: all 0.4s ease-in-out 0.5s;
    transition: all 0.4s ease-in-out 0.5s;
}
.view .mask
{
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    height: 100%;
    background-color: rgba(10,10,10,0.6);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0 !important;
    -webkit-transition: all 0.3s ease-in 0.4s;
    -moz-transition: all 0.3s ease-in 0.4s;
    -o-transition: all 0.3s ease-in 0.4s;
    -ms-transition: all 0.3s ease-in 0.4s;
    transition: all 0.3s ease-in 0.4s;
}

.view h2{
	line-height: 1.2em;
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
        background: transparent;
        margin: 20px 40px 0px 40px;
        padding:10px;
        text-align: center;
        opacity:0 !important;
        -webkit-transform: scale(10) !important;
        -moz-transform: scale(10) !important;
        -o-transform: scale(10) !important;
        -ms-transform: scale(10) !important;
        transform: scale(10) !important;
        -webkit-transition: all 0.3s ease-in-out 0.1s;
        -moz-transition: all 0.3s ease-in-out 0.1s;
        -o-transition: all 0.3s ease-in-out 0.1s;
        -ms-transition: all 0.3s ease-in-out 0.1s;
        transition: all 0.3s ease-in-out 0.1s;

}
.view p {
    padding:10px;
    text-align: center;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0) !important;
    opacity: 0 !important;
    -webkit-transform: scale(10) !important;
    -moz-transform: scale(10) !important;
    -o-transform: scale(10) !important;
    -ms-transform: scale(10) !important;
    transform: scale(10) !important ;
    -webkit-transition: all 0.3s ease-in-out 0.2s;
    -moz-transition: all 0.3s ease-in-out 0.2s;
    -o-transition: all 0.3s ease-in-out 0.2s;
    -ms-transition: all 0.3s ease-in-out 0.2s;
    transition: all 0.3s ease-in-out 0.2s;
}
.view img {
   -webkit-transition: all 0.4s ease-in-out 0.5s;
   -moz-transition: all 0.4s ease-in-out 0.5s;
   -o-transition: all 0.4s ease-in-out 0.5s;
   -ms-transition: all 0.4s ease-in-out 0.5s;
   transition: all 0.4s ease-in-out 0.5s;
}

.view:hover .mask {
     -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
   filter: alpha(opacity=100) !important;
   opacity: 1 !important ;
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;

}

.view:hover h2 {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
   filter: alpha(opacity=100) !important;
   opacity: 1 !important;
   -webkit-transform: scale(1) !important;
   -moz-transform: scale(1) !important;
   -o-transform: scale(1) !important;
   -ms-transform: scale(1) !important;
   transform: scale(1) !important;
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.view:hover p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
   filter: alpha(opacity=100) !important;
   opacity: 1 !important;
   -webkit-transform: scale(1) !important;
   -moz-transform: scale(1)!important;
   -o-transform: scale(1)!important;
   -ms-transform: scale(1)!important;
   transform: scale(1)!important;
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
.view:hover img {
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
}
.view:hover{
   /*-webkit-box-shadow: 1px 2px 1px 1px rgba(255,102,0,1);
box-shadow: 1px 2px 1px 1px rgba(255,102,0,1);*/
   -webkit-transition: all 0.4s ease-in-out 0.2s;
   -moz-transition: all 0.4s ease-in-out 0.2s;
   -o-transition: all 0.4s ease-in-out 0.2s;
   -ms-transition: all 0.4s ease-in-out 0.2s;
   transition: all 0.4s ease-in-out 0.2s;
}
.view:hover span
{
    background-color: #fff;
    -webkit-transition: all 0.4s ease-in-out 0.2s;
   -moz-transition: all 0.4s ease-in-out 0.2s;
   -o-transition: all 0.4s ease-in-out 0.2s;
   -ms-transition: all 0.4s ease-in-out 0.2s;
   transition: all 0.4s ease-in-out 0.2s;
}


/*START strefa klienta*/
.eventgallery-checkout
{
    margin:5px !important;
}
/*STOP strefa klienta*/

.underlinejs{
    text-align:center;
    line-height:10px;
    font-weight:100;
    text-transform: uppercase;
}
.item-page
{
	background-color: #000;
}
.page-header
{
	border:none;
}
.page-header h1, .item-page p
{
	color: #999;
	text-align: center;
	line-height:1.4em;
}
.btn_left
{
	float: right;
}
.btn_right
{
	float: right;
	visibility:hidden;
}
.button a{
	display: block;
	padding: 10px;
}
.button span{
	border: 1px solid #fff;
	width: 100%;
	text-align: center;
	margin: 10px 0;
}

.tab_cost, .tab_price
{
	background-color: #fff;
}
.tab_cost p, .col_price p, .tab_price p{
	color: #000;
}
.tab_price
{
	padding-bottom:40px;
}
.col_price
{
	border:thin solid #999;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	margin-top: 4px;
	margin-bottom: 4px;
}
.col_header{
	border-bottom:1px solid #444;
}
.col_header p{
	margin: 0 0 1px;
}
.col_details{
	padding: 4px;
	font-size:0.9em;
}
.col_details p{
	text-align: left;
}
.col_header_name{
	font-weight:600;
	font-size:0.9em;
}
.col_header_price
{
	font-size:1.2em;
}
.col_recommend
{
	border-color:#ff6624;

}
.col_recommend .col_header
{
	background-color: #ff6624;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 6px 6px 0 0;
}
.col_recommend .col_header p{
	color: #fff;
}
.separate_txt{
	text-align:center; font-size:1.0em; line-height: 1.7em; margin:40px 0;
}
.camera_caption
{
	text-align:center;
	padding: 0 25px !important;
}
.camera_caption a{
	color:#fff;
	text-decoration:none;
	margin: 10px  0 !important;
	padding: 5px 25px !important;
	border: solid 1px #fff !important;
}
.camera_caption a:hover{
	color:rgba(255, 102, 0) !important;
	background-color:#fff !important;
}
.vina-camera-slider .camera_caption > div
{
	//padding: 40px 20px!important;
}
.sigplus-center
{
	padding-bottom:30px;
}
.copyright-left{text-align:left;}
.copyright-right{text-align:right; font-size:.8em;}

.navbar .nav > li > a{
	padding:15px;
}
#sesje h2{
	text-align:center;line-height:10px;font-weight:100;color:#fff;
}
.content-white
{
	background-color:#fff;
}
.content-white h2{
	color:#333 !important;
}

.navbar .brand{
	float:none !important;
}
#scroll-to-top, #scroll-to-top:visited, #scroll-to-top:active 
{
    display:none;
    position:fixed;
    bottom:60px;
	right:30px !important;
    right:0px;
    opacity:0.6;
    z-index: 1;
}
#scroll-to-top:hover
{
    opacity:1;
}
#scroll-to-top:before{
	display: inline-block;
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
	 font-size: 3em;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content: "\f01b"
}
.breadcrumbs-background{
	background-color:#000;
}
.breadcrumb
{
		background-color:inherit;
		font-size:14px;
		
}
.breadcrumb ul{
	margin:0;
}
.breadcrumb > li
{
	text-shadow:none;
}

.page-header
{
	margin: -10px 0px 0px 0px;
}
.btn-sample{
	 transition: all .2s linear;
	padding: 10px 24px;	
	background-color:#ff6624;
	color:#fff!important;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.btn-sample:hover{
	background-color:#fff;
	color:#ff6624!important;
	text-decoration:none;
}
.readmore{
	margin:40px;
	text-decoration:none;
	
}
#sigplus_1001 .slideplus-slot
{
	width:250px !important;
}