/* Namari Landing Page Dynamic Style Index

1. Website Default Styling
2. Navigation
3. Primary and Secondary Colors
4. Banner
5. Typography
6. Buttons
7. Footer


/*------------------------------------------------------------------------------------------*/
/* 1. Website Default Styling */
/*------------------------------------------------------------------------------------------*/


body {
    background:#fff;
}


/* Default Link Color */

a, .la-ball-triangle-path {
    color:#c90219;
}

a:hover, #header.nav-solid nav a:hover {
    color:#c90219;
}

/* Default Icon Color */

.icon i {
    color:#c90219;
}

/* Border Color */

#banner .section-heading:before, .testimonial.classic footer:before {
    /*background: #c90219;*/
}

.pricing-block-content:hover {
    border-color:#c90219;
}


/*------------------------------------------------------------------------------------------*/
/* 2. Navigation */
/*------------------------------------------------------------------------------------------*/


/* Transparent Navigation Color on a Banner */

#header nav a, #header i {
    color:#111;
}

#header nav a:hover {
    color:#df021c;
}


/* Navigation Colors when the Navigation is sticky and solid */ 

#header.nav-solid, #header.nav-solid a, #header.nav-solid i, #nav-mobile ul li a {
    color:#333;
}


/* Navigation Active State */

#header.nav-solid .active {
    color: #c90219;
    border-color: #c90219;
}    



/*------------------------------------------------------------------------------------------*/
/* 3. Primary and Secondary Colors */
/*------------------------------------------------------------------------------------------*/


/* Primary Background and Text Colors */

.primary-color, .featured .pricing {
    background-color:#c90219;
}

.primary-color, .primary-color .section-title, .primary-color .section-subtitle, .featured .pricing, .featured .pricing p {
    color:#fff;    
}

.section-heading h1:before {
    background:#c90219;
    content:"";
    display:block;
    width:30px;
    height:5px;
}

.section-heading h2:after {
    background:#c90219;
    content:"";
    display:block;
    width:30px;
    height:5px;	
}
.section-title-naglowek h1 { color:#de041c;  padding:0px 0px 10px 0 !important;}
.section-title-naglowek h2 { padding:10px 0 0 0 !important; font-weight:400 !important; color:#de041c;}
.section-title-naglowek:after {
    background:#c90219;
    content:"";
    display:block;
    width:30px;
    height:5px;
	margin:10px auto;
}
.section-title-naglowek {text-align: left;}

.text-center .section-heading h2:after {
    margin:30px auto 25px auto;
}

/* Primary Icon Colors */

.primary-color .icon i, .primary-color i {
    color:#fff;
}


/* Secondary Background and Text Colors */

.secondary-color {
    background-color:#f5f5f5;
}


/*------------------------------------------------------------------------------------------*/
/* 4. Banner */
/*------------------------------------------------------------------------------------------*/


/* Banner Background and Text Colors */

#banner {
    background: url("../images/flexi-step-bezpieczne-nawierzchnie-3.jpg") no-repeat center top;
    /*background-size:cover;*/
}


/*------------------------------------------------------------------------------------------*/
/* 5. Typography */
/*------------------------------------------------------------------------------------------*/


body {
    font-family: 'Roboto', 'Open Sans', sans-serif;
    font-size:15px;
    font-weight:normal;
    color:#111;
}

/* Logo, if you are using Fonts as Logo and not image

#logo h1 {
    font-family:;
    font-size:; 
    font-weight:;
    color:;
}

#logo h2 {
    font-family:;
    font-size:; 
    font-weight:;
    color:;
}

*/


/* Banner Typography */

#banner h1 {
    font-family: 'Roboto', 'Open Sans', sans-serif;
    font-weight:700;
    color:#c90219;
	margin-bottom:0px;
	padding-bottom:0px;
}

#banner h2 {
    font-family: 'Roboto', 'Open Sans', sans-serif;    	
    color:#111;
	padding-top:5px;
}
#banner p {
    font-family: 'Roboto', 'Open Sans', sans-serif;
       
}


/* Section Title and Subtitle */

.section-title {
    font-family: 'Roboto', 'Open Sans', sans-serif;
    font-size: 34px; 
    font-weight:900;
    color:#111;
}

.section-subtitle {
    font-family: 'Roboto', 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight:300;
    color:#9c9c9c;
}

/* Testimonial */

.testimonial q {
    font-family: 'Roboto', 'Open Sans', sans-serif;
    font-size: 17px; 
    font-weight:300;
}

.testimonial.classic q, .testimonial.classic footer {
    color:#111;
}


/* Standard Headings h1-h6 */

h1 {
    font-family: 'Roboto', 'Open Sans', sans-serif;
    font-size: 40px; 
    font-weight:300;
    color:#111;
}

h2 {
    font-family: 'Roboto', 'Open Sans', sans-serif;
    font-size: 21px; 
    font-weight:300;
    color:#111;
}

h3 {
    font-family: 'Roboto', 'Open Sans', sans-serif;
    font-size: 30px; 
    font-weight:700;
    color:#111;
}

h4 {
    font-family: 'Roboto', 'Open Sans', sans-serif;
    font-size: 18px; 
    font-weight:600;
    color:#111;
}

h5 {
    font-family: 'Roboto', 'Open Sans', sans-serif;
    font-size: 16px; 
    font-weight:400;
    color:#111;
}

h6 {
    font-family: 'Roboto', 'Open Sans', sans-serif;
    font-size: 14px; 
    font-weight:400;
    color:#111;
}


