/*
Template Name: SinglePro - Multipurpose Bootstrap HTML5/CSS3 One Page Template
Template URI:http://www.wpfreeware.com/themes/premium/singlepro/
Author: WpFreeware Team
Author URI: https://wrapbootstrap.com/user/wpfreeware
Description: SinglePro - Multipurpose Bootstrap HTML5/CSS3 One Page Template.
Version: 1.0
Tags: light, white, landing page,single page,Multipurpose,custom-colors,Bootstrap,responsive, html5, css3
*/


/* Table of Content
==================================================
	#BASIC TYPOGRAPHY
	#HEADER
	#ABOUT SECTION
	#SERVICE SECTION
	#Works SECTION
	#TEAM SECTION
	#PRICING SECTION
	#BLOG SECTION
  #TESTIMONIAL SECTION
  #CLIENTS SECTION
  #CONTACT US SECTION
  #FOOTER
*/

/*--------------------*/
/* BASIC TYPOGRAPHY */
/*--------------------*/

body,html{
  overflow-x:hidden;
}
body {
 font-family: 'Open Sans', sans-serif;
  overflow-x: hidden !important;
}

ul{
  padding: 0;
  margin: 0;
  list-style: none;
}

a{ 
  text-decoration: none;
  color: #333;
  
}
a:focus{
  outline: none;
  text-decoration: none;
    color: #fff;
}
a:hover{
    color: #ff0000;
}
h1,h2{
	font-family: 'Montserrat', sans-serif; 
}
h3,h4,h5,h6{
	font-family: 'Varela', sans-serif;	
}

h2 {
  color: #313338;  
  font-size: 28px;
  font-weight: 700;
  line-height: 57px;
  margin: 0;
  padding-bottom: 10px;
  text-transform: uppercase;
}
img{
 border:none;
}
.clearfix{
    clear: both;
}
.nopadding{
  padding: 0;
}
.nomargin{
    margin: 0;
}
.padding-t0{
  padding-top: 0;
}
.padding-t20{
    padding: 20px 0;
}
/* Preloader */
#preloader {
  position: fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#000; /* change if the mask should have another color then white */
  z-index:99999; /* makes sure it stays on top */
}

#status {
  width:200px;
  height:150px;
  position:absolute;
  left:50%; /* centers the loading animation horizontally one the screen */
  top:50%; /* centers the loading animation vertically one the screen */
  background-image:url('../images/status.gif'); /* path to your loading animation */
  background-repeat:no-repeat;
  background-position:center;
  margin:-100px 0 0 -100px; /* is width and height divided by two */
}
.logo{
    max-width: 250px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: scale(1);
    transform: scale(1)
}
.logo:hover{
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}
@media screen and (max-width: 380px) {
    .logo{
        width: 200px;
        margin-top: 10px;
    }
}

/*scrol to top*/

.scrollToTop {
  bottom: 60px;
  display: none;
  font-size: 32px;
  font-weight: bold;
  height: 50px;
  position: fixed;
  right: 50px;
  text-align: center;
  text-decoration: none;
  width: 50px;
  z-index: 9999;
  color: #fff;  
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;

}
.scrollToTop:hover, .scrollToTop:focus{
  text-decoration: none;
  outline: none;
}

/*--------------------*/
/* HEADER */
/*--------------------*/

#header{
	float: left;
	display: inline;
	width: 100%;
	position: relative;
    /*margin-bottom: 50px;*/
}

/*--------.menu_area-------- */
.menu_area{
	position: absolute;
	left:0;
	right: 0;
	top: 0;
}
.navbar-default {
  /*background: rgba(0,0,0,0.8); *//*background-color: transparent;*/
  background-color: transparent;
  border-color: transparent;
  margin-top: 0px; /*margin-top: 20px;*/
  padding: 6px 0px;
}
.past-main {
  background-color: rgba(0,0,0,0.9);
  margin-top: 0px;
  padding:6px 0px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;

}
.hr{
    width: 100%;
    border-bottom: solid 1px #eee;
    margin: 10px 0px;
}
#navbar{
    overflow-x: hidden;
}
@media screen and (max-width: 768px){
    #navbar{
        position: absolute;
        width: 100%;
    }
}

.navbar-brand {                                                                                                                                                                                                                                                                                                                                                                                                                         	
	color: #fff !important;
	font-size: 35px;
	font-weight: bolder;
	font-family: 'Varela', sans-serif;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
}

.navbar-nav > li > a {
  color: #fff!important;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
.navbar-nav > li.active > a {
    color: #ff0000!important;
}
.navbar-nav > li > a:hover{
  text-transform: uppercase;
    color: #ff0000!important;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  background-color: transparent;
  color: #ff0000;
}
/*--------/menu_area-------- */
/*--------submenu_area-------- */
nav.submenu{
    padding-bottom: 30px;
}
nav.submenu a{
    display: inline-block;
    width: 100%;
    padding: 10px 5px;
    -webkit-transform: scale(1);
    transform: scale(1);
    /*border: solid 1px #fff;*/
    background: #fff;
    text-transform: uppercase;
    color: #ff0000;
    font-weight: bold;
    border: solid 1px #eee;
    margin-bottom: 4px;
}
nav.submenu a:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    /*border: solid 1px #ddd;*/
    position: relative;
    z-index: 999;
    background: #ff0000;
    color: #fff;
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.3);
    text-decoration: none;
    border: solid 1px #FF0000;
}
nav.submenu a.active {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    position: relative;
    z-index: 999;
    background: #ff0000;
    color: #fff;
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.3);
    text-decoration: none;
    border: solid 1px #FF0000;
}
/*--------/submenu_area-------- */

.slider_area{
	float: left;
	display: inline;
	width: 100%;
	position: relative;
}
.slider_area.no-hp{
    background: url("../images/title-image.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 250px;
}
.slider_area.detail{
    background-size: cover;
    background-position: center center;
    min-height: 250px;
}
.slider_overlay {
    position: absolute;
    background: none repeat scroll 0 0 rgba(0,0,0,0.8);
    height: 100%;
    top: 0;
    opacity: 0.9;
    width: 100%;
    right: 0;
    z-index: 9;
}
.slider_overlay_map {
    position: absolute;
    background: none repeat scroll 0 0 rgba(0,0,0,0.7);
    height: 100%;
    top: 0;
    opacity: 0.9;
    width: 100%;
    right: 0;
    z-index: 9;
}
/*===SLIDER NAVIGATIONS==*/

#slide-down{
    cursor: pointer;
    width:28px;
    height:65px;
    position:absolute;
    z-index: 4;
    left:50%; /* centers the loading animation horizontally one the screen */
    bottom:30px; /* centers the loading animation vertically one the screen */
    background-image:url('../images/down.gif'); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    background-size: cover;
    margin:-15px 0 0 -15px; /* is width and height divided by two */
}
@media screen and (max-height: 790px) {
    #slide-down{
        display: none;
    }
}

