/* 
Karma Template 
http://www.templatemo.com/preview/templatemo_403_karma 
*/

@font-face {
    font-family: 'Ubuntu Condensed';
    font-style: normal;
    font-weight: 400;
    src: local('Ubuntu Condensed'), local('UbuntuCondensed-Regular'), url(../fonts/DBCt-NXN57MTAFjitYxdrO3ikv6SQm_yYbVf3nddkGw.woff) format('woff');
}

/*-----------------------------------------------------------------------------------*/
/*	GENERAL
/*-----------------------------------------------------------------------------------*/
html { font-size: 1em; }

body {font-family: 'Ubuntu Condensed', Arial, sans-serif; overflow-x: hidden; } /*carasmo's comment to hide horizontal scroll bar https://github.com/twbs/bootstrap/issues/10711*/

h1, h2, p {  }

h1 { font-weight: 700; }

h2 { font-size: 1.5em; }

ul { margin: 0; }
section { padding-top: 10px;}
section .outer_container { margin-bottom: 20px; background-color: #f0f0f0;  }
section .row { margin-left: 0; margin-right: 0; overflow: hidden; }
section h1 { text-transform: uppercase; color: #9EC071; margin-top: 0px; margin-bottom: 0px; line-height: 100px; text-align: center; }
section .tytul {height: 100%; text-align: center; color:white;min-height: 100%;}
.templatemo_ceo img { margin-bottom: 10px; }
.templatemo_ceo p { text-align: center; }

.container { margin: 0 auto; }

/*http://css-tricks.com/vertically-center-multi-lined-text/*/
.center-row { display: table; }
.center-row .center { display: table-cell; vertical-align: middle; }

/*------------------------------------------------------
        NAVIGATION 
--------------------------------------------------------*/
nav { font-size: 1.2em; font-weight: lighter; }
nav .fa { display: block; text-align: center; margin-bottom: 13px; }

.navbar {
    background: #9EC071;
    min-height: 55px;	
    border-radius: 0px; 
    border: none; 
    margin-bottom: 0px; 
    -webkit-box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15);
    -moz-box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15);
    box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.navbar-default .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 10px;
    color: #FFF;
    text-transform: uppercase;
    -moz-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    -webkit-transition: background-color .5s ease;
    transition: background-color .5s ease;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .menu ul li a.current {
    color: white;
    background-color: #4A4230;
}

.navbar>.container .navbar-brand { margin-left: 0; }
.navbar-collapse .navbar-nav.navbar-right:last-child { margin-right: 0; }
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: #394665; }

/*------------------------------------------------------
        FLEXSLIDER OVERRIDING 
--------------------------------------------------------*/
.flexslider { padding-top: 25px; }
.flexslider a:hover, .flexslider a:focus { text-decoration: none; }
.flexslider { border: none;	-webkit-border-radius: 0; border-radius: 0; }
.flexslider .slides li { position: relative; }
.flex-caption {
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    color: white;
    background:rgba(197,82,87,.8);   
    z-index:1;
    padding: 0px;
    margin: 0;
}

/*http://cssarrowplease.com/*/
.arrow-box { position: relative; color: white; background-color: #e98714; border-radius: 4px; margin-left: 30px; height: 100%;}
.arrow-left { display: block; width: 30px; height: 58px; background: url(../images/left_arrow.png) no-repeat 0 0; position: absolute; left: 1px; margin-top: 20px; }

/*------------------------------------------------------
        Skills Styles 
--------------------------------------------------------*/
.progress { background-color: black; border-radius: 0px; }
.progress.vertical:last-of-type { margin-right: 0; }
.progress-bar {	position:absolute; bottom:0; left:0; } /*http://stackoverflow.com/questions/2015032/align-divs-to-bottom-or-baseline*/
.progress-label { position:absolute; width: 100%; bottom:0; }

/*http://stackoverflow.com/questions/16318375/how-to-align-vertically-a-progress-bar-in-twitter-bootstrap*/
.progress.vertical {
    position: relative;
    width: 19%;
    margin-right: 1.2%; 
    min-height: 240px;
    float: left;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
}

/*------------------------------------------------------
        Contact Styles 
--------------------------------------------------------*/
.form-group { margin-bottom: 20px; }
.form-control {	border-radius: 0px; }
.form-control:focus {
    border-color: rgb( 226, 90, 148 );
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(226, 90, 148,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(226, 90, 148,0.6);
}

#contact h1 { background-color: #E0071B; }
#contact .tytul { background-color: #E0071B; height: 300px;}
#contact_content { height: 280px; border:0px solid black;}

/*------------------------------------------------------
        Map Styles 
--------------------------------------------------------*/
#map h1 { background-color: #e25a94; }

#google_map { width: 100%; height: 280px; outline: 0; border: 0; }

/*------------------------------------------------------
        FOOTER 
--------------------------------------------------------*/
footer { background: #000; min-height: 41px; color: white; margin-top: 20px; line-height: 41px; }
footer img { padding-top: 30px; }
footer a { text-decoration: none; color: white; }
footer a:hover { color: #cbcbcb; text-decoration: none; }
footer .row { height: 100%; }

.back_to_top { background-color: #F8B333; color:#000000; text-align: center; height: 41px; line-height: 41px; padding: 0px 10px 0px 10px;} /*http://stackoverflow.com/questions/2939914/vertically-align-text-in-a-div*/

.social_buttons a {	text-decoration: none; }

#templatemo_copyright { font-size: .9em; }

/*------------------------------------------------------
        BOOTSTRAP OVERRIDING 
--------------------------------------------------------*/
.col-md-4, .col-md-5, .col-md-7, .col-md-8 { padding: 0; }

.btn-primary {
    font-size: 2em;
    padding-bottom: 10px;
    background-color: #E0071B;
    box-shadow: 0px 3px 0px 0px rgb( 180, 52, 107 );
    width: 160px;
    height: 55px;
    border: none; border-radius: 0px;
    -moz-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    -webkit-transition: background-color .5s ease;
    transition: background-color .5s ease;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    background-color: rgb( 180, 52, 107 );
    box-shadow: 0px 3px 0px 0px rgb( 226, 90, 148 );
}

/*------------------------------------------------------
        MEDIA QUERIES 
--------------------------------------------------------*/
@media only screen and (min-width: 1200px){
    h1 { font-size: 4.0em; line-height: 60px; }
    section .tytul {height:auto;}
    .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .menu ul li a.current {
        height: 55px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h1 { font-size: 3.0em; }
    section .tytul {height:auto;}
    .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .menu ul li a.current {
        height: 55px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h1 { font-size: 2.0em; }
    section .tytul {height:auto;}
    nav { font-size: 1em; }
    .btn-primary { font-size: 1.6em; }
    .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .menu ul li a.current {
        height: 85px;
    }
}

@media only screen and (max-width: 767px) and (min-width: 481px) {
    h1 { font-size: 2.5em; }
    section .tytul {height:auto;}
    nav .fa { display: inline; text-align: left; margin-bottom: 0; margin-right: 10px; }
    .navbar-default .navbar-nav>li>a { padding-top: 15px; padding-bottom: 15px; }
    .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
        height: 100%;
    }
    .btn-primary { font-size: 1.5em; }
}

@media only screen and (max-width: 480px) {	
    section .tytul {height:auto;}
    section h1 {	font-size: 1.6em; line-height: 50px; }
    nav .fa { display: inline; text-align: left; margin-bottom: 0; margin-right: 10px; }
    .col-xxs { display:block; float:none; width: 100% }
    .social_buttons { margin-top: 30px; }
    .pull-right { float: left !important; } /*do not pull-right in mobile view*/
    .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
        height: 100%;
    }
    .navbar-default .navbar-nav>li>a { padding-top: 15px; padding-bottom: 15px; }	
    .btn-primary { font-size: 1.2em; }	
}

@media only screen and (max-width: 430px) {
    section .tytul {height:auto;}
    body { font-size: 10px; }
    .btn-primary { font-size: 1.1em; }	
    .navbar-default .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
        height: 100%;
    }
}

/* http://codepen.io/minimalmonkey/pen/Ecpla */

/* Wrapper */
.social_buttons .icon-button {
    background-color: #20283e;
    cursor: pointer;
    display: inline-block;
    font-size: 2.0rem;
    line-height: 100px;
    margin: 0;
    position: relative;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 60px;
    height: 100px;
}

/* Icons */
.icon-button i {
    background: none;
    color: white;
    line-height: 3.6rem;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 3.6rem;
    z-index: 10;
}

.icon-button:hover .fa-twitter,
.icon-button:hover .fa-facebook,
.icon-button:hover .fa-youtube {
    color: #c5454a;
}

/* End minimalmonkey */


.accordion {
    margin: 0;
    padding:10px;
    height:40px;
    border-top:#f0f0f0 1px solid;
    background: #c0c0c0;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration:none;
    text-transform:uppercase;
    color: #000;
    font-size:1em;
    background-color: #c0c0c0;
    cursor: pointer;
    display:block;
}
.accordion-open {
    background:#F8B437;
    color: #000;
    cursor: pointer;
    display:block;
}
.accordion-open span {
    display:block;
    float:right;
    padding:10px;
    cursor: pointer;
}
.accordion-open span {
    background:url(../images/minus.png) center center no-repeat;
}
.accordion-close span {
    display:block;
    float:right;
    background:url(../images/plus.png) center center no-repeat;
    padding:10px;
}
div.container_acc {
    padding:0;
    margin:0;
}
div.content {
    background:#FFF;
    margin: 0;
    padding:10px;
    line-height:1.5em;
    border-bottom: 1px solid #EEEEEE;
}
div.content ul, div.content p {
    padding:0;
    margin:0;
    padding:3px;
}
div.content ul li {
    list-style-position:inside;
    line-height:25px;
}
div.content ul li a {
    color:#555555;
}


.no_padding {
    padding: 0px;
}

.padding_bottom_10 {
    padding-bottom: 10px;
}

.text_justify {
    text-align: justify;
}

.shadow {
    -webkit-box-shadow: 0 4px 4px -2px #666666;
    -moz-box-shadow: 0 4px 4px -2px #666666;
    box-shadow: 0 4px 4px -2px #666666;
}

.google-maps {
    position: relative;
    padding-bottom: 75%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}