/*------------------------------------------------------------------------------------------*/
/* 6. Buttons */
/*------------------------------------------------------------------------------------------*/

/* ----------Default Buttons---------- */


/* Button Text */

.button, input[type="submit"]  {
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
    font-weight:bold;
    color:#c90219;
}


/* Button Color */

.button, input[type="submit"] {
    border-color:#c90219;
}


/* Button Hover Color */

.button:hover,  input[type="submit"]:hover {
    border-color:#111;
    color:#111;
}


/* ----------Banner Buttons---------- */


/* Button Text */

#banner .button {
    font-family: 'Roboto', 'Open Sans', sans-serif;   
    color:#111;
}


/* Button Color */

#banner .button {
     color:#c90219;
    border-color:#c90219;
}


/* Button Hover Color */

#banner .button:hover {
   border-color:#111;
   color:#111;
}


/*------------------------------------------------------------------------------------------*/
/* 7. Footer */
/*------------------------------------------------------------------------------------------*/

#landing-footer, #landing-footer p, #landing-footer a {
    font-family: 'Roboto', 'Open Sans', sans-serif;
    font-size:1em;
    font-weight:normal;
    color:#252525;
}

/* Footer Icon Color */

#landing-footer i {
    color:#252525;
}

#bezpieczenstwo blockquote p {
	text-align: left;
	padding-top:0px;
	padding-bottom: 10px;
}


.btn_left {text-align:left;} 

#montaz ul  { margin-left:40px; margin-bottom:30px;}
#montaz ul li {
	 list-style-image: url('../images/li-style.png');
	 text-align:left; 
	 font-family: 'Roboto', 'Open Sans', sans-serif;
     font-size:14px;
     font-weight:300;
	}

#montaz h3  {text-align:left; font-size:18px; font-weight:700; font-family: 'Roboto', 'Open Sans', sans-serif;} 
#montaz p  {text-align:left;} 
.nopadding {padding: 0px;}


a:hover {  color:#000;  
   -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;}
	
/* FOOTER */
#top-footer p{line-height: 20px;}
#top-footer h4 { text-align:left; padding-bottom:20px;}
#top-footer h5 { text-align:left; color:#c90219; font-weight:400; font-size:14px; padding-top:0; margin-top:0;}
#top-footer a {  color:#c90219;}
#top-footer a:hover {  color:#000;  
   -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;}

#landing-footer .footer-2 ul  { margin-left:25px; margin-bottom:0px;}
#landing-footer .footer-2 ul li {
	 list-style-image: url('../images/li-style-2.png');
	 text-align:left; 
	 font-family: 'Roboto', 'Open Sans', sans-serif;
     font-size:14px;
     font-weight:300;
	 margin:5px 0;
	}
#landing-footer .footer-3 { text-align:justify}
#landing-footer .footer-3 p{ padding-bottom: 5px;}
#landing-footer .footer-1 p{ padding-bottom: 15px;}
#footer-bottom li {display: inline-block; padding-left:15px; padding-top:3px;  }
p#copyright, #footer-bottom li a{ font-size:0.9em;}
#footer-bottom li a:hover{ color:#c90219;}
.social-icons {text-align:right}
header .social-icons li{padding-left:10px;}

/* NAV MENU */
a.podswietl_menu {color:#c90219 !important;}

/* Gallery */
#galeria .gallery-box img {height:200px; text-align:center;}
.gallery-box p { clear:both;}
#galeria p {color: #c90219; padding: 0px 0 0px 0; text-align:center; /*height:40px;*/}

/*------------------------------------------------------------------------------------------*/
/* Responsive Elements */
/*------------------------------------------------------------------------------------------*/

/* =Media Queries for Nav
===============================*/
@media all and (max-width: 1024px) {
 
}

/* Landscape mobile & down
===============================*/
@media (max-width: 480px) {
 #banner {

	background: url("../images/flexi-step-bezpieczne-nawierzchnie-3.jpg") no-repeat -220px top;
	background: #fff;
	background-image:none; 
    background-size:cover;    
 }

 .section-title {font-size: 25px;}
 blockquote p {font-size: 15px; line-height: 20px;}
 .testimonial.classic img {margin-bottom: 10px;}
 #bezpieczenstwo footer.btn_left {text-align:center;} 
 #bezpieczenstwo blockquote p  {text-align:center;} 
 .text-center .section-heading h2:after {    margin:20px auto 5px auto;}
 .mobile_hidden {display: none;}
 #landing-footer .footer-3 { clear:both;}
 .social-icons {clear:both;text-align:center; width:100%;}
 #landing-footer #copyright { text-align:center; float:none;width:100%;}
 #landing-footer .social-icons {width:100%;}
}

/* Mobile to Tablet Portrait
===============================*/
@media (min-width: 480px) and (max-width: 767px) {
 #bezpieczenstwo footer.btn_left {text-align:center;} 
 #bezpieczenstwo blockquote p  {text-align:center;} 
 #landing-footer .footer-3 { clear:both;}
 .social-icons {clear:both;text-align:center; width:100%;}
 #landing-footer #copyright { text-align:center; float:none;width:100%;}
 #landing-footer .social-icons {width:100%;}
 #banner {

	background: url("../images/flexi-step-bezpieczne-nawierzchnie-3.jpg") no-repeat -220px top !important;
 }
}

/* Landscape Tablet to Desktop
===============================*/
@media (min-width: 768px) and (max-width: 1024px) {

#footer-bottom li a{ font-size:0.8em;}
}


.podswietl_menu { color:#c90219; }