.slides-navigation a {
	width: 100px;
	height: 100px;
}

.slides-navigation .icon-wrap {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.slides-navigation a::before,
.slides-navigation a::after,
.slides-navigation .icon-wrap::before,
.slides-navigation .icon-wrap::after {
	position: absolute;
	left: 50%;
	width: 3px;
	height: 50%;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slides-navigation .icon-wrap::before,
.slides-navigation .icon-wrap::after {
	z-index: 100;
	height: 0;
	background: #fff;
	-webkit-transition: height 0.3s, -webkit-transform 0.3s;
	transition: height 0.3s, transform 0.3s;
}

.slides-navigation a::before,
.slides-navigation .icon-wrap::before {
	top: 50%;
	-webkit-transform: translateX(-50%) rotate(-135deg);
	transform: translateX(-50%) rotate(-135deg);
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}

.slides-navigation a.next::before,
.slides-navigation a.next .icon-wrap::before {
	-webkit-transform: translateX(-50%) rotate(135deg);
	transform: translateX(-50%) rotate(135deg);
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}

.slides-navigation a::after,
.slides-navigation .icon-wrap::after {
	top: 50%;
	-webkit-transform: translateX(-50%) rotate(-45deg);
	transform: translateX(-50%) rotate(-45deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.slides-navigation a.next::after,
.nslides-navigation a.next .icon-wrap::after {
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
	-webkit-transform-origin: 100% 0%;
	transform-origin: 100% 0%;
}

.slides-navigation div.arrow-text {
	position: absolute;
	top: 50%;
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 0.85em;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
}

.slides-navigation a.prev div.arrow-text {
	left: 100%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.slides-navigation a.next div.arrow-text {
	right: 100%;
	text-align: right;
	-webkit-transform: translateY(-50%) translateX(50%);
	transform: translateY(-50%) translateX(50%);
}

.slides-navigation a:hover div.arrow-text {
	opacity: 1;
	-webkit-transform: translateY(-50%) translateX(0);
	transform: translateY(-50%) translateX(0);
}

/*===SLIDER CAPTION===*/

.slider_caption {
  margin-top: 10%;
  padding: 0 13%;
  position: relative;
  text-align: center;
  z-index: 999;
}
.slider_caption > div.nadpis {
  color: #ffffff;
  font-size: 50px;
  font-weight: 700;
  line-height: 65px;
  margin: 0 auto 10px;
  padding-bottom: 8px;
  text-align: center;
  text-transform: uppercase;
  width: 90%;
    font-family: 'Montserrat', sans-serif;
}
.slider_caption .slider-location{
    color: #fff;
    padding: 30px 0px 30px 0px;
    font-size: 20px;
}
.slider_caption div.date-time{
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px 0px;
    font-weight: bold;
}
.slider_caption div.date {
    color: #000;
    padding: 0px 0px 0px 0px;
}
.slider_caption div.date div.time-item{
    background: rgba(255, 255, 255, 0.6);
    width: 90px;
    padding: 5px 0;
    text-align: center;
    display: inline-block;
    margin: 3px 5px;
    text-transform: uppercase;
    color: #000;
}
.slider_caption div.date div.time-item span{
    font-size: 40px;
    font-weight: bold;
    color: #FF0000;
}
.slider_caption>p{
	color: #ffffff;
	font-size: 20px;	
}
.slider_caption>a{		
	margin-top: 30px;	
}
.slider_btn{
	padding: 10px 15px;
	border: 2px solid #ff0000;
	color: #fff;
	font-size: 20px;
	display: inline-block;
	text-transform: uppercase;
    background: #ff0000;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.slider_btn:hover{
	text-decoration: none;
    background: #fff;
    border-color: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

/*--------------------*/
/* ABOUT SECTION */
/*--------------------*/

#about {
  display: inline;
  float: left;
  width: 100%;
  padding: 50px 0 50px 0;;
}
.about_area{
	float: left;
	display: inline;
	width: 100%;
	min-height: 200px;
}
.heading{
	float: left;
	display: inline;
	width: 100%;
}

.heading h2, .heading h1 {
	display: inline-block;
	margin-bottom: 25px;
	padding-bottom: 15px;
	padding-right: 50px;
	font-size: 30px;
	line-height: 35px;
    color: #FF0000;
    text-transform: uppercase;
}
.heading.news h2 {
    font-size: 25px;
}
.heading p{
	font-size: 16px;
	line-height: 28px;
	font-weight: 300;
}
.heading div{
    color: #798992;
}
.about_content{
	float: left;
	display: inline;
	width: 100%;
	padding: 50px 0px;
}
.about_featured{
	float: left;
	display: inline;
	width: 100%;
}
.panel-group .panel {
  border-radius: 0;
  margin-bottom: 0px;
  box-shadow: none;
}
.panel-group .panel + .panel {
  margin-top: 0;
}
.panel-default {
  border-color: transparent;
}
.panel-default > .panel-heading {
  background-color: transparent;
  color: #333;
  border: 0 none !important;
  padding: 5px 15px;
}
.panel-title {
  border-bottom: 1px solid #ccc;
  color: #222;
  font-family: 'Varela', sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.panel-title a {
  display: block;
  text-decoration: none;
  padding-bottom: 10px;
}
.panel-default .in{	
  padding-left:10px;
  margin-left: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; 
}
.panel-title a span{
  margin-right: 5px;
}
.panel-body { 
  border-top-color: transparent !important;
  padding: 0px 15px;
  margin: 10px 0px;
}
.about_slider{
	float: left;
	display: inline;
	width: 100%;
	height: 350px;
}
.single_iteam{
	float: left;
	display: inline;
	width: 100%;
	height:100%;
}
.single_iteam img {
  max-width: 100%;
}
.about_slider .slick-dots li button:before {
  content: "•";
  font-size: 28px;  
}
.about_slider .slick-dots li.slick-active button:before {
  opacity: 0.75;
}
.skills_area{
	float: left;
	display: inline;
	width: 100%;
	min-height: 350px;
	padding: 85px 0px;
	background-image: url(img/skills_bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
}
.skills{
	position: relative;
	z-index: 999;
}
.heading h3 {
  color: #333;
  display: inline-block;
  float: left;
  font-size: 25px;
  margin: 0 0 15px;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 40px;
}
div[data-dimension] {
  float: none;
  margin: 0 auto;
}
.circle-text{
	color: #fff;
}
.single_skill{
	float: left;
	display: block;
	width: 100%;
	text-align: center;
}
.single_skill > h4 {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
}

/*--------------------*/
/* SERVICE SECTION */
/*--------------------*/

.action-type-area .action-type h2{
    text-align: center;
    color: #FF0000;
}
.action-type-area .action-type h2 span{
    color: #FF0000;
    display: inline-block;
    margin-top: 5px;
}
.action-type-area .action-type p{
    text-align: left;
}

#service {
  display: inline;
  float: left;
  padding: 50px 0 50px 0;
  width: 100%;
}
.service_area{
	float: left;
	display: inline;
	width: 100%;
	margin-top: 30px;
}
.single_service {
	display: inline;
	float: left;
	width: 100%;
	padding: 0px 10px;
	margin-bottom: 40px;
}
.service_iconarea{
    float: left;
    margin-right: 15px;
	text-align: center;
	margin-bottom: 10px;
}
.service_icon { 
  /*border-radius: 100%;*/
  color: #ff0000;
  font-size: 70px;
  height: 150px;
  line-height: 120px;
  padding: 15px 0;
  width: 150px; 
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
/*.single_service:hover .service_iconarea .service_icon{*/
    /*background-color: #eee;*/
    /*color: #FF0000;*/
/*}*/
.single_service>h3{
    font-size: 20px;
    padding: 0;
    margin: 0;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: bold;
	/*text-align: center;*/
}
.single_service > h3 span {
  border-radius: 100%;
  color: #fff;
  height: 150px;
  line-height: 120px;
  padding: 15px 0;
  width: 150px;
}
.single_service > p{
    /*text-align: center;*/
    font-size: 14px;
}
.single_service .service_title{
  margin: 10px 0 10px;
  padding-bottom: 5px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
    font-size: 25px;
}
.single_service > .service_title:after {
  bottom: 0;
  content: "";
  height: 3px;
  left: 40%;
  position: absolute;
  width: 100px;
}

/*--------------------*/
/* Works SECTION */
/*--------------------*/

#works {
  background-color: #4f535e;
  display: inline;
  float: left;
  width: 100%;
    padding: 50px 0;
}
.counter_section {
  background-image: url("../images/prodejna-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  display: inline;
  float: left;
  min-height: 350px;
  padding: 80px 0;
  position: relative;
  width: 100%;
}
.counter_area {
  position: relative;
  z-index: 999;
}
.counter { padding: 20px 0; border-radius: 5px;}
.count-title {
  color: #fff;
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 15px;
  text-align: center;
}
.count-text {
  color: #fff;
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 10px;
  text-align: center;
  text-transform: uppercase;
}
.fa-2x {
  display: table;
  float: none;
  margin: 0 auto;
  font-size: 40px;
}
.portfolio_area {
  background: none repeat scroll 0 0 #4f535e;
  color: #fff;
  display: inline;
  float: left;
  padding-top: 30px;
  width: 100%;
}
.portfolio_area h2{
	color: #fff;
}
.portfolio_gallery{
	float: left;
	display: inline;
	width: 100%;
}
.wagwep-container ul#portfolio-filter {
  border-bottom: medium none;
  margin-top: 25px;
  text-align: center;
}
.wagwep-container ul#portfolio-filter a {
  background: none repeat scroll 0 center rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  font-weight: bold;
  margin: 0 10px 10px 0;
  padding: 6px 12px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.wagwep-container ul#portfolio-filter a:hover{
	color: #fff;	
}

.og-grid li a figure span {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.9);
  display: block;
  font-weight: normal;
  margin: 40% 20px 20px;
  padding: 10px 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
}
.wagwep-container ul#portfolio-filter li {
  display: inline-block;
  float: none;  
}

/*--------------------*/
/* TEAM SECTION */
/*--------------------*/

#team{
	float: left;
	display: inline;
	width: 100%;
    padding: 50px 0;
	/*padding:80px 0px; */
}
.team_area{
	float: left;
	display: inline;
	width: 100%;
}
.team_slider{
	float: left;
	display: inline;
	width: 100%;
}
.team_slider .slick-next, .team_slider .slick-prev{
  height: 40px;
}
.single_team {
  border: 2px solid #ccc;
  border-radius: 5px;
  display: inline;
  float: left;
  padding: 25px 15px;
  text-align: center;
  width: 100%;
  height: 350px;
  background: #fff;
}
.team_img{
    position: relative;
    overflow: hidden;
    /*padding-bottom: 50%;*/
    width: 100%;
    height: 150px;
}
.team_img a > img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.team_img a img:hover{
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}


.gallery{
    padding: 45px 0;
}
.gallery .gallery_img{
    width: 23%;
    display: inline-block;
    position: relative;
    background: #000;
}
.gallery .gallery_img a .image {
    opacity: 1;
    display: inline-block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.gallery .gallery_img .middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.gallery .gallery_img:hover a .image {
    opacity: 0.3;
}

.gallery .gallery_img:hover .middle {
    opacity: 1;
}

.gallery .gallery_img .text {
    color: #ff0000;
    font-size: 16px;
    padding: 16px 32px;
}

.single_team h5 {
  color: #555;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 18px;
  text-transform: uppercase;
  font-size: 17px;
}
.single_team span {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.single_team p {
  line-height: 26px;
}
.team_social{
	float: left;
	display: inline;
	width: 100%;
	margin-top: 10px;
}
.team_social a {
  color: #fff;
  font-size: 18px;
  display: inline-block;
  background: #ccc;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

/*--------------------*/
/* PRICING SECTION */
/*--------------------*/

#pricing {
  background: none repeat scroll 0 0 #eee;
  display: inline;
  float: left;
  margin: 50px 0 50px 0;
  width: 100%;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.pricing_area {
  display: inline;
  float: left;
  margin-top: 30px;
  width: 100%;
}
.single_price {
  display: inline;
  float: left;
  text-align: center;
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  padding: 5px 0px;
}
.single_price>h3{
	font-size: 24px;
	font-weight: 700;
	line-height: 100px;
	margin: 0px;
	text-transform: uppercase;
}
.single_price .price {
  color: #fff;
  padding: 5px 0;
}
.single_price .price > h4 {
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  margin: 0px 0px 0px 0px;
}
.single_price .price > span{
  font-size: 15px;    
}
.price_features{
	padding:10px 25px;
}
.price_features li {
  border-bottom: 1px solid #f2f2f2;
  display: block;
  font-size: 15px;
  line-height: 18px;
  padding: 10px 0;
  text-transform: uppercase;
}
.price_btn {
  color: #fff !important;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 10px;
  padding: 10px 20px;  
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.price_btn:hover{
	text-decoration: none;
	outline: none;
	background-color: #fff;	
}
.business_price {
  border: 1px solid #fff;
  color: #ffffff;
}
.business_price .price {
  border-bottom: 3px solid #fff;
  border-top: 3px solid #fff;
}
.business_price .price_btn{
	border-color: #ffffff;
	background-color: #ffffff;
}

/*--------------------*/
/* PRODUCT DETAIL SECTION */
/*--------------------*/

#product{
  float: left;
  display: inline;
  width: 100%;
  padding: 80px 0px;
}
.heading.product h2 {
    font-size: 25px;
    padding: 0;
    margin: 0;
}
.product_content {
  display: inline;
  float: left;
  margin-top: 20px;
  width: 100%;
}
.product-full-img{
  padding-right: 2px;
}
.product-img-padding-left{
  padding-left: 0;
  padding-top: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
}
.product-imgs{
    padding-bottom: 40px;
}
.product-top-img{
    position: relative;
    overflow: hidden;
    padding-bottom: 50%;
    width: 100%;
    background: transparent;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.product-top-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.product-top-img .middle{
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}
.product-top-img:hover .middle {
    opacity: 1;
}
.product-top-img:hover img{
    opacity: 0.7;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.product-top-img:hover{
    background: #000;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    position: relative;
    z-index: 999;
}
.product_category{
    display: inline-block;
    text-transform: uppercase;
    margin-right: 20px;
    font-size: 12px;
}
.perex{
    padding: 0 0 20px 0;
}
.price-box{
    padding: 0 0 20px 0;
}
.button-cart{
    text-align: right;
}
.price-box .price-title, .price-box .price{
    text-transform: uppercase;
    display: inline-block;
    font-weight: bold;
    line-height: 28px;
}
.price-box .price-title{
    float: left;

}
.price-box .price{
    float: right;
    font-size: 28px;
    color: #ff0000;
}
.price-box .price span{
    text-transform: none;
    font-size: 16px;
}
.product_content .description{
    padding: 10px 0 40px 0;
}
.product_content .perex{
    padding-bottom: 20px;
}

/*--------------------*/
/* PRODUCTS SECTION */
/*--------------------*/

.button-next{
    text-align: center;
    margin: 30px 0;
}
#products{
  padding-top: 30px;
}
.single_product {
  /*border: 2px solid #ccc;*/
  border-radius: 5px;
  display: inline;
  float: left;
  padding: 25px 0px;
  text-align: center;
  width: 100%;
}

.single_product h5 {
  color: #FF0000;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 25px;
  padding-top: 10px;
  text-transform: uppercase;
  font-size: 17px;
}
/** hover efect product */
.view {
    margin: 10px;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
}
.view .mask, .view .content {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}
.view img {
    display: block;
    position: relative
}
.view h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.8);
    margin: 0px 0 0 0;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: solid 1px #fff;
}
.view p {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 12px;
    position: relative;
    color: #fff;
    padding: 20px 20px 20px;
    text-align: center
}
.view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #fff;
    color: #ff0000;
    text-transform: uppercase;
    font-weight: bold;
}
.view a.info:hover {
    background: #ff0000;
    color: #fff;
}
.view-first img { 
    transition: all 0.2s linear;
}
.view-first .mask {
    opacity: 0;
    background-color: rgba(255,0,0, 0.7); 
    transition: all 0.4s ease-in-out;
}
.view-first h2 {
    transform: translateY(-100px);
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
.view-first p { 
    transform: translateY(100px);
    opacity: 0;
  transition: all 0.2s linear;
}
.view-first a.info{
    opacity: 0;
  transition: all 0.2s ease-in-out;
}
.view-first:hover img { 
  transform: scale(1.1);
} 
.view-first:hover .mask { 
  opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
    opacity: 1;
    transform: translateY(0px);
}
.view-first:hover p {
    transition-delay: 0.1s;
}
.view-first:hover a.info {
    transition-delay: 0.2s;
}

/*--------------------*/
/* PARTNER SECTION */
/*--------------------*/
.partners{
  text-align: center;
}
.partners .partner-logo {
    width: 150px;
    margin: 20px;
    max-height: 150px;
    display: table-cell;
    vertical-align: middle;
    display: inline-block;
}

.partner{
    /*width: 100%;*/
    padding: 10px 10px;
    display: inline-table;
    vertical-align: middle;
}
.partner img{
}

/*--------------------*/
/* BLOG SECTION */
/*--------------------*/

#blog{
	float: left;
	display: inline;
	width: 100%;
	padding: 50px 0px 50px 0;
}
.blog_content {
  display: inline;
  float: left;
  /*margin-top: 50px;*/
  width: 100%;
    padding: 20px 0;
}
.blog_content .tinymce-description a{
    color: #FF0000;
    text-decoration: underline;
}
.blog_content .tinymce-description a:hover{
    text-decoration: none;
}
.blog_content.nopadding-top{
    padding-top: 0px;
}
.post_commentbox {
  display: inline;
  float: left;
  width: 100%;      
}
.blog_slider{
	float: left;
	display: inline;
	width: 100%;
}
.single_post{
	float: left;
	display: inline;
	width: 100%;
}
.single_post:hover a h3, .single_post:hover a h2{
    color: #ff0000;
}
.blog_img {
    position: relative;
    overflow: hidden;
    padding-bottom: 50%;
    width: 100%;
}

.blog-box{
    border: solid 1px transparent;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.blog-box img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.blog-box .middle{
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.blog-box:hover .middle {
    opacity: 1;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.blog-box:hover{
    background: #000;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    position: relative;
    z-index: 999;
}
.blog-box:hover img{
    opacity: 0.7;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.blog-box.padding-tb-5{
    padding: 5px 0px 5px 0px;
}
.blog-box-content{
    padding: 5px;
    height: 225px;
}

/*ACTION IMAGE*/
.action{
    margin: 5px 0;
}
.action h2{
    font-size: 18px;
    margin: 0!important;
    padding: 0!important;
    line-height: 20px;
}
.action h2 a{
    color: #ff0000;
}
.action-image {
    width: 100%;
    text-align: center;
    position:relative;
    overflow:hidden;
    float:left;
}
.action-image figure {
    margin:0;
    padding:0;
    position:relative;
    cursor:pointer;
}
.action-image figure img {
    display:block;
    position:relative;
    z-index:5;
}
.action-image figure figcaption {
    display:block;
    position:absolute;
    z-index:5;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.action-image figure h3 {
    color:#FF0000;
    font-size:20px;
    text-align:center;
    padding: 5px 0;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
}
.action-image figure p {
    display:block;
    font-size:12px;
    line-height:18px;
    margin:0;
    color:#fff;
    text-align:left
}
.action-image figure figcaption {
    top:0;
    left:0;
    width:100%;
    height:100%;
    padding:10px 0;
    text-align:center;
    backface-visibility:hidden;
    -webkit-transform:rotateY(-180deg);
    -moz-transform:rotateY(-180deg);
    transform:rotateY(-180deg);
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    transition:all .5s;
    background: #eee;
}
.action-image figure img {
    backface-visibility:hidden;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    transition:all .5s
}
.action-image figure:hover img, figure.hover img, .action:hover figure img{
    -webkit-transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    transform:rotateY(180deg);
}
.action-image figure:hover figcaption, figure.hover figcaption, .action:hover figcaption {
    -webkit-transform:rotateY(0);
    -moz-transform:rotateY(0);
    transform:rotateY(0);
}

.action-image div.date-time{
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding-bottom: 10px;
    font-weight: bold;
}
.action-image div.date {
    color: #fff;
    margin: 15% 0;
    /*padding: 0 0 80px 0;*/
}
.action-image div.date div.time-item{
    background: #ff0000;
    width: 70px;
    padding: 5px;
    text-align: center;
    display: inline-block;
    margin: 3px 2px;
    text-transform: uppercase;
    color: #fff;
}
.action-image div.date div.time-item span{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

@media screen and (max-width: 1199px){
    .action-image div.date div.time-item{
        width: 60px;
    }
    .action-image div.time-item{
        font-size: 12px;
    }
}
@media screen and (max-width: 991px){
    .action-image div.date div.time-item{
        width: 45px;
    }
    .action-image div.time-item{
        font-size: 8px;
    }
    .action-image div.date {
        margin: 10% 0;
    }
}
@media screen and (max-width: 769px){
    .action-image div.date div.time-item{
        width: 70px;
    }
    .action-image div.time-item{
        font-size: 14px;
    }
    .action-image figure img {
        margin-bottom: 15px;
    }
}
/** PRODUKTY*/
.product_img {
    position: relative;
    overflow: hidden;
    padding-bottom: 50%;
    width: 100%;
    background: transparent;
}
.product_img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.single_post.product{
    margin: 1px;
    border: solid 1px #444;
}
.product-box{
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transform: scale(1);
    transform: scale(1);
    border: solid 1px #fff;
    background: #fff;
}
.product-box.padding-tb-5{
    padding: 5px 0px 5px 0px;
}
.product-box:hover{
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    border: solid 1px #ddd;
    position: relative;
    z-index: 999;
    background: #fff;
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
}
@media screen and (max-width: 768px){
    .product-box:hover{
        -webkit-transform: scale(1.03);
        transform: scale(1.03);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }
}
.product-box a h3{
    font-size: 14px;
}
.product-box:hover img.opacity{
    opacity: 0.5;
}
.product-box.bg-black:hover{
    background: #000;
}
.product-box-content{
    padding: 5px;
    height: 150px;
}
.product-category{
    position: absolute;
    z-index: 999;
    right: 0;
    top: 0;
    padding: 0 10px;
    font-size: 12px;
    background: #ff0000;
}
.product-category a{
    color: #fff;
    font-weight: bold;
}
.product-category a{
    text-decoration: none;
}

.product-price{
    float: left;
    padding: 5px 10px;
    font-weight: bold;
    color: #ff0000;
}
a.add-basket{
    float: right;
    padding: 5px 25px;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    display: inline-block;
    text-transform: uppercase;
    background: #434343;
}
.add-basket:hover{
    text-decoration: none;
    background: #ff0000;
}
/** END PRODUCT */

.single_post h3, .single_post h2{
  float: left;
  font-size: 15px;
  line-height: 15px;
  margin-bottom: 5px;
  margin-top: 15px;
  text-transform: uppercase;
  width: 100%;
    font-weight: normal;
}
.post_commentbox{
	float: left;	
	display: inline;	
	width: 100%;	
	margin-bottom: 15px;	
}
.post_commentbox a, .post_commentbox span {
  color: #798992;
  font-size: 11px;
  margin-right: 5px;
}
.post_commentbox a > i,.post_commentbox span > i {
  margin-right: 5px;
}
.single_post p{

}
.read_more{
	font-size: 15px;
	display: inline-block;
	min-height: 25px;
}
.read_more:hover,.read_more:focus{
	text-decoration: none;	
	outline: none;	
}
.blog_slider .slick-prev {
  border-radius: 5px 0 0 5px;
  color: #fff;
  height: 30px;
  left: 92%;
  right: 0;
  top: -38px;
  border-radius: 0px;
  padding: 5px 10px;
  -webkit-transition: 	all 0.5s;
  -moz-transition: 	all 0.5s;
  -ms-transition: 	all 0.5s;
  -o-transition: 	all 0.5s;
  transition: 	all 0.5s;
}
.blog_slider .slick-next {
  border-radius: 0 5px 5px 0;
  color: #fff;
  right: 15px;
  height: 30px;
  top: -38px;
  border-radius: 0px;
  padding: 5px 10px;
  -webkit-transition: 	all 0.5s;
  -moz-transition: 	all 0.5s;
  -ms-transition: 	all 0.5s;
  -o-transition: 	all 0.5s;
  transition: 	all 0.5s;
}
.blog_slider .slick-prev:hover,.blog_slider .slick-next:hover{  
	opacity: 0.7;
}

/*--------------------*/
/* TESTIMONIAL SECTION */
/*--------------------*/

#testimonial{
	background: none repeat scroll 0 0 #f8f8f8;
	display: inline;
	float: left;
	padding: 50px 0;
	width: 100%;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
#testimonial .heading{
	margin-top: 20px;
}
.testimonial_customer{
	float: left;	
	display: inline;	
	width: 100%;		
}
.testimonial_slider{
	float: left;	
	display: inline;	
	width: 100%;	
}
.testimonial_slider>li{
	width: 380px;
	margin: 0 auto;
}
.testi_media {
  margin: 0 auto !important;
  width: 250px;
}
.testi_media .media-body {  
  vertical-align: middle;
}
.media-heading {  
  font-size: 20px;
}
.testi_media .media-body span {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.testi_media .media-left {
  padding-right: 20px;
}
.testi_img img {
  border-radius: 100%;
  height: 100px;
  width: 100px;
}
.testi_content {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  margin: 40px auto 0;
  padding: 10px;
  position: relative;
  width: 100%;
}
.testi_content:before {
  background-image: url("img/testimonial-arrow.png");
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  height: 22px;
  left: 30%;
  position: absolute;
  top: -22px;
  width: 32px;
}
.testimonial_slider .slick-dots li {
  border: 1px solid #e6e6e6;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  line-height: 102px;
  margin: 0 5px;
  padding: 7px 5px;
  position: relative;
  width: 34px;
}
.testimonial_slider .slick-dots li button:before {
  content:none;  
}
.testimonial_slider .slick-dots li button {
  background: none repeat scroll 0 0 #e6e6e6;
  height: 4px;
  padding: 0px;
  width: 20px;
}

/*--------------------*/
/* CLIENTS SECTION */
/*--------------------*/

#clients {
    border-top: solid 1px #eee;
  display: inline;
  float: left;
  padding: 50px 0;
  width: 100%;
}
.clients_content{
	float: left;
	display: inline;
	width: 100%;
	margin-top: 30px;	
}
.clients_slider{
	float: left;
	display: inline;
	width: 100%;
}
.single_client {
  border: 1px solid #ccc;
  display: inline;
  float: left;
  text-align: center;
  width: 100%;
  padding: 25px 0px;
}
.single_client>img{
	margin: 0 auto;
}
.clients_slider .slick-prev {
  border-radius: 5px 0 0 5px;
  color: #fff;
  height: 40px;
  left: 46.5%;
  top: 160%;
}
.clients_slider .slick-next {
  border-radius: 0 5px 5px 0;
  color: #fff;
  right: 46.5%;
  top: 160%;
  height: 40px;
}

/*--------------------*/
/* CONTACT US SECTION */
/*--------------------*/

.contact-box{
    text-align: center;
}
.contact-image {
    text-align: center;
    position:relative;
    overflow:hidden;
    display: inline-block;
    margin: 30px 5px;
}
.contact-image h2{
    font-size: 20px;
    /*color: #FF0000;*/
}
.contact-image figure {
    margin:0;
    padding:0;
    position:relative;
    cursor:pointer;
}
.contact-image figure img {
    display:block;
    position:relative;
    z-index:5;
}
.contact-image figure figcaption {
    display:block;
    position:absolute;
    z-index:5;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.contact-image figure p {
    display:block;
    font-size:12px;
    line-height:18px;
    margin:0;
    color:#fff;
    text-align:left
}
.contact-image figure figcaption {
    top:0;
    left:0;
    width:100%;
    height:100%;
    padding:10px 0;
    text-align:center;
    backface-visibility:hidden;
    -webkit-transform:rotateY(-180deg);
    -moz-transform:rotateY(-180deg);
    transform:rotateY(-180deg);
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    transition:all .5s;
    background: #eee;
    padding-top: 20%;
}
.contact-image figure figcaption h2 {
    color:#ff0000;
    font-size:20px;
    text-align:center;
    padding: 5px 0;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
}
.contact-image figure figcaption ul li {
    line-height: 30px;
}
.contact-image figure figcaption ul li .contact-icon{
    display: inline-block;
    font-size: 20px;
    position: relative;
    top: 5px;
}
.contact-image figure img {
    backface-visibility:hidden;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    transition:all .5s;
}
.contact-image figure:hover img, figure.hover img, .action:hover figure img{
    -webkit-transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    transform:rotateY(180deg);
}
.contact-image figure:hover figcaption, figure.hover figcaption, .action:hover figcaption {
    -webkit-transform:rotateY(0);
    -moz-transform:rotateY(0);
    transform:rotateY(0);
}
.content-action{
    font-size: 14px;
}
.content-action ul{
    margin-left: 20px;
}
.content-action ul li{
    list-style: disc;
}
.bg-gray{
    height: 500px;
    background-color: #eee;
}
.bg-image{
    background: url("/images/building.jpg");
    background-size: cover;
    background-position: center center;
}

#contactHeading{
    display: inline;
    float: left;
    width: 100%;
    padding: 40px 0px;
}
#contactFeature{
    background-image: url("../images/building.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    float: left;
    display: block;
    width: 100%;
    padding: 100px 0px;
}
#contactFeature a{
    color: #FFF;
}
#contact{
	background: none repeat scroll 0 0 #f8f8f8;
	display: inline;
	float: left;
	padding: 50px 0px 50px 0px;
	width: 100%;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;	
}
.contact_content {
  display: inline;
  float: left;
  margin-top: 30px;
  width: 100%;
  padding-bottom: 30px;
}
.contact_map {
  border: 1px solid #ccc;
  display: inline;
  float: left;
  width: 100%;
}
#contact-map-section{
    /*background: none repeat scroll 0 0 #f8f8f8;*/
    display: inline;
    float: left;
    width: 100%;
}
#contact-map-section .contact-map{
    /*height: 600px;*/
}

/*FORMS*/
form input[type=text], form textarea{
    padding: 10px 15px;
    width: 100%;
}
form input.input-error, form textarea.input-error{
    border:solid 1px #FF0000;
}
form textarea{
    resize: none;
}
form textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus{
    border:solid 1px #333;
    box-shadow: none;
    -webkit-box-shadow: none;
    outline: 0;
}
input[type="submit"]:focus{
    border:solid 1px transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    outline: 0;
}
.form-error-box {
    position: absolute;
    z-index: 999999;
    background-color: #ff0000;
    color: #fff;
    padding: 10px 15px;
    max-width: 350px;
    text-align: center;
    display: none;
    font-weight: 600;
}
.form-error-box .error-arrow {
    position: absolute;
    bottom: -9px;
    left: 20px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ff0000;
}

.submit_btn {
    border: 1px solid #fff;
    color: #fff;
    margin-top: 30px;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.submit_btn.nomargin{
    margin-top: 0;
}
.submit_btn.remove{
    background: #333;
}
.submit_btn.remove:hover{
    background: #fff;
    border: 1px solid #333;
    color: #333;
}
.submit_btn:hover{
    text-decoration: none;
    background-color: #fff;
    border-color: #ff0000;
}
.submit_btn.remove.margin-top{
    margin-top: 0px;
    display: inline-block;
}
#map_canvas{
	width: 100%;
	float: left;
	display: inline;
	height: 404px;
}
/*only firefox browser*/
@-moz-document url-prefix() { 
	 #map_canvas{
		width: 100%;
		float: left;
		display: inline;
		height: 422px;
	}
}
.contact_feature{
	float: left;
	display: inline;
	width: 100%;	
	position: relative;
	z-index: 999;
}
.single_contact_feaured {
    /*background: rgba(0,0,0,0.5);*/
  /*border: 2px solid #ff0000;*/
  display: inline;
  float: left;
  padding: 20px 10px;
  text-align: center;
  width: 100%;
}
.single_contact_feaured > i {
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 5px;
}
.single_contact_feaured > h4 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 800;
  color: #ffffff;
}
.single_contact_feaured>p, .single_contact_feaured>p a{
	color: #fff;
}

.single_contact_feaured_box {
    /*background: #FF0000;*/
    /*border: 2px solid #ff0000;*/
    display: inline;
    float: left;
    padding: 20px 10px;
    text-align: center;
    width: 100%;
}
.single_contact_feaured_box > i {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 5px;
    color: #FF0000;
}
.single_contact_feaured_box > h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 800;
    color: #000;
}
.single_contact_feaured_box>p{
    color: #111;
}

.success {
  border: 1px solid #008000;
  color: #008000;
  margin-bottom: 10px;
  padding: 5px;
}
.error{
  border: 1px solid #ff0000;
  color: #ff0000;
  margin-bottom: 10px;
  padding: 5px;
}

#subscribe{
	float: left;
	display: inline;
	width: 100%;
	padding: 30px 0px;
}
.subscribe_form {
  margin: 0 auto;
  width: 60%;
}
.subscrive_group {
  display: inline;
  float: left;
  margin-top: 40px;
  width: 100%;
}
.subscribe_mail {
  border-radius: 0;
  display: inline;
  float: left;
  height: 50px;
  width: 80%;
  font-size: 18px;
}
.subscr_btn {
  border: medium none;
  color: #fff;
  display: inline;
  float: left;
  font-size: 18px;
  font-weight: bold;
  height: 50px;
  text-transform: uppercase;
  width: 20%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.subscr_btn:hover{
	opacity: 0.75;
}

/*--------------------*/
/* FOOTER */
/*--------------------*/

#footer{
	float: left;
	display: inline;
	width: 100%;
	padding: 20px;
	background-color: #000;
}
.footer_left{
	float: left;
	display: inline;
	width: 100%;
}
.footer_left > p {
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 5px;
  font-size: 10px;
}
.footer_left > p a {  
  font-weight: bold;
}
.footer_right{
	float: left;
	display: inline;
	width: 100%;
}
.social_nav{
	text-align: right;	
}
.social_nav li{
	display: inline-block;
}
.social_nav li a {
  border: 1px solid #fff;
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  height: 30px;
  margin-left: 5px;
  text-align: center;
  width: 35px;
  line-height: 28px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
h1.top-header{
    font-size: 25px;
    line-height: 30px;
    color: #FF0000;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
    padding-bottom: 0px;
    padding-right: 0px;
}
h2.top-header{
    font-size: 20px;
    line-height: 35px;
    color: #FF0000;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
    padding-bottom: 0px;
    padding-right: 0px;
}
.page-content h1 {
    display: inline-block;
    font-size: 30px;
    line-height: 35px;
    color: #FF0000;
    margin-bottom: 10px;
    padding-bottom: 0px;
    padding-right: 0px;
}
.page-content h2{
    display: inline-block;
    font-size: 25px;
    line-height: 30px;
    color: #FF0000;
    margin-bottom: 5px;
    padding-bottom: 0px;
    padding-right: 0px;
}
.page-content h3{
    display: inline-block;
    font-size: 20px;
    line-height: 25px;
    color: #FF0000;
    margin-bottom: 5px;
    padding-bottom: 0px;
    padding-right: 0px;
}
.page-content h4{
    display: inline-block;
    font-size: 18px;
    line-height: 20px;
    color: #FF0000;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
}
.page-content ul li{
    list-style: disc;
}

.page-content a{
    color: #ff0000;
}

.red-link{
    color: #ff0000;
}
/*======================///////////////
			start responsive style
=====================///////////////////////*/


@media(max-width:1199px ){
  .slider_caption > div.nadpis {width: 100%;}
  .blog_slider .slick-prev {left: 91%;}
  #map_canvas{height: 404px;}
  /*only firefox browser*/
  @-moz-document url-prefix() { 
  #map_canvas{height: 404px;	}
  }
  .slider_caption {margin-top: 15%;}
  .subscribe_mail {width: 76%;}
  .subscr_btn {width: 24%;}

}
  
@media(max-width:991px ){
  .navbar-default .navbar-nav > li > a {font-size: 13px;padding: 15px 6px;}
  .navbar-brand {font-size: 28px;}
  /*#slides{height: 600px !important;}*/
  .slider_caption > div.nadpis {font-size: 40px;line-height: 40px;}
  .slider_caption > p {font-size: 18px;}
  .about_area {padding-bottom: 80px;}
  .about_slider{margin-top: 30px;}
  .single_iteam {text-align: center;}
  .single_iteam img {display: inline-block;}
  .single_service .service_title {font-size: 18px;}
  .single_service > .service_title:after {left: 33%;}
  .single_price > h3 {font-size: 20px;line-height: 80px;}
  .single_price .price > h4 {font-size: 50px;line-height: 50px;}
  .price_features li {font-size: 13px;line-height: 15px;}
  .price_btn {font-size: 13px;padding: 10px 15px;}
  .blog_slider .slick-prev {left: 88.5%;}
  .testi_content {width: 100%;}
  .clients_slider .slick-prev {left: 45%;}
  .clients_slider .slick-next {right: 45%;}
  .subscr_btn {font-size: 15px;}
  .single_contact_feaured {margin-bottom: 30px;}
  
}

@media(max-width:767px ){
	.navbar-collapse{background-color: rgba(0,0,0,0.9);}
	.main_nav{text-align: center;}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {background-color: rgba(0,0,0,0.5);}
	/*#slides {height: 360px !important;}*/
	.slider_caption {margin-top: 20%;}
	.slider_caption > div.nadpis {font-size: 25px;line-height: 26px;}
	.slider_caption > p {font-size: 15px;}
	.slider_btn {font-size: 18px;}
	.heading h2 {font-size: 30px;line-height: 30px;}
	.skills_area {background-size: cover;}
	.single_skill {width: 50%; margin-bottom: 22px;}
	.counter {width: 50%;float: left;}
	.counter_section {background-size: cover;}
	.portfolio_area {padding: 60px 15px 0;}
	.wagwep-container ul#portfolio-filter a {margin: 0 5px 5px 0;padding: 6px 10px;font-size: 12px;}
	.single_price {margin-bottom: 30px;}	
	.single_price > h3 {font-size: 24px;line-height: 100px;}
	.single_price .price > h4 {font-size: 60px;line-height: 60px;}
	.price_features li {font-size: 15px;line-height: 18px;}
	.price_btn {font-size: 15px;padding: 10px 20px;}
	.single_post h3, .single_post h2 {font-size: 15px;line-height: 15px;}
	.testi_content:before {left: 35%;}
	.single_client {padding: 18px 10px;}
	.single_client > img {max-width: 100%;}
	.contact_map {margin-top: 30px;}
	#contactFeature {background-size: cover;}
	.subscribe_form {margin: 0 auto; width: 85%;}
	.team_social a {font-size: 15px;height: 30px;line-height: 30px;width: 30px;}
	.blog_slider .slick-prev {left: 86.5%;}
	.og-close {z-index: 999;}
	#about {padding: 50px 0 50px 0;}
	#service {padding: 50px 0 50px 0;}
	#works {padding: 50px 0 50px 0;}
	#team {padding: 50px 0 50px 0;}
	#pricing {padding: 50px 0 50px 0;}
	#blog {padding: 50px 0 50px 0;}
	#testimonial {padding: 50px 0 50px 0;}
	#clients {padding: 50px 0 50px 0;}
	#contact {padding: 50px 0 50px 0;}
	#subscribe {padding: 50px 0 50px 0;}
	.social_nav {margin-top: 20px;text-align: center;}
	.footer_left {text-align: center;}
	.single_service > .service_title:after {left: 41%;}	
  .wagwep-container ul#portfolio-filter li {width: auto;}
  .wagwep-container ul#portfolio-filter a {text-indent: 0;}

}

@media(max-width:480px ){	
	/*#slides {height: 320px !important;}*/
	.slider_caption {margin-top: 25%;}
	.slider_caption > div.nadpis { font-size: 20px;line-height: 22px;margin-bottom: 0px;}
	.slider_caption > p {font-size: 14px;}
	.slider_caption > a { font-size: 15px; margin-top: 20px;  padding: 8px 10px;}
	.wagwep-container ul#portfolio-filter li {width: auto;}
	.wagwep-container ul#portfolio-filter a {font-size: 10px;margin: 0 0 2px;padding: 5px;text-align: center;text-indent: 0;}
	.blog_slider .slick-prev {left: 81.5%;} 
	.clients_slider .slick-prev {left: 43%;}
	.clients_slider .slick-next {right: 43%;}
	.subscribe_form {width: 100%;}
	.footer_left {text-align: center;}
	.footer_right { margin-top: 20px;}
	.social_nav { text-align: center;}
	.testi_content:before {left: 30%;}	
	.single_service > .service_title:after {left: 38%;}
	.wagwep-container ul#portfolio-filter {padding: 0 3%;}	
 
}

@media(max-width:360px ){
	.slider_caption {margin-top: 30%;}
	.slider_caption > a {margin-top: 10px;}
	.slides-navigation div.arrow-text {display: none;}
	.slider_caption > div.nadpis {font-size: 18px;
        list-style: none;e-height: 20px;}
	.panel-title {font-size: 17px;}
	.about_area {padding-bottom: 0px;}
	.about_slider{height: auto;}
	.single_skill {margin-bottom: 25px;width: 100%;}
	.heading h3 {font-size: 20px;line-height: 25px;margin: 0 0 30px;}
	.counter {width: 100%;margin-bottom: 15px;}
	.blog_slider .slick-prev {left: 75.5%;}
	.clients_slider .slick-prev {left: 40%;}
	.clients_slider .slick-next {right: 40%;}
	.subscribe_mail {width: 70%;font-size: 15px;}
	.subscr_btn {width: 29%;font-size: 15px;}
	.heading h2 { font-size: 25px;line-height: 30px;}
	.single_service > .service_title:after {left: 32%;}
	.slides-navigation {display: none;}
	
}

.listing li {
    padding-left: 1.3em;
    line-height: 25px;
}
.listing li:before {
    content: "\f046"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    line-height: 25px;
    font-size: 18px;
    color: #ff0000;
    margin-left: -1.3em; /* same as padding-left set on li */
    width: 1.3em; /* same as padding-left set on li */
}

@media(max-width:320px ){
	.slider_caption > div.nadpis {font-size: 15px;line-height: 18px;}
	.single_service > .service_title:after {left: 29%;}
	.blog_slider .slick-prev {left: 70.5%;}
	.subscr_btn {font-size: 11px;}
	.slider_caption {margin-top: 34%;}  
	
}

/* Preloader */
#ajax-preloader {
    display: none;
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: rgba(0, 0, 0, 0.5); /* change if the mask should have another color then white */
    z-index:99999; /* makes sure it stays on top */
}

#ajax-status {
    width:128px;
    height:128px;
    position:absolute;
    left:50%;
    top:50%;
    background-image:url('../images/status.gif'); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.basketBox{
    float: right;
    margin-left: 20px;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/*.basketBox:hover{
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}*/
.basket{
    color: #fff;
    font-size: 30px!important;
    text-decoration: none;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.basket .basket-icon{
    color: #fff;
}
.basket .badge{
    position: absolute;
    margin-top: -40px;
    margin-left: 20px;
}
.basket .badge.red{
    background: #ff0000;
}
.basket .dropdown-basket{
    display: none;
    position: absolute;
    background-color: #fff;
    width: 320px;
    margin-top: -3px;
    margin-left: -280px;
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
    font-size: 12px;
}
.basket:hover .basket-products .basket-arrow {
    position: absolute;
    -webkit-transform: scale(1);
    transform: scale(1);
    margin-top: -12px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}
.basket:hover .dropdown-basket{
    display: block;
}
.basket:hover{
    text-decoration: none;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
.basket-item{
    position: relative;
    overflow: hidden;
    width: 100%;
    color: #333;
    padding: 5px 0;
}
.border-bottom{
    border-bottom: solid 1px #ddd;
}
.basket-item .product-image{
    width: 20%;
    height: 50px;
    overflow: hidden;
    float: left;
}
.basket-item .product-name{
    width: 65%;
    margin-left: 5px;
    line-height: 22px;
    float: left;
}
.basket-item .product-name div{
    color: #ff0000;
}
.basket-item .product-action{
    width: 10%;
    margin-left: 5px;
    line-height: 22px;
    float: left;
}
.basketBox span.active{
    color: #FF0000;
}
@media screen and (max-width: 768px){
    .basketBox{
        margin-right: 15px;
    }
}

.product-basket{
    padding: 15px 0;
}
.product-basket a{
    text-decoration: none;
}
.product-basket a:hover{
    text-decoration: none;
}
.product-basket .product-basket-name, .product-basket .product-basket-count, .product-basket .product-basket-price {
    padding: 9px 0px;
}
.basket-items{
    padding-bottom: 20px;
}
.basket-empty a{
    color: #FF0000;
}
.total{
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 30px;
}
.basket-line{
    padding: 5px;
}
@media screen and (max-width: 395px) {
    .basket-buttons .submit_btn{
        padding: 5px 5px;
        font-size: 14px;
    }
}
.person_data{
    padding-bottom: 50px;
}
.alert{
    display: none;
    position: fixed;
    top: 80px;
    right: 20px;
    z-index: 9991;
}
.alert i{
    font-size: 25px;
    line-height: 30px;
    float: left;
}
.alert span{
    line-height: 30px;
    margin: 0 10px;
    float: left;
}
.alert button{
    line-height: 30px;
    font-size: 25px;
}
.bg-primary {
    color: #1b3548;
    background-color: #e9ecf2;
}
a.bg-primary:hover {
    background-color: #e9ecf2;
}
.bg-success {
    color: #fff;
    background-color: #8ad919;
}
a.bg-success:hover {
    background-color: #8ad919;
}
.bg-success a {
    color: rgba(255, 255, 255, .75);
}
.bg-info {
    color: #fff;
    background-color: #30a5ff;
}
a.bg-info:hover {
    background-color: #30a5ff;
}
.bg-info a {
    color: rgba(255, 255, 255, .75);
}
.bg-warning {
    color: #fff;
    background-color: #ffb53e;
}
a.bg-warning:hover {
    background-color: #ffb53e;
}
.bg-warning a {
    color: rgba(255, 255, 255, .75);
}
.bg-danger {
    color: #fff;
    background-color: #f9243f;
}
a.bg-danger:hover {
    background-color: #f9243f;
}
.bg-danger a {
    color: rgba(255, 255, 255, .75);
}
.color333{
    color: #333!important;
    font-size: 25px!important;
}
.inline{
    float: none;
    display: inline-block;
}
h1.center-404{
    text-align: center;
    font-size: 100px;
    font-weight: bold;
}

.registration-action-success{
    width: 100%;
    text-align: center;
}
.registration-action-success p {
    margin: 10px 0;
    text-align: center;
}
.registration-action-success .agree-registration{
  display: inline-block;
  background: #FF0000;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 15px 10px;
  margin: 20px 0px;
  clear: both;
}
.detail-action{
  font-weight: bold;
  font-size: 20px;
}